From e7f9eed6388ff44d6fb29137aef3f82a30ae6d5c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 30 Jun 2012 04:11:33 -0400 Subject: [PATCH 01/71] Remove Cyrillic to allow PDF building --- docs/releases/0.12.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases/0.12.rst b/docs/releases/0.12.rst index d382caf9cb..7452447a1d 100644 --- a/docs/releases/0.12.rst +++ b/docs/releases/0.12.rst @@ -69,7 +69,7 @@ Translations ~~~~~~~~~~~~~~~~~~~ A new Italian translation is available, provided by SeeOpen.IT (www.seeopen.it, info@seeopen.it) as well as complete Russian translation -update by Сергей Глита. Included in this release also the initial translation +update by Sergei Glita. Included in this release also the initial translation to Polish by mic. Usability improvements @@ -212,7 +212,7 @@ so write down your role permission setup before upgrading. Bugs fixed ========== * Issue #17, special thanks to Dave Herring for all the help including - access to a machine suffering with the issue, and to Сергей Глита for + access to a machine suffering with the issue, and to Sergei Glita for his research and eventual find of the core cause. * Statistics fixes. * Fixed get_image_cache_name regression in the OCR app. @@ -223,7 +223,7 @@ Stuff removed for now. * Removed the 'db_index' argument from Text fields definition and migrations as it was causing error messages for MySQL users, thanks to - Сергей Глита for reporting this one. + Sergei Glita for reporting this one. * Configuration options removed: * OCR_CACHE_URI From bdcc7debcc4179ab4c88afeb028c3ac176342ca2 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 1 Jul 2012 00:20:32 -0400 Subject: [PATCH 02/71] Update psutil version to 0.5.1 Conflicts: requirements/production.txt --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 4e16d573a5..0b7528f959 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -18,4 +18,4 @@ https://github.com/rosarior/python-gnupg/zipball/0.2.8 python-hkp==0.1.3 requests==0.13.1 pbs==0.105 -psutil==0.5.0 +psutil==0.5.1 From a8e26a4602585edeee9e015160a49333e2ab35d8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 1 Jul 2012 00:29:46 -0400 Subject: [PATCH 03/71] Add collectstatic step to update instructions --- docs/releases/0.12.2.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.12.2.rst b/docs/releases/0.12.2.rst index 4dc6d453ef..05335fa9b8 100644 --- a/docs/releases/0.12.2.rst +++ b/docs/releases/0.12.2.rst @@ -92,6 +92,10 @@ Migrate existing database schema with:: $ ./manage.py migrate checkouts $ ./manage.py migrate installation +Add new static media:: + + $ ./manage.py collectstatic --noinput + The upgrade procedure is now complete. From 82f6c928f529a5ba78af29a8db81dc6bf9bcd40f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 2 Jul 2012 00:51:55 -0400 Subject: [PATCH 04/71] Remove debug print statement --- apps/installation/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/installation/views.py b/apps/installation/views.py index 7697764809..716f2284a6 100644 --- a/apps/installation/views.py +++ b/apps/installation/views.py @@ -19,7 +19,6 @@ def installation_details(request): for name, instance in Installation().get_properties().items(): paragraphs.append('%s: %s' % (unicode(instance.label), instance.value)) - print Installation().architecture return render_to_response('generic_template.html', { 'paragraphs': paragraphs, 'title': _(u'Installation environment details') From 94178eb68dc455f00a5d713e852af6e4a5204d86 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 1 Jul 2012 23:53:43 -0400 Subject: [PATCH 05/71] Split Portuguese language translation into European Portuguese and Brazilian Portuguese --- apps/acls/locale/de_DE/LC_MESSAGES/django.mo | Bin 3064 -> 3064 bytes apps/acls/locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/acls/locale/en/LC_MESSAGES/django.po | 62 +- apps/acls/locale/es/LC_MESSAGES/django.mo | Bin 4111 -> 4111 bytes apps/acls/locale/es/LC_MESSAGES/django.po | 2 +- apps/acls/locale/it/LC_MESSAGES/django.mo | Bin 4052 -> 4052 bytes apps/acls/locale/it/LC_MESSAGES/django.po | 2 +- apps/acls/locale/pl/LC_MESSAGES/django.mo | Bin 562 -> 562 bytes apps/acls/locale/pl/LC_MESSAGES/django.po | 2 +- apps/acls/locale/pt/LC_MESSAGES/django.mo | Bin 535 -> 535 bytes apps/acls/locale/pt/LC_MESSAGES/django.po | 2 +- apps/acls/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 522 bytes apps/acls/locale/pt_BR/LC_MESSAGES/django.po | 241 ++++ apps/acls/locale/ru/LC_MESSAGES/django.mo | Bin 4963 -> 4963 bytes apps/acls/locale/ru/LC_MESSAGES/django.po | 2 +- .../common/locale/de_DE/LC_MESSAGES/django.mo | Bin 520 -> 520 bytes .../common/locale/de_DE/LC_MESSAGES/django.po | 4 +- apps/common/locale/en/LC_MESSAGES/django.po | 107 +- apps/common/locale/es/LC_MESSAGES/django.mo | Bin 5939 -> 5939 bytes apps/common/locale/es/LC_MESSAGES/django.po | 4 +- apps/common/locale/it/LC_MESSAGES/django.mo | Bin 5655 -> 5655 bytes apps/common/locale/it/LC_MESSAGES/django.po | 4 +- apps/common/locale/pl/LC_MESSAGES/django.mo | Bin 5427 -> 5427 bytes apps/common/locale/pl/LC_MESSAGES/django.po | 4 +- apps/common/locale/pt/LC_MESSAGES/django.mo | Bin 5561 -> 5561 bytes apps/common/locale/pt/LC_MESSAGES/django.po | 4 +- .../common/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 5575 bytes .../common/locale/pt_BR/LC_MESSAGES/django.po | 337 +++++ apps/common/locale/ru/LC_MESSAGES/django.mo | Bin 6924 -> 6924 bytes apps/common/locale/ru/LC_MESSAGES/django.po | 4 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 547 -> 547 bytes .../locale/de_DE/LC_MESSAGES/django.po | 4 +- .../converter/locale/en/LC_MESSAGES/django.po | 29 +- .../converter/locale/es/LC_MESSAGES/django.mo | Bin 19390 -> 19390 bytes .../converter/locale/es/LC_MESSAGES/django.po | 4 +- .../converter/locale/it/LC_MESSAGES/django.mo | Bin 19021 -> 19021 bytes .../converter/locale/it/LC_MESSAGES/django.po | 4 +- .../converter/locale/pl/LC_MESSAGES/django.mo | Bin 8180 -> 8180 bytes .../converter/locale/pl/LC_MESSAGES/django.po | 4 +- .../converter/locale/pt/LC_MESSAGES/django.mo | Bin 18886 -> 18886 bytes .../converter/locale/pt/LC_MESSAGES/django.po | 4 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 18900 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 938 ++++++++++++++ .../converter/locale/ru/LC_MESSAGES/django.mo | Bin 19694 -> 19694 bytes .../converter/locale/ru/LC_MESSAGES/django.po | 4 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 4018 -> 4018 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 58 +- .../locale/es/LC_MESSAGES/django.mo | Bin 3958 -> 3958 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 3839 -> 3839 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 3792 -> 3792 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 2030 -> 2030 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2044 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 215 ++++ .../locale/ru/LC_MESSAGES/django.mo | Bin 4498 -> 4498 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1824 -> 1824 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 46 +- .../locale/es/LC_MESSAGES/django.mo | Bin 1796 -> 1796 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 1754 -> 1754 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 1793 -> 1793 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 1796 -> 1796 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1810 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 97 ++ .../locale/ru/LC_MESSAGES/django.mo | Bin 2183 -> 2183 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 6028 -> 6028 bytes .../locale/de_DE/LC_MESSAGES/django.po | 4 +- .../locale/en/LC_MESSAGES/django.po | 82 +- .../locale/es/LC_MESSAGES/django.mo | Bin 7585 -> 7585 bytes .../locale/es/LC_MESSAGES/django.po | 4 +- .../locale/it/LC_MESSAGES/django.mo | Bin 7422 -> 7422 bytes .../locale/it/LC_MESSAGES/django.po | 4 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 6544 -> 6544 bytes .../locale/pl/LC_MESSAGES/django.po | 4 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 4130 -> 4130 bytes .../locale/pt/LC_MESSAGES/django.po | 4 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 4144 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 364 ++++++ .../locale/ru/LC_MESSAGES/django.mo | Bin 9199 -> 9199 bytes .../locale/ru/LC_MESSAGES/django.po | 4 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 2123 -> 2123 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 41 +- .../locale/es/LC_MESSAGES/django.mo | Bin 2096 -> 2096 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 2040 -> 2040 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 2101 -> 2101 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 2106 -> 2106 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2120 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 122 ++ .../locale/ru/LC_MESSAGES/django.mo | Bin 2468 -> 2468 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 21619 -> 21619 bytes .../locale/de_DE/LC_MESSAGES/django.po | 6 +- .../documents/locale/es/LC_MESSAGES/django.mo | Bin 22797 -> 22455 bytes .../documents/locale/es/LC_MESSAGES/django.po | 14 +- .../documents/locale/it/LC_MESSAGES/django.mo | Bin 21466 -> 21466 bytes .../documents/locale/it/LC_MESSAGES/django.po | 6 +- .../documents/locale/pl/LC_MESSAGES/django.mo | Bin 7357 -> 7357 bytes .../documents/locale/pl/LC_MESSAGES/django.po | 6 +- .../documents/locale/pt/LC_MESSAGES/django.mo | Bin 18402 -> 18402 bytes .../documents/locale/pt/LC_MESSAGES/django.po | 6 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 18416 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 1100 +++++++++++++++++ .../documents/locale/ru/LC_MESSAGES/django.mo | Bin 26865 -> 26865 bytes .../documents/locale/ru/LC_MESSAGES/django.po | 6 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 2114 -> 2114 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 76 +- .../locale/es/LC_MESSAGES/django.mo | Bin 2232 -> 2232 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 2096 -> 2096 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 1602 -> 1602 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 2177 -> 2177 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2206 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 115 ++ .../locale/ru/LC_MESSAGES/django.mo | Bin 2648 -> 2648 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 520 -> 520 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/folders/locale/en/LC_MESSAGES/django.po | 112 +- apps/folders/locale/es/LC_MESSAGES/django.mo | Bin 4605 -> 4605 bytes apps/folders/locale/es/LC_MESSAGES/django.po | 2 +- apps/folders/locale/it/LC_MESSAGES/django.mo | Bin 4551 -> 4551 bytes apps/folders/locale/it/LC_MESSAGES/django.po | 2 +- apps/folders/locale/pl/LC_MESSAGES/django.mo | Bin 1562 -> 1562 bytes apps/folders/locale/pl/LC_MESSAGES/django.po | 2 +- apps/folders/locale/pt/LC_MESSAGES/django.mo | Bin 4480 -> 4480 bytes apps/folders/locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 4494 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 231 ++++ apps/folders/locale/ru/LC_MESSAGES/django.mo | Bin 5364 -> 5364 bytes apps/folders/locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1441 -> 1441 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/history/locale/en/LC_MESSAGES/django.po | 6 +- apps/history/locale/es/LC_MESSAGES/django.mo | Bin 1756 -> 1756 bytes apps/history/locale/es/LC_MESSAGES/django.po | 2 +- apps/history/locale/it/LC_MESSAGES/django.mo | Bin 1413 -> 1413 bytes apps/history/locale/it/LC_MESSAGES/django.po | 2 +- apps/history/locale/pl/LC_MESSAGES/django.mo | Bin 1474 -> 1474 bytes apps/history/locale/pl/LC_MESSAGES/django.po | 2 +- apps/history/locale/pt/LC_MESSAGES/django.mo | Bin 1349 -> 1349 bytes apps/history/locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1363 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 122 ++ apps/history/locale/ru/LC_MESSAGES/django.mo | Bin 1596 -> 1596 bytes apps/history/locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 547 -> 547 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 117 +- .../locale/es/LC_MESSAGES/django.mo | Bin 1240 -> 1240 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 532 -> 532 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 589 -> 589 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 535 -> 535 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 522 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 69 ++ .../locale/ru/LC_MESSAGES/django.mo | Bin 606 -> 606 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 7489 -> 7489 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/linking/locale/en/LC_MESSAGES/django.po | 80 +- apps/linking/locale/es/LC_MESSAGES/django.mo | Bin 7341 -> 7341 bytes apps/linking/locale/es/LC_MESSAGES/django.po | 2 +- apps/linking/locale/it/LC_MESSAGES/django.mo | Bin 7169 -> 7169 bytes apps/linking/locale/it/LC_MESSAGES/django.po | 2 +- apps/linking/locale/pl/LC_MESSAGES/django.mo | Bin 1830 -> 1830 bytes apps/linking/locale/pl/LC_MESSAGES/django.po | 2 +- apps/linking/locale/pt/LC_MESSAGES/django.mo | Bin 4337 -> 4337 bytes apps/linking/locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 4351 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 335 +++++ apps/linking/locale/ru/LC_MESSAGES/django.mo | Bin 8292 -> 8292 bytes apps/linking/locale/ru/LC_MESSAGES/django.po | 2 +- apps/main/locale/de_DE/LC_MESSAGES/django.mo | Bin 2664 -> 2664 bytes apps/main/locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/main/locale/en/LC_MESSAGES/django.po | 92 +- apps/main/locale/es/LC_MESSAGES/django.mo | Bin 2763 -> 2763 bytes apps/main/locale/es/LC_MESSAGES/django.po | 2 +- apps/main/locale/it/LC_MESSAGES/django.mo | Bin 2635 -> 2635 bytes apps/main/locale/it/LC_MESSAGES/django.po | 2 +- apps/main/locale/pl/LC_MESSAGES/django.mo | Bin 1460 -> 1460 bytes apps/main/locale/pl/LC_MESSAGES/django.po | 2 +- apps/main/locale/pt/LC_MESSAGES/django.mo | Bin 2716 -> 2716 bytes apps/main/locale/pt/LC_MESSAGES/django.po | 2 +- apps/main/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2730 bytes apps/main/locale/pt_BR/LC_MESSAGES/django.po | 147 +++ apps/main/locale/ru/LC_MESSAGES/django.mo | Bin 3384 -> 3384 bytes apps/main/locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 520 -> 520 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/metadata/locale/en/LC_MESSAGES/django.po | 193 +-- apps/metadata/locale/es/LC_MESSAGES/django.mo | Bin 10067 -> 10067 bytes apps/metadata/locale/es/LC_MESSAGES/django.po | 2 +- apps/metadata/locale/it/LC_MESSAGES/django.mo | Bin 9834 -> 9834 bytes apps/metadata/locale/it/LC_MESSAGES/django.po | 2 +- apps/metadata/locale/pl/LC_MESSAGES/django.mo | Bin 924 -> 924 bytes apps/metadata/locale/pl/LC_MESSAGES/django.po | 2 +- apps/metadata/locale/pt/LC_MESSAGES/django.mo | Bin 9861 -> 9861 bytes apps/metadata/locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 9875 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 456 +++++++ apps/metadata/locale/ru/LC_MESSAGES/django.mo | Bin 12290 -> 12290 bytes apps/metadata/locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 691 -> 691 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 10 +- .../locale/es/LC_MESSAGES/django.mo | Bin 728 -> 728 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 658 -> 658 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 714 -> 714 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 683 -> 683 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 712 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 31 + .../locale/ru/LC_MESSAGES/django.mo | Bin 791 -> 791 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- apps/ocr/locale/de_DE/LC_MESSAGES/django.mo | Bin 9143 -> 9143 bytes apps/ocr/locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/ocr/locale/en/LC_MESSAGES/django.po | 196 +-- apps/ocr/locale/es/LC_MESSAGES/django.mo | Bin 8870 -> 8870 bytes apps/ocr/locale/es/LC_MESSAGES/django.po | 2 +- apps/ocr/locale/it/LC_MESSAGES/django.mo | Bin 8447 -> 8447 bytes apps/ocr/locale/it/LC_MESSAGES/django.po | 2 +- apps/ocr/locale/pl/LC_MESSAGES/django.mo | Bin 589 -> 589 bytes apps/ocr/locale/pl/LC_MESSAGES/django.po | 2 +- apps/ocr/locale/pt/LC_MESSAGES/django.mo | Bin 8123 -> 8123 bytes apps/ocr/locale/pt/LC_MESSAGES/django.po | 2 +- apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 8137 bytes apps/ocr/locale/pt_BR/LC_MESSAGES/django.po | 423 +++++++ apps/ocr/locale/ru/LC_MESSAGES/django.mo | Bin 11073 -> 11073 bytes apps/ocr/locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 3352 -> 3352 bytes .../locale/de_DE/LC_MESSAGES/django.po | 4 +- .../locale/en/LC_MESSAGES/django.po | 22 +- .../locale/es/LC_MESSAGES/django.mo | Bin 3402 -> 3402 bytes .../locale/es/LC_MESSAGES/django.po | 4 +- .../locale/it/LC_MESSAGES/django.mo | Bin 3360 -> 3360 bytes .../locale/it/LC_MESSAGES/django.po | 4 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 1161 -> 1161 bytes .../locale/pl/LC_MESSAGES/django.po | 4 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 2392 -> 2392 bytes .../locale/pt/LC_MESSAGES/django.po | 4 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2406 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 206 +++ .../locale/ru/LC_MESSAGES/django.mo | Bin 3850 -> 3850 bytes .../locale/ru/LC_MESSAGES/django.po | 4 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 617 -> 617 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 645 -> 645 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 621 -> 621 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 656 -> 656 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 615 -> 615 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 644 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 27 + .../locale/ru/LC_MESSAGES/django.mo | Bin 676 -> 676 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 578 -> 578 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 587 -> 587 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 565 -> 565 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 606 -> 606 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 562 -> 562 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 591 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 23 + .../locale/ru/LC_MESSAGES/django.mo | Bin 635 -> 635 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 547 -> 547 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../scheduler/locale/en/LC_MESSAGES/django.po | 2 +- .../scheduler/locale/es/LC_MESSAGES/django.mo | Bin 933 -> 933 bytes .../scheduler/locale/es/LC_MESSAGES/django.po | 2 +- .../scheduler/locale/it/LC_MESSAGES/django.mo | Bin 532 -> 532 bytes .../scheduler/locale/it/LC_MESSAGES/django.po | 2 +- .../scheduler/locale/pl/LC_MESSAGES/django.mo | Bin 589 -> 589 bytes .../scheduler/locale/pl/LC_MESSAGES/django.po | 2 +- .../scheduler/locale/pt/LC_MESSAGES/django.mo | Bin 535 -> 535 bytes .../scheduler/locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 522 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 46 + .../scheduler/locale/ru/LC_MESSAGES/django.mo | Bin 606 -> 606 bytes .../scheduler/locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 679 -> 679 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 10 +- .../locale/es/LC_MESSAGES/django.mo | Bin 692 -> 692 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 668 -> 668 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 710 -> 710 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 663 -> 663 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 35 + .../locale/ru/LC_MESSAGES/django.mo | Bin 757 -> 757 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 9683 -> 9683 bytes .../locale/de_DE/LC_MESSAGES/django.po | 4 +- apps/sources/locale/es/LC_MESSAGES/django.mo | Bin 10234 -> 10234 bytes apps/sources/locale/es/LC_MESSAGES/django.po | 4 +- apps/sources/locale/it/LC_MESSAGES/django.mo | Bin 10020 -> 10020 bytes apps/sources/locale/it/LC_MESSAGES/django.po | 4 +- apps/sources/locale/pl/LC_MESSAGES/django.mo | Bin 2702 -> 2702 bytes apps/sources/locale/pl/LC_MESSAGES/django.po | 4 +- apps/sources/locale/pt/LC_MESSAGES/django.mo | Bin 8197 -> 8197 bytes apps/sources/locale/pt/LC_MESSAGES/django.po | 4 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 8211 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 529 ++++++++ apps/sources/locale/ru/LC_MESSAGES/django.mo | Bin 12208 -> 12208 bytes apps/sources/locale/ru/LC_MESSAGES/django.po | 4 +- apps/tags/locale/de_DE/LC_MESSAGES/django.mo | Bin 3616 -> 3616 bytes apps/tags/locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/tags/locale/en/LC_MESSAGES/django.po | 106 +- apps/tags/locale/es/LC_MESSAGES/django.mo | Bin 3781 -> 3781 bytes apps/tags/locale/es/LC_MESSAGES/django.po | 2 +- apps/tags/locale/it/LC_MESSAGES/django.mo | Bin 3793 -> 3793 bytes apps/tags/locale/it/LC_MESSAGES/django.po | 2 +- apps/tags/locale/pl/LC_MESSAGES/django.mo | Bin 1393 -> 1393 bytes apps/tags/locale/pl/LC_MESSAGES/django.po | 2 +- apps/tags/locale/pt/LC_MESSAGES/django.mo | Bin 3683 -> 3683 bytes apps/tags/locale/pt/LC_MESSAGES/django.po | 2 +- apps/tags/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 3697 bytes apps/tags/locale/pt_BR/LC_MESSAGES/django.po | 249 ++++ apps/tags/locale/ru/LC_MESSAGES/django.mo | Bin 4366 -> 4366 bytes apps/tags/locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 4994 -> 4994 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 82 +- .../locale/es/LC_MESSAGES/django.mo | Bin 4922 -> 4922 bytes .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.mo | Bin 4831 -> 4831 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 4850 -> 4850 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 4805 -> 4805 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 4819 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 258 ++++ .../locale/ru/LC_MESSAGES/django.mo | Bin 6188 -> 6188 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1745 -> 1745 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/en/LC_MESSAGES/django.po | 48 +- .../web_theme/locale/es/LC_MESSAGES/django.mo | Bin 1772 -> 1772 bytes .../web_theme/locale/es/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/it/LC_MESSAGES/django.mo | Bin 1710 -> 1710 bytes .../web_theme/locale/it/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/pl/LC_MESSAGES/django.mo | Bin 714 -> 714 bytes .../web_theme/locale/pl/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/pt/LC_MESSAGES/django.mo | Bin 1731 -> 1731 bytes .../web_theme/locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1760 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 75 ++ .../web_theme/locale/ru/LC_MESSAGES/django.mo | Bin 1980 -> 1980 bytes .../web_theme/locale/ru/LC_MESSAGES/django.po | 2 +- misc/compilemessages_all.sh | 26 + misc/makemessages_all.sh | 26 + settings.py | 1 + 391 files changed, 7914 insertions(+), 915 deletions(-) create mode 100644 apps/acls/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/acls/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/common/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/common/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/converter/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/converter/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/documents/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/documents/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/folders/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/folders/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/history/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/history/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/installation/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/installation/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/linking/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/linking/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/main/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/main/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/metadata/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/navigation/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/ocr/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/permissions/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/sources/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/sources/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/tags/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/tags/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/user_management/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po diff --git a/apps/acls/locale/de_DE/LC_MESSAGES/django.mo b/apps/acls/locale/de_DE/LC_MESSAGES/django.mo index 414c35881749ecfa650c4681d4e89c2dc554eb45..f8940c0eec47e11d42f3c7a836f4274a88e3c2e3 100644 GIT binary patch delta 16 Xcmew%{zH62Av<$&e(vTH_7)ZZJU<3M delta 16 Xcmew%{zH62Av<$kYRTpj_7)ZZJbMO5 diff --git a/apps/acls/locale/de_DE/LC_MESSAGES/django.po b/apps/acls/locale/de_DE/LC_MESSAGES/django.po index 85d0af0106..2fdeb8e8a0 100644 --- a/apps/acls/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/acls/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-10 13:06+0000\n" "Last-Translator: tilmannsittig \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/acls/locale/en/LC_MESSAGES/django.po b/apps/acls/locale/en/LC_MESSAGES/django.po index 4e7cbcdb1b..27a849be59 100644 --- a/apps/acls/locale/en/LC_MESSAGES/django.po +++ b/apps/acls/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,38 +17,10 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:14 -msgid "ACLs" -msgstr "" - -#: __init__.py:15 __init__.py:23 -msgid "details" -msgstr "" - -#: __init__.py:16 __init__.py:25 -msgid "grant" -msgstr "" - -#: __init__.py:17 __init__.py:26 -msgid "revoke" -msgstr "" - -#: __init__.py:18 __init__.py:24 forms.py:21 +#: forms.py:21 links.py:14 links.py:20 msgid "New holder" msgstr "" -#: __init__.py:20 -msgid "Default ACLs" -msgstr "" - -#: __init__.py:21 -msgid "List of classes" -msgstr "" - -#: __init__.py:22 -msgid "ACLs for class" -msgstr "" - #: forms.py:38 msgid "Users" msgstr "" @@ -65,7 +37,35 @@ msgstr "" msgid "Special" msgstr "" -#: managers.py:118 managers.py:130 +#: links.py:10 +msgid "ACLs" +msgstr "" + +#: links.py:11 links.py:19 +msgid "details" +msgstr "" + +#: links.py:12 links.py:21 +msgid "grant" +msgstr "" + +#: links.py:13 links.py:22 +msgid "revoke" +msgstr "" + +#: links.py:16 +msgid "Default ACLs" +msgstr "" + +#: links.py:17 +msgid "List of classes" +msgstr "" + +#: links.py:18 +msgid "ACLs for class" +msgstr "" + +#: managers.py:119 managers.py:131 msgid "Insufficient access." msgstr "" diff --git a/apps/acls/locale/es/LC_MESSAGES/django.mo b/apps/acls/locale/es/LC_MESSAGES/django.mo index 8ed524e589821f327084113c632f56a5b7541121..3c2d31cd4707c7077525788f49f24179decffe0f 100644 GIT binary patch delta 16 XcmeBI=vUa_!o{4NpS#(e>jWzRF8T#< delta 16 XcmeBI=vUa_!o{4ITC&-l>jWzRFE#~u diff --git a/apps/acls/locale/es/LC_MESSAGES/django.po b/apps/acls/locale/es/LC_MESSAGES/django.po index 400a9822d5..07ead9c554 100644 --- a/apps/acls/locale/es/LC_MESSAGES/django.po +++ b/apps/acls/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-12 00:16+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/acls/locale/it/LC_MESSAGES/django.mo b/apps/acls/locale/it/LC_MESSAGES/django.mo index ad341dc8baa41dc0cd0ffe1e59feca2a3510d2c2..c754916451bad3e7410d06c07a1132d7bc5f519d 100644 GIT binary patch delta 16 Xcmca2e?@+S2p4m5e(q**uDz@PG!6xg delta 16 Xcmca2e?@+S2p4l+YRP7CuDz@PG)e`P diff --git a/apps/acls/locale/it/LC_MESSAGES/django.po b/apps/acls/locale/it/LC_MESSAGES/django.po index 812db3525f..f915b83899 100644 --- a/apps/acls/locale/it/LC_MESSAGES/django.po +++ b/apps/acls/locale/it/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-08 07:20+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/acls/locale/pl/LC_MESSAGES/django.mo b/apps/acls/locale/pl/LC_MESSAGES/django.mo index 165d256c995b03145c6cbc8c1c64f53fa6d51577..254d6cc70fa02cbbe9eec5b873025d2411bbc5da 100644 GIT binary patch delta 15 WcmdnQvWaDb9V2sce(q#P#*Y9geg$Lz delta 15 WcmdnQvWaDb9V2sIYRP0r#*Y9gvIT4a diff --git a/apps/acls/locale/pl/LC_MESSAGES/django.po b/apps/acls/locale/pl/LC_MESSAGES/django.po index 9166dd015f..9331a2d6e2 100644 --- a/apps/acls/locale/pl/LC_MESSAGES/django.po +++ b/apps/acls/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-01-02 09:45+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.mo b/apps/acls/locale/pt/LC_MESSAGES/django.mo index 8f6a25519a4ec83f15c675d14560bb3d992c4bb2..77ed4241fab8562da4ad71eae2c3890dced0bb5c 100644 GIT binary patch delta 15 WcmbQvGM!~ZEF*Jre(vN1#_a$n;{`GR delta 15 WcmbQvGM!~ZEF*JXYRTjT#_a$o7X>;1 diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.po b/apps/acls/locale/pt/LC_MESSAGES/django.po index b3ea310647..39a21f01e7 100644 --- a/apps/acls/locale/pt/LC_MESSAGES/django.po +++ b/apps/acls/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo b/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4599375497cfa4ec36473600e41430722028d238 GIT binary patch literal 522 zcmY*V!A=`75T%0C9((36haM8a#NLRuiD^(1vXLTXAxajm$RuXtYS&)bUIP3F|J5(( zw{$i^AfEJOTYmFq-u(M|^m;(}LOdpZBOVe@i4A(hzx3Isv(da`?(8463OHTkt#V#l zBOsN}(m*m!m(fC1)&)#`uGcuKbB~!7unD0OjO99P>if>hmdsf%owkmZO)b;j*UCrp z>kKcQl7Vb-EQ1oz<#8AJ4~&08+!MTy{ETxF;zB*@ru`>fjJylHFV4Q7a6&YbK49jg z@r4Z537Fi>W^gr36Zn;+!|Ckza6Dcl%jE@0OM+n9kfL*U>Uerz&II*tu0!+1g S`a$;`_SZqnzy-wZ=-@xRz?(Jz literal 0 HcmV?d00001 diff --git a/apps/acls/locale/pt_BR/LC_MESSAGES/django.po b/apps/acls/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..3e91d1bb04 --- /dev/null +++ b/apps/acls/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,241 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-01-02 09:45+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:14 +msgid "ACLs" +msgstr "" + +#: __init__.py:15 __init__.py:23 +msgid "details" +msgstr "" + +#: __init__.py:16 __init__.py:25 +msgid "grant" +msgstr "" + +#: __init__.py:17 __init__.py:26 +msgid "revoke" +msgstr "" + +#: __init__.py:18 __init__.py:24 forms.py:21 +msgid "New holder" +msgstr "" + +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + +#: forms.py:38 +msgid "Users" +msgstr "" + +#: forms.py:41 +msgid "Groups" +msgstr "" + +#: forms.py:44 +msgid "Roles" +msgstr "" + +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:118 managers.py:130 +msgid "Insufficient access." +msgstr "" + +#: models.py:25 models.py:67 +msgid "permission" +msgstr "" + +#: models.py:51 +msgid "access entry" +msgstr "" + +#: models.py:52 +msgid "access entries" +msgstr "" + +#: models.py:88 +msgid "default access entry" +msgstr "" + +#: models.py:89 +msgid "default access entries" +msgstr "" + +#: models.py:108 +msgid "Creator" +msgstr "" + +#: models.py:111 models.py:112 +msgid "creator" +msgstr "" + +#: permissions.py:7 permissions.py:8 +msgid "Access control lists" +msgstr "" + +#: permissions.py:10 +msgid "Edit ACLs" +msgstr "" + +#: permissions.py:11 +msgid "View ACLs" +msgstr "" + +#: permissions.py:13 +msgid "Edit class default ACLs" +msgstr "" + +#: permissions.py:14 +msgid "View class default ACLs" +msgstr "" + +#: views.py:47 +#, python-format +msgid "access control lists for: %s" +msgstr "" + +#: views.py:49 views.py:409 +msgid "holder" +msgstr "" + +#: views.py:50 views.py:410 +msgid "permissions" +msgstr "" + +#: views.py:97 +#, python-format +msgid "permissions available to: %(actor)s for %(obj)s" +msgstr "" + +#: views.py:104 views.py:442 +msgid "namespace" +msgstr "" + +#: views.py:105 views.py:443 +msgid "label" +msgstr "" + +#: views.py:107 views.py:445 +msgid "has permission" +msgstr "" + +#: views.py:184 views.py:277 views.py:525 views.py:604 +msgid ", " +msgstr "" + +#: views.py:185 views.py:278 views.py:526 views.py:605 +#, python-format +msgid " for %s" +msgstr "" + +#: views.py:186 views.py:527 +#, python-format +msgid " to %s" +msgstr "" + +#: views.py:189 views.py:530 +#, python-format +msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +msgstr "" + +#: views.py:191 views.py:532 +#, python-format +msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:198 views.py:539 +#, python-format +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +msgstr "" + +#: views.py:204 views.py:545 +#, python-format +msgid "" +"%(actor)s, already had the permission \"%(permission)s\" granted for " +"%(object)s." +msgstr "" + +#: views.py:279 views.py:606 +#, python-format +msgid " from %s" +msgstr "" + +#: views.py:282 views.py:609 +#, python-format +msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +msgstr "" + +#: views.py:284 views.py:611 +#, python-format +msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:291 views.py:618 +#, python-format +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +msgstr "" + +#: views.py:297 views.py:624 +#, python-format +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgstr "" + +#: views.py:353 +#, python-format +msgid "add new holder for: %s" +msgstr "" + +#: views.py:354 views.py:486 +msgid "Select" +msgstr "" + +#: views.py:386 +msgid "classes" +msgstr "" + +#: views.py:388 +msgid "class" +msgstr "" + +#: views.py:407 +#, python-format +msgid "default access control lists for class: %s" +msgstr "" + +#: views.py:435 +#, python-format +msgid "permissions available to: %(actor)s for class %(class)s" +msgstr "" + +#: views.py:484 +#, python-format +msgid "add new holder for class: %s" +msgstr "" diff --git a/apps/acls/locale/ru/LC_MESSAGES/django.mo b/apps/acls/locale/ru/LC_MESSAGES/django.mo index 5888c18a16e0b98f33b7832f5cbe4018057a4397..cccee4b0e2e92f749419bcfd13b32594ca7bdf7f 100644 GIT binary patch delta 16 XcmaE?_E>F$0vB^~e(q*vE(cBkHc|yx delta 16 XcmaE?_E>F$0vB^$YRP70E(cBkHjV{g diff --git a/apps/acls/locale/ru/LC_MESSAGES/django.po b/apps/acls/locale/ru/LC_MESSAGES/django.po index ba1c6f089e..6e77ad9874 100644 --- a/apps/acls/locale/ru/LC_MESSAGES/django.po +++ b/apps/acls/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-27 04:26+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/common/locale/de_DE/LC_MESSAGES/django.mo b/apps/common/locale/de_DE/LC_MESSAGES/django.mo index b8c24cfe46e8c91134bd837572eadbc0a372f014..b26e8795f803f17768e8b947c922de48d8333046 100644 GIT binary patch delta 22 dcmeBR>0p_#mBrG^z-Z#me&*!-+{xaIdjVFa2krm> delta 22 dcmeBR>0p_#mBqr!z+&Rge&)Q?lF8nTdjVGy2m1g3 diff --git a/apps/common/locale/de_DE/LC_MESSAGES/django.po b/apps/common/locale/de_DE/LC_MESSAGES/django.po index d2770fc5e3..7ba5b4c041 100644 --- a/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/common/locale/de_DE/LC_MESSAGES/django.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2011-09-30 04:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/common/locale/en/LC_MESSAGES/django.po b/apps/common/locale/en/LC_MESSAGES/django.po index c99a52fa6d..d6c3ae168b 100644 --- a/apps/common/locale/en/LC_MESSAGES/django.po +++ b/apps/common/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:39-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,26 +17,10 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:22 -msgid "change password" -msgstr "" - -#: __init__.py:23 -msgid "user details" -msgstr "" - -#: __init__.py:24 -msgid "edit details" -msgstr "" - -#: __init__.py:28 __init__.py:33 +#: __init__.py:30 links.py:17 msgid "about" msgstr "" -#: __init__.py:29 -msgid "license" -msgstr "" - #: forms.py:101 msgid "Selection" msgstr "" @@ -55,6 +39,30 @@ msgstr "" msgid "This account is inactive." msgstr "" +#: links.py:14 +msgid "change password" +msgstr "" + +#: links.py:15 +msgid "user details" +msgstr "" + +#: links.py:16 +msgid "edit details" +msgstr "" + +#: links.py:18 +msgid "license" +msgstr "" + +#: links.py:19 +msgid "sentry" +msgstr "" + +#: links.py:20 +msgid "admin site" +msgstr "" + #: literals.py:24 msgid "A5" msgstr "" @@ -95,19 +103,35 @@ msgstr "" msgid "Landscape" msgstr "" -#: models.py:16 +#: models.py:17 msgid "lock field" msgstr "" -#: models.py:43 +#: models.py:45 msgid "Anonymous user" msgstr "" -#: models.py:46 models.py:47 +#: models.py:48 models.py:49 msgid "anonymous user" msgstr "" -#: utils.py:295 +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +msgid "password" +msgstr "" + +#: models.py:55 +msgid "password hash" +msgstr "" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + +#: utils.py:299 msgid "function found" msgstr "" @@ -174,20 +198,24 @@ msgstr "" msgid "None" msgstr "" -#: conf/settings.py:15 +#: conf/settings.py:10 +msgid "Common" +msgstr "" + +#: conf/settings.py:17 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" +"mkdtemp()." msgstr "" -#: conf/settings.py:65 +#: conf/settings.py:61 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: conf/settings.py:74 +#: conf/settings.py:69 msgid "Allow non authenticated users, access to all views" msgstr "" @@ -278,18 +306,18 @@ msgstr "" #: templates/generic_form_subtemplate.html:80 #: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 -#: templates/generic_list_horizontal_subtemplate.html:90 -#: templates/generic_list_subtemplate.html:52 -#: templates/generic_list_subtemplate.html:178 +#: templates/generic_list_horizontal_subtemplate.html:94 +#: templates/generic_list_subtemplate.html:55 +#: templates/generic_list_subtemplate.html:189 msgid "Save" msgstr "" #: templates/generic_form_subtemplate.html:80 #: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 -#: templates/generic_list_horizontal_subtemplate.html:90 -#: templates/generic_list_subtemplate.html:52 -#: templates/generic_list_subtemplate.html:178 +#: templates/generic_list_horizontal_subtemplate.html:94 +#: templates/generic_list_subtemplate.html:55 +#: templates/generic_list_subtemplate.html:189 msgid "Submit" msgstr "" @@ -303,7 +331,7 @@ msgid "List of %(stripped_title)s" msgstr "" #: templates/generic_list_horizontal_subtemplate.html:23 -#: templates/generic_list_subtemplate.html:24 +#: templates/generic_list_subtemplate.html:25 #, python-format msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " @@ -311,20 +339,21 @@ msgid "" msgstr "" #: templates/generic_list_horizontal_subtemplate.html:25 -#: templates/generic_list_subtemplate.html:26 +#: templates/generic_list_subtemplate.html:27 #, python-format msgid "List of %(title)s (%(total)s)" msgstr "" -#: templates/generic_list_subtemplate.html:72 -msgid "Identifier" -msgstr "" - -#: templates/generic_list_subtemplate.html:152 +#: templates/generic_list_horizontal_subtemplate.html:69 +#: templates/generic_list_subtemplate.html:161 #, python-format msgid "There are no %(stripped_title)s" msgstr "" +#: templates/generic_list_subtemplate.html:75 +msgid "Identifier" +msgstr "" + #: templates/login.html:5 msgid "Login" msgstr "" diff --git a/apps/common/locale/es/LC_MESSAGES/django.mo b/apps/common/locale/es/LC_MESSAGES/django.mo index 6b3e33b03088cbd1a03c026ec7369391df4f126a..1a726d9684e3837f4009e97397a8b447e36bcb2a 100644 GIT binary patch delta 25 gcmdn2w^?sPG%t&#m4VUZc;2\n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/common/locale/it/LC_MESSAGES/django.mo b/apps/common/locale/it/LC_MESSAGES/django.mo index 6c3ef094ddb3efeb74abdf896b5263f90452385a..eea031a938328656f36daf11dc6012dbab46d42a 100644 GIT binary patch delta 25 gcmbQPGhJsxG%t&#m4VUZc-~s(\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/common/locale/pl/LC_MESSAGES/django.mo b/apps/common/locale/pl/LC_MESSAGES/django.mo index 4bcf21038aa8277fcaee51a0827d1c5226429063..eb25795e6a436bc1538f3910ece22a8ca8c72b6d 100644 GIT binary patch delta 25 hcmdn2wOMP!b{-Z>D+8m+yLmd8lk;;oyYaqd2LO4B2_*mk delta 25 hcmdn2wOMP!b{-ZBD+7zkyLmd8^HNJTyYaqd2LO5r2{Hfx diff --git a/apps/common/locale/pl/LC_MESSAGES/django.po b/apps/common/locale/pl/LC_MESSAGES/django.po index a91c223310..817724ad93 100644 --- a/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/apps/common/locale/pl/LC_MESSAGES/django.po @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-02-21 15:17+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/common/locale/pt/LC_MESSAGES/django.mo b/apps/common/locale/pt/LC_MESSAGES/django.mo index 0eee63f31a84d5ddd7e821dba2144bab2444d369..8001bb6b68a40210ba7b1c70d365dee532723af7 100644 GIT binary patch delta 25 hcmdm~y;FO`Umg}qD+8m+jJ!*jlk;;ouizEr004N52x9;M delta 25 hcmdm~y;FO`Umg|\n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/common/locale/pt_BR/LC_MESSAGES/django.mo b/apps/common/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..74f70bb1c2bd452c42786896b7dfd6ae58c5df3c GIT binary patch literal 5575 zcmb7{U2G*)9l(!@s8vx}1>{2y0=q5r-nRR}E_ZiX+HE0gwoB7?iJ-ALojLb**qJ%k zIWz5ci5hrNL%?W^Ci)=Rkbt7_po=Dk7jol+G4YKj6Q6uBJcuzdF&g6UKOgPA`w`-# zXMS^M&d2}!zs|pZx$(LmDy{|E?X>y#D`jAO9XGCbKB&|Q_z!pz&Rnk)T~tx?e9foe z2YCMtcmsR}9)sV9lkiXQHuxVX<8S^@#akh-)E$sNbvHK|KM9xMQ7GS^gSWyTK#}t` z_<8t8xDUP!Z-#q5tkiyZACxV86@CT=kS(ZfI0nB7Z-LLkkH8n9tn(_AewXUszk^Jz z-h{ILAK*ItE4%|f!eHrd;pgBvDEoUB?t#xkk>etieZ2%f0bhq-hQEhQrS3#1S^r)r z{bwMb)ctSXAb;vOH(CFSQ2MVz(L(@5-gA&Ym2-RheM&tIALMsJ=ZE1hq3GeCHUCxf z-%#fLFZ>j|9wEfPZh=$qOHlUp9Vp{}R`VB7)_o1i_}@a&@0(Ek^(`p-JN(JYKaRt_ z{C)z8e>@HEgFlC2$G4#9=N%||--|HfKP@P~7vRU?X(;-A0?PV1lzo34%6iY%{9gV2 zM^OCp1-J&^fU=+4Z>;(sgLm?nq4>#9;4%19_yzc9DEoRBBD%Vc;1M}) zf+FW$csHD@-}fMYYKt37spp}re-VnDuRx|!zk;}lLft#pLp;e|@25#$k#CA7dOtxs zK%1oDD&_S+P4SDvG_j*xEt>2_^eM87UL-aT(e~30()QA(X%n>OLZnhRk_Y4>q)OY0 z{G!VlTAL<*-J#9W2$xb%p!6r%vs_|hx#lXUn`+A5<L|F ziCkhExiG)Fw|uJXA&+8@d+K-dHN_X?8m~~^7r39K?UP^kjC&i~Adg%+;k5}v8){z! zf%U#y#PN3hDtG#x@hs|X{v7?>#=ViQ8n-Zsw9}%rSdF%^p;hDy|};vDf*A)rk!@Od9z_b`grarr>>= zM}f(CA$x0U{b*klkKQxeDc{L1CbdmW#5$R!Zw;N=tsRN#&8m|{mN92JQumGbTP_Q= ztlVSV(8qlqDRU-8tNlzTu_Xby>*gS=8^_u<_ZUPmQI=rI*QaBA~?xn}$5OqMjgk zxrrzIgdSfqJ@L3cSWAm!-Dc8H7AgCz$p=r*t1r>aqfWbCl&Zx739I1K=qa{FBu=f4 za+|c(8ONVCWn|Xf#A;{gp-MT>w(hzj4f#20`6ZbPrKc!F8!UvE1bJlytQ79JN?V_C z#87D`@!B01!UA#Vb>wxxOf8Q}qdeNQZMEdGJTsVaxr}SIVm7T>X;O$}F)Q2qE@`;_6AdQEWW{cB;#AqEoMZ-v;7Z;bf`httgH~jG&A%iO4AJ zl{3iLc5*J1*~TZ-Dn4x`LYe7m?zFnWsO}5q7ojFu6ltP*WqAWqIul=RYGYSb49g!VWw@525uDq3GQAViv2Br>`NvQ+a}cu^NTBE%N7IYtwrC9!q!~T^Q~3a(HnW*?@UegB0OWg z9k^sFbKYc;%cc?;J4Nom566}sU2T_0(J3+S+Ope}rS#o-cRW zuN3B|`qf@rHcb3fTu(XG&)4RbrzXZ0Pc1I&YILSOJtpTBDWbKy-A50(J)ckYV-uxE zP`;6O!y*YC;?rwTRzRgpdM>oGU92-By=H6qQOnfg2fL79dgR z{8i^^tD)+n8lS1Nz8GA@eMl;UOKFriNl!Y!vi5?(RW(@+c>AQ$_IwcI$4q|BLPVc< z@A1P&EB$9VwAQO>n?q`61+vFTL1MC|6d8W11oMLzT~nDD?W8U#%MwSvGod5YGs9!E z-9kKq5+!tPJuAs&@bchwOYUTvj<)5AKS>_sNJk6JxJhc1NY<7+UpI~DdPE&s&BmNY zhWTEU+Km$}-9VKhN3(cdaEwb;5^u2N6`wdH=@4B&IO@)we&r4>Uu{I2qkTs|jTAAt z<7g--;&z1+Lvs$GH=np#0aYEtex;mY!!cn{s$ljQpQPO}%(C zzh;4Ern;<|x13nzNhiU~fn;NGyOj7VI1o@KMT~6l3?5JDjOWL8rCO_1^B(+WHMpBgMuG!>{W+ObhF_mr{t*n7^9H**y#HiySm`XsCeQ{j4w4$>CL#84~n=?-Jan1M)zx}z2m6EL&ACk{lTSjrEF*` zRsF+1GMSp^Fw6(Pmb4?4hs&xIG!&;MOUwl;N=>3PA{;U^Tmeau!jZbkj)o>+%PW*F zr9#WH!PbS4xaFkSgyVN`kvb^i1)fhKRY`DJ9VAB68}z)I?=6U5ihW3kKBp6AqX-gH z%CN4BG@ABrc6heMvj`nE9ax!wUu}4nN_, 2011. +# Roberto Rosario , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"PO-Revision-Date: 2012-07-02 03:30+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:22 +msgid "change password" +msgstr "alterar a senha" + +#: __init__.py:23 +msgid "user details" +msgstr "detalhes do usuário" + +#: __init__.py:24 +msgid "edit details" +msgstr "editar detalhes" + +#: __init__.py:28 __init__.py:33 +msgid "about" +msgstr "sobre" + +#: __init__.py:29 +msgid "license" +msgstr "licença" + +#: forms.py:101 +msgid "Selection" +msgstr "Seleção" + +#: forms.py:133 +msgid "Email" +msgstr "E-mail" + +#: forms.py:144 +msgid "" +"Please enter a correct email and password. Note that the password fields is " +"case-sensitive." +msgstr "Por favor insira o e-mail e senha corretos. Note que os campos de senha são case-sensitive." + +#: forms.py:146 +msgid "This account is inactive." +msgstr "Esta conta está inativa." + +#: literals.py:24 +msgid "A5" +msgstr "A5" + +#: literals.py:25 +msgid "A4" +msgstr "A4" + +#: literals.py:26 +msgid "A3" +msgstr "A3" + +#: literals.py:27 +msgid "B5" +msgstr "B5" + +#: literals.py:28 +msgid "B4" +msgstr "B4" + +#: literals.py:29 +msgid "Letter" +msgstr "Carta" + +#: literals.py:30 +msgid "Legal" +msgstr "Legal" + +#: literals.py:31 +msgid "Ledger" +msgstr "Livro-razão" + +#: literals.py:38 +msgid "Portrait" +msgstr "Retrato" + +#: literals.py:39 +msgid "Landscape" +msgstr "Paisagem" + +#: models.py:16 +msgid "lock field" +msgstr "" + +#: models.py:43 +msgid "Anonymous user" +msgstr "Usuário anônimo" + +#: models.py:46 models.py:47 +msgid "anonymous user" +msgstr "usuário anônimo" + +#: utils.py:295 +msgid "function found" +msgstr "função encontrada" + +#: views.py:36 +msgid "No action selected." +msgstr "Nenhuma ação selecionada." + +#: views.py:40 +msgid "Must select at least one item." +msgstr "Deve selecionar pelo menos um item." + +#: views.py:88 +#, python-format +msgid "%(selection)s added successfully added to %(right_list_title)s." +msgstr "%(selection)s adicionadas com sucesso a %(right_list_title)s ." + +#: views.py:94 views.py:121 +#, python-format +msgid "Unable to add %(selection)s to %(right_list_title)s." +msgstr "Não foi possível adicionar %(selection)s para %(right_list_title)s ." + +#: views.py:115 +#, python-format +msgid "%(selection)s added successfully removed from %(right_list_title)s." +msgstr " %(selection)s adicionado com sucesso removidos %(right_list_title)s." + +#: views.py:136 +msgid "Add" +msgstr "Adicionar" + +#: views.py:147 +msgid "Remove" +msgstr "Remover" + +#: views.py:170 +msgid "current user details" +msgstr "detalhes atuais do usuário" + +#: views.py:187 +msgid "E-mail conflict, another user has that same email." +msgstr "E-mail conflito, outro usuário que tem mesmo e-mail." + +#: views.py:190 +msgid "Current user's details updated." +msgstr "Detalhes do usuário atual atualizados." + +#: views.py:199 +msgid "edit current user details" +msgstr "editar os detalhes do usuário atual" + +#: views.py:230 +msgid "License" +msgstr "Licença" + +#: views.py:239 +msgid "Current user password change" +msgstr "Alteração de senha do usuário atual" + +#: views.py:254 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "Sua senha foi alterada com êxito." + +#: widgets.py:58 +msgid "None" +msgstr "Nenhum" + +#: conf/settings.py:15 +msgid "" +"Temporary directory used site wide to store thumbnails, previews and " +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" +msgstr "Diretório temporário usado para armazenar miniaturas, previews e arquivos temporários. Se nenhum for especificado, um será criado usando tempfile.mkdtemp()" + +#: conf/settings.py:65 +msgid "" +"Controls the mechanism used to authenticated user. Options are: username, " +"email" +msgstr "Controla o mecanismo usado para usuário autenticado. As opções são: e-mail, nome de usuário," + +#: conf/settings.py:74 +msgid "Allow non authenticated users, access to all views" +msgstr "" + +#: templates/403.html:3 templates/403.html.py:7 +msgid "Insufficient permissions" +msgstr "Permissões insuficientes" + +#: templates/403.html:9 +msgid "You don't have enough permissions for this operation." +msgstr "Você não tem permissões suficientes para esta operação." + +#: templates/404.html:3 templates/404.html.py:7 +msgid "Page not found" +msgstr "Página não encontrada" + +#: templates/404.html:9 +msgid "Sorry, but the requested page could not be found." +msgstr "Desculpe, mas a página solicitada não pôde ser encontrada." + +#: templates/calculate_form_title.html:11 +#, python-format +msgid "Details for %(object_name)s: %(object)s" +msgstr "Detalhes para %(object_name)s : %(object)s " + +#: templates/calculate_form_title.html:13 +#, python-format +msgid "Details for: %(object)s" +msgstr "Detalhes para: %(object)s " + +#: templates/calculate_form_title.html:18 +#, python-format +msgid "Edit %(object_name)s:" +msgstr "Editar %(object_name)s:" + +#: templates/calculate_form_title.html:20 +msgid "Edit" +msgstr "Editar" + +#: templates/calculate_form_title.html:24 +#, python-format +msgid "Create new %(object_name)s" +msgstr "Criar novas %(object_name)s " + +#: templates/calculate_form_title.html:26 +msgid "Create" +msgstr "Criar" + +#: templates/generic_assign_remove.html:3 +#, python-format +msgid "Assign %(title)s %(object)s" +msgstr "Atribuir %(title)s %(object)s " + +#: templates/generic_confirm.html:3 templates/generic_confirm.html.py:18 +msgid "Confirm" +msgstr "Confirmar" + +#: templates/generic_confirm.html:16 +msgid "Confirm delete" +msgstr "Confirmar exclusão" + +#: templates/generic_confirm.html:32 +msgid "form icon" +msgstr "ícone de formulário" + +#: templates/generic_confirm.html:40 +#, python-format +msgid "Are you sure you wish to delete %(object_name)s: %(object)s?" +msgstr "Tem certeza de que deseja excluir %(object_name)s: %(object)s ?" + +#: templates/generic_confirm.html:42 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "Tem certeza de que deseja excluir: %(object)s ?" + +#: templates/generic_confirm.html:50 +msgid "Yes" +msgstr "Sim" + +#: templates/generic_confirm.html:54 +msgid "No" +msgstr "Não" + +#: templates/generic_form_instance.html:37 +#: templates/generic_form_subtemplate.html:56 +msgid "required" +msgstr "exigido" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Save" +msgstr "Salvar" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Submit" +msgstr "Submeter" + +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "Cancelar" + +#: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 +#, python-format +msgid "List of %(stripped_title)s" +msgstr "Lista de %(stripped_title)s " + +#: templates/generic_list_horizontal_subtemplate.html:23 +#: templates/generic_list_subtemplate.html:24 +#, python-format +msgid "" +"List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " +"%(page_number)s of %(total_pages)s)" +msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Page %(page_number)s of %(total_pages)s)" + +#: templates/generic_list_horizontal_subtemplate.html:25 +#: templates/generic_list_subtemplate.html:26 +#, python-format +msgid "List of %(title)s (%(total)s)" +msgstr "Lista de %(title)s (%(total)s)" + +#: templates/generic_list_subtemplate.html:72 +msgid "Identifier" +msgstr "Identificador" + +#: templates/generic_list_subtemplate.html:152 +#, python-format +msgid "There are no %(stripped_title)s" +msgstr "Não há %(stripped_title)s " + +#: templates/login.html:5 +msgid "Login" +msgstr "Login" + +#: templates/password_change_done.html:3 templates/password_change_form.html:3 +#: templates/password_change_form.html:5 +msgid "Password change" +msgstr "Alterar a senha" diff --git a/apps/common/locale/ru/LC_MESSAGES/django.mo b/apps/common/locale/ru/LC_MESSAGES/django.mo index eccb60a887595caf261ff032681bcfdc5047a215..5ed5800aeeab0d9b2dbe7f542934e061151124e7 100644 GIT binary patch delta 25 gcmeA%>oMC9&C6nGWneTpp0|@ZIX`#vYhFcO0BQ^f82|tP delta 25 gcmeA%>oMC9&C6n8WneKmp0|@ZFSTUzYhFcO0BVZ}CIA2c diff --git a/apps/common/locale/ru/LC_MESSAGES/django.po b/apps/common/locale/ru/LC_MESSAGES/django.po index 22e93a7f5f..bfeac70ef3 100644 --- a/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/apps/common/locale/ru/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-02-03 06:36+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/converter/locale/de_DE/LC_MESSAGES/django.mo b/apps/converter/locale/de_DE/LC_MESSAGES/django.mo index c88d73cf84ad9e1c11651ad73f4c6fa18b51e2ef..a869e039ab656601970ba9250bcfb9bc059cb442 100644 GIT binary patch delta 22 ecmZ3?vY2JURu)Su1EYyMS1~8&=T1&z+zS9)SO{7G delta 22 ecmZ3?vY2JURu&5@1B;0}S25?MmP}4#+zS9)#Rz8r diff --git a/apps/converter/locale/de_DE/LC_MESSAGES/django.po b/apps/converter/locale/de_DE/LC_MESSAGES/django.po index 3a023f360b..264f31ba48 100644 --- a/apps/converter/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/converter/locale/de_DE/LC_MESSAGES/django.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/converter/locale/en/LC_MESSAGES/django.po b/apps/converter/locale/en/LC_MESSAGES/django.po index 4752650ae3..281460bd39 100644 --- a/apps/converter/locale/en/LC_MESSAGES/django.po +++ b/apps/converter/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:39-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:15 +#: links.py:9 msgid "file formats" msgstr "" @@ -891,35 +891,46 @@ msgstr "" msgid "description" msgstr "" -#: conf/settings.py:11 +#: conf/settings.py:7 +msgid "Converter" +msgstr "" + +#: conf/settings.py:14 msgid "File path to imagemagick's convert program." msgstr "" -#: conf/settings.py:12 +#: conf/settings.py:23 msgid "File path to imagemagick's identify program." msgstr "" -#: conf/settings.py:13 +#: conf/settings.py:32 msgid "File path to graphicsmagick's program." msgstr "" -#: conf/settings.py:15 +#: conf/settings.py:41 +msgid "" +"Set of configuration options to pass to the GraphicsMagick executable to " +"fine tune it's functionality as explained in the GraphicsMagick " +"documentation." +msgstr "" + +#: conf/settings.py:49 msgid "" "Graphics conversion backend to use. Options are: converter.backends." "imagemagick, converter.backends.graphicsmagick and converter.backends.python." msgstr "" -#: conf/settings.py:16 +#: conf/settings.py:57 msgid "Path to the unoconv program." msgstr "" -#: conf/settings.py:17 +#: conf/settings.py:66 msgid "" "Use alternate method of connection to LibreOffice using a pipe, it is slower " "but less prone to segmentation faults." msgstr "" -#: conf/settings.py:18 +#: conf/settings.py:74 msgid "Path to the libreoffice program." msgstr "" diff --git a/apps/converter/locale/es/LC_MESSAGES/django.mo b/apps/converter/locale/es/LC_MESSAGES/django.mo index 78bd4d341aba78fb0f7b41a8b909d0510af9af6a..76c8dd10407198d6cde0347753ff6a662b5fce0b 100644 GIT binary patch delta 27 jcmdltopIlE#to)=ES6RVMw2b|)-osO=Wc$fcU1-ei((2r delta 27 jcmdltopIlE#to)=EEZM<7LzUY)-va%mTZ2hcU1-ei{T1N diff --git a/apps/converter/locale/es/LC_MESSAGES/django.po b/apps/converter/locale/es/LC_MESSAGES/django.po index c0242a222d..495909afea 100644 --- a/apps/converter/locale/es/LC_MESSAGES/django.po +++ b/apps/converter/locale/es/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-06-17 22:21+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/converter/locale/it/LC_MESSAGES/django.mo b/apps/converter/locale/it/LC_MESSAGES/django.mo index 1bf9b32ecd0e6f617a457d888fd981f431f47410..e1f7e2d212fab6380efca6d3737503921bea4f39 100644 GIT binary patch delta 27 jcmX>*h4JhZ#tkfbES6RVMw2=87BVO2=Wbr3w@?}Yh1Usn delta 27 jcmX>*h4JhZ#tkfbEEZM<7Lz&j7Bc6hmTX?5w@?}YhE@rJ diff --git a/apps/converter/locale/it/LC_MESSAGES/django.po b/apps/converter/locale/it/LC_MESSAGES/django.po index 0ad59e894f..8af053a259 100644 --- a/apps/converter/locale/it/LC_MESSAGES/django.po +++ b/apps/converter/locale/it/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/converter/locale/pl/LC_MESSAGES/django.mo b/apps/converter/locale/pl/LC_MESSAGES/django.mo index 817875d6f44b7af3dd3ec0874c558021a1c3de4e..81ba83fc06cc3e0fd74707dd15d0764c61f0e066 100644 GIT binary patch delta 25 hcmexj|HXbooiK}~m4VUZCgBCl$@#gPRYlHo0|0}22~hw5 delta 25 hcmexj|HXbooiK}qm4U_NCgBCld8s9vRYlHo0|0~i30?pI diff --git a/apps/converter/locale/pl/LC_MESSAGES/django.po b/apps/converter/locale/pl/LC_MESSAGES/django.po index 7a2f3436a9..e08061884b 100644 --- a/apps/converter/locale/pl/LC_MESSAGES/django.po +++ b/apps/converter/locale/pl/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.mo b/apps/converter/locale/pt/LC_MESSAGES/django.mo index 6db13214ae22e89a9a9cfc0f68af64139047c2f1..9cd6b82474b08035ffebb49f11a6cc4691f3c488 100644 GIT binary patch delta 27 jcmX>$neo_U#tp%`ES6RVMw7#JmoO*i=WhO|dqNrjkF*MW delta 27 jcmX>$neo_U#tp%`EEZM<7L&tumoVq0mTdl~dqNrjkTVL2 diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.po b/apps/converter/locale/pt/LC_MESSAGES/django.po index 67dabb2f08..8ea89d099b 100644 --- a/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/apps/converter/locale/pt/LC_MESSAGES/django.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo b/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6474ba5b95832bbeec269e7035986f26b234d71a GIT binary patch literal 18900 zcmeI23v_Kod4Pw?^P(akA}<+GxC!Ls&3yzBl9S}#1IfLIoZJu|K6cL8Nj5p>?8Dys z+$6WsDk#(kDn47VJQaL_trVzI#F~O{6kD}LMSLuaEz2$~wY6RC>i5sgPEKCHt+g$d zz3zX%vuDqqJ@d~$Gylw=M-JQfJ&Nm5?kK?`zw!?E_8@vo20Y3qy+|R?4;g8@JcrXu-g8gtKd==aZ zuYgCx&p`R^x8V!m&mmP)&mmF67eSKLX7~~~45eLV$2Y+jbAOAwzYo5Q`|rS$;66tx z)d4rcL*e;Q>Nx{7yb_)WKLn-RFTrm3nB#F2emwUhP@YGy2fiJmTJ=T8uS0q7VR#Tc zgho>Zbrd8?wL_^-4oW*iDCNEmioR}ur^3&{7Wj|uxkgEneikH2mEj@q3b+Bj7dFEi z;XC1%p!CzLXyk$LwNU!;jqn6`H55JE0i|B|yYxrkzT8VAC4E0A^?wOG4W0(&y%{L| zb14*)dI#i_>Ut>s^eHIy`x<;6d=$#}e+s4l{}sx6CsN5i*a1mWiR0B!bALO;1l3oe z^xqF*4?F@RkniQ;OW_O@y}lhv{yQDN;P_oA?fDs$`fot#lJ8hZlT|yE=R;8J#)qQk zH$!Rv2cX!;Jy6>B2$cFh0i_*>YFiHt`Go3+O|ad9`>WjZ+o6n?``~HtahHA~nWdaA zsNsO)B$WQY((zg-?fkfVexKu`Q2J*d{*&?545eKKxIdhP2f&KEuS03?YoX}-YAE*c zQP=@L1^eLRP}7VvOk7w*9s!L%N-UOvShn`~l>r_aRIva|;BvAD67AW7p9y0Z*d)@PIK(WWiq2zlmlabU% zLrL$1VizM&>N^dk{5kjhCMfm!ER^^D*7286$~&0OlkXi5F+sH%O8Ny*+Eaz1rx+dp zuYd=`x54MaYoPSUtx)pc4kh0mQ0jFL+z&nk|9&5(z6Hh37FzB4_dR$n_e~hF=wlBY zhgZYr!oPFr{|rSx&&SC5r&{=rB=t%t-?<7(xi>>hN8Javz#l`=|M7GZU9Yx684n(m zdF)y!-@OaI0Dc8Z`yYWC{v1mAhj-fkYlbraYR+tF^dspkv6HP(($9o1gyZlmSb_51?NI9R z87SlXVJQ9h6LeZcXDP;)OzJ{+6?JK$-M ze`<>Vj)pfurd)L|l=gogO8x^-p70pQHuz%hvry`BkxQ?_W4ONz%Jb`>*v;MWDEJ-t zBKQj^_VK)z+xE3XsqY|^b`+u1BZ89ey-@o3lThY?A3@Rk^UtvM)((fbKOc%dZh=z& z2cgvO2`KZ*{;#n0I~huP9~65Vg`($+poS5Y{(Tpe`d$yEUUxz1|NEho_aGE||0%?@ z)sbh~{yhh3?q35%53h%V@ER!n_7Ps78wpNGf8x4Qd}L237WQ2ON|DE0US6g_K}|57?_Ke!9N3|yT|$kF8MJJr1ScLnz<> zJ$NL%#XbKtl=r^@MW6o!r9KC3x9P_~(aY&j>U%Dfe)8P&w?L`SN1?p;HOC)7Denm= z-#akp`V~rg7VZnrgVOGcptSE2DE2-JCEw+6fA~Hq`LBZq!JDD9_cnL{{4(4JGQ7+s zWyy7!h59o`vZ>3Fk0GyhX@a{E59yK{cfAIpRQh#86+5Z;6DDr9Kt2W8l znY8J*5YdfXVq>2|9!1VUPCyPsPDTD2kv{(`MEdG`NP2zE{Wuzm{x41+K)T9YH}U@` zkqRPn6Dn7)N94K>DIwoMK7q(pM5M3e5*xYM{K7Wi3{pTMmv#@VBN=xu_$=}{aA{zM$@;c;JZmxF; zABTVBet!dg$^G60cOkyJza8F!j35sp!^ly{!AN@jh5PYk_!cDZ?x*1a$fZcXOWO_K z=6*N9KSXXo&PB$MeUX!q0b~gI6GX0yki(GawBrO+;GhyS)>(tFY*qgjJyXq z2B{&Nk+YExA!i|t*KO|R2>4OtPUPFjn~(|Q8stLcc;q=q!6zWQQ7x)`z3w;t})fwo#CM#+197?JGQmxu;yJ-_jOn;&+DdgFj1>c z>5kUU*6z+0gYFi+hh&r1)!JneyIQ-ORaa+PP_Hd1_A5aWdDXb)MSit7uXmoacO`By z1r8T;B`?;L;pxes>?@lbR7?IGZ7`Ld2&!H*ua|vo?_1D2R?y=*sCZMp>Mey6zU~jE zg2XH99sZP;1iRDZfojpK#r3k6NCm<;DHNlimbjPJd8%`w`Qo%!o$~c$7*)KddSNz5 zruArUa8TDGe|O-|x)0>a<$6q8lQ7cRLZ?d|@*)cE4~zARUrqF2;}?ef-E@5}r`M@l zTEtUi)9ck}vHVraNS{32Pp_NrDZiat-4prgFbU)7u%ZTvf^O;UQh|6R+eY zp6V?JUfgyb17tD^QRK+bfVGLmPFs<|8BDEK_Vut=WPtHaeQrG{&h$s#Y+F8;9aX*c zBrN&yj2;}yYOl&WNf1_JYtao4bE_WqjSTAELYB_!i@c!BN1XBWd9lB#JHybTjoy+e2Rbo6v+ETy}rv!_!x+0i3|qgiFWYFJ$~@~l_!BTtWbvpOeZ zAT^<^HQ8j^*O4EG<+{{dHwAu=?$76%O~-`wL>>lvg6dSO%2E-sxKd=yW`npG>Reve zro*(7X*;rES!}gtrlx8fB!SOxuS$zbLD8ozVWmQGotaXAX~%q>A!&Pbsf-F^B#zO; zdAt_R#(J0z)r02aVWn0t_|a}(PeopBIw;0=8eBFQb<=J?lEU?t%^teh+n2VQm#T5% zVKl}jbU3N&)j+yS7p0LDy6pL?he=SahxJ(Z7B8s>q6umvnivWu{Y-JbNaq*owOSY@ zdUU?#>kc$p9$AZGAm}4DDftEaphDrP>X5KNbh-z zugwLMy5y$VqP0FZlbew!ou_LalVB1q_MEh+II}TkP7LYIN~>Cy%_x2`Pcf|0smasI zON**WFgf3lx$Msc(h_UPqh>7=-52KL#ILBqaJQKGc$aP}1XC5SEgzOWQBAWMM75xp z)FXzg*x+FO;y`D!{TXThHfx2}I=AJ9^LiqxGiR8b=H4_zk*`$8)@xoIOE)qhRalvQ z9Z!2DU$nviW?V*+)7rIdu`%NbuQ=mlJY=iKeyi3yYj)0IDeb`^jcWX;)#Zy@8+6yQ z)^pTtK4R5tjB1TiYV!$Wymhfk!=}T;YW$MSQ%0Hg>F!_;Kf-!Vcj>|2@y6e}X-9~W z%i?Epm<-Ko`^W`7x=;>hbzJnSdUQ--_a&Vj+BK?e2PX4wOl(JKetDwou|&%{AePsn zvx8%8+q?R^w&rqbyI-!U?ZMQv?w_xEm7tiRhne@9w)c3M$}(qy(H$M9b#KXZq?4f0tj?B$8g+|jl)cAQk#2W)WpBbS z+uych7)jx5RTsv#**Q_>R@^m)H)fTKf;r_MhFt5w~!sk2$_-5a^Hw`rpldG(y>FbZQm7Q_tNV2_z-oz6&{=gF!uwW4S{%B{&Y^qz9VKQC)5vnIWf^@{0eTKv9!+q%(G zb~>oi*T?*#c)O|1so|iAs>8`d_tr~6*k*NZU2MC#X~>eTM=>wwn5-I7`-6x=#Y1CF zjV3(?;8Lk8^16|QOAy9>q??9w*=DQyrB_nF!#O5)#60<9oq8Od4WC}CoW+b?4H?C2 z&3hQLF4X*DFzJ?dHC!(zK}H&cdeJvsJtOl|(_rNLiMS2y=322=lM$~qW9s@V4(uJl z3~OQPcoc?4=;xLGq*(dR@;u&HyqI&HT-6LyZpI6u)OFuk^O^6Z_NGy*8j~L^^yrS5 z!Cs#z2QiDHoe6uRMCEhiy(8E?_7~Z1%NNF3T!vL%6q7|uQCMCwy1ZAe=zcZ>6S&xR zmL6mK#mja|;x#g`pO&dTk4<}XdZ3Iov0(^`c3BsLH;$??CA$J;`<3}&wj|<9*CW$O zW-qwLlg253jmNXH#w^RjtWaT>%m9^Lt2Mzq9?Nonte0IVo7u(2tjdtKGJWu?P5Fxz z@T&7hVQI0;TzK8YQeB)etLW@>koe7N@x{q<=q2e~v6#w)F6Fs&-6Z$o7L*%bwVkw> z$GG8Aa-76w&z}0x)~L)rt9kWESuel!R@ZtV@=N|CzI90)Sj?`f^7DABxX8VM7Q%^dW^ysqk!PX*(+RTYNw_$Qs4whW7l z$hN9KKh9#+-mD6{cIXi^e;bFVz$iC!+6uowH_4*d*}A!PQ;QxEpSH8L%NDTi8y9dY zQDkMe#|Mn%^^0Iunq#9~EfuD{8DABAw8Zuhcc-Gy!zYeaVVbRpm!8*Q=FUsa*3tSK;zrr0y=JKN%c?3v(ml2gp?O_W z-K@RhUU#ZO!trHQ_A;`4bIZc$&iu|Hjyp|RYSf#WO7~{VeCsAon3$JP%TTUQrmPk{ z=8j3aTDQu%@A|K<`v$uwHM+tFG*bcxGO~905w0SqG?Ix0nEk5RfJxW8nLO69JqMxE z*pO_`iuH(nOTw`=+dlNmlf~Vsc6(el!MQ5AgIE_?+I#fIlbYP4=6ItTl@FLz)1EeZ zW_4u`uSTP~|0K@G^2aPPQUN)>ik&fOgC@NAR=ThH~zF8l`B4~@#k($2qXSK>|U zk-Dq~)hP}^(uKoRP>toXi#|<*VpQr0%Z!4PB|dH#&8yU_>@a%n)We0m@r2TkrO)L| z$g^($;yX(xY3ETMYevkPCFiLe=bMGAz1cN`LBMX?kHo&0ob_>cCYPR@r1x~9IY>#* z@>Y8Qt8%*KyveQOtDeuA!#`cBSEyW?DKi{$u%mb7hP3g7)c6=S;7+xyKRCX-F~tt7 z3ktHo$n_2Dd=^KWjifoHQOnXR#@VikvKzCEXT&E@qB?uq?8v~tj+dzm!mwigvy&cv zdl7SORc7{M9p-e{cqFp!HgssLrhSem62%FHuiRS->&J`2#Fyp7Axx$f2X`0q?M$we zaYMC-^8i^n2l|H#8%BJ2H8UJf1*J@1eJak3hCO;ZNoqZ9ZG=0f>l3Zahi&YyyeJ5x zwu-#l7Q}Jgk2mCZj%Kp#*~PjuxX6s5&i0PZO#7xx$7bEJwWpom-RTq=);W63_WJ9XseYml+(3LWU-%| zv1@cNvt=ote0I{0G8~wOCHA>JdJB{5V(ojh`PPPfxgL4tj7;cpkFM6tZG1-O>DvB0 zqp7N2p*xy4JR8}2da=od$X>+-fzqAoUWN9SB1dlC3}sffvA`1Xjim^m`wAVsR-|y< zVAivty~aT2Qt)s|@o5b2DMNd>umto<9LU*NE^gg3H@0W?2NJcC7~g+qaId$Fx8+6n zta2Vvt}ooWaC5j6+-t#^s>pU`G4duZY`7TW>x~Fh?GAC_ts_}^(nz0-59VEZg$N(x z1sB4TSBoJZ*S=o3?HL#GGw!p5_iSL#cg;!Te)QGCpkL)z zi2B+6hUxn>)EAnScj3k)C^t@wD$OdvFB1k-0}}h=q+;Pld<;>V9jZ1Oh52LAlCWRuNW^{G{u?I;yz)o-?T9&IiraPMExP+(?y~8O_*}IAAQJ-tB~J);iu_ ztL`N_RAWxKlkq8edUS)bT>k%mfy3U5>m~1LL=KtU+y<|r){h&SE=s3D*PGZnflFia zHlRp!aLo{+1P>QJQZ2G+qcdgbGsCV39j>@tc4YkYB8fvj#nKl3O-g8TWZ{maUN+;_ zR#=%Y51ZliY((+dh@y!fu81B!8&PZs-kI?t%X4jIMA1B{q-P?`0jpw&cCamGS@qmR z3uQv@)K5F>vw_8DN?>u}D%=(RE{bEg&@0=3q9(F9;&TETn>pDYAez-JWza~nR~ zn~Xl|QZ&W!gt%i%h3B6Uk;l{xb%8cH2eZCv6Q}ygH>trb7H8Us&2PLmlJ6D#sx;COoFSa#WQ=w@!7JJB4M$BpL zXyo#!<+A#%SrnnTHES(~VLFORk2IWp5Or_7YbA1GC$&7-??mFxiK;oKykc7lF>;Hwg=Hi;=B5)Nm>{kRcZ8UT#*!h1n zxEU@UcrYxicCa+g2uy5q;Wi0wVp;?IJ(As4Yxd$!0cPrS=Nu-=$s%Ru)|$*4{Po#x zrt`?{!sXA}Oth0|44GQ_8!pO}*d{ymjk+PYsW+ysAbYq(1|CIJOz+BH5V4^D+GCvQ z>Wfa~lc9D&&u0Uj&1zL3^EV>UX{SUNvt;QtlcTbMPBWFLHH=<)Wn+%jP~x3p>T=?| QR!;dF05>|6^Gel!0>1Z, 2011. +# Renata Oliveira , 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"PO-Revision-Date: 2012-07-02 03:30+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:15 +msgid "file formats" +msgstr "formatos de arquivo" + +#: literals.py:19 +msgid "Resize" +msgstr "Redimensionar" + +#: literals.py:20 +msgid "Resize." +msgstr "Redimensionar." + +#: literals.py:22 literals.py:37 +msgid "width" +msgstr "largura" + +#: literals.py:23 literals.py:38 +msgid "height" +msgstr "altura" + +#: literals.py:27 +msgid "Rotate" +msgstr "Rodar" + +#: literals.py:28 +msgid "Rotate by n degress." +msgstr "Rodar por n graus." + +#: literals.py:30 +msgid "degrees" +msgstr "graus" + +#: literals.py:34 +msgid "Density" +msgstr "Densidade" + +#: literals.py:35 +msgid "Change the resolution (ie: DPI) without resizing." +msgstr "Alterar a resolução (ie: DPI), sem redimensionamento." + +#: literals.py:42 +msgid "Zoom" +msgstr "Zoom" + +#: literals.py:43 +msgid "Zoom by n percent." +msgstr "Zoom por n percento." + +#: literals.py:45 +msgid "percent" +msgstr "por cento" + +#: literals.py:51 +msgid "Hasselblad Photo RAW, CFV/H3D39II" +msgstr "Hasselblad Photo RAW, CFV/H3D39II" + +#: literals.py:52 literals.py:53 +msgid "Photoshop resource format" +msgstr "Recurso de formato do Photoshop" + +#: literals.py:54 +msgid "Photoshop resource text format" +msgstr "Recurso de formato de texto do Photoshop" + +#: literals.py:55 +msgid "Photoshop resource wide text format" +msgstr "Recurso de formato de texto de largura do Photoshop" + +#: literals.py:57 +msgid "Raw alpha samples" +msgstr "Amostras Raw alpha" + +#: literals.py:58 +msgid "Adobe Illustrator CS2" +msgstr "Adobe Illustrator CS2" + +#: literals.py:59 +msgid "Raw application information" +msgstr "Informações do aplicativo RAW" + +#: literals.py:60 +msgid "Raw JPEG binary data" +msgstr "Dados binários de RAW JPEG" + +#: literals.py:61 +msgid "PFS: 1st Publisher Clip Art" +msgstr "PFS: 1st Publisher Clip Art" + +#: literals.py:62 +msgid "Sony Alpha DSLR Raw Image Format" +msgstr "Sony Alpha DSLR formato de imagem RAW" + +#: literals.py:63 +msgid "Microsoft Audio/Visual Interleaved" +msgstr "Microsoft Audio/Visual Interleaved" + +#: literals.py:64 +msgid "AVS X image" +msgstr "AVS X imagem" + +#: literals.py:66 +msgid "Raw blue samples" +msgstr "Amostras RAW azul" + +#: literals.py:67 +msgid "Raw blue, green, and red samples" +msgstr "Amostras RAW azul, verde e vermelho." + +#: literals.py:68 +msgid "Raw blue, green, red and alpha samples" +msgstr "Amostras Raw azul, verde, vermelho e alfa" + +#: literals.py:69 +msgid "Microsoft Windows bitmap image" +msgstr "Imagem bitmap do Microsoft Windows" + +#: literals.py:70 +msgid "Microsoft Windows bitmap image version 2" +msgstr "Imagem bitmap Microsoft Windows versão 2 " + +#: literals.py:71 +msgid "Microsoft Windows bitmap image version 3" +msgstr "Imagem bitmap Microsoft Windows versão 3" + +#: literals.py:72 +msgid "BRF ASCII Braille format" +msgstr "BRF ASCII Braille format" + +#: literals.py:73 +msgid "Raw blue, red, and green samples" +msgstr "Amostras Raw Azul, vermelho, verde" + +#: literals.py:75 +msgid "Raw cyan samples" +msgstr "Amostras Raw ciano" + +#: literals.py:76 literals.py:181 +msgid "Magick Persistent Cache image format" +msgstr "Magick Persistent Cache image format" + +#: literals.py:77 literals.py:78 +msgid "Continuous Acquisition and Life-cycle Support Type 1 image" +msgstr "Continuous Acquisition and Life-cycle Support Type 1 image" + +#: literals.py:79 +msgid "Image caption" +msgstr "Legenda da foto" + +#: literals.py:80 +msgid "Cineon Image File" +msgstr "Cineon Arquivo de Imagem" + +#: literals.py:81 +msgid "Cisco IP phone image format" +msgstr "Cisco IP phone image format" + +#: literals.py:82 +msgid "Image Clip Mask" +msgstr "Image Clip Mask" + +#: literals.py:83 +msgid "Raw cyan, magenta, yellow, and black samples" +msgstr "Amostras Raw ciano, magenta, amarelo e preto" + +#: literals.py:84 +msgid "Raw cyan, magenta, yellow, black, and opacity samples" +msgstr "Amostras Raw ciano, magenta, amarelo, preto e opacidade" + +#: literals.py:85 literals.py:86 +msgid "Canon Digital Camera Raw Image Format" +msgstr "Canon Digital Camera Raw Image Format" + +#: literals.py:87 +msgid "Microsoft Cursor Icon" +msgstr "Microsoft Cursor Icon" + +#: literals.py:88 +msgid "DR Halo" +msgstr "DR Halo" + +#: literals.py:90 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Digital Imaging and Communications in Medicine imagem" + +#: literals.py:91 +msgid "Kodak Digital Camera Raw Image File" +msgstr "Kodak Digital Camera Raw Image File" + +#: literals.py:92 +msgid "ZSoft IBM PC multi-page Paintbrush" +msgstr "ZSoft IBM PC multi-page Paintbrush" + +#: literals.py:93 +msgid "Microsoft DirectDraw Surface" +msgstr "Microsoft DirectDraw Surface" + +#: literals.py:94 +msgid "Multi-face font package (Freetype 2.4.2)" +msgstr "Multi-face font package (Freetype 2.4.2)" + +#: literals.py:95 +msgid "Déjà vu" +msgstr "Déjà vu" + +#: literals.py:96 +msgid "Adobe Digital Negative" +msgstr "Adobe Digital Negative" + +#: literals.py:97 +msgid "Graphviz" +msgstr "Graphviz" + +#: literals.py:98 +msgid "SMPTE 268M-2003 (DPX 2.0)" +msgstr "SMPTE 268M-2003 (DPX 2.0)" + +#: literals.py:100 +msgid "Encapsulated Portable Document Format" +msgstr "Formato de Documento Portátil encapsulado" + +#: literals.py:101 literals.py:106 +msgid "Adobe Encapsulated PostScript Interchange format" +msgstr "Adobe PostScript formato encapsulado Interchange" + +#: literals.py:102 literals.py:105 +msgid "Adobe Encapsulated PostScript" +msgstr "Adobe Encapsulated PostScript" + +#: literals.py:103 +msgid "Adobe Level II Encapsulated PostScript" +msgstr "Adobe Level II Encapsulated PostScript" + +#: literals.py:104 +msgid "Adobe Level III Encapsulated PostScript" +msgstr "Adobe Level III Encapsulated PostScript" + +#: literals.py:107 +msgid "Adobe Encapsulated PostScript with TIFF preview" +msgstr "Adobe Encapsulated PostScript with TIFF preview" + +#: literals.py:108 +msgid "Adobe Level II Encapsulated PostScript with TIFF preview" +msgstr "Adobe Level II Encapsulated PostScript with TIFF preview" + +#: literals.py:109 +msgid "Adobe Level III Encapsulated PostScript with TIFF preview" +msgstr "Adobe Level III Encapsulated PostScript with TIFF preview" + +#: literals.py:110 +msgid "Epson RAW Format" +msgstr "Formato RAW Epson" + +#: literals.py:111 +msgid "Exif digital camera binary data" +msgstr "Exif binário de dados digitais da câmera" + +#: literals.py:112 +msgid "High Dynamic-range (HDR)" +msgstr "High Dynamic-range (HDR)" + +#: literals.py:114 +msgid "Group 3 FAX (Not TIFF Group3 FAX)" +msgstr "Group 3 FAX (Not TIFF Group3 FAX)" + +#: literals.py:115 +msgid "Autodesk FLI animations file" +msgstr "Autodesk FLI animations file" + +#: literals.py:116 +msgid "Autodesk FLC animations file" +msgstr "Autodesk FLC animations file" + +#: literals.py:117 literals.py:120 +msgid "Flexible Image Transport System" +msgstr "Flexible Image Transport System" + +#: literals.py:118 +msgid "Kodak FlashPix file" +msgstr "Kodak FlashPix file" + +#: literals.py:119 literals.py:225 +msgid "Plasma fractal image" +msgstr "Plasma fractal image" + +#: literals.py:122 +msgid "Raw green samples" +msgstr "Amostras RAW verdes" + +#: literals.py:123 +msgid "Group 3 FAX" +msgstr "Group 3 FAX" + +#: literals.py:124 +msgid "Raw green, blue, and red samples" +msgstr "Amostras RAW verde, azul e vermelho" + +#: literals.py:125 +msgid "GIMP brush file" +msgstr "GIMP brush file" + +#: literals.py:126 +msgid "CompuServe graphics interchange format (version 89a)" +msgstr "CompuServe graphics interchange format (version 89a)" + +#: literals.py:127 +msgid "CompuServe graphics interchange format (version 87a)" +msgstr "CompuServe graphics interchange format (version 87a)" + +#: literals.py:128 +msgid "Gradual passing from one shade to another" +msgstr "Passagem gradual de um tom para outro" + +#: literals.py:129 +msgid "Raw gray samples" +msgstr "Amostras RAW cinza" + +#: literals.py:130 +msgid "Raw green, red, and blue samples" +msgstr "Amostras RAW verde, vermelho e azul" + +#: literals.py:131 +msgid "Raw CCITT Group4" +msgstr "Raw CCITT Group4" + +#: literals.py:133 +msgid "Histogram of the image" +msgstr "Histograma da imagem" + +#: literals.py:134 +msgid "HRZ: Slow scan TV" +msgstr "HRZ: Slow scan TV" + +#: literals.py:135 literals.py:136 literals.py:255 +msgid "Hypertext Markup Language and a client-side image map" +msgstr "Hypertext Markup Language e um mapa de imagem do lado do cliente" + +#: literals.py:138 literals.py:264 literals.py:279 literals.py:283 +msgid "Truevision Targa image" +msgstr "Truevision Targa image" + +#: literals.py:139 literals.py:140 +msgid "ICC Color Profile" +msgstr "ICC Color Profile" + +#: literals.py:141 literals.py:142 +msgid "Microsoft Icon" +msgstr "Microsoft Icon" + +#: literals.py:143 +msgid "Hald CLUT identity image" +msgstr "Hald CLUT identity image" + +#: literals.py:144 +msgid "LabEye image format" +msgstr "LabEye image format" + +#: literals.py:145 +msgid "GraphicsMagick Embedded Image" +msgstr "GraphicsMagick Embedded Image" + +#: literals.py:146 +msgid "The image format and characteristics" +msgstr "Formato de imagem e características" + +#: literals.py:147 +msgid "Base64-encoded inline images" +msgstr "Base64-encoded imagens inline" + +#: literals.py:148 +msgid "IPL Image Sequence" +msgstr "IPL Sequência de Imagens" + +#: literals.py:149 +msgid "IPTC Newsphoto" +msgstr "IPTC Newsphoto" + +#: literals.py:150 literals.py:151 +msgid "IPTC Newsphoto text format" +msgstr "IPTC Newsphoto text format" + +#: literals.py:152 +msgid "ISO/TR 11548-1 format" +msgstr "ISO/TR 11548-1 format" + +#: literals.py:154 literals.py:157 +msgid "JPEG-2000 Code Stream Syntax" +msgstr "JPEG-2000 Code Stream Syntax" + +#: literals.py:155 +msgid "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:156 +msgid "JPEG-2000 JP2 File Format Syntax" +msgstr "JPEG-2000 JP2 File Format Syntax" + +#: literals.py:158 literals.py:159 +msgid "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" +msgstr "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" + +#: literals.py:160 +msgid "JPEG-2000 File Format Syntax" +msgstr "JPEG-2000 File Format Syntax" + +#: literals.py:162 +msgid "Raw black samples" +msgstr "Amostras RAW preto" + +#: literals.py:163 literals.py:164 +msgid "Kodak Digital Camera Raw Image Format" +msgstr "Kodak Digital Camera Raw Image Format" + +#: literals.py:166 +msgid "Image label" +msgstr "Rótulo de imagem" + +#: literals.py:168 +msgid "Raw magenta samples" +msgstr "Amostras Raw magenta" + +#: literals.py:169 literals.py:179 literals.py:182 literals.py:183 +msgid "MPEG Video Stream" +msgstr "MPEG Video Stream" + +#: literals.py:170 +msgid "Raw MPEG-4 Video" +msgstr "Raw MPEG-4 Video" + +#: literals.py:171 +msgid "Colormap intensities and indices" +msgstr "Intensidades do mapa de cores e índices" + +#: literals.py:172 +msgid "MATLAB image format" +msgstr "MATLAB image format" + +#: literals.py:173 +msgid "MATTE raw opacity format" +msgstr "MATTE raw opacity format" + +#: literals.py:174 +msgid "8-bit McIdas area file" +msgstr "8-bit McIdas area file" + +#: literals.py:175 +msgid "Microsoft Image Composer (MIC) file" +msgstr "Microsoft Image Composer (MIC) file" + +#: literals.py:176 +msgid "Magick Image File Format" +msgstr "Magick Image File Format" + +#: literals.py:177 +msgid "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:178 +msgid "Raw Bi-level bitmap in least-significant-byte first order" +msgstr "Raw Bi-level bitmap in least-significant-byte first order" + +#: literals.py:180 +msgid "MPEG-4 Video Stream" +msgstr "MPEG-4 Video Stream" + +#: literals.py:184 +msgid "Sony (Minolta) Raw Image File" +msgstr "Sony (Minolta) Raw Image File" + +#: literals.py:185 +msgid "Magick Scripting Language" +msgstr "Magick Scripting Language" + +#: literals.py:186 +msgid "Windows 1 and 2 MSP file format" +msgstr "Windows 1 and 2 MSP file format" + +#: literals.py:187 +msgid "ImageMagick's own SVG internal renderer" +msgstr "ImageMagick's own SVG internal renderer" + +#: literals.py:188 +msgid "MTV Raytracing image format" +msgstr "MTV Raytracing image format" + +#: literals.py:189 +msgid "Magick Vector Graphics" +msgstr "Magick Vector Graphics" + +#: literals.py:191 +msgid "Nikon Digital SLR Camera Raw Image File" +msgstr "Nikon Digital SLR Camera Raw Image File" + +#: literals.py:192 +msgid "Constant image of uniform color" +msgstr "Imagem constante de cor uniforme" + +#: literals.py:194 +msgid "Raw opacity samples" +msgstr "Amostras Raw de opacidade" + +#: literals.py:195 +msgid "Olympus Digital Camera Raw Image File" +msgstr "Olympus Digital Camera Raw Image File" + +#: literals.py:196 +msgid "On-the-air bitmap" +msgstr "On-the-air bitmap" + +#: literals.py:197 +msgid "Open Type font (Freetype 2.4.2)" +msgstr "Open Type font (Freetype 2.4.2)" + +#: literals.py:199 +msgid "Xv thumbnail format" +msgstr "Xv thumbnail format" + +#: literals.py:200 literals.py:277 +msgid "16bit/pixel interleaved YUV" +msgstr "16bit/pixel interleaved YUV" + +#: literals.py:201 +msgid "Palm pixmap" +msgstr "Palm pixmap" + +#: literals.py:202 +msgid "Common 2-dimensional bitmap format" +msgstr "Common 2-dimensional bitmap format" + +#: literals.py:203 +msgid "Predefined pattern" +msgstr "Padrão pré-definido" + +#: literals.py:204 +msgid "Portable bitmap format (black and white)" +msgstr "Formato bitmap portátil (preto e branco)" + +#: literals.py:205 literals.py:206 +msgid "Photo CD" +msgstr "Photo CD" + +#: literals.py:207 +msgid "Page Control Language" +msgstr "Page Control Language" + +#: literals.py:208 literals.py:221 +msgid "Apple Macintosh QuickDraw/PICT" +msgstr "Apple Macintosh QuickDraw/PICT" + +#: literals.py:209 +msgid "ZSoft IBM PC Paintbrush" +msgstr "ZSoft IBM PC Paintbrush" + +#: literals.py:210 +msgid "Palm Database ImageViewer Format" +msgstr "Palm Database ImageViewer Format" + +#: literals.py:211 +msgid "Portable Document Format" +msgstr "Portable Document Format" + +#: literals.py:212 +msgid "Portable Document Archive Format" +msgstr "Portable Document Archive Format" + +#: literals.py:213 +msgid "Pentax Electronic File" +msgstr "Pentax Electronic File" + +#: literals.py:214 +msgid "Embrid Embroidery Format" +msgstr "Embrid Embroidery Format" + +#: literals.py:215 +msgid "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" +msgstr "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" + +#: literals.py:216 +msgid "Postscript Type 1 font (binary) (Freetype 2.4.2)" +msgstr "Postscript Type 1 font (binary) (Freetype 2.4.2)" + +#: literals.py:217 +msgid "Portable float format" +msgstr "Portable float format" + +#: literals.py:218 +msgid "Portable graymap format (gray scale)" +msgstr "Portable graymap format (gray scale)" + +#: literals.py:219 +msgid "JPEG-2000 VM Format" +msgstr "JPEG-2000 VM Format" + +#: literals.py:220 +msgid "Personal Icon" +msgstr "Ícone pessoal" + +#: literals.py:222 +msgid "Alias/Wavefront RLE image format" +msgstr "Alias/Wavefront RLE image format" + +#: literals.py:223 +msgid "PIXAR raster file" +msgstr "PIXAR raster file" + +#: literals.py:224 +msgid "Joint Photographic Experts Group JFIF format (62)" +msgstr "Joint Photographic Experts Group JFIF format (62)" + +#: literals.py:226 +msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:227 +msgid "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:228 +msgid "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:229 +msgid "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:230 +msgid "Portable anymap" +msgstr "Portable anymap" + +#: literals.py:231 +msgid "Portable pixmap format (color)" +msgstr "Portable pixmap format (color)" + +#: literals.py:232 +msgid "Show a preview an image enhancement, effect, or f/x" +msgstr "Mostrar uma visualização uma melhoria de imagem, efeito, ou f/x" + +#: literals.py:233 +msgid "Adobe PostScript" +msgstr "Adobe PostScript" + +#: literals.py:234 +msgid "Adobe Level II PostScript" +msgstr "Adobe Level II PostScript" + +#: literals.py:235 +msgid "Adobe Level III PostScript" +msgstr "Adobe Level III PostScript" + +#: literals.py:236 +msgid "Adobe Large Document Format" +msgstr "Adobe Large Document Format" + +#: literals.py:237 +msgid "Adobe Photoshop bitmap" +msgstr "Adobe Photoshop bitmap" + +#: literals.py:238 +msgid "Pyramid encoded TIFF" +msgstr "Pyramid encoded TIFF" + +#: literals.py:239 literals.py:253 +msgid "Seattle Film Works" +msgstr "Seattle Film Works" + +#: literals.py:241 +msgid "Raw red samples" +msgstr "Amostras RAW vermelhas" + +#: literals.py:242 +msgid "Fuji CCD-RAW Graphic File" +msgstr "Fuji CCD-RAW Graphic File" + +#: literals.py:243 literals.py:259 +msgid "SUN Rasterfile" +msgstr "SUN Rasterfile" + +#: literals.py:244 +msgid "Raw red, blue, and green samples" +msgstr "Amostras RAW vermelhas, azul, verde" + +#: literals.py:245 +msgid "Raw red, green, and blue samples" +msgstr "Amostras Raw vermelho, verde, azul" + +#: literals.py:246 +msgid "Raw red, green, blue, and matte samples" +msgstr "Raw red, green, blue, and matte samples" + +#: literals.py:247 +msgid "Raw red, green, blue, and opacity samples" +msgstr "Amostras Raw vermelho, verde, azul, e opacidade" + +#: literals.py:248 +msgid "Alias/Wavefront image" +msgstr "Alias/Wavefront image" + +#: literals.py:249 +msgid "Utah Run length encoded image" +msgstr "Utah Run length encoded image" + +#: literals.py:251 +msgid "ZX-Spectrum SCREEN$" +msgstr "ZX-Spectrum SCREEN$" + +#: literals.py:252 +msgid "Scitex HandShake" +msgstr "Scitex HandShake" + +#: literals.py:254 +msgid "Irix RGB image" +msgstr "Irix RGB image" + +#: literals.py:256 +msgid "Sony Raw Format 2" +msgstr "Sony Raw Format 2" + +#: literals.py:257 +msgid "Sony Raw Format" +msgstr "Sony Raw Format" + +#: literals.py:258 +msgid "Steganographic image" +msgstr "Steganographic image" + +#: literals.py:260 +msgid "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" +msgstr "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" + +#: literals.py:261 +msgid "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" +msgstr "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" + +#: literals.py:263 literals.py:273 +msgid "Text" +msgstr "Texto" + +#: literals.py:265 +msgid "EXIF Profile Thumbnail" +msgstr "EXIF Profile Thumbnail" + +#: literals.py:266 +msgid "Tagged Image File Format (LIBTIFF, Version 3.9.4)" +msgstr "Tagged Image File Format (LIBTIFF, Version 3.9.4)" + +#: literals.py:267 +msgid "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" +msgstr "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" + +#: literals.py:268 +msgid "Tile image with a texture" +msgstr "Imagem da telha com uma textura" + +#: literals.py:269 +msgid "PSX TIM" +msgstr "PSX TIM" + +#: literals.py:270 +msgid "TOPOL X Image" +msgstr "TOPOL X Image" + +#: literals.py:271 +msgid "TrueType font collection (Freetype 2.4.2)" +msgstr "TrueType font collection (Freetype 2.4.2)" + +#: literals.py:272 +msgid "TrueType font (Freetype 2.4.2)" +msgstr "TrueType font (Freetype 2.4.2)" + +#: literals.py:275 +msgid "Unicode Text format" +msgstr "Formato de texto Unicode" + +#: literals.py:276 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL table" + +#: literals.py:280 +msgid "VICAR rasterfile format" +msgstr "VICAR rasterfile format" + +#: literals.py:281 +msgid "Visual Image Directory" +msgstr "Visual Image Directory" + +#: literals.py:282 literals.py:299 +msgid "Khoros Visualization image" +msgstr "Khoros Visualization image" + +#: literals.py:285 +msgid "Wireless Bitmap (level 0) image" +msgstr "Wireless Bitmap (level 0) image" + +#: literals.py:286 +msgid "Windows Meta File" +msgstr "Windows Meta File" + +#: literals.py:287 +msgid "Word Perfect Graphics" +msgstr "Word Perfect Graphics" + +#: literals.py:288 +msgid "Windows Media Video" +msgstr "Windows Media Video" + +#: literals.py:289 +msgid "Compressed Windows Meta File" +msgstr "Compressed Windows Meta File" + +#: literals.py:291 +msgid "X Window System" +msgstr "X Window System" + +#: literals.py:292 +msgid "Foveon X3 (Sigma/Polaroid) Raw picture file" +msgstr "Foveon X3 (Sigma/Polaroid) Raw picture file" + +#: literals.py:293 +msgid "X Windows system bitmap (black and white)" +msgstr "X Windows system bitmap (black and white)" + +#: literals.py:294 +msgid "Constant image uniform color" +msgstr "Constant image uniform color" + +#: literals.py:295 +msgid "GIMP image" +msgstr "imagem GIMP" + +#: literals.py:296 +msgid "Adobe XML metadata" +msgstr "matadados Adobe XML" + +#: literals.py:297 +msgid "X Windows system pixmap (color)" +msgstr "X Windows system pixmap (color)" + +#: literals.py:298 +msgid "Microsoft XML Paper Specification" +msgstr "Microsoft XML Paper Specification" + +#: literals.py:300 +msgid "XV thumbnail file" +msgstr "XV thumbnail file" + +#: literals.py:301 +msgid "X Windows system window dump (color)" +msgstr "X Windows system window dump (color)" + +#: literals.py:303 +msgid "Raw yellow samples" +msgstr "Amostras Raw amarelas" + +#: literals.py:304 +msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" +msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" + +#: views.py:17 +msgid "suported file formats" +msgstr "formatos de arquivo suportados" + +#: views.py:22 +msgid "name" +msgstr "nome" + +#: views.py:26 +msgid "description" +msgstr "descrição" + +#: conf/settings.py:11 +msgid "File path to imagemagick's convert program." +msgstr "Caminho do arquivo para o programa imagemagick converter." + +#: conf/settings.py:12 +msgid "File path to imagemagick's identify program." +msgstr "Caminho do arquivo para o programa imagemagick identificar." + +#: conf/settings.py:13 +msgid "File path to graphicsmagick's program." +msgstr "Caminho do arquivo para o programa graphicsmagick." + +#: conf/settings.py:15 +msgid "" +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Gráficos de conversão backend para usar. As opções são: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." + +#: conf/settings.py:16 +msgid "Path to the unoconv program." +msgstr "" + +#: conf/settings.py:17 +msgid "" +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." +msgstr "" + +#: conf/settings.py:18 +msgid "Path to the libreoffice program." +msgstr "" + +#: templates/converter_file_formats_help.html:3 +msgid "Help" +msgstr "Ajuda" + +#: templates/converter_file_formats_help.html:4 +#, python-format +msgid "" +"These are the file formats supported by the currently selected converter " +"backend. In this case: '%(backend)s'" +msgstr "Estes são os formatos de arquivos suportados pelo servidor conversor selecionado. Neste caso: ' %(backend)s '" diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.mo b/apps/converter/locale/ru/LC_MESSAGES/django.mo index c76cd1a0506a873668c4582c1d1c139e5de61182..598a21012ee4d6b3e6bd9548e5e9fe902164d0ab 100644 GIT binary patch delta 27 jcmaDilkwe5#tkfbES6RVMw2=87BVO2=Wbr3=OhOJjHC%= delta 27 jcmaDilkwe5#tkfbEEZM<7Lz&j7Bc6hmTX?5=OhOJjUx$i diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.po b/apps/converter/locale/ru/LC_MESSAGES/django.po index ce479b4b0d..db13338347 100644 --- a/apps/converter/locale/ru/LC_MESSAGES/django.po +++ b/apps/converter/locale/ru/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo index 76455adb41dec0279b810597377fbf96326fdea8..9a869692ab59478f7d5a37fb06e52df2a2dd1fff 100644 GIT binary patch delta 16 Xcmdlaze#>W94B*fe(vT(&OkN*GlT_j delta 16 Xcmdlaze#>W94B*LYRTqA&OkN*Gr$FS diff --git a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po index e80c920f2b..e7b2f3bdbc 100644 --- a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-04-20 11:04+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/django_gpg/locale/en/LC_MESSAGES/django.po b/apps/django_gpg/locale/en/LC_MESSAGES/django.po index f545452546..49e1e8b091 100644 --- a/apps/django_gpg/locale/en/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,30 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:14 views.py:66 -msgid "private keys" -msgstr "" - -#: __init__.py:15 views.py:69 -msgid "public keys" -msgstr "" - -#: __init__.py:16 -msgid "delete" -msgstr "" - -#: __init__.py:17 -msgid "query keyservers" -msgstr "" - -#: __init__.py:18 -msgid "import" -msgstr "" - -#: __init__.py:19 -msgid "key management" -msgstr "" - #: api.py:24 msgid "Public" msgstr "" @@ -97,6 +73,30 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" +#: links.py:10 views.py:66 +msgid "private keys" +msgstr "" + +#: links.py:11 views.py:69 +msgid "public keys" +msgstr "" + +#: links.py:12 +msgid "delete" +msgstr "" + +#: links.py:13 +msgid "query keyservers" +msgstr "" + +#: links.py:14 +msgid "import" +msgstr "" + +#: links.py:15 +msgid "key management" +msgstr "" + #: permissions.py:7 msgid "Key management" msgstr "" @@ -205,10 +205,14 @@ msgstr "" msgid "Identifies" msgstr "" -#: conf/settings.py:15 +#: conf/settings.py:11 +msgid "Signatures" +msgstr "" + +#: conf/settings.py:18 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: conf/settings.py:16 +#: conf/settings.py:26 msgid "Home directory used to store keys as well as configuration files." msgstr "" diff --git a/apps/django_gpg/locale/es/LC_MESSAGES/django.mo b/apps/django_gpg/locale/es/LC_MESSAGES/django.mo index a3b1d3cac769855960ee6e4bb30d4398ff171f81..149d7867cef932f3d686d07ca44a92853a6fcea4 100644 GIT binary patch delta 16 Xcmew+_f2j?7AJFZe(vU6PEIxeJA?(s delta 16 Xcmew+_f2j?7AJFFYRTqYPEIxeJHQ3b diff --git a/apps/django_gpg/locale/es/LC_MESSAGES/django.po b/apps/django_gpg/locale/es/LC_MESSAGES/django.po index 2ef0b1c0d5..afc3e5a0c9 100644 --- a/apps/django_gpg/locale/es/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-02 18:37+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.mo b/apps/django_gpg/locale/it/LC_MESSAGES/django.mo index 13a8820812087ac23733a4c602afcb47b3a4daea..72ec7c2da3de7d663512d20432de94fa20d1bf7c 100644 GIT binary patch delta 16 Xcmew_`(JiLI45&*e(vTd&ZVpXJdg%U delta 16 Xcmew_`(JiLI45&nYRTp(&ZVpXJj@1D diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.po b/apps/django_gpg/locale/it/LC_MESSAGES/django.po index dcd6727545..1ddf69508a 100644 --- a/apps/django_gpg/locale/it/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-03-21 13:33+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo index 4acfc20886a6a1cddaa6e9d69775f1e9fd478127..5cf045278d50998dea83c72424336276562c2539 100644 GIT binary patch delta 16 Xcmca0dqH-CD<^Yue(q)u&JI=pHO2+3 delta 16 Xcmca0dqH-CD<^YaYRP5~&JI=pHUb5- diff --git a/apps/django_gpg/locale/pl/LC_MESSAGES/django.po b/apps/django_gpg/locale/pl/LC_MESSAGES/django.po index 36d7056e8e..56a1b1f4fb 100644 --- a/apps/django_gpg/locale/pl/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-21 20:34+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo index d6a408853e14ce31dcbdbd4581cd928ba6b5e31d..6a640ac7cafeeb350c450be127a180636bc49452 100644 GIT binary patch delta 16 XcmaFI|Bin{AS-ine(vTF)>%vdIAaCt delta 16 XcmaFI|Bin{AS-iTYRTph)>%vdIG+Xc diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po index d3c99a184b..e86d2ea0d3 100644 --- a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6ae486f5e96ecad7425d806f60351655e7f414bf GIT binary patch literal 2044 zcmZXUJ8T?97{@0N2pr}W0wg@AiLjOIJsd=wO&qX&7i7TXaz5NpMC0A@-Xyy_%gpSZ z&!VM5lt>g5L=+K7NPvVCQBdRxI)p?)#iIr!BGDjG!2jFbvmG(o+26ds$IgF$K78aG{Fg6Fy+<_O$=imwO3-AH(C-6@253mN_0`CL=0cqbMOdbMTAcoi(kk*|8 z?*?B6p8;P7?*fx*+=36Gzf)r;* z-e(}i{Z%!810;Ljf|TPQK-&KoNd6wcCdzvad>VWXBs(1t4_n3S5%3a7`y}`6;{FY!y!;6wZ1y-Rn(RqbvPZsAzMnv) zauk*PIZPcCvO$H;B>TrukDyYa{7_6($QJqW7%JswS{|($6f+gd5#0-lf$jZVLT*)*3WvpY)?Qy?Z5c}^Y1O`_ zWo;egiA)_&wJWyBkZZ$LIuxUFwhFPer*ohm=*7Afzv*Vb!2NngNQvylqD(f z<<3h{B2-Mip2sO^l#57ueJK*3cM)M8!C%Q|myOs_@f@G6LL7}obw~EpmfS8P&B}z? zMpnk^$uO~vxH__txy#GF#$0V}b*;0P(N?`#ThXb*b@cj3zt5fAc8x3+Dm}}CfiPCO z#W(sFyoJ4WWOhp$uagEkRB7b%g-zvlz4v)xtJaNkBVzA@Hi`9lniXBUIDeLx&BfW2 zpXaT)8r#spXVaS^y93-(VS*r@A32t(glyd8A2XU^d zb?mm@p6E1BCm(AriUUH;p>7Coat+FxjzYkq&i<#psRvLau7BwbTbcTFl8a140*ByB zk`$ptU8h@&YcJj88ZII0PQE5NYKD~4mB*2!KbSU%wmj1APVUZ0yKlA>YGh=nSqJ*0 zsWO_XJC^j15z0!)Fo0O#KK-oFrcf;} fR2&NY3#xt@69!5dBLz^h$~0LBbUKg$;$!~-D+~tQ literal 0 HcmV?d00001 diff --git a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c2de637252 --- /dev/null +++ b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,215 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Roberto Rosario , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:32+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:14 views.py:66 +msgid "private keys" +msgstr "chaves privadas" + +#: __init__.py:15 views.py:69 +msgid "public keys" +msgstr "chaves públicas" + +#: __init__.py:16 +msgid "delete" +msgstr "excluir" + +#: __init__.py:17 +msgid "query keyservers" +msgstr "" + +#: __init__.py:18 +msgid "import" +msgstr "" + +#: __init__.py:19 +msgid "key management" +msgstr "" + +#: api.py:24 +msgid "Public" +msgstr "Público" + +#: api.py:25 +msgid "Secret" +msgstr "Segredo" + +#: api.py:33 api.py:38 +msgid "RSA" +msgstr "RSA" + +#: api.py:34 +msgid "DSA" +msgstr "DSA" + +#: api.py:39 +msgid "Elgamal" +msgstr "Elgamal" + +#: api.py:53 +msgid "Bad signature." +msgstr "Assinatura ruim." + +#: api.py:57 +msgid "Document not signed or invalid signature." +msgstr "Documento não assinado ou inválido assinatura." + +#: api.py:61 +msgid "Signature error." +msgstr "Erro de assinatura." + +#: api.py:65 +msgid "Document is signed but no public key is available for verification." +msgstr "" + +#: api.py:69 +msgid "Document is signed, and signature is good." +msgstr "" + +#: api.py:73 +msgid "Document is signed with a valid signature." +msgstr "" + +#: api.py:146 +msgid "unknown" +msgstr "desconhecido" + +#: forms.py:7 +msgid "Term" +msgstr "" + +#: forms.py:8 +msgid "Name, e-mail, key ID or key fingerprint to look for." +msgstr "" + +#: permissions.py:7 +msgid "Key management" +msgstr "" + +#: permissions.py:9 +msgid "View keys" +msgstr "Ver as chaves" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "Excluir chaves" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "Consulta servidores de chaves" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "" + +#: views.py:37 +#, python-format +msgid "Key: %s, imported successfully." +msgstr "" + +#: views.py:42 +#, python-format +msgid "Unable to import key id: %(key_id)s; %(error)s" +msgstr "" + +#: views.py:51 +msgid "Import key" +msgstr "Importar chave" + +#: views.py:52 +#, python-format +msgid "Are you sure you wish to import key id: %s?" +msgstr "Você tem certeza que deseja importar chave: %s?" + +#: views.py:77 +msgid "Key ID" +msgstr "ID da chave" + +#: views.py:81 +msgid "Owner" +msgstr "Proprietário" + +#: views.py:101 +#, python-format +msgid "Key: %s, deleted successfully." +msgstr "Chave: %s, apagado com sucesso." + +#: views.py:108 +msgid "Delete key" +msgstr "Excluir chave" + +#: views.py:110 +#, python-format +msgid "" +"Are you sure you wish to delete key: %s? If you try to delete a public key " +"that is part of a public/private pair the private key will be deleted as " +"well." +msgstr "" + +#: views.py:128 +msgid "Query key server" +msgstr "Consultar servidor de chaves" + +#: views.py:141 +msgid "results" +msgstr "resultados" + +#: views.py:146 +msgid "ID" +msgstr "ID" + +#: views.py:150 +msgid "type" +msgstr "tipo" + +#: views.py:154 +msgid "creation date" +msgstr "data de criação" + +#: views.py:158 +msgid "disabled" +msgstr "desativada" + +#: views.py:162 +msgid "expiration date" +msgstr "data de validade" + +#: views.py:166 +msgid "expired" +msgstr "expirado" + +#: views.py:170 +msgid "length" +msgstr "comprimento" + +#: views.py:174 +msgid "revoked" +msgstr "" + +#: views.py:179 +msgid "Identifies" +msgstr "" + +#: conf/settings.py:15 +msgid "List of keyservers to be queried for unknown keys." +msgstr "" + +#: conf/settings.py:16 +msgid "Home directory used to store keys as well as configuration files." +msgstr "" diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo b/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo index d882054b33baa1100fe7941d04e149392f85eb3f..a8a2e5375e82f2607cd4711d96b2961030f0b2f6 100644 GIT binary patch delta 16 XcmbQFJV|+j8z*yee(q*ZPEQU1F1`f< delta 16 XcmbQFJV|+j8z*yKYRP6#PEQU1F8T!u diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.po b/apps/django_gpg/locale/ru/LC_MESSAGES/django.po index 976ccb054c..59d11d6ecc 100644 --- a/apps/django_gpg/locale/ru/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-03 05:10+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo index b718bb99aa645598f916f69e08d4d2b62abdd43d..b5508f5d3d63c37eeb93e724f5be32f0d6491161 100644 GIT binary patch delta 16 XcmZ3$w}5X$CJS?Ne(vTRmMu&GFtP=e delta 16 XcmZ3$w}5X$CJS?3YRTptmMu&GFzyAN diff --git a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po index a667fbe98a..a9f1c32836 100644 --- a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2012-04-20 18:09+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_comments/locale/en/LC_MESSAGES/django.po b/apps/document_comments/locale/en/LC_MESSAGES/django.po index fd22fcf5e8..104bf56092 100644 --- a/apps/document_comments/locale/en/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,30 +17,30 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:19 __init__.py:20 -msgid "delete" -msgstr "" - -#: __init__.py:21 -msgid "add comment" -msgstr "" - -#: __init__.py:22 -msgid "comments" -msgstr "" - -#: __init__.py:26 +#: __init__.py:23 msgid "date" msgstr "" -#: __init__.py:30 +#: __init__.py:27 msgid "user" msgstr "" -#: __init__.py:34 +#: __init__.py:31 msgid "comment" msgstr "" +#: links.py:10 links.py:11 +msgid "delete" +msgstr "" + +#: links.py:12 +msgid "add comment" +msgstr "" + +#: links.py:13 +msgid "comments" +msgstr "" + #: permissions.py:7 msgid "Comments" msgstr "" @@ -61,36 +61,36 @@ msgstr "" msgid "Must provide at least one comment." msgstr "" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:63 +#: views.py:64 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:65 +#: views.py:66 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:99 +#: views.py:101 msgid "Comment added successfully." msgstr "" -#: views.py:106 +#: views.py:108 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:126 +#: views.py:128 #, python-format msgid "comments: %s" msgstr "" diff --git a/apps/document_comments/locale/es/LC_MESSAGES/django.mo b/apps/document_comments/locale/es/LC_MESSAGES/django.mo index c0c1de34854b1fa7b5f1c4e29281914283cd3c3f..a02c2fc5026b6e7b084a7e3d7a8d10241e22b308 100644 GIT binary patch delta 16 XcmZqSYvJ2a%EFwSpS!t&rH2UsEzSi^ delta 16 XcmZqSYvJ2a%EFwNTC%x\n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_comments/locale/it/LC_MESSAGES/django.mo b/apps/document_comments/locale/it/LC_MESSAGES/django.mo index d41abeab82af4d42d9e789c0e1fe857c3ab04c95..434400d038554f4629d1a9fa2cb158eb036263a2 100644 GIT binary patch delta 16 Xcmcb`dy98NCJS?Ne(vTRmOLf^Hr55f delta 16 Xcmcb`dy98NCJS?3YRTptmOLf^HxdQO diff --git a/apps/document_comments/locale/it/LC_MESSAGES/django.po b/apps/document_comments/locale/it/LC_MESSAGES/django.po index 292ca465a5..66dde86e8a 100644 --- a/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_comments/locale/pl/LC_MESSAGES/django.mo b/apps/document_comments/locale/pl/LC_MESSAGES/django.mo index eb78e27201886b398dfaa9131469ddd100823081..399ae5196c0852e44b52b6f59210a438c83fed09 100644 GIT binary patch delta 16 XcmZqVYvkJyz`~rIpSwAjWgQa$D~$yo delta 16 XcmZqVYvkJyz`~rDTCzEqWgQa$E6D{X diff --git a/apps/document_comments/locale/pl/LC_MESSAGES/django.po b/apps/document_comments/locale/pl/LC_MESSAGES/django.po index d85a01ab23..2019d36e5e 100644 --- a/apps/document_comments/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pl/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2012-02-21 14:50+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_comments/locale/pt/LC_MESSAGES/django.mo b/apps/document_comments/locale/pt/LC_MESSAGES/django.mo index 4873e1eb8e3f38867b7ffb6565a6036289539aea..187e50ed832bcad68b7ec5168a8c45ac8b300229 100644 GIT binary patch delta 16 XcmZqSYvJ3F!@``LpSwAqWhxT@Em;Lb delta 16 XcmZqSYvJ3F!@``GTCzExWhxT@EtLgK diff --git a/apps/document_comments/locale/pt/LC_MESSAGES/django.po b/apps/document_comments/locale/pt/LC_MESSAGES/django.po index a37ac24bcb..19e52dc357 100644 --- a/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fa15fac68a7ab8f72c8cad2e59de837064118a3d GIT binary patch literal 1810 zcmb7@zmFS56vrnd{D>hTxqt)$#9(yD4jS*;iE`E^7ji!w5h)fY$E2Y^bGz^Cjn+HM z%8G9al9d!5K0bc^Ig6F^u@Hy~S^?wI^0u3L6?_vM?vzXu~;0^FA(Cz;U zz6<^dI)7_$@*4Oy_zKtu-Mt~$0>1z+f!~3zfh6aUH+>BDKAE&TDiNbJ8tq$XexU@VWi4B!5lJ2mF@oGRQti7_zWlghK6qSu2mX+zU+>mB_T0NrB zihGfGNZQ0I4fs$V%ajjxhYuPf%9OTZXeMzaw)2S*V-@hJwOQbKlh{u4{SG2}S{bQh zrM;QE>&3?8WEy)PjYUx)xD~qy9q^vt?Fs*e=x*?CKk)m)zwY}m6eBu}UHDUW8^Z5# z|5|XZ_r8zOxQ{}Jv6iVxq*XfLBehQ&&u3J|=eKmZ(WwM=CMrFV37y=T%w(K6t+(MN zo#b*tVoY)t@I7RhPoS50Yg@~cIBD}%mEwFp?^qWvKA@u_Q+yX!Fym!qu7aYO@si4= zm)TFZM_#)zyf+*yE86Y&jUAO*Ja92S&QJ$SN7l;{8K*aSIF;Iv-TZibSM-;5F6;qm zF-Sud;o$_lzaQI$`hXX)8hc5uWg_k>J;U2hv*NGW?A_$$aPJ{E}7L^%QjpH zDOyp}%)R>}g6l`Lqbgc)VJ53A{>8?%WsEdab*N59WrHe(l?s#%>grJEw{rOOF5RU= z;s;8ngktfG62(ze#LH2>Wqr}BI9}N>tj^%nHd`@ST^9{pCtp;Jp@}7{w4#gi;ybc` E0Iv}Ly8r+H literal 0 HcmV?d00001 diff --git a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..780abae782 --- /dev/null +++ b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"PO-Revision-Date: 2012-07-02 03:32+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:19 __init__.py:20 +msgid "delete" +msgstr "excluir" + +#: __init__.py:21 +msgid "add comment" +msgstr "adicionar comentário" + +#: __init__.py:22 +msgid "comments" +msgstr "comentários" + +#: __init__.py:26 +msgid "date" +msgstr "data" + +#: __init__.py:30 +msgid "user" +msgstr "usuário" + +#: __init__.py:34 +msgid "comment" +msgstr "comentário" + +#: permissions.py:7 +msgid "Comments" +msgstr "Comentários" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "Criar novos comentários" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "Excluir comentários" + +#: permissions.py:11 +msgid "View comments" +msgstr "Ver comentários" + +#: views.py:36 +msgid "Must provide at least one comment." +msgstr "Deve fornecer pelo menos um comentário." + +#: views.py:46 +#, python-format +msgid "Comment \"%s\" deleted successfully." +msgstr "Comentário \"%s\" removido com sucesso." + +#: views.py:48 +#, python-format +msgid "Error deleting comment \"%(comment)s\": %(error)s" +msgstr "Erro ao excluir comentário \"%(comment)s\": %(error)s" + +#: views.py:63 +#, python-format +msgid "Are you sure you wish to delete the comment: %s?" +msgstr "Tem certeza de que deseja excluir o comentário: %s?" + +#: views.py:65 +#, python-format +msgid "Are you sure you wish to delete the comments: %s?" +msgstr "Tem certeza de que deseja excluir os comentários: %s?" + +#: views.py:99 +msgid "Comment added successfully." +msgstr "Comentário adicionado com sucesso." + +#: views.py:106 +#, python-format +msgid "Add comment to document: %s" +msgstr "Adicionar comentário ao documento: %s" + +#: views.py:126 +#, python-format +msgid "comments: %s" +msgstr "comentários: %s" diff --git a/apps/document_comments/locale/ru/LC_MESSAGES/django.mo b/apps/document_comments/locale/ru/LC_MESSAGES/django.mo index 5460e80b98882e992c37ca7cf1b31d6c95760e22..dd671faa59df79cf914fe0659003e58444032f31 100644 GIT binary patch delta 16 XcmZn{Y!}>+$-+$-\n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo index 74748f9a07aa04308be3e74885d0feadfbb698f0..b4e35c602a98858ba375ae5fea9ed3e752770c20 100644 GIT binary patch delta 25 gcmeCt@6q4j#LHr7WneVfjdwP4a(?dSC%h{-0cT7IX8-^I delta 25 gcmeCt@6q4j#LHq~WneMcjdwP4UTVqaC%h{-0cXnybN~PV diff --git a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po index 3a4b4e1864..f05ec0a19d 100644 --- a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-06-12 09:24+0000\n" "Last-Translator: tilmannsittig \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_indexing/locale/en/LC_MESSAGES/django.po b/apps/document_indexing/locale/en/LC_MESSAGES/django.po index a9843aca19..d3db4791ea 100644 --- a/apps/document_indexing/locale/en/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,48 +17,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: __init__.py:26 links.py:24 links.py:38 models.py:42 views.py:38 #: views.py:283 msgid "indexes" msgstr "" -#: __init__.py:32 __init__.py:42 -msgid "index list" -msgstr "" - -#: __init__.py:33 views.py:77 -msgid "create index" -msgstr "" - -#: __init__.py:34 __init__.py:39 -msgid "edit" -msgstr "" - -#: __init__.py:35 __init__.py:40 -msgid "delete" -msgstr "" - -#: __init__.py:36 -msgid "tree template" -msgstr "" - -#: __init__.py:38 -msgid "new child node" -msgstr "" - -#: __init__.py:44 -msgid "go up one level" -msgstr "" - -#: __init__.py:49 -msgid "rebuild indexes" -msgstr "" - -#: __init__.py:49 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - -#: __init__.py:51 +#: __init__.py:27 msgid "Indexes" msgstr "" @@ -111,6 +75,42 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" +#: links.py:25 links.py:35 +msgid "index list" +msgstr "" + +#: links.py:26 views.py:77 +msgid "create index" +msgstr "" + +#: links.py:27 links.py:32 +msgid "edit" +msgstr "" + +#: links.py:28 links.py:33 +msgid "delete" +msgstr "" + +#: links.py:29 +msgid "tree template" +msgstr "" + +#: links.py:31 +msgid "new child node" +msgstr "" + +#: links.py:37 +msgid "go up one level" +msgstr "" + +#: links.py:40 +msgid "rebuild indexes" +msgstr "" + +#: links.py:40 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + #: models.py:13 #, python-format msgid "Available functions: %s" @@ -207,7 +207,7 @@ msgstr "" msgid "documents rename count" msgstr "" -#: permissions.py:7 +#: permissions.py:7 conf/settings.py:12 msgid "Indexing" msgstr "" @@ -347,7 +347,7 @@ msgstr "" msgid "indexes containing: %s" msgstr "" -#: conf/settings.py:22 +#: conf/settings.py:51 msgid "" "A dictionary that maps the index name and where on the filesystem that index " "will be mirrored." diff --git a/apps/document_indexing/locale/es/LC_MESSAGES/django.mo b/apps/document_indexing/locale/es/LC_MESSAGES/django.mo index 8fce2ab01e24a1e773fa006e1c70ea4db655b869..55c1321b16a9a20078b05b94959b1b53ca315a71 100644 GIT binary patch delta 25 gcmZ2zz0i6?hX9MEm4VUZ9)Y#Y$@#gPZ3I(!0CXD&X#fBK delta 25 gcmZ2zz0i6?hX9L(m4U_N9)Y#Yd8s9vZ3I(!0CbuNb^rhX diff --git a/apps/document_indexing/locale/es/LC_MESSAGES/django.po b/apps/document_indexing/locale/es/LC_MESSAGES/django.po index 5718e6d6eb..a75c920e0b 100644 --- a/apps/document_indexing/locale/es/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/es/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-02-12 19:28+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_indexing/locale/it/LC_MESSAGES/django.mo b/apps/document_indexing/locale/it/LC_MESSAGES/django.mo index 30ba0d3544c85af7125ab2fd67fa0d85c27749cb..d8efa30383329c25695923c14141e571d9d23ec3 100644 GIT binary patch delta 25 gcmexo`Ok7ghX9MEm4VUZ9)Vis delta 25 gcmexo`Ok7ghX9L(m4U_N9)VisywsA-Jc6IN0fZ+BSO5S3 diff --git a/apps/document_indexing/locale/it/LC_MESSAGES/django.po b/apps/document_indexing/locale/it/LC_MESSAGES/django.po index 903a50dccc..373fbe9595 100644 --- a/apps/document_indexing/locale/it/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/it/LC_MESSAGES/django.po @@ -10,10 +10,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-06-08 07:25+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo index e6f8124649180cc6fa769d388a5bf69326c4916a..f87ba3ded8d1277ad30c8290f193b5a13fe4e234 100644 GIT binary patch delta 25 hcmbPWJi&OwZ$1`FD+8m+|M@zYlk;;ock#1v0RViT2;Tqz delta 25 hcmbPWJi&OwZ$1_aD+7zk|M@zY^HNJTck#1v0RVj-2\n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo index 9bdd60a06cfe034e07ae03e9eb3734a54189ed06..c74e3176abfdb607dec40b3c009efb9a4177484c 100644 GIT binary patch delta 25 hcmZ3aut;IUDGnA(D+8m+=Qx%yC+FvGF6CUy1^{=x2@?PS delta 25 hcmZ3aut;IUDGnA3D+7zk=Qx%y=cSfxF6CUy1^{?G2_OIf diff --git a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po index 4b1b33e5e5..dd3bbad958 100644 --- a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" "PO-Revision-Date: 2012-02-02 18:18+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..56ede07638d3469a106e39fe003a7df9e8a9a17e GIT binary patch literal 4144 zcmb7`O^h5z6~`;V=3@gmvB?L)!Ie0RcZqvv)&}g1zwKQsmc90}Y|H^9tERhVrtI#j zc2)K6>>iLf<`8j7l;pVLkPpQtJ5mzm5NQ-~BOHJuQ6vxt1cF0eJz)qAhrd-Y!bW#_h+8OAieyYWr#W9$g{_WihEy!sW!BJefvQSf(Q1N;P>1s~tW z*m>{*_#F5uI0=3V()_P&#~0iKo&@)SUk5wjQ{eUL`Agtq`28nvANViu7vLjbW$eeG z1)l-msQ5>a=8^D+fhq7I@HqGgxCoM-HuxZzgEa5g;5WcmK$^D!;=|s>We4~n2-WNl z;J3j)gA?H2Kz!K0aiMjefxEyRP(t(ff;4{`Bsqtx=g)!vfKM-ihw;1tVc!ECcmn(l zSOY%>uYmspe+gcBfU!FG0XPZ%6NCu1>znX3xErK>D3Idgz)Ro;_$2rr@DRA`Ta0Dk zdGHkY9(WS`96Sadh0)J~>)_+yEs)~&G57@dcaZdK$EL`CJ3z8$5`?MjJh%_MT>btP zh!1-K7xLF@;7)J@q&VCHX&)bfB=7g&cfr4cG=;qxH0IYbqIeL zn9hEHFX`HYFUOY#+%*`azduMO4a#@8C=9ZP_DcJroTUAdFKE!2K&po^g)7oJ#J_wp zypoONH_Aa86l2;4#exRqHu>p(eBt^qp2l@=bq_ZOKTuA6pPrqvlCPP9yP~>TRj$Lm z;Z`;al_p%IDOWm?UFlA+Q!7HHqM1tGDs=3X(XPQK9h;M>^wM#m6CPVB=)Pr5#$9ZM zk2^t%??|4QxX7gTeUUS4UVCY|;Q5;G7|orxO1HV}=2kif1!PN8a=9YX0&)|qu+~@z z7!yXziaf!bO{-zu)KJ#6I}(1!GAG-oT_r0lqxGZa?f(*j&XJ1-PK!;JlSdNxHIA{7 zR*|M_Gi-F0q>Tjsh3C?h|HF4}Yl?hejl*W)1;M?QlBepLgI2*eii+*;N&sfw{l zeQiH)DP)@LD(9=zG6gbH8&4ULgq%w#!Za@zzB7m~B72(+BeL(ksuVwn!Eg)OBy!C9 z@wp?aww@b~)a@R*tmNvLPWbcZ9pSma0S&9@AjSsAM#C+wa1@YxA&>fzVEvo^is1t* zwLlz0E)1T!;T`g0(*)e(v?r`>aJIP7NI$tEQx*&i1NGShQT->;>>)n;Y@?3*AJyxa7%j;aMe0Z99g6A)c>Q4G;OsMXjEM`v z`Dob+?NWi%Z}274lop3$snpMp+Va6nWzbC9=yj3G^^@%k^_FZs4k@}_h_;NDrN|n5 z5j!l}uvhY_(^jmjbed09TU=dTo$;hkwPZK!G%p?IYI(WWNG6%9rIpB9?ysC)s!dNU zoLiV5dUSTCK5?eZvuJrOhabG``dXeMkVkmj5!Ok6?D^%h(c$4dQrnU?n%A*OLbwk% zl^>{MrV!9&_Q$_e!61^j_~sK*p%kS`Rw!rTb3D*;V!u@aOC;*f=<4Z zR|OIkSw*!^S(K&3pmI6hyP*?>ihF{cEp+eo-aDvjiE_Eoy&Ef1g?7c+d^b)D#c>R* z5~2GD>mepFd|g^|yEsza&q_1H<`mLM@*)%c7Sa2y>9??4SizlySY)dbi6~nZi4eZP zqjdqpFkg?X#@`{!t3P4NKp|DD;Yk@(xqcVJe$Yv7mk)`RJ7{AAY5UPhDrvA{Ts9wT zksM{d@^fkRCaHK1KlW}U0tYSVpRBdWgcnKotA7EpkC2 zMfAzby$!o!PynF@m5AIjipY)d2AtV%Sd$p}k53bY{H`bVKBip?;{k zrtF6zjRkU~j8KNAi*-nsvK3+(){+INZe>p__n)KwQx&AVN!w_#s9QOLPf;&hqp+KN zfUN503FzG%+v13i=ylC) zVZu#)L&bH17 zT8#>ykuG#$ymM_)3)n!4V|Q7As#m>g8^=1LsZ!;U&de1}cph0B>S5ZqgdubB${G@` zG7hbnG9R||AM~y6FLI%+OB}Yay, 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: views.py:283 +msgid "indexes" +msgstr "índices" + +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "lista de índice" + +#: __init__.py:33 views.py:77 +msgid "create index" +msgstr "" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "" + +#: __init__.py:36 +msgid "tree template" +msgstr "" + +#: __init__.py:38 +msgid "new child node" +msgstr "" + +#: __init__.py:44 +msgid "go up one level" +msgstr "subir um nível" + +#: __init__.py:49 +msgid "rebuild indexes" +msgstr "reconstruir índices" + +#: __init__.py:49 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Exclui e criar a partir do zero todos os índices de documento." + +#: __init__.py:51 +msgid "Indexes" +msgstr "Índices" + +#: api.py:69 +#, python-format +msgid "Maximum suffix (%s) count reached." +msgstr "Quantidade máxima do sufixo (%s) alcançada." + +#: api.py:83 +#, python-format +msgid "" +"Error in document indexing update expression: %(expression)s; %(exception)s" +msgstr "Erro de atualização na expressão de indexação do documento: %(expression)s; %(exception)s " + +#: api.py:92 api.py:107 +#, python-format +msgid "" +"Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "Erro de atualização de índice do documento, a expressão: %(expression)s ; %(exception)s " + +#: api.py:149 +#, python-format +msgid "Unable to delete document indexing node; %s" +msgstr "Não é possível excluir o nó de indexação de documentos; %s" + +#: filesystem.py:51 +#, python-format +msgid "Unable to create indexing directory; %s" +msgstr "Não é possível criar o diretório de indexação; %s" + +#: filesystem.py:69 +#, python-format +msgid "" +"Unable to create symbolic link, file exists and could not be deleted: " +"%(filepath)s; %(exc)s" +msgstr "Não é possível criar o link simbólico, o arquivo existe e não pode ser excluído: %(filepath)s; %(exc)s " + +#: filesystem.py:71 +#, python-format +msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" +msgstr "Não é possível criar o link simbólico: %(filepath)s; %(exc)s " + +#: filesystem.py:84 +#, python-format +msgid "Unable to delete document symbolic link; %s" +msgstr "Não é possível excluir o link simbólico do documento; %s" + +#: filesystem.py:96 +#, python-format +msgid "Unable to delete indexing directory; %s" +msgstr "Não é possível excluir o diretório de indexação; %s" + +#: models.py:13 +#, python-format +msgid "Available functions: %s" +msgstr "Funções disponíveis: %s " + +#: models.py:17 views.py:42 +msgid "name" +msgstr "" + +#: models.py:17 +msgid "Internal name used to reference this index." +msgstr "" + +#: models.py:18 views.py:43 +msgid "title" +msgstr "" + +#: models.py:18 +msgid "The name that will be visible to users." +msgstr "" + +#: models.py:19 models.py:50 views.py:44 views.py:168 +msgid "enabled" +msgstr "habilitado" + +#: models.py:19 +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "" + +#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 +#: views.py:198 views.py:228 views.py:268 +msgid "index" +msgstr "índice" + +#: models.py:48 +msgid "indexing expression" +msgstr "expressão de indexação" + +#: models.py:48 +msgid "Enter a python string expression to be evaluated." +msgstr "Digite uma expressão python para ser avaliada." + +#: models.py:50 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" + +#: models.py:51 +msgid "link documents" +msgstr "ligar documentos" + +#: models.py:51 +msgid "" +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "" + +#: models.py:57 models.py:63 +msgid "index template node" +msgstr "" + +#: models.py:58 +msgid "indexes template nodes" +msgstr "" + +#: models.py:64 +msgid "value" +msgstr "valor" + +#: models.py:65 +msgid "documents" +msgstr "documentos" + +#: models.py:75 +msgid "index instance node" +msgstr "" + +#: models.py:76 +msgid "indexes instance nodes" +msgstr "" + +#: models.py:80 +msgid "index instance" +msgstr "exemplo de índice" + +#: models.py:81 +msgid "document" +msgstr "documento" + +#: models.py:88 +msgid "document rename count" +msgstr "contagem de renomeação do documento" + +#: models.py:89 +msgid "documents rename count" +msgstr "contagem de renomeação dos documentos" + +#: permissions.py:7 +msgid "Indexing" +msgstr "Indexando" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "Ver índices de documento" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "Reconstruir índices de documento" + +#: utils.py:19 +msgid "document indexes" +msgstr "índices de documento" + +#: views.py:71 +msgid "Index created successfully." +msgstr "" + +#: views.py:95 +msgid "Index edited successfully" +msgstr "" + +#: views.py:101 +#, python-format +msgid "edit index: %s" +msgstr "" + +#: views.py:126 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "" + +#: views.py:128 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "" + +#: views.py:140 +#, python-format +msgid "Are you sure you with to delete the index: %s?" +msgstr "" + +#: views.py:164 +#, python-format +msgid "tree template nodes for index: %s" +msgstr "" + +#: views.py:167 +msgid "level" +msgstr "" + +#: views.py:189 +msgid "Index template node created successfully." +msgstr "" + +#: views.py:195 +msgid "create child node" +msgstr "" + +#: views.py:216 +msgid "Index template node edited successfully" +msgstr "" + +#: views.py:222 +#, python-format +msgid "edit index template node: %s" +msgstr "" + +#: views.py:229 views.py:269 views.py:337 +msgid "node" +msgstr "" + +#: views.py:251 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "" + +#: views.py:253 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "" + +#: views.py:262 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "" + +#: views.py:286 +msgid "nodes" +msgstr "" + +#: views.py:319 +#, python-format +msgid "contents for index: %s" +msgstr "conteúdos para o índice: %s" + +#: views.py:341 +msgid "items" +msgstr "itens" + +#: views.py:366 +msgid "Are you sure you wish to rebuild all indexes?" +msgstr "Tem certeza de que deseja reconstruir todos os índices?" + +#: views.py:367 +msgid "On large databases this operation may take some time to execute." +msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." + +#: views.py:373 +msgid "Index rebuild completed successfully." +msgstr "Reconstrução de índice concluída com êxito." + +#: views.py:380 +#, python-format +msgid "Index rebuild error: %s" +msgstr "Reconstrução de índice de erro: %s" + +#: views.py:402 +#, python-format +msgid "indexes containing: %s" +msgstr "índices contendo: %s" + +#: conf/settings.py:22 +msgid "" +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "" + +#: templates/indexing_help.html:3 +msgid "What are indexes?" +msgstr "Quais são os índices?" + +#: templates/indexing_help.html:4 +msgid "Indexes group documents into a tree like hierarchical structure." +msgstr "Indexar documentos agrupados em uma árvore como uma estrutura hierárquica." diff --git a/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo b/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo index 9da87089035f76872c08527557987ace7b13e6c5..503128cb8bf64a28ac8962029110c4e50546c7b8 100644 GIT binary patch delta 25 gcmaFw{@#5\n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo index 0306d08902d4ad11aefda2204255afcc5b60ea9e..21299a79010ca659cec755e34114e5dbf89baea0 100644 GIT binary patch delta 16 XcmX>ta9UtP94m8je(vT()>ljbHOK}L delta 16 XcmX>ta9UtP94m8PYRTqA)>ljbHUtJ4 diff --git a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po index 6a5f291989..887786a2f8 100644 --- a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-05-05 10:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_signatures/locale/en/LC_MESSAGES/django.po b/apps/document_signatures/locale/en/LC_MESSAGES/django.po index de76fbb4a6..eaf976ae09 100644 --- a/apps/document_signatures/locale/en/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,20 +17,24 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:83 +#: forms.py:11 +msgid "Signature file" +msgstr "" + +#: links.py:22 msgid "upload signature" msgstr "" -#: __init__.py:84 +#: links.py:23 msgid "download signature" msgstr "" -#: __init__.py:85 -msgid "signatures" +#: links.py:24 +msgid "delete signature" msgstr "" -#: forms.py:11 -msgid "Signature file" +#: links.py:25 +msgid "signatures" msgstr "" #: models.py:20 @@ -69,6 +73,10 @@ msgstr "" msgid "Download detached signatures" msgstr "" +#: permissions.py:11 +msgid "Delete detached signatures" +msgstr "" + #: views.py:47 #, python-format msgid "Signature status: %(widget)s %(text)s" @@ -120,3 +128,22 @@ msgstr "" #, python-format msgid "Upload detached signature for: %s" msgstr "" + +#: views.py:106 +msgid "Submit" +msgstr "" + +#: views.py:155 +msgid "Detached signature deleted successfully." +msgstr "" + +#: views.py:158 +#, python-format +msgid "Error while deleting the detached signature; %s" +msgstr "" + +#: views.py:162 +#, python-format +msgid "" +"Are you sure you wish to delete the detached signature from document: %s" +msgstr "" diff --git a/apps/document_signatures/locale/es/LC_MESSAGES/django.mo b/apps/document_signatures/locale/es/LC_MESSAGES/django.mo index 5f8dbf4792d6378d4014a733fa960cc7826a4e88..e199b626bb7b34defd5fae4d75f20c83e5d52d67 100644 GIT binary patch delta 16 XcmdlWut8u$7Atdde(vU6*27EyGXw?9 delta 16 XcmdlWut8u$7AtdJYRTqY*27EyGe8B@ diff --git a/apps/document_signatures/locale/es/LC_MESSAGES/django.po b/apps/document_signatures/locale/es/LC_MESSAGES/django.po index 592dcfcfe6..3fafa2f8fa 100644 --- a/apps/document_signatures/locale/es/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-02 18:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_signatures/locale/it/LC_MESSAGES/django.mo b/apps/document_signatures/locale/it/LC_MESSAGES/django.mo index 4fc2bb478747a6b0e3dd167a147d51ac79962bd5..26602119af56ee31cbcba15398763d8026dccf21 100644 GIT binary patch delta 16 Xcmeyt|AT*n6)SUce(q*l*4<11ICur} delta 16 Xcmeyt|AT*n6)SUIYRP6>*4<11IJ5=& diff --git a/apps/document_signatures/locale/it/LC_MESSAGES/django.po b/apps/document_signatures/locale/it/LC_MESSAGES/django.po index eba40c5ad8..7407cced9c 100644 --- a/apps/document_signatures/locale/it/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-08 07:20+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo index 2fe801e1bc38962adecea3773f483d4c77c07d27..4194358a07c1547d65f9321e80f58eaa4e948eb6 100644 GIT binary patch delta 16 XcmdlguvK7#D=Twye(q)u*0)RmF~bG6 delta 16 XcmdlguvK7#D=TweYRP5~*0)RmG5-a= diff --git a/apps/document_signatures/locale/pl/LC_MESSAGES/django.po b/apps/document_signatures/locale/pl/LC_MESSAGES/django.po index 824dff17a7..4f84487226 100644 --- a/apps/document_signatures/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-21 20:53+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo index ea3540514b7fe1ba21cd9be45fb64b8aafd9f5f9..d1cab6f6d8a47248a5a9deaf6276dd2bb2348f73 100644 GIT binary patch delta 16 XcmdlbuuEWr6)SUce(q*l*1t>uG1LXR delta 16 XcmdlbuuEWr6)SUIYRP6>*1t>uG7tsA diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po index 54ecda6aae..ef74c097d3 100644 --- a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..99928f77fd38056b85f15c8c0d1ed0f789ceb93a GIT binary patch literal 2120 zcmai!&u<$=6vv1D0BU|0C_e>5p)PK$G3^W~%khGBfMc z;f%O&1uk&n(lZzS0E9TfUqE}}f+{3#NO0l%*7mO5MB&Nn&(6%7_iOgeowKLDWRPd^ zyol#FJQwhMb07X7!3oA1U<-T_{0JmH4c5Rfz{kO_!AHScAnpGFJPY0iN$)T45%6E| z74XbS#-0b4rrZD@#8`l2@5XfgQ}6|hzXHkL_aN#01d_jBL5k-#NPhkSY5(a{jNL^J z=fFC~C+=tLIdBPl8C(Y+110zbn1fG)pM#X|x8OPOXOQgP0V)1Jz}LaQK@Pt3z-0U` zcn0GE_!O9d=fTgw*T7pK+4}{g_BAUv>P+B|4lVsdvT^;5_nYv2TVs1YrWgZP0-e%+>HHx;wdtxk7zTWNa)V5`&jq`doR*|=s$JXoX4&QSw>-c`G z++M!h4E4}A+6tqz@rSh6SJvjz*0w(AdsmGV4raZsa5#;2&}w_ZTVCrTZ>@BKx4q!a zAb_H`Ek}ynFX&zLf;JD9JIn2*08)EjSm*VPNNpk<9oDwqMY0+!{PTCrWTH6@s2S_@ zKqT_uy?7{8La|bhkL?U z=~l1zH@uZfkK7KV@z&E&M=Fgwd}UX;GWrfLeATv++=#^6&}N9{NV8&SSKF8P4 z^2@x{sIe>7s-lqvw=xq(M4HQVq=+aCH8px#H|G>B+Jw)(XFb=|qO?USXs%F1!m`aS zj|3$&nsgq\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:83 +msgid "upload signature" +msgstr "upload do assinatura" + +#: __init__.py:84 +msgid "download signature" +msgstr "download do assinatura" + +#: __init__.py:85 +msgid "signatures" +msgstr "assinaturas" + +#: forms.py:11 +msgid "Signature file" +msgstr "Arquivo de assinatura" + +#: models.py:20 +msgid "document version" +msgstr "versão do documento" + +#: models.py:21 +msgid "signature file" +msgstr "arquivo do assinatura" + +#: models.py:22 +msgid "has embedded signature" +msgstr "" + +#: models.py:37 +msgid "document version signature" +msgstr "assinatura do versão do documento" + +#: models.py:38 +msgid "document version signatures" +msgstr "assinaturas de versão de documentos" + +#: permissions.py:7 +msgid "Document signatures" +msgstr "Assinaturas de documentos" + +#: permissions.py:8 +msgid "Verify document signatures" +msgstr "Verificar as assinaturas de documentos" + +#: permissions.py:9 +msgid "Upload detached signatures" +msgstr "Upload de assinaturas destacadas" + +#: permissions.py:10 +msgid "Download detached signatures" +msgstr "Download assinaturas destacadas" + +#: views.py:47 +#, python-format +msgid "Signature status: %(widget)s %(text)s" +msgstr "Status da assinatura: %(widget)s %(text)s" + +#: views.py:54 +msgid "embedded" +msgstr "embutido" + +#: views.py:56 +msgid "detached" +msgstr "destacado" + +#: views.py:61 +#, python-format +msgid "Signature ID: %s" +msgstr "ID assinatura: %s" + +#: views.py:62 +#, python-format +msgid "Signature type: %s" +msgstr "Tipo de assinatura: %s" + +#: views.py:63 +#, python-format +msgid "Key ID: %s" +msgstr "ID da chave: %s" + +#: views.py:64 +#, python-format +msgid "Timestamp: %s" +msgstr "Timestamp: %s" + +#: views.py:65 +#, python-format +msgid "Signee: %s" +msgstr "Signee: %s" + +#: views.py:70 +#, python-format +msgid "signature properties for: %s" +msgstr "propriedades da assinatura para: %s" + +#: views.py:96 +msgid "Detached signature uploaded successfully." +msgstr "Assinatura separado enviado com sucesso." + +#: views.py:105 +#, python-format +msgid "Upload detached signature for: %s" +msgstr "Upload de assinatura separada para: %s" diff --git a/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo b/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo index b466b52175d68f31b2f1a2a49f0c2c66ee9c3c63..ed72c6d77d427d307d15697356dbb83639fbbc23 100644 GIT binary patch delta 16 XcmZ1?yhM0|8!K~ie(q*Z)@T+0F9rn+ delta 16 XcmZ1?yhM0|8!K~OYRP6#)@T+0FG2+r diff --git a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po index 4276ca0491..4f3448e7ca 100644 --- a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-03 06:43+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/documents/locale/de_DE/LC_MESSAGES/django.mo b/apps/documents/locale/de_DE/LC_MESSAGES/django.mo index add885fc4b23a8ae1742f6c996df469f36ff8172..5c22e4deb7a01ad336a2a449047e65edf870812f 100644 GIT binary patch delta 39 vcmeyog7NbT#tnxISuCv#j3ys5RNyc+P%yBtGB%j}&ajC&IX`!Cv5^u0DM1a- delta 39 vcmeyog7NbT#tnxISuCs!EG8c_RNyc)S1>ZNGBld}&ajC&FSTTGv5^u0DiICc diff --git a/apps/documents/locale/de_DE/LC_MESSAGES/django.po b/apps/documents/locale/de_DE/LC_MESSAGES/django.po index fa91c6549c..8bf4231922 100644 --- a/apps/documents/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/documents/locale/de_DE/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" -"PO-Revision-Date: 2012-06-17 22:12+0000\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"PO-Revision-Date: 2012-06-30 08:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/documents/locale/es/LC_MESSAGES/django.mo b/apps/documents/locale/es/LC_MESSAGES/django.mo index 3cfcffbc24729abf12c9a7a73dc940b706dde33c..7d3c46db4f1b2246615a410bc6dd50178c09bf72 100644 GIT binary patch delta 5328 zcmYk=34Bdg0>|+a5=n$4k~~{1kH591F|a6m>zzV!_;a__b6jBFb{j9gPrj>cExayF}<(=_5FIx!u!|;lWH52 zf}=4Nm*XfribFV^Nvgw6G%UbmEJvO29~gugb&Y9+9dRlS#b$T{>8tq5ECgaLh&xv?q4u`eq!3>NIRa?YI}U;|UDG%cv9H#y0pb)X0FM_%VN~6ScN)%J)Xr~sQs4ED-B>1hT{Gv%zq~e-_XE%GBxSGIueWO zVZN=;LM^U!sC)lUq)#R~j_Jm1jKLA8sV+fvz>Auh4XE?)Kn>t1s-vgk98N;vJPk$o zi``*3XVrzq;Xqu9{qZ`g=h+ENALipAoQ}GM$B|Q*Ur=kQ0n?`oreY4ZM}K@3vv7_> zVLXMss708_@MQ`HV0+Ywx}ZiN7yp=J*Dz>TPmK0sZlJEQ1}y-)*M!-qQj zCF(j(Bf717(j0X_2i%BVFdc7V1~zHoj=TW1f03=vMBUprkO#o5#Z=sfL3kHgZ{{It zKy_G=8c0K=?wFPof@w%Wbs!scU=C{Jd8jELj)7QgeF-%avys_0Ueu!8jhdNL7=q_e z$6Z4$(%Y!>Kf#)M{sXy@>X8REvN+@kGnuHKKZEMP6x3QNLEcSfHR`y}ke8V`h+1^# zP;1~8>bP1-ZUmB#P>;QEFheK!|*VU#Q1dI&#IY^h14%$F1F(t&PE5>)$B$7GtM18CsRmhN!r$bT2dpJ=FIhPmVc-%di5~p=BJTnfwklgBMXV^RxAVwE{K3;I_V7;+QxJ z@ie4kUmT2ea1-h=`~oBKBI=ghL(PBRa4-kAqeglUJ7Zc0_kHjpvf#}UTR(t0&v{J5+g49U z_ZGBAoo5D)=lW(B1@$nF)*d((d8Ew_oW?!BjOuX#S5^B&WN>CRYRbn|tDV z_yYAj9ERnn<2>En@0;NS>V>F#e+1+35!S`VEEGMKS@>)0mgl&S-#Qvtm}WCB#jB`} zP0x2{W-$g)UxPZ)N2u=)phk8YtKofYhL2Dkjpu%j!X+4t4{!ulU?Pridb*F@>!^|3 zK)ur+qd!LWViZ^xbqg*c$C}vQ?o&~Wn&LUAk*&d4+=3eUx5$%h?xP0KvXA?hRXVEf zjG>^B6r(OU7pvm}Tlb>w*$UJm+=}6N1hwB8)W|N|?{8u%b$^~^bu1Hgp#fL}pSAUI z$eMG^6bd@QYpCb^O;m^0qNa8yHpTC;1wKK|Q1gE7&vOoHu?|B{Xl9{qK`E*O<;XHJ zCsF6G*WZ0#B%w#o|8xo(NhxZCE3DhFG4-!d2VO^w<}0}iQN^t!m%K*y5xuYHk}t>r zQiY5qO-T>ZiR>n)NCwF#H^@lxELlsokws)Md6oFCp9AG&1JU*q(JIygxk9u6wY4EX zlgp~u?JYb^JVXmln|@KhBcGF7q?l;?BN;)ClXUVU>8$aOCR&|aNaZ%0LTl2S93?5_ zEAlbXc81&`b;v~0j`SoKh@OOcB#&g1spNe!jcEIWiy4m2bXyT`*zzU(J4qxL$$R7- zqHPzs?kn-XXmBBUmz=Y0ldL7E*Y76M%C@~|EyW;mw(|blcHe8VHkIF#zmXyKi&%`Y zW$^)7Nj_4A?SSvo{pbc)$xz$27e6KaZ2fyIvt{4)S5bNMe+}**5c8<_Cq?84*-nNL zZ3jsJ`3sp$z9gAs4yoKiDI6p5!eAkU?c7QTMBst*N`WhIdZFr79DrcrPVHdDkWmEPI?dKg7RnyW~{w z{M4ABwB(rNtafS1-mR(gs*ajCp{z|>w*bEZ-aCCgWe2magq5A{9_|;=YfP~{LsI_O Kveo&MLjMcw-AOnA delta 5629 zcmajhd3;V+0><%^3KAp{39)-cHhU65#G2R|YF{fwLtX^Q8zhR>ykk<7QZr4dF=a5u z(y3*{QbU=dL8oeIRaF_ab!csswnKIF_q_M$bmkxT^LgIyIrqKi-gC}9_rCAW&3+5F z`gzY+@n3A%N=a?9r@S#e{fv1gM0<^SDcqQrI1hW{K1{{ns>XD~zSs+2M}2<p-vcE-IzEmzyMrZ*+^8o zCD;`IVkFb7^Cn?ku5Y?h&}?U6L(E4tSb>_dcdezUsf?|| zMeu3VjO5t*0t}+Q64iba*2fdr81G^utVg3B*aN+q^2HRAu>@oBp=1rj)-$FG^*%0R zVsI2T!+98pZzGdt_9J)0e2yB(x2RiDmaD6MFn)^lQODg!4InI%`46TLOLseBD`b6{ zsi=;;jOt*qtzSkhvPun{wUL4J(Y%OJxCUK#1U1#yQ5|@Inwby|()sJ429OxV{Hv$! z*um{FU2zO%+5-+_9QBhp2!F8ke$mGCr#=HUfTP$1KgYos$aJaQv#47-59xy`MlHhA zs1DrlQt+qnJ$Awew%(rM>z1V9czhnUIImjoU|AiHI^h#sO(U$18et5U!?wsNO&a#Z zY*fd$qps@>pnH8O1R?v(2-FDXqAqwIb+4|W8vKYG@QFsOV0;U;`oBQUL_Uy`G-@R0Z2c&Ta?P9(N1z(kweun(%E z<53-*ff{KcYSk}A&D5Ky_M5RYmS8YeXzsMDfnJR~((Y)4YS_ZolTlNjih9g?qHfUy z)J#mm5S)!#D~nO*TZx+D^{DonQSEl2I=s);4>xE2wc|s(<1}gn=TIHFg*rj0{r*3w z3;FX>kRezRYod;eLCr)wsv})72z#MAkbycb6V-k~Jo6tyVJbT+;~Z26UPm?DfI4s| zYDD`{7d(QM@RZ$u5p`>>p=QcI!Fe@Dp)S}NeI2p&4AiY~dnstKC_E&WmXm>N)-fb)jh9R@@yk6RYAze!2I zoEbfc%%s;Gqo64|YrSHit~<-!oJkgF#?yN9>=YyMR^Q$Yc8Q?>^5?3 za}U!okx_C=^8yy?`QJf-SurW?oSE=o6!mSW3!Fin_zu>`vhAHU5{sIlHmI5KU?*IS z8tElW#ReUm_ktUF0?jO2--4lB-+Vwp@96W^vb5H%Xo5P?I6lVXdep57>*T!4ha#^G zvj+41SR1GgcTaQnk3E_c-VVA2Nf?eD@CFV*7p8L6nm7tW zaVDxGi}+CckFho0LC$F!c6DZEA`Yj%8Z{I8yQDRdhFUAR-I#wZwiWECg(tBt-b5{; zpzh9_u>q=M>8Mxe2#mo=I0l!Z2JjGd;=m`3nTTyrQ@$2Q;3-u5Bo=~>>z?lA?-PaR z*r5Zjpw>co59e`A$LiE`P|xceERTyZ1DD(SJ=7xe>uJoZn1br?QPhlG!~iTso$p8c zeKqe>&WIahIlkzDao7(h;tU*(U!q3Xvlo9Va1d$+c3>u+LyfFsZ|9xgAN{FkV+rP> zZcWQR&f1xVTGZZy6g2gpVlb9sB$nYBYk)Dxqi=ekMlcKGalWnZMve3!>Vjvm0-m?^ zYp7d!6SX+~`#FzuZR9wwX-YvOOGX`#hKV=~)v<-B3va+mxYgG8VJP*(sP>Azho0^M13GuLoe3R^S^|GR`E6r#S^Goa0%6cN&}q#`EjTVc#vgc3Q;3F ziW>1H)BtW;%MEmX3+iGR`#Ycp(jV0>1AWi`BnrCsg{Y3qM>=oTVI91OxMMhzj{khGw}w7<8BPWO@EUbA1^MKvrl*x4V5s)wPD zuVL$vsFB5?2G9bs$@%y-{Dtgws=n*{im&sTMK+V} z}x zy~srpMf7{$gR~>hkriYb(YD3GJd4kh4Yt0}dIi5AvE&k2PJU0c?IBTS4*G`IVvTYrZE=1 zY+m1IFrUXsH2IjkMvjqj#6`5dK-!RW5<@l;ZD+}TQbrZF7UT_bT@|~9V`s9&*59`7 zw%0dH*|E&-bmIqPs;!@~HpCQLe#Ary38V^nnp_~-x{&$gHt9{m$ZDd^8M5<7epPjL zEcWeoKGs2FGNd>)ytGVQ>QwjS%&~4)W{#&IH{azM}ngpPUk(TvU?a3P@<}N=!^i zY*BPGVRo5ZcYg8I#O`IAch1bs&(6xsa%H()c?VXF&CboFi<3P$?yPK&E6?-azIuF} z-P8JhNVA_C\n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -636,17 +636,17 @@ msgstr "Páginas de documentos en la base de datos: %d" #: statistics.py:64 #, python-format msgid "Minimum amount of pages per document: %d" -msgstr "Cantidad mínima de páginas por documento: %d" +msgstr "" #: statistics.py:65 #, python-format msgid "Maximum amount of pages per document: %d" -msgstr "Cantidad máxima de páginas por documento: %d" +msgstr "" #: statistics.py:66 #, python-format msgid "Average amount of pages per document: %f" -msgstr "Cantidad de páginas promedio por documento: %f" +msgstr "" #: statistics.py:71 msgid "Document statistics" @@ -658,7 +658,7 @@ msgstr "Tipo MIME del archivo" #: views.py:133 views.py:134 msgid "None" -msgstr "Ninguno" +msgstr "" #: views.py:134 msgid "File mime encoding" diff --git a/apps/documents/locale/it/LC_MESSAGES/django.mo b/apps/documents/locale/it/LC_MESSAGES/django.mo index cfc7a8e1fa0080e4c3752359901da0577a7d55a9..93c2f8a40cbbbdfc262c3dccb3fc1b3449888d38 100644 GIT binary patch delta 40 wcmcb$oblFj#tnxISuCv#j3ys5RNyc+P%yBtGB%j}&ajd>IX`!EmQjHs058uD2mk;8 delta 40 wcmcb$oblFj#tnxISuCs!EG8c_RNyc)S1>ZNGBld}&ajd>FSTTImQjHs05Gi%761SM diff --git a/apps/documents/locale/it/LC_MESSAGES/django.po b/apps/documents/locale/it/LC_MESSAGES/django.po index ad0b91a6fd..47d369cd4d 100644 --- a/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/apps/documents/locale/it/LC_MESSAGES/django.po @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" -"PO-Revision-Date: 2012-06-17 22:12+0000\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"PO-Revision-Date: 2012-06-30 08:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/documents/locale/pl/LC_MESSAGES/django.mo b/apps/documents/locale/pl/LC_MESSAGES/django.mo index 61726dd805f50e8335519a28b3714a9f905b8b2c..8ac9b1b56aafb1cf29ec185f4f41e0fefe684f72 100644 GIT binary patch delta 38 ucmdmMxz}>TE+H06D+8m+`-BuYj13eFEUb(TCO;FZU{21@-JB>K!wCTRhzuqG delta 38 ucmdmMxz}>TE+G~RD+7zk`-BuY49yjcjI0ceCO;FZV9rY|*_\n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.mo b/apps/documents/locale/pt/LC_MESSAGES/django.mo index e03a38558fde1cfac296681def948059b66a8948..0cf41836b82157f565dafde24ed354711d20b172 100644 GIT binary patch delta 40 wcmaFV&-kdHal;Bt7E3DwqsePD6*!Cy6bvk^j14AV(X3%k&d=Q(tko|I03qKEfdBvi delta 40 wcmaFV&-kdHal;Bt77Hr_i^*#=6*vsd6^x9m42>pV(X3(4OD)+Ptko|I03y8&j{pDw diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.po b/apps/documents/locale/pt/LC_MESSAGES/django.po index 957bb771cd..6093a4615f 100644 --- a/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt/LC_MESSAGES/django.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" -"PO-Revision-Date: 2012-06-17 22:12+0000\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"PO-Revision-Date: 2012-06-30 08:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo b/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7171f8ee5fc3581c6ab429b45ddbde4cd4cbdf9f GIT binary patch literal 18416 zcmb`O3zS_|dB-<4fJEfwgQs#F5;KFDnLKz7LP#<}f(Bw3BA^)0+pXH z(7X8Nf6hMp@$K*X_P4*izwrGNmfULieH%Irde0HYJnJxHj()mIjd|7a##|1D;Ck?r z;3eRHfm^`yPjKIF0?*<7QE)Z*^k*2e23!YLz!bbz-@##U^)romD!2n21ZTh_!FT)e z_xtyc`1iZPXYu_$@Hp@xQ2hQAD1QDITnb)9CDq%^AJy9dJ`HSw>i;#M_}mMs-RHrx z!KXainBCxc;41K5@M7>s-~hPnL}Qq;c@e07uK}M6?gWno-wdkW`$5h73m$(4N*)6z z8N<}g1gLg1{{1FUqW&PL_IH8L10M!o0R9JfCV0xp##{z&0>$6E!1KTd!4=@Ih3IYI z6k||s+uo?bZx!|ivOR3(uahq_D6yGei|sg&jybHH-qcI zt3gC=-Uo`GeW3XGJ}7%R;yF&QSAnPV{yK0O_+c;r=RwKyUqOxcOHgt+3gM{V6G8F2 z5)@zOfUs!Rfm7hi{r9hcSMmNZxD6a&F!9+2w}X4ZGr-3|RBe6-s^4b?PQRyvOL%`3 zD0xPp?C8TD?*b3!{nMb@KL8#9eg~9%zX!e;{4J>QFGG3i?>2BN_z_U{{R>e1oQ9Is ze+EjfuLD*8X7DWVy`cDi*nfZAzyA!BK7I?LVsj#sS_7^DC7%dHgr)(C-?xF1=gpwz zdpoFlcY~V8eW1p92-LcG%;Ud+lK;Ph%fa7(vX?WKxp`j*YCVmEYPS`X{ag*I{~1u@ z-r(^@5R))(2gTprpvL_MD1CkpWQmwxfNJ+N24%^alR??VDi9XTMo{ghLH;wd{Lwo6 z5UBa>1J&*`9v=ZErzb%1CuNDh<3P>tWKi}u0xkhB2GxEOxDk8>sPS$G)$Sfp^ZhKS z`d{|tUj;S(BOs<_9s{M-UJJc9Ql2VMWi zfJgIw3Me_Q05!i2AWO|mg6j7Tpyc#cPJn4r-Hu%Wmks{ zx$;v%m7f9r2-w4W{ z-v!EUKLM)WFM*oZx4?73?}9G^k6z{YnE>C&``f{_;4@b{`@0le#{1hq$@Np9?CK#< zdiZDXc{@I)qmEO;g;`Hq1ZSOsMtkAbfSe+X8=S6<-S&4Vg` z6vPFXZ7+1|U^jRS@9zMw0B-}e9)1cU8uLG(=D(6j$v1-FK0gMk+d=X777)`iw}8^~*FcT)5B~iLQ2qQIRR6yNwO&qI@7Binotze-}If{66?h@IS#p@Q4jgf1{w}dJQ-LCg5q{ z&7k_Z2V4d|2x{Da0|&sv*bFqEWuU&F2de+;K+QJ=)$eOT@qY_=D)@0w?Y<65Z;ykj z_d`(Q{mPdw9d~>j4_;3B2&jHu3#$KHJ>CvV4j%_)m-m6{XC52@{}Fr+xMY*#Zvd2> z&jlr)OF^~U21rd zK=uDTQ2z8xkLQBwZyZ#A+d=iS6IA_IgObl)Q1bl%csh6wxD5QZ$NvU3pOatY=5q#k zGVg0amZI4LN`G$x)$g6)k>Dr%`=>$4>5HKHc^s6Sp8yX7-v}`!^9D%2n;qD{m-6?I zp}&J}vL&wXGyU_+z!m=aUErVkXTkFz$?2=m1JK_>_dxn-{l6W03$z-NoWBMwhxB`i z12YM}2D;6^-v#c4o)7)CFGD=mAIZn)w+fOT^m__)E+l`cA1>1BItJwf$gxD3jC!FAx5A+6(2K>@TA3ZW@TcA?+jLtE?< zdh?iqpYhK(fLB7YlfQ&y*ZEItLH=-wFE|@~lYbU`1v<;We;rKxvutM>bPIF=bT{+` zNWUYXJD|UT1|iw8)~M|FThQyE3FsZr$D#F*es@9_L!X7NhxB_d^cT<>&`Y5|hduz! zLHgmYt$(#I{E@A`6WRlP6VmTS=!?*cp$|b1LHX}vJiIl30WX9e_U{pRxqto>@VU^m ze}6r=#y<;c{(0V`eD^m0{CV){&~|7PS_$cQuLJvcBY$5DJqX=zOWgYY2G8$-PKP!? zr$G8upf^KozvgYwUqK&)u7&d7`+4{rbXr~jZiTd;y&KvE>Gx6ScIbW3tD()%F!X28 zQP3=u{~A0z6?!G~CFl`oAM_DOzdwSmu}>~;`?P=lBsk-rPX%8HErq@f?S|UW0A$wJ zYC&rz3Yy_`6tvQ?kxeCOJ#58EBMW#8s!63?j~cD9V0pGOm;FK#Ws>3nx^qIc z3d!Xjw01Y6LvMEIEe?UVskjz3!n)WR%%6v_j;Rz)buk_cEFa7Zc4#I;*}x*^-(`pD zquVm+M7F8ni_T@hL)rc{H5E6iR_)bxvldq{NEESgCaPSYwd-ahMb`&O!-_txYca_9 zWz|6z?_qtU(QF*enT<(Zt0BjX2dvi?Sfn70WbHX)R(}ghi-JZp*Qq)irI{99-iJPR z&)jmQscP`8hV>zKi9DFX!0^jmr z;|IY6-f=3a)snfmF&$K9!p5|9YsvLNvldpYCVXk{v~wGfoN|A8Kvw%TI2eazK{Jk@ zSGQX(RA{wjm76Qo^VR7kXLLV3xc)oU?Z$E7L2Z>DJI>8!Kcn<(auCM)H90t6SunUf z8|t1;X7{hK6;6hk)XVD0rIoRh#aSz^l$M3uTBnBIibYYLT~C!hto78$J?mn6E9x%3 z+p@2)u6ak^3CqyQI*8KLxmo)lkCF?*PBU*nS9z1(fS{|vf*}_>(qab?7dU#w8kJg@ z5q->rtssr?-Wg6hqkJ+=!n7Jpr%Ah6cAacrXlo`2*$3msY!VaItfc95yXK=I_JexZ zXot0I#Ce6VIvX}x+ADCu?M&{WT9yyPrPvRA#M2FZ4TBoSquPj%J*XDs5_GZF4Q=g0 zsrFXeSv$2ZM;?|nyON%QxriMJ>~zYE!*;C|)N$81($Kl~AY{ACBBo5t6Sqq4Senyb zU$Sby?=Uh?y+K`}^Ro69p}3B*?0-GkFIg)|-Hz5_DHHGQCS%VvYDuUM?xB!yW;Wsb zi&r-2gn+RXN4+2He7h_ADm^agP{NE&3R%(TY*>q{`rD31%qFcCw^|q2LZRsk*zfYy zbf5+c>)AD_ju#uR7s1g`R_ZP1Q=a00Y$7E)p}rOAF#qnXrmHJ&P_ELhsM0P6MD?T^ zPwlo7NfP3VO}khWWlJ!Z5MKs$0)ilFRH)sU?i5L#?yVWNX5^{8{kTE}YxYTD2oJ1+ zddvbWuT3qw%v>53Cj*w04G$$)R(r%6T|SsbI(_V@=s+WL_bWTI#|nE6ieeggg%gCJ zd+&W=Ds1cy=0Z+HTQ+amWS6Ab67GuY?RpRvXQcduGq`+6%alV&GUtv&yyeH9-eXg7 zTAGb?;>vq%wCj^FgKu$+2ZMf#UFo@687P2_szarzFiaZNBik}Rj?rcANvvI)Epg+J z`R;d6>t(!+m|3;6aTR~v3OJX^H{!f=QID9*%h7S}D=FR8LhDh}T+u*ZDGpeUPrJ1| zew+nz1=eTcv3Ccp@cJmo63j_KrX(FXn;bD)aXj`93ReKJ12GPvO3s-`l5+<~*V+z! z$yBVOoI7?ywGQlQ!98+p@!e(SrPi0{m7Po)D~vdp|p(TgOJ&(c*}*ZJVrdj6dw?KNC_ zs7Y8OY^cHvqD4hhajNAegGE2xf(-2q4u?c$UF=huQr@i{R$o=8tXfk{)#Mgw+yzVb z-kMRWm7T{Zrs9v${yb@%uj(1l7v}5Uo_)JmvSRhM7M_)j3u1xJnYQZBv>w%^?IiEk z-CxVEMbxr@mHiH2cff*Ay%kF9jAM%xZT1wELd^X&E3v0u zvY>C9Qmx!wV_!ohkC3FKL4(B#7Q^IP+vT)CKmTtbeZ*-?4lV6Zo)Fx&-Z*qcZ@r}P$E~O~F$90*W_lyGV z3-;E{g_y=)B-f&;R{osE(=#ojU?5m6V_Q2GjF-<~?$a9osfcVcuEVVRcHh_bHZ8>0 znjx-ga1Um>JzCGJ)uWxE^X~LF#R;;oI<{;pHM;>B%#<@tP`>-ijIP2>zLY#>c|o_G z*nxa}Xe<)2n5}7|OS$3A)nUKYj0Ic5-C-lxG`{7^rQ4!rlD3AoWYckVctd+S8=gqU zf|*vUIW{^vO(@%*9KkJ*rb))0mZYPEPGMt|;JF=TOSfJzF}%?qM2E-Ozs7T`qD=Z~%8`K(o|s5ne?6YCzctKPZ8tJVao){d=R{eo5emc9g29kv@R5x2bX zwuJZ<2e8eJAG|Pi1tXrJk?EwdC#*$#E}pKV5Ak{ty)>rV_~zk>D6EeKTbW^d8h)c- za6=mIiEBf_pr7L0+}w!OVLTP>vNOdPC9rI?>E=2dRqNSk&38H4Z0*>vZFFdhFAqC-6yQf!4$*SAlWk0$mTLSnY*ZOA#P zV8>dzwbo9<+VCZ0U^t;Sn)WrjaLonWH0sNRgN@*#VD->aGm%v7B|vGDnE%-P{Wxoa z>E`?$({Y1%GEBpuvx}o`rEu8t!a9LTrPiL`r(O`Gu0BZOBqL^fSkpPC&IL(m7cpH- z$0;e3cAXx5&(%_|0cJ(;qZAG-+^H`_eC_!=FrpE{V6I5wY6x3&N>v@IP#AfF$Q^Nb zEO$-#k~{R|z+F$!vZDKnJsgoDb}5z{n%}8gmO681H+hmmT4(-{eRqP?ME5SlX#4No zswL(a$5Ew;C_5g+YHx8(3;8X2v?s@6Lq{sK9i~JGvtqEcg$672X~8UlfzlDmXM_S$ zLI)Q~-|HEfxW>(=Y>#T3S`O47Yp{VMDA`B8sfOqV*BRrwoh>UbB)eiU*}V}9)|$e- zaSa&np$}}Z6>=>&LuN5isNYJI8^Xx#0w_O|)=~Ck{(-8h_$TFhV)25y?c&X6lH^|& z6f}}qR;_l3e8Kmv((M{pmzH(Ef+aI;NQkPumdApUEL{T0uC1^d+qKPI4Q>Pb?8k2Y zt;CH>C%L9dC)GHL7WawC{t`-Y2v71V{S!(DZihm;5=w{MkD|pV#lTb&+p88eJ}4JK zuwHkZ(`|W9PVqJGKjp%mhi0>tiQ&SetUehgD~DXzMT%(=toLnmP>#*GkE=9pHsG$6 zG+NjGA#3*AK*@KNm7ecBNvT6Fp>z+_(^qFeuM@Mi-~N*;tcwpDSs=)|=ca7@T_(?c zE%rvfpu7t%zO{4Mzejs(Z9T*LX?Cwom#FIhiJOwi5Wi+O40IxsshUm7R?Y8Ix(bJZ zbaTZgTypg6E(=SXV7gS&r&1r`o6GIKz!iks7c}z1eZY#nyZ7F9R%Z)aKG`9=_6eOw z%Ly-C$p@is2Cair-Taomm#u!&p*|^P+qTz=7l?WRA2{Lt56@QCt1CNLi2Gi!`c$=N z7r`VrIO4JuWZ9&c3zdqbSjZQmy>^d55Gj)Wx6vUxJC|vg&{UjND9h7g+T|FIh|T83 zV)A0^$%S;{yEZ3@fEv4e_y%Ip!W{C3gu#h)EsAxI&yq@}0WW z?6=T6byXq6>Fu%qK8J}|PKh?A;%Ow*&ogfb<6U8D9CR3SIWokoBRhAT3gNqTXme`& z30*eHt)+c>vnQ~UUp};`Zan6oDjQMCjR0YG{tohQ95XigRdcHW`M4^g9EoB`#WY4_GSO zsN^@{bf;*6QImOaA$O;a-*h@%>!|I*d_P#X@v_+K!4zRvXx4Lj31*YZ{M|O)XdBJn zA-^^MK#hzM5Btpq@=fOh*P4F^HskyceBl-IjY^hSBP9^ZPevT3olglQ4S(RS&)-3E z(8i7BGqMtcE^>*|I_X+c&Yi<`5ZWvQ_U@B~%&2^lhKWM4QkGqH{-oZDXW`=V`3LF| z`(8dem5LS_u1sfj7Co6nh2%xVr%a+h09BKrVE%Rj*_8ZUeKNJx6moZN0Njm&tjDGm z@r=cs_mNmU#5q@EtV1V|Cp+hH9JEByV0JjSsK)f!Q8GD|V)BS4nN>on%a3rwHh-U0 zQPmV~qq|7^|X9wk3TUjZ3pZeEmxbRM^v@TnHfqAP0&+!@tzGFG)N7a67` zBVBZ>T%xXTx-ycq@6AS{?(*hgHtU})GKu1v#%xA?sXV3B-*ml`wag#3hfo>;?J9&0BLf5>-U%6%Z}v;F4B{LcBOtop9p zC-=MdhQk{KNqi+g@$@$0%kzSX&4FU}FoSsg)S z<_ha>?Y>3TJ`L9OR4Ihm@n_ueSZBWzxg%))>aH|pE5bGBNbl&cygo$RILmIejX@YHxe;2P+-hQ=t;$ zoMm~RGTvg*c}MM?LRMILY#VEpD|*)^TV7bPw4$=SORePcK>LezJKT5m%knF`GP6+9 zJzI!|TUe<$?=1YZpafs3K2g3q|6o#mmQA0sg$=Q+1reYrw3C${{c2FJU8R09x(_Os zhjM%PnMoZjwBh$*$Jmc)xtYI)RfEorEJItXaY3=ourhab*d=;f$DcZSW!{t8?WY1= zMdmZl|38IdEb==HR=5UVZbzI6C*zvEFJu+lTX56k73{n9YIz*Guw=iU!_B;iWQ%RJ zBOarFA?M=UQem$*vkBt)`&jkH#k8HtQ zNb3cSt?S#tV^C9C*od}M z(%BSnwfRK}L$XCt!1^GvF)saOony#`!4%VK*j-wUQ~ohvXlz_aA{wW#b}X3aHB$e5 zjsLDBw4IjTw-nK_>twC3RFnr@o{A_qW(Q3}(, 2011, 2012. +# Fábio , 2012. +# Roberto Rosario , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:63 +msgid "all documents" +msgstr "todos os documentos" + +#: __init__.py:64 models.py:669 views.py:871 +msgid "recent documents" +msgstr "documentos recentes" + +#: __init__.py:65 +msgid "upload new documents" +msgstr "upload de novos documentos" + +#: __init__.py:66 +msgid "clone metadata" +msgstr "clonar metadados" + +#: __init__.py:67 +msgid "details" +msgstr "detalhes" + +#: __init__.py:68 +msgid "properties" +msgstr "propriedades" + +#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 +#: __init__.py:122 +msgid "delete" +msgstr "excluir" + +#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 +msgid "edit" +msgstr "editar" + +#: __init__.py:72 +msgid "preview" +msgstr "visualização" + +#: __init__.py:73 __init__.py:74 __init__.py:75 +msgid "download" +msgstr "baixar" + +#: __init__.py:76 +msgid "find duplicates" +msgstr "encontrar duplicatas" + +#: __init__.py:77 +msgid "find all duplicates" +msgstr "encontrar todas as duplicatas" + +#: __init__.py:77 +msgid "" +"Search all the documents' checksums and return a list of the exact matches." +msgstr "Pesquisar todas as somas de verificação de documentos e retornar uma lista de correspondências exatas." + +#: __init__.py:78 +msgid "update office documents' page count" +msgstr "contagem de documentos de atualização do Office 'Página" + +#: __init__.py:78 +msgid "" +"Update the page count of the office type documents. This is useful when " +"enabling office document support after there were already office type " +"documents in the database." +msgstr "" + +#: __init__.py:79 __init__.py:80 +msgid "clear transformations" +msgstr "remover transformações" + +#: __init__.py:81 +msgid "print" +msgstr "imprimir" + +#: __init__.py:82 +msgid "history" +msgstr "história" + +#: __init__.py:83 +msgid "Find missing document files" +msgstr "Encontrar arquivos de documentos em falta" + +#: __init__.py:86 +msgid "Clear the document image cache" +msgstr "" + +#: __init__.py:86 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" + +#: __init__.py:89 +msgid "page transformations" +msgstr "transformações de página" + +#: __init__.py:90 +msgid "create new transformation" +msgstr "criar nova transformação" + +#: __init__.py:94 +msgid "page image" +msgstr "imagem da página" + +#: __init__.py:95 +msgid "page text" +msgstr "texto da página" + +#: __init__.py:96 +msgid "edit page text" +msgstr "editar texto da página" + +#: __init__.py:97 +msgid "next page" +msgstr "próxima página" + +#: __init__.py:98 +msgid "previous page" +msgstr "página anterior" + +#: __init__.py:99 +msgid "first page" +msgstr "primeira página" + +#: __init__.py:100 +msgid "last page" +msgstr "última página" + +#: __init__.py:101 +msgid "zoom in" +msgstr "mais zoom" + +#: __init__.py:102 +msgid "zoom out" +msgstr "menos zoom" + +#: __init__.py:103 +msgid "rotate right" +msgstr "girar para a direita" + +#: __init__.py:104 +msgid "rotate left" +msgstr "girar para a esquerda" + +#: __init__.py:105 +msgid "reset view" +msgstr "redefinir visão" + +#: __init__.py:108 +msgid "versions" +msgstr "versões" + +#: __init__.py:109 +msgid "revert" +msgstr "reverter" + +#: __init__.py:112 +msgid "document type list" +msgstr "lista de tipo de documento" + +#: __init__.py:113 views.py:1050 +msgid "document types" +msgstr "tipos de documentos" + +#: __init__.py:114 +msgid "documents of this type" +msgstr "documentos deste tipo" + +#: __init__.py:117 views.py:1161 +msgid "create document type" +msgstr "criar tipo de documento" + +#: __init__.py:119 +msgid "filenames" +msgstr "nomes de arquivos" + +#: __init__.py:120 +msgid "add filename to document type" +msgstr "adicionar nome do arquivo para o tipo de documento" + +#: __init__.py:164 permissions.py:7 +msgid "Documents" +msgstr "Documentos" + +#: __init__.py:166 __init__.py:179 models.py:91 views.py:79 +msgid "documents" +msgstr "documentos" + +#: __init__.py:169 +msgid "thumbnail" +msgstr "miniatura" + +#: __init__.py:172 +msgid "metadata" +msgstr "metadado" + +#: forms.py:63 +msgid "Page image" +msgstr "Imagem da página" + +#: forms.py:73 forms.py:270 +msgid "Contents" +msgstr "Conteúdos" + +#: forms.py:109 +msgid "Page" +msgstr "Página" + +#: forms.py:121 +msgid "Details" +msgstr "Detalhes" + +#: forms.py:126 +msgid "Click on the image for full size preview" +msgstr "Clique na imagem para visualizar em tamanho completo" + +#: forms.py:136 +#, python-format +msgid "Document pages (%s)" +msgstr "Páginas do documento (%s)" + +#: forms.py:162 +msgid "Use the new version filename as the document filename" +msgstr "" + +#: forms.py:178 +msgid "Quick document rename" +msgstr "Renomear documento rápido" + +#: forms.py:185 +msgid "Version update" +msgstr "Versão de atualização" + +#: forms.py:190 +msgid "Release level" +msgstr "" + +#: forms.py:196 +msgid "Release level serial" +msgstr "" + +#: forms.py:204 +msgid "Comment" +msgstr "Comentário" + +#: forms.py:210 +msgid "New document filename" +msgstr "Novo nome de arquivo" + +#: forms.py:288 +msgid "Page range" +msgstr "Intervalo de páginas" + +#: forms.py:318 +msgid "Compress" +msgstr "" + +#: forms.py:318 +msgid "" +"Download the document in the original format or in a compressed manner. " +"This option is selectable only when downloading one document, for multiple " +"documents, the bundle will always be downloads as a compressed file." +msgstr "" + +#: literals.py:10 +msgid "Document creation" +msgstr "Criação de documentos" + +#: literals.py:11 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." + +#: literals.py:12 +#, python-format +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." + +#: literals.py:18 +msgid "Document edited" +msgstr "Documento editado" + +#: literals.py:19 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." + +#: literals.py:20 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Documento \"%(content_object)s\" foi editado em %(datetime)s por %(fullname)s. As seguintes alterações foram realizadas: %(changes)s." + +#: literals.py:29 +msgid "Document deleted" +msgstr "Documento excluído" + +#: literals.py:30 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Documento \"%(document)s\" deletado por %(fullname)s." + +#: literals.py:31 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(document)s\" deletado em %(datetime)s por %(fullname)s." + +#: literals.py:42 +msgid "final" +msgstr "" + +#: literals.py:43 +msgid "alpha" +msgstr "" + +#: literals.py:44 +msgid "beta" +msgstr "" + +#: literals.py:45 +msgid "release candidate" +msgstr "" + +#: literals.py:46 +msgid "hotfix" +msgstr "" + +#: models.py:62 +msgid "name" +msgstr "nome" + +#: models.py:68 models.py:78 models.py:543 views.py:1068 views.py:1097 +#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 +msgid "document type" +msgstr "tipo de documento" + +#: models.py:69 +msgid "documents types" +msgstr "tipos de documentos" + +#: models.py:79 +msgid "description" +msgstr "descrição" + +#: models.py:80 +msgid "added" +msgstr "adicionado" + +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:227 +#: views.py:351 +msgid "document" +msgstr "documento" + +#: models.py:295 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "" + +#: models.py:296 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "" + +#: models.py:297 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "" + +#: models.py:309 +msgid "mayor" +msgstr "" + +#: models.py:310 +msgid "minor" +msgstr "" + +#: models.py:311 +msgid "micro" +msgstr "" + +#: models.py:312 +msgid "release level" +msgstr "" + +#: models.py:313 +msgid "serial" +msgstr "" + +#: models.py:314 +msgid "timestamp" +msgstr "" + +#: models.py:315 views.py:1357 +msgid "comment" +msgstr "comentário" + +#: models.py:318 +msgid "file" +msgstr "arquivo" + +#: models.py:322 +msgid "checksum" +msgstr "verificações" + +#: models.py:326 models.py:327 models.py:560 +msgid "document version" +msgstr "versão do documento" + +#: models.py:419 +msgid "" +"This document's file format is not known, the page count has therefore " +"defaulted to 1." +msgstr "Este formato de arquivo não é conhecida, a contagem de página, portanto, tem o padrão 1." + +#: models.py:544 views.py:1353 +msgid "filename" +msgstr "nome do arquivo" + +#: models.py:545 views.py:1181 +msgid "enabled" +msgstr "habilitado" + +#: models.py:552 +msgid "document type quick rename filename" +msgstr "tipo de documento renomear rápido" + +#: models.py:553 +msgid "document types quick rename filenames" +msgstr "tipos de documentos renomear rápido" + +#: models.py:561 +msgid "content" +msgstr "conteúdo" + +#: models.py:562 +msgid "page label" +msgstr "etiqueta da página" + +#: models.py:563 +msgid "page number" +msgstr "número da página" + +#: models.py:566 +#, python-format +msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" +msgstr "Pagina %(page_num)d de %(total_pages)d em %(document)s" + +#: models.py:574 models.py:620 +msgid "document page" +msgstr "página do documento" + +#: models.py:575 +msgid "document pages" +msgstr "páginas do documento" + +#: models.py:595 +msgid "Enter a valid value." +msgstr "Digite um valor válido." + +#: models.py:621 views.py:449 +msgid "order" +msgstr "ordem" + +#: models.py:622 views.py:450 views.py:511 views.py:542 +msgid "transformation" +msgstr "transformação" + +#: models.py:623 views.py:451 +msgid "arguments" +msgstr "argumentos" + +#: models.py:623 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Use dicionários para identificar os argumentos, exemplo: %s" + +#: models.py:631 +msgid "document page transformation" +msgstr "página de transformações do documento" + +#: models.py:632 +msgid "document page transformations" +msgstr "Página de transformações de documentos" + +#: models.py:657 +msgid "user" +msgstr "usuário" + +#: models.py:659 +msgid "accessed" +msgstr "acessado" + +#: models.py:668 +msgid "recent document" +msgstr "documento recente" + +#: models.py:674 +msgid "Document type" +msgstr "Tipo de documento" + +#: models.py:675 +msgid "MIME type" +msgstr "Tipo MIME" + +#: models.py:676 views.py:132 +msgid "Filename" +msgstr "Nome do arquivo" + +#: models.py:677 +msgid "Metadata value" +msgstr "Valor de metadados" + +#: models.py:678 +msgid "Content" +msgstr "Conteúdo" + +#: models.py:679 +msgid "Description" +msgstr "Descrição" + +#: models.py:680 +msgid "Tags" +msgstr "Tags" + +#: models.py:681 +msgid "Comments" +msgstr "Comentários" + +#: permissions.py:9 +msgid "Create documents" +msgstr "Criar documentos" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "Editar propriedades de documento" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "Editar documentos" + +#: permissions.py:12 +msgid "View documents" +msgstr "Ver documentos" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "Excluir documentos" + +#: permissions.py:14 views.py:408 +msgid "Download documents" +msgstr "Baixar documentos" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "Transformar documentos" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "Execute as ferramentas de modificação de documento" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "Reverter documentos para uma versão anterior" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "Criar novas versões de documentos" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "Configuração de documentos" + +#: permissions.py:22 +msgid "View document types" +msgstr "Ver tipos de documentos" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "Editar tipos de documentos" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "Excluir tipos de documentos" + +#: permissions.py:25 +msgid "Create document types" +msgstr "Criar tipos de documentos" + +#: statistics.py:44 +#, python-format +msgid "Document types: %d" +msgstr "Tipos de documentos: %d" + +#: statistics.py:45 +#, python-format +msgid "Documents in database: %d" +msgstr "Documentos no banco de dados: %d" + +#: statistics.py:50 +#, python-format +msgid "Documents in storage: %d" +msgstr "Documentos no armazenamento: %d" + +#: statistics.py:52 +#, python-format +msgid "" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" + +#: statistics.py:63 +#, python-format +msgid "Document pages in database: %d" +msgstr "Páginas do documento no banco de dados: %d" + +#: statistics.py:64 +#, python-format +msgid "Minimum amount of pages per document: %d" +msgstr "" + +#: statistics.py:65 +#, python-format +msgid "Maximum amount of pages per document: %d" +msgstr "" + +#: statistics.py:66 +#, python-format +msgid "Average amount of pages per document: %f" +msgstr "" + +#: statistics.py:71 +msgid "Document statistics" +msgstr "Estatísticas do documento" + +#: views.py:133 +msgid "File mimetype" +msgstr "Mimetype do arquivo" + +#: views.py:133 views.py:134 +msgid "None" +msgstr "" + +#: views.py:134 +msgid "File mime encoding" +msgstr "Codificação MIME do arquivo" + +#: views.py:135 +msgid "File size" +msgstr "Tamanho do arquivo" + +#: views.py:136 +msgid "Exists in storage" +msgstr "Existe no armazenamento" + +#: views.py:137 +msgid "File path in storage" +msgstr "Caminho do arquivo no armazenamento" + +#: views.py:138 +msgid "Date added" +msgstr "Data de adição" + +#: views.py:139 +msgid "Time added" +msgstr "Horario de adição" + +#: views.py:140 +msgid "Checksum" +msgstr "Verificação" + +#: views.py:141 +msgid "UUID" +msgstr "UUID" + +#: views.py:142 +msgid "Pages" +msgstr "Páginas" + +#: views.py:151 +#, python-format +msgid "document properties for: %s" +msgstr "propriedades de documento para: %s" + +#: views.py:173 +msgid "document data" +msgstr "dados do documento" + +#: views.py:197 views.py:646 +msgid "Must provide at least one document." +msgstr "Deve fornecer pelo menos um documento." + +#: views.py:218 +msgid "Document deleted successfully." +msgstr "Documento removido com sucesso." + +#: views.py:220 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "Erro ao excluir documento %(document)s: %(error)s" + +#: views.py:235 +#, python-format +msgid "Are you sure you wish to delete the document: %s?" +msgstr "Tem certeza de que deseja excluir o documento: %s?" + +#: views.py:237 +#, python-format +msgid "Are you sure you wish to delete the documents: %s?" +msgstr "Tem certeza de que deseja excluir os documentos: %s?" + +#: views.py:276 +#, python-format +msgid "Document \"%s\" edited successfully." +msgstr "Documento \"%s\", editado com sucesso." + +#: views.py:342 +msgid "documents to be downloaded" +msgstr "documentos a serem baixados" + +#: views.py:352 views.py:1337 +msgid "version" +msgstr "versão" + +#: views.py:409 +msgid "Download" +msgstr "Baixar" + +#: views.py:411 +msgid "Return" +msgstr "Voltar" + +#: views.py:445 +#, python-format +msgid "transformations for: %s" +msgstr "transformações para: %s" + +#: views.py:472 +msgid "Document page transformation created successfully." +msgstr "Transformação para página do documento criada com sucesso." + +#: views.py:481 +#, python-format +msgid "Create new transformation for page: %(page)s of document: %(document)s" +msgstr "Criar nova transformação para página: %(page)s do documento: %(document)s" + +#: views.py:500 +msgid "Document page transformation edited successfully." +msgstr "Transformação para página do documento editada com sucesso." + +#: views.py:513 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +msgstr "Editar transformação \"%(transformation)s\" para: %(document_page)s " + +#: views.py:533 +msgid "Document page transformation deleted successfully." +msgstr "Transformação para página do documento excluida com sucesso." + +#: views.py:544 +#, python-format +msgid "" +"Are you sure you wish to delete transformation \"%(transformation)s\" for: " +"%(document_page)s" +msgstr "Tem certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " + +#: views.py:562 +#, python-format +msgid "duplicates of: %s" +msgstr "duplicatas de: %s" + +#: views.py:574 +msgid "Are you sure you wish to find all duplicates?" +msgstr "Tem certeza de que deseja encontrar todas as duplicatas?" + +#: views.py:575 views.py:633 views.py:701 +msgid "On large databases this operation may take some time to execute." +msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." + +#: views.py:598 +msgid "duplicated documents" +msgstr "documentos duplicados" + +#: views.py:624 +#, python-format +msgid "" +"Page count update complete. Documents processed: %(total)d, documents with " +"changed page count: %(change)d" +msgstr "" + +#: views.py:632 +#, python-format +msgid "" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "" + +#: views.py:664 +#, python-format +msgid "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "Todas as transformações de página para o documento: %s, foram excluídas com sucesso." + +#: views.py:666 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "Erro ao excluir as transformações de página para o documento: %(document)s; %(error)s ." + +#: views.py:672 +msgid "document transformation" +msgstr "transformação de documento" + +#: views.py:681 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "Tem certeza de que deseja limpar todas as transformações de página para o documento: %s?" + +#: views.py:683 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr "Tem certeza de que deseja limpar todas as transformações de página para os documentos: %s?" + +#: views.py:711 +msgid "missing documents" +msgstr "documentos em falta" + +#: views.py:727 views.py:769 +#, python-format +msgid "details for: %s" +msgstr "detalhes para: %s" + +#: views.py:788 +msgid "Document page edited successfully." +msgstr "Página do documento editado com sucesso." + +#: views.py:797 +#, python-format +msgid "edit: %s" +msgstr "editar: %s" + +#: views.py:814 +msgid "There are no more pages in this document" +msgstr "Não há mais páginas neste documento" + +#: views.py:832 +msgid "You are already at the first page of this document" +msgstr "Você já está na primeira página deste documento" + +#: views.py:993 +#, python-format +msgid "print: %s" +msgstr "imprimir: %s" + +#: views.py:1066 +#, python-format +msgid "documents of type \"%s\"" +msgstr "documentos do tipo \"%s\"" + +#: views.py:1086 +msgid "Document type edited successfully" +msgstr "Tipo de documento editado com sucesso" + +#: views.py:1089 +#, python-format +msgid "Error editing document type; %s" +msgstr "Erro ao editar tipo de documento; %s" + +#: views.py:1094 +#, python-format +msgid "edit document type: %s" +msgstr "editar tipo de documento: %s" + +#: views.py:1118 +#, python-format +msgid "Document type: %s deleted successfully." +msgstr "Tipo de documento: %s apagado com sucesso." + +#: views.py:1120 +#, python-format +msgid "Document type: %(document_type)s delete error: %(error)s" +msgstr "Tipo de documento: %(document_type)s erro ao excluir: %(error)s " + +#: views.py:1135 +#, python-format +msgid "Are you sure you wish to delete the document type: %s?" +msgstr "Tem certeza de que deseja excluir o tipo de documento: %s?" + +#: views.py:1136 +msgid "" +"The document type of all documents using this document type will be set to " +"none." +msgstr "O tipo de documento de todos os documentos usando este tipo de documento será definido como \"nenhum\"." + +#: views.py:1152 +msgid "Document type created successfully" +msgstr "Tipo de documento criado com sucesso" + +#: views.py:1155 +#, python-format +msgid "Error creating document type; %(error)s" +msgstr "Erro ao criar tipo de documento; %(error)s " + +#: views.py:1173 +#, python-format +msgid "filenames for document type: %s" +msgstr "nomes de arquivos para o tipo de documento: %s" + +#: views.py:1204 +msgid "Document type filename edited successfully" +msgstr "Nome de arquivo para tipo de documento editado com sucesso" + +#: views.py:1207 +#, python-format +msgid "Error editing document type filename; %s" +msgstr "Erro ao editar nome de arquivo do tipo de documento: %s" + +#: views.py:1212 +#, python-format +msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" +msgstr "Editar nome de arquivo \"%(filename)s\" do tipo de documento \"%(document_type)s\"" + +#: views.py:1221 views.py:1247 views.py:1255 +msgid "document type filename" +msgstr "nome de arquivo do tipo de documento" + +#: views.py:1239 +#, python-format +msgid "Document type filename: %s deleted successfully." +msgstr "Nome de arquivo do tipo de documento: %s excluido com sucesso." + +#: views.py:1241 +#, python-format +msgid "" +"Document type filename: %(document_type_filename)s delete error: %(error)s" +msgstr "Nome de arquivo do tipo de documento: %(document_type_filename)s erro ao excluir: %(error)s" + +#: views.py:1257 +#, python-format +msgid "" +"Are you sure you wish to delete the filename: %(filename)s, from document " +"type \"%(document_type)s\"?" +msgstr "Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do tipo de documento \" %(document_type)s \"?" + +#: views.py:1282 +msgid "Document type filename created successfully" +msgstr "Nome de arquivo do tipo de documento criado com sucesso" + +#: views.py:1285 +#, python-format +msgid "Error creating document type filename; %(error)s" +msgstr "Erro ao criar nome de arquivo do tipo de documento; %(error)s" + +#: views.py:1291 +#, python-format +msgid "create filename for document type: %s" +msgstr "criar nome de arquivo para o tipo de documento: %s" + +#: views.py:1306 +msgid "Document image cache cleared successfully" +msgstr "" + +#: views.py:1308 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "" + +#: views.py:1314 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "" + +#: views.py:1331 +#, python-format +msgid "versions for document: %s" +msgstr "versões para o documento: %s" + +#: views.py:1341 +msgid "time and date" +msgstr "" + +#: views.py:1345 +msgid "mimetype" +msgstr "" + +#: views.py:1349 +msgid "encoding" +msgstr "" + +#: views.py:1380 +msgid "Document version reverted successfully" +msgstr "Versão do documento revertidos com sucesso" + +#: views.py:1382 +#, python-format +msgid "Error reverting document version; %s" +msgstr "Erro ao reverter versão do documento; %s" + +#: views.py:1389 +msgid "Are you sure you wish to revert to this version?" +msgstr "" + +#: views.py:1390 +msgid "All later version after this one will be deleted too." +msgstr "" + +#: widgets.py:25 +msgid "document page image" +msgstr "" + +#: wizards.py:36 +msgid "step 1 of 3: Document type" +msgstr "passo 1 de 3: Tipo de documento" + +#: wizards.py:37 +msgid "step 2 of 3: Metadata selection" +msgstr "passo 2 de 3: seleção de Metadados" + +#: wizards.py:38 +msgid "step 3 of 3: Document metadata" +msgstr "passo 3 de 3: Metadados do documento" + +#: wizards.py:46 +msgid "Next step" +msgstr "Próximo passo" + +#: conf/settings.py:38 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Número máximo de documentos recentes (criado, editado, visualizado) à ser lembrado, por usuário." + +#: conf/settings.py:39 +msgid "Amount in percent zoom in or out a document page per user interaction." +msgstr "Quantidade em porcentagem de zoom em uma página ou documento por interação do usuário." + +#: conf/settings.py:40 +msgid "" +"Maximum amount in percent (%) to allow user to zoom in a document page " +"interactively." +msgstr "Valor máximo em porcentagem (%) para permitir ao usuário aumentar o zoom em uma página do documento de forma interativa." + +#: conf/settings.py:41 +msgid "" +"Minimum amount in percent (%) to allow user to zoom out a document page " +"interactively." +msgstr "Valor mínimo em porcentagem (%) para permitir ao usuário diminuir o zoom em uma página do documento de forma interativa." + +#: conf/settings.py:42 +msgid "Amount in degrees to rotate a document page per user interaction." +msgstr "Valor em graus para girar uma página do documento por interação do usuário." + +#: templates/document_types_help.html:3 +msgid "What are document types?" +msgstr "O que são os tipos de documentos?" + +#: templates/document_types_help.html:4 +msgid "" +"Document types define a class that represents a broard group of documents, " +"such as: invoices, regulations or manuals. The advantage of using document " +"types are: assigning a list of typical filenames for quick renaming during " +"creation, as well as assigning default metadata types and sets to it." +msgstr "Tipos de documentos definir uma classe que representa um grupo de documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de usar os tipos de documentos são: a atribuição de uma lista de nomes típicos para renomear rápidamente durante a criação, bem como atribuir tipos de padrão de metadados e conjuntos para ele." + +#: templates/recent_document_list_help.html:3 +msgid "What are recent documents?" +msgstr "O que são os documentos recentes?" + +#: templates/recent_document_list_help.html:4 +#, python-format +msgid "" +"Here you will find the latest %(recent_count)s documents you have either " +"created or edited in any way." +msgstr "Aqui você encontrará os últimos %(recent_count)s documentos que você tenha criado ou editado de alguma maneira." diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.mo b/apps/documents/locale/ru/LC_MESSAGES/django.mo index 89bbc1e95124b5fe8e6721001f0ecf47a49eab05..7699322c8175d17d0c597218a40463baef361f5a 100644 GIT binary patch delta 40 wcmex(k@4e2#tnxISuCv#j3ys5RNyc+P%yBtGB%j}&ajd>IX`!EmQlMI07FX-wg3PC delta 40 wcmex(k@4e2#tnxISuCs!EG8c_RNyc)S1>ZNGBld}&ajd>FSTTImQlMI07NMc!~g&Q diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.po b/apps/documents/locale/ru/LC_MESSAGES/django.po index fe8c275a82..ef4d1175d8 100644 --- a/apps/documents/locale/ru/LC_MESSAGES/django.po +++ b/apps/documents/locale/ru/LC_MESSAGES/django.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" -"PO-Revision-Date: 2012-06-17 22:12+0000\n" +"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"PO-Revision-Date: 2012-06-30 08:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo index a6fcc6ea6dec0f3f1a78a806993d917f0e2acec9..29e7ab1017b8f80b044a2f8a2fe41cc3f00de723 100644 GIT binary patch delta 15 WcmX>ka7bW-Ju7o^e(qu?R%QS!0R+eZ delta 15 WcmX>ka7bW-Ju7owYRO_JR%QS!H3ZNA diff --git a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po index 2b584a91f8..7e5840fa97 100644 --- a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2012-04-20 18:24+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po index 51550d92d8..57df20522d 100644 --- a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,77 +17,80 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:5 +#: __init__.py:22 msgid "search" msgstr "" -#: __init__.py:6 views.py:72 +#: __init__.py:23 msgid "advanced search" msgstr "" -#: __init__.py:7 +#: __init__.py:24 msgid "search again" msgstr "" -#: forms.py:8 -msgid "Search terms" -msgstr "" - -#: models.py:20 -msgid "user" +#: __init__.py:64 +msgid "Update the search index with the most recent modified documents." msgstr "" #: models.py:21 -msgid "query" +msgid "user" msgstr "" #: models.py:22 -msgid "datetime created" +msgid "query" msgstr "" #: models.py:23 +msgid "datetime created" +msgstr "" + +#: models.py:24 msgid "hits" msgstr "" -#: models.py:61 +#: models.py:55 msgid "recent search" msgstr "" -#: models.py:62 +#: models.py:56 msgid "recent searches" msgstr "" -#: views.py:33 -#, python-format -msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: models.py:64 +msgid "date time" msgstr "" -#: views.py:37 -msgid "results" +#: models.py:79 +msgid "indexable object" msgstr "" -#: views.py:56 -#, python-format -msgid "Search error: %s" +#: models.py:80 +msgid "indexable objects" msgstr "" -#: views.py:60 -msgid "type" -msgstr "" - -#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 -#: templatetags/search_tags.py:20 +#: views.py:41 views.py:43 templatetags/search_tags.py:22 +#: templatetags/search_tags.py:23 msgid "Search" msgstr "" -#: conf/settings.py:12 -msgid "Maximum amount search hits to fetch and display." +#: views.py:45 +#, python-format +msgid "results for: %s" msgstr "" -#: conf/settings.py:13 +#: conf/settings.py:7 +msgid "Searching" +msgstr "" + +#: conf/settings.py:14 msgid "Maximum number of search queries to remember per user." msgstr "" +#: conf/settings.py:22 +msgid "Interval in second on which to trigger the search index update." +msgstr "" + #: templates/search_help.html:3 msgid "Help" msgstr "" @@ -99,16 +102,21 @@ msgid "" "%(search_results_limit)s results will be available." msgstr "" -#: templates/search_results.html:3 +#: templates/search_results.html:3 templates/search/search.html:4 msgid "Search results" msgstr "" -#: templates/search_results.html:19 +#: templates/search_results.html:20 #, python-format msgid "Elapsed time: %(time_delta)s seconds" msgstr "" -#: templatetags/search_tags.py:33 +#: templates/search/search.html:22 +#, python-format +msgid "Elapsed time: %(elapsed_time)s seconds" +msgstr "" + +#: templatetags/search_tags.py:36 #, python-format msgid "recent searches (maximum of %d)" msgstr "" diff --git a/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo index 200066a8b84a833599021ef6e6e59ea95b05ff71..86dce7b816da84c3282e5ebec801732ce147c3cc 100644 GIT binary patch delta 16 XcmdlXxI=J*H!E{;e(q*J)+}ZKF^&aD delta 16 XcmdlXxI=J*H!E{qYRP6l)+}ZKG0Fu{ diff --git a/apps/dynamic_search/locale/es/LC_MESSAGES/django.po b/apps/dynamic_search/locale/es/LC_MESSAGES/django.po index 3280ab34b4..fa0f17208a 100644 --- a/apps/dynamic_search/locale/es/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2011-11-04 17:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo index 57c7dd6c1ce7aa9d2515922ade32a55b8b050f0f..b84185a03b20f33a914644af6749a04a97da7d7a 100644 GIT binary patch delta 16 XcmdlWut8vhG%Is*e(q*DRv~5pEdm67 delta 16 XcmdlWut8vhG%IsnYRP6fRv~5pEj|Q> diff --git a/apps/dynamic_search/locale/it/LC_MESSAGES/django.po b/apps/dynamic_search/locale/it/LC_MESSAGES/django.po index 3405f711dd..0866ccbc01 100644 --- a/apps/dynamic_search/locale/it/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2012-06-08 07:42+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo index 0c6e90bbce2879a65aa2e4758623cc9ca13bf3ee..373e36320323cb41cf30c9e332bb48089684d5a4 100644 GIT binary patch delta 16 XcmX@abBJfdTW03u{M^kSn1h%AJ7ETS delta 16 XcmX@abBJfdTW03G)RN5~n1h%AJDmoB diff --git a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po index 94cc833d36..9361285473 100644 --- a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2012-02-21 15:21+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo index bd58d0b9aad92e92778af6e3578501d1e4ad7144..c12e002776339eb0b7ac3de2e8754b138271fefb 100644 GIT binary patch delta 16 XcmZn^Y!uvJ%*vdcpS#(N)tearDRu;l delta 16 XcmZn^Y!uvJ%*vdXTC&-U)tearDY68U diff --git a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po index abbf94a377..6748fb4693 100644 --- a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2011-11-03 02:32+0000\n" "Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..65409491661c21c322a731bd316b9911a5bb1c1e GIT binary patch literal 2206 zcmai!yN?`25XKuY*k0bYd5T8~VQE)pX7}!peHuT6A9vV@!{_q>63MA|rf;{8ndxzN z&#u=ZAt53FAqRvO5)OcX5YiPQa)yWyDFOch5ns*B?wyS+T08rj?&<2P`ntRRJhbno zKzk0)OL%_6^D3UtAHW~lfd_?n9Xtq*!4TXBehc=%@4(~WAK)Y4;fI8H3VacK0z3vj z21ekM;M>jj4?$jM2tEvE;NzeJdETcW$MGe&AN&zq1%CqB4;%Bk`$1mkNW&MvzY+T@ zU>oBtO#TX70@=^6;3@D9xXRzL_yO<=cm(_id=@m|A@H+?UxUx1|2>GG_yvD#cL(Hr ze+PN~U*K!tKVS=d8I#@t+aS+(_&W@K0&?76G~+ixmi!q!ycetm$IFd%d>Ri@ue9O3 zxgiAs*{cTgd4uaJCLZ8i*bg_3k9~7ooGZ6S@f_rrl~fi^CFFIcB0Ab;ZY3)9vg639 z*yM>5E4f#e{7_M%oVJ+ml(g}XK30>lu?f#Cq?I0D`V(@6j8#ZJu5Grg za%Jk>R;n}Y;iT!)Sf?rV70Hp*sqCjJ6c<%mh&6d#XJtk*GiB~)o`>2y@`kpRM;tOw zDABG+Rk9qp#*Co)~(r5u@5dK!3WAZ zZSsiLaBqHcGf{jltZvB|pDIBB)9-HdI! z+PPA>*81hm;5^HNWrGV)DWb*R!eY=n9xR-oh2^NX9Q5Ao^)NBmP$SLm@0xca=q*xj zDOy@M)&UPiAYMi7b5`EaX@}ZPisSJ(^z2V>tLs&!MJ<@?7Im(HN;20?nMP@LT<6Dh8gGWR->iE7rA zgaYIo?6@k?p7{Eui=`z@G!9#cYyaN#=SB(#VF|AbgW6N8DgFhR3VbI3 literal 0 HcmV?d00001 diff --git a/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..6c61582afe --- /dev/null +++ b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,115 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:5 +msgid "search" +msgstr "pesquisa" + +#: __init__.py:6 views.py:72 +msgid "advanced search" +msgstr "pesquisa avançada" + +#: __init__.py:7 +msgid "search again" +msgstr "pesquisar novamente" + +#: forms.py:8 +msgid "Search terms" +msgstr "Termos de pesquisa" + +#: models.py:20 +msgid "user" +msgstr "usuário" + +#: models.py:21 +msgid "query" +msgstr "pergunta" + +#: models.py:22 +msgid "datetime created" +msgstr "Data e hora da criação" + +#: models.py:23 +msgid "hits" +msgstr "visitas" + +#: models.py:61 +msgid "recent search" +msgstr "pesquisa recente" + +#: models.py:62 +msgid "recent searches" +msgstr "pesquisas recentes" + +#: views.py:33 +#, python-format +msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" +msgstr "resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )" + +#: views.py:37 +msgid "results" +msgstr "resultados" + +#: views.py:56 +#, python-format +msgid "Search error: %s" +msgstr "Erro de pesquisa: %s" + +#: views.py:60 +msgid "type" +msgstr "tipo" + +#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 +#: templatetags/search_tags.py:20 +msgid "Search" +msgstr "Pesquisa" + +#: conf/settings.py:12 +msgid "Maximum amount search hits to fetch and display." +msgstr "Quantidade máxima acessos para a pesquisa buscar e mostrar." + +#: conf/settings.py:13 +msgid "Maximum number of search queries to remember per user." +msgstr "Número máximo de consultas de pesquisa para se lembrar por usuário." + +#: templates/search_help.html:3 +msgid "Help" +msgstr "Ajuda" + +#: templates/search_help.html:4 +#, python-format +msgid "" +"Enter the desired search keywords separated by space. Only the top " +"%(search_results_limit)s results will be available." +msgstr "Digite as palavras-chave da pesquisa desejada separadas por um espaço. Apenas o máximo %(search_results_limit)s resultados estarão disponíveis." + +#: templates/search_results.html:3 +msgid "Search results" +msgstr "Resultados da pesquisa" + +#: templates/search_results.html:19 +#, python-format +msgid "Elapsed time: %(time_delta)s seconds" +msgstr "Tempo decorrido: %(time_delta)s segundos" + +#: templatetags/search_tags.py:33 +#, python-format +msgid "recent searches (maximum of %d)" +msgstr "pesquisas recentes (maximum of %d)" diff --git a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo index 92eb9015c9819f4a584d904219236c1b7438dcaf..af8a1e06ca47c5c2dfbe2c8cafeaa9c023efa411 100644 GIT binary patch delta 16 Xcmca1azkW;IxBN>e(q*1Ry|e#GY|y~ delta 16 Xcmca1azkW;IxBNtYRP6TRy|e#GfV{( diff --git a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po index dfe2d79e86..d1f6b25a76 100644 --- a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:08-0400\n" "PO-Revision-Date: 2011-11-03 22:40+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/folders/locale/de_DE/LC_MESSAGES/django.mo b/apps/folders/locale/de_DE/LC_MESSAGES/django.mo index 29af7107bd47cab6f0cb5f8fdfb11dc12336e742..23f8c37d55f7c1d347ae5496ee2c516a902a0f2f 100644 GIT binary patch delta 15 WcmeBR>0sI5!N{DPpF7!`aW4QRGz9Pf delta 15 WcmeBR>0sI5!N{DKS~A(2aW4QRXax8G diff --git a/apps/folders/locale/de_DE/LC_MESSAGES/django.po b/apps/folders/locale/de_DE/LC_MESSAGES/django.po index 32613d82ef..10d30dfed5 100644 --- a/apps/folders/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/folders/locale/de_DE/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-09-30 04:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/folders/locale/en/LC_MESSAGES/django.po b/apps/folders/locale/en/LC_MESSAGES/django.po index c1fe69aec8..ace54ac969 100644 --- a/apps/folders/locale/en/LC_MESSAGES/django.po +++ b/apps/folders/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,46 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:18 -msgid "folder list" -msgstr "" - -#: __init__.py:19 views.py:77 -msgid "create folder" -msgstr "" - -#: __init__.py:20 -msgid "edit" -msgstr "" - -#: __init__.py:21 -msgid "delete" -msgstr "" - -#: __init__.py:22 -msgid "remove from folder" -msgstr "" - -#: __init__.py:23 -msgid "folder documents" -msgstr "" - -#: __init__.py:24 -msgid "add to a folder" -msgstr "" - -#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 +#: __init__.py:25 links.py:21 models.py:43 views.py:34 msgid "folders" msgstr "" -#: __init__.py:27 -msgid "ACLs" -msgstr "" - #: forms.py:38 msgid "Folder" msgstr "" +#: links.py:14 +msgid "folder list" +msgstr "" + +#: links.py:15 views.py:76 +msgid "create folder" +msgstr "" + +#: links.py:16 +msgid "edit" +msgstr "" + +#: links.py:17 +msgid "delete" +msgstr "" + +#: links.py:18 +msgid "remove from folder" +msgstr "" + +#: links.py:19 +msgid "folder documents" +msgstr "" + +#: links.py:20 +msgid "add to a folder" +msgstr "" + +#: links.py:23 +msgid "ACLs" +msgstr "" + #: models.py:11 msgid "title" msgstr "" @@ -69,7 +69,7 @@ msgstr "" msgid "datetime created" msgstr "" -#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 +#: models.py:42 models.py:47 views.py:107 views.py:136 views.py:161 msgid "folder" msgstr "" @@ -77,7 +77,7 @@ msgstr "" msgid "document" msgstr "" -#: models.py:54 views.py:261 +#: models.py:54 views.py:260 msgid "folder document" msgstr "" @@ -113,99 +113,99 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:37 +#: views.py:36 msgid "created" msgstr "" -#: views.py:38 +#: views.py:37 msgid "documents" msgstr "" -#: views.py:69 +#: views.py:68 msgid "Folder created successfully" msgstr "" -#: views.py:72 +#: views.py:71 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:97 +#: views.py:96 msgid "Folder edited successfully" msgstr "" -#: views.py:100 +#: views.py:99 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:105 +#: views.py:104 #, python-format msgid "edit folder: %s" msgstr "" -#: views.py:129 +#: views.py:128 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:131 +#: views.py:130 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:142 +#: views.py:141 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:168 +#: views.py:167 #, python-format msgid "documents in folder: %s" msgstr "" -#: views.py:188 +#: views.py:187 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:191 +#: views.py:190 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:199 +#: views.py:198 #, python-format msgid "add document \"%s\" to a folder" msgstr "" -#: views.py:219 +#: views.py:218 #, python-format msgid "folders containing: %s" msgstr "" -#: views.py:235 +#: views.py:234 msgid "Must provide at least one folder document." msgstr "" -#: views.py:253 +#: views.py:252 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:255 +#: views.py:254 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:269 +#: views.py:268 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:272 +#: views.py:271 #, python-format msgid "" "Are you sure you wish to remove the documents: %(documents)s from the folder " diff --git a/apps/folders/locale/es/LC_MESSAGES/django.mo b/apps/folders/locale/es/LC_MESSAGES/django.mo index 5f529c09ce18ac449552b25c3d9925d9b76ad9b4..99e4c3a365c6e847fb6f40fd84e24dd38158a97c 100644 GIT binary patch delta 16 XcmeyX{8xFy9WLhN{M^m=x#ZXZL&yf& delta 16 XcmeyX{8xFy9WLg))RN8jx#ZXZL<9!n diff --git a/apps/folders/locale/es/LC_MESSAGES/django.po b/apps/folders/locale/es/LC_MESSAGES/django.po index f4bbddff0e..78669d9805 100644 --- a/apps/folders/locale/es/LC_MESSAGES/django.po +++ b/apps/folders/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-04 02:35+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/folders/locale/it/LC_MESSAGES/django.mo b/apps/folders/locale/it/LC_MESSAGES/django.mo index b8498c99c60e2ec12f93f851dc5015a71a1c9d49..201daa74a4719ecbd7129cbf2c96d44c007e7387 100644 GIT binary patch delta 16 XcmX@Ed|Y|M8ZPGK{M^m!xg^*DI+z9s delta 16 XcmX@Ed|Y|M8ZPF%)RN8Xxg^*DI@AUb diff --git a/apps/folders/locale/it/LC_MESSAGES/django.po b/apps/folders/locale/it/LC_MESSAGES/django.po index f26fc77798..1f4f17af47 100644 --- a/apps/folders/locale/it/LC_MESSAGES/django.po +++ b/apps/folders/locale/it/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-08 07:45+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/folders/locale/pl/LC_MESSAGES/django.mo b/apps/folders/locale/pl/LC_MESSAGES/django.mo index 86ce9635e7713224a931fb473de3ea1c04a1db4d..463d6d1071ea4c316665045efebcff1fbb5507ed 100644 GIT binary patch delta 16 XcmbQmGmB@#TW03u{M^kSn6;PyHem(< delta 16 XcmbQmGmB@#TW03G)RN5~n6;PyHk}3u diff --git a/apps/folders/locale/pl/LC_MESSAGES/django.po b/apps/folders/locale/pl/LC_MESSAGES/django.po index 7232002e5a..59e60a149f 100644 --- a/apps/folders/locale/pl/LC_MESSAGES/django.po +++ b/apps/folders/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-21 15:38+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.mo b/apps/folders/locale/pt/LC_MESSAGES/django.mo index a0ed7d98f52d0e4aaba512e784187ff2e75d9540..e438f67e30d57a220b58771d463ef3f98324a879 100644 GIT binary patch delta 16 XcmZorZcyH^kBd1uKX>y%uKjEPG@%AW delta 16 XcmZorZcyH^kBd1kwPf=_uKjEPG~EVF diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.po b/apps/folders/locale/pt/LC_MESSAGES/django.po index 060388e40d..17289655f7 100644 --- a/apps/folders/locale/pt/LC_MESSAGES/django.po +++ b/apps/folders/locale/pt/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-21 16:47+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo b/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b5ef567bb7c0cb3137559a22581718bc0343980e GIT binary patch literal 4494 zcmbW3UyLM09mk6UJRMLF6%J7Rxq7neUC+$kAsllo$KBpu0=l^Ft%ortq;|SyrZ3%H zV^#J317l($@r}gD1NtH{hMb9s(L@toco^P%P!kfLH2R`O6CZrk2mJo3s(WT`4+C^& z`qN#1e)aoT_3J;~b<0ZvR|o%(nR^6nF*vD!2!J z4g5XGGEUwq#9iRmBQ^L0-oFjD!3lT<{5QA&o_L=ScY;rYEdN;$Ke30~{ouF2`@kQ9 zp96md68IPJD0l=nZf}8~06!1D1zrX}#(cjJ9|kj!`=0~v0AB__2wnp*RQwubJzfVP zTKo>gPy7M54}gCL?*ab-!c=htjV$LV$m8#c?+<`1rw!f)o&#C_7r?v0%OLA>6=Xj> z55g7VMUdsb1pX5-_yNd%e*r=W{3*!(`we&*{112qeERm#{u7Ypz6pL5{400~{4aPK zyZ~b#1$RJ}`*ZLk;F}=({qG>_anpyw`%&;-yc3v!J@Av@2xNP|3v#?)1lg~zgDcSc zk08stA5LKZKLj2JpNj8e5UPt8K$i18kjK9avY&nd!gTQ(*aF`G+3&vvdHml%{KUU- zV}0KO*^jrvc(&&l$Z9XU-h&YA15+~a3t8Ojg8*PQbp2Ht|S_CsiHHQbZm>w zkfU`@#*_@ISg|!yww`3EFH1PqYT8CZE892OHms4BDvQk(=d_71Yo8=GgQQ)#&w)oy zQC6lI6slzI$3tAmDQu6-klrmDtw@`pEVBdYGF?)k+(@Sua)bT##FV!8y-j{~St7$` zHX26h(#foZh8Tyg0`kiT9m&B!^??$z(QM|l$I^`&I2EpBNcck={+SVc%JxN*&k1CB zGmRFG+XXhdIYPL1_B|RNW{a3GBE<%CS)u9-5+Myl9h&CBPM_e^X?|P5`Q>l3jd7WP zMoV$syR92?oQLtbZfksr#OLg*yBlFv#G}riXK_K7xm*bjj@U5zDtw+inI>11v50Dq z*5y9ZY3<_r<<_PeYvYo2JIvDLLN&C>mhREWxpA-48D?%&ZMXZn=ooFK$+YPdJhzis zTPfSx_|jIg%Bcjg$wfG^N2j{Wr;_f&$?_w#e5TiZH0eIn?P6fEsdh46es0_&N%s_W zPxnqQpXlOheG!`_*)p=UxpaKsZ0c=g5Wvl_K0RhaLpv(e9_sQy=IY>yVIi}eb$uLC z%3&pkD%n!9=+Oo&tcK86(c%Ro53+oT7Nd!~ySr`2>tzGA=PkwFWrx|$IM|w~w6L8# zitLQtvlliyORe=M*Vm>VU2b<+i|=!xr)r1E5Ve;MX_(2BN)Z^9mvEn9P5=nRDR#RShd&B zE1ZN;9rha6-3(P%?=)tMwK#09v96nkjFZvRskZE4?>crs*rTY;946EwlwdtAi`R?c zdP@>Mw1e|FI2Xgyn;is zO=~%N?c~SW@3TUdD7${UjFlGFI3;m%e7Taa&3mQk=W>4deDYO&?vR>}k~2pa zCtgfS;ge7cRCWmiN1FYOoWuz4ArZH{XjGj(O^ZDHV7h@qk(b7o`FbHvM&Z2??i`D$ uOy4orWCd6G5Pa{$FfGam, 2011. +# Roberto Rosario , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:18 +msgid "folder list" +msgstr "lista de pastas" + +#: __init__.py:19 views.py:77 +msgid "create folder" +msgstr "criar pasta" + +#: __init__.py:20 +msgid "edit" +msgstr "editar" + +#: __init__.py:21 +msgid "delete" +msgstr "excluir" + +#: __init__.py:22 +msgid "remove from folder" +msgstr "remover da pasta" + +#: __init__.py:23 +msgid "folder documents" +msgstr "pasta de documentos" + +#: __init__.py:24 +msgid "add to a folder" +msgstr "adicionar a uma pasta" + +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 +msgid "folders" +msgstr "pastas" + +#: __init__.py:27 +msgid "ACLs" +msgstr "" + +#: forms.py:38 +msgid "Folder" +msgstr "Pasta" + +#: models.py:11 +msgid "title" +msgstr "título" + +#: models.py:12 +msgid "user" +msgstr "usuário" + +#: models.py:13 +msgid "datetime created" +msgstr "data e hora da criação" + +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 +msgid "folder" +msgstr "pasta" + +#: models.py:48 +msgid "document" +msgstr "documento" + +#: models.py:54 views.py:261 +msgid "folder document" +msgstr "pasta de documento" + +#: models.py:55 +msgid "folders documents" +msgstr "pastas de documentos" + +#: permissions.py:7 +msgid "Folders" +msgstr "Pastas" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "Crie novas pastas" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "Editar novas pastas" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "Excluir novas pastas" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "Remover documentos das pastas" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "Ver as pastas existentes" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "Adicionar documentos para as pastas existentes" + +#: views.py:37 +msgid "created" +msgstr "criado" + +#: views.py:38 +msgid "documents" +msgstr "documentos" + +#: views.py:69 +msgid "Folder created successfully" +msgstr "Pasta criada com sucesso" + +#: views.py:72 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "A pasta com o nome: %s, já existe." + +#: views.py:97 +msgid "Folder edited successfully" +msgstr "Pasta editada com sucesso" + +#: views.py:100 +#, python-format +msgid "Error editing folder; %s" +msgstr "Erro ao editar pasta; %s" + +#: views.py:105 +#, python-format +msgid "edit folder: %s" +msgstr "editar pasta: %s" + +#: views.py:129 +#, python-format +msgid "Folder: %s deleted successfully." +msgstr "Pasta: %s removido com sucesso." + +#: views.py:131 +#, python-format +msgid "Folder: %(folder)s delete error: %(error)s" +msgstr "Pasta: %(folder)s erro ao deletar: %(error)s " + +#: views.py:142 +#, python-format +msgid "Are you sure you with to delete the folder: %s?" +msgstr "Tem certeza de que deseja excluir a pasta: %s?" + +#: views.py:168 +#, python-format +msgid "documents in folder: %s" +msgstr "documentos na pasta: %s" + +#: views.py:188 +#, python-format +msgid "Document: %(document)s added to folder: %(folder)s successfully." +msgstr "Documento: %(document)s adicionados à pasta: %(folder)s com sucesso." + +#: views.py:191 +#, python-format +msgid "Document: %(document)s is already in folder: %(folder)s." +msgstr "Documento: %(document)s já está na pasta: %(folder)s ." + +#: views.py:199 +#, python-format +msgid "add document \"%s\" to a folder" +msgstr "adicionar documento \"%s\" à uma pasta" + +#: views.py:219 +#, python-format +msgid "folders containing: %s" +msgstr "pastas contendo: %s" + +#: views.py:235 +msgid "Must provide at least one folder document." +msgstr "Deve fornecer pelo menos um documento da pasta." + +#: views.py:253 +#, python-format +msgid "Document: %s removed successfully." +msgstr "Documento: %s removido com sucesso." + +#: views.py:255 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "Documento: %(document)s erro ao deletar: %(error)s " + +#: views.py:269 +#, python-format +msgid "" +"Are you sure you wish to remove the document: %(document)s from the folder " +"\"%(folder)s\"?" +msgstr "Tem certeza de que deseja remover o documento: %(document)s da pasta \"%(folder)s\"?" + +#: views.py:272 +#, python-format +msgid "" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "Tem certeza de que deseja remover os documentos: %(documents)s da pasta \"%(folder)s\"?" + +#: templates/folders_help.html:3 +msgid "What are folders?" +msgstr "Quais são as pastas?" + +#: templates/folders_help.html:4 +msgid "" +"These folders can also be described as user folders. They are a way to let " +"individual users create their own document organization methods. Folders " +"created by one user and the documents contained by them don't affect any " +"other user folders or documents." +msgstr "Estas pastas também podem ser descritas como pastas de usuário. Elas são uma maneira de permitir que os usuários individuais criem os seus próprios métodos de organização do documento. Pastas criadas por um usuário e os documentos contidos nelas não afetam todas as pastas de outros usuários ou documentos." + +#: templatetags/folder_tags.py:17 +msgid "Add document to a folder" +msgstr "Adicionar documento à uma pasta" diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.mo b/apps/folders/locale/ru/LC_MESSAGES/django.mo index 000938a008804e425565239b68428df50b778200..829541754ed7530f3a2c88a470ea4196d80ea255 100644 GIT binary patch delta 16 XcmeyO`9*WX4ld^8{M^mExh%N=L4O9S delta 16 XcmeyO`9*WX4ld@r)RN7+xh%N=LAwUB diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.po b/apps/folders/locale/ru/LC_MESSAGES/django.po index 8380e87bc5..2d9d7467cd 100644 --- a/apps/folders/locale/ru/LC_MESSAGES/django.po +++ b/apps/folders/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-03 06:38+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/history/locale/de_DE/LC_MESSAGES/django.mo b/apps/history/locale/de_DE/LC_MESSAGES/django.mo index 7e2fcc8b0a5309f97874e6b26837e651a782ca2f..d1f41ebc7c02b2ec5929dab35d483f91a5c05d4e 100644 GIT binary patch delta 16 YcmZ3;y^wpu9cJd_{M^m=nGZ1n05?Ylf&c&j delta 16 YcmZ3;y^wpu9cJdd)RN8jnGZ1n05^jMiU0rr diff --git a/apps/history/locale/de_DE/LC_MESSAGES/django.po b/apps/history/locale/de_DE/LC_MESSAGES/django.po index 048ffc144c..e248467438 100644 --- a/apps/history/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/history/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/history/locale/en/LC_MESSAGES/django.po b/apps/history/locale/en/LC_MESSAGES/django.po index 84a1395ac3..8ac95832c7 100644 --- a/apps/history/locale/en/LC_MESSAGES/django.po +++ b/apps/history/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,11 +29,11 @@ msgstr "" msgid "summary" msgstr "" -#: links.py:7 models.py:78 +#: links.py:9 models.py:78 msgid "history" msgstr "" -#: links.py:8 +#: links.py:10 msgid "details" msgstr "" diff --git a/apps/history/locale/es/LC_MESSAGES/django.mo b/apps/history/locale/es/LC_MESSAGES/django.mo index ebad02cae9d303fb3abf84bef58165a38d6be708..bb37a98d16669428094575917b8ba4107e2e8b2d 100644 GIT binary patch delta 16 Xcmcb^dxv+!Y8K|?{M^m!SoD|xI&cOF delta 16 Xcmcb^dxv+!Y8K|a)RN8XSoD|xI;;i} diff --git a/apps/history/locale/es/LC_MESSAGES/django.po b/apps/history/locale/es/LC_MESSAGES/django.po index 6ab51da809..0de7c5c3ae 100644 --- a/apps/history/locale/es/LC_MESSAGES/django.po +++ b/apps/history/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:24+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/history/locale/it/LC_MESSAGES/django.mo b/apps/history/locale/it/LC_MESSAGES/django.mo index 55d9b63b3dcbd47b9df83853e082731820247a74..fa00d81ba596fb6a6a977467f28f86d025ff402a 100644 GIT binary patch delta 16 XcmZqWZsp!^nVC5`KX>yr=JkvKGg1a6 delta 16 XcmZqWZsp!^nVC5+wPf=(=JkvKGmZu= diff --git a/apps/history/locale/it/LC_MESSAGES/django.po b/apps/history/locale/it/LC_MESSAGES/django.po index 9684027ebf..c7bb75781b 100644 --- a/apps/history/locale/it/LC_MESSAGES/django.po +++ b/apps/history/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/history/locale/pl/LC_MESSAGES/django.mo b/apps/history/locale/pl/LC_MESSAGES/django.mo index 236d12cb89a62cebd5139b90edd431b486b987d3..95aaa98720d9fe828fa07fd8668865062aa340fb 100644 GIT binary patch delta 16 YcmX@aeTaL*C1&R2{M^k~ncp%306OIc+W-In delta 16 YcmX@aeTaL*C1&Ql)RN6tncp%306QTD;{X5v diff --git a/apps/history/locale/pl/LC_MESSAGES/django.po b/apps/history/locale/pl/LC_MESSAGES/django.po index 4ebae54fd7..87ef124a77 100644 --- a/apps/history/locale/pl/LC_MESSAGES/django.po +++ b/apps/history/locale/pl/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/history/locale/pt/LC_MESSAGES/django.mo b/apps/history/locale/pt/LC_MESSAGES/django.mo index b27b283fed2caf837b836eb3e9b4d96170356d07..1e6ce5920b57a31f6f1f0a911a75fa0e2b8d669a 100644 GIT binary patch delta 16 YcmX@gb(CwvGG^xF{M^kenddM905|OhHUIzs delta 16 YcmX@gb(CwvGG^wy)RN6BnddM905~ZIJ^%m! diff --git a/apps/history/locale/pt/LC_MESSAGES/django.po b/apps/history/locale/pt/LC_MESSAGES/django.po index 6f53ab668f..3a9712095b 100644 --- a/apps/history/locale/pt/LC_MESSAGES/django.po +++ b/apps/history/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/history/locale/pt_BR/LC_MESSAGES/django.mo b/apps/history/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..49ac80ded02a412ebca216fc0f56f5048e442004 GIT binary patch literal 1363 zcmZ9KziSjh6vx-!dj9@_SSSpFkf?LJ7sbSlk&s`gNvNyWBv&_sTUP@~_ zv9PqT7xWKM1D1ki8WF_G(#A&c`*t^%m)16cmVtj9tHn`^zQJ^Qhx@d_vgVQ;6?B>cpW?h zwm|ap5Tv+IK=PM^^llaW1)tBV`wT|p$AV<{45YlCgL}Xi;6d;eNO`;gkArV3{ijO* z1*G@u;3@D2NPYMNlKp8oI{^-XPs3*IysNW>V zN)$EFmV8m36l<$cO%#uW>Or`oPu`4h(wkkDnPaY>OYfGlPMf}Wck!|8IIpcz=|!+% zB8!+CoXVYaLM4_hX%n&w){9ifDV+&C?-p*9wAF4y(`S-m4b;_f;G%rjFLT*?uwEvR z3Vm!YI?}VfG^I!_qbXBSUav*_7)|c*)|Ph$U}Jk%p{=3VSi~m27Crh*gygv!SZQm6escqj+jbJ}oNE z%Z6D$FKgv8O0Az%F8$m+np*IOYt7ru+0BkN>OpNZ2clAaL>pVKC_AKW*(bett2lg|BixOSi?qYK!-b26CGcAvTnoK3$dK;L0NnTx_xSGQEAC%Ow5* DSW#T8 literal 0 HcmV?d00001 diff --git a/apps/history/locale/pt_BR/LC_MESSAGES/django.po b/apps/history/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..1886d838a2 --- /dev/null +++ b/apps/history/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,122 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:17 +msgid "date and time" +msgstr "data e hora" + +#: __init__.py:21 +msgid "type" +msgstr "" + +#: __init__.py:25 +msgid "summary" +msgstr "sumário" + +#: links.py:7 models.py:78 +msgid "history" +msgstr "história" + +#: links.py:8 +msgid "details" +msgstr "" + +#: models.py:18 +msgid "namespace" +msgstr "namespace" + +#: models.py:19 +msgid "name" +msgstr "nome" + +#: models.py:34 models.py:43 +msgid "history type" +msgstr "tipo de história" + +#: models.py:35 +msgid "history types" +msgstr "tipos de história" + +#: models.py:39 +msgid "date time" +msgstr "hora, data" + +#: models.py:44 +msgid "dictionary" +msgstr "dicionário" + +#: models.py:79 +msgid "histories" +msgstr "histórias" + +#: permissions.py:7 +msgid "History" +msgstr "História" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "" + +#: views.py:37 +msgid "history events" +msgstr "eventos da história" + +#: views.py:40 +msgid "object link" +msgstr "" + +#: views.py:68 +#, python-format +msgid "history events for: %s" +msgstr "eventos de história para: %s" + +#: views.py:86 +msgid "Date" +msgstr "Data" + +#: views.py:87 +msgid "Time" +msgstr "Tempo" + +#: views.py:88 +msgid "Object" +msgstr "Objeto" + +#: views.py:89 +msgid "Event type" +msgstr "Tipo de evento" + +#: views.py:90 +msgid "Additional details" +msgstr "" + +#: views.py:90 +msgid "None" +msgstr "" + +#: views.py:94 +#, python-format +msgid "details for: %s" +msgstr "detalhes para: %s" + +#: views.py:106 +#, python-format +msgid "history events of type: %s" +msgstr "" diff --git a/apps/history/locale/ru/LC_MESSAGES/django.mo b/apps/history/locale/ru/LC_MESSAGES/django.mo index 2b5e0d1195fb0f0ddf445833c402fd3ca0d58ac7..d3de904280ff6f24f4ad93ced93fd85699f6f4ad 100644 GIT binary patch delta 16 XcmdnPvxjHHWoG8&{M^mgnA4a5IZp;n delta 16 XcmdnPvxjHHWoG8Q)RN8DnA4a5Ig18W diff --git a/apps/history/locale/ru/LC_MESSAGES/django.po b/apps/history/locale/ru/LC_MESSAGES/django.po index 9dfe1aae79..6058213af3 100644 --- a/apps/history/locale/ru/LC_MESSAGES/django.po +++ b/apps/history/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/installation/locale/de_DE/LC_MESSAGES/django.mo b/apps/installation/locale/de_DE/LC_MESSAGES/django.mo index 33778f578ad09c6f6427fc6fcd42a9b07c26e763..c19da56f7536eaabc902c0731720a743ea8ecc6f 100644 GIT binary patch delta 15 WcmZ3?vY2H\n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/installation/locale/en/LC_MESSAGES/django.po b/apps/installation/locale/en/LC_MESSAGES/django.po index e4d61c252b..b69cc58460 100644 --- a/apps/installation/locale/en/LC_MESSAGES/django.po +++ b/apps/installation/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,10 +17,86 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: links.py:7 +#: links.py:7 models.py:131 msgid "installation details" msgstr "" +#: models.py:59 +msgid "LSB OS" +msgstr "" + +#: models.py:60 +msgid "Distributor ID" +msgstr "" + +#: models.py:61 +msgid "Description" +msgstr "" + +#: models.py:62 +msgid "Release" +msgstr "" + +#: models.py:63 +msgid "Codename" +msgstr "" + +#: models.py:64 +msgid "System info" +msgstr "" + +#: models.py:66 +msgid "POSIX OS" +msgstr "" + +#: models.py:68 +msgid "OS architecture" +msgstr "" + +#: models.py:69 +msgid "Python version" +msgstr "" + +#: models.py:70 +msgid "Hostname" +msgstr "" + +#: models.py:71 +msgid "Platform" +msgstr "" + +#: models.py:72 +msgid "Machine" +msgstr "" + +#: models.py:73 +msgid "Processor" +msgstr "" + +#: models.py:74 +msgid "Number of CPUs" +msgstr "" + +#: models.py:75 +msgid "Total physical memory" +msgstr "" + +#: models.py:76 +msgid "Disk partitions" +msgstr "" + +#: models.py:79 models.py:81 +msgid "tesseract version" +msgstr "" + +#: models.py:81 models.py:86 +msgid "not found" +msgstr "" + +#: models.py:84 models.py:86 +msgid "unpaper version" +msgstr "" + #: permissions.py:7 msgid "Installation" msgstr "" @@ -29,41 +105,6 @@ msgstr "" msgid "View installation environment details" msgstr "" -#: views.py:26 -#, python-format -msgid "Distributor ID: %s" -msgstr "" - -#: views.py:27 -#, python-format -msgid "Description: %s" -msgstr "" - -#: views.py:28 -#, python-format -msgid "Release: %s" -msgstr "" - -#: views.py:29 -#, python-format -msgid "Codename: %s" -msgstr "" - -#: views.py:30 -#, python-format -msgid "System info: %s" -msgstr "" - -#: views.py:31 -#, python-format -msgid "Platform: %s" -msgstr "" - -#: views.py:32 -#, python-format -msgid "Processor: %s" -msgstr "" - -#: views.py:36 +#: views.py:25 msgid "Installation environment details" msgstr "" diff --git a/apps/installation/locale/es/LC_MESSAGES/django.mo b/apps/installation/locale/es/LC_MESSAGES/django.mo index 448ab21dc75bae9a1841e0afed928f31c2c740c9..efc83425ff0c44283ca046a79381f7d91cfd964b 100644 GIT binary patch delta 16 Xcmcb?d4qF<95Zure(q*P=Ix9CGD!tx delta 16 Xcmcb?d4qF<95ZuXYRP6r=Ix9CGKB?g diff --git a/apps/installation/locale/es/LC_MESSAGES/django.po b/apps/installation/locale/es/LC_MESSAGES/django.po index 7191c7f5aa..ae2c9938d0 100644 --- a/apps/installation/locale/es/LC_MESSAGES/django.po +++ b/apps/installation/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:26+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/installation/locale/it/LC_MESSAGES/django.mo b/apps/installation/locale/it/LC_MESSAGES/django.mo index 9b8ae19c67c299cca29612ea07a1e8f8be915beb..bfa4408d015faa857c7ad4863c19c7fd89edd8f2 100644 GIT binary patch delta 15 WcmbQjGKFPB6eDwTe(vO0#_a$nXayz! delta 15 WcmbQjGKFPB6eDw9YRTkS#_a$noCPib diff --git a/apps/installation/locale/it/LC_MESSAGES/django.po b/apps/installation/locale/it/LC_MESSAGES/django.po index 9d0ef6e0d2..8f4f072193 100644 --- a/apps/installation/locale/it/LC_MESSAGES/django.po +++ b/apps/installation/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.mo b/apps/installation/locale/pl/LC_MESSAGES/django.mo index 1c1d1af7468eb67c344b20e8fd3d3a426a405af9..c9f2a4c2c3a36815cab69f0d7d9f0c8bc40843e4 100644 GIT binary patch delta 15 WcmX@ha+YO7BqMWje(vNL#*Y9k(FM=| delta 15 WcmX@ha+YO7BqMWPYRTjn#*Y9l1qIju diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.po b/apps/installation/locale/pl/LC_MESSAGES/django.po index 0bc3a15670..af3f3332d4 100644 --- a/apps/installation/locale/pl/LC_MESSAGES/django.po +++ b/apps/installation/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.mo b/apps/installation/locale/pt/LC_MESSAGES/django.mo index 269dc413aaf8a90157b2bd46b7f69f8646b43731..2250a07a9b8c8d06c6800e0f4e3ff4317f51daf7 100644 GIT binary patch delta 15 WcmbQvGM!~ZEF*Jre(vN1#_a$n;{`GR delta 15 WcmbQvGM!~ZEF*JXYRTjT#_a$o7X>;1 diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.po b/apps/installation/locale/pt/LC_MESSAGES/django.po index 7a0ad81c52..8df4715214 100644 --- a/apps/installation/locale/pt/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo b/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7e99f0f0f2a982b6246ef5ed47d568ac0af86638 GIT binary patch literal 522 zcmZWlL2lbH5KPdXbnLl@J>+1cT~iW*Mqz5Bb}R!1tj4gFTm#0YWfl@CkW`%XAN^Nf z(6?k|8}Xq73`l~rvpf6m)5kw&gmdC&;sx;o@hh=KLi|gg*L1d;cg(H%C08D&YkZK_ zDWf@L;#Fu!$JsJi$l6$snJd&9M@``{HypO!*PO9J`EB#mTbYVkLie%RWwh*otHIArQ)S!k1B=Mzj$y0+~`T1@rItd%Y}Bu~n}PtRfBE0~v!6(vrLtsDnk@1L$8 Q-@xJ8?`Rl6)D6zw0K@*9JOBUy literal 0 HcmV?d00001 diff --git a/apps/installation/locale/pt_BR/LC_MESSAGES/django.po b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..577d47f939 --- /dev/null +++ b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,69 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-06-17 22:18+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: links.py:7 +msgid "installation details" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:26 +#, python-format +msgid "Distributor ID: %s" +msgstr "" + +#: views.py:27 +#, python-format +msgid "Description: %s" +msgstr "" + +#: views.py:28 +#, python-format +msgid "Release: %s" +msgstr "" + +#: views.py:29 +#, python-format +msgid "Codename: %s" +msgstr "" + +#: views.py:30 +#, python-format +msgid "System info: %s" +msgstr "" + +#: views.py:31 +#, python-format +msgid "Platform: %s" +msgstr "" + +#: views.py:32 +#, python-format +msgid "Processor: %s" +msgstr "" + +#: views.py:36 +msgid "Installation environment details" +msgstr "" diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.mo b/apps/installation/locale/ru/LC_MESSAGES/django.mo index 5371797e1111c8bc624f9869afcf8d62462f3431..d70afae59d876e64a77b832c2e0707e4c1be4cdf 100644 GIT binary patch delta 16 Xcmcb|a*t(06eDwTe(vU2Mn*;eG;akZ delta 16 Xcmcb|a*t(06eDw9YRTqUMn*;eG^+(I diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.po b/apps/installation/locale/ru/LC_MESSAGES/django.po index c2ec06c8c9..833960acf1 100644 --- a/apps/installation/locale/ru/LC_MESSAGES/django.po +++ b/apps/installation/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/linking/locale/de_DE/LC_MESSAGES/django.mo b/apps/linking/locale/de_DE/LC_MESSAGES/django.mo index d4b041984a4129bd5a52be283aa554562d3fb91a..e5569dcefb11ca741d7ad4bf14596a4a560e3186 100644 GIT binary patch delta 16 XcmX?Tb\n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/linking/locale/en/LC_MESSAGES/django.po b/apps/linking/locale/en/LC_MESSAGES/django.po index 378c61bfbb..f0c9568223 100644 --- a/apps/linking/locale/en/LC_MESSAGES/django.po +++ b/apps/linking/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,42 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:17 -msgid "smart links actions" -msgstr "" - -#: __init__.py:18 __init__.py:20 models.py:23 views.py:132 -msgid "smart links" -msgstr "" - -#: __init__.py:21 -msgid "smart links list" -msgstr "" - -#: __init__.py:22 -msgid "create new smart link" -msgstr "" - -#: __init__.py:23 __init__.py:28 -msgid "edit" -msgstr "" - -#: __init__.py:24 __init__.py:29 -msgid "delete" -msgstr "" - -#: __init__.py:26 -msgid "conditions" -msgstr "" - -#: __init__.py:27 -msgid "create condition" -msgstr "" - -#: __init__.py:31 -msgid "ACLs" -msgstr "" - #: forms.py:48 msgid "Pages" msgstr "" @@ -65,6 +29,42 @@ msgstr "" msgid "Click on the image for full size view of the first page." msgstr "" +#: links.py:13 +msgid "smart links actions" +msgstr "" + +#: links.py:14 links.py:16 models.py:23 views.py:132 +msgid "smart links" +msgstr "" + +#: links.py:17 +msgid "smart links list" +msgstr "" + +#: links.py:18 +msgid "create new smart link" +msgstr "" + +#: links.py:19 links.py:24 +msgid "edit" +msgstr "" + +#: links.py:20 links.py:25 +msgid "delete" +msgstr "" + +#: links.py:22 +msgid "conditions" +msgstr "" + +#: links.py:23 +msgid "create condition" +msgstr "" + +#: links.py:27 +msgid "ACLs" +msgstr "" + #: literals.py:7 msgid "and" msgstr "" @@ -315,7 +315,11 @@ msgstr "" msgid "Are you sure you wish to delete smart link condition: \"%s\"?" msgstr "" -#: conf/settings.py:11 +#: conf/settings.py:7 +msgid "Linking" +msgstr "" + +#: conf/settings.py:14 msgid "Show smart link that don't return any documents." msgstr "" diff --git a/apps/linking/locale/es/LC_MESSAGES/django.mo b/apps/linking/locale/es/LC_MESSAGES/django.mo index 24746d320b3c15fa596bf9b3640f21ea7f992bde..762e88badc870697fd60cdf5d74e6f3c323602c3 100644 GIT binary patch delta 16 XcmZ2$xz=(+l>l>ce(vU40RtWYH;Dzs delta 16 XcmZ2$xz=(+l>l>IYRTqW0RtWYH^l|b diff --git a/apps/linking/locale/es/LC_MESSAGES/django.po b/apps/linking/locale/es/LC_MESSAGES/django.po index ffee27aad7..f663dea90c 100644 --- a/apps/linking/locale/es/LC_MESSAGES/django.po +++ b/apps/linking/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-02 18:29+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/linking/locale/it/LC_MESSAGES/django.mo b/apps/linking/locale/it/LC_MESSAGES/django.mo index db783de01a0845e9a9ffdf1952bc1b5fa4621fe4..ca1ff68cff7516ad84a76716839b6170724022f4 100644 GIT binary patch delta 16 XcmZp)XtdanF2J0epSw9rU^+JdG4%zj delta 16 XcmZp)XtdanF2J0ZTCzDyU^+JdGBE|S diff --git a/apps/linking/locale/it/LC_MESSAGES/django.po b/apps/linking/locale/it/LC_MESSAGES/django.po index 0262def559..0ae197797f 100644 --- a/apps/linking/locale/it/LC_MESSAGES/django.po +++ b/apps/linking/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-03-21 13:18+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/linking/locale/pl/LC_MESSAGES/django.mo b/apps/linking/locale/pl/LC_MESSAGES/django.mo index 90e6922e12a4f1e0b47df7a6aa3be05bbeac4829..b9715acc5462f3a505c8f1cf3b0e49d2403046c9 100644 GIT binary patch delta 16 XcmZ3+w~TMYbQb31{M^m6SbCTMGsp$i delta 16 XcmZ3+w~TMYbQb2k)RN7!SbCTMGz10R diff --git a/apps/linking/locale/pl/LC_MESSAGES/django.po b/apps/linking/locale/pl/LC_MESSAGES/django.po index 636a757fb7..76c94a23bc 100644 --- a/apps/linking/locale/pl/LC_MESSAGES/django.po +++ b/apps/linking/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-20 16:14+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.mo b/apps/linking/locale/pt/LC_MESSAGES/django.mo index 767e27f035b5b61b33caa16342122fd7bc61aa68..7e147de08181b17189da60f883dd2e8d5ddbee13 100644 GIT binary patch delta 16 XcmeyU_)&2~DHn5ce(vT9u1YolJk$nC delta 16 XcmeyU_)&2~DHn5IYRTpbu1YolJrD*` diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.po b/apps/linking/locale/pt/LC_MESSAGES/django.po index 1a202d4c6f..76ddc60ef0 100644 --- a/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/apps/linking/locale/pt/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-02 18:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo b/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b79cefdd2fafe4ca630a5dcab02fcaba15b4f14b GIT binary patch literal 4351 zcmaKuOKc=Z8OJLSAQ;G!1wse`iiKruHa#=;F3B?cfb6c9tXOBw+Q|*A%hTm{k?yWZ zRkiK4#6t+7MSv6}k}Gl|6h&xH0SO5Xz^ue22Obw9K@JfY0tXIA9FP$Ie?Mm0$(WXV ze%000->bf_KEHbS&SwO!&)|Ll_w74`_yU-|6+gIc-YLW>@H^nW;BUag;49$!z<+@6 z1;yKhI0D=Qa{eTUKk+Dj-VQzneiD2fd>6P2J_vpr`~~m?}mcL!pZfU_jOKd@(yj+V+VMs3@7S|1fuFeckd=|l_ykl?@>cu6H-#-dM zg;)XU?{)BgFahrYzX{U5AJ*@GUeEsuK8l;V zc+FQRYo{KTc}HJp2X%iMH`JAJ{y4~swFei=8fM-z2E1l*vz~czpLo%4?iKTZzS4eP zj2|yq{#NW5A2K%IhTV9&Xk^7xx_QPvI69QZsl`+FXWBEls8p zEjO%_8%3H*Z+5lZGJ0Fujq?45aX!c)7Inl0r&Z80$6KE%7i4PkC%w3+Q;q5N)M9Kx zYoafYdhv!iFD~a>+67;#No`^VjZQn%P6g{a;xQ}LAQ;%{p=1zr+!4#L#fz2lS*(oh zpbj}GEsUiv1_SLqUAoa}E%IWOKIen9@RVx2G)Zoqj>`}*AeF-==&XaqSfF=?4zjp> z+aN^iTIwy876?TwRiaFe0P)K~;hfIlcWtVS?V!jo(~**Dn@5@Hpkfsi)vGOKQnj9H zsl41$&T#DITC-+Nsyv>2I&=(9Fj!LLv38~6<}t8{@eSadfb4G>W%z6>@xyr1um7Oz<=yoE<37O@kjE%eVBLsP! zwb0Nhbj~=(VC=E2VRJH?rf-r10;QsnGvla9?xbLzJXNSv2HPG_lZB;8X)QNTr!n*&_i(Ds6dy(59tP_)x zZw-BWEN74UxqTB=J?~$XB0+=?I8y4(XpN`&Qf=h2vrN(GavVLO9SgKCm(&fF%f*XJ zD>K*h(7F&U`NYK0`6BVrs_o0o5QhD3H^G({>z#qky3Tr(ops%e-*%1nh4wScS68F* zyo1>2BAo8ah2H!^)O#qJe^}0+>i0ey^-lJBSQuT?TZZcQt$R4?Ey&)9{)vU-JzO(a zln>FWQ@Kxhw)N#TyN*h>V5wi8an(epHmH->d{?D<_wz}HGlI6BgOofeZ~#WDT4jB? z3=fM0_G&qM-l<)a&dJ%@#qI6wPM|)sp?6A8ad?z9-5plGMmo-XH?2i>hvEA9Yu&k- zrOQi;lZeiDdNUVLlQ=}8Rn&H02E7xy!xTk&S`Idq^E#Y;eDzXvYO;=MH?)fu^MQ>~ z`h9t7-Gs6AeOc<7SxyV5(&&!ehCS=40<8yUCL30U zj^va?|Bx65m8pEwqKt5=;2@PlXEJTDU^v=KOs?3v3`!@rTR3G?lc>=Pqo3gnHSi0M z@C_|xaR+U|xP#y0;DC@T)#uOK_SfSMhXn`8ulgPBOGhuE-6@cuf&;^ZxXe109A&TC1n$>S|`Vn}+Zb+4*7pravl~sIg z6G`}5HpE2~W^({lM!L}+dsqsMc$49jN^1v{9iNft;(>?b#3$R4SAE?GW9u1-rgvGX zeW38z_@T{5x3)CSIXGj>{y5qzpO3uujqg@Hho2vj8m3z8yN*?ijomLVlkHE}#+uNf zE_;;VxJ@bvVH2@PreGrHPOL6JM$9%5HH4x<;dhSQEs=7p2Z_vJ_BOp&oNY@-vQZ`Fm+RauBIx)q9) z+mer-Lp!x)Cq*J|s&$j1G-4})b{XmoIDz;vf ziOB>~t>HAGSctO{9TfYI^Mb3ZXImh(D+$c5J*28=2JM8do9zF4cYt1#, 2011. +# Roberto Rosario , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:32+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:17 +msgid "smart links actions" +msgstr "ações do ligações inteligentes" + +#: __init__.py:18 __init__.py:20 models.py:23 views.py:132 +msgid "smart links" +msgstr "ligações inteligentes" + +#: __init__.py:21 +msgid "smart links list" +msgstr "lista de ligações inteligentes" + +#: __init__.py:22 +msgid "create new smart link" +msgstr "criar um novo ligação inteligente" + +#: __init__.py:23 __init__.py:28 +msgid "edit" +msgstr "editar" + +#: __init__.py:24 __init__.py:29 +msgid "delete" +msgstr "excluir" + +#: __init__.py:26 +msgid "conditions" +msgstr "condições" + +#: __init__.py:27 +msgid "create condition" +msgstr "criar condições" + +#: __init__.py:31 +msgid "ACLs" +msgstr "" + +#: forms.py:48 +msgid "Pages" +msgstr "Páginas" + +#: forms.py:54 +msgid "Select" +msgstr "Selecionar" + +#: forms.py:61 +msgid "Click on the image for full size view of the first page." +msgstr "Clique na imagem para ver em tamanho grande a primeira página." + +#: literals.py:7 +msgid "and" +msgstr "e" + +#: literals.py:8 +msgid "or" +msgstr "ou" + +#: literals.py:12 +msgid "is equal to" +msgstr "é igual a" + +#: literals.py:13 +msgid "is equal to (case insensitive)" +msgstr "é igual a (case insensitive)" + +#: literals.py:14 +msgid "contains" +msgstr "contém" + +#: literals.py:15 +msgid "contains (case insensitive)" +msgstr "contém (case insensitive)" + +#: literals.py:16 +msgid "is in" +msgstr "está em" + +#: literals.py:17 +msgid "is greater than" +msgstr "é maior do que" + +#: literals.py:18 +msgid "is greater than or equal to" +msgstr "é maior ou igual a" + +#: literals.py:19 +msgid "is less than" +msgstr "é inferior a" + +#: literals.py:20 +msgid "is less than or equal to" +msgstr "é menor ou igual a" + +#: literals.py:21 +msgid "starts with" +msgstr "começa com" + +#: literals.py:22 +msgid "starts with (case insensitive)" +msgstr "começa com (case insensitive)" + +#: literals.py:23 +msgid "ends with" +msgstr "termina com" + +#: literals.py:24 +msgid "ends with (case insensitive)" +msgstr "termina com (case insensitive)" + +#: literals.py:25 +msgid "is in regular expression" +msgstr "está em expressão regular" + +#: literals.py:26 +msgid "is in regular expression (case insensitive)" +msgstr "está em expressão regular (case insensitive)" + +#: models.py:12 +msgid "title" +msgstr "título" + +#: models.py:13 views.py:135 +msgid "dynamic title" +msgstr "título dinâmico" + +#: models.py:13 models.py:31 +msgid "" +"This expression will be evaluated against the current selected document. " +"The document metadata is available as variables `metadata` and document " +"properties under the variable `document`." +msgstr "Esta expressão será avaliada em relação ao documento atual selecionado. Os metadados do documento estão disponíveis como variáveis \"​metadados \" e propriedades do documento em variáveis `documento`." + +#: models.py:14 models.py:33 views.py:136 views.py:232 +msgid "enabled" +msgstr "habilitado" + +#: models.py:22 models.py:27 views.py:296 views.py:330 +msgid "smart link" +msgstr "ligação inteligente" + +#: models.py:28 +msgid "The inclusion is ignored for the first item." +msgstr "A inclusão é ignorada para o primeiro item." + +#: models.py:29 +msgid "foreign document data" +msgstr "dados de documentos estrangeiros" + +#: models.py:29 +msgid "" +"This represents the metadata of all other documents. Available objects: " +"`document.` and `metadata.`." +msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. ` e ` metadata. `." + +#: models.py:31 +msgid "expression" +msgstr "expressão" + +#: models.py:32 +msgid "negated" +msgstr "negada" + +#: models.py:32 +msgid "Inverts the logic of the operator." +msgstr "Inverte a lógica do operador." + +#: models.py:36 +msgid "not" +msgstr "não" + +#: models.py:39 +msgid "link condition" +msgstr "condição de ligação" + +#: models.py:40 +msgid "link conditions" +msgstr "condições de ligação" + +#: permissions.py:7 +msgid "Smart links" +msgstr "Ligações inteligentes" + +#: permissions.py:9 +msgid "View existing smart links" +msgstr "Ver os ligações inteligentes" + +#: permissions.py:10 +msgid "Create new smart links" +msgstr "Criar novas ligações inteligentes" + +#: permissions.py:11 +msgid "Delete smart links" +msgstr "Excluir ligações inteligentes" + +#: permissions.py:12 +msgid "Edit smart links" +msgstr "Editar ligações inteligentes" + +#: views.py:41 +msgid "No action selected." +msgstr "Nenhuma ação selecionada." + +#: views.py:60 +#, python-format +msgid "documents in smart link: %(group)s" +msgstr "" + +#: views.py:76 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:98 +#, python-format +msgid "smart links (%s)" +msgstr "ligações inteligente (%s)" + +#: views.py:112 +msgid "There no defined smart links for the current document." +msgstr "" + +#: views.py:152 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Ligação inteligente: %s criado com sucesso." + +#: views.py:159 +msgid "Create new smart link" +msgstr "" + +#: views.py:175 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:184 +#, python-format +msgid "Edit smart link: %s" +msgstr "Editar Ligação inteligente: %s" + +#: views.py:202 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:204 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(error)s." +msgstr "" + +#: views.py:213 +#, python-format +msgid "Are you sure you wish to delete smart link: %s?" +msgstr "" + +#: views.py:229 +#, python-format +msgid "conditions for smart link: %s" +msgstr "" + +#: views.py:254 +#, python-format +msgid "Smart link condition: \"%s\" created successfully." +msgstr "" + +#: views.py:261 +#, python-format +msgid "Add new conditions to smart link: \"%s\"" +msgstr "" + +#: views.py:283 +#, python-format +msgid "Smart link condition: \"%s\" edited successfully." +msgstr "" + +#: views.py:290 +msgid "Edit smart link condition" +msgstr "" + +#: views.py:297 views.py:331 +msgid "condition" +msgstr "condição" + +#: views.py:317 +#, python-format +msgid "Smart link condition: \"%s\" deleted successfully." +msgstr "" + +#: views.py:319 +#, python-format +msgid "" +"Error deleting smart link condition: %(smart_link_condition)s; %(error)s." +msgstr "" + +#: views.py:333 +#, python-format +msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +msgstr "" + +#: conf/settings.py:11 +msgid "Show smart link that don't return any documents." +msgstr "" + +#: templates/smart_links_help.html:3 +msgid "What are smart links?" +msgstr "" + +#: templates/smart_links_help.html:4 +msgid "" +"Smart links are a set of conditional statements that are used to query the " +"database using the current document the user is accessing as the data " +"source, the results of these queries are a list of documents that relate in " +"some manner to the document being displayed and allow users the ability to " +"jump to and from linked documents very easily." +msgstr "" diff --git a/apps/linking/locale/ru/LC_MESSAGES/django.mo b/apps/linking/locale/ru/LC_MESSAGES/django.mo index 72f72d83339122518d45394074acb10d5106d693..70f932fdf2bf0a37ad6a417ec68514d28bd17d8b 100644 GIT binary patch delta 16 XcmaFj@Wf$5m;iHfe(vT-0d4^RJY5CY delta 16 XcmaFj@Wf$5m;iHLYRTqE0d4^RJedXH diff --git a/apps/linking/locale/ru/LC_MESSAGES/django.po b/apps/linking/locale/ru/LC_MESSAGES/django.po index 773e18bff1..badccc1923 100644 --- a/apps/linking/locale/ru/LC_MESSAGES/django.po +++ b/apps/linking/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-03 05:45+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/main/locale/de_DE/LC_MESSAGES/django.mo b/apps/main/locale/de_DE/LC_MESSAGES/django.mo index 9a4dddd5322fa6da88ae07c83e1a9a6e06a74fce..22241d47743cd3423037755371a090083bcb7285 100644 GIT binary patch delta 16 YcmaDM@\n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/main/locale/en/LC_MESSAGES/django.po b/apps/main/locale/en/LC_MESSAGES/django.po index abb2b7c196..74cda90ea0 100644 --- a/apps/main/locale/en/LC_MESSAGES/django.po +++ b/apps/main/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,34 +17,34 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:33 -msgid "maintenance" -msgstr "" - -#: __init__.py:34 -msgid "statistics" -msgstr "" - -#: __init__.py:35 -msgid "diagnostics" -msgstr "" - -#: __init__.py:36 -msgid "sentry" -msgstr "" - -#: __init__.py:37 -msgid "admin site" -msgstr "" - -#: __init__.py:40 +#: __init__.py:31 msgid "home" msgstr "" -#: __init__.py:42 +#: __init__.py:33 msgid "search" msgstr "" +#: links.py:11 +msgid "maintenance" +msgstr "" + +#: links.py:12 +msgid "statistics" +msgstr "" + +#: links.py:13 +msgid "diagnostics" +msgstr "" + +#: links.py:14 +msgid "sentry" +msgstr "" + +#: links.py:15 +msgid "admin site" +msgstr "" + #: views.py:43 msgid "maintenance menu" msgstr "" @@ -57,7 +57,11 @@ msgstr "" msgid "Diagnostics" msgstr "" -#: conf/settings.py:12 +#: conf/settings.py:6 +msgid "Main" +msgstr "" + +#: conf/settings.py:13 msgid "" "Controls whether the search functionality is provided by a sidebar widget or " "by a menu entry." @@ -75,61 +79,48 @@ msgstr "" msgid "(DEBUG)" msgstr "" -#: templates/base.html:193 +#: templates/base.html:202 msgid "User" msgstr "" -#: templates/base.html:195 +#: templates/base.html:204 msgid "Anonymous" msgstr "" -#: templates/base.html:198 +#: templates/base.html:207 msgid "User details" msgstr "" -#: templates/base.html:215 +#: templates/base.html:224 msgid "Login" msgstr "" -#: templates/base.html:215 +#: templates/base.html:224 msgid "Logout" msgstr "" -#: templates/base.html:295 +#: templates/base.html:284 msgid "Secondary menu" msgstr "" -#: templates/base.html:311 +#: templates/base.html:303 #, python-format -msgid "Actions for %(name)s: %(navigation_object)s" +msgid "Actions for %(name)s: %(object_reference)s" msgstr "" -#: templates/base.html:313 templates/base.html.py:356 +#: templates/base.html:305 #, python-format -msgid "Actions for: %(navigation_object)s" +msgid "Actions for: %(object_reference)s" msgstr "" -#: templates/base.html:316 +#: templates/base.html:308 msgid "Available actions" msgstr "" -#: templates/base.html:328 templates/base.html.py:371 -msgid "Related actions" -msgstr "" - -#: templates/base.html:339 templates/base.html.py:384 +#: templates/base.html:324 msgid "Other available actions" msgstr "" -#: templates/base.html:354 -#, python-format -msgid "Actions for %(object_name)s: %(navigation_object)s" -msgstr "" - -#: templates/base.html:359 -msgid "Actions" -msgstr "" - #: templates/home.html:8 msgid "Django based open source document management system" msgstr "" @@ -137,7 +128,8 @@ msgstr "" #: templates/project_description.html:6 msgid "" "Open source, Django based electronic document manager with custom metadata, " -"indexing, tagging, file serving integration and OCR capabilities" +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" msgstr "" #: templates/project_description.html:18 diff --git a/apps/main/locale/es/LC_MESSAGES/django.mo b/apps/main/locale/es/LC_MESSAGES/django.mo index 2871702acf592902f5d16cf022d9f5c97932f021..4b9effc58cb606844a4518f69067adf883284f2a 100644 GIT binary patch delta 16 XcmX>tdRlbDayI7V{M^l}*c4d+IT!`# delta 16 XcmX>tdRlbDayI6?)RN7s*c4d+IaCGk diff --git a/apps/main/locale/es/LC_MESSAGES/django.po b/apps/main/locale/es/LC_MESSAGES/django.po index bf125dd48f..2b98e242f5 100644 --- a/apps/main/locale/es/LC_MESSAGES/django.po +++ b/apps/main/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-01-02 05:42+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/main/locale/it/LC_MESSAGES/django.mo b/apps/main/locale/it/LC_MESSAGES/django.mo index 3a4dc276692f0be670a2c62a439b03d1d84fea4a..975faa568c8d58215fd3dc045fb5e36588e6195d 100644 GIT binary patch delta 16 XcmX>ta$00VIU93we(vTfwu{UFH;V=} delta 16 XcmX>ta$00VIU93cYRTp*wu{UFH^&A& diff --git a/apps/main/locale/it/LC_MESSAGES/django.po b/apps/main/locale/it/LC_MESSAGES/django.po index dd7529dd28..306b96d308 100644 --- a/apps/main/locale/it/LC_MESSAGES/django.po +++ b/apps/main/locale/it/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-08 07:41+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/main/locale/pl/LC_MESSAGES/django.mo b/apps/main/locale/pl/LC_MESSAGES/django.mo index b0c0035677229de4053edc01bca3b255a27d3349..ba314945d6fa7024d80d800fca0defb3cc479ebe 100644 GIT binary patch delta 16 YcmdnOy@h+j9%km`{M^m^nZGgu05}H*n*aa+ delta 16 YcmdnOy@h+j9%kme)RN8nnZGgu060SiqW}N^ diff --git a/apps/main/locale/pl/LC_MESSAGES/django.po b/apps/main/locale/pl/LC_MESSAGES/django.po index 34340e9c99..74b45740e3 100644 --- a/apps/main/locale/pl/LC_MESSAGES/django.po +++ b/apps/main/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-03-02 22:04+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/main/locale/pt/LC_MESSAGES/django.mo b/apps/main/locale/pt/LC_MESSAGES/django.mo index 60e8cf1de06ffb4d945e74d9551cfc6ec0052e74..5d9fd04d6a04949ee8d6ae1040c5491b316bd513 100644 GIT binary patch delta 16 YcmbOuI!AQFJT~U!{M^k8*?uzv05rk|Q2+n{ delta 16 YcmbOuI!AQFJT~UM)RN5$*?uzv05tvvSpWb4 diff --git a/apps/main/locale/pt/LC_MESSAGES/django.po b/apps/main/locale/pt/LC_MESSAGES/django.po index f7e4f17ce0..54d9247e10 100644 --- a/apps/main/locale/pt/LC_MESSAGES/django.po +++ b/apps/main/locale/pt/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-21 16:38+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/main/locale/pt_BR/LC_MESSAGES/django.mo b/apps/main/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..13acfa78d78175c0931f9e5f247690d401fc1690 GIT binary patch literal 2730 zcma)-%ZnUE9LGx&jjmB+UOr;tPf^$<+dH$nYU0Gi>? z6&SDKdKK5<$AlOH_dkvs##i7z@N4iO_=oik@F@5(cpQ8YybC@LJ^)__e*&Ka{{jcVJ=ly#@f^4xJOpx_ z1oH2LAp08!dEE!qd>TA}`2xs(WyKcA`z-i7YOn#ay;a;eZv*oDBithJCio8c9rz~r z2ly0t5VynNF|Y&H!Dqo+;Cb*%5T?bSAjkC(ybJyf9s@r|@p%6O@C5h^$nib|+0H%$ ziKXHQ$m>pka4p8cqu?2k*DZpa-&K(7lY+cHfV}@E2$SLykk@|(BJJWG+u`&wT`E&s(}_x`*(FIHk4@=lT_>pug!GEnnKC&kSnZC8X)RM@ebBKN)7PX)Ej6Ww z0ozfAyv<##D6w&lO@T6LWU7is-}OOdV%DbG@Ez3^^ILm{X@@n{M){mII^J!JqYEvH zb02I*nF=zIK@O8PiMpXpI!r;P@PUU_jk0*<)-c2GL7|J>9g-%Y`Kd*UWk)tOYN3@E z^F^`bzv{WD+A<))etj`lMaDTimeswuFiV%mX;#O|cqNupY)v9v7vY&)ECqNiE4G4Y z1m7q@;JWR_W#v3V5;Dm&>ZgMe$+i-=Y^FpeId~&YyyLmFUUpXaqCdiK`C4$6&tP;Z zi7F=znv-2=Xl8nDX<$)xtP9bcPjwPa=BbaCZG&1NbQ-leHaH`si3xe>WOEMWd%1_4lIs+x0pYMvH1qbB;UKor>yX zR3C4QkDjb!49rR&qGczIN42eM(4uWB7c5x#r}tg?Vx$UaB(-Kkw$;Y@6!mFytmk0G zq&ZGpw5(*-pao=@r-)b4;G~lqx;;dLRf_BD>mz~v=~Z>3$P}MB7tGf>Wv-D*GGA*~ zCTpE=Wpc4LG%$B*Zf2{Zqa*bJ{^C&nXt~=#9fG@%JXhMDI@TTO99-)R9j9muk`O)jM>H9-&G*cRhNM>3w5#W;cB#+IOt! z-CI-Ii%Pv@gr3PluW)i8SBXrZD~dYGU(dCd)cb<<*Qi)0mT;6Q&-%KRNNAEnn*8CS zf@Je*g)C$YiovG%%~%8HIn7w!>Uv{WnvAHH#m(PL?v$47s@B$US)mt zs`PD1YA2?8_Y)0$oG5H<3S5fz^ltAq1yKo(3xg;KXSq_g1hWn#qNu?JeECZ0B-(o0 z4wDM{dJZjt$_}GomC6-ABGOX*dUpzM(xGx|FsR6>IEPWs`9KK8e2!1S6C1@@p&cFR z9~=iAjJX+!^kP;cDNfznCfv4J`FeLGl}ae)_#eZ=iAj35pdMm|g{gOstBl<%J}+NS zBl32OJzC29FIlaSn_w~I01IhEU&@qAdE9K6M#W$se>6G1!6I+LjV&6y{bm2)6iTTL Lk`ZXcwxIq2v?3NN literal 0 HcmV?d00001 diff --git a/apps/main/locale/pt_BR/LC_MESSAGES/django.po b/apps/main/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..f7659b8d83 --- /dev/null +++ b/apps/main/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 2011. +# Roberto Rosario , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:33 +msgid "maintenance" +msgstr "manutenção" + +#: __init__.py:34 +msgid "statistics" +msgstr "estatísticas" + +#: __init__.py:35 +msgid "diagnostics" +msgstr "diagnósticos" + +#: __init__.py:36 +msgid "sentry" +msgstr "sentinela" + +#: __init__.py:37 +msgid "admin site" +msgstr "site de administação" + +#: __init__.py:40 +msgid "home" +msgstr "inicio" + +#: __init__.py:42 +msgid "search" +msgstr "pesquisa" + +#: views.py:43 +msgid "maintenance menu" +msgstr "menu de manutenção" + +#: views.py:56 +msgid "Statistics" +msgstr "Estatísticas" + +#: views.py:66 +msgid "Diagnostics" +msgstr "Diagnósticos" + +#: conf/settings.py:12 +msgid "" +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Controla-se a funcionalidade de pesquisa é fornecido por um widget da barra lateral ou por uma entrada de menu." + +#: templates/about.html:5 +msgid "About this program" +msgstr "Sobre este sistema" + +#: templates/about.html:9 templates/verbose_login.html:4 +msgid "Version" +msgstr "Versão" + +#: templates/base.html:28 +msgid "(DEBUG)" +msgstr "(DEBUG)" + +#: templates/base.html:193 +msgid "User" +msgstr "Usuário" + +#: templates/base.html:195 +msgid "Anonymous" +msgstr "Anônimo" + +#: templates/base.html:198 +msgid "User details" +msgstr "Detalhes do usuário" + +#: templates/base.html:215 +msgid "Login" +msgstr "Login" + +#: templates/base.html:215 +msgid "Logout" +msgstr "Sair" + +#: templates/base.html:295 +msgid "Secondary menu" +msgstr "Menu secundário" + +#: templates/base.html:311 +#, python-format +msgid "Actions for %(name)s: %(navigation_object)s" +msgstr "Ações para %(name)s: %(navigation_object)s " + +#: templates/base.html:313 templates/base.html.py:356 +#, python-format +msgid "Actions for: %(navigation_object)s" +msgstr "Ações para: %(navigation_object)s " + +#: templates/base.html:316 +msgid "Available actions" +msgstr "Ações disponíveis" + +#: templates/base.html:328 templates/base.html.py:371 +msgid "Related actions" +msgstr "Ações relacionadas" + +#: templates/base.html:339 templates/base.html.py:384 +msgid "Other available actions" +msgstr "Outras ações disponíveis" + +#: templates/base.html:354 +#, python-format +msgid "Actions for %(object_name)s: %(navigation_object)s" +msgstr "Ações para %(object_name)s : %(navigation_object)s " + +#: templates/base.html:359 +msgid "Actions" +msgstr "Ações" + +#: templates/home.html:8 +msgid "Django based open source document management system" +msgstr "Sistema aberto de gerenciamento de documentos baseado em Django " + +#: templates/project_description.html:6 +msgid "" +"Open source, Django based electronic document manager with custom metadata, " +"indexing, tagging, file serving integration and OCR capabilities" +msgstr "Código Aberto, Django gestão de documentos eletrônicos com metadados personalizados, indexação, etiquetagem, a integração do serviço de arquivos e recursos de OCR" + +#: templates/project_description.html:18 +msgid "Released under the GPL V3 License" +msgstr "Liberado sob a licença GPL V3" diff --git a/apps/main/locale/ru/LC_MESSAGES/django.mo b/apps/main/locale/ru/LC_MESSAGES/django.mo index 4475fc37f3f24415e6017bf146766e445acb9ac4..c3b0ba5ed3fa3e18608bbe04b7564ed69be89e6f 100644 GIT binary patch delta 16 XcmdlXwL@w{GaGYqe(vTrwoPmRHgX0R delta 16 XcmdlXwL@w{GaGYWYRTp{woPmRHm(LA diff --git a/apps/main/locale/ru/LC_MESSAGES/django.po b/apps/main/locale/ru/LC_MESSAGES/django.po index 99b031fa80..ba1b828213 100644 --- a/apps/main/locale/ru/LC_MESSAGES/django.po +++ b/apps/main/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-01-17 10:58+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo b/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo index 8b2fd96af5f32c2eb5f6e0741d2a971503a70278..aff9003e6ad6e8e74564cbc71bde7e5d26f565f2 100644 GIT binary patch delta 15 WcmeBR>0sI5!N{DPpF7!`aW4QRGz9Pf delta 15 WcmeBR>0sI5!N{DKS~A(2aW4QRXax8G diff --git a/apps/metadata/locale/de_DE/LC_MESSAGES/django.po b/apps/metadata/locale/de_DE/LC_MESSAGES/django.po index f513d96363..5dc8d6a7b0 100644 --- a/apps/metadata/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/metadata/locale/de_DE/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-09-30 04:56+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/metadata/locale/en/LC_MESSAGES/django.po b/apps/metadata/locale/en/LC_MESSAGES/django.po index 34f3ca6413..4bad315fa5 100644 --- a/apps/metadata/locale/en/LC_MESSAGES/django.po +++ b/apps/metadata/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,46 +17,10 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:21 __init__.py:23 -msgid "edit metadata" -msgstr "" - -#: __init__.py:22 +#: __init__.py:53 links.py:18 msgid "metadata" msgstr "" -#: __init__.py:24 __init__.py:25 -msgid "add metadata" -msgstr "" - -#: __init__.py:26 __init__.py:27 -msgid "remove metadata" -msgstr "" - -#: __init__.py:29 models.py:34 views.py:316 -msgid "metadata types" -msgstr "" - -#: __init__.py:30 __init__.py:35 -msgid "edit" -msgstr "" - -#: __init__.py:31 __init__.py:36 -msgid "delete" -msgstr "" - -#: __init__.py:32 __init__.py:37 -msgid "create new" -msgstr "" - -#: __init__.py:34 views.py:416 -msgid "metadata sets" -msgstr "" - -#: __init__.py:39 models.py:93 -msgid "default metadata" -msgstr "" - #: classes.py:14 #, python-format msgid "'metadata' object has no attribute '%s'" @@ -90,14 +54,54 @@ msgstr "" msgid "Remove" msgstr "" -#: forms.py:86 views.py:541 views.py:559 +#: forms.py:86 views.py:545 views.py:563 msgid "Metadata sets" msgstr "" -#: forms.py:94 permissions.py:7 +#: forms.py:94 permissions.py:7 conf/settings.py:18 msgid "Metadata" msgstr "" +#: links.py:17 links.py:19 +msgid "edit metadata" +msgstr "" + +#: links.py:20 links.py:21 +msgid "add metadata" +msgstr "" + +#: links.py:22 links.py:23 +msgid "remove metadata" +msgstr "" + +#: links.py:25 models.py:34 views.py:293 +msgid "metadata types" +msgstr "" + +#: links.py:26 links.py:31 +msgid "edit" +msgstr "" + +#: links.py:27 links.py:32 +msgid "delete" +msgstr "" + +#: links.py:28 links.py:33 +msgid "create new" +msgstr "" + +#: links.py:30 views.py:393 +msgid "metadata sets" +msgstr "" + +#: links.py:34 views.py:397 +msgid "members" +msgstr "" + +#: links.py:36 models.py:93 +msgid "default metadata" +msgstr "" + #: models.py:10 #, python-format msgid " Available models: %s" @@ -140,11 +144,12 @@ msgid "" "User.objects.all()].%s" msgstr "" -#: models.py:33 models.py:58 views.py:353 views.py:398 +#: models.py:33 models.py:58 views.py:330 views.py:375 msgid "metadata type" msgstr "" -#: models.py:48 models.py:49 models.py:57 views.py:468 views.py:514 +#: models.py:48 models.py:49 models.py:57 views.py:445 views.py:472 +#: views.py:518 msgid "metadata set" msgstr "" @@ -164,7 +169,7 @@ msgstr "" msgid "type" msgstr "" -#: models.py:76 views.py:304 +#: models.py:76 views.py:281 msgid "value" msgstr "" @@ -172,7 +177,7 @@ msgstr "" msgid "document metadata" msgstr "" -#: models.py:91 views.py:599 +#: models.py:91 views.py:603 msgid "document type" msgstr "" @@ -240,186 +245,182 @@ msgstr "" msgid "View metadata sets" msgstr "" -#: views.py:41 views.py:204 +#: views.py:40 views.py:193 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:52 views.py:144 views.py:216 +#: views.py:51 views.py:131 views.py:205 msgid "Must provide at least one document." msgstr "" -#: views.py:87 views.py:251 -#, python-format -msgid "Error deleting document indexes; %s" -msgstr "" - -#: views.py:99 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:102 +#: views.py:96 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:107 views.py:268 -#, python-format -msgid "Error updating document indexes; %s" -msgstr "" - -#: views.py:109 views.py:270 -msgid "Document indexes updated successfully." -msgstr "" - -#: views.py:120 +#: views.py:107 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:122 +#: views.py:109 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:161 +#: views.py:148 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" -#: views.py:164 +#: views.py:151 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:188 +#: views.py:177 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:190 +#: views.py:179 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:259 +#: views.py:243 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:262 +#: views.py:246 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:281 +#: views.py:258 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:283 +#: views.py:260 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:302 +#: views.py:279 #, python-format msgid "metadata for: %s" msgstr "" -#: views.py:320 +#: views.py:297 msgid "internal name" msgstr "" -#: views.py:341 +#: views.py:318 msgid "Metadata type edited successfully" msgstr "" -#: views.py:344 +#: views.py:321 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:350 +#: views.py:327 #, python-format msgid "edit metadata type: %s" msgstr "" -#: views.py:365 +#: views.py:342 msgid "Metadata type created successfully" msgstr "" -#: views.py:371 +#: views.py:348 msgid "create metadata type" msgstr "" -#: views.py:390 +#: views.py:367 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:392 +#: views.py:369 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:403 +#: views.py:380 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:420 -msgid "members" -msgstr "" - -#: views.py:464 +#: views.py:441 #, python-format msgid "non members of metadata set: %s" msgstr "" -#: views.py:465 +#: views.py:442 #, python-format msgid "members of metadata set: %s" msgstr "" -#: views.py:480 +#: views.py:460 +msgid "Metadata set edited successfully" +msgstr "" + +#: views.py:463 +#, python-format +msgid "Error editing metadata set; %s" +msgstr "" + +#: views.py:469 +#, python-format +msgid "edit metadata set: %s" +msgstr "" + +#: views.py:484 msgid "Metadata set created successfully" msgstr "" -#: views.py:486 +#: views.py:490 msgid "create metadata set" msgstr "" -#: views.py:505 +#: views.py:509 #, python-format msgid "Metadata set: %s deleted successfully." msgstr "" -#: views.py:508 +#: views.py:512 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" msgstr "" -#: views.py:519 +#: views.py:523 #, python-format msgid "Are you sure you wish to delete the metadata set: %s?" msgstr "" -#: views.py:538 views.py:556 +#: views.py:542 views.py:560 msgid "Metadata types" msgstr "" -#: views.py:594 +#: views.py:598 #, python-format msgid "non members of document type: %s" msgstr "" -#: views.py:595 +#: views.py:599 #, python-format msgid "members of document type: %s" msgstr "" diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.mo b/apps/metadata/locale/es/LC_MESSAGES/django.mo index ea278d2d951c870ee0e911992242c8cdbefa8c3e..33559e97404f7448ac701b7ca1e408ec6f09f3f6 100644 GIT binary patch delta 16 XcmccYciC@4y%=+He(vTbv5Nu#Kqv\n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.mo b/apps/metadata/locale/it/LC_MESSAGES/django.mo index 160d186107aa862d4cacc1b9c35217895edbaa79..deecf788af0d7c9e0d28831a06bd14c432fdcc83 100644 GIT binary patch delta 16 XcmaFm^U7yKju>-te(vUcvETdvLD&Z) delta 16 XcmaFm^U7yKju>-ZYRTq&vETdvLKFup diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.po b/apps/metadata/locale/it/LC_MESSAGES/django.po index ca679de720..e868fe840d 100644 --- a/apps/metadata/locale/it/LC_MESSAGES/django.po +++ b/apps/metadata/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-03-21 13:22+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/metadata/locale/pl/LC_MESSAGES/django.mo b/apps/metadata/locale/pl/LC_MESSAGES/django.mo index f194573caf668d283bab0fed710f5bdd5587050d..949f8270a61bec194bd118cf5f7e2938772501a5 100644 GIT binary patch delta 16 XcmbQkK8JlnG!t`je(vTtCObv|Eu94D delta 16 XcmbQkK8JlnG!t`PYRTp}CObv|E!hO{ diff --git a/apps/metadata/locale/pl/LC_MESSAGES/django.po b/apps/metadata/locale/pl/LC_MESSAGES/django.po index ca0083092e..e3071a7b0c 100644 --- a/apps/metadata/locale/pl/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-20 17:15+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.mo b/apps/metadata/locale/pt/LC_MESSAGES/django.mo index 1be9af4a80cf1fd7bde7ff6e252be0135c5075e0..fd334b791c662c0d7fa41cbe84899ae828995cb2 100644 GIT binary patch delta 16 XcmZqmZS~y{F2\n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1244fc39958c9ca91407ef06267d568d27a59343 GIT binary patch literal 9875 zcmb7}TZ|-EdB=~9FR&&iU@#CT_&`|COziHNSz~*dwY}cUEZFRLZ?ndPI7>};&2+81 zt9t7)msLa%5Xq8*cp;J%AtB=kd5DC;HE_&G4V)tIwyGv+sVe&a4IQ-fqmJ-~~|pUIO0_z6!n@d;=8! zAAt{n{|Y_;-t%iY-xcr!JYNRy2UGA};8(zVz;A*Z;2WUU|G?eG{5JR$_&C@HHSbmM zEcpFm{O)%cg9_#d*a44$nje6Y_hnFW`~ZZt`5DMm^WVku9lxII`EF429s{2NKLs8I z{|sCM{|S`c9(-pm*Cp^ao_9c*`VTlOlH-*EzX8fWe+5d8eb9n`3(CGf196>s8_J3Q`$5_9L!jvA zi{}pbZ?_opFsQh`ALV4n74Sju5_l`)e+YgH#XirV;=POT4}llJF8EpSN$>`^0{$En z-5km)o}Vc&0JY9b;4=6cxCs6jwBYSH`NQA?;9>9+p!|M~Kgy#ogCY1jsJM9_%oo5D z;41iH@%(M@0?$7IrAG&&khpJ)V z_%-lZ@NdB5;Cns@Z}2jx_5K1B-A_Q-`&Nu0|KADn%De*<-7?q#UjUy2Uj`or{{@u1 z_mbT5n*}ZS04V!?3{*UBfRLI!P<+1%5_0ByAgY_c2SxwypyL1SC?PrC3res1LD4N2 z@6Ur;_j%Cq2Sv9B$`3Dtn995kDz4uI6}LYEaiRGscq{k|P;q<-nJKJOT+t^LbF~y#h+UzXm1Gk3q@vb5QiZ0B-}|iLv=R%M>EfmQAemw9u21s! zaqbKGqtjbIf3J8}oZZE3i)ZESQ{2)|I-leI9d6lm)^$hmQvN;5ExSL#t+*&J<&NsA zuFtr?)I3nJ_bB&e?#H-gGhNE*qwZJ!=MtcJ*Y*3{pWwd8tz6f2G6(0&j}^ZKj}*UU z>le6Jx#gcvbN?>4F6E=E#h_yAZf^NZaibhn{3;fn;ie3^dJdQq`or~6Zq*{?jbi^v z?&rCc&xF0(myUo}xOJW3RxO?5KF|FYZe7dzV^3^*!O+_n`gSu5dub4b$%;LkGzUge z-yi00=SF_&^}W=av(d&?zn9v9m)J0}UYf?iMwa?^?r<_^PS}#rCVpyz#Cmosjiiv5}_-5dK!*V?sW0nK9;Bw6BbW<$F(@I%{+eJ>5dEgSkfwjcGfksqeX zF^GqLPw%~&qZanEG#W9Z=M9H@64L7p{KN+7Tms=}!$*vAK_`JtBb#_Zzhd5P>LL=` z_cwzOCh5Spy@3~dz0{9`ghdi*=h7ZK)Wffg%DUI_LOy7)37?e}lO)eM2_C2!8`n!HF6FK45?>7W*hRDQ_Vv(iGEO1%d zo;*R3r|=0I6u37C9;dNTNI+2&We5jIZ6W%S`yO}eGbHlgCRo*5z=1Q$9|BxV|ppr3o zn3~}$FeNSNTa<|v`)OrHcgs(&NcJmA;`s$Dxio;D_Ob}_LY;I8`1yqwx`$czmoFiT zIF@>Hg@h>eENyp8J48<7V=tH4Wf^VS#U7q7r!G*X56}DJyMQ+im@E@Cn8*Go+HP?d z0iiWt+WCrJEF^X_jz*Q3BB<9b7jynTP@Ac`Y_r?!i|pZc=zF}- zS*FylYo7H+zPYHNEuk)@E<)?VQjpc-Qf4}ilbfN->&vA^9itFRh&K0G?)s&9v(8rF zPF9NhQcHgLNjRsI9}9TlUbRTqTy`bZJf{PYc`o3LHmb^k611Uyd(>6K_A6%(^GO|? zyyihsq{nBxcl5^%?yeR!c|umtI#W)))4cK}r%F?tF-oi^PrVSggtyu?O=+F#M`K>O z@wk;rLaQfREC!n(E(>PiH;$!er>Ba>vDpW`-(vF<;+49_KH*g+Se{D7@|s{p(L{jp+C!>yvN^w=!?b z@2vaYXvLmK!)yzAeLH_L_O1uR1v_7;xU;jF+vCi@*gYms964t5pHIw(_DQ?EaLAm= z!u@aVe}{V850Y^d?%&wequL?3aq4F?&OEpLArSNnT; z#IZiSnyEElx5%TCDR%#L3-MN*jokphIf>&B+N5BtRU5=zi=iBk_IsP`zZTj3@1}@M z=f+MRcxb~rW{1(X*c8pkR9PjMR)GB-f)XY8O2_snI5Z2(xKK1{ap`5 zJW*F_b~zOL^v<~jr%mZhwxTJaT5@>hoiyEZHgbKmCr2>uf*P-(%(aXrcuZ2M$3?XL zSIO(9ZM*hd#jg|=)-7*GRU6$yY#qwgT}N0A*XK*Hfz@;GZG~fv{ViOxB+K>EyxjU@uOGVz zt7o%>?4$;J|Lb8dz+}$%&Oa@c(Qf}$2m^?QE|O}-5K`EwzlmpkyB#0_W}_FA=ZXNR zjmHY=Mil{AU(2hv*2>mTdeLy;e&QsuAQ~6x>{25tT5ajsXDRj8d4lkrq!a))JuDh* z5vwQqh)agV4d1l`tU)rZb2ISWj#=}YMcfP_N4}1JJ;mAeLM26L;$M~My&>BbuBo!D zX>H9uZf<7!lpOigQ`(5TlW;xaM3T1a@n>~eU<%x4v2u66f@-gZn0 z$eVXQFD6AhPv~SgdrV|U^o;vo3UQQ*c75h1Q&aLZxQ?^+EoG#3p4g1K)^*n{pE8et ztExsxpyYBV8L?2zl-1LDXO-g?Tn;3vn|r7ZGDFT|h80c+oE`G)@^{rUxd^8FSFIx- zsRLeB-41B^$1azvR93poYW#Ibyt(BdRDZ4_SVrLfjTyGDI(3(n{h-=~YI8c-DucFK zuc_|=lU$~Pwq6g(@{?UWz02UWy2;i7k1l)Ct*u71)U}MH*dDCyS{W!sC#;Yu?BCFm zkB37l;Z#hTQ!`Hm+QEstM)b}mY-z?h3B~leKz?#Ow)Ij_LAL-ej>$@ zc{AAJXf^F#v##>oEJ@RE-1(%v)C?juHIwF=CTkg>bnR6(oZ@SP&OdefwxZ2;Z;su; z2EDoYd~e7%leWrvkTgQ16@gP`ROLCqOQ-p;uWwVK&z|9q2vo0-Fl?4KK1FcQDZU-V zB{s|4L@B)Jz8B=#)b{^m>Xct34xm*9&Hq~_$}6LEo8VZ6UtX~H|9m${>7}N#786#? zG+sXF1LC=Qh+?V#{b2)VLa1#;2Xh_YIQ7(fI{SRFRmA#25%HH%WUH&yBu87Z`c-&lYN0$7gGV9#0Zx~bO5x!7pAI8Te+jiPj!;)#%kQxJ19PLc4 zarve^^fhxCHXPR}6MTlqw|P@~AZoB^ddZZ_*MyFdaXU=ifiP*nI(M zZsp~Ra=A(&C5}FYxO0AS*f!;%51~gJoTW=dj%xd;)^r>SLJ`cgcR{4jA2Lt1yi0R8 zICGk5zSTF92~Rb42S)insHQur$rG=qY~Y+QK_q(^mm3Y$%9(B5Mb&9gHD#_8bvl+? WaP^ir;XKoiOwoZjNsMbN%>Mx-0huZQ literal 0 HcmV?d00001 diff --git a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ccbe017552 --- /dev/null +++ b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,456 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 2011. +# Renata Oliveira , 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:32+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:21 __init__.py:23 +msgid "edit metadata" +msgstr "editar metadados" + +#: __init__.py:22 +msgid "metadata" +msgstr "metadados" + +#: __init__.py:24 __init__.py:25 +msgid "add metadata" +msgstr "adicionar metadados" + +#: __init__.py:26 __init__.py:27 +msgid "remove metadata" +msgstr "remover metadados" + +#: __init__.py:29 models.py:34 views.py:316 +msgid "metadata types" +msgstr "tipos de metadados" + +#: __init__.py:30 __init__.py:35 +msgid "edit" +msgstr "editar" + +#: __init__.py:31 __init__.py:36 +msgid "delete" +msgstr "excluir" + +#: __init__.py:32 __init__.py:37 +msgid "create new" +msgstr "criar novo" + +#: __init__.py:34 views.py:416 +msgid "metadata sets" +msgstr "conjuntos de metadados" + +#: __init__.py:39 models.py:93 +msgid "default metadata" +msgstr "metadados padrão" + +#: classes.py:14 +#, python-format +msgid "'metadata' object has no attribute '%s'" +msgstr "Objeto 'metadados' tem nenhum atributo '%s'" + +#: forms.py:28 +msgid "required" +msgstr "exigido" + +#: forms.py:54 +msgid "id" +msgstr "id" + +#: forms.py:55 +msgid "Name" +msgstr "Nome" + +#: forms.py:57 +msgid "Value" +msgstr "Valor" + +#: forms.py:58 +msgid "Update" +msgstr "Atualizar" + +#: forms.py:64 +msgid "Metadata type" +msgstr "Tipo de metadados" + +#: forms.py:68 +msgid "Remove" +msgstr "Remover" + +#: forms.py:86 views.py:541 views.py:559 +msgid "Metadata sets" +msgstr "Conjuntos de metadados" + +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "Metadados" + +#: models.py:10 +#, python-format +msgid " Available models: %s" +msgstr "Modelos disponíveis: %s" + +#: models.py:11 +#, python-format +msgid " Available functions: %s" +msgstr "Funções disponíveis: %s" + +#: models.py:18 +msgid "name" +msgstr "nome" + +#: models.py:18 +msgid "Do not use python reserved words, or spaces." +msgstr "Não use palavras reservadas python, ou espaços." + +#: models.py:19 models.py:41 +msgid "title" +msgstr "título" + +#: models.py:21 +msgid "default" +msgstr "padrão" + +#: models.py:22 +#, python-format +msgid "Enter a string to be evaluated.%s" +msgstr "Digite uma expressão a ser avaliada. %s" + +#: models.py:24 +msgid "lookup" +msgstr "pesquisa" + +#: models.py:25 +#, python-format +msgid "" +"Enter a string to be evaluated. Example: [user.get_full_name() for user in " +"User.objects.all()].%s" +msgstr "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name()para o usuário em User.objects.all()]. %s" + +#: models.py:33 models.py:58 views.py:353 views.py:398 +msgid "metadata type" +msgstr "tipo de metadados" + +#: models.py:48 models.py:49 models.py:57 views.py:468 views.py:514 +msgid "metadata set" +msgstr "conjunto de metadados" + +#: models.py:65 +msgid "metadata set item" +msgstr "conjunto de item de metadados" + +#: models.py:66 +msgid "metadata set items" +msgstr "conjunto de itens de metadados" + +#: models.py:74 +msgid "document" +msgstr "documento" + +#: models.py:75 +msgid "type" +msgstr "tipo" + +#: models.py:76 views.py:304 +msgid "value" +msgstr "valor" + +#: models.py:82 models.py:83 +msgid "document metadata" +msgstr "metadados do documento" + +#: models.py:91 views.py:599 +msgid "document type" +msgstr "tipo de documento" + +#: models.py:92 +msgid "default metadata sets" +msgstr "padrão de metadados definidos" + +#: models.py:99 +msgid "document type defaults" +msgstr "padrões de tipo de documento" + +#: models.py:100 +msgid "document types defaults" +msgstr "padrões de tipos de documentos" + +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "Editar metadados de um documento" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "Adicionar metadados a um documento" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "Remover metadados de um documento" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "Ver os metadados de um documento" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "Configuração de metadados" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "Editar tipos de metadados" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "Criar novos tipos de metadados" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "Excluir tipos de metadados" + +#: permissions.py:17 +msgid "View metadata types" +msgstr "Ver tipos de metadados" + +#: permissions.py:19 +msgid "Edit metadata sets" +msgstr "Editar conjuntos de metadados" + +#: permissions.py:20 +msgid "Create new metadata sets" +msgstr "Criar novos conjuntos de metadados" + +#: permissions.py:21 +msgid "Delete metadata sets" +msgstr "Excluir conjuntos de metadados" + +#: permissions.py:22 +msgid "View metadata sets" +msgstr "Ver conjuntos de metadados" + +#: views.py:41 views.py:204 +msgid "The selected document doesn't have any metadata." +msgstr "O documento selecionado não tem qualquer metadado." + +#: views.py:52 views.py:144 views.py:216 +msgid "Must provide at least one document." +msgstr "Deve fornecer pelo menos um documento." + +#: views.py:87 views.py:251 +#, python-format +msgid "Error deleting document indexes; %s" +msgstr "Erro ao excluir índices de documento; %s" + +#: views.py:99 +#, python-format +msgid "Error editing metadata for document %(document)s; %(error)s." +msgstr "Erro de edição de metadados para documento %(document)s; %(error)s." + +#: views.py:102 +#, python-format +msgid "Metadata for document %s edited successfully." +msgstr "Metadados para o documento %s alterados com sucesso." + +#: views.py:107 views.py:268 +#, python-format +msgid "Error updating document indexes; %s" +msgstr "Erro ao atualizar índices de documento; %s" + +#: views.py:109 views.py:270 +msgid "Document indexes updated successfully." +msgstr "Índices de documento atualizados com sucesso. " + +#: views.py:120 +#, python-format +msgid "Edit metadata for document: %s" +msgstr "Editar os metadados do documento: %s" + +#: views.py:122 +#, python-format +msgid "Edit metadata for documents: %s" +msgstr "Editar os metadados do documentos: %s" + +#: views.py:161 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s successfully added to document " +"%(document)s." +msgstr "Tipo de metadados: %(metadata_type)s adicionado com sucesso para documento %(document)s." + +#: views.py:164 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s already present in document %(document)s." +msgstr "Tipo de metadados: %(metadata_type)s já presente no documento %(document)s ." + +#: views.py:188 +#, python-format +msgid "Add metadata type to document: %s" +msgstr "Adicionar tipo de metadados ao documento: %s" + +#: views.py:190 +#, python-format +msgid "Add metadata type to documents: %s" +msgstr "Adicionar tipo de metadados aos documentos: %s" + +#: views.py:259 +#, python-format +msgid "" +"Successfully remove metadata type: %(metadata_type)s from document: " +"%(document)s." +msgstr "Tipos de metadados removidos com êxito: %(metadata_type)s do documento: %(document)s." + +#: views.py:262 +#, python-format +msgid "" +"Error removing metadata type: %(metadata_type)s from document: %(document)s." +msgstr "Erro ao remover tipo de metadados: %(metadata_type)s do documento: %(document)s." + +#: views.py:281 +#, python-format +msgid "Remove metadata types from document: %s" +msgstr "Remover tipos de metadados do documento: %s" + +#: views.py:283 +#, python-format +msgid "Remove metadata types from documents: %s" +msgstr "Remover tipos de metadados dos documentos: %s" + +#: views.py:302 +#, python-format +msgid "metadata for: %s" +msgstr "metadados para: %s" + +#: views.py:320 +msgid "internal name" +msgstr "nome interno" + +#: views.py:341 +msgid "Metadata type edited successfully" +msgstr "Tipo de metadados editados com sucesso" + +#: views.py:344 +#, python-format +msgid "Error editing metadata type; %s" +msgstr "Erro de edição de tipo de metadados; %s" + +#: views.py:350 +#, python-format +msgid "edit metadata type: %s" +msgstr "editar tipo de metadados: %s" + +#: views.py:365 +msgid "Metadata type created successfully" +msgstr "Tipo de metadados criado com sucesso" + +#: views.py:371 +msgid "create metadata type" +msgstr "criar um tipo de metadados" + +#: views.py:390 +#, python-format +msgid "Metadata type: %s deleted successfully." +msgstr "Tipo de metadados: %s removido com sucesso." + +#: views.py:392 +#, python-format +msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +msgstr "Tipo de metadados: %(metadata_type)s erro ao deletar: %(error)s" + +#: views.py:403 +#, python-format +msgid "Are you sure you wish to delete the metadata type: %s?" +msgstr "Tem certeza de que deseja excluir o tipo de metadados: %s?" + +#: views.py:420 +msgid "members" +msgstr "membros" + +#: views.py:464 +#, python-format +msgid "non members of metadata set: %s" +msgstr "não-membros do conjunto de metadados: %s" + +#: views.py:465 +#, python-format +msgid "members of metadata set: %s" +msgstr "membros do conjunto de metadados: %s" + +#: views.py:480 +msgid "Metadata set created successfully" +msgstr "Conjunto de metadados criado com sucesso" + +#: views.py:486 +msgid "create metadata set" +msgstr "criar um conjunto de metadados" + +#: views.py:505 +#, python-format +msgid "Metadata set: %s deleted successfully." +msgstr "Conjunto de metadados: %s removido com sucesso." + +#: views.py:508 +#, python-format +msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +msgstr "Conjunto de metadados: %(metadata_set)s erro ao deletar: %(error)s " + +#: views.py:519 +#, python-format +msgid "Are you sure you wish to delete the metadata set: %s?" +msgstr "Tem certeza de que deseja excluir o conjunto de metadados: %s?" + +#: views.py:538 views.py:556 +msgid "Metadata types" +msgstr "" + +#: views.py:594 +#, python-format +msgid "non members of document type: %s" +msgstr "não membros do tipo de documento: %s" + +#: views.py:595 +#, python-format +msgid "members of document type: %s" +msgstr "membros do tipo de documento: %s" + +#: templates/metadata_set_help.html:3 +msgid "What are metadata sets?" +msgstr "O que são conjuntos de metadados?" + +#: templates/metadata_set_help.html:4 +msgid "" +"A metadata set is a group of one or more metadata types. Metadata sets are " +"useful when creating new documents; selecing a metadata set automatically " +"attaches it's member metadata types to said document." +msgstr "Um conjunto de metadados é um grupo de um ou mais tipos de metadados. Conjuntos de metadados são úteis na criação de novos documentos; selecionando um conjunto de metadados, automaticamente atribui tipos de metadados membros desse conjunto ao documento." + +#: templates/metadata_type_help.html:3 +msgid "What are metadata types?" +msgstr "Quais são os tipos de metadados?" + +#: templates/metadata_type_help.html:4 +msgid "" +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " +"name is the internal identifier with which it can be referenced to by other " +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." +msgstr "Um tipo de metadados define as características de um valor de algum tipo que pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome de cliente, uma data ou um projeto ao qual pertencem vários documentos. O nome de um tipo de metadados é o identificador interno com o qual ele pode ser referenciado pelos outros módulos, como o módulo de indexação, o título é o valor que é mostrado para os usuários, o valor padrão é o valor de uma instância desse tipo de metadados terá inicialmente, o valor de pesquisa e vira um exemplo de um metadados deste tipo em uma lista de escolha de quais opções são o resultado da execução a pesquisa de código." diff --git a/apps/metadata/locale/ru/LC_MESSAGES/django.mo b/apps/metadata/locale/ru/LC_MESSAGES/django.mo index 28eb52708add31eea534c6b3cfdf4d11e1cfe87e..a359bd0acafa116cedcf9b7390587c935abe3d6a 100644 GIT binary patch delta 16 XcmZolXiC@+EykRjpSw9uY>6ZQHZ=we delta 16 XcmZolXiC@+EykReTCzD#Y>6ZQHgN_N diff --git a/apps/metadata/locale/ru/LC_MESSAGES/django.po b/apps/metadata/locale/ru/LC_MESSAGES/django.po index e0bf40d7dc..dd1e9ea106 100644 --- a/apps/metadata/locale/ru/LC_MESSAGES/django.po +++ b/apps/metadata/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-27 04:25+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo b/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo index ec8c5d16e29149156e8c758a3c56bf2fc3e92a85..604ba8275768c7d3bee46cef9d96b112af33a2df 100644 GIT binary patch delta 15 XcmdnYx|wyu0Y>KJ{M^Zh89x93Fii$) delta 15 XcmdnYx|wyu0Y>J$)RM`E89x93Fo6bh diff --git a/apps/navigation/locale/de_DE/LC_MESSAGES/django.po b/apps/navigation/locale/de_DE/LC_MESSAGES/django.po index 7a34909697..01acd7ef98 100644 --- a/apps/navigation/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/navigation/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-04-20 09:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/navigation/locale/en/LC_MESSAGES/django.po b/apps/navigation/locale/en/LC_MESSAGES/django.po index cbce96c2c0..0bc235f3a9 100644 --- a/apps/navigation/locale/en/LC_MESSAGES/django.po +++ b/apps/navigation/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,14 +17,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: api.py:32 +msgid "Unnamed link" +msgstr "" + #: forms.py:14 msgid "Multi item action" msgstr "" -#: widgets.py:48 +#: widgets.py:33 msgid "icon" msgstr "" -#: templatetags/navigation_tags.py:283 +#: templatetags/navigation_tags.py:104 msgid "Selected item actions:" msgstr "" diff --git a/apps/navigation/locale/es/LC_MESSAGES/django.mo b/apps/navigation/locale/es/LC_MESSAGES/django.mo index a268facaf3a9fdd97d6820d8c7865b8f522650eb..c63db7aa8c09bcb6e81b8c8043e3e9295f9af931 100644 GIT binary patch delta 16 Xcmcb?dV_Vt8Aj&h{M^mw895mNI+X?o delta 16 Xcmcb?dV_Vt8Aj&3)RN8T895mNI?)CX diff --git a/apps/navigation/locale/es/LC_MESSAGES/django.po b/apps/navigation/locale/es/LC_MESSAGES/django.po index c4e5b9c43a..254e19d94a 100644 --- a/apps/navigation/locale/es/LC_MESSAGES/django.po +++ b/apps/navigation/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-04 16:58+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/navigation/locale/it/LC_MESSAGES/django.mo b/apps/navigation/locale/it/LC_MESSAGES/django.mo index 44a7432996b079ce004a5ec0fa91112dd720830f..a2f8eee203e5026462070be0b45b4c8fc3fcb7cd 100644 GIT binary patch delta 15 XcmbQlI*E0|97g8k{M^a&89xI6D&Pg= delta 15 XcmbQlI*E0|97g86)RM{b89xI6D-;Fn diff --git a/apps/navigation/locale/it/LC_MESSAGES/django.po b/apps/navigation/locale/it/LC_MESSAGES/django.po index 2b8d3de9aa..cb693e152b 100644 --- a/apps/navigation/locale/it/LC_MESSAGES/django.po +++ b/apps/navigation/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-08 07:22+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/navigation/locale/pl/LC_MESSAGES/django.mo b/apps/navigation/locale/pl/LC_MESSAGES/django.mo index d1dfdb2ff5c8955fdae6d0b6ec4433f3a4702c2a..0051371fb710a154d355054fda786db02e91dfe3 100644 GIT binary patch delta 16 XcmX@bdWv\n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.mo b/apps/navigation/locale/pt/LC_MESSAGES/django.mo index 95e17037cc0e63caa8119a3f412b7849e9352cd5..884f19029483c43a3399c611a2837a969b01adfd 100644 GIT binary patch delta 15 XcmZ3@x|(&v7Dnde{M^ag8NUDkF4YD{ delta 15 XcmZ3@x|(&v7Dnd0)RM{D8NUDkF9`-u diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.po b/apps/navigation/locale/pt/LC_MESSAGES/django.po index b34ee8d3ae..baebbd8c64 100644 --- a/apps/navigation/locale/pt/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-02 01:24+0000\n" "Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cd54acb0c51c6ffe6a64932098c6398c9b170fc8 GIT binary patch literal 712 zcmY*X&2AGh5H?Ua>EAt7gXx^cB@FSfU7bLGgH z3m1fX;KY#!KzR>dfR|vri71Tp?dP2td%m&f*S)Pz1Z@lP5V422jd+XjRwM2r-XrcK zJ|KMVXTR&_zhvlulCVprRskQY&%-C1eir zf1Q>SnPF^f^ce=(an9a=v6#+jDlUbhqr>zhm_V(KW2r4<&W254*;I2ncdq79R7f{( zW?`nQ$Y?8!)F!I@-bh;8fDOj4rtH9g@G97$aKLFVPI@eU%90(L^m+V@#ZTfG6WIjL zr7!SI;cqy!7QzMiuh0})9iJpOR8o8}c_srT6ZUlveR!dRB@_A7S zS$eJec#0|-Q2?8Qs5l*ChfRTcfp&&QEM?iHolT32#UgaRo;-z%w$pljVK%DQy)wuv z8**2eU+4L< zr(oDfWjdFt;Iu!J?yq`I+gic6Y>X(`kv5g(RMqXT9rSkTdO7GQx=)jCKwhlAt*$i9 kfu66v;%iwy5X!dxA7Fi;9UJTC1)oCX0>@, 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: forms.py:14 +msgid "Multi item action" +msgstr "Ação de vários itens" + +#: widgets.py:48 +msgid "icon" +msgstr "ícone" + +#: templatetags/navigation_tags.py:283 +msgid "Selected item actions:" +msgstr "Ações de item selecionadas:" diff --git a/apps/navigation/locale/ru/LC_MESSAGES/django.mo b/apps/navigation/locale/ru/LC_MESSAGES/django.mo index a28555b875724e01166d9f652cfff0e2e12ca9dc..52796f47c9d6c2348070b50e11dbb11bf172d432 100644 GIT binary patch delta 16 XcmbQvHl1z53P$GS{M^l}8FLr`F}($% delta 16 XcmbQvHl1z53P$F<)RN7s8FLr`G5H0m diff --git a/apps/navigation/locale/ru/LC_MESSAGES/django.po b/apps/navigation/locale/ru/LC_MESSAGES/django.po index 8318e8640f..7d3900bb5d 100644 --- a/apps/navigation/locale/ru/LC_MESSAGES/django.po +++ b/apps/navigation/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-19 21:05+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo b/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo index 4b343d44f4769278349947d6c99cf782cb0bb3ce..c3162ffa7e50eeb28e40b2da0ebd101e1efb431f 100644 GIT binary patch delta 16 Ycmdn)zTJJpMPcUT{M^k~gdg(*06^vkUjP6A delta 16 Ycmdn)zTJJpMPcT=)RN6tgdg(*06`)LX8-^I diff --git a/apps/ocr/locale/de_DE/LC_MESSAGES/django.po b/apps/ocr/locale/de_DE/LC_MESSAGES/django.po index 407a51f204..7199233089 100644 --- a/apps/ocr/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/ocr/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/ocr/locale/en/LC_MESSAGES/django.po b/apps/ocr/locale/en/LC_MESSAGES/django.po index a303cc20eb..f5412cb33c 100644 --- a/apps/ocr/locale/en/LC_MESSAGES/django.po +++ b/apps/ocr/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,61 +17,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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 +#: __init__.py:46 links.py:24 permissions.py:7 conf/settings.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 +#: __init__.py:57 msgid "Default" msgstr "" -#: __init__.py:102 +#: __init__.py:86 msgid "Checks the OCR queue for pending documents." msgstr "" @@ -79,6 +33,52 @@ msgstr "" msgid "Text from OCR" msgstr "" +#: links.py:11 links.py:12 +msgid "submit to OCR queue" +msgstr "" + +#: links.py:13 links.py:14 +msgid "re-queue" +msgstr "" + +#: links.py:15 links.py:16 links.py:29 +msgid "delete" +msgstr "" + +#: links.py:18 +msgid "stop queue" +msgstr "" + +#: links.py:19 +msgid "activate queue" +msgstr "" + +#: links.py:21 +msgid "clean up pages content" +msgstr "" + +#: links.py:21 +msgid "" +"Runs a language filter to remove common OCR mistakes from document pages " +"content." +msgstr "" + +#: links.py:23 +msgid "queue document list" +msgstr "" + +#: links.py:26 +msgid "transformations" +msgstr "" + +#: links.py:27 +msgid "add transformation" +msgstr "" + +#: links.py:28 +msgid "edit" +msgstr "" + #: literals.py:8 msgid "stopped" msgstr "" @@ -111,8 +111,8 @@ msgstr "" msgid "state" msgstr "" -#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354 -#: views.py:384 views.py:420 +#: models.py:37 models.py:45 views.py:42 views.py:312 views.py:353 +#: views.py:383 views.py:419 msgid "document queue" msgstr "" @@ -148,7 +148,7 @@ msgstr "" msgid "queue documents" msgstr "" -#: models.py:79 views.py:47 +#: models.py:79 views.py:46 msgid "Missing document." msgstr "" @@ -156,15 +156,15 @@ msgstr "" msgid "Enter a valid value." msgstr "" -#: models.py:111 views.py:317 +#: models.py:111 views.py:316 msgid "order" msgstr "" -#: models.py:112 views.py:318 views.py:355 views.py:385 +#: models.py:112 views.py:317 views.py:354 views.py:384 msgid "transformation" msgstr "" -#: models.py:113 views.py:319 +#: models.py:113 views.py:318 msgid "arguments" msgstr "" @@ -215,202 +215,202 @@ msgstr "" msgid "OCR statistics" msgstr "" -#: views.py:40 +#: views.py:39 #, python-format msgid "documents in queue: %s" msgstr "" -#: views.py:48 +#: views.py:47 msgid "thumbnail" msgstr "" -#: views.py:61 +#: views.py:60 msgid "document queue properties" msgstr "" -#: views.py:62 +#: views.py:61 #, python-format msgid "Current state: %s" msgstr "" -#: views.py:78 views.py:166 +#: views.py:77 views.py:165 msgid "Must provide at least one queue document." msgstr "" -#: views.py:88 +#: views.py:87 #, python-format msgid "Document: %s is being processed and can't be deleted." msgstr "" -#: views.py:91 +#: views.py:90 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:95 +#: views.py:94 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:108 +#: views.py:107 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:110 +#: views.py:109 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:146 +#: views.py:145 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." msgstr "" -#: views.py:149 +#: views.py:148 #, python-format msgid "Document: %(document)s is already queued." msgstr "" -#: views.py:178 +#: views.py:177 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" msgstr "" -#: views.py:184 +#: views.py:183 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:188 +#: views.py:187 #, python-format msgid "Document: %s is already being processed and can't be re-queded." msgstr "" -#: views.py:200 +#: views.py:199 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:202 +#: views.py:201 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:220 +#: views.py:219 #, python-format msgid "Document queue: %s, already stopped." msgstr "" -#: views.py:226 +#: views.py:225 #, python-format msgid "Document queue: %s, stopped successfully." msgstr "" -#: views.py:232 +#: views.py:231 #, python-format msgid "Are you sure you wish to disable document queue: %s" msgstr "" -#: views.py:247 +#: views.py:246 #, python-format msgid "Document queue: %s, already active." msgstr "" -#: views.py:253 +#: views.py:252 #, python-format msgid "Document queue: %s, activated successfully." msgstr "" -#: views.py:259 +#: views.py:258 #, python-format msgid "Are you sure you wish to activate document queue: %s" msgstr "" -#: views.py:276 +#: views.py:275 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:277 +#: views.py:276 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:283 +#: views.py:282 msgid "Document pages content clean up complete." msgstr "" -#: views.py:285 +#: views.py:284 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: views.py:311 +#: views.py:310 #, python-format msgid "transformations for: %s" msgstr "" -#: views.py:341 +#: views.py:340 msgid "Queue transformation edited successfully" msgstr "" -#: views.py:344 +#: views.py:343 #, python-format msgid "Error editing queue transformation; %s" msgstr "" -#: views.py:349 +#: views.py:348 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:372 +#: views.py:371 msgid "Queue transformation deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 #, python-format msgid "Error deleting queue transformation; %(error)s" msgstr "" -#: views.py:387 +#: views.py:386 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" msgstr "" -#: views.py:410 +#: views.py:409 msgid "Queue transformation created successfully" msgstr "" -#: views.py:413 +#: views.py:412 #, python-format msgid "Error creating queue transformation; %s" msgstr "" -#: views.py:422 +#: views.py:421 #, python-format msgid "Create new transformation for queue: %s" msgstr "" -#: conf/settings.py:13 +#: conf/settings.py:29 msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." msgstr "" -#: conf/settings.py:14 +#: conf/settings.py:37 msgid "Maximum amount of concurrent document OCRs a node can perform." msgstr "" -#: conf/settings.py:15 +#: conf/settings.py:45 conf/settings.py:53 msgid "Automatically queue newly created documents for OCR." msgstr "" -#: conf/settings.py:17 +#: conf/settings.py:61 msgid "File path to unpaper program." msgstr "" -#: conf/settings.py:18 +#: conf/settings.py:70 msgid "" "File path to poppler's pdftotext program used to extract text from PDF files." msgstr "" diff --git a/apps/ocr/locale/es/LC_MESSAGES/django.mo b/apps/ocr/locale/es/LC_MESSAGES/django.mo index 806b58cb5a32f87532a35bb6e318fe02af8a2579..d4bd90f614210a886d3bc922deb16c11a8ec79a7 100644 GIT binary patch delta 16 XcmZ4Hy3BQhkqC2ge(q*dkwQKIG=~L> delta 16 XcmZ4Hy3BQhkqC2MYRP6(kwQKIG{Xgw diff --git a/apps/ocr/locale/es/LC_MESSAGES/django.po b/apps/ocr/locale/es/LC_MESSAGES/django.po index 099121a96b..894ff39f1e 100644 --- a/apps/ocr/locale/es/LC_MESSAGES/django.po +++ b/apps/ocr/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/ocr/locale/it/LC_MESSAGES/django.mo b/apps/ocr/locale/it/LC_MESSAGES/django.mo index 91eee496409f21abcaaddb647c50a7e78c0d6702..6a5b3e33fcd90a38724408ad3a297e89b3ad23ef 100644 GIT binary patch delta 16 XcmezG_}_8E31Q~s{M^l_g-v(?M#l#r delta 16 XcmezG_}_8E31Q~E)RN7og-v(?M*{~a diff --git a/apps/ocr/locale/it/LC_MESSAGES/django.po b/apps/ocr/locale/it/LC_MESSAGES/django.po index d7110f4572..b61b57fc84 100644 --- a/apps/ocr/locale/it/LC_MESSAGES/django.po +++ b/apps/ocr/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/ocr/locale/pl/LC_MESSAGES/django.mo b/apps/ocr/locale/pl/LC_MESSAGES/django.mo index 913ff639e64be2dee911990025b550035e3937af..4f60a9c5061f523a30ea7c2158f0114ebc48a96d 100644 GIT binary patch delta 15 WcmX@ha+YO7BqMWje(vNL#*Y9k(FM=| delta 15 WcmX@ha+YO7BqMWPYRTjn#*Y9l1qIju diff --git a/apps/ocr/locale/pl/LC_MESSAGES/django.po b/apps/ocr/locale/pl/LC_MESSAGES/django.po index 8c6d4a870b..9002b4646b 100644 --- a/apps/ocr/locale/pl/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.mo b/apps/ocr/locale/pt/LC_MESSAGES/django.mo index eebe3a40884696428f62c48b5f582315e9e4861f..c431f4eb909411266000d74d7ae8c7f925dd7d03 100644 GIT binary patch delta 16 XcmdmOzuSJpKOyGi{M^lq!n=3?KEeis delta 16 XcmdmOzuSJpKOyG4)RN7N!n=3?KK=%b diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.po b/apps/ocr/locale/pt/LC_MESSAGES/django.po index 7835cf478f..dc6d3b20e2 100644 --- a/apps/ocr/locale/pt/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pt/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo b/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..909628ec4f72c7187bde00c6794bb49a2d199482 GIT binary patch literal 8137 zcmbW5TZ|=D6^1v+MTU!rfQpJ+hD*1@>F&9~Ob;^*O!vUZ40B-sMUB~gYIk=*ovK4s zot{fHJP3(IG(2dc4~ioXDoQXCB@$nxjmn!3V4@&TJZOlCns^EL;P>yUbDi#ivC{ke zb=jA-*ZS95d-ZFVob`3XbuaD1w3p5_<{|L0v-#or(z(Vs@KJCR_y)KIwC^@%Blsy$ z@4o`>0bi)!UvQo=lRWPPr@%I-ekVW+{vKQh{u{gwT)W1Y_kwqTEMYzit_3|f4nA7r zv!KTPss4W6`Nmw$a|2YrL*VS}+1X0)83X0sa7#+67YVFrAiOhYV=4pZ-1anaPdJMc0d4iUj;Sa*&nEQFbVR?+y|;( z4$gp2fOmkegSUfI7)$#&23`UF9ORRE3Dmg1f*Zjr__ztY6O^1^tnnFeFVC-l(&yNR zDnGpm6mJs{m6$fTAAAJ75qufcJQorq8sJt?>n(ti`)l9=_#+Tim`fqk1>ibxE4Zb8 z&OzDtArMi`BcSa31jwIxiXT*Nep|nP4U}I00?O`x2gUcdz^lNEAglDa9+X}`4QgKx zgOckTpm_CTQ2c!k)O^3FpMM3O&-06*o!p990WDrC+p`3lzkom)$d_YeEljY-h3OB9-aZAtyxdIht|Drt#8DIiSA2Kv9Wt0 zTDYWd?Om5_B)f@=XVP@ZUW1q9S?Q9!x|eKeX$NT9uP*6XGV9Xbw$Ntvz;zoAHb-Z@8;| z_5qXi^R=LKe2{jie)kD*6HVOcUUze|owkQIPTNfr7q-!K$uDGE@lw|g+Qx8K<;TjKE)P4UOv(#kq%X|s7-_-2+yg)K81`NSQw`*$7E z`zUL6T0Skq7nda25j&sdwp{c!%_4tYVT&@$-GaBdZzplnm2sBZY{}<~-bEAUmfYK8 zS;rQg`sPSnENT_kEaN3t`rZom!H)0vX?snv`k-dwU1~dRizGpYHY*nv(Mx2!dG&$p z$+K2iqPL>fI^8kF=?p4!mlmk2RcYm_YsQA(j2Bm(Lgct`bIIxHC-;rh+Tuz5yW8uO znS^el=VP_jQh$W|X6`Xs)YD-R=m1$J%q~phqqwx7*i%W;&a<}9%h(rY*P?Ge0FmHM z|GU`K_GuKS3;ju%EUaT$)DG(`tkM?R)w>&+=;h?z%l8ukVpP!Vj8FUlj8l6gx2M zVBdtTN5`r$gDbDl2j6SAJ#N<9>_Dgb<0+Svy`$b}9>%&3KVI0lz|SgS!n6bHjPyL> z=o&@v0?!_@uR4ao;{)nmVRV;?r<`F>&>`{Wyyyefq+6tLX=Ix&y{@!#3QTeegzKvb z0mArGj;mq@qh>|wVHRovGfULTt+Pumi6i}XFxRYzP`Qa@3VRw0;DP}{6s zuFDiTGv*KZKw8J0a|Jzy$3-!?Io@=NQqwQRk+-h2#B*L`>1b%4Fiffz92;kin}yk* z+Qj9gn#h%I&J{%dauJd$z*G^oMdB*m1Kt){%iA*6PlmVqW=BqZP#LBdWrkI)w1=mU zdT2Fd*!aC5IOxpvV0^UHSR9ZT};}}QkN6Y zwPKt`MBjLxaFs7q2ZigI$ti3GAL*s}z*iF!BWu$z>+BUbd((Q(7pEk-`~p9wB$HDOSKOlyK4o5aoe z#H6m}jm}Rt++}&>b5mzQQ-?7e$5c+<6>;RzCKz|*U17R`l$%0nFeFBPvvws=xFu(p zN{ce0h*FuST?|O!w_~^F?s%Mx+p&6!M~)ns2%3%O{n4;fj4g!~lkIA+4Ij0N$*ylt zw#(1mdT4Td&AvVRX8RglKQXmtS9RuX96r{@(@MN|vYog%-DaDME-!q!{qDoN8(aGQ z!dcYkjoGxB>9jR%x6H+5Px@&a)>?BQ>EteH>?VM7I7r*!vDm(0o2_oQkEM2pT|d5t z;N)=q$iZU%3ct`vqpZ-qV~<6}D}AgFM0{(z+$lZazHx3dn=U^~Feh5i<-SP-a2j0~ z63gFPep1B?aaWU{s;msUSuvHvphE8jMB1#2hGtszEBs9dWc%I5< zkVl##%r#&gg=-1Gxpo)J<&xrLBZN@{b~LkW0%p0gFCjNi9EA62u+ z2|~HzEg^@+_QKV`{ndy%G>Z-cDq&o8GPRBxs3QA28XhDJikBz$cCXh|HS#w|$`UFv zIC|rrt98DA`GoaF$!{3;PC80=(J7`3->c=9pE?>VIE2+h3>uWRU*V8#hDsdU7b~r; z)UOgw>O7ytlsR!zCm>9<{GEQJfgzeYq)|$zx0z(nOPFYoB+~Q9WM-xt6QuV6kqaou z=&J0IM4TtYm$t}Wa3&mHXIQABHpkme5~9=c)3U^DWJ?`q>)r+CMJJ-d`pE8 z70}Z1392HEp>7fF9jJ?JZ-H(EKE(pv>Zm`c z4hbiXsmTz8+T~htx+vEq7d_aCmuiaz)vHi)wyvC1V)T+?YxxA#({LW*-(?h3NxA&p z)DxdDbfKe{)TUe*3|EyaE}t;F9Wimp@i3w1gpc}CPZA`TCYdD;G8a?ywAD);RUL)j zxpMhwRZ%3gieP58Ws#j2R@kbR;yqE2nbf^1s;Wd1q)L3qtqG@mrNDNrgTAmUI{tvo zENrAaffK_4V}wjSJ_N!HM;EhdUq`KQQYbp9cQ@<@qmNA8^D)v%KVC;>HWZIoxD^U5 zxEu&u9r;?7>sECa|5k$P`fp@Q6T%uYxrm5cPXW;IcXSmCVg!*{$ zL}A6Do, 2011. +# Renata Oliveira , 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:32 __init__.py:33 +msgid "submit to OCR queue" +msgstr "submeter à lista de OCR" + +#: __init__.py:34 __init__.py:35 +msgid "re-queue" +msgstr "re-enfileirar" + +#: __init__.py:36 __init__.py:37 __init__.py:50 +msgid "delete" +msgstr "excluir" + +#: __init__.py:39 +msgid "stop queue" +msgstr "parar lista" + +#: __init__.py:40 +msgid "activate queue" +msgstr "ativar lista" + +#: __init__.py:42 +msgid "clean up pages content" +msgstr "limpar conteúdo das páginas" + +#: __init__.py:42 +msgid "" +"Runs a language filter to remove common OCR mistakes from document pages " +"content." +msgstr "Executa um filtro de linguagem para remover erros comuns de OCR do conteúdo das páginas do documento." + +#: __init__.py:44 +msgid "queue document list" +msgstr "lista de documentos da fila" + +#: __init__.py:45 __init__.py:63 permissions.py:7 +msgid "OCR" +msgstr "OCR" + +#: __init__.py:47 +msgid "transformations" +msgstr "transformações" + +#: __init__.py:48 +msgid "add transformation" +msgstr "adicionar transformação" + +#: __init__.py:49 +msgid "edit" +msgstr "editar" + +#: __init__.py:74 +msgid "Default" +msgstr "Padrão" + +#: __init__.py:102 +msgid "Checks the OCR queue for pending documents." +msgstr "Verifica a lista de OCR para documentos pendentes." + +#: api.py:122 +msgid "Text from OCR" +msgstr "Texto de OCR" + +#: literals.py:8 +msgid "stopped" +msgstr "parado" + +#: literals.py:9 +msgid "active" +msgstr "ativo" + +#: literals.py:18 +msgid "pending" +msgstr "pendente" + +#: literals.py:19 +msgid "processing" +msgstr "processamento" + +#: literals.py:20 +msgid "error" +msgstr "erro" + +#: models.py:27 +msgid "name" +msgstr "nome" + +#: models.py:28 +msgid "label" +msgstr "rótulo" + +#: models.py:32 models.py:52 +msgid "state" +msgstr "estado" + +#: 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 "lista de documento" + +#: models.py:38 +msgid "document queues" +msgstr "listas de documento" + +#: models.py:46 +msgid "document" +msgstr "documento" + +#: models.py:47 +msgid "date time submitted" +msgstr "data e hora submetido" + +#: models.py:48 +msgid "delay ocr" +msgstr "atraso ocr" + +#: models.py:53 +msgid "result" +msgstr "resultado" + +#: models.py:54 +msgid "node name" +msgstr "nome do nó" + +#: models.py:58 +msgid "queue document" +msgstr "enfileirar documento" + +#: models.py:59 +msgid "queue documents" +msgstr "enfileirar documentos" + +#: models.py:79 views.py:47 +msgid "Missing document." +msgstr "Falta de documento." + +#: models.py:83 +msgid "Enter a valid value." +msgstr "Digite um valor válido." + +#: models.py:111 views.py:317 +msgid "order" +msgstr "ordem" + +#: models.py:112 views.py:318 views.py:355 views.py:385 +msgid "transformation" +msgstr "transformação" + +#: models.py:113 views.py:319 +msgid "arguments" +msgstr "argumentos" + +#: models.py:113 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Use dicionários para identificar argumentos, exemplo: %s" + +#: models.py:123 +msgid "document queue transformation" +msgstr "transformação de lista de documento ocr" + +#: models.py:124 +msgid "document queue transformations" +msgstr "transformações de listas de documentos" + +#: 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 "Pode editar uma lista de propriedades OCR" + +#: statistics.py:8 +#, python-format +msgid "Document queues: %d" +msgstr "Listas de documento: %d" + +#: statistics.py:9 +#, python-format +msgid "Queued documents: %d" +msgstr "Documentos na lista: %d" + +#: statistics.py:13 +msgid "OCR statistics" +msgstr "estatísticas de OCR" + +#: views.py:40 +#, python-format +msgid "documents in queue: %s" +msgstr "documentos na lista: %s" + +#: views.py:48 +msgid "thumbnail" +msgstr "miniatura" + +#: views.py:61 +msgid "document queue properties" +msgstr "propriedades da lista de documento" + +#: views.py:62 +#, python-format +msgid "Current state: %s" +msgstr "Estado atual: %s" + +#: views.py:78 views.py:166 +msgid "Must provide at least one queue document." +msgstr "Deve fornecer pelo menos um documento da lista." + +#: views.py:88 +#, python-format +msgid "Document: %s is being processed and can't be deleted." +msgstr "Documento: %s está sendo processado e não pode ser excluído." + +#: views.py:91 +#, python-format +msgid "Queue document: %(document)s deleted successfully." +msgstr "Lista de documento: %(document)s removido com sucesso." + +#: views.py:95 +#, python-format +msgid "Error deleting document: %(document)s; %(error)s" +msgstr "Erro ao excluir documento: %(document)s; %(error)s " + +#: views.py:108 +#, python-format +msgid "Are you sure you wish to delete queue document: %s?" +msgstr "Você tem certeza que deseja deletar o documento da lista: %s?" + +#: views.py:110 +#, python-format +msgid "Are you sure you wish to delete queue documents: %s?" +msgstr "Tem certeza de que deseja excluir os documentos da lista: %s?" + +#: views.py:146 +#, python-format +msgid "Document: %(document)s was added to the OCR queue: %(queue)s." +msgstr "Documento: %(document)s foi adicionado à lista de OCR: %(queue)s ." + +#: views.py:149 +#, python-format +msgid "Document: %(document)s is already queued." +msgstr "Documento: %(document)s já está na lista." + +#: views.py:178 +#, python-format +msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgstr "Documento: %(document)s foi re-enfileirado para a lista de OCR: %(queue)s " + +#: views.py:184 +#, python-format +msgid "Document id#: %d, no longer exists." +msgstr "#ID do documento: %d, não existe mais." + +#: views.py:188 +#, python-format +msgid "Document: %s is already being processed and can't be re-queded." +msgstr "Documento: %s já está sendo processado e não pode ser re-enfileirado." + +#: views.py:200 +#, python-format +msgid "Are you sure you wish to re-queue document: %s?" +msgstr "Tem certeza de que deseja re-enfileirar o documento: %s?" + +#: views.py:202 +#, python-format +msgid "Are you sure you wish to re-queue documents: %s?" +msgstr "Tem certeza de que deseja voltar a lista de documentos: %s?" + +#: views.py:220 +#, python-format +msgid "Document queue: %s, already stopped." +msgstr "Lista de documento: %s, já está parado." + +#: views.py:226 +#, python-format +msgid "Document queue: %s, stopped successfully." +msgstr "Lista de documento: %s, parada com êxito." + +#: views.py:232 +#, python-format +msgid "Are you sure you wish to disable document queue: %s" +msgstr "Tem certeza de que deseja desativar a lista de documento: %s" + +#: views.py:247 +#, python-format +msgid "Document queue: %s, already active." +msgstr "Lista de documento: %s, já está ativa." + +#: views.py:253 +#, python-format +msgid "Document queue: %s, activated successfully." +msgstr "Lista de documento: %s, ativada com sucesso." + +#: views.py:259 +#, python-format +msgid "Are you sure you wish to activate document queue: %s" +msgstr "Tem certeza de que deseja ativar a lista de documento: %s" + +#: views.py:276 +msgid "Are you sure you wish to clean up all the pages content?" +msgstr "Tem certeza de que deseja limpar todo o conteúdo das páginas?" + +#: views.py:277 +msgid "On large databases this operation may take some time to execute." +msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." + +#: views.py:283 +msgid "Document pages content clean up complete." +msgstr "Limpeza do conteúdo das páginas do documento completa." + +#: views.py:285 +#, python-format +msgid "Document pages content clean up error: %s" +msgstr "Erro ao limpar o conteúdo das páginas do documento: %s" + +#: views.py:311 +#, python-format +msgid "transformations for: %s" +msgstr "transformações para: %s" + +#: views.py:341 +msgid "Queue transformation edited successfully" +msgstr "Transformação da lista editada com sucesso" + +#: views.py:344 +#, python-format +msgid "Error editing queue transformation; %s" +msgstr "Erro ao editar transformação da lista; %s" + +#: views.py:349 +#, python-format +msgid "Edit transformation: %s" +msgstr "Editar Transformação: %s" + +#: views.py:372 +msgid "Queue transformation deleted successfully." +msgstr "Transformação de lista apagada com sucesso." + +#: views.py:374 +#, python-format +msgid "Error deleting queue transformation; %(error)s" +msgstr "Erro ao deletar transformação de lista; %(error)s " + +#: views.py:387 +#, python-format +msgid "" +"Are you sure you wish to delete queue transformation \"%(transformation)s\"" +msgstr "Tem certeza que deseja deletar a transformação de lista \"%(transformation)s\"" + +#: views.py:410 +msgid "Queue transformation created successfully" +msgstr "Transformação de lista criada com sucesso" + +#: views.py:413 +#, python-format +msgid "Error creating queue transformation; %s" +msgstr "Erro ao criar a transformação de lista; %s" + +#: views.py:422 +#, python-format +msgid "Create new transformation for queue: %s" +msgstr "Criar nova transformação para a lista: %s" + +#: conf/settings.py:13 +msgid "" +"Amount of seconds to delay OCR of documents to allow for the node's storage " +"replication overhead." +msgstr "Quantidade de segundos de atraso OCR de documentos para permitir o nó da sobrecarga de replicação de armazenamento." + +#: conf/settings.py:14 +msgid "Maximum amount of concurrent document OCRs a node can perform." +msgstr "Quantidade máxima de documentos simultâneos OCRs que um nó pode executar." + +#: conf/settings.py:15 +msgid "Automatically queue newly created documents for OCR." +msgstr "Listar automaticamente os novos documentos criados para OCR " + +#: conf/settings.py:17 +msgid "File path to unpaper program." +msgstr "Caminho do arquivo para o programa unpaper." + +#: 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 "Texto extraído de PDF" diff --git a/apps/ocr/locale/ru/LC_MESSAGES/django.mo b/apps/ocr/locale/ru/LC_MESSAGES/django.mo index 8dc034856563aa85835b1ebe31468c9fa5dcb3d9..c4b7e5eefc803de518947f30b3061c6ac13ce8f3 100644 GIT binary patch delta 16 XcmX>Yb}($i31Q~s{M^l_h0DYNLR|+M delta 16 XcmX>Yb}($i31Q~E)RN7oh0DYNLYW65 diff --git a/apps/ocr/locale/ru/LC_MESSAGES/django.po b/apps/ocr/locale/ru/LC_MESSAGES/django.po index 3b381e8e42..6a87dc6872 100644 --- a/apps/ocr/locale/ru/LC_MESSAGES/django.po +++ b/apps/ocr/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo b/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo index 060c29786e254afb20531453c7f2f64eb8d6bb1e..8f47af721564037f2ce645d323d5f35038ed606d 100644 GIT binary patch delta 25 hcmbOsHA8B{ZFUw*D+A-n_t_URC+FvGZswTE0swZt2?PKD delta 25 hcmbOsHA8B{ZFUw5D+9~P_t_UR=cSfxZswTE0swbC2@wDQ diff --git a/apps/permissions/locale/de_DE/LC_MESSAGES/django.po b/apps/permissions/locale/de_DE/LC_MESSAGES/django.po index e751a0ee5c..3e39330cf9 100644 --- a/apps/permissions/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/permissions/locale/de_DE/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-04-20 11:13+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/permissions/locale/en/LC_MESSAGES/django.po b/apps/permissions/locale/en/LC_MESSAGES/django.po index de85d2afd7..5ef696b0a0 100644 --- a/apps/permissions/locale/en/LC_MESSAGES/django.po +++ b/apps/permissions/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,35 +17,35 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:17 models.py:209 views.py:40 +#: links.py:11 models.py:209 views.py:40 msgid "roles" msgstr "" -#: __init__.py:18 +#: links.py:12 msgid "create new role" msgstr "" -#: __init__.py:19 +#: links.py:13 msgid "edit" msgstr "" -#: __init__.py:20 +#: links.py:14 msgid "members" msgstr "" -#: __init__.py:21 +#: links.py:15 msgid "role permissions" msgstr "" -#: __init__.py:22 +#: links.py:16 msgid "delete" msgstr "" -#: __init__.py:24 +#: links.py:18 msgid "grant" msgstr "" -#: __init__.py:25 +#: links.py:19 msgid "revoke" msgstr "" @@ -94,7 +94,7 @@ msgstr "" msgid "role members" msgstr "" -#: permissions.py:7 +#: permissions.py:7 conf/settings.py:6 msgid "Permissions" msgstr "" @@ -197,7 +197,7 @@ msgstr "" msgid "Grant" msgstr "" -#: conf/settings.py:10 +#: conf/settings.py:13 msgid "" "A list of existing roles that are automatically assigned to newly created " "users" diff --git a/apps/permissions/locale/es/LC_MESSAGES/django.mo b/apps/permissions/locale/es/LC_MESSAGES/django.mo index f9319b74a46f7d904b682994555831d32b8c55f0..4a64660703ae9fe85d2b8f669ba8ba9ae2101d8f 100644 GIT binary patch delta 25 hcmX>lbxLZ(ZFUw*D+A-n_u1DnC+FvG?&sLe0sw&$38nx5 delta 25 hcmX>lbxLZ(ZFUw5D+9~P_u1Dn=cSfx?&sLe0sw)L39|qI diff --git a/apps/permissions/locale/es/LC_MESSAGES/django.po b/apps/permissions/locale/es/LC_MESSAGES/django.po index 1140c22de7..9edfad5410 100644 --- a/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/apps/permissions/locale/es/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-02-12 00:25+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/permissions/locale/it/LC_MESSAGES/django.mo b/apps/permissions/locale/it/LC_MESSAGES/django.mo index 9b81300102ced2a18a6939e3958805341d625c31..771cbaa9fa26c166f27674c0e1288a20aef0f23f 100644 GIT binary patch delta 25 hcmZ1=wLogaZFUw*D+A-n_t|GLC+FvGuHjh10swdV2^9bU delta 25 hcmZ1=wLogaZFUw5D+9~P_t|GL=cSfxuHjh10swe<2_gUh diff --git a/apps/permissions/locale/it/LC_MESSAGES/django.po b/apps/permissions/locale/it/LC_MESSAGES/django.po index b3e49349d4..355438eb2d 100644 --- a/apps/permissions/locale/it/LC_MESSAGES/django.po +++ b/apps/permissions/locale/it/LC_MESSAGES/django.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-03-21 13:31+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/permissions/locale/pl/LC_MESSAGES/django.mo b/apps/permissions/locale/pl/LC_MESSAGES/django.mo index d0fc59ddcf060ad007faddfd59f03cdfaaf90fce..78205670327352881a9c2b8bf824e5b716a5d225 100644 GIT binary patch delta 25 gcmeC=?Bv{#&BS79WnerxpQ(d6IX`#vFQ$G*0AmXXDF6Tf delta 25 gcmeC=?Bv{#&BS71WneiupQ(d6FSTUzFQ$G*0Aq>>HUIzs diff --git a/apps/permissions/locale/pl/LC_MESSAGES/django.po b/apps/permissions/locale/pl/LC_MESSAGES/django.po index ae12606564..3f6d4b4e2a 100644 --- a/apps/permissions/locale/pl/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pl/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-02-20 16:08+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.mo b/apps/permissions/locale/pt/LC_MESSAGES/django.mo index 93bc1f8b8bbeeab6d51db641e51609032ae85979..45f1714b58b6766bf9b587547341b80307d55aeb 100644 GIT binary patch delta 25 hcmca1bVF#vB32elD+A-n%UG8%C+FvG_GRN{1^{>+2tEJ+ delta 25 hcmca1bVF#vB32d)D+9~P%UG8%=cSfx_GRN{1^{@R2ulC} diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.po b/apps/permissions/locale/pt/LC_MESSAGES/django.po index 3383ce50ee..a3eb995ef7 100644 --- a/apps/permissions/locale/pt/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pt/LC_MESSAGES/django.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-03-12 06:04+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..92b148961ee27663b111b61036cc6913e7a2bbab GIT binary patch literal 2406 zcmZvcPiP%Q9LJ}%YJFC#vBp2OcC`wNL-Q8Jd zW}81pFM9B*LN6i}qzHnj2f>pM1o5KaP3TpyClBgTzrWpmc`u~H?tEr{JM;TD^PAga z2R>wI6L_D&+uq06%V4q}9opG@7`qod2VMa$frr44Ykmec@ck7?^S%ck1%CkV1Ahab z0)Gb|1plt(`wlQRhVO&m{oqlM)}H`L-xPQlJPDGXHi(B^Mo05H;KSf*{VhS#a}9h9 zv>+b#9=Zp>55OnDk3iD@B}jgL2a+E@gXG_BknH^l;$eT)@_#^zdq0dn0v-m*5035* za`qyK(AXH95a2jS{%?Y0=Y5dY-2e}QUw}uzZ$Ps56Zkav3rK$40r9YZ(T#)ufwXQM z9mR7Td2HI0*qi8(rZQ(hc_xU*sY5$~m)4UlvP10{ zUdlP?Asgfu<@i~=gGRX-G|Dd>Te3fBFJM6NQLZT8lw)eNC(q-h7^v~GA9j?pqxC1n zOM6LqeGV_hGl7@#!??&I&d%{fS;zG{mzx-iO-dH!DBu&8Wg?YjXLAu^q%(fEX~QVlaL9W)iKN*pu_GeO zOcf}ZWYpCLM#q>$KZdF+fn^<|-TMSbAM4(tvjmVG+Y$$tTYnv8|FRK3Rvj zv9Zx~WKXTj%`(!wN|@*L1!dU6%uXZnbr-t*$?7B4GLKf->brFk zncNJMLYeX&fa-AIu9NAGa!fP*uU(Po@*2ST8<0msRn?WCcV7vVZn_h&X3yNZVljm| t1?}(+Tenw=ts9Y3+6HrIOg982rP^}ns?3dAyPLP8I)*0(%Xf|r`ycRMc@F>p literal 0 HcmV?d00001 diff --git a/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c3fa520407 --- /dev/null +++ b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,206 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 2011. +# Roberto Rosario , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"PO-Revision-Date: 2012-07-02 03:30+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:17 models.py:209 views.py:40 +msgid "roles" +msgstr "funções" + +#: __init__.py:18 +msgid "create new role" +msgstr "criar nova função" + +#: __init__.py:19 +msgid "edit" +msgstr "editar" + +#: __init__.py:20 +msgid "members" +msgstr "membros" + +#: __init__.py:21 +msgid "role permissions" +msgstr "permissões de função" + +#: __init__.py:22 +msgid "delete" +msgstr "excluir" + +#: __init__.py:24 +msgid "grant" +msgstr "conceder" + +#: __init__.py:25 +msgid "revoke" +msgstr "revogar" + +#: models.py:51 +msgid "Insufficient permissions." +msgstr "Permissões insuficientes." + +#: models.py:123 views.py:60 +msgid "namespace" +msgstr "namespace" + +#: models.py:124 views.py:61 +msgid "name" +msgstr "nome" + +#: models.py:131 models.py:187 views.py:152 views.py:215 +msgid "permission" +msgstr "permissão" + +#: models.py:132 views.py:57 views.py:154 views.py:217 +msgid "permissions" +msgstr "permissões" + +#: models.py:195 +msgid "permission holder" +msgstr "titular de permissão" + +#: models.py:196 +msgid "permission holders" +msgstr "titulares de permissões" + +#: models.py:204 +msgid "label" +msgstr "rótulo" + +#: models.py:208 models.py:239 views.py:76 views.py:93 views.py:117 +#: views.py:334 +msgid "role" +msgstr "função" + +#: models.py:255 +msgid "role member" +msgstr "membro da função" + +#: models.py:256 +msgid "role members" +msgstr "membros da função" + +#: permissions.py:7 +msgid "Permissions" +msgstr "Permissões" + +#: permissions.py:9 +msgid "View roles" +msgstr "Ver funções" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "Editar funções" + +#: permissions.py:11 +msgid "Create roles" +msgstr "Criar funções" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "Deletar funções" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "Conceder permissões" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "Revogar as permissões" + +#: views.py:63 +msgid "has permission" +msgstr "tem permissão" + +#: views.py:149 views.py:212 +msgid " and " +msgstr " e " + +#: views.py:149 views.py:212 +#, python-format +msgid "%(permissions)s to %(requester)s" +msgstr "" + +#: views.py:159 +#, python-format +msgid "Permission \"%(permission)s\" granted to: %(requester)s." +msgstr "" + +#: views.py:162 +#, python-format +msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +msgstr "" + +#: views.py:173 +#, python-format +msgid "" +"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +msgstr "" + +#: views.py:222 +#, python-format +msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +msgstr "" + +#: views.py:225 +#, python-format +msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +msgstr "" + +#: views.py:236 +#, python-format +msgid "" +"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" +msgstr "" + +#: views.py:271 views.py:295 +msgid "Users" +msgstr "Usuários" + +#: views.py:274 views.py:298 +msgid "Groups" +msgstr "Grupos" + +#: views.py:277 views.py:301 +msgid "Special" +msgstr "Especial" + +#: views.py:330 +#, python-format +msgid "non members of role: %s" +msgstr "não membros da função: %s" + +#: views.py:331 +#, python-format +msgid "members of role: %s" +msgstr "membros da função: %s" + +#: widgets.py:16 +msgid "Revoke" +msgstr "Revogar" + +#: widgets.py:21 +msgid "Grant" +msgstr "Conceder" + +#: conf/settings.py:10 +msgid "" +"A list of existing roles that are automatically assigned to newly created " +"users" +msgstr "A lista de funções existentes que são automaticamente designados para usuários recém-criados" diff --git a/apps/permissions/locale/ru/LC_MESSAGES/django.mo b/apps/permissions/locale/ru/LC_MESSAGES/django.mo index c6273e051493a37b3ee35b51c5ac834a147e86ee..27d9ddd13104fd6e250cd6df64b861c4d99c80b3 100644 GIT binary patch delta 25 gcmeB@>yq1Wo1Mkd%D{N?efCb~yq1Wo1MkN%D{5+efCb~ywsA-*&OrP0CXD&*#H0l diff --git a/apps/permissions/locale/ru/LC_MESSAGES/django.po b/apps/permissions/locale/ru/LC_MESSAGES/django.po index 8ffc379b5b..e1f72f1530 100644 --- a/apps/permissions/locale/ru/LC_MESSAGES/django.po +++ b/apps/permissions/locale/ru/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-02-03 05:06+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.mo b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.mo index 48befeb2d0f164e31a3ddc6eada40d70df0e667c..03aa5b9412013d3ea3b7952156aab072d20575fd 100644 GIT binary patch delta 15 XcmaFK@{(o46h`Lc{M^aY87~0\n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_setup/locale/en/LC_MESSAGES/django.po b/apps/project_setup/locale/en/LC_MESSAGES/django.po index 37eb0d2e46..fb7b4f35be 100644 --- a/apps/project_setup/locale/en/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/project_setup/locale/es/LC_MESSAGES/django.mo b/apps/project_setup/locale/es/LC_MESSAGES/django.mo index 5ba3fe98bd9918c963f995265eb7395cdf7cf67d..f6cce01a21c467150bdf7e03b48b00c40dfc52fb 100644 GIT binary patch delta 15 WcmZo=ZDrlCfRQ;lKX>wC#zz1tmj%H9 delta 15 WcmZo=ZDrlCfRQ;bwPf;Q#zz1t%LT~* diff --git a/apps/project_setup/locale/es/LC_MESSAGES/django.po b/apps/project_setup/locale/es/LC_MESSAGES/django.po index 0e5f3760f8..be23f81697 100644 --- a/apps/project_setup/locale/es/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-04 01:03+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_setup/locale/it/LC_MESSAGES/django.mo b/apps/project_setup/locale/it/LC_MESSAGES/django.mo index 565c23bfeb7c085ea746aec79a82c6ccdae2f806..c849003d7b27ae9678ab9f1c4be76513f5ed287c 100644 GIT binary patch delta 15 WcmaFM@|I;oFC%kue(vN6jCTPu;Ra*? delta 15 WcmaFM@|I;oFC%kaYRTjYjCTPv6$Weo diff --git a/apps/project_setup/locale/it/LC_MESSAGES/django.po b/apps/project_setup/locale/it/LC_MESSAGES/django.po index b791e2e779..75789bd5bf 100644 --- a/apps/project_setup/locale/it/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-12-09 18:08+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_setup/locale/pl/LC_MESSAGES/django.mo b/apps/project_setup/locale/pl/LC_MESSAGES/django.mo index e198bffea14d373f1c2c9fe5fd11bec388bb997a..8430da2395b2f3c37317647d2fc84fca44f39937 100644 GIT binary patch delta 16 XcmbQhI)QaVH6wF!e(vTvMj=K3EqDap delta 16 XcmbQhI)QaVH6wFgYRTq0Mj=K3EwlvY diff --git a/apps/project_setup/locale/pl/LC_MESSAGES/django.po b/apps/project_setup/locale/pl/LC_MESSAGES/django.po index dd39407012..63f16af75e 100644 --- a/apps/project_setup/locale/pl/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/pl/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-20 21:42+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt/LC_MESSAGES/django.mo index dc9543251cd4584a750a4cd5863500568e129eb4..1ed0ea988a90fd212eb13bcef220bd62d7a1ecb1 100644 GIT binary patch delta 15 WcmaFP@| delta 15 WcmaFP@|\n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0e634a67b356c2bf6db043e75d0f7ebc25da32b6 GIT binary patch literal 644 zcmY*WOK#gR5M_TGwX1Hr>0*{P3QCj{G%iyIg%bw|5TS;vcAL@?O|y_lfu!oh_vi__ z=s|LiUZ9ugNHQAq0Z$_ihV$MGf4_YCgCL$DUn7r^&yd&14quVoSsK`eLuh!CC>^%#IxcLTIO~Pe)+Kd!H__g=(nrgWIX!n$1Z+z$M35XN zES*sHmZm3=PC0u=*)d~SNLTW^?&SZgJE3d>?1&$wZx|xF7CzA23F9jftmCkph`Ze` z4xOIf$lHF>W>}a{nqgKd%i1T^p=Hv9oB1jkN7+@jc-Uwfv*_HKAPw5TYj6)i-iD;9 zgf^#8Y=y%&nSIVL>GYwllif&17pAbKHj2Y^t;0X}9D1#2S+!17^wPT8b1+SR^s~t+ l48OCHfip, 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:5 +msgid "setup" +msgstr "instalação" + +#: views.py:15 +msgid "setup items" +msgstr "itens de configuração" diff --git a/apps/project_setup/locale/ru/LC_MESSAGES/django.mo b/apps/project_setup/locale/ru/LC_MESSAGES/django.mo index 2c905e352504c733600fb4436d361954c039bab5..3670d11496697e98586a48f3f1548678dcf0640b 100644 GIT binary patch delta 16 XcmZ3&x`cH@4I^`Me(vUaMpZ@tFa-r0 delta 16 XcmZ3&x`cH@4I^`2YRTq$MpZ@tFhK<) diff --git a/apps/project_setup/locale/ru/LC_MESSAGES/django.po b/apps/project_setup/locale/ru/LC_MESSAGES/django.po index 921ffcbad8..e16541b2c5 100644 --- a/apps/project_setup/locale/ru/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-19 20:30+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.mo b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.mo index 1bdf167198451f4aad37a1778c2ea3bb238642cc..fcb8b0e2638bd14cff2f486378b7bfd1269421b5 100644 GIT binary patch delta 15 WcmX@aa)@O^1tW8Ee(vOI#^V4k1_jOl delta 15 WcmX@aa)@O^1tW7_YRTkk#^V4kItA7M diff --git a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po index d769eeba55..6585a2d9fb 100644 --- a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-04-20 09:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_tools/locale/en/LC_MESSAGES/django.po b/apps/project_tools/locale/en/LC_MESSAGES/django.po index f22614ee5a..9a1da69898 100644 --- a/apps/project_tools/locale/en/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/project_tools/locale/es/LC_MESSAGES/django.mo b/apps/project_tools/locale/es/LC_MESSAGES/django.mo index 0ac49744e0e29f0d1fd8312996f4f4798968864d..ce3db91d81e73f817ec0efee0eb27b5805ee01f4 100644 GIT binary patch delta 15 WcmX@ja++mB3nO!Ke(vOU#v=ePn+5d% delta 15 WcmX@ja++mB3nO!0YRTkw#v=eP&jtMe diff --git a/apps/project_tools/locale/es/LC_MESSAGES/django.po b/apps/project_tools/locale/es/LC_MESSAGES/django.po index b0a6d4c0b2..38ab9b5b55 100644 --- a/apps/project_tools/locale/es/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-09-30 05:22+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_tools/locale/it/LC_MESSAGES/django.mo b/apps/project_tools/locale/it/LC_MESSAGES/django.mo index 5827874e330367ed7c955da53085f630a559f667..184275db5e6f247d926b6c715655013cbe6e155f 100644 GIT binary patch delta 15 WcmdnWvXx~+AtQ5ge(vNF#)AMXIR&5q delta 15 WcmdnWvXx~+AtQ5MYRTjh#)AMXZ3U\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_tools/locale/pl/LC_MESSAGES/django.mo b/apps/project_tools/locale/pl/LC_MESSAGES/django.mo index c5043d054bd2965462f5942f03fd38ae3f272b67..466d25c16c3404b8e838c550ecb8bf7bc5ce47e1 100644 GIT binary patch delta 15 Wcmcb|a*t(0JR@^*e(vNX#y\n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_tools/locale/pt/LC_MESSAGES/django.mo b/apps/project_tools/locale/pt/LC_MESSAGES/django.mo index 4eb6caa9b48180c9a07da9a2d38fb8d293c4e005..740187611c8f7aa09a5cd6477e18eb873f5551b7 100644 GIT binary patch delta 15 WcmdnQvWaCw4kL4Ne(vOa#=`(BrUjA! delta 15 WcmdnQvWaCw4kL43YRTk$#=`(B+69^b diff --git a/apps/project_tools/locale/pt/LC_MESSAGES/django.po b/apps/project_tools/locale/pt/LC_MESSAGES/django.po index e4825a9088..455923ee93 100644 --- a/apps/project_tools/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-02 01:25+0000\n" "Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9100b15fe65400795b75124e0fb52f77fb80e277 GIT binary patch literal 591 zcmY*V!EO^V5M5BYEH}ju{UBUuK%PBt+%oKmIZrd?($ zS5xnT@Y;D=ce7N7(8`dO4;9S36cK6RMnuWUh~*<-A0R&``Ixhhz}_>4jj)hEbtnH{ z-#M@mVQ2g-f6Fk^dl4d3Uf5tnbe@xiTS^}t=3bv%`u#_CFqA20cf!cswW@_So!2X5 zv8okHLM27bNr@Y_3jInln0m3(W=IBy6}Q`M7CSxtD4+UGoBhE8ZT7o@T-Sk`10`+Z z_vwNT)8ej}A1|6`ES)(UrA7PC4c;Njr$`$kw7np!jqpLn$(QOD#>c)+_ECD6+m%~u xt2h}ib^Pa^lU^$=P3wh$Tj%S*iEa8aOhy-E|C|ggxgz;6O_0os8a;@R`~~-Mut5L- literal 0 HcmV?d00001 diff --git a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..db7ab3e31f --- /dev/null +++ b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,23 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:5 views.py:15 +msgid "tools" +msgstr "ferramentas" diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.mo b/apps/project_tools/locale/ru/LC_MESSAGES/django.mo index 92944d183c30c9d864432a012cfabe6090f6ca9d..539ad3c92084b5130cfe3522b69554b25f08bfec 100644 GIT binary patch delta 16 Xcmey(@|$Ht0wZ&Be(vUEMhQj$I9&yT delta 16 Xcmey(@|$Ht0wZ%?YRTqgMhQj$IGF{C diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.po b/apps/project_tools/locale/ru/LC_MESSAGES/django.po index 751197afd9..f7c6366244 100644 --- a/apps/project_tools/locale/ru/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-03 17:24+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/scheduler/locale/de_DE/LC_MESSAGES/django.mo b/apps/scheduler/locale/de_DE/LC_MESSAGES/django.mo index 33778f578ad09c6f6427fc6fcd42a9b07c26e763..c19da56f7536eaabc902c0731720a743ea8ecc6f 100644 GIT binary patch delta 15 WcmZ3?vY2H\n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/scheduler/locale/en/LC_MESSAGES/django.po b/apps/scheduler/locale/en/LC_MESSAGES/django.po index 396a7cb232..32fd6f48c9 100644 --- a/apps/scheduler/locale/en/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/scheduler/locale/es/LC_MESSAGES/django.mo b/apps/scheduler/locale/es/LC_MESSAGES/django.mo index 5fc8a88df1366abde2b3407a261cc71763d02813..28876396a2a47e95beaa45111aac4fa9ebef24b8 100644 GIT binary patch delta 16 XcmZ3=zLb4K6cclDe(vU2CJ#mcF0cgx delta 16 XcmZ3=zLb4K6cck^YRTqUCJ#mcF6;#g diff --git a/apps/scheduler/locale/es/LC_MESSAGES/django.po b/apps/scheduler/locale/es/LC_MESSAGES/django.po index 3e0df481a4..1660612546 100644 --- a/apps/scheduler/locale/es/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/scheduler/locale/it/LC_MESSAGES/django.mo b/apps/scheduler/locale/it/LC_MESSAGES/django.mo index 9b8ae19c67c299cca29612ea07a1e8f8be915beb..bfa4408d015faa857c7ad4863c19c7fd89edd8f2 100644 GIT binary patch delta 15 WcmbQjGKFPB6eDwTe(vO0#_a$nXayz! delta 15 WcmbQjGKFPB6eDw9YRTkS#_a$noCPib diff --git a/apps/scheduler/locale/it/LC_MESSAGES/django.po b/apps/scheduler/locale/it/LC_MESSAGES/django.po index 389ebab6a6..64fe4d886c 100644 --- a/apps/scheduler/locale/it/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/scheduler/locale/pl/LC_MESSAGES/django.mo b/apps/scheduler/locale/pl/LC_MESSAGES/django.mo index 1c1d1af7468eb67c344b20e8fd3d3a426a405af9..c9f2a4c2c3a36815cab69f0d7d9f0c8bc40843e4 100644 GIT binary patch delta 15 WcmX@ha+YO7BqMWje(vNL#*Y9k(FM=| delta 15 WcmX@ha+YO7BqMWPYRTjn#*Y9l1qIju diff --git a/apps/scheduler/locale/pl/LC_MESSAGES/django.po b/apps/scheduler/locale/pl/LC_MESSAGES/django.po index 4a9532f1b6..a2967be2cf 100644 --- a/apps/scheduler/locale/pl/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.mo b/apps/scheduler/locale/pt/LC_MESSAGES/django.mo index 269dc413aaf8a90157b2bd46b7f69f8646b43731..2250a07a9b8c8d06c6800e0f4e3ff4317f51daf7 100644 GIT binary patch delta 15 WcmbQvGM!~ZEF*Jre(vN1#_a$n;{`GR delta 15 WcmbQvGM!~ZEF*JXYRTjT#_a$o7X>;1 diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.po b/apps/scheduler/locale/pt/LC_MESSAGES/django.po index 1f36f65547..3c28c9bac9 100644 --- a/apps/scheduler/locale/pt/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.mo b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cc066c45935e8f68ca26b6a542f82e9b540b5f71 GIT binary patch literal 522 zcmZWlO;6)65M>3Y9658C1BX^HbrP+1TSF23NTo^*TeV@YE7O|PD6u2kp}_y(fAI_W zElgSjhkeqMZTZccdGmgJ^m;(}K|CRz5)X;z#0FjB8-4cZY&2h(Tk{}S9;a*kE3H#T zb4bOr(2$JNWw4Nyu^v;Gt2GYm++k)oY`m{HW4ZF1`mVDwC9}o}tBhr3Q_GZdwRFM! zPlh8ag(q7a3okjuVH9Kd3!~owK2XEV4NqzPOm>0mm$9*oC}WVyT|sm^PWOU$GwIm{_WozqYfT0<*dRMCdkXO8W5 z+wqO5x|dJ8IMseDj#c|WDA%Q9#iu2!{J-IXwS#n;Cf{p|I$0Db1x}1D9S2?Qo~|EX P!2a5AX}E%@9UOcB#VDIS literal 0 HcmV?d00001 diff --git a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..11a8eca29e --- /dev/null +++ b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,46 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-06-17 22:19+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/scheduler/locale/ru/LC_MESSAGES/django.mo b/apps/scheduler/locale/ru/LC_MESSAGES/django.mo index 5371797e1111c8bc624f9869afcf8d62462f3431..d70afae59d876e64a77b832c2e0707e4c1be4cdf 100644 GIT binary patch delta 16 Xcmcb|a*t(06eDwTe(vU2Mn*;eG;akZ delta 16 Xcmcb|a*t(06eDw9YRTqUMn*;eG^+(I diff --git a/apps/scheduler/locale/ru/LC_MESSAGES/django.po b/apps/scheduler/locale/ru/LC_MESSAGES/django.po index 90f9c07ba2..49da980b7f 100644 --- a/apps/scheduler/locale/ru/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo index e6bde97a92be6394236cd49a5e963e066a83ec66..1e21fa577d617e77671a2162e2934909e32a7ba0 100644 GIT binary patch delta 15 XcmZ3^x}0^xF-GR({M^YW8SeoAFF6KH delta 15 XcmZ3^x}0^xF-GRR)RM_38SeoAFKq@@ diff --git a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po index 7bd757e3cb..d59115edb7 100644 --- a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-04-20 09:17+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/smart_settings/locale/en/LC_MESSAGES/django.po b/apps/smart_settings/locale/en/LC_MESSAGES/django.po index b3db09ee48..05db5a4117 100644 --- a/apps/smart_settings/locale/en/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,18 +17,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:9 views.py:28 +#: links.py:9 views.py:16 msgid "settings" msgstr "" -#: views.py:33 +#: views.py:21 msgid "name" msgstr "" -#: views.py:34 +#: views.py:22 msgid "default" msgstr "" -#: views.py:35 +#: views.py:23 msgid "value" msgstr "" diff --git a/apps/smart_settings/locale/es/LC_MESSAGES/django.mo b/apps/smart_settings/locale/es/LC_MESSAGES/django.mo index 85516c2961669e404fc9e000621c1dde85a66f20..a0821f14662fd581c500a9b29f6f6cf9d3921aa6 100644 GIT binary patch delta 15 XcmdnOx`lPaB}V4t{M^Y`8SeuCF+v7_ delta 15 XcmdnOx`lPaB}V4F)RM_p8SeuCF?I%s diff --git a/apps/smart_settings/locale/es/LC_MESSAGES/django.po b/apps/smart_settings/locale/es/LC_MESSAGES/django.po index a904fe7c95..f756c85ee4 100644 --- a/apps/smart_settings/locale/es/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-09-30 05:09+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.mo b/apps/smart_settings/locale/it/LC_MESSAGES/django.mo index f483d24d4a2b5f1f96d8491c26006c7014f6fbf4..5fa01ee64dd36d1d2ff0da7a2a86cd4d9bce6d53 100644 GIT binary patch delta 15 XcmbQkI)`<`en#fx{M^Zh7;gapEv5z~ delta 15 XcmbQkI)`<`en#fJ)RM`E7;gapE!qYx diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.po b/apps/smart_settings/locale/it/LC_MESSAGES/django.po index e06cc1f391..fcc0696e10 100644 --- a/apps/smart_settings/locale/it/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-12-09 17:38+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo index 51d63fa13993ca6027e0843bf97735b1c21efa7e..f52371fdcca6f723bdb2003a83f591cf325dd8e1 100644 GIT binary patch delta 16 XcmX@cdW?0$T1MvN{M^kO7{wR?Ho^t6 delta 16 XcmX@cdW?0$T1Mu))RN5`7{wR?HvR>= diff --git a/apps/smart_settings/locale/pl/LC_MESSAGES/django.po b/apps/smart_settings/locale/pl/LC_MESSAGES/django.po index 8b8dac0a9d..5a07e0a4e4 100644 --- a/apps/smart_settings/locale/pl/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pl/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-20 21:27+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo index 70f2234e5e8f72e64ba4af5ed9a30cea7f9c9688..e2ebe0f6faca359399dfba056f213632bb817525 100644 GIT binary patch delta 15 XcmbQvI-PaHE=K0${M^ZV8E*jqEZGJT delta 15 XcmbQvI-PaHE=K0O)RM`28E*jqEe!@4 diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po index e52944a9f7..cca6ccd7f0 100644 --- a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-02 01:22+0000\n" "Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6a1b083352b71354fce209008550924a97fd1a73 GIT binary patch literal 692 zcmY*XO>Pr06gE%f z^UlH)u{BOuX>44C*jPGOfr}=uXY9m+@R*hjg$GW%N!n$}GnO9Gw8xX@EP0wFC}dMO zm!bTBx!01()|Q2dL^7^Gb^-H!W+x!)Xc$pgIw3AFKlzs*)`P3jot_ao0oYZ zqzb(rV-}rPA_q1DQE)oJ39B6Y1=<=|v5~4xTe}h0>vhM6dU6RD^`vF9Fc+82tPHZk z#cG!_F8%w#G;T-Zv+?M5qiH9JPK@@TvHi;u_u%2e$E6ZdAJN51SbUcL+u14W-ReTw zC0I7n3zOlKaoU?p|F3&a>srx7RaPi=YHZ;+)n)Cve)otr$9_xGW16-jQi{xOzZs$p V{)2_lOPOQn_Q&=Y)Zf8a@)!Sy$B+O3 literal 0 HcmV?d00001 diff --git a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ae883fe368 --- /dev/null +++ b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:9 views.py:28 +msgid "settings" +msgstr "configurações" + +#: views.py:33 +msgid "name" +msgstr "nome" + +#: views.py:34 +msgid "default" +msgstr "padrão" + +#: views.py:35 +msgid "value" +msgstr "valor" diff --git a/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo b/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo index 23ed953f261a2e84dc1fdff62774853f72e97378..4b2fb6f9d8b8f7d4eb5f375c219c717fdb926972 100644 GIT binary patch delta 16 Xcmey$`jvIVI!5N?{M^kO8C@6wJg){o delta 16 Xcmey$`jvIVI!5Na)RN5`8C@6wJnIHX diff --git a/apps/smart_settings/locale/ru/LC_MESSAGES/django.po b/apps/smart_settings/locale/ru/LC_MESSAGES/django.po index 97e3bfa78f..23c939099c 100644 --- a/apps/smart_settings/locale/ru/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-03 17:15+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/sources/locale/de_DE/LC_MESSAGES/django.mo b/apps/sources/locale/de_DE/LC_MESSAGES/django.mo index 245c1f67df17e7c93cc02d1bf9793e265f0b1cf0..b3f8f3d9ecfee176f80af7f73f1a29a196b671c3 100644 GIT binary patch delta 25 hcmccYec5}%Ix!YYD+A-no5WTzC+FvGju$WC0|17734H(n delta 25 hcmccYec5}%Ix!XtD+9~Po5WTz=cSfxju$WC0|18n35oy! diff --git a/apps/sources/locale/de_DE/LC_MESSAGES/django.po b/apps/sources/locale/de_DE/LC_MESSAGES/django.po index befd91d7c9..1630520716 100644 --- a/apps/sources/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/sources/locale/de_DE/LC_MESSAGES/django.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/sources/locale/es/LC_MESSAGES/django.mo b/apps/sources/locale/es/LC_MESSAGES/django.mo index cbaa28b66d98055421aea0e0449b6f328f23c1f6..f66a5f6f6bc5d40e5936bbd2ddd414e0223812d5 100644 GIT binary patch delta 25 hcmez6|I2>^uQ-dPm4WeOLGiWB$@#gP4~km~004Wn2)_UT delta 25 hcmez6|I2>^uQ-c^m4W4CLGiWBd8s9v4~km~004Y62+RNg diff --git a/apps/sources/locale/es/LC_MESSAGES/django.po b/apps/sources/locale/es/LC_MESSAGES/django.po index 8a2d13da1d..ee8e4633e8 100644 --- a/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/apps/sources/locale/es/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-06-17 22:22+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/sources/locale/it/LC_MESSAGES/django.mo b/apps/sources/locale/it/LC_MESSAGES/django.mo index d8eec6ceceb75303fe98253b5433b048a239aacc..312fbb7d4e6b4485ec212184488df92d04bda0bd 100644 GIT binary patch delta 25 hcmZ4Dx5RJ5Ix!YYD+A-no5U6}C+FvG4ii7e4*-5{32p!Y delta 25 hcmZ4Dx5RJ5Ix!XtD+9~Po5U6}=cSfx4ii7e4*-7c33~tl diff --git a/apps/sources/locale/it/LC_MESSAGES/django.po b/apps/sources/locale/it/LC_MESSAGES/django.po index 9b216bb445..42d640b1d6 100644 --- a/apps/sources/locale/it/LC_MESSAGES/django.po +++ b/apps/sources/locale/it/LC_MESSAGES/django.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/sources/locale/pl/LC_MESSAGES/django.mo b/apps/sources/locale/pl/LC_MESSAGES/django.mo index 80e43e2419b31e32411a9a1a946bf63c2d59dc3e..d1c187b24fd04ba2ce642dbcd7f696fa85947d3f 100644 GIT binary patch delta 25 gcmeAZ?GxQ#&c\n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.mo b/apps/sources/locale/pt/LC_MESSAGES/django.mo index b4273a6d7e50bd493d51fc22514445edc776cf31..b1b3b30ac36f9dac2e7a5288813a2c973759a1e5 100644 GIT binary patch delta 25 gcmZp5Xm!|NF3e(SWnetnT6hU_a(?dSN5aZH0B6Yu{Qv*} delta 25 gcmZp5Xm!|NF3e(KWnekkT6hU_UTVqaN5aZH0BA@E3IG5A diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.po b/apps/sources/locale/pt/LC_MESSAGES/django.po index 9f976d4b65..96993a9ad8 100644 --- a/apps/sources/locale/pt/LC_MESSAGES/django.po +++ b/apps/sources/locale/pt/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo b/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..429cace5f8c1fa2f5ee75550dec754962ffa7afa GIT binary patch literal 8211 zcmeI0dyHIF9mfyyUKM%BQ;YAtodyMBJz$0sTk)LleYk6O;r{BLA2eKi_ljoxL-=4fww| zd**W==kYtg*Ewfjx$ul{8Lm3zO3Kvf#(WKa<1Bu-eteEGx_t(&htI*g;7K?FN6$5e zTXQeG6^8I5@JV)*KsHVb zN{$EM9{2@#HvBb|zJ3p{fp0_2`(lK<0*=A!;U0JcoP+D&{dipZF2tEYW@1yW)_&k*TUV(IN{sN_^x1sF!Z-{Em z1s7!XuFAOz%6`{D$uSDm?j|UCZiA@COhWZ@1YQE~hmzx~P=4@j==~I`{c}+5e+DJb zZ=mM$C#Z4$mVbXU|Nb8+e>jiHOK;ag*=r2S4o9Hu^(82I9)^{WN2K z3MJ18gd2lT!vpYDI1F!OGLpLr_riH-;jf_l>NTiw&t$Tw&Qze+2h{gTxEbCDHJ>M; z`uh>o{9l0b#}}de@g!6~nxy>y0x0>fhwI@+$e+2FpHVmuZ-hU9^50jW+70oexLyr4 z?p8Ps?}YcjFGA`2)%^Qga39a_KVC8A6j@nq0_Ls!{aH*_@pUOw{VSpTZZ(t~6)6AM2&JcOQ1Tpsns*m!{6`?FF;7FL zY+i(Fe-f(S*P+J!CzM{!A-E;aWl-~24fXy8D0w$Sjk5`G?_Cs2`4nZ8qD%U#`@3vz zBl*4bu!V99Wh+H~EF12p9HmGEPXzosND4CQ&!8x?!_5c6K4^+N7J`%=s#jt+}R4U0%^ zCYleBRqV#G#%#GXs0C?YcJMPDB+l%}lr$(+@m@2Y36VXRNnLDFdm~8fv~z9rU9Gw# znd!vtwYAW=9;(Ix|rV)8%vYZ~Nu4NRVVVj}Ngnn&c zXM<)~({C5sPqb%UGwRTD95dspG>Ma}Z1c@h*@_iQU%bErGiugQ&n_3%8)>E&dET_M zoxoS)K~^N5W?d{DP6yRvu8pa7>kXQ;A=Y$Ms3mr;;Rqu&m%;Wj8KbOZ}(#)NiuP zU^`}yFY1ph@ktO<+K5PzV>9Ouo+a${?#U-V-i5eG`@a9aBeN_f(WaF$*!)Gay z$UqcbhhsovHoNsRkDpDwc{&wB*5!Wyyc6X<(Q6o;d@Su59d0=S2>qK!{nM~?o zt+K6KPbyQyn{;cTZLPu8VFfY=sER z4WnZlDx)`5#%{J_w~UW&tc>0`I!eXLew;zW_tm?(GP=QzZXDk@cEc#w(4HVkD^t>M zGf1V@{n0dwZ3O-J_SQIiF`NrDT#wqvgQh!vN4yULUcTH|&fGwjxp z*V(n(;^27LTxZwjQ=FTd8}{}LXWYD>X(v-yGSbQBT5+{jGSbYu9O za$-rNW5c6E+sS<7tICw$RiNc)Q~tlPw!I+w6AB+P1yTj;$Lq2b}ga=3vV%K1Dog z=Mv+B#fCr54*}XWJImfDz-_o4Hd8G7Rc&gHQ{CD7yCh@Ob)TNt`v=-DE_wapiN(jY zdStEbDt2c}ACWdm(ryqYW?O)Py(|H5&BT1Q*+tfsWbA$9$P?e+4QJJ^6R}}rD%x|hS&M8n z;1p7)Gc8}*17OR@pBSnU`&hI%Fm)FFu*R{%9~@A@%0sgZ@NHmjeoDKuy>f&%%@RKx zdqQ%9v)z`~KbF$j#m6{JAVc3lLbj}Wm7dytdPjz(%3iv@_pYom?{HZLm7^hGaX7I4 zRHBXww;h;_v{>}Myph(y?r&Fo(RZ zkRfQM#B>&(+QaCCA#-}q=FE{DEVP$mZA_wg>4?F|SlkgRxYBydQNvj|L@R7Jn6~<4 zBz9eiqMm1$q>GQ)7MmLmtl0nr0M1zsjNCmm)!5-Cds)f?4kB$9#ym;rTdzre7~w1u zq0f+S96IEg#9}*dg$aC^g@i#k%iv6+=SF6GA#sFD>)4^Cl8MD^6r(tE;_UDdyH>#y^_}u^?_B*~@|NB_17D_k%XWXzuGGsZ>v~UIe5$`|66mS=#?qYH`Xkk_Qp|*P zJfL5YgvHv)1$wV@Ut00t@&9v4Z#$(us?SsTp#oPWGZhJRDGn7-EYVn_9HfLz{$CcN zqIXsyZ*R}iY>_UDGYYGYU!9UHnm9e{kP?!Vt#W>TR8e%gc^2emwtAF8thcimPL)7Gs4Vg>329Oph_g$v3Tsu(CR2JjkbcdQa*PgD0m%ZfOrG8g+Mu)eY(iSg zk2eFoC{gq*rU^%JSa&VsbFrTL>i=ZfT9~D7f8Z&WLhn3{U^;BF0x+$W4?Tlf)S zCfjQD&OVVp{IpE=|JLw$W(bpKe3{4pBewUU(EIW)Y~}irL6+IeS@IO8q&)e1E286a zi~dhq1eS8H*I%Z^M2EEHgAbge62qz!vdM`94n>PkrQK#!IvjZq?0?1>%U<{>@&;hb zS;T7mKb)ZQ-B7HUU-FCmIF, 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:20 +msgid "preview" +msgstr "visualização" + +#: __init__.py:21 __init__.py:29 __init__.py:35 +msgid "delete" +msgstr "excluir" + +#: __init__.py:23 +msgid "sources" +msgstr "fontes" + +#: __init__.py:24 literals.py:53 models.py:204 +msgid "web forms" +msgstr "formulários web" + +#: __init__.py:25 models.py:175 +msgid "staging folders" +msgstr "staging folders" + +#: __init__.py:26 models.py:239 +msgid "watch folders" +msgstr "assistir pastas" + +#: __init__.py:28 __init__.py:34 +msgid "edit" +msgstr "editar" + +#: __init__.py:30 +msgid "add new source" +msgstr "adicionar nova fonte" + +#: __init__.py:32 +msgid "transformations" +msgstr "transformações" + +#: __init__.py:33 +msgid "add transformation" +msgstr "adicionar transformação" + +#: __init__.py:37 +msgid "Document sources" +msgstr "Fontes de documentos" + +#: __init__.py:39 +msgid "upload new version" +msgstr "" + +#: __init__.py:69 widgets.py:39 +msgid "thumbnail" +msgstr "miniaturas" + +#: forms.py:34 forms.py:59 +msgid "Expand compressed files" +msgstr "Expandir arquivos compactados" + +#: forms.py:35 forms.py:60 +msgid "Upload a compressed file's contained files as individual documents" +msgstr "Upload de um arquivo compactado contendo arquivos como documentos individuais" + +#: forms.py:43 +msgid "Staging file" +msgstr "Preparação de arquivo" + +#: forms.py:50 +msgid "File" +msgstr "" + +#: literals.py:8 literals.py:13 +msgid "Always" +msgstr "Sempre" + +#: literals.py:9 literals.py:14 +msgid "Never" +msgstr "Nunca" + +#: literals.py:15 +msgid "Ask user" +msgstr "Pergunte ao usuário" + +#: literals.py:30 +msgid "Disk" +msgstr "Disco" + +#: literals.py:31 +msgid "Database" +msgstr "Banco de dados" + +#: literals.py:32 +msgid "Drive" +msgstr "Unidade" + +#: literals.py:33 +msgid "Network drive" +msgstr "Unidade de rede" + +#: literals.py:34 +msgid "User drive" +msgstr "Unidade de usuário" + +#: literals.py:35 +msgid "Envelope" +msgstr "Envelope" + +#: literals.py:36 +msgid "Folder" +msgstr "Pasta" + +#: literals.py:37 +msgid "World" +msgstr "Mundo" + +#: literals.py:38 +msgid "Printer" +msgstr "Impressora" + +#: literals.py:39 +msgid "Empty printer" +msgstr "Impressora vazia" + +#: literals.py:47 models.py:203 +msgid "web form" +msgstr "formulário web" + +#: literals.py:48 +msgid "server staging folder" +msgstr "preparação de pasta do servidor" + +#: literals.py:49 +msgid "server watch folder" +msgstr "assistir pasta do servidor" + +#: literals.py:54 +msgid "server staging folders" +msgstr "server staging folders" + +#: literals.py:55 +msgid "server watch folders" +msgstr "assistir pastas do servidor" + +#: models.py:36 +msgid "title" +msgstr "título" + +#: models.py:37 +msgid "enabled" +msgstr "habilitado" + +#: models.py:38 +msgid "whitelist" +msgstr "lista branca" + +#: models.py:39 +msgid "blacklist" +msgstr "lista negra" + +#: models.py:143 +msgid "icon" +msgstr "ícone" + +#: models.py:143 +msgid "An icon to visually distinguish this source." +msgstr "Um ícone para distinguir visualmente essa fonte." + +#: models.py:159 models.py:211 +msgid "folder path" +msgstr "caminho da pasta" + +#: models.py:159 models.py:211 +msgid "Server side filesystem path." +msgstr "Caminho do sistema do servidor" + +#: models.py:160 +msgid "preview width" +msgstr "largura de visualização" + +#: models.py:160 +msgid "Width value to be passed to the converter backend." +msgstr "Valor da largura a ser passado para o backend conversor." + +#: models.py:161 +msgid "preview height" +msgstr "altura de visualização" + +#: models.py:161 +msgid "Height value to be passed to the converter backend." +msgstr "Valor de altura para ser passado para o backend conversor." + +#: models.py:162 models.py:199 models.py:212 +msgid "uncompress" +msgstr "descompactar" + +#: models.py:162 models.py:199 models.py:212 +msgid "Whether to expand or not compressed archives." +msgstr "Se expandir ou não arquivos compactados." + +#: models.py:163 models.py:213 +msgid "delete after upload" +msgstr "excluir após o upload" + +#: models.py:163 models.py:213 +msgid "Delete the file after is has been successfully uploaded." +msgstr "Excluir o arquivo depois de ter sido carregado com sucesso." + +#: models.py:174 +msgid "staging folder" +msgstr "preparação de pasta" + +#: models.py:214 +msgid "interval" +msgstr "intervalo" + +#: models.py:214 +msgid "" +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "Invervalo em segundos, onde o caminho da pasta assistida está marcada para novos documentos." + +#: models.py:238 +msgid "watch folder" +msgstr "assistir pasta" + +#: models.py:243 +msgid "Enter a valid value." +msgstr "Digite um valor válido." + +#: models.py:271 views.py:595 +msgid "order" +msgstr "ordem" + +#: models.py:272 views.py:596 views.py:633 views.py:663 +msgid "transformation" +msgstr "transformação" + +#: models.py:273 views.py:597 +msgid "arguments" +msgstr "argumentos" + +#: models.py:273 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Use dicionários para identificar os argumentos, exemplo: %s" + +#: models.py:284 +msgid "document source transformation" +msgstr "transformação do documento de origem" + +#: models.py:285 +msgid "document source transformations" +msgstr "fonte de transformações de documentos" + +#: models.py:292 models.py:293 +msgid "out of process" +msgstr "" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "Configuração de fontes" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "Ver fontes de documentos existentes" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "Editar fontes de documentos" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "Excluir fontes de documentos" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "Criar novas fontes de documentos" + +#: staging.py:45 +#, python-format +msgid "Unable get list of staging files: %s" +msgstr "Unable get list of staging files: %s" + +#: staging.py:128 +#, python-format +msgid "Unable to upload staging file: %s" +msgstr "Unable to upload staging file: %s" + +#: staging.py:138 +#, python-format +msgid "Unable to delete staging file: %s" +msgstr "Unable to delete staging file: %s" + +#: utils.py:40 +msgid "Whitelist Blacklist validation error." +msgstr "Erro de validação da Lista Negra e da Lista Branca" + +#: views.py:100 +msgid "here" +msgstr "aqui" + +#: views.py:105 +msgid "Upload sources" +msgstr "Carregar fontes" + +#: views.py:107 +msgid "" +"No interactive document sources have been defined or none have been enabled." +msgstr "Nenhuma fonte de documento interativo foi definido ou nenhuma delas foi ativada." + +#: views.py:108 +#, python-format +msgid "Click %(setup_link)s to add or enable some document sources." +msgstr "Clique %(setup_link)s para adicionar ou permitir algumas fontes de documentos." + +#: views.py:165 +msgid "New document version uploaded successfully." +msgstr "" + +#: views.py:169 +msgid "File uploaded successfully." +msgstr "" + +#: views.py:172 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "" + +#: views.py:175 +msgid "File was not a compressed file, uploaded as it was." +msgstr "" + +#: views.py:179 views.py:260 +msgid "New version uploads are not allowed for this document." +msgstr "" + +#: views.py:183 views.py:264 +#, python-format +msgid "Unhandled exception: %s" +msgstr "" + +#: views.py:192 +#, python-format +msgid "upload a new version from source: %s" +msgstr "" + +#: views.py:194 +#, python-format +msgid "upload a local document from source: %s" +msgstr "carregar um documento local da fonte: %s" + +#: views.py:240 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:243 +#, python-format +msgid "Staging file: %s, uploaded successfully." +msgstr "Staging file: %s, uploaded successfully." + +#: views.py:246 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "" + +#: views.py:249 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "" + +#: views.py:254 +#, python-format +msgid "Staging file: %s, deleted successfully." +msgstr "Staging file: %s, deleted successfully." + +#: views.py:279 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "" + +#: views.py:281 +#, python-format +msgid "upload a document from staging source: %s" +msgstr "upload a document from staging source: %s" + +#: views.py:294 +msgid "files in staging path" +msgstr "files in staging path" + +#: views.py:326 +msgid "Current document type" +msgstr "" + +#: views.py:327 +msgid "None" +msgstr "" + +#: views.py:334 +msgid "Current metadata" +msgstr "Metadados atuais" + +#: views.py:372 views.py:391 +#, python-format +msgid "Staging file transformation error: %(error)s" +msgstr "Staging file transformation error: %(error)s" + +#: views.py:414 +msgid "Staging file delete successfully." +msgstr "Staging file delete successfully." + +#: views.py:416 +#, python-format +msgid "Staging file delete error; %s." +msgstr "Staging file delete error; %s." + +#: views.py:476 +msgid "Source edited successfully" +msgstr "Fonte editada com sucesso" + +#: views.py:479 +#, python-format +msgid "Error editing source; %s" +msgstr "Erro ao editar fonte; %s" + +#: views.py:484 +#, python-format +msgid "edit source: %s" +msgstr "editar fonte: %s" + +#: views.py:489 views.py:529 views.py:591 views.py:632 views.py:662 +#: views.py:705 +msgid "source" +msgstr "fonte" + +#: views.py:518 +#, python-format +msgid "Source \"%s\" deleted successfully." +msgstr "Fonte \"%s\" removida com sucesso." + +#: views.py:520 +#, python-format +msgid "Error deleting source \"%(source)s\": %(error)s" +msgstr "Erro ao excluir fonte \" %(source)s \": %(error)s " + +#: views.py:527 +#, python-format +msgid "Are you sure you wish to delete the source: %s?" +msgstr "Tem certeza de que deseja deletar a fonte: %s?" + +#: views.py:559 +msgid "Source created successfully" +msgstr "Fonte criada com sucesso" + +#: views.py:562 +#, python-format +msgid "Error creating source; %s" +msgstr "Erro ao criar fonte; %s" + +#: views.py:567 +#, python-format +msgid "Create new source of type: %s" +msgstr "Criar nova fonte do tipo: %s" + +#: views.py:589 +#, python-format +msgid "transformations for: %s" +msgstr "transformações para: %s" + +#: views.py:619 +msgid "Source transformation edited successfully" +msgstr "Transformação de fonte alterado com sucesso" + +#: views.py:622 +#, python-format +msgid "Error editing source transformation; %s" +msgstr "Erro ao editar transformação de fonte; %s" + +#: views.py:627 +#, python-format +msgid "Edit transformation: %s" +msgstr "Editar transformação: %s" + +#: views.py:650 +msgid "Source transformation deleted successfully." +msgstr "Transformação de fonte excluída com sucesso." + +#: views.py:652 +#, python-format +msgid "Error deleting source transformation; %(error)s" +msgstr "Erro ao deletar transformação de fonte; %(error)s " + +#: views.py:665 +#, python-format +msgid "" +"Are you sure you wish to delete source transformation \"%(transformation)s\"" +msgstr "Tem certeza de que deseja deletar a transformação de fonte \" %(transformation)s \"" + +#: views.py:695 +msgid "Source transformation created successfully" +msgstr "Transformação de fonte criada com sucesso" + +#: views.py:698 +#, python-format +msgid "Error creating source transformation; %s" +msgstr "Erro ao criar a transformação de fonte; %s" + +#: views.py:707 +#, python-format +msgid "Create new transformation for source: %s" +msgstr "Criar nova transformação de fonte: %s" diff --git a/apps/sources/locale/ru/LC_MESSAGES/django.mo b/apps/sources/locale/ru/LC_MESSAGES/django.mo index 1f77bfa8326df645d052c6599ecd8b29a6f4b331..20c26851f84140fd195e5dd1543ef5dba2cb5c41 100644 GIT binary patch delta 25 hcmdlGzaf6ZIx!YYD+A-no5U6}C+FvG4ik@(004sB2|WM+ delta 25 hcmdlGzaf6ZIx!XtD+9~Po5U6}=cSfx4ik@(004tr2}%F} diff --git a/apps/sources/locale/ru/LC_MESSAGES/django.po b/apps/sources/locale/ru/LC_MESSAGES/django.po index 3a5be8fa1e..bd4b2127cb 100644 --- a/apps/sources/locale/ru/LC_MESSAGES/django.po +++ b/apps/sources/locale/ru/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"POT-Creation-Date: 2012-06-17 19:03-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/tags/locale/de_DE/LC_MESSAGES/django.mo b/apps/tags/locale/de_DE/LC_MESSAGES/django.mo index 33b5d5cd0e6c1c71b21881f9524c0a85bfe9ac34..e4f33b0959d3ccfc2c031bf061a20be381f6137b 100644 GIT binary patch delta 16 XcmZ1=vp{A;HYam(e(vTx&P^-;GM5Fv delta 16 XcmZ1=vp{A;HYamlYRTq2&P^-;GSdae diff --git a/apps/tags/locale/de_DE/LC_MESSAGES/django.po b/apps/tags/locale/de_DE/LC_MESSAGES/django.po index d2a0874986..d3c944dbb7 100644 --- a/apps/tags/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/tags/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-04-20 11:39+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/tags/locale/en/LC_MESSAGES/django.po b/apps/tags/locale/en/LC_MESSAGES/django.po index 8a3ab04f6c..39b2ac463c 100644 --- a/apps/tags/locale/en/LC_MESSAGES/django.po +++ b/apps/tags/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:20 -msgid "tag list" -msgstr "" - -#: __init__.py:21 -msgid "create new tag" -msgstr "" - -#: __init__.py:22 -msgid "attach tag" -msgstr "" - -#: __init__.py:23 __init__.py:24 -msgid "remove" -msgstr "" - -#: __init__.py:25 __init__.py:44 __init__.py:52 views.py:98 -msgid "tags" -msgstr "" - -#: __init__.py:26 __init__.py:29 -msgid "delete" -msgstr "" - -#: __init__.py:27 -msgid "edit" -msgstr "" - -#: __init__.py:28 -msgid "tagged documents" -msgstr "" - -#: __init__.py:30 -msgid "ACLs" -msgstr "" - -#: __init__.py:34 +#: __init__.py:25 msgid "preview" msgstr "" -#: __init__.py:38 +#: __init__.py:29 msgid "tagged items" msgstr "" +#: __init__.py:35 __init__.py:43 links.py:17 views.py:98 +msgid "tags" +msgstr "" + #: forms.py:24 msgid "Name" msgstr "" @@ -73,6 +41,38 @@ msgstr "" msgid "Tags" msgstr "" +#: links.py:12 +msgid "tag list" +msgstr "" + +#: links.py:13 +msgid "create new tag" +msgstr "" + +#: links.py:14 +msgid "attach tag" +msgstr "" + +#: links.py:15 links.py:16 +msgid "remove" +msgstr "" + +#: links.py:18 links.py:21 +msgid "delete" +msgstr "" + +#: links.py:19 +msgid "edit" +msgstr "" + +#: links.py:20 +msgid "tagged documents" +msgstr "" + +#: links.py:22 +msgid "ACLs" +msgstr "" + #: literals.py:18 msgid "Blue" msgstr "" @@ -113,7 +113,7 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:12 views.py:154 views.py:206 views.py:220 +#: models.py:12 views.py:156 views.py:210 views.py:224 msgid "tag" msgstr "" @@ -180,64 +180,64 @@ msgstr "" msgid "attach tag to: %s" msgstr "" -#: views.py:130 views.py:257 +#: views.py:130 views.py:261 msgid "Must provide at least one tag." msgstr "" -#: views.py:145 +#: views.py:147 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:147 views.py:269 +#: views.py:149 views.py:274 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:162 +#: views.py:164 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:163 views.py:166 +#: views.py:165 views.py:168 msgid "Will be removed from all documents." msgstr "" -#: views.py:165 +#: views.py:167 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:194 +#: views.py:198 msgid "Tag updated succesfully." msgstr "" -#: views.py:203 +#: views.py:207 #, python-format msgid "edit tag: %s" msgstr "" -#: views.py:217 +#: views.py:221 #, python-format msgid "documents with the tag \"%s\"" msgstr "" -#: views.py:236 +#: views.py:240 #, python-format msgid "tags for: %s" msgstr "" -#: views.py:267 +#: views.py:272 #, python-format msgid "Tag \"%s\" removed successfully." msgstr "" -#: views.py:283 +#: views.py:288 #, python-format msgid "Are you sure you wish to remove the tag: %s?" msgstr "" -#: views.py:285 +#: views.py:290 #, python-format msgid "Are you sure you wish to remove the tags: %s?" msgstr "" diff --git a/apps/tags/locale/es/LC_MESSAGES/django.mo b/apps/tags/locale/es/LC_MESSAGES/django.mo index ed43d8ba9724c2e0fb2939f694411c9f0aeaf3cb..d614f3f1e25358be267e807259a6c3e98677aec3 100644 GIT binary patch delta 16 XcmX>qdsKEqIVW>+e(vTfPH$EKHt+?# delta 16 XcmX>qdsKEqIVW>oYRTp*PH$EKH!KCk diff --git a/apps/tags/locale/es/LC_MESSAGES/django.po b/apps/tags/locale/es/LC_MESSAGES/django.po index 40e8ec7568..9b0bdd0044 100644 --- a/apps/tags/locale/es/LC_MESSAGES/django.po +++ b/apps/tags/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-12 19:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/tags/locale/it/LC_MESSAGES/django.mo b/apps/tags/locale/it/LC_MESSAGES/django.mo index 178c0401bc90ababc081b26c5c4818e45711138e..8c4ae0c72d236e327ff583466a9ac669789e41e4 100644 GIT binary patch delta 16 Xcmca8dr@{n3MX@Ne(vUU&MZ~{H+col delta 16 Xcmca8dr@{n3MX@3YRTqw&MZ~{H?;-U diff --git a/apps/tags/locale/it/LC_MESSAGES/django.po b/apps/tags/locale/it/LC_MESSAGES/django.po index a139cea0c5..19f24677b4 100644 --- a/apps/tags/locale/it/LC_MESSAGES/django.po +++ b/apps/tags/locale/it/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-03-21 13:46+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/tags/locale/pl/LC_MESSAGES/django.mo b/apps/tags/locale/pl/LC_MESSAGES/django.mo index 044989166524a13f933cc9d7cae3040c8160a5c5..eb2c10cf13f11bce8f90071dd0081260120f187d 100644 GIT binary patch delta 16 Ycmey!^^t4CN@nKd{M^lJn2$0706mljy#N3J delta 16 Ycmey!^^t4CN@nJ~)RN6>n2$0706owK#Q*>R diff --git a/apps/tags/locale/pl/LC_MESSAGES/django.po b/apps/tags/locale/pl/LC_MESSAGES/django.po index d7ac2af8e8..3467b45f2c 100644 --- a/apps/tags/locale/pl/LC_MESSAGES/django.po +++ b/apps/tags/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-20 16:03+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.mo b/apps/tags/locale/pt/LC_MESSAGES/django.mo index ba153017341a9316c44e78f91965f2f71a2536d7..d27675398a9735937c3e86a8893bddd1163d222b 100644 GIT binary patch delta 16 XcmaDX^H^qsB`0%oe(q))PIXoQHf{x1 delta 16 XcmaDX^H^qsB`0%UYRP6BPIXoQHmU_* diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.po b/apps/tags/locale/pt/LC_MESSAGES/django.po index 2d011147d7..1770771661 100644 --- a/apps/tags/locale/pt/LC_MESSAGES/django.po +++ b/apps/tags/locale/pt/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-21 16:45+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo b/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cfb48c98aaa91a3f1bb3c8b36a3ffcd2b1be8b3e GIT binary patch literal 3697 zcmbuAONznIWUS$|BVm^)e%?id&f#HL=V7#-Eu_wWI!9CzL&;!5A)_1aX_bSFVEoy_y~9d+y#CQJ__Cj@ndXt`g}F`5SHt}XTi-N$vXhz z$By7ardPqO;3;rBI04fBH#1%b$*-?Lviqlue}W`$HI$G&Yrq}gMi7tKA+P|R0G|NQ zfMnlm;A5blJvSijzYJ~z-vUYQMH%^Bst%L>%gBu+J6hA^S870 z9gyO=3Wxqc&NhP2W4!{#^?^IV{ouuH{XV!C>l+{k{{l(gCM1FMZv)AX?cheRJ6j(H z$8yp8IZu4LnyaKKTzXIv}4p}8&D@gg-0a6`Q zL5lZe#`nMtSbqvqeJ+9={0*f1tblUTzXli5vjrsiCqRnNOCb4k5hOn&knA@g#rbWJ z_Fo05KCXe3w=Y22x0pTu1tfca1=oYWgH$(vgPXt&5JvKL<3e^-K-xD1ZUHZVNRz9D z7r^H*pTQ(wcVW_?c#^HXw7{Tuau4QiOsWOSYd$#skbKGw*-g18f1$<=^0glm=CP+R zDTd@1*+zq6vps1yolIP z<{OT)p)3+ySuR5C4(4fRT?SlO-qmfp*l?iY^z^VX+VFsms|bNaFuS^YfL_}Lr+Xwl z@3ridkuvgLm0_r7*_kQvhGJ(`eJaNNc{U>Ih`eAUiH&*F=ouAAE@B=^fg3t<0WY$b zMMJW4MnrYV#$XgK_km^SRi1|nDh&CAdfsw5rqeN~D+3g;Y49sZos1WAYF_yFW-)Q<_*w zOG_$|mfZY?ie>8z&O`EhRfYKWg-}^keUI;GLJoDjik$h(K}j;h~Z7!kBDo z6MG}Jt^#i`savlGf2ZQOSt*t3a3Pr}`npjv+6tqzDK+S9Nm-jnTNpi8^IYLWtT%*Q zRCs^6uiq>0_xcX-zJrzWA+NlzT*gLkOwK4$zhvJ5uiVeednHRIO@$4b40k<%l??TGdj z%Y~|rV!Ur&ZN7;(#Bwe!HAA7I!`z<|#>)8UE47o}!S+5r?TF; zyrQ)1?^SdkC+^WQ5XrfF9nN1DZP~y=g6`bWrxmtGdZyE0R#hU>Y&Z)*%aK;o)_i*L zI+r%awIPfz0?kosy4|<$3IU@I&V_CTHJ8b|(7y4K_M+z_ym=?*3~y&3y#YvKRICOQ5u6`EDkER95Zpd&-XT80% zK2QQ3!5YpI@BHF|VjBqZlo~zyye_h(TU;vD|JvgsOYL5E2=|RzUbBc35vqk{H=zF` zGak8yO%3x*-O>> zFhD1Tvz@B;w?P>9b?B&Orzm?{SW6^*CfvK5-?5AuzELs|c$LY&{7I+U{2n}K_, 2011. +# Roberto Rosario , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:20 +msgid "tag list" +msgstr "lista de etiquetas" + +#: __init__.py:21 +msgid "create new tag" +msgstr "criar nova etiqueta" + +#: __init__.py:22 +msgid "attach tag" +msgstr "anexar etiqueta" + +#: __init__.py:23 __init__.py:24 +msgid "remove" +msgstr "remover" + +#: __init__.py:25 __init__.py:44 __init__.py:52 views.py:98 +msgid "tags" +msgstr "Etiquetas" + +#: __init__.py:26 __init__.py:29 +msgid "delete" +msgstr "excluir" + +#: __init__.py:27 +msgid "edit" +msgstr "editar" + +#: __init__.py:28 +msgid "tagged documents" +msgstr "documentos etiquetados" + +#: __init__.py:30 +msgid "ACLs" +msgstr "" + +#: __init__.py:34 +msgid "preview" +msgstr "" + +#: __init__.py:38 +msgid "tagged items" +msgstr "itens marcados" + +#: forms.py:24 +msgid "Name" +msgstr "Nome" + +#: forms.py:25 +msgid "Color" +msgstr "Cor" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "Etiquetas" + +#: literals.py:18 +msgid "Blue" +msgstr "Azul" + +#: literals.py:19 +msgid "Cyan" +msgstr "Ciano" + +#: literals.py:20 +msgid "Coral" +msgstr "Coral" + +#: literals.py:21 +msgid "Green-Yellow" +msgstr "Verde-Amarelo" + +#: literals.py:22 +msgid "Khaki" +msgstr "Caqui" + +#: literals.py:23 +msgid "LightGrey" +msgstr "Cinza Claro" + +#: literals.py:24 +msgid "Magenta" +msgstr "Magenta" + +#: literals.py:25 +msgid "Red" +msgstr "Vermelho" + +#: literals.py:26 +msgid "Orange" +msgstr "Laranja" + +#: literals.py:27 +msgid "Yellow" +msgstr "Amarelo" + +#: models.py:12 views.py:154 views.py:206 views.py:220 +msgid "tag" +msgstr "etiqueta" + +#: models.py:13 +msgid "color" +msgstr "cor" + +#: models.py:16 +msgid "tag properties" +msgstr "propriedades de etiqueta" + +#: models.py:17 +msgid "tags properties" +msgstr "propriedades de etiquetas" + +#: permissions.py:9 +msgid "Create new tags" +msgstr "Criar novas etiquetas" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "Excluir etiquetas" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "Editar as etiquetas" + +#: permissions.py:12 +msgid "View tags" +msgstr "Ver etiquetas" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "Anexar etiquetas para documentos" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "Remover etiquetas de documentos" + +#: views.py:42 +msgid "Tag already exists." +msgstr "Etiqueta já existe." + +#: views.py:50 +msgid "Tag created succesfully." +msgstr "Etiqueta criada com sucesso." + +#: views.py:56 +msgid "create tag" +msgstr "criar etiqueta" + +#: views.py:77 +#, python-format +msgid "Document is already tagged as \"%s\"" +msgstr "Documento já está marcado como \"%s\"" + +#: views.py:82 +#, python-format +msgid "Tag \"%s\" attached successfully." +msgstr "Etiqueta \"%s\" anexada com sucesso." + +#: views.py:88 +#, python-format +msgid "attach tag to: %s" +msgstr "anexar etiqueta a: %s" + +#: views.py:130 views.py:257 +msgid "Must provide at least one tag." +msgstr "Deve fornecer pelo menos uma etiqueta." + +#: views.py:145 +#, python-format +msgid "Tag \"%s\" deleted successfully." +msgstr "Etiqueta \"%s\" removida com sucesso." + +#: views.py:147 views.py:269 +#, python-format +msgid "Error deleting tag \"%(tag)s\": %(error)s" +msgstr "Erro ao excluir etiqueta \" %(tag)s \": %(error)s " + +#: views.py:162 +#, python-format +msgid "Are you sure you wish to delete the tag: %s?" +msgstr "Tem certeza de que deseja excluir a etiqueta: %s?" + +#: views.py:163 views.py:166 +msgid "Will be removed from all documents." +msgstr "Será removido de todos os documentos." + +#: views.py:165 +#, python-format +msgid "Are you sure you wish to delete the tags: %s?" +msgstr "Você tem certeza que deseja deletar as etiquetas: %s?" + +#: views.py:194 +msgid "Tag updated succesfully." +msgstr "Etiqueta atualizada com sucesso." + +#: views.py:203 +#, python-format +msgid "edit tag: %s" +msgstr "editar etiqueta: %s" + +#: views.py:217 +#, python-format +msgid "documents with the tag \"%s\"" +msgstr "documentos com a etiqueta \"%s\"" + +#: views.py:236 +#, python-format +msgid "tags for: %s" +msgstr "etiquetas para: %s" + +#: views.py:267 +#, python-format +msgid "Tag \"%s\" removed successfully." +msgstr "Etiqueta \"%s\" removida com sucesso." + +#: views.py:283 +#, python-format +msgid "Are you sure you wish to remove the tag: %s?" +msgstr "Tem certeza de que deseja remover a etiqueta: %s?" + +#: views.py:285 +#, python-format +msgid "Are you sure you wish to remove the tags: %s?" +msgstr "Tem certeza de que deseja remover as etiquetas: %s?" + +#: templatetags/tags_tags.py:17 +msgid "Add tag to document" +msgstr "Adicionar etiquetas para o documento" diff --git a/apps/tags/locale/ru/LC_MESSAGES/django.mo b/apps/tags/locale/ru/LC_MESSAGES/django.mo index 64738997e4d64fc5abea1bf648abc74b4102afb8..a1344aa7bf48b57607df0a76a06ff41fffc70131 100644 GIT binary patch delta 16 XcmeBE>QmYf%*mXbpSwAXa|b&BFUkdg delta 16 XcmeBE>QmYf%*mXWTCzEea|b&BFa`yP diff --git a/apps/tags/locale/ru/LC_MESSAGES/django.po b/apps/tags/locale/ru/LC_MESSAGES/django.po index a15861f22f..c53d967092 100644 --- a/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/apps/tags/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-27 04:24+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo b/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo index 35f34defcfbfb22dc318cff3bbd247dc12dee6f8..0c9588b5eac9820dae45570052ebe30929a6b1f7 100644 GIT binary patch delta 16 XcmZotZ&Kfo$IYCapS!t`TaW_)FHi*r delta 16 XcmZotZ&Kfo$IYCVTC%y2TaW_)FN_5a diff --git a/apps/user_management/locale/de_DE/LC_MESSAGES/django.po b/apps/user_management/locale/de_DE/LC_MESSAGES/django.po index 7f93551248..b1ccedd62f 100644 --- a/apps/user_management/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/user_management/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-05-05 10:48+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/user_management/locale/en/LC_MESSAGES/django.po b/apps/user_management/locale/en/LC_MESSAGES/django.po index bb509ac597..67db714c17 100644 --- a/apps/user_management/locale/en/LC_MESSAGES/django.po +++ b/apps/user_management/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,46 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:13 -msgid "user list" -msgstr "" - -#: __init__.py:14 views.py:31 -msgid "users" -msgstr "" - -#: __init__.py:15 __init__.py:24 -msgid "edit" -msgstr "" - -#: __init__.py:16 views.py:97 -msgid "create new user" -msgstr "" - -#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 -msgid "delete" -msgstr "" - -#: __init__.py:19 __init__.py:20 -msgid "reset password" -msgstr "" - -#: __init__.py:22 -msgid "group list" -msgstr "" - -#: __init__.py:23 views.py:228 -msgid "groups" -msgstr "" - -#: __init__.py:25 views.py:276 -msgid "create new group" -msgstr "" - -#: __init__.py:28 views.py:232 -msgid "members" -msgstr "" - #: forms.py:13 msgid "New password" msgstr "" @@ -65,6 +25,46 @@ msgstr "" msgid "Confirm password" msgstr "" +#: links.py:11 +msgid "user list" +msgstr "" + +#: links.py:12 views.py:31 +msgid "users" +msgstr "" + +#: links.py:13 links.py:22 +msgid "edit" +msgstr "" + +#: links.py:14 views.py:97 +msgid "create new user" +msgstr "" + +#: links.py:15 links.py:16 links.py:24 links.py:25 +msgid "delete" +msgstr "" + +#: links.py:17 links.py:18 +msgid "reset password" +msgstr "" + +#: links.py:20 +msgid "group list" +msgstr "" + +#: links.py:21 views.py:228 +msgid "groups" +msgstr "" + +#: links.py:23 views.py:276 +msgid "create new group" +msgstr "" + +#: links.py:26 views.py:232 +msgid "members" +msgstr "" + #: permissions.py:7 msgid "User management" msgstr "" diff --git a/apps/user_management/locale/es/LC_MESSAGES/django.mo b/apps/user_management/locale/es/LC_MESSAGES/django.mo index b7897ad63e377e72b647af968cbed0a46e603bb1..0af510bffe9a78071e2f0e86d7db625e09a744f2 100644 GIT binary patch delta 16 Xcmdm`wo7e86*qHoe(vU4?!D{)H_rw) delta 16 Xcmdm`wo7e86*qHUYRTqW?!D{)I12_p diff --git a/apps/user_management/locale/es/LC_MESSAGES/django.po b/apps/user_management/locale/es/LC_MESSAGES/django.po index 0cb5d4e38b..f49d46811d 100644 --- a/apps/user_management/locale/es/LC_MESSAGES/django.po +++ b/apps/user_management/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-02 18:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.mo b/apps/user_management/locale/it/LC_MESSAGES/django.mo index b7aa14c7b6aa1ba6843228a8d7f50d91ac0cff62..3af4e2a501576947aea3d97cce55c3d3e14654f2 100644 GIT binary patch delta 16 XcmcbwdS7)z9yfDxe(vT%?mTt?I=2QG delta 16 XcmcbwdS7)z9yfDdYRTq8?mTt?I`ak~ diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.po b/apps/user_management/locale/it/LC_MESSAGES/django.po index 9556c25956..f1599a13d6 100644 --- a/apps/user_management/locale/it/LC_MESSAGES/django.po +++ b/apps/user_management/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-21 16:36+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/user_management/locale/pl/LC_MESSAGES/django.mo b/apps/user_management/locale/pl/LC_MESSAGES/django.mo index f621fc16abc7dff767332172e62103d6e6934dd7..bc8ab1aeb2e70789ff08139028d141c4512058e4 100644 GIT binary patch delta 16 XcmeyQ`bl*IFE?{?e(q)g?nmqZI4TA3 delta 16 XcmeyQ`bl*IFE?{uYRP5+?nmqZIA#U- diff --git a/apps/user_management/locale/pl/LC_MESSAGES/django.po b/apps/user_management/locale/pl/LC_MESSAGES/django.po index c43f157bee..1dea92e192 100644 --- a/apps/user_management/locale/pl/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-21 15:33+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.mo b/apps/user_management/locale/pt/LC_MESSAGES/django.mo index acfbabcf2987dc700d7fdbb3b20712a9f86f66f8..833f2a52befda86b11af58b65488555e6182612e 100644 GIT binary patch delta 16 XcmX@AdQ^2oAvbe!e(vTH?m%_`H=YH} delta 16 XcmX@AdQ^2oAvbegYRTpj?m%_`H`)c& diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.po b/apps/user_management/locale/pt/LC_MESSAGES/django.po index 1c8d8ca3e2..824d3bd529 100644 --- a/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pt/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-21 15:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo b/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..769629d159b5c3c05cd19a728ef31835e4a1b1d0 GIT binary patch literal 4819 zcmcJSPi$Pp9mfYkfV!cC(9+O0WiSn0L*DM%fy68^DIq3A!ohW%96(hy-Z#7ZqW5N& znfL723KCKesE10RHU|z!jgTN!TZvOnhy#{TDiIw}CrvV{9DU4gL~*2BiKrSOH%FUjW|$p9i?R!Ad z_W(%x{uacPOoFuD6ePKqLi?XUn1=lY{1Ny%cn5eM#1h#B5P$65Q2ziNL;WI1<6Z`7 zzAGS9WnYB)|G=H7Z-+3AI|0%>(;&Lo3`pZ20Y8QB=0Nh-V=zt~?0}Qt>)>ASLy+|T z3fuwS2_?xtz13&uVJ{u#U<+>Ri70GtBp`;#E~=L|^ecoii5 z-vYOS?}Oy8e}N?TF-Z3P93;D64gFt+{ySh4YQG=E5?KYLarS{wi5&?2&w}`4$MHks zwLtQp0?Cel07?E05TV8X3F41kzz_ND-yq!O-U0W(C2k+mI>}b_JcL5}Q>>N`?b9e! zNLPAjF0%X0R0$91&r!&}q}wi(M^PR`siKfx^pG7%=O3bwZ7V3`d(xMlNfe4XddRkQ z6tc-rQOYMA7i{ue z0^ZBl5GcAaOuA8EuCO`p8oivvl8cj7tU4F1majTX zk#iI4bQEc-S7f}0dfhG&ah52as9c(sXi7IQb`N@+!pduoEfHtm)6k`n{c69{Bqw~N zjtr}Q|K?HE@83MATz@8%Xv<8hoSjS%BpY|%aAN_LEECN_ycYHDZ06C?I68@XqE&;>iB+Na?BTiNV+*pYO&-nJb`nR2 zinfgwb%S^EyxXYN+DYCima0vi)r_{nB-+$6`nHx>TSz-L|J-8a&QA;*9mbw-@TvOb zR8-#=P44HD(~bILQT>s69fHw)HYC9bTjRCAgyY01-Wr8uF;V7AuvYmH=_*;*QgtabC>A6lqQjLjXLo9$b4vRWTQ zX2}tP(c)?scF5)Fyw*)|5IxSD9bs@D&zx9%I-2gw(X=gTqFL3{F?LylPcJ2TPx}UU zbB)cXg%N4=v^E(ICe?LSJ2Uk-_pdV*#h>7lxP>mtj5lE}xh9ZT_=|-EtUM*KBbsTE z7_JdkMHe2XynG$v*2{<7c^w}hw2Sp~h?Ep{B`R5ed;LwiUU`$?;4lKd{C}eyAzznCJrPKh*dCPEk=8Y(^j^1-8Rg~C0wOO& znyh_ejKgx-Wi2HUc)Tl9jiXAzQ$^-YTE*>Yv`D!EBzL_mg2RuK+mSG7$xWT8CN2ya zGCTQ_;sB>B-YCC&<0$CuLS>^}+_^kTicVo4sy^M9avMyIu}e9=B(sRD7bmfxv8%n1 zv*8Nh2jsHwklZOoqfAYkvt41IeGRMRXrPvM|D{;T(+-q@@dirWxab zV7TE~#kZWbG)~x)E)s8e@^8E36TwfTBY9Y2^I#s985Pe*q>%_X90;Y?EkoYi, 2011. +# Roberto Rosario , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:13 +msgid "user list" +msgstr "lista de usuários" + +#: __init__.py:14 views.py:31 +msgid "users" +msgstr "usuários" + +#: __init__.py:15 __init__.py:24 +msgid "edit" +msgstr "editar" + +#: __init__.py:16 views.py:97 +msgid "create new user" +msgstr "criar novo usuário" + +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 +msgid "delete" +msgstr "excluir" + +#: __init__.py:19 __init__.py:20 +msgid "reset password" +msgstr "redefinir senha" + +#: __init__.py:22 +msgid "group list" +msgstr "lista de grupos" + +#: __init__.py:23 views.py:228 +msgid "groups" +msgstr "grupos" + +#: __init__.py:25 views.py:276 +msgid "create new group" +msgstr "criar novo grupo" + +#: __init__.py:28 views.py:232 +msgid "members" +msgstr "membros" + +#: forms.py:13 +msgid "New password" +msgstr "Nova senha" + +#: forms.py:14 +msgid "Confirm password" +msgstr "Confirmar senha" + +#: permissions.py:7 +msgid "User management" +msgstr "Gerenciar usuários" + +#: permissions.py:9 +msgid "Create new users" +msgstr "Criar novos usuários" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "Editar usuários existentes" + +#: permissions.py:11 +msgid "View existing users" +msgstr "Ver os usuários existentes" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "Exclui usuários existentes" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "Criar novos grupos" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "Editar grupos existentes" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "Ver grupos existentes" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "Excluir grupos existentes" + +#: views.py:35 +msgid "full name" +msgstr "nome completo" + +#: views.py:39 +msgid "email" +msgstr "e-mail" + +#: views.py:43 +msgid "active" +msgstr "ativo" + +#: views.py:47 +msgid "has usable password?" +msgstr "tem senha usável?" + +#: views.py:61 +msgid "" +"Super user and staff user editing is not allowed, use the admin interface " +"for these cases." +msgstr "Edição de super usuário e usuário pessoal não é permitida, use a interface de administração para esses casos." + +#: views.py:68 +#, python-format +msgid "User \"%s\" updated successfully." +msgstr "Usuário \"%s\" atualizado com sucesso." + +#: views.py:74 +#, python-format +msgid "edit user: %s" +msgstr "editar usuário: %s" + +#: views.py:77 views.py:135 views.py:198 +msgid "user" +msgstr "usuário" + +#: views.py:91 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "Usuário \"%s\" criado com sucesso." + +#: views.py:113 views.py:167 +msgid "Must provide at least one user." +msgstr "Deve fornecer pelo menos um usuário." + +#: views.py:123 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Excluir super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." + +#: views.py:126 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Usuário \"%s\" removido com sucesso." + +#: views.py:128 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "Erro ao excluir usuário \"%(user)s\": %(error)s " + +#: views.py:143 +#, python-format +msgid "Are you sure you wish to delete the user: %s?" +msgstr "Tem certeza de que deseja excluir o usuário: %s?" + +#: views.py:145 +#, python-format +msgid "Are you sure you wish to delete the users: %s?" +msgstr "Tem certeza de que deseja excluir os usuários: %s?" + +#: views.py:178 +msgid "Passwords do not match, try again." +msgstr "Senhas não coincidem, tente novamente." + +#: views.py:183 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Redefinir senha de super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." + +#: views.py:187 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Redefinição de senha do usuário bem-sucedida: %s." + +#: views.py:189 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "Erro de redefinição de senha para o usuário \"%(user)s\": %(error)s " + +#: views.py:205 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Redefinindo senha para o usuário: %s" + +#: views.py:207 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Redefinindo senha para os usuários: %s" + +#: views.py:249 +#, python-format +msgid "Group \"%s\" updated successfully." +msgstr "Grupo \"%s\" atualizado com sucesso." + +#: views.py:255 +#, python-format +msgid "edit group: %s" +msgstr "editar grupo: %s" + +#: views.py:258 views.py:311 views.py:356 +msgid "group" +msgstr "grupo" + +#: views.py:270 +#, python-format +msgid "Group \"%s\" created successfully." +msgstr "Grupo \"%s\" criado com sucesso." + +#: views.py:292 +msgid "Must provide at least one group." +msgstr "Deve fornecer pelo menos um grupo." + +#: views.py:302 +#, python-format +msgid "Group \"%s\" deleted successfully." +msgstr "Grupo \"%s\" removido com sucesso." + +#: views.py:304 +#, python-format +msgid "Error deleting group \"%(group)s\": %(error)s" +msgstr "Erro ao excluir o grupo \"%(group)s\": %(error)s " + +#: views.py:319 +#, python-format +msgid "Are you sure you wish to delete the group: %s?" +msgstr "Tem certeza de que deseja excluir o grupo: %s?" + +#: views.py:321 +#, python-format +msgid "Are you sure you wish to delete the groups: %s?" +msgstr "Tem certeza de que deseja excluir os grupos: %s?" + +#: views.py:351 +#, python-format +msgid "non members of group: %s" +msgstr "não-membros do grupo: %s" + +#: views.py:352 +#, python-format +msgid "members of group: %s" +msgstr "membros do grupo: %s" diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.mo b/apps/user_management/locale/ru/LC_MESSAGES/django.mo index e96155bc787a253e757bd4de3c390a2cbb5735bc..6239cdbfb5c1b7e381cdf0ea6ddbd6389a6575e6 100644 GIT binary patch delta 16 XcmZ2uu*P6R7&mire(vT-?#ny?HCP4$ delta 16 XcmZ2uu*P6R7&miXYRTqE?#ny?HIxPl diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.po b/apps/user_management/locale/ru/LC_MESSAGES/django.po index 80b1f3fb4f..2813eb6ec8 100644 --- a/apps/user_management/locale/ru/LC_MESSAGES/django.po +++ b/apps/user_management/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-02-03 06:37+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo index 1c26c7db0744b09df551496782e08859e6d5e662..15b687847793ca9425e1c35aebaaa66f600a5a82 100644 GIT binary patch delta 16 Xcmcb}dy#j8EDLjTe(q)kmW@mRG1>)M delta 16 Xcmcb}dy#j8EDLj9YRP5=mW@mRG8P45 diff --git a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po index c2af879902..a9aabf8501 100644 --- a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-04-20 11:40+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.net/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/web_theme/locale/en/LC_MESSAGES/django.po b/apps/web_theme/locale/en/LC_MESSAGES/django.po index 18d3ff93e1..bbbdd0016d 100644 --- a/apps/web_theme/locale/en/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-01 23:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,14 +17,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: conf/settings.py:10 +#: conf/settings.py:6 +msgid "Interface" +msgstr "" + +#: conf/settings.py:13 msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." msgstr "" -#: conf/settings.py:12 +#: conf/settings.py:29 msgid "Display extra information in the login screen." msgstr "" @@ -44,25 +48,55 @@ msgstr "" msgid "close" msgstr "" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 msgid "Login" msgstr "" -#: templates/web_theme_login.html:18 +#: templates/web_theme_login.html:19 msgid "You are already logged in" msgstr "" -#: templates/web_theme_login.html:21 +#: templates/web_theme_login.html:22 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "" -#: templates/web_theme_login.html:24 +#: templates/web_theme_login.html:25 #, python-format msgid "" "Or click here if redirection doesn't " "work." msgstr "" +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 msgid "Previous" diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.mo b/apps/web_theme/locale/es/LC_MESSAGES/django.mo index cd6f8ba512fd5c51f56ca192c196c2fc448cc32d..93e561eb29fc4646e51d0048d6a54f2dc7b17268 100644 GIT binary patch delta 16 XcmaFE`-XReCJS?Ne(q)+mIF)xHP!{U delta 16 XcmaFE`-XReCJS?3YRP6DmIF)xHWCHD diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.po b/apps/web_theme/locale/es/LC_MESSAGES/django.po index 8e5ef1ca51..bd78904fe3 100644 --- a/apps/web_theme/locale/es/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-03 21:44+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.mo b/apps/web_theme/locale/it/LC_MESSAGES/django.mo index b8b040e9f141d04f636bc764ef7846d91d3aef97..f694f43e14c1c3754a8070c6d61ba1b478c45055 100644 GIT binary patch delta 16 YcmZ3-yN-9mPiE%i{M^ldm^U#206Lil%K!iX delta 16 YcmZ3-yN-9mPiE%4)RN7Am^U#206NtM(*OVf diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.po b/apps/web_theme/locale/it/LC_MESSAGES/django.po index 2a2a743a14..6b90a44fd7 100644 --- a/apps/web_theme/locale/it/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/it/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2012-06-08 07:17+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/web_theme/locale/pl/LC_MESSAGES/django.mo b/apps/web_theme/locale/pl/LC_MESSAGES/django.mo index c7dba710e607ec52368474803847dccf7730b8e0..76c2c8d732a93204fde33d9c605db4f18200d013 100644 GIT binary patch delta 16 XcmX@bdWv\n" -"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt/LC_MESSAGES/django.mo index 554ea86cd958b07c2619a2feb3cabe63fa433d8c..1bba2dae07998dc1f3fe4828b3da0e117ac5b7e9 100644 GIT binary patch delta 16 XcmX@idzg2FAPaMHe(q)wmi0^kFMb6i delta 16 XcmX@idzg2FAPaL|YRP61mi0^kFS-RR diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.po b/apps/web_theme/locale/pt/LC_MESSAGES/django.po index 80e93b1cde..a7d7cf4f6c 100644 --- a/apps/web_theme/locale/pt/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-04 00:46+0000\n" "Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a6d94f4742dfd2cb6901f7c1a83f096cdf517ecf GIT binary patch literal 1760 zcmc&!&u<(x6n3FdSjqtoNJt!>Dj^cc%(c6B7Ih9QZuD+tL$9tg%1;cz*u;{J#0^)yoeA z%FC#4pni(_3hG~|p|mau@g=YgjDf!bp95ZcMu^M6E5JkGRp1N2Pk`${2EGpb0vPPS z2fhgWVLt!!9DfJ?37>xhA7T9uIE{dxV^i4oBbwm%C*VEcFZ1!+&kM1G@fz?o;24Nc ze1_&K@Bxs3UjxIvra&B1m*BU7dIj}a)Zl+nLL6XP`v`nP0X6XwYPhf1xqX}bhzllf zNS0+jSs_z;Wwaw{xkIwBW`zcv)J>FGW{qxM@d~9plvVE0IZ*{i3EL`XiRIKv=T#D= z(w?r+sq~{9+pxpr>MVejIs;lxL!;8c%&~GKk~*a^jvkrHaV&O~D|0y^KKE9V(nDhl z8Tg?em{V>t^js2%#bQ5<#4T8hLrY1nl2h7{G_pM0y!PhO{^7@aw~l+=-MwCSr+<8> zx4-PJZH?ISMpJH)8U{+ra#Ej=8g}|EPh(?GV{v5pOo5c>ElhMq6H|rA1tMb}IOUmG zdpn`hDD4Bs_sDT#bn0Sp55~9|$=tF`CxLp#DU3vt8^^O2tGP&(E0n_%ETih2x*HyB@VxskPQwTYaa6(%46aM1ACe%cVEALp?KKi%|Av=hKFrO~i9T zac1;|%=zNOtdJ@XT({swXO+x2>a#35bc7pL8Tc|SZCiPv@?~0@UvWGh$4DXV)R52X zo0hYHxn?=LYs6{cn)%#iv-HQ?z2@(fSj+aO{w6)YXYemCib}K2ZKK`wrD-HIDMi$~?M>6n7ocWj%D8t2b!Y z-CWYNMeXH==yM?{XjdY;EQE_hmnnoQ9ppRxX8IjFa?^)+;s0B}-E%cicA?xkwOY-{ zUy11D5B}M9MCaHdwH8^53fujra%TjTfQ- literal 0 HcmV?d00001 diff --git a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..4098b43464 --- /dev/null +++ b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,75 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 2011. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: 2012-07-02 03:32+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: conf/settings.py:10 +msgid "" +"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" +"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " +"warehouse." +msgstr "Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." + +#: conf/settings.py:12 +msgid "Display extra information in the login screen." +msgstr "Exibir informações extras na tela de login." + +#: templates/web_theme_base.html:101 +msgid "dismiss all notifications" +msgstr "rejeitar todas as notificações" + +#: templates/web_theme_base.html:101 +msgid "close all" +msgstr "fechar todos" + +#: templates/web_theme_base.html:102 +msgid "dismiss this notification" +msgstr "descartar essa notificação" + +#: templates/web_theme_base.html:102 +msgid "close" +msgstr "fechar" + +#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 +msgid "Login" +msgstr "Login" + +#: templates/web_theme_login.html:18 +msgid "You are already logged in" +msgstr "Você já está logado" + +#: templates/web_theme_login.html:21 +msgid "Redirecting you to the website entry point in 5 seconds." +msgstr "Redirecionando você para o ponto de entrada do site em 5 segundos." + +#: templates/web_theme_login.html:24 +#, python-format +msgid "" +"Or click here if redirection doesn't " +"work." +msgstr "Ou clique aqui se o redirecionamento não funcionar." + +#: templates/pagination/pagination.html:6 +#: templates/pagination/pagination.html:8 +msgid "Previous" +msgstr "Anterior" + +#: templates/pagination/pagination.html:26 +#: templates/pagination/pagination.html:28 +msgid "Next" +msgstr "Próximo" diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.mo b/apps/web_theme/locale/ru/LC_MESSAGES/django.mo index 3a5e719a44bfc8d345abc9f4456734a9c9f6a940..f1f16a8fbf4ed1a46e37f54f7ee221e2a3cf99ce 100644 GIT binary patch delta 16 XcmdnPzlVPVD+_aSe(q)tmMzQxE;|JX delta 16 XcmdnPzlVPVD+_a8YRP5}mMzQxE_VeG diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.po b/apps/web_theme/locale/ru/LC_MESSAGES/django.po index 02d2b20f15..87baac2fce 100644 --- a/apps/web_theme/locale/ru/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2012-06-17 18:09-0400\n" "PO-Revision-Date: 2011-11-04 15:22+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/misc/compilemessages_all.sh b/misc/compilemessages_all.sh index 4c948571a9..448a45a18e 100755 --- a/misc/compilemessages_all.sh +++ b/misc/compilemessages_all.sh @@ -5,6 +5,7 @@ BASE=$PWD cd $BASE/apps/common $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -13,6 +14,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/converter $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -21,6 +23,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/documents $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -29,6 +32,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/document_comments $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -37,6 +41,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/document_indexing $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -45,6 +50,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/dynamic_search $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -53,6 +59,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/folders $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -61,6 +68,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/history $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -69,6 +77,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/linking $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -77,6 +86,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/main $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -85,6 +95,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/metadata $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -93,6 +104,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/navigation $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -101,6 +113,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/ocr $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -109,6 +122,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/permissions $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -117,6 +131,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/project_setup $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -125,6 +140,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/project_tools $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -133,6 +149,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/smart_settings $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -141,6 +158,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/sources $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -149,6 +167,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/tags $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -157,6 +176,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/user_management $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -165,6 +185,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/web_theme $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -173,6 +194,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/django_gpg $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -181,6 +203,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/document_signatures $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -189,6 +212,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/acls $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -197,6 +221,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/installation $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it @@ -205,6 +230,7 @@ $COMPILEMESSAGES -l de_DE cd $BASE/apps/scheduler $COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l pt_BR $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it diff --git a/misc/makemessages_all.sh b/misc/makemessages_all.sh index bfab278af3..2583f3e6bc 100755 --- a/misc/makemessages_all.sh +++ b/misc/makemessages_all.sh @@ -6,6 +6,7 @@ BASE=$PWD cd $BASE/apps/common $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -15,6 +16,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/converter $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -24,6 +26,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/documents $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -33,6 +36,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/document_comments $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -42,6 +46,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/document_indexing $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -51,6 +56,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/dynamic_search $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -60,6 +66,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/folders $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -69,6 +76,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/history $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -78,6 +86,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/linking $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -87,6 +96,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/main $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -96,6 +106,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/metadata $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -105,6 +116,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/navigation $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -114,6 +126,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/ocr $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -123,6 +136,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/permissions $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -132,6 +146,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/project_setup $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -141,6 +156,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/project_tools $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -150,6 +166,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/smart_settings $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -159,6 +176,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/sources $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -168,6 +186,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/tags $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -177,6 +196,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/user_management $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -186,6 +206,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/web_theme $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -195,6 +216,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/django_gpg $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -204,6 +226,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/document_signatures $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -213,6 +236,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/acls $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -222,6 +246,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/installation $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it @@ -231,6 +256,7 @@ $MAKEMESSAGES -l de_DE cd $BASE/apps/scheduler $MAKEMESSAGES -l en $MAKEMESSAGES -l pt +$MAKEMESSAGES -l pt_BR $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it diff --git a/settings.py b/settings.py index 5913d464c9..b4fb25d35d 100644 --- a/settings.py +++ b/settings.py @@ -50,6 +50,7 @@ LANGUAGES = ( ('en', ugettext('English')), ('es', ugettext('Spanish')), ('pt', ugettext('Portuguese')), + ('pt-br', ugettext('Portuguese (Brazil)')), ('ru', ugettext('Russian')), ('it', ugettext('Italian')), ('pl', ugettext('Polish')), From 0afa9f8123b67f3eec518d168ce5e43b0c90fcd4 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 2 Jul 2012 00:53:30 -0400 Subject: [PATCH 06/71] Update transifex resource file to add Brazilian Portuguese resources --- .tx/config | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.tx/config b/.tx/config index 838d153ebd..cedeb59913 100644 --- a/.tx/config +++ b/.tx/config @@ -3,6 +3,7 @@ source_file = apps/converter/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/converter/locale/es/LC_MESSAGES/django.po trans.pt = apps/converter/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/converter/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/converter/locale/ru/LC_MESSAGES/django.po trans.it = apps/converter/locale/it/LC_MESSAGES/django.po trans.pl = apps/converter/locale/pl/LC_MESSAGES/django.po @@ -13,6 +14,7 @@ source_file = apps/common/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/common/locale/es/LC_MESSAGES/django.po trans.pt = apps/common/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/common/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/common/locale/ru/LC_MESSAGES/django.po trans.it = apps/common/locale/it/LC_MESSAGES/django.po trans.pl = apps/common/locale/pl/LC_MESSAGES/django.po @@ -23,6 +25,7 @@ source_file = apps/permissions/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/permissions/locale/es/LC_MESSAGES/django.po trans.pt = apps/permissions/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/permissions/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/permissions/locale/ru/LC_MESSAGES/django.po trans.it = apps/permissions/locale/it/LC_MESSAGES/django.po trans.pl = apps/permissions/locale/pl/LC_MESSAGES/django.po @@ -33,6 +36,7 @@ source_file = apps/sources/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/sources/locale/es/LC_MESSAGES/django.po trans.pt = apps/sources/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/sources/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/sources/locale/ru/LC_MESSAGES/django.po trans.it = apps/sources/locale/it/LC_MESSAGES/django.po trans.pl = apps/sources/locale/pl/LC_MESSAGES/django.po @@ -43,6 +47,7 @@ source_file = apps/document_indexing/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/document_indexing/locale/es/LC_MESSAGES/django.po trans.pt = apps/document_indexing/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/document_indexing/locale/ru/LC_MESSAGES/django.po trans.it = apps/document_indexing/locale/it/LC_MESSAGES/django.po trans.pl = apps/document_indexing/locale/pl/LC_MESSAGES/django.po @@ -53,6 +58,7 @@ source_file = apps/user_management/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/user_management/locale/es/LC_MESSAGES/django.po trans.pt = apps/user_management/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/user_management/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/user_management/locale/ru/LC_MESSAGES/django.po trans.it = apps/user_management/locale/it/LC_MESSAGES/django.po trans.pl = apps/user_management/locale/pl/LC_MESSAGES/django.po @@ -63,6 +69,7 @@ source_file = apps/main/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/main/locale/es/LC_MESSAGES/django.po trans.pt = apps/main/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/main/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/main/locale/ru/LC_MESSAGES/django.po trans.it = apps/main/locale/it/LC_MESSAGES/django.po trans.pl = apps/main/locale/pl/LC_MESSAGES/django.po @@ -73,6 +80,7 @@ source_file = apps/ocr/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/ocr/locale/es/LC_MESSAGES/django.po trans.pt = apps/ocr/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/ocr/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/ocr/locale/ru/LC_MESSAGES/django.po trans.it = apps/ocr/locale/it/LC_MESSAGES/django.po trans.pl = apps/ocr/locale/pl/LC_MESSAGES/django.po @@ -83,6 +91,7 @@ source_file = apps/project_setup/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/project_setup/locale/es/LC_MESSAGES/django.po trans.pt = apps/project_setup/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/project_setup/locale/ru/LC_MESSAGES/django.po trans.it = apps/project_setup/locale/it/LC_MESSAGES/django.po trans.pl = apps/project_setup/locale/pl/LC_MESSAGES/django.po @@ -96,6 +105,7 @@ source_file = apps/folders/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/folders/locale/es/LC_MESSAGES/django.po trans.pt = apps/folders/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/folders/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/folders/locale/ru/LC_MESSAGES/django.po trans.it = apps/folders/locale/it/LC_MESSAGES/django.po trans.pl = apps/folders/locale/pl/LC_MESSAGES/django.po @@ -106,6 +116,7 @@ source_file = apps/history/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/history/locale/es/LC_MESSAGES/django.po trans.pt = apps/history/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/history/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/history/locale/ru/LC_MESSAGES/django.po trans.it = apps/history/locale/it/LC_MESSAGES/django.po trans.pl = apps/history/locale/pl/LC_MESSAGES/django.po @@ -116,6 +127,7 @@ source_file = apps/dynamic_search/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/dynamic_search/locale/es/LC_MESSAGES/django.po trans.pt = apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/dynamic_search/locale/ru/LC_MESSAGES/django.po trans.it = apps/dynamic_search/locale/it/LC_MESSAGES/django.po trans.pl = apps/dynamic_search/locale/pl/LC_MESSAGES/django.po @@ -126,6 +138,7 @@ source_file = apps/smart_settings/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/smart_settings/locale/es/LC_MESSAGES/django.po trans.pt = apps/smart_settings/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/smart_settings/locale/ru/LC_MESSAGES/django.po trans.it = apps/smart_settings/locale/it/LC_MESSAGES/django.po trans.pl = apps/smart_settings/locale/pl/LC_MESSAGES/django.po @@ -136,6 +149,7 @@ source_file = apps/navigation/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/navigation/locale/es/LC_MESSAGES/django.po trans.pt = apps/navigation/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/navigation/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/navigation/locale/ru/LC_MESSAGES/django.po trans.it = apps/navigation/locale/it/LC_MESSAGES/django.po trans.pl = apps/navigation/locale/pl/LC_MESSAGES/django.po @@ -146,6 +160,7 @@ source_file = apps/tags/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/tags/locale/es/LC_MESSAGES/django.po trans.pt = apps/tags/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/tags/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/tags/locale/ru/LC_MESSAGES/django.po trans.it = apps/tags/locale/it/LC_MESSAGES/django.po trans.pl = apps/tags/locale/pl/LC_MESSAGES/django.po @@ -156,6 +171,7 @@ source_file = apps/documents/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/documents/locale/es/LC_MESSAGES/django.po trans.pt = apps/documents/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/documents/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/documents/locale/ru/LC_MESSAGES/django.po trans.it = apps/documents/locale/it/LC_MESSAGES/django.po trans.pl = apps/documents/locale/pl/LC_MESSAGES/django.po @@ -166,6 +182,7 @@ source_file = apps/project_tools/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/project_tools/locale/es/LC_MESSAGES/django.po trans.pt = apps/project_tools/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/project_tools/locale/ru/LC_MESSAGES/django.po trans.it = apps/project_tools/locale/it/LC_MESSAGES/django.po trans.pl = apps/project_tools/locale/pl/LC_MESSAGES/django.po @@ -176,6 +193,7 @@ source_file = apps/linking/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/linking/locale/es/LC_MESSAGES/django.po trans.pt = apps/linking/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/linking/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/linking/locale/ru/LC_MESSAGES/django.po trans.it = apps/linking/locale/it/LC_MESSAGES/django.po trans.pl = apps/linking/locale/pl/LC_MESSAGES/django.po @@ -186,6 +204,7 @@ source_file = apps/document_comments/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/document_comments/locale/es/LC_MESSAGES/django.po trans.pt = apps/document_comments/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/document_comments/locale/ru/LC_MESSAGES/django.po trans.it = apps/document_comments/locale/it/LC_MESSAGES/django.po trans.pl = apps/document_comments/locale/pl/LC_MESSAGES/django.po @@ -196,6 +215,7 @@ source_file = apps/metadata/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/metadata/locale/es/LC_MESSAGES/django.po trans.pt = apps/metadata/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/metadata/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/metadata/locale/ru/LC_MESSAGES/django.po trans.it = apps/metadata/locale/it/LC_MESSAGES/django.po trans.pl = apps/metadata/locale/pl/LC_MESSAGES/django.po @@ -206,6 +226,7 @@ source_file = apps/web_theme/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/web_theme/locale/es/LC_MESSAGES/django.po trans.pt = apps/web_theme/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/web_theme/locale/ru/LC_MESSAGES/django.po trans.it = apps/web_theme/locale/it/LC_MESSAGES/django.po trans.pl = apps/web_theme/locale/pl/LC_MESSAGES/django.po @@ -216,6 +237,7 @@ source_file = apps/django_gpg/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/django_gpg/locale/es/LC_MESSAGES/django.po trans.pt = apps/django_gpg/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/django_gpg/locale/ru/LC_MESSAGES/django.po trans.it = apps/django_gpg/locale/it/LC_MESSAGES/django.po trans.pl = apps/django_gpg/locale/pl/LC_MESSAGES/django.po @@ -226,6 +248,7 @@ source_file = apps/document_signatures/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/document_signatures/locale/es/LC_MESSAGES/django.po trans.pt = apps/document_signatures/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/document_signatures/locale/ru/LC_MESSAGES/django.po trans.it = apps/document_signatures/locale/it/LC_MESSAGES/django.po trans.pl = apps/document_signatures/locale/pl/LC_MESSAGES/django.po @@ -236,6 +259,7 @@ source_file = apps/acls/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/acls/locale/es/LC_MESSAGES/django.po trans.pt = apps/acls/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/acls/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/acls/locale/ru/LC_MESSAGES/django.po trans.it = apps/acls/locale/it/LC_MESSAGES/django.po trans.pl = apps/acls/locale/pl/LC_MESSAGES/django.po @@ -246,6 +270,7 @@ source_file = apps/installation/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/installation/locale/es/LC_MESSAGES/django.po trans.pt = apps/installation/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/installation/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/installation/locale/ru/LC_MESSAGES/django.po trans.it = apps/installation/locale/it/LC_MESSAGES/django.po trans.pl = apps/installation/locale/pl/LC_MESSAGES/django.po @@ -256,6 +281,7 @@ source_file = apps/scheduler/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/scheduler/locale/es/LC_MESSAGES/django.po trans.pt = apps/scheduler/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po trans.ru = apps/scheduler/locale/ru/LC_MESSAGES/django.po trans.it = apps/scheduler/locale/it/LC_MESSAGES/django.po trans.pl = apps/scheduler/locale/pl/LC_MESSAGES/django.po From 6f99146f5b91ca70195f0945bbf625535bc3ae67 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 5 Jul 2012 10:33:30 -0400 Subject: [PATCH 07/71] Update transtion source files --- apps/acls/locale/en/LC_MESSAGES/django.po | 62 ++--- apps/acls/locale/pt/LC_MESSAGES/django.po | 107 ++++---- apps/common/locale/en/LC_MESSAGES/django.po | 85 +++--- apps/common/locale/pt/LC_MESSAGES/django.po | 51 ++-- .../converter/locale/en/LC_MESSAGES/django.po | 29 +- .../converter/locale/pt/LC_MESSAGES/django.po | 213 +++++++-------- .../locale/en/LC_MESSAGES/django.po | 58 ++-- .../locale/pt/LC_MESSAGES/django.po | 55 ++-- .../locale/en/LC_MESSAGES/django.po | 46 ++-- .../locale/pt/LC_MESSAGES/django.po | 13 +- .../locale/en/LC_MESSAGES/django.po | 82 +++--- .../locale/pt/LC_MESSAGES/django.po | 117 ++++---- .../locale/en/LC_MESSAGES/django.po | 41 +-- .../locale/pt/LC_MESSAGES/django.po | 41 +-- .../documents/locale/en/LC_MESSAGES/django.po | 242 +++++++++-------- .../documents/locale/es/LC_MESSAGES/django.po | 10 +- .../documents/locale/pt/LC_MESSAGES/django.po | 255 +++++++++--------- .../locale/en/LC_MESSAGES/django.po | 72 +++-- .../locale/pt/LC_MESSAGES/django.po | 29 +- apps/folders/locale/en/LC_MESSAGES/django.po | 112 ++++---- apps/folders/locale/pt/LC_MESSAGES/django.po | 41 +-- apps/history/locale/en/LC_MESSAGES/django.po | 6 +- apps/history/locale/pt/LC_MESSAGES/django.po | 39 +-- .../locale/en/LC_MESSAGES/django.po | 4 +- .../locale/pt/LC_MESSAGES/django.po | 27 +- apps/linking/locale/en/LC_MESSAGES/django.po | 80 +++--- apps/linking/locale/pt/LC_MESSAGES/django.po | 87 +++--- apps/main/locale/en/LC_MESSAGES/django.po | 69 ++--- apps/main/locale/pt/LC_MESSAGES/django.po | 25 +- apps/metadata/locale/en/LC_MESSAGES/django.po | 193 +++++++------ apps/metadata/locale/es/LC_MESSAGES/django.po | 2 +- apps/metadata/locale/pt/LC_MESSAGES/django.po | 63 ++--- .../locale/en/LC_MESSAGES/django.po | 10 +- .../locale/pt/LC_MESSAGES/django.po | 9 +- apps/ocr/locale/en/LC_MESSAGES/django.po | 152 +++++------ apps/ocr/locale/pt/LC_MESSAGES/django.po | 129 ++++----- .../locale/en/LC_MESSAGES/django.po | 22 +- .../locale/pt/LC_MESSAGES/django.po | 33 +-- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.po | 7 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../scheduler/locale/en/LC_MESSAGES/django.po | 2 +- .../scheduler/locale/pt/LC_MESSAGES/django.po | 19 +- .../locale/en/LC_MESSAGES/django.po | 10 +- .../locale/pt/LC_MESSAGES/django.po | 7 +- apps/sources/locale/en/LC_MESSAGES/django.po | 2 +- apps/sources/locale/pt/LC_MESSAGES/django.po | 133 ++++----- apps/tags/locale/en/LC_MESSAGES/django.po | 106 ++++---- apps/tags/locale/pt/LC_MESSAGES/django.po | 43 +-- .../locale/en/LC_MESSAGES/django.po | 82 +++--- .../locale/pt/LC_MESSAGES/django.po | 65 ++--- .../web_theme/locale/en/LC_MESSAGES/django.po | 10 +- .../web_theme/locale/pt/LC_MESSAGES/django.po | 15 +- 53 files changed, 1592 insertions(+), 1624 deletions(-) diff --git a/apps/acls/locale/en/LC_MESSAGES/django.po b/apps/acls/locale/en/LC_MESSAGES/django.po index 27a849be59..a027803368 100644 --- a/apps/acls/locale/en/LC_MESSAGES/django.po +++ b/apps/acls/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,10 +17,38 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: forms.py:21 links.py:14 links.py:20 +#: __init__.py:14 +msgid "ACLs" +msgstr "" + +#: __init__.py:15 __init__.py:23 +msgid "details" +msgstr "" + +#: __init__.py:16 __init__.py:25 +msgid "grant" +msgstr "" + +#: __init__.py:17 __init__.py:26 +msgid "revoke" +msgstr "" + +#: __init__.py:18 __init__.py:24 forms.py:21 msgid "New holder" msgstr "" +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + #: forms.py:38 msgid "Users" msgstr "" @@ -37,35 +65,7 @@ msgstr "" msgid "Special" msgstr "" -#: links.py:10 -msgid "ACLs" -msgstr "" - -#: links.py:11 links.py:19 -msgid "details" -msgstr "" - -#: links.py:12 links.py:21 -msgid "grant" -msgstr "" - -#: links.py:13 links.py:22 -msgid "revoke" -msgstr "" - -#: links.py:16 -msgid "Default ACLs" -msgstr "" - -#: links.py:17 -msgid "List of classes" -msgstr "" - -#: links.py:18 -msgid "ACLs for class" -msgstr "" - -#: managers.py:119 managers.py:131 +#: managers.py:118 managers.py:130 msgid "Insufficient access." msgstr "" diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.po b/apps/acls/locale/pt/LC_MESSAGES/django.po index 39a21f01e7..afcf46176d 100644 --- a/apps/acls/locale/pt/LC_MESSAGES/django.po +++ b/apps/acls/locale/pt/LC_MESSAGES/django.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-02 18:20+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 19:01+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,223 +20,223 @@ msgstr "" #: __init__.py:14 msgid "ACLs" -msgstr "" +msgstr "ACL's" #: __init__.py:15 __init__.py:23 msgid "details" -msgstr "" +msgstr "detalhes" #: __init__.py:16 __init__.py:25 msgid "grant" -msgstr "" +msgstr "conceder" #: __init__.py:17 __init__.py:26 msgid "revoke" -msgstr "" +msgstr "revogar" #: __init__.py:18 __init__.py:24 forms.py:21 msgid "New holder" -msgstr "" +msgstr "Novo detentor" #: __init__.py:20 msgid "Default ACLs" -msgstr "" +msgstr "ACL's padrão" #: __init__.py:21 msgid "List of classes" -msgstr "" +msgstr "Lista de classes" #: __init__.py:22 msgid "ACLs for class" -msgstr "" +msgstr "ACL's para a classe" #: forms.py:38 msgid "Users" -msgstr "" +msgstr "Utilizadores" #: forms.py:41 msgid "Groups" -msgstr "" +msgstr "Grupos" #: forms.py:44 msgid "Roles" -msgstr "" +msgstr "Funções" #: forms.py:47 msgid "Special" -msgstr "" +msgstr "Especial" #: managers.py:118 managers.py:130 msgid "Insufficient access." -msgstr "" +msgstr "Acesso insuficiente." #: models.py:25 models.py:67 msgid "permission" -msgstr "" +msgstr "permissão" #: models.py:51 msgid "access entry" -msgstr "" +msgstr "entrada de acesso" #: models.py:52 msgid "access entries" -msgstr "" +msgstr "entradas de acesso" #: models.py:88 msgid "default access entry" -msgstr "" +msgstr "entrada de acesso padrão" #: models.py:89 msgid "default access entries" -msgstr "" +msgstr "entradas de acesso padrão" #: models.py:108 msgid "Creator" -msgstr "" +msgstr "Criador" #: models.py:111 models.py:112 msgid "creator" -msgstr "" +msgstr "criador" #: permissions.py:7 permissions.py:8 msgid "Access control lists" -msgstr "" +msgstr "Listas de controlo de acesso" #: permissions.py:10 msgid "Edit ACLs" -msgstr "" +msgstr "Editar ACL's" #: permissions.py:11 msgid "View ACLs" -msgstr "" +msgstr "Ver ACL's" #: permissions.py:13 msgid "Edit class default ACLs" -msgstr "" +msgstr "Editar os ACL's padrão da classe" #: permissions.py:14 msgid "View class default ACLs" -msgstr "" +msgstr "Ver os ACL's padrão da classe" #: views.py:47 #, python-format msgid "access control lists for: %s" -msgstr "" +msgstr "listas de controlo de acesso para: %s" #: views.py:49 views.py:409 msgid "holder" -msgstr "" +msgstr "detentor" #: views.py:50 views.py:410 msgid "permissions" -msgstr "" +msgstr "permissões" #: views.py:97 #, python-format msgid "permissions available to: %(actor)s for %(obj)s" -msgstr "" +msgstr "permissões disponíveis para: %(actor)s para %(obj)s" #: views.py:104 views.py:442 msgid "namespace" -msgstr "" +msgstr "escopo" #: views.py:105 views.py:443 msgid "label" -msgstr "" +msgstr "rótulo" #: views.py:107 views.py:445 msgid "has permission" -msgstr "" +msgstr "tem a permissão" #: views.py:184 views.py:277 views.py:525 views.py:604 msgid ", " -msgstr "" +msgstr ", " #: views.py:185 views.py:278 views.py:526 views.py:605 #, python-format msgid " for %s" -msgstr "" +msgstr " para %s" #: views.py:186 views.py:527 #, python-format msgid " to %s" -msgstr "" +msgstr " a %s" #: views.py:189 views.py:530 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" +msgstr "Tem a certeza de que pretende conceder a permissão %(title_suffix)s?" #: views.py:191 views.py:532 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" +msgstr "Tem a certeza de que pretende conceder as permissões %(title_suffix)s?" #: views.py:198 views.py:539 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." -msgstr "" +msgstr "Permissão \"%(permission)s\" concedida a %(actor)s para %(object)s." #: views.py:204 views.py:545 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." -msgstr "" +msgstr "%(actor)s, já possuia a permissão \"%(permission)s\" para %(object)s." #: views.py:279 views.py:606 #, python-format msgid " from %s" -msgstr "" +msgstr " de %s" #: views.py:282 views.py:609 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" +msgstr "Tem a certeza de que pretende revogar a permissão %(title_suffix)s?" #: views.py:284 views.py:611 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" +msgstr "Tem a certeza de que pretende revogar as permissões %(title_suffix)s?" #: views.py:291 views.py:618 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "" +msgstr "Permissão \"%(permission)s\" revogada para %(actor)s para %(object)s." #: views.py:297 views.py:624 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -msgstr "" +msgstr "%(actor)s, não tinha a permissão \"%(permission)s\" para %(object)s." #: views.py:353 #, python-format msgid "add new holder for: %s" -msgstr "" +msgstr "adicionar novo detentor para: %s" #: views.py:354 views.py:486 msgid "Select" -msgstr "" +msgstr "Selecionar" #: views.py:386 msgid "classes" -msgstr "" +msgstr "classes" #: views.py:388 msgid "class" -msgstr "" +msgstr "classe" #: views.py:407 #, python-format msgid "default access control lists for class: %s" -msgstr "" +msgstr "Listas de controlo de acesso padrão para a classe: %s" #: views.py:435 #, python-format msgid "permissions available to: %(actor)s for class %(class)s" -msgstr "" +msgstr "permissões disponíveis para: %(actor)s para a classe %(class)s" #: views.py:484 #, python-format msgid "add new holder for class: %s" -msgstr "" +msgstr "adicionar novo detentor para a classe: %s" diff --git a/apps/common/locale/en/LC_MESSAGES/django.po b/apps/common/locale/en/LC_MESSAGES/django.po index d6c3ae168b..4db14eb4bf 100644 --- a/apps/common/locale/en/LC_MESSAGES/django.po +++ b/apps/common/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:39-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,10 +17,26 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:30 links.py:17 +#: __init__.py:26 +msgid "change password" +msgstr "" + +#: __init__.py:27 +msgid "user details" +msgstr "" + +#: __init__.py:28 +msgid "edit details" +msgstr "" + +#: __init__.py:32 __init__.py:37 msgid "about" msgstr "" +#: __init__.py:33 +msgid "license" +msgstr "" + #: forms.py:101 msgid "Selection" msgstr "" @@ -39,30 +55,6 @@ msgstr "" msgid "This account is inactive." msgstr "" -#: links.py:14 -msgid "change password" -msgstr "" - -#: links.py:15 -msgid "user details" -msgstr "" - -#: links.py:16 -msgid "edit details" -msgstr "" - -#: links.py:18 -msgid "license" -msgstr "" - -#: links.py:19 -msgid "sentry" -msgstr "" - -#: links.py:20 -msgid "admin site" -msgstr "" - #: literals.py:24 msgid "A5" msgstr "" @@ -131,7 +123,7 @@ msgstr "" msgid "auto admin properties" msgstr "" -#: utils.py:299 +#: utils.py:295 msgid "function found" msgstr "" @@ -198,24 +190,20 @@ msgstr "" msgid "None" msgstr "" -#: conf/settings.py:10 -msgid "Common" -msgstr "" - -#: conf/settings.py:17 +#: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()." +"mkdtemp()" msgstr "" -#: conf/settings.py:61 +#: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: conf/settings.py:69 +#: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" msgstr "" @@ -306,18 +294,18 @@ msgstr "" #: templates/generic_form_subtemplate.html:80 #: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 -#: templates/generic_list_horizontal_subtemplate.html:94 -#: templates/generic_list_subtemplate.html:55 -#: templates/generic_list_subtemplate.html:189 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 msgid "Save" msgstr "" #: templates/generic_form_subtemplate.html:80 #: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 -#: templates/generic_list_horizontal_subtemplate.html:94 -#: templates/generic_list_subtemplate.html:55 -#: templates/generic_list_subtemplate.html:189 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 msgid "Submit" msgstr "" @@ -331,7 +319,7 @@ msgid "List of %(stripped_title)s" msgstr "" #: templates/generic_list_horizontal_subtemplate.html:23 -#: templates/generic_list_subtemplate.html:25 +#: templates/generic_list_subtemplate.html:24 #, python-format msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " @@ -339,19 +327,18 @@ msgid "" msgstr "" #: templates/generic_list_horizontal_subtemplate.html:25 -#: templates/generic_list_subtemplate.html:27 +#: templates/generic_list_subtemplate.html:26 #, python-format msgid "List of %(title)s (%(total)s)" msgstr "" -#: templates/generic_list_horizontal_subtemplate.html:69 -#: templates/generic_list_subtemplate.html:161 -#, python-format -msgid "There are no %(stripped_title)s" +#: templates/generic_list_subtemplate.html:72 +msgid "Identifier" msgstr "" -#: templates/generic_list_subtemplate.html:75 -msgid "Identifier" +#: templates/generic_list_subtemplate.html:152 +#, python-format +msgid "There are no %(stripped_title)s" msgstr "" #: templates/login.html:5 diff --git a/apps/common/locale/pt/LC_MESSAGES/django.po b/apps/common/locale/pt/LC_MESSAGES/django.po index 9e8613a146..1c1a5571ac 100644 --- a/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/apps/common/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # , 2011. # Roberto Rosario , 2012. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 19:02-0400\n" -"PO-Revision-Date: 2012-02-21 15:07+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 10:18+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +26,7 @@ msgstr "alterar a senha" #: __init__.py:23 msgid "user details" -msgstr "detalhes do usuário" +msgstr "detalhes do utilizador" #: __init__.py:24 msgid "edit details" @@ -51,7 +52,7 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "Por favor insira o e-mail e senha corretos. Note que os campos de senha são case-sensitive." +msgstr "Insira um e-mail e senha corretos, por favor. Note que o campo da senha é sensível a minúsculas e maiúsculas." #: forms.py:146 msgid "This account is inactive." @@ -79,7 +80,7 @@ msgstr "B4" #: literals.py:29 msgid "Letter" -msgstr "Carta" +msgstr "Letter" #: literals.py:30 msgid "Legal" @@ -99,15 +100,15 @@ msgstr "Paisagem" #: models.py:16 msgid "lock field" -msgstr "" +msgstr "campo de bloqueio" #: models.py:43 msgid "Anonymous user" -msgstr "Usuário anônimo" +msgstr "Utilizador anónimo" #: models.py:46 models.py:47 msgid "anonymous user" -msgstr "usuário anônimo" +msgstr "utilizador anónimo" #: utils.py:295 msgid "function found" @@ -129,12 +130,12 @@ msgstr "%(selection)s adicionadas com sucesso a %(right_list_title)s ." #: views.py:94 views.py:121 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." -msgstr "Não foi possível adicionar %(selection)s para %(right_list_title)s ." +msgstr "Não foi possível adicionar %(selection)s a %(right_list_title)s ." #: views.py:115 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." -msgstr " %(selection)s adicionado com sucesso removidos %(right_list_title)s." +msgstr " %(selection)s removido com sucesso de %(right_list_title)s." #: views.py:136 msgid "Add" @@ -146,19 +147,19 @@ msgstr "Remover" #: views.py:170 msgid "current user details" -msgstr "detalhes atuais do usuário" +msgstr "detalhes do utilizador atual" #: views.py:187 msgid "E-mail conflict, another user has that same email." -msgstr "E-mail conflito, outro usuário que tem mesmo e-mail." +msgstr "Conflito de E-mail; outro utilizador tem o mesmo e-mail." #: views.py:190 msgid "Current user's details updated." -msgstr "Detalhes do usuário atual atualizados." +msgstr "Detalhes do utilizador atual atualizados." #: views.py:199 msgid "edit current user details" -msgstr "editar os detalhes do usuário atual" +msgstr "editar os detalhes do utilizador atual" #: views.py:230 msgid "License" @@ -166,11 +167,11 @@ msgstr "Licença" #: views.py:239 msgid "Current user password change" -msgstr "Alteração de senha do usuário atual" +msgstr "Alteração da senha do utilizador atual" #: views.py:254 templates/password_change_done.html:5 msgid "Your password has been successfully changed." -msgstr "Sua senha foi alterada com êxito." +msgstr "A sua senha foi alterada com êxito." #: widgets.py:58 msgid "None" @@ -181,17 +182,17 @@ msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using " "tempfile.mkdtemp()" -msgstr "Diretório temporário usado para armazenar miniaturas, previews e arquivos temporários. Se nenhum for especificado, um será criado usando tempfile.mkdtemp()" +msgstr "Diretório temporário usado para armazenar miniaturas, pré-visualização e ficheiros temporários. Se nenhum for especificado, será criado um usando tempfile.mkdtemp()" #: conf/settings.py:65 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controla o mecanismo usado para usuário autenticado. As opções são: e-mail, nome de usuário," +msgstr "Controla o mecanismo usado para autenticar o utilizador. As opções são: nome de utilizador, e-mail" #: conf/settings.py:74 msgid "Allow non authenticated users, access to all views" -msgstr "" +msgstr "Permitir acesso a todas as vistas aos utilizadores não autenticados" #: templates/403.html:3 templates/403.html.py:7 msgid "Insufficient permissions" @@ -199,7 +200,7 @@ msgstr "Permissões insuficientes" #: templates/403.html:9 msgid "You don't have enough permissions for this operation." -msgstr "Você não tem permissões suficientes para esta operação." +msgstr "Não possui permissões suficientes para esta operação." #: templates/404.html:3 templates/404.html.py:7 msgid "Page not found" @@ -207,7 +208,7 @@ msgstr "Página não encontrada" #: templates/404.html:9 msgid "Sorry, but the requested page could not be found." -msgstr "Desculpe, mas a página solicitada não pôde ser encontrada." +msgstr "Desculpe, mas a página solicitada não foi encontrada." #: templates/calculate_form_title.html:11 #, python-format @@ -231,7 +232,7 @@ msgstr "Editar" #: templates/calculate_form_title.html:24 #, python-format msgid "Create new %(object_name)s" -msgstr "Criar novas %(object_name)s " +msgstr "Criar novo %(object_name)s " #: templates/calculate_form_title.html:26 msgid "Create" @@ -262,7 +263,7 @@ msgstr "Tem certeza de que deseja excluir %(object_name)s: %(object)s ?" #: templates/generic_confirm.html:42 #, python-format msgid "Are you sure you wish to delete: %(object)s?" -msgstr "Tem certeza de que deseja excluir: %(object)s ?" +msgstr "Tem a certeza de que deseja excluir: %(object)s ?" #: templates/generic_confirm.html:50 msgid "Yes" @@ -310,7 +311,7 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Page %(page_number)s of %(total_pages)s)" +msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 @@ -334,4 +335,4 @@ msgstr "Login" #: templates/password_change_done.html:3 templates/password_change_form.html:3 #: templates/password_change_form.html:5 msgid "Password change" -msgstr "Alterar a senha" +msgstr "Alteração da senha" diff --git a/apps/converter/locale/en/LC_MESSAGES/django.po b/apps/converter/locale/en/LC_MESSAGES/django.po index 281460bd39..b6b12e8761 100644 --- a/apps/converter/locale/en/LC_MESSAGES/django.po +++ b/apps/converter/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:39-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: links.py:9 +#: __init__.py:15 msgid "file formats" msgstr "" @@ -891,46 +891,35 @@ msgstr "" msgid "description" msgstr "" -#: conf/settings.py:7 -msgid "Converter" -msgstr "" - -#: conf/settings.py:14 +#: conf/settings.py:11 msgid "File path to imagemagick's convert program." msgstr "" -#: conf/settings.py:23 +#: conf/settings.py:12 msgid "File path to imagemagick's identify program." msgstr "" -#: conf/settings.py:32 +#: conf/settings.py:13 msgid "File path to graphicsmagick's program." msgstr "" -#: conf/settings.py:41 -msgid "" -"Set of configuration options to pass to the GraphicsMagick executable to " -"fine tune it's functionality as explained in the GraphicsMagick " -"documentation." -msgstr "" - -#: conf/settings.py:49 +#: conf/settings.py:15 msgid "" "Graphics conversion backend to use. Options are: converter.backends." "imagemagick, converter.backends.graphicsmagick and converter.backends.python." msgstr "" -#: conf/settings.py:57 +#: conf/settings.py:16 msgid "Path to the unoconv program." msgstr "" -#: conf/settings.py:66 +#: conf/settings.py:17 msgid "" "Use alternate method of connection to LibreOffice using a pipe, it is slower " "but less prone to segmentation faults." msgstr "" -#: conf/settings.py:74 +#: conf/settings.py:18 msgid "Path to the libreoffice program." msgstr "" diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.po b/apps/converter/locale/pt/LC_MESSAGES/django.po index 8ea89d099b..1de4a452d8 100644 --- a/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/apps/converter/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # , 2011. # Renata Oliveira , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 19:02-0400\n" -"PO-Revision-Date: 2012-06-17 22:11+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 10:17+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +22,7 @@ msgstr "" #: __init__.py:15 msgid "file formats" -msgstr "formatos de arquivo" +msgstr "formatos de ficheiro" #: literals.py:19 msgid "Resize" @@ -45,7 +46,7 @@ msgstr "Rodar" #: literals.py:28 msgid "Rotate by n degress." -msgstr "Rodar por n graus." +msgstr "Rodar n graus." #: literals.py:30 msgid "degrees" @@ -57,7 +58,7 @@ msgstr "Densidade" #: literals.py:35 msgid "Change the resolution (ie: DPI) without resizing." -msgstr "Alterar a resolução (ie: DPI), sem redimensionamento." +msgstr "Alterar a resolução (DPI) sem redimensionamento." #: literals.py:42 msgid "Zoom" @@ -65,11 +66,11 @@ msgstr "Zoom" #: literals.py:43 msgid "Zoom by n percent." -msgstr "Zoom por n percento." +msgstr "Zoom n porcento." #: literals.py:45 msgid "percent" -msgstr "por cento" +msgstr "porcento" #: literals.py:51 msgid "Hasselblad Photo RAW, CFV/H3D39II" @@ -77,19 +78,19 @@ msgstr "Hasselblad Photo RAW, CFV/H3D39II" #: literals.py:52 literals.py:53 msgid "Photoshop resource format" -msgstr "Recurso de formato do Photoshop" +msgstr "Formato de recurso do Photoshop" #: literals.py:54 msgid "Photoshop resource text format" -msgstr "Recurso de formato de texto do Photoshop" +msgstr "Formato de recurso de texto do Photoshop" #: literals.py:55 msgid "Photoshop resource wide text format" -msgstr "Recurso de formato de texto de largura do Photoshop" +msgstr "Formato de recurso de texto largo do Photoshop" #: literals.py:57 msgid "Raw alpha samples" -msgstr "Amostras Raw alpha" +msgstr "Amostras alfa em bruto" #: literals.py:58 msgid "Adobe Illustrator CS2" @@ -97,19 +98,19 @@ msgstr "Adobe Illustrator CS2" #: literals.py:59 msgid "Raw application information" -msgstr "Informações do aplicativo RAW" +msgstr "Informações da aplicação em bruto" #: literals.py:60 msgid "Raw JPEG binary data" -msgstr "Dados binários de RAW JPEG" +msgstr "Dados binários JPEG em bruto" #: literals.py:61 msgid "PFS: 1st Publisher Clip Art" -msgstr "PFS: 1st Publisher Clip Art" +msgstr "PFS: Clip Art do 1º Publisher" #: literals.py:62 msgid "Sony Alpha DSLR Raw Image Format" -msgstr "Sony Alpha DSLR formato de imagem RAW" +msgstr "Formato de imagem em bruto Sony Alpha DSLR" #: literals.py:63 msgid "Microsoft Audio/Visual Interleaved" @@ -117,19 +118,19 @@ msgstr "Microsoft Audio/Visual Interleaved" #: literals.py:64 msgid "AVS X image" -msgstr "AVS X imagem" +msgstr "Imagem AVS X" #: literals.py:66 msgid "Raw blue samples" -msgstr "Amostras RAW azul" +msgstr "Amostras azul em bruto" #: literals.py:67 msgid "Raw blue, green, and red samples" -msgstr "Amostras RAW azul, verde e vermelho." +msgstr "Amostras azul, verde e vermelho em bruto" #: literals.py:68 msgid "Raw blue, green, red and alpha samples" -msgstr "Amostras Raw azul, verde, vermelho e alfa" +msgstr "Amostras azul, verde, vermelho e alfa em bruto" #: literals.py:69 msgid "Microsoft Windows bitmap image" @@ -137,43 +138,43 @@ msgstr "Imagem bitmap do Microsoft Windows" #: literals.py:70 msgid "Microsoft Windows bitmap image version 2" -msgstr "Imagem bitmap Microsoft Windows versão 2 " +msgstr "Imagem bitmap do Microsoft Windows versão 2 " #: literals.py:71 msgid "Microsoft Windows bitmap image version 3" -msgstr "Imagem bitmap Microsoft Windows versão 3" +msgstr "Imagem bitmap do Microsoft Windows versão 3" #: literals.py:72 msgid "BRF ASCII Braille format" -msgstr "BRF ASCII Braille format" +msgstr "Formato Braille BRF ASCII" #: literals.py:73 msgid "Raw blue, red, and green samples" -msgstr "Amostras Raw Azul, vermelho, verde" +msgstr "Amostras Azul, vermelho e verde em bruto" #: literals.py:75 msgid "Raw cyan samples" -msgstr "Amostras Raw ciano" +msgstr "Amostras ciano em bruto" #: literals.py:76 literals.py:181 msgid "Magick Persistent Cache image format" -msgstr "Magick Persistent Cache image format" +msgstr "Formato de imagem Magick Persistent Cache" #: literals.py:77 literals.py:78 msgid "Continuous Acquisition and Life-cycle Support Type 1 image" -msgstr "Continuous Acquisition and Life-cycle Support Type 1 image" +msgstr "Imagem Continuous Acquisition and Life-cycle Support Type 1" #: literals.py:79 msgid "Image caption" -msgstr "Legenda da foto" +msgstr "Legenda de imagem" #: literals.py:80 msgid "Cineon Image File" -msgstr "Cineon Arquivo de Imagem" +msgstr "Ficheiro de imagem Cineon" #: literals.py:81 msgid "Cisco IP phone image format" -msgstr "Cisco IP phone image format" +msgstr "Formato de imagem do telefone IP Cisco IP" #: literals.py:82 msgid "Image Clip Mask" @@ -181,11 +182,11 @@ msgstr "Image Clip Mask" #: literals.py:83 msgid "Raw cyan, magenta, yellow, and black samples" -msgstr "Amostras Raw ciano, magenta, amarelo e preto" +msgstr "Amostras ciano, magenta, amarelo e preto em bruto" #: literals.py:84 msgid "Raw cyan, magenta, yellow, black, and opacity samples" -msgstr "Amostras Raw ciano, magenta, amarelo, preto e opacidade" +msgstr "Amostras ciano, magenta, amarelo, preto e opacidade em bruto" #: literals.py:85 literals.py:86 msgid "Canon Digital Camera Raw Image Format" @@ -201,7 +202,7 @@ msgstr "DR Halo" #: literals.py:90 msgid "Digital Imaging and Communications in Medicine image" -msgstr "Digital Imaging and Communications in Medicine imagem" +msgstr "Imagem Digital Imaging and Communications in Medicine" #: literals.py:91 msgid "Kodak Digital Camera Raw Image File" @@ -217,7 +218,7 @@ msgstr "Microsoft DirectDraw Surface" #: literals.py:94 msgid "Multi-face font package (Freetype 2.4.2)" -msgstr "Multi-face font package (Freetype 2.4.2)" +msgstr "Pacote de fontes Multi-face (Freetype 2.4.2)" #: literals.py:95 msgid "Déjà vu" @@ -237,11 +238,11 @@ msgstr "SMPTE 268M-2003 (DPX 2.0)" #: literals.py:100 msgid "Encapsulated Portable Document Format" -msgstr "Formato de Documento Portátil encapsulado" +msgstr "Encapsulated Portable Document Format" #: literals.py:101 literals.py:106 msgid "Adobe Encapsulated PostScript Interchange format" -msgstr "Adobe PostScript formato encapsulado Interchange" +msgstr "Formato Adobe Encapsulated PostScript Interchange" #: literals.py:102 literals.py:105 msgid "Adobe Encapsulated PostScript" @@ -257,15 +258,15 @@ msgstr "Adobe Level III Encapsulated PostScript" #: literals.py:107 msgid "Adobe Encapsulated PostScript with TIFF preview" -msgstr "Adobe Encapsulated PostScript with TIFF preview" +msgstr "Adobe Encapsulated PostScript com pré-visualização TIFF" #: literals.py:108 msgid "Adobe Level II Encapsulated PostScript with TIFF preview" -msgstr "Adobe Level II Encapsulated PostScript with TIFF preview" +msgstr "Adobe Level II Encapsulated PostScript com pré-visualização TIFF" #: literals.py:109 msgid "Adobe Level III Encapsulated PostScript with TIFF preview" -msgstr "Adobe Level III Encapsulated PostScript with TIFF preview" +msgstr "Adobe Level III Encapsulated PostScript com pré-visualização TIFF" #: literals.py:110 msgid "Epson RAW Format" @@ -273,7 +274,7 @@ msgstr "Formato RAW Epson" #: literals.py:111 msgid "Exif digital camera binary data" -msgstr "Exif binário de dados digitais da câmera" +msgstr "Dados binários de câmara digital Exif" #: literals.py:112 msgid "High Dynamic-range (HDR)" @@ -281,15 +282,15 @@ msgstr "High Dynamic-range (HDR)" #: literals.py:114 msgid "Group 3 FAX (Not TIFF Group3 FAX)" -msgstr "Group 3 FAX (Not TIFF Group3 FAX)" +msgstr "Group 3 FAX (Não TIFF Group3 FAX)" #: literals.py:115 msgid "Autodesk FLI animations file" -msgstr "Autodesk FLI animations file" +msgstr "Ficheiro de animações Autodesk FLI" #: literals.py:116 msgid "Autodesk FLC animations file" -msgstr "Autodesk FLC animations file" +msgstr "Ficheiro de animações Autodesk FLC" #: literals.py:117 literals.py:120 msgid "Flexible Image Transport System" @@ -297,15 +298,15 @@ msgstr "Flexible Image Transport System" #: literals.py:118 msgid "Kodak FlashPix file" -msgstr "Kodak FlashPix file" +msgstr "Ficheiro Kodak FlashPix" #: literals.py:119 literals.py:225 msgid "Plasma fractal image" -msgstr "Plasma fractal image" +msgstr "imagem fractal plasma" #: literals.py:122 msgid "Raw green samples" -msgstr "Amostras RAW verdes" +msgstr "Amostras verde em bruto" #: literals.py:123 msgid "Group 3 FAX" @@ -313,31 +314,31 @@ msgstr "Group 3 FAX" #: literals.py:124 msgid "Raw green, blue, and red samples" -msgstr "Amostras RAW verde, azul e vermelho" +msgstr "Amostras verde, azul e vermelho em bruto" #: literals.py:125 msgid "GIMP brush file" -msgstr "GIMP brush file" +msgstr "Ficheiro de pincel do GIMP" #: literals.py:126 msgid "CompuServe graphics interchange format (version 89a)" -msgstr "CompuServe graphics interchange format (version 89a)" +msgstr "Formato de intercâmbio de gráficos CompuServe (versão 89a)" #: literals.py:127 msgid "CompuServe graphics interchange format (version 87a)" -msgstr "CompuServe graphics interchange format (version 87a)" +msgstr "Formato de intercâmbio de gráficos CompuServe (versão 87a)" #: literals.py:128 msgid "Gradual passing from one shade to another" -msgstr "Passagem gradual de um tom para outro" +msgstr "Passagem gradual de um tom para o outro" #: literals.py:129 msgid "Raw gray samples" -msgstr "Amostras RAW cinza" +msgstr "Amostras cinzento em bruto" #: literals.py:130 msgid "Raw green, red, and blue samples" -msgstr "Amostras RAW verde, vermelho e azul" +msgstr "Amostras verde, vermelho e azul em bruto" #: literals.py:131 msgid "Raw CCITT Group4" @@ -357,7 +358,7 @@ msgstr "Hypertext Markup Language e um mapa de imagem do lado do cliente" #: literals.py:138 literals.py:264 literals.py:279 literals.py:283 msgid "Truevision Targa image" -msgstr "Truevision Targa image" +msgstr "Imagem Truevision Targa" #: literals.py:139 literals.py:140 msgid "ICC Color Profile" @@ -369,11 +370,11 @@ msgstr "Microsoft Icon" #: literals.py:143 msgid "Hald CLUT identity image" -msgstr "Hald CLUT identity image" +msgstr "Imagem de identidade Hald CLUT" #: literals.py:144 msgid "LabEye image format" -msgstr "LabEye image format" +msgstr "Formato de imagem LabEye" #: literals.py:145 msgid "GraphicsMagick Embedded Image" @@ -381,15 +382,15 @@ msgstr "GraphicsMagick Embedded Image" #: literals.py:146 msgid "The image format and characteristics" -msgstr "Formato de imagem e características" +msgstr "O formato e caraterísticas da imagem" #: literals.py:147 msgid "Base64-encoded inline images" -msgstr "Base64-encoded imagens inline" +msgstr "Imagens embutidas em Base64" #: literals.py:148 msgid "IPL Image Sequence" -msgstr "IPL Sequência de Imagens" +msgstr "Sequência de Imagens IPL" #: literals.py:149 msgid "IPTC Newsphoto" @@ -397,11 +398,11 @@ msgstr "IPTC Newsphoto" #: literals.py:150 literals.py:151 msgid "IPTC Newsphoto text format" -msgstr "IPTC Newsphoto text format" +msgstr "Formato de texto IPTC Newsphoto" #: literals.py:152 msgid "ISO/TR 11548-1 format" -msgstr "ISO/TR 11548-1 format" +msgstr "Formato ISO/TR 11548-1" #: literals.py:154 literals.py:157 msgid "JPEG-2000 Code Stream Syntax" @@ -417,7 +418,7 @@ msgstr "JPEG-2000 JP2 File Format Syntax" #: literals.py:158 literals.py:159 msgid "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" -msgstr "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" +msgstr "Formato JFIF - Joint Photographic Experts Group (IJG JPEG 62)" #: literals.py:160 msgid "JPEG-2000 File Format Syntax" @@ -425,7 +426,7 @@ msgstr "JPEG-2000 File Format Syntax" #: literals.py:162 msgid "Raw black samples" -msgstr "Amostras RAW preto" +msgstr "Amostras preto em bruto" #: literals.py:163 literals.py:164 msgid "Kodak Digital Camera Raw Image Format" @@ -437,7 +438,7 @@ msgstr "Rótulo de imagem" #: literals.py:168 msgid "Raw magenta samples" -msgstr "Amostras Raw magenta" +msgstr "Amostras magenta em bruto" #: literals.py:169 literals.py:179 literals.py:182 literals.py:183 msgid "MPEG Video Stream" @@ -449,23 +450,23 @@ msgstr "Raw MPEG-4 Video" #: literals.py:171 msgid "Colormap intensities and indices" -msgstr "Intensidades do mapa de cores e índices" +msgstr "Intensidades e índices Colormap" #: literals.py:172 msgid "MATLAB image format" -msgstr "MATLAB image format" +msgstr "Formato de imagem MATLAB" #: literals.py:173 msgid "MATTE raw opacity format" -msgstr "MATTE raw opacity format" +msgstr "Formato de opacidade em bruto MATTE" #: literals.py:174 msgid "8-bit McIdas area file" -msgstr "8-bit McIdas area file" +msgstr "Ficheiro de área McIdas de 8 bits" #: literals.py:175 msgid "Microsoft Image Composer (MIC) file" -msgstr "Microsoft Image Composer (MIC) file" +msgstr "Ficheiro do Microsoft Image Composer (MIC)" #: literals.py:176 msgid "Magick Image File Format" @@ -494,15 +495,15 @@ msgstr "Magick Scripting Language" #: literals.py:186 msgid "Windows 1 and 2 MSP file format" -msgstr "Windows 1 and 2 MSP file format" +msgstr "Formato de ficheiro MSP do Windows 1 and 2" #: literals.py:187 msgid "ImageMagick's own SVG internal renderer" -msgstr "ImageMagick's own SVG internal renderer" +msgstr "Renderizador interno SVG do ImageMagick" #: literals.py:188 msgid "MTV Raytracing image format" -msgstr "MTV Raytracing image format" +msgstr "Formato de imagem MTV Raytracing" #: literals.py:189 msgid "Magick Vector Graphics" @@ -518,7 +519,7 @@ msgstr "Imagem constante de cor uniforme" #: literals.py:194 msgid "Raw opacity samples" -msgstr "Amostras Raw de opacidade" +msgstr "Amostras opacidade em bruto" #: literals.py:195 msgid "Olympus Digital Camera Raw Image File" @@ -542,15 +543,15 @@ msgstr "16bit/pixel interleaved YUV" #: literals.py:201 msgid "Palm pixmap" -msgstr "Palm pixmap" +msgstr "Pixmap Palm" #: literals.py:202 msgid "Common 2-dimensional bitmap format" -msgstr "Common 2-dimensional bitmap format" +msgstr "Formato de bitmap bidimensional comum" #: literals.py:203 msgid "Predefined pattern" -msgstr "Padrão pré-definido" +msgstr "Padrão predefinido" #: literals.py:204 msgid "Portable bitmap format (black and white)" @@ -703,23 +704,23 @@ msgstr "SUN Rasterfile" #: literals.py:244 msgid "Raw red, blue, and green samples" -msgstr "Amostras RAW vermelhas, azul, verde" +msgstr "Amostras vermelho, azul e verde em bruto" #: literals.py:245 msgid "Raw red, green, and blue samples" -msgstr "Amostras Raw vermelho, verde, azul" +msgstr "Amostras vermelho, verde e azul em bruto" #: literals.py:246 msgid "Raw red, green, blue, and matte samples" -msgstr "Raw red, green, blue, and matte samples" +msgstr "Amostras vermelho, verde, azul e matte em bruto" #: literals.py:247 msgid "Raw red, green, blue, and opacity samples" -msgstr "Amostras Raw vermelho, verde, azul, e opacidade" +msgstr "Amostras vermelho, verde, azul, e opacidade em bruto" #: literals.py:248 msgid "Alias/Wavefront image" -msgstr "Alias/Wavefront image" +msgstr "Imagem Alias/Wavefront" #: literals.py:249 msgid "Utah Run length encoded image" @@ -727,7 +728,7 @@ msgstr "Utah Run length encoded image" #: literals.py:251 msgid "ZX-Spectrum SCREEN$" -msgstr "ZX-Spectrum SCREEN$" +msgstr "SCREEN$ do ZX-Spectrum" #: literals.py:252 msgid "Scitex HandShake" @@ -735,7 +736,7 @@ msgstr "Scitex HandShake" #: literals.py:254 msgid "Irix RGB image" -msgstr "Irix RGB image" +msgstr "Imagem RGB Irix" #: literals.py:256 msgid "Sony Raw Format 2" @@ -775,7 +776,7 @@ msgstr "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" #: literals.py:268 msgid "Tile image with a texture" -msgstr "Imagem da telha com uma textura" +msgstr "Imagem tile com uma textura" #: literals.py:269 msgid "PSX TIM" @@ -783,15 +784,15 @@ msgstr "PSX TIM" #: literals.py:270 msgid "TOPOL X Image" -msgstr "TOPOL X Image" +msgstr "Imagem TOPOL X" #: literals.py:271 msgid "TrueType font collection (Freetype 2.4.2)" -msgstr "TrueType font collection (Freetype 2.4.2)" +msgstr "Coleção de fontes TrueType (Freetype 2.4.2)" #: literals.py:272 msgid "TrueType font (Freetype 2.4.2)" -msgstr "TrueType font (Freetype 2.4.2)" +msgstr "Fonte TrueType (Freetype 2.4.2)" #: literals.py:275 msgid "Unicode Text format" @@ -799,11 +800,11 @@ msgstr "Formato de texto Unicode" #: literals.py:276 msgid "X-Motif UIL table" -msgstr "X-Motif UIL table" +msgstr "Tabela X-Motif UIL" #: literals.py:280 msgid "VICAR rasterfile format" -msgstr "VICAR rasterfile format" +msgstr "Formato VICAR rasterfile" #: literals.py:281 msgid "Visual Image Directory" @@ -811,11 +812,11 @@ msgstr "Visual Image Directory" #: literals.py:282 literals.py:299 msgid "Khoros Visualization image" -msgstr "Khoros Visualization image" +msgstr "Imagem Khoros Visualization" #: literals.py:285 msgid "Wireless Bitmap (level 0) image" -msgstr "Wireless Bitmap (level 0) image" +msgstr "Imagem Wireless Bitmap (nível 0)" #: literals.py:286 msgid "Windows Meta File" @@ -843,7 +844,7 @@ msgstr "Foveon X3 (Sigma/Polaroid) Raw picture file" #: literals.py:293 msgid "X Windows system bitmap (black and white)" -msgstr "X Windows system bitmap (black and white)" +msgstr "Bitmap do sistema X Windows (preto e branco)" #: literals.py:294 msgid "Constant image uniform color" @@ -851,15 +852,15 @@ msgstr "Constant image uniform color" #: literals.py:295 msgid "GIMP image" -msgstr "imagem GIMP" +msgstr "imagem do GIMP" #: literals.py:296 msgid "Adobe XML metadata" -msgstr "matadados Adobe XML" +msgstr "Metadados Adobe XML" #: literals.py:297 msgid "X Windows system pixmap (color)" -msgstr "X Windows system pixmap (color)" +msgstr "Pixmap do sistema X Windows (cor)" #: literals.py:298 msgid "Microsoft XML Paper Specification" @@ -871,19 +872,19 @@ msgstr "XV thumbnail file" #: literals.py:301 msgid "X Windows system window dump (color)" -msgstr "X Windows system window dump (color)" +msgstr "X Windows system window dump (cor)" #: literals.py:303 msgid "Raw yellow samples" -msgstr "Amostras Raw amarelas" +msgstr "Amostras amarelo em bruto" #: literals.py:304 msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" +msgstr "CCIR 601 4:1:1 or 4:2:2 (apenas 8-bit)" #: views.py:17 msgid "suported file formats" -msgstr "formatos de arquivo suportados" +msgstr "formatos de ficheiro suportados" #: views.py:22 msgid "name" @@ -895,36 +896,36 @@ msgstr "descrição" #: conf/settings.py:11 msgid "File path to imagemagick's convert program." -msgstr "Caminho do arquivo para o programa imagemagick converter." +msgstr "Caminho para o programa 'convert' do imagemagick." #: conf/settings.py:12 msgid "File path to imagemagick's identify program." -msgstr "Caminho do arquivo para o programa imagemagick identificar." +msgstr "Caminho para o programa 'identify' do imagemagick." #: conf/settings.py:13 msgid "File path to graphicsmagick's program." -msgstr "Caminho do arquivo para o programa graphicsmagick." +msgstr "Caminho para o programa graphicsmagick." #: conf/settings.py:15 msgid "" "Graphics conversion backend to use. Options are: " "converter.backends.imagemagick, converter.backends.graphicsmagick and " "converter.backends.python." -msgstr "Gráficos de conversão backend para usar. As opções são: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." +msgstr "Backend de conversão de gráficos a usar. As opções são: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." -msgstr "" +msgstr "Caminho para o programa unoconv." #: conf/settings.py:17 msgid "" "Use alternate method of connection to LibreOffice using a pipe, it is slower" " but less prone to segmentation faults." -msgstr "" +msgstr "Usar modo de ligação alternativo ao LibreOffice, utilizando um \"pipe\"; é mais lento, mas menos propenso a falhas de segmentação." #: conf/settings.py:18 msgid "Path to the libreoffice program." -msgstr "" +msgstr "Caminho para o programa LibreOffice" #: templates/converter_file_formats_help.html:3 msgid "Help" @@ -935,4 +936,4 @@ msgstr "Ajuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Estes são os formatos de arquivos suportados pelo servidor conversor selecionado. Neste caso: ' %(backend)s '" +msgstr "Estes são os formatos de ficheiro suportados pelo conversor selecionado. Neste caso: ' %(backend)s '" diff --git a/apps/django_gpg/locale/en/LC_MESSAGES/django.po b/apps/django_gpg/locale/en/LC_MESSAGES/django.po index 49e1e8b091..2f160364df 100644 --- a/apps/django_gpg/locale/en/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,30 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: __init__.py:14 views.py:66 +msgid "private keys" +msgstr "" + +#: __init__.py:15 views.py:69 +msgid "public keys" +msgstr "" + +#: __init__.py:16 +msgid "delete" +msgstr "" + +#: __init__.py:17 +msgid "query keyservers" +msgstr "" + +#: __init__.py:18 +msgid "import" +msgstr "" + +#: __init__.py:19 +msgid "key management" +msgstr "" + #: api.py:24 msgid "Public" msgstr "" @@ -73,30 +97,6 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:10 views.py:66 -msgid "private keys" -msgstr "" - -#: links.py:11 views.py:69 -msgid "public keys" -msgstr "" - -#: links.py:12 -msgid "delete" -msgstr "" - -#: links.py:13 -msgid "query keyservers" -msgstr "" - -#: links.py:14 -msgid "import" -msgstr "" - -#: links.py:15 -msgid "key management" -msgstr "" - #: permissions.py:7 msgid "Key management" msgstr "" @@ -205,14 +205,10 @@ msgstr "" msgid "Identifies" msgstr "" -#: conf/settings.py:11 -msgid "Signatures" -msgstr "" - -#: conf/settings.py:18 +#: conf/settings.py:15 msgid "List of keyservers to be queried for unknown keys." msgstr "" -#: conf/settings.py:26 +#: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." msgstr "" diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po index e86d2ea0d3..6d25799e26 100644 --- a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # Roberto Rosario , 2012. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-02 18:20+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 18:16+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,19 +33,19 @@ msgstr "excluir" #: __init__.py:17 msgid "query keyservers" -msgstr "" +msgstr "consultar servidores de chaves" #: __init__.py:18 msgid "import" -msgstr "" +msgstr "importar" #: __init__.py:19 msgid "key management" -msgstr "" +msgstr "gestão de chaves" #: api.py:24 msgid "Public" -msgstr "Público" +msgstr "Pública" #: api.py:25 msgid "Secret" @@ -64,11 +65,11 @@ msgstr "Elgamal" #: api.py:53 msgid "Bad signature." -msgstr "Assinatura ruim." +msgstr "Assinatura inválida." #: api.py:57 msgid "Document not signed or invalid signature." -msgstr "Documento não assinado ou inválido assinatura." +msgstr "Documento não assinado ou assinatura inválida." #: api.py:61 msgid "Signature error." @@ -76,31 +77,31 @@ msgstr "Erro de assinatura." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "" +msgstr "O documento está assinado, mas não está disponível uma chave pública para verificação." #: api.py:69 msgid "Document is signed, and signature is good." -msgstr "" +msgstr "O documento está assinado e a assinatura é válida." #: api.py:73 msgid "Document is signed with a valid signature." -msgstr "" +msgstr "O documento está assinado com uma assinatura válida." #: api.py:146 msgid "unknown" -msgstr "desconhecido" +msgstr "desconhecida" #: forms.py:7 msgid "Term" -msgstr "" +msgstr "Termo" #: forms.py:8 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "" +msgstr "Nome, e-mail, ID da chave ou impressão digital da chave a procurar." #: permissions.py:7 msgid "Key management" -msgstr "" +msgstr "Gestão de chaves" #: permissions.py:9 msgid "View keys" @@ -112,21 +113,21 @@ msgstr "Excluir chaves" #: permissions.py:11 msgid "Query keyservers" -msgstr "Consulta servidores de chaves" +msgstr "Consultar servidores de chaves" #: permissions.py:12 msgid "Import keys from keyservers" -msgstr "" +msgstr "Importar chaves de servidores de chaves" #: views.py:37 #, python-format msgid "Key: %s, imported successfully." -msgstr "" +msgstr "Chave: %s, importada com sucesso." #: views.py:42 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" -msgstr "" +msgstr "Incapaz de importar a chave com o id: %(key_id)s; %(error)s" #: views.py:51 msgid "Import key" @@ -135,7 +136,7 @@ msgstr "Importar chave" #: views.py:52 #, python-format msgid "Are you sure you wish to import key id: %s?" -msgstr "Você tem certeza que deseja importar chave: %s?" +msgstr "Tem a certeza de que deseja importar a chave com o id: %s?" #: views.py:77 msgid "Key ID" @@ -148,7 +149,7 @@ msgstr "Proprietário" #: views.py:101 #, python-format msgid "Key: %s, deleted successfully." -msgstr "Chave: %s, apagado com sucesso." +msgstr "Chave: %s, excluída com sucesso." #: views.py:108 msgid "Delete key" @@ -160,7 +161,7 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "" +msgstr "Tem a certeza de que pretende excluir a chave: %s? Se tentar excluir uma chave pública que faça parte de um par chave pública / chave privada, a chave privada também será excluída." #: views.py:128 msgid "Query key server" @@ -192,7 +193,7 @@ msgstr "data de validade" #: views.py:166 msgid "expired" -msgstr "expirado" +msgstr "expirada" #: views.py:170 msgid "length" @@ -200,16 +201,16 @@ msgstr "comprimento" #: views.py:174 msgid "revoked" -msgstr "" +msgstr "revogada" #: views.py:179 msgid "Identifies" -msgstr "" +msgstr "Identifica" #: conf/settings.py:15 msgid "List of keyservers to be queried for unknown keys." -msgstr "" +msgstr "Lista de servidores de chaves a consultar para chaves desconhecidas." #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "" +msgstr "Diretório usado para guardar as chaves e os ficheiros de configuração." diff --git a/apps/document_comments/locale/en/LC_MESSAGES/django.po b/apps/document_comments/locale/en/LC_MESSAGES/django.po index 104bf56092..94357eeb3d 100644 --- a/apps/document_comments/locale/en/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,30 +17,30 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:23 -msgid "date" -msgstr "" - -#: __init__.py:27 -msgid "user" -msgstr "" - -#: __init__.py:31 -msgid "comment" -msgstr "" - -#: links.py:10 links.py:11 +#: __init__.py:19 __init__.py:20 msgid "delete" msgstr "" -#: links.py:12 +#: __init__.py:21 msgid "add comment" msgstr "" -#: links.py:13 +#: __init__.py:22 msgid "comments" msgstr "" +#: __init__.py:26 +msgid "date" +msgstr "" + +#: __init__.py:30 +msgid "user" +msgstr "" + +#: __init__.py:34 +msgid "comment" +msgstr "" + #: permissions.py:7 msgid "Comments" msgstr "" @@ -61,36 +61,36 @@ msgstr "" msgid "Must provide at least one comment." msgstr "" -#: views.py:47 +#: views.py:46 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:49 +#: views.py:48 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:64 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:66 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:101 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:108 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:128 +#: views.py:126 #, python-format msgid "comments: %s" msgstr "" diff --git a/apps/document_comments/locale/pt/LC_MESSAGES/django.po b/apps/document_comments/locale/pt/LC_MESSAGES/django.po index 19e52dc357..8fcd125c86 100644 --- a/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:08-0400\n" -"PO-Revision-Date: 2012-02-02 18:20+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-02 11:57+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,7 +37,7 @@ msgstr "data" #: __init__.py:30 msgid "user" -msgstr "usuário" +msgstr "utilizador" #: __init__.py:34 msgid "comment" @@ -65,7 +66,7 @@ msgstr "Deve fornecer pelo menos um comentário." #: views.py:46 #, python-format msgid "Comment \"%s\" deleted successfully." -msgstr "Comentário \"%s\" removido com sucesso." +msgstr "Comentário \"%s\" excluído com sucesso." #: views.py:48 #, python-format @@ -75,12 +76,12 @@ msgstr "Erro ao excluir comentário \"%(comment)s\": %(error)s" #: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" -msgstr "Tem certeza de que deseja excluir o comentário: %s?" +msgstr "Tem a certeza de que deseja excluir o comentário: %s?" #: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" -msgstr "Tem certeza de que deseja excluir os comentários: %s?" +msgstr "Tem a certeza de que deseja excluir os comentários: %s?" #: views.py:99 msgid "Comment added successfully." diff --git a/apps/document_indexing/locale/en/LC_MESSAGES/django.po b/apps/document_indexing/locale/en/LC_MESSAGES/django.po index d3db4791ea..5bf5011a42 100644 --- a/apps/document_indexing/locale/en/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,12 +17,48 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:26 links.py:24 links.py:38 models.py:42 views.py:38 +#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 #: views.py:283 msgid "indexes" msgstr "" -#: __init__.py:27 +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "" + +#: __init__.py:33 views.py:77 +msgid "create index" +msgstr "" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "" + +#: __init__.py:36 +msgid "tree template" +msgstr "" + +#: __init__.py:38 +msgid "new child node" +msgstr "" + +#: __init__.py:44 +msgid "go up one level" +msgstr "" + +#: __init__.py:49 +msgid "rebuild indexes" +msgstr "" + +#: __init__.py:49 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: __init__.py:51 msgid "Indexes" msgstr "" @@ -75,42 +111,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:25 links.py:35 -msgid "index list" -msgstr "" - -#: links.py:26 views.py:77 -msgid "create index" -msgstr "" - -#: links.py:27 links.py:32 -msgid "edit" -msgstr "" - -#: links.py:28 links.py:33 -msgid "delete" -msgstr "" - -#: links.py:29 -msgid "tree template" -msgstr "" - -#: links.py:31 -msgid "new child node" -msgstr "" - -#: links.py:37 -msgid "go up one level" -msgstr "" - -#: links.py:40 -msgid "rebuild indexes" -msgstr "" - -#: links.py:40 -msgid "Deletes and creates from scratch all the document indexes." -msgstr "" - #: models.py:13 #, python-format msgid "Available functions: %s" @@ -207,7 +207,7 @@ msgstr "" msgid "documents rename count" msgstr "" -#: permissions.py:7 conf/settings.py:12 +#: permissions.py:7 msgid "Indexing" msgstr "" @@ -347,7 +347,7 @@ msgstr "" msgid "indexes containing: %s" msgstr "" -#: conf/settings.py:51 +#: conf/settings.py:22 msgid "" "A dictionary that maps the index name and where on the filesystem that index " "will be mirrored." diff --git a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po index dd3bbad958..5ed493de3f 100644 --- a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # Renata Oliveira , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 19:02-0400\n" -"PO-Revision-Date: 2012-02-02 18:18+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 18:47+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,27 +26,27 @@ msgstr "índices" #: __init__.py:32 __init__.py:42 msgid "index list" -msgstr "lista de índice" +msgstr "lista de índices" #: __init__.py:33 views.py:77 msgid "create index" -msgstr "" +msgstr "criar índice" #: __init__.py:34 __init__.py:39 msgid "edit" -msgstr "" +msgstr "editar" #: __init__.py:35 __init__.py:40 msgid "delete" -msgstr "" +msgstr "excluir" #: __init__.py:36 msgid "tree template" -msgstr "" +msgstr "modelo de árvore" #: __init__.py:38 msgid "new child node" -msgstr "" +msgstr "novo nó filho" #: __init__.py:44 msgid "go up one level" @@ -57,7 +58,7 @@ msgstr "reconstruir índices" #: __init__.py:49 msgid "Deletes and creates from scratch all the document indexes." -msgstr "Exclui e criar a partir do zero todos os índices de documento." +msgstr "Exclui e cria a partir do zero todos os índices de documentos." #: __init__.py:51 msgid "Indexes" @@ -66,19 +67,19 @@ msgstr "Índices" #: api.py:69 #, python-format msgid "Maximum suffix (%s) count reached." -msgstr "Quantidade máxima do sufixo (%s) alcançada." +msgstr "Contagem máxima do sufixo (%s) alcançada." #: api.py:83 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Erro de atualização na expressão de indexação do documento: %(expression)s; %(exception)s " +msgstr "Erro na expressão de atualização de indexação de documentos: %(expression)s; %(exception)s " #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Erro de atualização de índice do documento, a expressão: %(expression)s ; %(exception)s " +msgstr "Erro ao atualizar índice de documentos, expressão: %(expression)s ; %(exception)s " #: api.py:149 #, python-format @@ -95,17 +96,17 @@ msgstr "Não é possível criar o diretório de indexação; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "Não é possível criar o link simbólico, o arquivo existe e não pode ser excluído: %(filepath)s; %(exc)s " +msgstr "Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser excluído: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" -msgstr "Não é possível criar o link simbólico: %(filepath)s; %(exc)s " +msgstr "Não é possível criar a ligação simbólica: %(filepath)s; %(exc)s " #: filesystem.py:84 #, python-format msgid "Unable to delete document symbolic link; %s" -msgstr "Não é possível excluir o link simbólico do documento; %s" +msgstr "Não é possível excluir a ligação simbólica do documento; %s" #: filesystem.py:96 #, python-format @@ -119,19 +120,19 @@ msgstr "Funções disponíveis: %s " #: models.py:17 views.py:42 msgid "name" -msgstr "" +msgstr "nome" #: models.py:17 msgid "Internal name used to reference this index." -msgstr "" +msgstr "Nome interno usado para referenciar este índice." #: models.py:18 views.py:43 msgid "title" -msgstr "" +msgstr "título" #: models.py:18 msgid "The name that will be visible to users." -msgstr "" +msgstr "O nome que será visível aos utilizadores." #: models.py:19 models.py:50 views.py:44 views.py:168 msgid "enabled" @@ -140,7 +141,7 @@ msgstr "habilitado" #: models.py:19 msgid "" "Causes this index to be visible and updated when document data changes." -msgstr "" +msgstr "Faz com que este índice seja visível e atualizado quando os dados do documento forem alterados." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 #: views.py:198 views.py:228 views.py:268 @@ -157,7 +158,7 @@ msgstr "Digite uma expressão python para ser avaliada." #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "" +msgstr "Faz com que este nó seja visível e atualizado quando os dados do documento forem alterados." #: models.py:51 msgid "link documents" @@ -167,15 +168,15 @@ msgstr "ligar documentos" msgid "" "Check this option to have this node act as a container for documents and not" " as a parent for further nodes." -msgstr "" +msgstr "Escolha esta opção para que este nó atue como contentor para documentos e não como pai de outros nós." #: models.py:57 models.py:63 msgid "index template node" -msgstr "" +msgstr "nó de modelo de índice" #: models.py:58 msgid "indexes template nodes" -msgstr "" +msgstr "nós de modelos de índice" #: models.py:64 msgid "value" @@ -187,15 +188,15 @@ msgstr "documentos" #: models.py:75 msgid "index instance node" -msgstr "" +msgstr "nó de instância de índice" #: models.py:76 msgid "indexes instance nodes" -msgstr "" +msgstr "nós de instâncias de índices" #: models.py:80 msgid "index instance" -msgstr "exemplo de índice" +msgstr "instância de índice" #: models.py:81 msgid "document" @@ -203,31 +204,31 @@ msgstr "documento" #: models.py:88 msgid "document rename count" -msgstr "contagem de renomeação do documento" +msgstr "número de renomeações do documento" #: models.py:89 msgid "documents rename count" -msgstr "contagem de renomeação dos documentos" +msgstr "número de renomeações dos documentos" #: permissions.py:7 msgid "Indexing" -msgstr "Indexando" +msgstr "A indexar" #: permissions.py:9 msgid "Configure document indexes" -msgstr "" +msgstr "Configurar índices de documento" #: permissions.py:10 msgid "Create new document indexes" -msgstr "" +msgstr "Criar novos índices de documento" #: permissions.py:11 msgid "Edit document indexes" -msgstr "" +msgstr "Editar índices de documento" #: permissions.py:12 msgid "Delete document indexes" -msgstr "" +msgstr "Eliminar índices de documento" #: permissions.py:14 msgid "View document indexes" @@ -239,84 +240,84 @@ msgstr "Reconstruir índices de documento" #: utils.py:19 msgid "document indexes" -msgstr "índices de documento" +msgstr "índices de documentos" #: views.py:71 msgid "Index created successfully." -msgstr "" +msgstr "Índice criado com sucesso." #: views.py:95 msgid "Index edited successfully" -msgstr "" +msgstr "Índice editado com sucesso" #: views.py:101 #, python-format msgid "edit index: %s" -msgstr "" +msgstr "editar índice: %s" #: views.py:126 #, python-format msgid "Index: %s deleted successfully." -msgstr "" +msgstr "Índice: %s eliminado com sucesso." #: views.py:128 #, python-format msgid "Index: %(index)s delete error: %(error)s" -msgstr "" +msgstr "Índice: %(index)s, erro ao eliminar: %(error)s " #: views.py:140 #, python-format msgid "Are you sure you with to delete the index: %s?" -msgstr "" +msgstr "Tem a certeza de que deseja eliminar o índice: %s?" #: views.py:164 #, python-format msgid "tree template nodes for index: %s" -msgstr "" +msgstr "nós de modelo de árvore para o índice: %s" #: views.py:167 msgid "level" -msgstr "" +msgstr "nível" #: views.py:189 msgid "Index template node created successfully." -msgstr "" +msgstr "Nó de modelo de índice criado com sucesso." #: views.py:195 msgid "create child node" -msgstr "" +msgstr "criar nó filho" #: views.py:216 msgid "Index template node edited successfully" -msgstr "" +msgstr "nó de modelo de índice editado com sucesso" #: views.py:222 #, python-format msgid "edit index template node: %s" -msgstr "" +msgstr "editar o nó de modelo de índice: %s" #: views.py:229 views.py:269 views.py:337 msgid "node" -msgstr "" +msgstr "nó" #: views.py:251 #, python-format msgid "Node: %s deleted successfully." -msgstr "" +msgstr "Nó: %s eliminado com sucesso." #: views.py:253 #, python-format msgid "Node: %(node)s delete error: %(error)s" -msgstr "" +msgstr "Nó: %(node)s, erro ao eliminar: %(error)s " #: views.py:262 #, python-format msgid "Are you sure you with to delete the index template node: %s?" -msgstr "" +msgstr "Tem a certeza de que pretende eliminar o nó de modelo de índice: %s?" #: views.py:286 msgid "nodes" -msgstr "" +msgstr "nós" #: views.py:319 #, python-format @@ -329,11 +330,11 @@ msgstr "itens" #: views.py:366 msgid "Are you sure you wish to rebuild all indexes?" -msgstr "Tem certeza de que deseja reconstruir todos os índices?" +msgstr "Tem a certeza de que deseja reconstruir todos os índices?" #: views.py:367 msgid "On large databases this operation may take some time to execute." -msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "Esta operação pode levar algum tempo em bases de dados grandes." #: views.py:373 msgid "Index rebuild completed successfully." @@ -342,7 +343,7 @@ msgstr "Reconstrução de índice concluída com êxito." #: views.py:380 #, python-format msgid "Index rebuild error: %s" -msgstr "Reconstrução de índice de erro: %s" +msgstr "Erro na reconstrução do índice: %s" #: views.py:402 #, python-format @@ -353,12 +354,12 @@ msgstr "índices contendo: %s" msgid "" "A dictionary that maps the index name and where on the filesystem that index" " will be mirrored." -msgstr "" +msgstr "Um dicionário que mapeia o nome do índice com o local no sistema de ficheiros onde será espelhado." #: templates/indexing_help.html:3 msgid "What are indexes?" -msgstr "Quais são os índices?" +msgstr "O que são índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "Indexar documentos agrupados em uma árvore como uma estrutura hierárquica." +msgstr "Os índices agrupam documentos numa árvore como uma estrutura hierárquica." diff --git a/apps/document_signatures/locale/en/LC_MESSAGES/django.po b/apps/document_signatures/locale/en/LC_MESSAGES/django.po index eaf976ae09..1242830803 100644 --- a/apps/document_signatures/locale/en/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,24 +17,20 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: forms.py:11 -msgid "Signature file" -msgstr "" - -#: links.py:22 +#: __init__.py:83 msgid "upload signature" msgstr "" -#: links.py:23 +#: __init__.py:84 msgid "download signature" msgstr "" -#: links.py:24 -msgid "delete signature" +#: __init__.py:85 +msgid "signatures" msgstr "" -#: links.py:25 -msgid "signatures" +#: forms.py:11 +msgid "Signature file" msgstr "" #: models.py:20 @@ -73,10 +69,6 @@ msgstr "" msgid "Download detached signatures" msgstr "" -#: permissions.py:11 -msgid "Delete detached signatures" -msgstr "" - #: views.py:47 #, python-format msgid "Signature status: %(widget)s %(text)s" @@ -128,22 +120,3 @@ msgstr "" #, python-format msgid "Upload detached signature for: %s" msgstr "" - -#: views.py:106 -msgid "Submit" -msgstr "" - -#: views.py:155 -msgid "Detached signature deleted successfully." -msgstr "" - -#: views.py:158 -#, python-format -msgid "Error while deleting the detached signature; %s" -msgstr "" - -#: views.py:162 -#, python-format -msgid "" -"Are you sure you wish to delete the detached signature from document: %s" -msgstr "" diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po index ef74c097d3..8a9af056ac 100644 --- a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-02 18:20+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-02 20:53+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,11 +20,11 @@ msgstr "" #: __init__.py:83 msgid "upload signature" -msgstr "upload do assinatura" +msgstr "enviar assinatura" #: __init__.py:84 msgid "download signature" -msgstr "download do assinatura" +msgstr "descarregar assinatura" #: __init__.py:85 msgid "signatures" @@ -31,7 +32,7 @@ msgstr "assinaturas" #: forms.py:11 msgid "Signature file" -msgstr "Arquivo de assinatura" +msgstr "Ficheiro de assinatura" #: models.py:20 msgid "document version" @@ -39,40 +40,40 @@ msgstr "versão do documento" #: models.py:21 msgid "signature file" -msgstr "arquivo do assinatura" +msgstr "ficheiro de assinatura" #: models.py:22 msgid "has embedded signature" -msgstr "" +msgstr "tem assinatura embutida" #: models.py:37 msgid "document version signature" -msgstr "assinatura do versão do documento" +msgstr "assinatura da versão do documento" #: models.py:38 msgid "document version signatures" -msgstr "assinaturas de versão de documentos" +msgstr "assinaturas da versão do documento" #: permissions.py:7 msgid "Document signatures" -msgstr "Assinaturas de documentos" +msgstr "Assinaturas do documento" #: permissions.py:8 msgid "Verify document signatures" -msgstr "Verificar as assinaturas de documentos" +msgstr "Verificar as assinaturas do documento" #: permissions.py:9 msgid "Upload detached signatures" -msgstr "Upload de assinaturas destacadas" +msgstr "Enviar assinaturas avulsas" #: permissions.py:10 msgid "Download detached signatures" -msgstr "Download assinaturas destacadas" +msgstr "Descarregar assinaturas avulsas" #: views.py:47 #, python-format msgid "Signature status: %(widget)s %(text)s" -msgstr "Status da assinatura: %(widget)s %(text)s" +msgstr "Estado da assinatura: %(widget)s %(text)s" #: views.py:54 msgid "embedded" @@ -80,12 +81,12 @@ msgstr "embutido" #: views.py:56 msgid "detached" -msgstr "destacado" +msgstr "avulso" #: views.py:61 #, python-format msgid "Signature ID: %s" -msgstr "ID assinatura: %s" +msgstr "ID da assinatura: %s" #: views.py:62 #, python-format @@ -100,12 +101,12 @@ msgstr "ID da chave: %s" #: views.py:64 #, python-format msgid "Timestamp: %s" -msgstr "Timestamp: %s" +msgstr "Data/hora: %s" #: views.py:65 #, python-format msgid "Signee: %s" -msgstr "Signee: %s" +msgstr "Assinado por: %s" #: views.py:70 #, python-format @@ -114,9 +115,9 @@ msgstr "propriedades da assinatura para: %s" #: views.py:96 msgid "Detached signature uploaded successfully." -msgstr "Assinatura separado enviado com sucesso." +msgstr "Assinatura avulsa enviada com sucesso." #: views.py:105 #, python-format msgid "Upload detached signature for: %s" -msgstr "Upload de assinatura separada para: %s" +msgstr "Envio de assinatura avulsa para: %s" diff --git a/apps/documents/locale/en/LC_MESSAGES/django.po b/apps/documents/locale/en/LC_MESSAGES/django.po index b0988626f5..f5bb0eca34 100644 --- a/apps/documents/locale/en/LC_MESSAGES/django.po +++ b/apps/documents/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgstr "" msgid "all documents" msgstr "" -#: __init__.py:64 models.py:669 views.py:871 +#: __init__.py:64 models.py:669 views.py:872 msgid "recent documents" msgstr "" @@ -176,7 +176,7 @@ msgstr "" msgid "document type list" msgstr "" -#: __init__.py:113 views.py:1050 +#: __init__.py:113 views.py:1051 msgid "document types" msgstr "" @@ -184,7 +184,7 @@ msgstr "" msgid "documents of this type" msgstr "" -#: __init__.py:117 views.py:1161 +#: __init__.py:117 views.py:1162 msgid "create document type" msgstr "" @@ -212,6 +212,51 @@ msgstr "" msgid "metadata" msgstr "" +#: events.py:5 +msgid "Document creation" +msgstr "" + +#: events.py:6 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "" + +#: events.py:7 +#, python-format +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" + +#: events.py:13 +msgid "Document edited" +msgstr "" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "" + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" + +#: events.py:24 +msgid "Document deleted" +msgstr "" + +#: events.py:25 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "" + +#: events.py:26 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "" + #: forms.py:63 msgid "Page image" msgstr "" @@ -280,68 +325,33 @@ msgid "" "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: literals.py:10 -msgid "Document creation" +#: forms.py:319 +msgid "Compressed filename" msgstr "" -#: literals.py:11 -#, python-format -msgid "Document \"%(content_object)s\" created by %(fullname)s." -msgstr "" - -#: literals.py:12 -#, python-format +#: forms.py:319 msgid "" -"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." msgstr "" -#: literals.py:18 -msgid "Document edited" -msgstr "" - -#: literals.py:19 -#, python-format -msgid "Document \"%(content_object)s\" edited by %(fullname)s." -msgstr "" - -#: literals.py:20 -#, python-format -msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " -"The following changes took place: %(changes)s." -msgstr "" - -#: literals.py:29 -msgid "Document deleted" -msgstr "" - -#: literals.py:30 -#, python-format -msgid "Document \"%(document)s\" deleted by %(fullname)s." -msgstr "" - -#: literals.py:31 -#, python-format -msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "" - -#: literals.py:42 +#: literals.py:15 msgid "final" msgstr "" -#: literals.py:43 +#: literals.py:16 msgid "alpha" msgstr "" -#: literals.py:44 +#: literals.py:17 msgid "beta" msgstr "" -#: literals.py:45 +#: literals.py:18 msgid "release candidate" msgstr "" -#: literals.py:46 +#: literals.py:19 msgid "hotfix" msgstr "" @@ -349,8 +359,8 @@ msgstr "" msgid "name" msgstr "" -#: models.py:68 models.py:78 models.py:543 views.py:1068 views.py:1097 -#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 +#: models.py:68 models.py:78 models.py:543 views.py:1069 views.py:1098 +#: views.py:1127 views.py:1132 views.py:1175 views.py:1221 views.py:1255 msgid "document type" msgstr "" @@ -410,7 +420,7 @@ msgstr "" msgid "timestamp" msgstr "" -#: models.py:315 views.py:1357 +#: models.py:315 views.py:1358 msgid "comment" msgstr "" @@ -432,11 +442,11 @@ msgid "" "defaulted to 1." msgstr "" -#: models.py:544 views.py:1353 +#: models.py:544 views.py:1354 msgid "filename" msgstr "" -#: models.py:545 views.py:1181 +#: models.py:545 views.py:1182 msgid "enabled" msgstr "" @@ -477,15 +487,15 @@ msgstr "" msgid "Enter a valid value." msgstr "" -#: models.py:621 views.py:449 +#: models.py:621 views.py:450 msgid "order" msgstr "" -#: models.py:622 views.py:450 views.py:511 views.py:542 +#: models.py:622 views.py:451 views.py:512 views.py:543 msgid "transformation" msgstr "" -#: models.py:623 views.py:451 +#: models.py:623 views.py:452 msgid "arguments" msgstr "" @@ -705,7 +715,7 @@ msgstr "" msgid "document data" msgstr "" -#: views.py:197 views.py:646 +#: views.py:197 views.py:647 msgid "Must provide at least one document." msgstr "" @@ -737,7 +747,7 @@ msgstr "" msgid "documents to be downloaded" msgstr "" -#: views.py:352 views.py:1337 +#: views.py:352 views.py:1338 msgid "version" msgstr "" @@ -749,280 +759,280 @@ msgstr "" msgid "Return" msgstr "" -#: views.py:445 +#: views.py:446 #, python-format msgid "transformations for: %s" msgstr "" -#: views.py:472 +#: views.py:473 msgid "Document page transformation created successfully." msgstr "" -#: views.py:481 +#: views.py:482 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:500 +#: views.py:501 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:513 +#: views.py:514 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:533 +#: views.py:534 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:544 +#: views.py:545 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" msgstr "" -#: views.py:562 +#: views.py:563 #, python-format msgid "duplicates of: %s" msgstr "" -#: views.py:574 +#: views.py:575 msgid "Are you sure you wish to find all duplicates?" msgstr "" -#: views.py:575 views.py:633 views.py:701 +#: views.py:576 views.py:634 views.py:702 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:598 +#: views.py:599 msgid "duplicated documents" msgstr "" -#: views.py:624 +#: views.py:625 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:632 +#: views.py:633 #, python-format msgid "" "Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:664 +#: views.py:665 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:666 +#: views.py:667 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:672 +#: views.py:673 msgid "document transformation" msgstr "" -#: views.py:681 +#: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:683 +#: views.py:684 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:711 +#: views.py:712 msgid "missing documents" msgstr "" -#: views.py:727 views.py:769 +#: views.py:728 views.py:770 #, python-format msgid "details for: %s" msgstr "" -#: views.py:788 +#: views.py:789 msgid "Document page edited successfully." msgstr "" -#: views.py:797 +#: views.py:798 #, python-format msgid "edit: %s" msgstr "" -#: views.py:814 +#: views.py:815 msgid "There are no more pages in this document" msgstr "" -#: views.py:832 +#: views.py:833 msgid "You are already at the first page of this document" msgstr "" -#: views.py:993 +#: views.py:994 #, python-format msgid "print: %s" msgstr "" -#: views.py:1066 +#: views.py:1067 #, python-format msgid "documents of type \"%s\"" msgstr "" -#: views.py:1086 +#: views.py:1087 msgid "Document type edited successfully" msgstr "" -#: views.py:1089 +#: views.py:1090 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:1094 +#: views.py:1095 #, python-format msgid "edit document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1119 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:1120 +#: views.py:1121 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:1135 +#: views.py:1136 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:1136 +#: views.py:1137 msgid "" "The document type of all documents using this document type will be set to " "none." msgstr "" -#: views.py:1152 +#: views.py:1153 msgid "Document type created successfully" msgstr "" -#: views.py:1155 +#: views.py:1156 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:1173 +#: views.py:1174 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1204 +#: views.py:1205 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1207 +#: views.py:1208 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1212 +#: views.py:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1221 views.py:1247 views.py:1255 +#: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" msgstr "" -#: views.py:1239 +#: views.py:1240 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1241 +#: views.py:1242 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1257 +#: views.py:1258 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1282 +#: views.py:1283 msgid "Document type filename created successfully" msgstr "" -#: views.py:1285 +#: views.py:1286 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1291 +#: views.py:1292 #, python-format msgid "create filename for document type: %s" msgstr "" -#: views.py:1306 +#: views.py:1307 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1308 +#: views.py:1309 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1314 +#: views.py:1315 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1331 +#: views.py:1332 #, python-format msgid "versions for document: %s" msgstr "" -#: views.py:1341 +#: views.py:1342 msgid "time and date" msgstr "" -#: views.py:1345 +#: views.py:1346 msgid "mimetype" msgstr "" -#: views.py:1349 +#: views.py:1350 msgid "encoding" msgstr "" -#: views.py:1380 +#: views.py:1381 msgid "Document version reverted successfully" msgstr "" -#: views.py:1382 +#: views.py:1383 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1389 +#: views.py:1390 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1390 +#: views.py:1391 msgid "All later version after this one will be deleted too." msgstr "" diff --git a/apps/documents/locale/es/LC_MESSAGES/django.po b/apps/documents/locale/es/LC_MESSAGES/django.po index 8320ac764b..f4a45ba842 100644 --- a/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/apps/documents/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 19:02-0400\n" -"PO-Revision-Date: 2012-06-30 08:30+0000\n" +"PO-Revision-Date: 2012-07-02 12:43+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -636,17 +636,17 @@ msgstr "Páginas de documentos en la base de datos: %d" #: statistics.py:64 #, python-format msgid "Minimum amount of pages per document: %d" -msgstr "" +msgstr "Cantidad mínima de páginas por documento: %d" #: statistics.py:65 #, python-format msgid "Maximum amount of pages per document: %d" -msgstr "" +msgstr "Cantidad máxima de páginas por documento: %d" #: statistics.py:66 #, python-format msgid "Average amount of pages per document: %f" -msgstr "" +msgstr "Cantidad de páginas promedio por documento: %f" #: statistics.py:71 msgid "Document statistics" @@ -658,7 +658,7 @@ msgstr "Tipo MIME del archivo" #: views.py:133 views.py:134 msgid "None" -msgstr "" +msgstr "Ninguno" #: views.py:134 msgid "File mime encoding" diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.po b/apps/documents/locale/pt/LC_MESSAGES/django.po index 6093a4615f..8b7c4b6c9f 100644 --- a/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # , 2011, 2012. # Roberto Rosario , 2012. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 19:02-0400\n" -"PO-Revision-Date: 2012-06-30 08:30+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 11:45+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,7 +30,7 @@ msgstr "documentos recentes" #: __init__.py:65 msgid "upload new documents" -msgstr "upload de novos documentos" +msgstr "envio de novos documentos" #: __init__.py:66 msgid "clone metadata" @@ -58,35 +59,35 @@ msgstr "visualização" #: __init__.py:73 __init__.py:74 __init__.py:75 msgid "download" -msgstr "baixar" +msgstr "descarregar" #: __init__.py:76 msgid "find duplicates" -msgstr "encontrar duplicatas" +msgstr "encontrar duplicados" #: __init__.py:77 msgid "find all duplicates" -msgstr "encontrar todas as duplicatas" +msgstr "encontrar todos os duplicados" #: __init__.py:77 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "Pesquisar todas as somas de verificação de documentos e retornar uma lista de correspondências exatas." +msgstr "Pesquisar todas as somas de verificação dos documentos e retornar uma lista de correspondências exatas." #: __init__.py:78 msgid "update office documents' page count" -msgstr "contagem de documentos de atualização do Office 'Página" +msgstr "atualizar o número de páginas dos documentos office" #: __init__.py:78 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "" +msgstr "Atualizar o número de páginas dos documentos tipo office. Isto pode ser útil se habilitar o suporte a documentos office quando já existirem alguns na base de dados." #: __init__.py:79 __init__.py:80 msgid "clear transformations" -msgstr "remover transformações" +msgstr "limpar transformações" #: __init__.py:81 msgid "print" @@ -98,17 +99,17 @@ msgstr "história" #: __init__.py:83 msgid "Find missing document files" -msgstr "Encontrar arquivos de documentos em falta" +msgstr "Encontrar ficheiros de documentos em falta" #: __init__.py:86 msgid "Clear the document image cache" -msgstr "" +msgstr "Limpar a cache de imagens de documentos" #: __init__.py:86 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "" +msgstr "Limpar as representações gráficas usadas para acelerar a exibição e transformações interativas de documentos." #: __init__.py:89 msgid "page transformations" @@ -156,15 +157,15 @@ msgstr "menos zoom" #: __init__.py:103 msgid "rotate right" -msgstr "girar para a direita" +msgstr "rodar para a direita" #: __init__.py:104 msgid "rotate left" -msgstr "girar para a esquerda" +msgstr "rodar para a esquerda" #: __init__.py:105 msgid "reset view" -msgstr "redefinir visão" +msgstr "inicializar visualização" #: __init__.py:108 msgid "versions" @@ -192,11 +193,11 @@ msgstr "criar tipo de documento" #: __init__.py:119 msgid "filenames" -msgstr "nomes de arquivos" +msgstr "nomes de ficheiros" #: __init__.py:120 msgid "add filename to document type" -msgstr "adicionar nome do arquivo para o tipo de documento" +msgstr "adicionar nome de ficheiro ao tipo de documento" #: __init__.py:164 permissions.py:7 msgid "Documents" @@ -241,23 +242,23 @@ msgstr "Páginas do documento (%s)" #: forms.py:162 msgid "Use the new version filename as the document filename" -msgstr "" +msgstr "Usar o nome de ficheiro da nova versão como nome de ficheiro do documento" #: forms.py:178 msgid "Quick document rename" -msgstr "Renomear documento rápido" +msgstr "Renomeação rápida de documento" #: forms.py:185 msgid "Version update" -msgstr "Versão de atualização" +msgstr "Atualização de versão" #: forms.py:190 msgid "Release level" -msgstr "" +msgstr "Nível de edição" #: forms.py:196 msgid "Release level serial" -msgstr "" +msgstr "Nº de série do nível de edição" #: forms.py:204 msgid "Comment" @@ -265,7 +266,7 @@ msgstr "Comentário" #: forms.py:210 msgid "New document filename" -msgstr "Novo nome de arquivo" +msgstr "Novo nome de ficheiro" #: forms.py:288 msgid "Page range" @@ -273,18 +274,18 @@ msgstr "Intervalo de páginas" #: forms.py:318 msgid "Compress" -msgstr "" +msgstr "Comprimir" #: forms.py:318 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "" +msgstr "Descarregar o documento no formato original ou de forma comprimida. Esta opção só está disponível quando descarrega um único documento; múltiplos documentos são sempre descarregados num ficheiro comprimido." #: literals.py:10 msgid "Document creation" -msgstr "Criação de documentos" +msgstr "Criação de documento" #: literals.py:11 #, python-format @@ -310,7 +311,7 @@ msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." msgid "" "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." " The following changes took place: %(changes)s." -msgstr "Documento \"%(content_object)s\" foi editado em %(datetime)s por %(fullname)s. As seguintes alterações foram realizadas: %(changes)s." +msgstr "Documento \"%(content_object)s\" foi editado em %(datetime)s por %(fullname)s. Foram feitas as seguintes alterações: %(changes)s." #: literals.py:29 msgid "Document deleted" @@ -319,32 +320,32 @@ msgstr "Documento excluído" #: literals.py:30 #, python-format msgid "Document \"%(document)s\" deleted by %(fullname)s." -msgstr "Documento \"%(document)s\" deletado por %(fullname)s." +msgstr "Documento \"%(document)s\" excluído por %(fullname)s." #: literals.py:31 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(document)s\" deletado em %(datetime)s por %(fullname)s." +msgstr "Documento \"%(document)s\" excluído em %(datetime)s por %(fullname)s." #: literals.py:42 msgid "final" -msgstr "" +msgstr "final" #: literals.py:43 msgid "alpha" -msgstr "" +msgstr "alfa" #: literals.py:44 msgid "beta" -msgstr "" +msgstr "beta" #: literals.py:45 msgid "release candidate" -msgstr "" +msgstr "candidato a edição" #: literals.py:46 msgid "hotfix" -msgstr "" +msgstr "pacote de correção" #: models.py:62 msgid "name" @@ -357,7 +358,7 @@ msgstr "tipo de documento" #: models.py:69 msgid "documents types" -msgstr "tipos de documentos" +msgstr "tipos de documento" #: models.py:79 msgid "description" @@ -375,41 +376,41 @@ msgstr "documento" #: models.py:295 #, python-format msgid "Major %(major)i.%(minor)i, (new release)" -msgstr "" +msgstr "Maior %(major)i.%(minor)i, (nova edição)" #: models.py:296 #, python-format msgid "Minor %(major)i.%(minor)i, (some updates)" -msgstr "" +msgstr "Menor %(major)i.%(minor)i, (algumas atualizações)" #: models.py:297 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" -msgstr "" +msgstr "Micro %(major)i.%(minor)i.%(micro)i, (correções)" #: models.py:309 msgid "mayor" -msgstr "" +msgstr "maior" #: models.py:310 msgid "minor" -msgstr "" +msgstr "menor" #: models.py:311 msgid "micro" -msgstr "" +msgstr "micro" #: models.py:312 msgid "release level" -msgstr "" +msgstr "nível de edição" #: models.py:313 msgid "serial" -msgstr "" +msgstr "nº de série" #: models.py:314 msgid "timestamp" -msgstr "" +msgstr "data/hora" #: models.py:315 views.py:1357 msgid "comment" @@ -417,11 +418,11 @@ msgstr "comentário" #: models.py:318 msgid "file" -msgstr "arquivo" +msgstr "ficheiro" #: models.py:322 msgid "checksum" -msgstr "verificações" +msgstr "soma de verificação" #: models.py:326 models.py:327 models.py:560 msgid "document version" @@ -431,11 +432,11 @@ msgstr "versão do documento" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "Este formato de arquivo não é conhecida, a contagem de página, portanto, tem o padrão 1." +msgstr "Este formato de ficheiro não é conhecido, por isso o número de páginas tem o valor padrão 1." #: models.py:544 views.py:1353 msgid "filename" -msgstr "nome do arquivo" +msgstr "nome do ficheiro" #: models.py:545 views.py:1181 msgid "enabled" @@ -443,11 +444,11 @@ msgstr "habilitado" #: models.py:552 msgid "document type quick rename filename" -msgstr "tipo de documento renomear rápido" +msgstr "nome do ficheiro para renomeação rápida do tipo de documento" #: models.py:553 msgid "document types quick rename filenames" -msgstr "tipos de documentos renomear rápido" +msgstr "nomes dos ficheiros para renomeação rápida dos tipos de documento" #: models.py:561 msgid "content" @@ -464,7 +465,7 @@ msgstr "número da página" #: models.py:566 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" -msgstr "Pagina %(page_num)d de %(total_pages)d em %(document)s" +msgstr "Página %(page_num)d de %(total_pages)d de %(document)s" #: models.py:574 models.py:620 msgid "document page" @@ -497,19 +498,19 @@ msgstr "Use dicionários para identificar os argumentos, exemplo: %s" #: models.py:631 msgid "document page transformation" -msgstr "página de transformações do documento" +msgstr "transformação de página do documento" #: models.py:632 msgid "document page transformations" -msgstr "Página de transformações de documentos" +msgstr "transformações de página do documento" #: models.py:657 msgid "user" -msgstr "usuário" +msgstr "utilizador" #: models.py:659 msgid "accessed" -msgstr "acessado" +msgstr "acedido" #: models.py:668 msgid "recent document" @@ -525,7 +526,7 @@ msgstr "Tipo MIME" #: models.py:676 views.py:132 msgid "Filename" -msgstr "Nome do arquivo" +msgstr "Nome do ficheiro" #: models.py:677 msgid "Metadata value" @@ -541,7 +542,7 @@ msgstr "Descrição" #: models.py:680 msgid "Tags" -msgstr "Tags" +msgstr "Etiquetas" #: models.py:681 msgid "Comments" @@ -569,7 +570,7 @@ msgstr "Excluir documentos" #: permissions.py:14 views.py:408 msgid "Download documents" -msgstr "Baixar documentos" +msgstr "Descarregar documentos" #: permissions.py:15 msgid "Transform documents" @@ -577,7 +578,7 @@ msgstr "Transformar documentos" #: permissions.py:16 msgid "Execute document modifying tools" -msgstr "Execute as ferramentas de modificação de documento" +msgstr "Executar ferramentas de modificação de documento" #: permissions.py:17 msgid "Revert documents to a previous version" @@ -585,7 +586,7 @@ msgstr "Reverter documentos para uma versão anterior" #: permissions.py:18 msgid "Create new document versions" -msgstr "Criar novas versões de documentos" +msgstr "Criar novas versões do documento" #: permissions.py:20 msgid "Documents setup" @@ -593,7 +594,7 @@ msgstr "Configuração de documentos" #: permissions.py:22 msgid "View document types" -msgstr "Ver tipos de documentos" +msgstr "Ver tipos de documento" #: permissions.py:23 msgid "Edit document types" @@ -610,12 +611,12 @@ msgstr "Criar tipos de documentos" #: statistics.py:44 #, python-format msgid "Document types: %d" -msgstr "Tipos de documentos: %d" +msgstr "Tipos de documento: %d" #: statistics.py:45 #, python-format msgid "Documents in database: %d" -msgstr "Documentos no banco de dados: %d" +msgstr "Documentos na base de dados: %d" #: statistics.py:50 #, python-format @@ -632,42 +633,42 @@ msgstr "Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 1 #: statistics.py:63 #, python-format msgid "Document pages in database: %d" -msgstr "Páginas do documento no banco de dados: %d" +msgstr "Páginas de documento na base de dados: %d" #: statistics.py:64 #, python-format msgid "Minimum amount of pages per document: %d" -msgstr "" +msgstr "Número mínimo de páginas por documento: %d" #: statistics.py:65 #, python-format msgid "Maximum amount of pages per document: %d" -msgstr "" +msgstr "Número máximo de páginas por documento: %d" #: statistics.py:66 #, python-format msgid "Average amount of pages per document: %f" -msgstr "" +msgstr "Número médio de páginas por documento: %f" #: statistics.py:71 msgid "Document statistics" -msgstr "Estatísticas do documento" +msgstr "Estatísticas de documentos" #: views.py:133 msgid "File mimetype" -msgstr "Mimetype do arquivo" +msgstr "Tipo MIME do ficheiro" #: views.py:133 views.py:134 msgid "None" -msgstr "" +msgstr "Nenhum" #: views.py:134 msgid "File mime encoding" -msgstr "Codificação MIME do arquivo" +msgstr "Codificação MIME do ficheiro" #: views.py:135 msgid "File size" -msgstr "Tamanho do arquivo" +msgstr "Tamanho do ficheiro" #: views.py:136 msgid "Exists in storage" @@ -675,7 +676,7 @@ msgstr "Existe no armazenamento" #: views.py:137 msgid "File path in storage" -msgstr "Caminho do arquivo no armazenamento" +msgstr "Caminho do ficheiro no armazenamento" #: views.py:138 msgid "Date added" @@ -683,11 +684,11 @@ msgstr "Data de adição" #: views.py:139 msgid "Time added" -msgstr "Horario de adição" +msgstr "Hora de adição" #: views.py:140 msgid "Checksum" -msgstr "Verificação" +msgstr "Soma de verificação" #: views.py:141 msgid "UUID" @@ -712,7 +713,7 @@ msgstr "Deve fornecer pelo menos um documento." #: views.py:218 msgid "Document deleted successfully." -msgstr "Documento removido com sucesso." +msgstr "Documento excluído com sucesso." #: views.py:220 #, python-format @@ -722,21 +723,21 @@ msgstr "Erro ao excluir documento %(document)s: %(error)s" #: views.py:235 #, python-format msgid "Are you sure you wish to delete the document: %s?" -msgstr "Tem certeza de que deseja excluir o documento: %s?" +msgstr "Tem a certeza de que deseja excluir o documento: %s?" #: views.py:237 #, python-format msgid "Are you sure you wish to delete the documents: %s?" -msgstr "Tem certeza de que deseja excluir os documentos: %s?" +msgstr "Tem a certeza de que deseja excluir os documentos: %s?" #: views.py:276 #, python-format msgid "Document \"%s\" edited successfully." -msgstr "Documento \"%s\", editado com sucesso." +msgstr "Documento \"%s\" editado com sucesso." #: views.py:342 msgid "documents to be downloaded" -msgstr "documentos a serem baixados" +msgstr "documentos a descarregar" #: views.py:352 views.py:1337 msgid "version" @@ -744,7 +745,7 @@ msgstr "versão" #: views.py:409 msgid "Download" -msgstr "Baixar" +msgstr "Descarregar" #: views.py:411 msgid "Return" @@ -775,27 +776,27 @@ msgstr "Editar transformação \"%(transformation)s\" para: %(document_page)s " #: views.py:533 msgid "Document page transformation deleted successfully." -msgstr "Transformação para página do documento excluida com sucesso." +msgstr "Transformação para página do documento excluída com sucesso." #: views.py:544 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "Tem certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " +msgstr "Tem a certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " #: views.py:562 #, python-format msgid "duplicates of: %s" -msgstr "duplicatas de: %s" +msgstr "duplicados de: %s" #: views.py:574 msgid "Are you sure you wish to find all duplicates?" -msgstr "Tem certeza de que deseja encontrar todas as duplicatas?" +msgstr "Tem a certeza de que deseja encontrar todos os duplicados?" #: views.py:575 views.py:633 views.py:701 msgid "On large databases this operation may take some time to execute." -msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "Esta operação pode levar algum tempo em bases de dados grandes." #: views.py:598 msgid "duplicated documents" @@ -806,14 +807,14 @@ msgstr "documentos duplicados" msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "" +msgstr "Actualização do número de páginas finalizada. Documentos processados: %(total)d, documentos cujo nº de páginas foi alterado: %(change)d" #: views.py:632 #, python-format msgid "" "Are you sure you wish to update the page count for the office documents " "(%d)?" -msgstr "" +msgstr "Tem a certeza de que deseja atualizar o número de páginas dos documentos office (%d)?" #: views.py:664 #, python-format @@ -838,14 +839,14 @@ msgstr "transformação de documento" msgid "" "Are you sure you wish to clear all the page transformations for document: " "%s?" -msgstr "Tem certeza de que deseja limpar todas as transformações de página para o documento: %s?" +msgstr "Tem a certeza de que deseja limpar todas as transformações de página para o documento: %s?" #: views.py:683 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Tem certeza de que deseja limpar todas as transformações de página para os documentos: %s?" +msgstr "Tem a certeza de que deseja limpar todas as transformações de página para os documentos: %s?" #: views.py:711 msgid "missing documents" @@ -854,11 +855,11 @@ msgstr "documentos em falta" #: views.py:727 views.py:769 #, python-format msgid "details for: %s" -msgstr "detalhes para: %s" +msgstr "detalhes de: %s" #: views.py:788 msgid "Document page edited successfully." -msgstr "Página do documento editado com sucesso." +msgstr "Página do documento editada com sucesso." #: views.py:797 #, python-format @@ -871,7 +872,7 @@ msgstr "Não há mais páginas neste documento" #: views.py:832 msgid "You are already at the first page of this document" -msgstr "Você já está na primeira página deste documento" +msgstr "Já está na primeira página deste documento" #: views.py:993 #, python-format @@ -900,7 +901,7 @@ msgstr "editar tipo de documento: %s" #: views.py:1118 #, python-format msgid "Document type: %s deleted successfully." -msgstr "Tipo de documento: %s apagado com sucesso." +msgstr "Tipo de documento: %s excluído com sucesso." #: views.py:1120 #, python-format @@ -910,13 +911,13 @@ msgstr "Tipo de documento: %(document_type)s erro ao excluir: %(error)s " #: views.py:1135 #, python-format msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Tem certeza de que deseja excluir o tipo de documento: %s?" +msgstr "Tem a certeza de que deseja excluir o tipo de documento: %s?" #: views.py:1136 msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "O tipo de documento de todos os documentos usando este tipo de documento será definido como \"nenhum\"." +msgstr "O tipo de documento de todos os documentos deste tipo será definido como \"nenhum\"." #: views.py:1152 msgid "Document type created successfully" @@ -930,70 +931,70 @@ msgstr "Erro ao criar tipo de documento; %(error)s " #: views.py:1173 #, python-format msgid "filenames for document type: %s" -msgstr "nomes de arquivos para o tipo de documento: %s" +msgstr "nomes de ficheiro para o tipo de documento: %s" #: views.py:1204 msgid "Document type filename edited successfully" -msgstr "Nome de arquivo para tipo de documento editado com sucesso" +msgstr "Nome de ficheiro para tipo de documento editado com sucesso" #: views.py:1207 #, python-format msgid "Error editing document type filename; %s" -msgstr "Erro ao editar nome de arquivo do tipo de documento: %s" +msgstr "Erro ao editar nome de ficheiro para tipo de documento: %s" #: views.py:1212 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "Editar nome de arquivo \"%(filename)s\" do tipo de documento \"%(document_type)s\"" +msgstr "Editar nome de ficheiro \"%(filename)s\" do tipo de documento \"%(document_type)s\"" #: views.py:1221 views.py:1247 views.py:1255 msgid "document type filename" -msgstr "nome de arquivo do tipo de documento" +msgstr "nome de ficheiro para tipo de documento" #: views.py:1239 #, python-format msgid "Document type filename: %s deleted successfully." -msgstr "Nome de arquivo do tipo de documento: %s excluido com sucesso." +msgstr "Nome de ficheiro para tipo de documento: %s excluído com sucesso." #: views.py:1241 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Nome de arquivo do tipo de documento: %(document_type_filename)s erro ao excluir: %(error)s" +msgstr "Nome de ficheiro para tipo de documento: %(document_type_filename)s erro ao excluir: %(error)s" #: views.py:1257 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do tipo de documento \" %(document_type)s \"?" +msgstr "Tem a certeza de que deseja excluir o nome de ficheiro: %(filename)s , para tipo de documento \"%(document_type)s\"?" #: views.py:1282 msgid "Document type filename created successfully" -msgstr "Nome de arquivo do tipo de documento criado com sucesso" +msgstr "Nome de ficheiro para tipo de documento criado com sucesso" #: views.py:1285 #, python-format msgid "Error creating document type filename; %(error)s" -msgstr "Erro ao criar nome de arquivo do tipo de documento; %(error)s" +msgstr "Erro ao criar nome de ficheiro para tipo de documento; %(error)s" #: views.py:1291 #, python-format msgid "create filename for document type: %s" -msgstr "criar nome de arquivo para o tipo de documento: %s" +msgstr "criar nome de ficheiro para tipo de documento: %s" #: views.py:1306 msgid "Document image cache cleared successfully" -msgstr "" +msgstr "Cache de imagens de documentos limpa com sucesso" #: views.py:1308 #, python-format msgid "Error clearing document image cache; %s" -msgstr "" +msgstr "Erro ao limpar a cache de imagens de documentos; %s" #: views.py:1314 msgid "Are you sure you wish to clear the document image cache?" -msgstr "" +msgstr "Tem a certeza de que pretende limpar a cache de imagens de documentos?" #: views.py:1331 #, python-format @@ -1002,19 +1003,19 @@ msgstr "versões para o documento: %s" #: views.py:1341 msgid "time and date" -msgstr "" +msgstr "hora e data" #: views.py:1345 msgid "mimetype" -msgstr "" +msgstr "tipo MIME" #: views.py:1349 msgid "encoding" -msgstr "" +msgstr "codificação" #: views.py:1380 msgid "Document version reverted successfully" -msgstr "Versão do documento revertidos com sucesso" +msgstr "Versão do documento revertida com sucesso" #: views.py:1382 #, python-format @@ -1023,15 +1024,15 @@ msgstr "Erro ao reverter versão do documento; %s" #: views.py:1389 msgid "Are you sure you wish to revert to this version?" -msgstr "" +msgstr "Tem a certeza de que pretende reverter para esta versão?" #: views.py:1390 msgid "All later version after this one will be deleted too." -msgstr "" +msgstr "Todas as versões posteriores a esta também serão eliminadas." #: widgets.py:25 msgid "document page image" -msgstr "" +msgstr "imagem de página de documento" #: wizards.py:36 msgid "step 1 of 3: Document type" @@ -1039,7 +1040,7 @@ msgstr "passo 1 de 3: Tipo de documento" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" -msgstr "passo 2 de 3: seleção de Metadados" +msgstr "passo 2 de 3: Seleção de metadados" #: wizards.py:38 msgid "step 3 of 3: Document metadata" @@ -1053,31 +1054,31 @@ msgstr "Próximo passo" msgid "" "Maximum number of recent (created, edited, viewed) documents to remember per" " user." -msgstr "Número máximo de documentos recentes (criado, editado, visualizado) à ser lembrado, por usuário." +msgstr "Número máximo de documentos recentes (criados, editados, visualizados) a recordar, por utilizador." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Quantidade em porcentagem de zoom em uma página ou documento por interação do usuário." +msgstr "Percentagem de zoom in/out por interação do utilizador." #: conf/settings.py:40 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Valor máximo em porcentagem (%) para permitir ao usuário aumentar o zoom em uma página do documento de forma interativa." +msgstr "Percentagem (%) máxima para o utilizador aumentar o zoom de uma página de documento de forma interativa." #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Valor mínimo em porcentagem (%) para permitir ao usuário diminuir o zoom em uma página do documento de forma interativa." +msgstr "Percentagem (%) mínima para o utilizador diminuir o zoom de uma página de documento de forma interativa." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Valor em graus para girar uma página do documento por interação do usuário." +msgstr "Valor em graus para rodar uma página de documento por interação do utilizador." #: templates/document_types_help.html:3 msgid "What are document types?" -msgstr "O que são os tipos de documentos?" +msgstr "O que são tipos de documento?" #: templates/document_types_help.html:4 msgid "" @@ -1085,7 +1086,7 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "Tipos de documentos definir uma classe que representa um grupo de documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de usar os tipos de documentos são: a atribuição de uma lista de nomes típicos para renomear rápidamente durante a criação, bem como atribuir tipos de padrão de metadados e conjuntos para ele." +msgstr "Tipos de documento definem uma classe que representa um grande grupo de documentos, tais como: faturas, regulamentos ou manuais. As vantagens de usar tipos de documento são: a atribuição de uma lista de nomes típicos para renomear rapidamente durante a criação, bem como de tipos e conjuntos de metadados padrão." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1096,4 +1097,4 @@ msgstr "O que são os documentos recentes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "Aqui você encontrará os últimos %(recent_count)s documentos que você tenha criado ou editado de alguma maneira." +msgstr "Aqui encontrará os últimos %(recent_count)s documentos que tenha criado ou editado de alguma forma." diff --git a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po index 57df20522d..559b7dc1b1 100644 --- a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,80 +17,77 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:22 +#: __init__.py:5 msgid "search" msgstr "" -#: __init__.py:23 +#: __init__.py:6 views.py:72 msgid "advanced search" msgstr "" -#: __init__.py:24 +#: __init__.py:7 msgid "search again" msgstr "" -#: __init__.py:64 -msgid "Update the search index with the most recent modified documents." +#: forms.py:8 +msgid "Search terms" msgstr "" -#: models.py:21 +#: models.py:20 msgid "user" msgstr "" -#: models.py:22 +#: models.py:21 msgid "query" msgstr "" -#: models.py:23 +#: models.py:22 msgid "datetime created" msgstr "" -#: models.py:24 +#: models.py:23 msgid "hits" msgstr "" -#: models.py:55 +#: models.py:61 msgid "recent search" msgstr "" -#: models.py:56 +#: models.py:62 msgid "recent searches" msgstr "" -#: models.py:64 -msgid "date time" +#: views.py:33 +#, python-format +msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" -#: models.py:79 -msgid "indexable object" +#: views.py:37 +msgid "results" msgstr "" -#: models.py:80 -msgid "indexable objects" +#: views.py:56 +#, python-format +msgid "Search error: %s" msgstr "" -#: views.py:41 views.py:43 templatetags/search_tags.py:22 -#: templatetags/search_tags.py:23 +#: views.py:60 +msgid "type" +msgstr "" + +#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 +#: templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: views.py:45 -#, python-format -msgid "results for: %s" +#: conf/settings.py:12 +msgid "Maximum amount search hits to fetch and display." msgstr "" -#: conf/settings.py:7 -msgid "Searching" -msgstr "" - -#: conf/settings.py:14 +#: conf/settings.py:13 msgid "Maximum number of search queries to remember per user." msgstr "" -#: conf/settings.py:22 -msgid "Interval in second on which to trigger the search index update." -msgstr "" - #: templates/search_help.html:3 msgid "Help" msgstr "" @@ -102,21 +99,16 @@ msgid "" "%(search_results_limit)s results will be available." msgstr "" -#: templates/search_results.html:3 templates/search/search.html:4 +#: templates/search_results.html:3 msgid "Search results" msgstr "" -#: templates/search_results.html:20 +#: templates/search_results.html:19 #, python-format msgid "Elapsed time: %(time_delta)s seconds" msgstr "" -#: templates/search/search.html:22 -#, python-format -msgid "Elapsed time: %(elapsed_time)s seconds" -msgstr "" - -#: templatetags/search_tags.py:36 +#: templatetags/search_tags.py:33 #, python-format msgid "recent searches (maximum of %d)" msgstr "" diff --git a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po index 6748fb4693..7bb3565e37 100644 --- a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:08-0400\n" -"PO-Revision-Date: 2011-11-03 02:32+0000\n" -"Last-Translator: emersonsoares \n" +"PO-Revision-Date: 2012-07-02 13:57+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7 +29,7 @@ msgstr "pesquisa avançada" #: __init__.py:7 msgid "search again" -msgstr "pesquisar novamente" +msgstr "procurar novamente" #: forms.py:8 msgid "Search terms" @@ -36,27 +37,27 @@ msgstr "Termos de pesquisa" #: models.py:20 msgid "user" -msgstr "usuário" +msgstr "utilizador" #: models.py:21 msgid "query" -msgstr "pergunta" +msgstr "consulta" #: models.py:22 msgid "datetime created" -msgstr "Data e hora da criação" +msgstr "data e hora da criação" #: models.py:23 msgid "hits" -msgstr "visitas" +msgstr "resultados" #: models.py:61 msgid "recent search" -msgstr "pesquisa recente" +msgstr "consulta recente" #: models.py:62 msgid "recent searches" -msgstr "pesquisas recentes" +msgstr "consultas recentes" #: views.py:33 #, python-format @@ -70,7 +71,7 @@ msgstr "resultados" #: views.py:56 #, python-format msgid "Search error: %s" -msgstr "Erro de pesquisa: %s" +msgstr "Erro na pesquisa: %s" #: views.py:60 msgid "type" @@ -83,11 +84,11 @@ msgstr "Pesquisa" #: conf/settings.py:12 msgid "Maximum amount search hits to fetch and display." -msgstr "Quantidade máxima acessos para a pesquisa buscar e mostrar." +msgstr "Número máximo de resultados a buscar e mostrar." #: conf/settings.py:13 msgid "Maximum number of search queries to remember per user." -msgstr "Número máximo de consultas de pesquisa para se lembrar por usuário." +msgstr "Número máximo de consultas a recordar por utilizador." #: templates/search_help.html:3 msgid "Help" @@ -98,7 +99,7 @@ msgstr "Ajuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "Digite as palavras-chave da pesquisa desejada separadas por um espaço. Apenas o máximo %(search_results_limit)s resultados estarão disponíveis." +msgstr "Digite as palavras-chave que deseja procurar separadas por um espaço. Apenas os %(search_results_limit)s primeiros resultados estarão disponíveis." #: templates/search_results.html:3 msgid "Search results" @@ -112,4 +113,4 @@ msgstr "Tempo decorrido: %(time_delta)s segundos" #: templatetags/search_tags.py:33 #, python-format msgid "recent searches (maximum of %d)" -msgstr "pesquisas recentes (maximum of %d)" +msgstr "consultas recentes (máximo de %d)" diff --git a/apps/folders/locale/en/LC_MESSAGES/django.po b/apps/folders/locale/en/LC_MESSAGES/django.po index ace54ac969..6a6352a12d 100644 --- a/apps/folders/locale/en/LC_MESSAGES/django.po +++ b/apps/folders/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,46 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:25 links.py:21 models.py:43 views.py:34 +#: __init__.py:18 +msgid "folder list" +msgstr "" + +#: __init__.py:19 views.py:77 +msgid "create folder" +msgstr "" + +#: __init__.py:20 +msgid "edit" +msgstr "" + +#: __init__.py:21 +msgid "delete" +msgstr "" + +#: __init__.py:22 +msgid "remove from folder" +msgstr "" + +#: __init__.py:23 +msgid "folder documents" +msgstr "" + +#: __init__.py:24 +msgid "add to a folder" +msgstr "" + +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 msgid "folders" msgstr "" +#: __init__.py:27 +msgid "ACLs" +msgstr "" + #: forms.py:38 msgid "Folder" msgstr "" -#: links.py:14 -msgid "folder list" -msgstr "" - -#: links.py:15 views.py:76 -msgid "create folder" -msgstr "" - -#: links.py:16 -msgid "edit" -msgstr "" - -#: links.py:17 -msgid "delete" -msgstr "" - -#: links.py:18 -msgid "remove from folder" -msgstr "" - -#: links.py:19 -msgid "folder documents" -msgstr "" - -#: links.py:20 -msgid "add to a folder" -msgstr "" - -#: links.py:23 -msgid "ACLs" -msgstr "" - #: models.py:11 msgid "title" msgstr "" @@ -69,7 +69,7 @@ msgstr "" msgid "datetime created" msgstr "" -#: models.py:42 models.py:47 views.py:107 views.py:136 views.py:161 +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 msgid "folder" msgstr "" @@ -77,7 +77,7 @@ msgstr "" msgid "document" msgstr "" -#: models.py:54 views.py:260 +#: models.py:54 views.py:261 msgid "folder document" msgstr "" @@ -113,99 +113,99 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:36 +#: views.py:37 msgid "created" msgstr "" -#: views.py:37 +#: views.py:38 msgid "documents" msgstr "" -#: views.py:68 +#: views.py:69 msgid "Folder created successfully" msgstr "" -#: views.py:71 +#: views.py:72 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:96 +#: views.py:97 msgid "Folder edited successfully" msgstr "" -#: views.py:99 +#: views.py:100 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:104 +#: views.py:105 #, python-format msgid "edit folder: %s" msgstr "" -#: views.py:128 +#: views.py:129 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:130 +#: views.py:131 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:167 +#: views.py:168 #, python-format msgid "documents in folder: %s" msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:190 +#: views.py:191 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:198 +#: views.py:199 #, python-format msgid "add document \"%s\" to a folder" msgstr "" -#: views.py:218 +#: views.py:219 #, python-format msgid "folders containing: %s" msgstr "" -#: views.py:234 +#: views.py:235 msgid "Must provide at least one folder document." msgstr "" -#: views.py:252 +#: views.py:253 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:254 +#: views.py:255 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:268 +#: views.py:269 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:271 +#: views.py:272 #, python-format msgid "" "Are you sure you wish to remove the documents: %(documents)s from the folder " diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.po b/apps/folders/locale/pt/LC_MESSAGES/django.po index 17289655f7..eb0140f895 100644 --- a/apps/folders/locale/pt/LC_MESSAGES/django.po +++ b/apps/folders/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # Renata Oliveira , 2011. # Roberto Rosario , 2012. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-21 16:47+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-02 16:37+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,7 +42,7 @@ msgstr "remover da pasta" #: __init__.py:23 msgid "folder documents" -msgstr "pasta de documentos" +msgstr "documentos da pasta" #: __init__.py:24 msgid "add to a folder" @@ -53,7 +54,7 @@ msgstr "pastas" #: __init__.py:27 msgid "ACLs" -msgstr "" +msgstr "ACL's" #: forms.py:38 msgid "Folder" @@ -65,7 +66,7 @@ msgstr "título" #: models.py:12 msgid "user" -msgstr "usuário" +msgstr "utilizador" #: models.py:13 msgid "datetime created" @@ -81,11 +82,11 @@ msgstr "documento" #: models.py:54 views.py:261 msgid "folder document" -msgstr "pasta de documento" +msgstr "documento da pasta" #: models.py:55 msgid "folders documents" -msgstr "pastas de documentos" +msgstr "documentos das pastas" #: permissions.py:7 msgid "Folders" @@ -93,7 +94,7 @@ msgstr "Pastas" #: permissions.py:9 msgid "Create new folders" -msgstr "Crie novas pastas" +msgstr "Criar novas pastas" #: permissions.py:10 msgid "Edit new folders" @@ -113,7 +114,7 @@ msgstr "Ver as pastas existentes" #: permissions.py:14 msgid "Add documents to existing folders" -msgstr "Adicionar documentos para as pastas existentes" +msgstr "Adicionar documentos a pastas existentes" #: views.py:37 msgid "created" @@ -130,7 +131,7 @@ msgstr "Pasta criada com sucesso" #: views.py:72 #, python-format msgid "A folder named: %s, already exists." -msgstr "A pasta com o nome: %s, já existe." +msgstr "Já existe uma pasta com o nome %s." #: views.py:97 msgid "Folder edited successfully" @@ -149,17 +150,17 @@ msgstr "editar pasta: %s" #: views.py:129 #, python-format msgid "Folder: %s deleted successfully." -msgstr "Pasta: %s removido com sucesso." +msgstr "Pasta: %s removida com sucesso." #: views.py:131 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" -msgstr "Pasta: %(folder)s erro ao deletar: %(error)s " +msgstr "Pasta: %(folder)s erro ao eliminar: %(error)s " #: views.py:142 #, python-format msgid "Are you sure you with to delete the folder: %s?" -msgstr "Tem certeza de que deseja excluir a pasta: %s?" +msgstr "Tem a certeza de que deseja excluir a pasta: %s?" #: views.py:168 #, python-format @@ -179,7 +180,7 @@ msgstr "Documento: %(document)s já está na pasta: %(folder)s ." #: views.py:199 #, python-format msgid "add document \"%s\" to a folder" -msgstr "adicionar documento \"%s\" à uma pasta" +msgstr "adicionar documento \"%s\" a uma pasta" #: views.py:219 #, python-format @@ -198,25 +199,25 @@ msgstr "Documento: %s removido com sucesso." #: views.py:255 #, python-format msgid "Document: %(document)s delete error: %(error)s" -msgstr "Documento: %(document)s erro ao deletar: %(error)s " +msgstr "Documento: %(document)s erro ao eliminar: %(error)s " #: views.py:269 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Tem certeza de que deseja remover o documento: %(document)s da pasta \"%(folder)s\"?" +msgstr "Tem a certeza de que deseja remover o documento: %(document)s da pasta \"%(folder)s\"?" #: views.py:272 #, python-format msgid "" "Are you sure you wish to remove the documents: %(documents)s from the folder" " \"%(folder)s\"?" -msgstr "Tem certeza de que deseja remover os documentos: %(documents)s da pasta \"%(folder)s\"?" +msgstr "Tem a certeza de que deseja remover os documentos: %(documents)s da pasta \"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" -msgstr "Quais são as pastas?" +msgstr "O que são pastas?" #: templates/folders_help.html:4 msgid "" @@ -224,8 +225,8 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "Estas pastas também podem ser descritas como pastas de usuário. Elas são uma maneira de permitir que os usuários individuais criem os seus próprios métodos de organização do documento. Pastas criadas por um usuário e os documentos contidos nelas não afetam todas as pastas de outros usuários ou documentos." +msgstr "Estas pastas também podem ser descritas como pastas de utilizador. Elas permitem que utilizadores individuais criem os seus próprios métodos de organização de documentos. Pastas criadas por um utilizador e os documentos nelas contidos não afetam quaisquer pastas ou documentos de outros utilizadores." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" -msgstr "Adicionar documento à uma pasta" +msgstr "Adicionar documento a uma pasta" diff --git a/apps/history/locale/en/LC_MESSAGES/django.po b/apps/history/locale/en/LC_MESSAGES/django.po index 8ac95832c7..2624724b18 100644 --- a/apps/history/locale/en/LC_MESSAGES/django.po +++ b/apps/history/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,11 +29,11 @@ msgstr "" msgid "summary" msgstr "" -#: links.py:9 models.py:78 +#: links.py:7 models.py:78 msgid "history" msgstr "" -#: links.py:10 +#: links.py:8 msgid "details" msgstr "" diff --git a/apps/history/locale/pt/LC_MESSAGES/django.po b/apps/history/locale/pt/LC_MESSAGES/django.po index 3a9712095b..750c74a410 100644 --- a/apps/history/locale/pt/LC_MESSAGES/django.po +++ b/apps/history/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-06-17 22:12+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 18:02+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +25,7 @@ msgstr "data e hora" #: __init__.py:21 msgid "type" -msgstr "" +msgstr "tipo" #: __init__.py:25 msgid "summary" @@ -32,15 +33,15 @@ msgstr "sumário" #: links.py:7 models.py:78 msgid "history" -msgstr "história" +msgstr "historial" #: links.py:8 msgid "details" -msgstr "" +msgstr "detalhes" #: models.py:18 msgid "namespace" -msgstr "namespace" +msgstr "escopo" #: models.py:19 msgid "name" @@ -48,15 +49,15 @@ msgstr "nome" #: models.py:34 models.py:43 msgid "history type" -msgstr "tipo de história" +msgstr "tipo de historial" #: models.py:35 msgid "history types" -msgstr "tipos de história" +msgstr "tipos de historial" #: models.py:39 msgid "date time" -msgstr "hora, data" +msgstr "data / hora" #: models.py:44 msgid "dictionary" @@ -64,28 +65,28 @@ msgstr "dicionário" #: models.py:79 msgid "histories" -msgstr "histórias" +msgstr "historiais" #: permissions.py:7 msgid "History" -msgstr "História" +msgstr "Historial" #: permissions.py:8 msgid "Access the history of an object" -msgstr "" +msgstr "Aceder ao histórico de um objeto" #: views.py:37 msgid "history events" -msgstr "eventos da história" +msgstr "eventos do historial" #: views.py:40 msgid "object link" -msgstr "" +msgstr "ligação de objeto" #: views.py:68 #, python-format msgid "history events for: %s" -msgstr "eventos de história para: %s" +msgstr "eventos do historial para: %s" #: views.py:86 msgid "Date" @@ -93,7 +94,7 @@ msgstr "Data" #: views.py:87 msgid "Time" -msgstr "Tempo" +msgstr "Hora" #: views.py:88 msgid "Object" @@ -105,11 +106,11 @@ msgstr "Tipo de evento" #: views.py:90 msgid "Additional details" -msgstr "" +msgstr "Detalhes adicionais" #: views.py:90 msgid "None" -msgstr "" +msgstr "Nenhum" #: views.py:94 #, python-format @@ -119,4 +120,4 @@ msgstr "detalhes para: %s" #: views.py:106 #, python-format msgid "history events of type: %s" -msgstr "" +msgstr "Eventos de historial do tipo: %s" diff --git a/apps/installation/locale/en/LC_MESSAGES/django.po b/apps/installation/locale/en/LC_MESSAGES/django.po index b69cc58460..3fde8a633f 100644 --- a/apps/installation/locale/en/LC_MESSAGES/django.po +++ b/apps/installation/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -105,6 +105,6 @@ msgstr "" msgid "View installation environment details" msgstr "" -#: views.py:25 +#: views.py:24 msgid "Installation environment details" msgstr "" diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.po b/apps/installation/locale/pt/LC_MESSAGES/django.po index 8df4715214..7e3dfd2142 100644 --- a/apps/installation/locale/pt/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt/LC_MESSAGES/django.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-06-17 22:19+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 19:41+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,51 +20,51 @@ msgstr "" #: links.py:7 msgid "installation details" -msgstr "" +msgstr "detalhes da instalação" #: permissions.py:7 msgid "Installation" -msgstr "" +msgstr "instalação" #: permissions.py:8 msgid "View installation environment details" -msgstr "" +msgstr "Ver detalhes do ambiente de instalação" #: views.py:26 #, python-format msgid "Distributor ID: %s" -msgstr "" +msgstr "ID do distribuidor: %s" #: views.py:27 #, python-format msgid "Description: %s" -msgstr "" +msgstr "Descrição: %s" #: views.py:28 #, python-format msgid "Release: %s" -msgstr "" +msgstr "Edição: %s" #: views.py:29 #, python-format msgid "Codename: %s" -msgstr "" +msgstr "Nome de código: %s" #: views.py:30 #, python-format msgid "System info: %s" -msgstr "" +msgstr "Informação do sistema: %s" #: views.py:31 #, python-format msgid "Platform: %s" -msgstr "" +msgstr "Plataforma: %s" #: views.py:32 #, python-format msgid "Processor: %s" -msgstr "" +msgstr "Processador: %s" #: views.py:36 msgid "Installation environment details" -msgstr "" +msgstr "Detalhes do ambiente de instalação" diff --git a/apps/linking/locale/en/LC_MESSAGES/django.po b/apps/linking/locale/en/LC_MESSAGES/django.po index f0c9568223..50822ecd76 100644 --- a/apps/linking/locale/en/LC_MESSAGES/django.po +++ b/apps/linking/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,42 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: __init__.py:17 +msgid "smart links actions" +msgstr "" + +#: __init__.py:18 __init__.py:20 models.py:23 views.py:132 +msgid "smart links" +msgstr "" + +#: __init__.py:21 +msgid "smart links list" +msgstr "" + +#: __init__.py:22 +msgid "create new smart link" +msgstr "" + +#: __init__.py:23 __init__.py:28 +msgid "edit" +msgstr "" + +#: __init__.py:24 __init__.py:29 +msgid "delete" +msgstr "" + +#: __init__.py:26 +msgid "conditions" +msgstr "" + +#: __init__.py:27 +msgid "create condition" +msgstr "" + +#: __init__.py:31 +msgid "ACLs" +msgstr "" + #: forms.py:48 msgid "Pages" msgstr "" @@ -29,42 +65,6 @@ msgstr "" msgid "Click on the image for full size view of the first page." msgstr "" -#: links.py:13 -msgid "smart links actions" -msgstr "" - -#: links.py:14 links.py:16 models.py:23 views.py:132 -msgid "smart links" -msgstr "" - -#: links.py:17 -msgid "smart links list" -msgstr "" - -#: links.py:18 -msgid "create new smart link" -msgstr "" - -#: links.py:19 links.py:24 -msgid "edit" -msgstr "" - -#: links.py:20 links.py:25 -msgid "delete" -msgstr "" - -#: links.py:22 -msgid "conditions" -msgstr "" - -#: links.py:23 -msgid "create condition" -msgstr "" - -#: links.py:27 -msgid "ACLs" -msgstr "" - #: literals.py:7 msgid "and" msgstr "" @@ -315,11 +315,7 @@ msgstr "" msgid "Are you sure you wish to delete smart link condition: \"%s\"?" msgstr "" -#: conf/settings.py:7 -msgid "Linking" -msgstr "" - -#: conf/settings.py:14 +#: conf/settings.py:11 msgid "Show smart link that don't return any documents." msgstr "" diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.po b/apps/linking/locale/pt/LC_MESSAGES/django.po index 76ddc60ef0..ec808fe4d0 100644 --- a/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/apps/linking/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # , 2011. # Roberto Rosario , 2012. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-02 18:19+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 13:02+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +22,7 @@ msgstr "" #: __init__.py:17 msgid "smart links actions" -msgstr "ações do ligações inteligentes" +msgstr "ações de ligações inteligentes" #: __init__.py:18 __init__.py:20 models.py:23 views.py:132 msgid "smart links" @@ -33,7 +34,7 @@ msgstr "lista de ligações inteligentes" #: __init__.py:22 msgid "create new smart link" -msgstr "criar um novo ligação inteligente" +msgstr "criar uma nova ligação inteligente" #: __init__.py:23 __init__.py:28 msgid "edit" @@ -49,11 +50,11 @@ msgstr "condições" #: __init__.py:27 msgid "create condition" -msgstr "criar condições" +msgstr "criar condição" #: __init__.py:31 msgid "ACLs" -msgstr "" +msgstr "ACL's" #: forms.py:48 msgid "Pages" @@ -65,7 +66,7 @@ msgstr "Selecionar" #: forms.py:61 msgid "Click on the image for full size view of the first page." -msgstr "Clique na imagem para ver em tamanho grande a primeira página." +msgstr "Clique na imagem para ver a primeira página em tamanho grande." #: literals.py:7 msgid "and" @@ -81,7 +82,7 @@ msgstr "é igual a" #: literals.py:13 msgid "is equal to (case insensitive)" -msgstr "é igual a (case insensitive)" +msgstr "é igual a (insensível a minúsculas/maiúsculas)" #: literals.py:14 msgid "contains" @@ -89,7 +90,7 @@ msgstr "contém" #: literals.py:15 msgid "contains (case insensitive)" -msgstr "contém (case insensitive)" +msgstr "contém (insensível a minúsculas/maiúsculas)" #: literals.py:16 msgid "is in" @@ -97,27 +98,27 @@ msgstr "está em" #: literals.py:17 msgid "is greater than" -msgstr "é maior do que" +msgstr "é maior que" #: literals.py:18 msgid "is greater than or equal to" -msgstr "é maior ou igual a" +msgstr "é maior que ou igual a" #: literals.py:19 msgid "is less than" -msgstr "é inferior a" +msgstr "é menor que" #: literals.py:20 msgid "is less than or equal to" -msgstr "é menor ou igual a" +msgstr "é menor que ou igual a" #: literals.py:21 msgid "starts with" -msgstr "começa com" +msgstr "começa por" #: literals.py:22 msgid "starts with (case insensitive)" -msgstr "começa com (case insensitive)" +msgstr "começa por (insensível a minúsculas/maiúsculas)" #: literals.py:23 msgid "ends with" @@ -125,15 +126,15 @@ msgstr "termina com" #: literals.py:24 msgid "ends with (case insensitive)" -msgstr "termina com (case insensitive)" +msgstr "termina com (insensível a minúsculas/maiúsculas)" #: literals.py:25 msgid "is in regular expression" -msgstr "está em expressão regular" +msgstr "contido em expressão regular" #: literals.py:26 msgid "is in regular expression (case insensitive)" -msgstr "está em expressão regular (case insensitive)" +msgstr "contido em expressão regular (insensível a minúsculas/maiúsculas)" #: models.py:12 msgid "title" @@ -148,7 +149,7 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Esta expressão será avaliada em relação ao documento atual selecionado. Os metadados do documento estão disponíveis como variáveis \"​metadados \" e propriedades do documento em variáveis `documento`." +msgstr "Esta expressão será avaliada em relação ao documento atualmente selecionado. Os metadados do documento estão disponíveis como variável `metadata` e as propriedades do documento como variável `document`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -164,13 +165,13 @@ msgstr "A inclusão é ignorada para o primeiro item." #: models.py:29 msgid "foreign document data" -msgstr "dados de documentos estrangeiros" +msgstr "dados de documentos externos" #: models.py:29 msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. ` e ` metadata. `." +msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. ` e ` metadata. `." #: models.py:31 msgid "expression" @@ -178,7 +179,7 @@ msgstr "expressão" #: models.py:32 msgid "negated" -msgstr "negada" +msgstr "negado" #: models.py:32 msgid "Inverts the logic of the operator." @@ -202,7 +203,7 @@ msgstr "Ligações inteligentes" #: permissions.py:9 msgid "View existing smart links" -msgstr "Ver os ligações inteligentes" +msgstr "Ver ligações inteligentes" #: permissions.py:10 msgid "Create new smart links" @@ -223,21 +224,21 @@ msgstr "Nenhuma ação selecionada." #: views.py:60 #, python-format msgid "documents in smart link: %(group)s" -msgstr "" +msgstr "documentos na ligação inteligente: %(group)s" #: views.py:76 #, python-format msgid "Smart link query error: %s" -msgstr "" +msgstr "Erro na consulta de ligações inteligentes: %s" #: views.py:98 #, python-format msgid "smart links (%s)" -msgstr "ligações inteligente (%s)" +msgstr "ligações inteligentes (%s)" #: views.py:112 msgid "There no defined smart links for the current document." -msgstr "" +msgstr "Não há ligações inteligentes definidas para o documento atual." #: views.py:152 #, python-format @@ -246,12 +247,12 @@ msgstr "Ligação inteligente: %s criado com sucesso." #: views.py:159 msgid "Create new smart link" -msgstr "" +msgstr "Criar nova ligação inteligente" #: views.py:175 #, python-format msgid "Smart link: %s edited successfully." -msgstr "" +msgstr "Ligação inteligente: %s editada com sucesso." #: views.py:184 #, python-format @@ -261,41 +262,41 @@ msgstr "Editar Ligação inteligente: %s" #: views.py:202 #, python-format msgid "Smart link: %s deleted successfully." -msgstr "" +msgstr "Ligação inteligente: %s excluída com sucesso." #: views.py:204 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(error)s." -msgstr "" +msgstr "Erro ao excluir a ligação inteligente: %(smart_link)s; %(error)s." #: views.py:213 #, python-format msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" +msgstr "Tem a certeza de que pretende excluir a ligação inteligente: %s?" #: views.py:229 #, python-format msgid "conditions for smart link: %s" -msgstr "" +msgstr "condições para a ligação inteligente: %s" #: views.py:254 #, python-format msgid "Smart link condition: \"%s\" created successfully." -msgstr "" +msgstr "Condição da ligação inteligente: \"%s\" criada com sucesso." #: views.py:261 #, python-format msgid "Add new conditions to smart link: \"%s\"" -msgstr "" +msgstr "Adicionar novas condições à ligação inteligente: \"%s\"" #: views.py:283 #, python-format msgid "Smart link condition: \"%s\" edited successfully." -msgstr "" +msgstr "Condição de ligação inteligente: \"%s\" editada com sucesso." #: views.py:290 msgid "Edit smart link condition" -msgstr "" +msgstr "Editar condição de ligação inteligente" #: views.py:297 views.py:331 msgid "condition" @@ -304,26 +305,26 @@ msgstr "condição" #: views.py:317 #, python-format msgid "Smart link condition: \"%s\" deleted successfully." -msgstr "" +msgstr "Condição de ligação inteligente: \"%s\" excluída com sucesso." #: views.py:319 #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" +msgstr "Erro ao excluir a condição de ligação inteligente: %(smart_link_condition)s; %(error)s." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" +msgstr "Tem a certeza de que pretende eliminar a condição de ligação inteligente: \"%s\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." -msgstr "" +msgstr "Mostrar ligações inteligentes que não retornam nenhum documento." #: templates/smart_links_help.html:3 msgid "What are smart links?" -msgstr "" +msgstr "O que são ligações inteligentes?" #: templates/smart_links_help.html:4 msgid "" @@ -332,4 +333,4 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "" +msgstr "Ligações condicionais são conjuntos de declarações condicionais que são usados para consultar a base de dados usando o documento atual como fonte de dados. O resultado desta consulta é uma lista de documentos relacionados de alguma forma com o documento atual, que permite ao utilizador saltar para e de documentos ligados facilmente." diff --git a/apps/main/locale/en/LC_MESSAGES/django.po b/apps/main/locale/en/LC_MESSAGES/django.po index 74cda90ea0..4a77d53d22 100644 --- a/apps/main/locale/en/LC_MESSAGES/django.po +++ b/apps/main/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,34 +17,34 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:31 -msgid "home" -msgstr "" - #: __init__.py:33 -msgid "search" -msgstr "" - -#: links.py:11 msgid "maintenance" msgstr "" -#: links.py:12 +#: __init__.py:34 msgid "statistics" msgstr "" -#: links.py:13 +#: __init__.py:35 msgid "diagnostics" msgstr "" -#: links.py:14 +#: __init__.py:36 msgid "sentry" msgstr "" -#: links.py:15 +#: __init__.py:37 msgid "admin site" msgstr "" +#: __init__.py:40 +msgid "home" +msgstr "" + +#: __init__.py:42 +msgid "search" +msgstr "" + #: views.py:43 msgid "maintenance menu" msgstr "" @@ -57,11 +57,7 @@ msgstr "" msgid "Diagnostics" msgstr "" -#: conf/settings.py:6 -msgid "Main" -msgstr "" - -#: conf/settings.py:13 +#: conf/settings.py:12 msgid "" "Controls whether the search functionality is provided by a sidebar widget or " "by a menu entry." @@ -79,48 +75,61 @@ msgstr "" msgid "(DEBUG)" msgstr "" -#: templates/base.html:202 +#: templates/base.html:193 msgid "User" msgstr "" -#: templates/base.html:204 +#: templates/base.html:195 msgid "Anonymous" msgstr "" -#: templates/base.html:207 +#: templates/base.html:198 msgid "User details" msgstr "" -#: templates/base.html:224 +#: templates/base.html:215 msgid "Login" msgstr "" -#: templates/base.html:224 +#: templates/base.html:215 msgid "Logout" msgstr "" -#: templates/base.html:284 +#: templates/base.html:295 msgid "Secondary menu" msgstr "" -#: templates/base.html:303 +#: templates/base.html:311 #, python-format -msgid "Actions for %(name)s: %(object_reference)s" +msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/base.html:305 +#: templates/base.html:313 templates/base.html.py:356 #, python-format -msgid "Actions for: %(object_reference)s" +msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/base.html:308 +#: templates/base.html:316 msgid "Available actions" msgstr "" -#: templates/base.html:324 +#: templates/base.html:328 templates/base.html.py:371 +msgid "Related actions" +msgstr "" + +#: templates/base.html:339 templates/base.html.py:384 msgid "Other available actions" msgstr "" +#: templates/base.html:354 +#, python-format +msgid "Actions for %(object_name)s: %(navigation_object)s" +msgstr "" + +#: templates/base.html:359 +msgid "Actions" +msgstr "" + #: templates/home.html:8 msgid "Django based open source document management system" msgstr "" diff --git a/apps/main/locale/pt/LC_MESSAGES/django.po b/apps/main/locale/pt/LC_MESSAGES/django.po index 54d9247e10..de0d0bd277 100644 --- a/apps/main/locale/pt/LC_MESSAGES/django.po +++ b/apps/main/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # , 2011. # Roberto Rosario , 2012. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-21 16:38+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-02 13:35+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,15 +38,15 @@ msgstr "sentinela" #: __init__.py:37 msgid "admin site" -msgstr "site de administação" +msgstr "site de administração" #: __init__.py:40 msgid "home" -msgstr "inicio" +msgstr "início" #: __init__.py:42 msgid "search" -msgstr "pesquisa" +msgstr "procurar" #: views.py:43 msgid "maintenance menu" @@ -63,7 +64,7 @@ msgstr "Diagnósticos" msgid "" "Controls whether the search functionality is provided by a sidebar widget or" " by a menu entry." -msgstr "Controla-se a funcionalidade de pesquisa é fornecido por um widget da barra lateral ou por uma entrada de menu." +msgstr "Controla se a funcionalidade de procura é fornecida por um widget da barra lateral ou por uma entrada de menu." #: templates/about.html:5 msgid "About this program" @@ -79,15 +80,15 @@ msgstr "(DEBUG)" #: templates/base.html:193 msgid "User" -msgstr "Usuário" +msgstr "Utilizador" #: templates/base.html:195 msgid "Anonymous" -msgstr "Anônimo" +msgstr "Anónimo" #: templates/base.html:198 msgid "User details" -msgstr "Detalhes do usuário" +msgstr "Detalhes do utilizador" #: templates/base.html:215 msgid "Login" @@ -134,14 +135,14 @@ msgstr "Ações" #: templates/home.html:8 msgid "Django based open source document management system" -msgstr "Sistema aberto de gerenciamento de documentos baseado em Django " +msgstr "Sistema de gestão documental baseado em Django de código livre" #: templates/project_description.html:6 msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration and OCR capabilities" -msgstr "Código Aberto, Django gestão de documentos eletrônicos com metadados personalizados, indexação, etiquetagem, a integração do serviço de arquivos e recursos de OCR" +msgstr "Sistema de gestão documental de código livre e baseado em Django, com metadados personalizados, indexação, etiquetagem, integração de servidor de ficheiros e OCR" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" -msgstr "Liberado sob a licença GPL V3" +msgstr "Publicado sob a licença GPL V3" diff --git a/apps/metadata/locale/en/LC_MESSAGES/django.po b/apps/metadata/locale/en/LC_MESSAGES/django.po index 4bad315fa5..c5d156bb09 100644 --- a/apps/metadata/locale/en/LC_MESSAGES/django.po +++ b/apps/metadata/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,10 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:53 links.py:18 +#: __init__.py:21 __init__.py:23 +msgid "edit metadata" +msgstr "" + +#: __init__.py:22 msgid "metadata" msgstr "" +#: __init__.py:24 __init__.py:25 +msgid "add metadata" +msgstr "" + +#: __init__.py:26 __init__.py:27 +msgid "remove metadata" +msgstr "" + +#: __init__.py:29 models.py:34 views.py:316 +msgid "metadata types" +msgstr "" + +#: __init__.py:30 __init__.py:35 +msgid "edit" +msgstr "" + +#: __init__.py:31 __init__.py:36 +msgid "delete" +msgstr "" + +#: __init__.py:32 __init__.py:37 +msgid "create new" +msgstr "" + +#: __init__.py:34 views.py:416 +msgid "metadata sets" +msgstr "" + +#: __init__.py:39 models.py:93 +msgid "default metadata" +msgstr "" + #: classes.py:14 #, python-format msgid "'metadata' object has no attribute '%s'" @@ -54,54 +90,14 @@ msgstr "" msgid "Remove" msgstr "" -#: forms.py:86 views.py:545 views.py:563 +#: forms.py:86 views.py:541 views.py:559 msgid "Metadata sets" msgstr "" -#: forms.py:94 permissions.py:7 conf/settings.py:18 +#: forms.py:94 permissions.py:7 msgid "Metadata" msgstr "" -#: links.py:17 links.py:19 -msgid "edit metadata" -msgstr "" - -#: links.py:20 links.py:21 -msgid "add metadata" -msgstr "" - -#: links.py:22 links.py:23 -msgid "remove metadata" -msgstr "" - -#: links.py:25 models.py:34 views.py:293 -msgid "metadata types" -msgstr "" - -#: links.py:26 links.py:31 -msgid "edit" -msgstr "" - -#: links.py:27 links.py:32 -msgid "delete" -msgstr "" - -#: links.py:28 links.py:33 -msgid "create new" -msgstr "" - -#: links.py:30 views.py:393 -msgid "metadata sets" -msgstr "" - -#: links.py:34 views.py:397 -msgid "members" -msgstr "" - -#: links.py:36 models.py:93 -msgid "default metadata" -msgstr "" - #: models.py:10 #, python-format msgid " Available models: %s" @@ -144,12 +140,11 @@ msgid "" "User.objects.all()].%s" msgstr "" -#: models.py:33 models.py:58 views.py:330 views.py:375 +#: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" msgstr "" -#: models.py:48 models.py:49 models.py:57 views.py:445 views.py:472 -#: views.py:518 +#: models.py:48 models.py:49 models.py:57 views.py:468 views.py:514 msgid "metadata set" msgstr "" @@ -169,7 +164,7 @@ msgstr "" msgid "type" msgstr "" -#: models.py:76 views.py:281 +#: models.py:76 views.py:304 msgid "value" msgstr "" @@ -177,7 +172,7 @@ msgstr "" msgid "document metadata" msgstr "" -#: models.py:91 views.py:603 +#: models.py:91 views.py:599 msgid "document type" msgstr "" @@ -245,182 +240,186 @@ msgstr "" msgid "View metadata sets" msgstr "" -#: views.py:40 views.py:193 +#: views.py:41 views.py:204 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:51 views.py:131 views.py:205 +#: views.py:52 views.py:144 views.py:216 msgid "Must provide at least one document." msgstr "" -#: views.py:92 +#: views.py:87 views.py:251 +#, python-format +msgid "Error deleting document indexes; %s" +msgstr "" + +#: views.py:99 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:96 +#: views.py:102 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:107 +#: views.py:107 views.py:268 +#, python-format +msgid "Error updating document indexes; %s" +msgstr "" + +#: views.py:109 views.py:270 +msgid "Document indexes updated successfully." +msgstr "" + +#: views.py:120 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:109 +#: views.py:122 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:148 +#: views.py:161 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" -#: views.py:151 +#: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:177 +#: views.py:188 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:179 +#: views.py:190 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:243 +#: views.py:259 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:246 +#: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:258 +#: views.py:281 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:260 +#: views.py:283 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:279 +#: views.py:302 #, python-format msgid "metadata for: %s" msgstr "" -#: views.py:297 +#: views.py:320 msgid "internal name" msgstr "" -#: views.py:318 +#: views.py:341 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:344 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:350 #, python-format msgid "edit metadata type: %s" msgstr "" -#: views.py:342 +#: views.py:365 msgid "Metadata type created successfully" msgstr "" -#: views.py:348 +#: views.py:371 msgid "create metadata type" msgstr "" -#: views.py:367 +#: views.py:390 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:369 +#: views.py:392 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:380 +#: views.py:403 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:441 +#: views.py:420 +msgid "members" +msgstr "" + +#: views.py:464 #, python-format msgid "non members of metadata set: %s" msgstr "" -#: views.py:442 +#: views.py:465 #, python-format msgid "members of metadata set: %s" msgstr "" -#: views.py:460 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:463 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:469 -#, python-format -msgid "edit metadata set: %s" -msgstr "" - -#: views.py:484 +#: views.py:480 msgid "Metadata set created successfully" msgstr "" -#: views.py:490 +#: views.py:486 msgid "create metadata set" msgstr "" -#: views.py:509 +#: views.py:505 #, python-format msgid "Metadata set: %s deleted successfully." msgstr "" -#: views.py:512 +#: views.py:508 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" msgstr "" -#: views.py:523 +#: views.py:519 #, python-format msgid "Are you sure you wish to delete the metadata set: %s?" msgstr "" -#: views.py:542 views.py:560 +#: views.py:538 views.py:556 msgid "Metadata types" msgstr "" -#: views.py:598 +#: views.py:594 #, python-format msgid "non members of document type: %s" msgstr "" -#: views.py:599 +#: views.py:595 #, python-format msgid "members of document type: %s" msgstr "" diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.po b/apps/metadata/locale/es/LC_MESSAGES/django.po index 47637d95ac..51bf7db705 100644 --- a/apps/metadata/locale/es/LC_MESSAGES/django.po +++ b/apps/metadata/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-12 19:27+0000\n" +"PO-Revision-Date: 2012-07-02 12:49+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.po b/apps/metadata/locale/pt/LC_MESSAGES/django.po index c08ecc1a90..d2830fd154 100644 --- a/apps/metadata/locale/pt/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # , 2011. # Renata Oliveira , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-12 19:24+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-04 17:47+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -62,11 +63,11 @@ msgstr "metadados padrão" #: classes.py:14 #, python-format msgid "'metadata' object has no attribute '%s'" -msgstr "Objeto 'metadados' tem nenhum atributo '%s'" +msgstr "O objeto 'metadata' não tem nenhum atributo '%s'" #: forms.py:28 msgid "required" -msgstr "exigido" +msgstr "obrigatório" #: forms.py:54 msgid "id" @@ -116,7 +117,7 @@ msgstr "nome" #: models.py:18 msgid "Do not use python reserved words, or spaces." -msgstr "Não use palavras reservadas python, ou espaços." +msgstr "Não use palavras reservadas de python ou espaços." #: models.py:19 models.py:41 msgid "title" @@ -129,18 +130,18 @@ msgstr "padrão" #: models.py:22 #, python-format msgid "Enter a string to be evaluated.%s" -msgstr "Digite uma expressão a ser avaliada. %s" +msgstr "Digite uma expressão a ser avaliada.%s" #: models.py:24 msgid "lookup" -msgstr "pesquisa" +msgstr "escolhas" #: models.py:25 #, python-format msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name()para o usuário em User.objects.all()]. %s" +msgstr "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name() for user in User.objects.all()].%s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -152,11 +153,11 @@ msgstr "conjunto de metadados" #: models.py:65 msgid "metadata set item" -msgstr "conjunto de item de metadados" +msgstr "item de conjunto de metadados" #: models.py:66 msgid "metadata set items" -msgstr "conjunto de itens de metadados" +msgstr "itens de conjunto de metadados" #: models.py:74 msgid "document" @@ -180,7 +181,7 @@ msgstr "tipo de documento" #: models.py:92 msgid "default metadata sets" -msgstr "padrão de metadados definidos" +msgstr "conjuntos de metadados padrão" #: models.py:99 msgid "document type defaults" @@ -253,26 +254,26 @@ msgstr "Deve fornecer pelo menos um documento." #: views.py:87 views.py:251 #, python-format msgid "Error deleting document indexes; %s" -msgstr "Erro ao excluir índices de documento; %s" +msgstr "Erro ao eliminar os índices de documentos; %s" #: views.py:99 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "Erro de edição de metadados para documento %(document)s; %(error)s." +msgstr "Erro ao editar os metadados do documento %(document)s; %(error)s." #: views.py:102 #, python-format msgid "Metadata for document %s edited successfully." -msgstr "Metadados para o documento %s alterados com sucesso." +msgstr "Metadados do documento %s alterados com sucesso." #: views.py:107 views.py:268 #, python-format msgid "Error updating document indexes; %s" -msgstr "Erro ao atualizar índices de documento; %s" +msgstr "Erro ao atualizar os índices de documentos; %s" #: views.py:109 views.py:270 msgid "Document indexes updated successfully." -msgstr "Índices de documento atualizados com sucesso. " +msgstr "Índices de documentos atualizados com sucesso. " #: views.py:120 #, python-format @@ -282,20 +283,20 @@ msgstr "Editar os metadados do documento: %s" #: views.py:122 #, python-format msgid "Edit metadata for documents: %s" -msgstr "Editar os metadados do documentos: %s" +msgstr "Editar os metadados dos documentos: %s" #: views.py:161 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document " "%(document)s." -msgstr "Tipo de metadados: %(metadata_type)s adicionado com sucesso para documento %(document)s." +msgstr "Tipo de metadados: %(metadata_type)s adicionado com sucesso ao documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo de metadados: %(metadata_type)s já presente no documento %(document)s ." +msgstr "Tipo de metadados: %(metadata_type)s já existe no documento %(document)s ." #: views.py:188 #, python-format @@ -312,7 +313,7 @@ msgstr "Adicionar tipo de metadados aos documentos: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Tipos de metadados removidos com êxito: %(metadata_type)s do documento: %(document)s." +msgstr "Tipos de metadados removidos com sucesso: %(metadata_type)s do documento: %(document)s." #: views.py:262 #, python-format @@ -341,12 +342,12 @@ msgstr "nome interno" #: views.py:341 msgid "Metadata type edited successfully" -msgstr "Tipo de metadados editados com sucesso" +msgstr "Tipo de metadados editado com sucesso" #: views.py:344 #, python-format msgid "Error editing metadata type; %s" -msgstr "Erro de edição de tipo de metadados; %s" +msgstr "Erro ao editar tipo de metadados; %s" #: views.py:350 #, python-format @@ -364,17 +365,17 @@ msgstr "criar um tipo de metadados" #: views.py:390 #, python-format msgid "Metadata type: %s deleted successfully." -msgstr "Tipo de metadados: %s removido com sucesso." +msgstr "Tipo de metadados: %s eliminado com sucesso." #: views.py:392 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "Tipo de metadados: %(metadata_type)s erro ao deletar: %(error)s" +msgstr "Tipo de metadados: %(metadata_type)s erro ao eliminar: %(error)s" #: views.py:403 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Tem certeza de que deseja excluir o tipo de metadados: %s?" +msgstr "Tem a certeza de que deseja excluir o tipo de metadados: %s?" #: views.py:420 msgid "members" @@ -401,12 +402,12 @@ msgstr "criar um conjunto de metadados" #: views.py:505 #, python-format msgid "Metadata set: %s deleted successfully." -msgstr "Conjunto de metadados: %s removido com sucesso." +msgstr "Conjunto de metadados: %s eliminado com sucesso." #: views.py:508 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Conjunto de metadados: %(metadata_set)s erro ao deletar: %(error)s " +msgstr "Conjunto de metadados: %(metadata_set)s erro ao eliminar: %(error)s " #: views.py:519 #, python-format @@ -415,7 +416,7 @@ msgstr "Tem certeza de que deseja excluir o conjunto de metadados: %s?" #: views.py:538 views.py:556 msgid "Metadata types" -msgstr "" +msgstr "Tipos de metadados" #: views.py:594 #, python-format @@ -436,11 +437,11 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "Um conjunto de metadados é um grupo de um ou mais tipos de metadados. Conjuntos de metadados são úteis na criação de novos documentos; selecionando um conjunto de metadados, automaticamente atribui tipos de metadados membros desse conjunto ao documento." +msgstr "Um conjunto de metadados é um grupo de um ou mais tipos de metadados. Conjuntos de metadados são úteis na criação de novos documentos; selecionando um conjunto de metadados, automaticamente atribui os tipos de metadados membros desse conjunto ao documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" -msgstr "Quais são os tipos de metadados?" +msgstr "O que são tipos de metadados?" #: templates/metadata_type_help.html:4 msgid "" @@ -453,4 +454,4 @@ msgid "" " will have initially, and the lookup value turns an instance of a metadata " "of this type into a choice list which options are the result of the lookup's" " code execution." -msgstr "Um tipo de metadados define as características de um valor de algum tipo que pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome de cliente, uma data ou um projeto ao qual pertencem vários documentos. O nome de um tipo de metadados é o identificador interno com o qual ele pode ser referenciado pelos outros módulos, como o módulo de indexação, o título é o valor que é mostrado para os usuários, o valor padrão é o valor de uma instância desse tipo de metadados terá inicialmente, o valor de pesquisa e vira um exemplo de um metadados deste tipo em uma lista de escolha de quais opções são o resultado da execução a pesquisa de código." +msgstr "Um tipo de metadados define as características de um valor de algum tipo que pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome de cliente, uma data ou um projeto ao qual pertencem vários documentos. O nome de um tipo de metadados é o identificador interno através do qual ele pode ser referenciado pelos outros módulos, como o módulo de indexação, o título é o valor que é mostrado para os utilizadores, o valor padrão é o valor que uma instância desse tipo de metadados terá inicialmente, e o valor de escolhas torna uma instância de um metadado deste tipo numa lista de opções, cujos componentes são o resultado da execução do código da pesquisa." diff --git a/apps/navigation/locale/en/LC_MESSAGES/django.po b/apps/navigation/locale/en/LC_MESSAGES/django.po index 0bc235f3a9..cfad006208 100644 --- a/apps/navigation/locale/en/LC_MESSAGES/django.po +++ b/apps/navigation/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,18 +17,14 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: api.py:32 -msgid "Unnamed link" -msgstr "" - #: forms.py:14 msgid "Multi item action" msgstr "" -#: widgets.py:33 +#: widgets.py:48 msgid "icon" msgstr "" -#: templatetags/navigation_tags.py:104 +#: templatetags/navigation_tags.py:283 msgid "Selected item actions:" msgstr "" diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.po b/apps/navigation/locale/pt/LC_MESSAGES/django.po index baebbd8c64..342fd21965 100644 --- a/apps/navigation/locale/pt/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2011-11-02 01:24+0000\n" -"Last-Translator: emersonsoares \n" +"PO-Revision-Date: 2012-07-02 12:01+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +21,7 @@ msgstr "" #: forms.py:14 msgid "Multi item action" -msgstr "Ação de vários itens" +msgstr "Ação sobre vários itens" #: widgets.py:48 msgid "icon" @@ -28,4 +29,4 @@ msgstr "ícone" #: templatetags/navigation_tags.py:283 msgid "Selected item actions:" -msgstr "Ações de item selecionadas:" +msgstr "Ações sobre o item selecionado:" diff --git a/apps/ocr/locale/en/LC_MESSAGES/django.po b/apps/ocr/locale/en/LC_MESSAGES/django.po index f5412cb33c..9e2a82478c 100644 --- a/apps/ocr/locale/en/LC_MESSAGES/django.po +++ b/apps/ocr/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,68 +17,68 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:46 links.py:24 permissions.py:7 conf/settings.py:7 -msgid "OCR" -msgstr "" - -#: __init__.py:57 -msgid "Default" -msgstr "" - -#: __init__.py:86 -msgid "Checks the OCR queue for pending documents." -msgstr "" - -#: api.py:122 -msgid "Text from OCR" -msgstr "" - -#: links.py:11 links.py:12 +#: __init__.py:32 __init__.py:33 msgid "submit to OCR queue" msgstr "" -#: links.py:13 links.py:14 +#: __init__.py:34 __init__.py:35 msgid "re-queue" msgstr "" -#: links.py:15 links.py:16 links.py:29 +#: __init__.py:36 __init__.py:37 __init__.py:50 msgid "delete" msgstr "" -#: links.py:18 +#: __init__.py:39 msgid "stop queue" msgstr "" -#: links.py:19 +#: __init__.py:40 msgid "activate queue" msgstr "" -#: links.py:21 +#: __init__.py:42 msgid "clean up pages content" msgstr "" -#: links.py:21 +#: __init__.py:42 msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." msgstr "" -#: links.py:23 +#: __init__.py:44 msgid "queue document list" msgstr "" -#: links.py:26 +#: __init__.py:45 __init__.py:63 permissions.py:7 +msgid "OCR" +msgstr "" + +#: __init__.py:47 msgid "transformations" msgstr "" -#: links.py:27 +#: __init__.py:48 msgid "add transformation" msgstr "" -#: links.py:28 +#: __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 "" @@ -111,8 +111,8 @@ msgstr "" msgid "state" msgstr "" -#: models.py:37 models.py:45 views.py:42 views.py:312 views.py:353 -#: views.py:383 views.py:419 +#: 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 "" @@ -148,7 +148,7 @@ msgstr "" msgid "queue documents" msgstr "" -#: models.py:79 views.py:46 +#: models.py:79 views.py:47 msgid "Missing document." msgstr "" @@ -156,15 +156,15 @@ msgstr "" msgid "Enter a valid value." msgstr "" -#: models.py:111 views.py:316 +#: models.py:111 views.py:317 msgid "order" msgstr "" -#: models.py:112 views.py:317 views.py:354 views.py:384 +#: models.py:112 views.py:318 views.py:355 views.py:385 msgid "transformation" msgstr "" -#: models.py:113 views.py:318 +#: models.py:113 views.py:319 msgid "arguments" msgstr "" @@ -215,202 +215,202 @@ msgstr "" msgid "OCR statistics" msgstr "" -#: views.py:39 +#: views.py:40 #, python-format msgid "documents in queue: %s" msgstr "" -#: views.py:47 +#: views.py:48 msgid "thumbnail" msgstr "" -#: views.py:60 +#: views.py:61 msgid "document queue properties" msgstr "" -#: views.py:61 +#: views.py:62 #, python-format msgid "Current state: %s" msgstr "" -#: views.py:77 views.py:165 +#: views.py:78 views.py:166 msgid "Must provide at least one queue document." msgstr "" -#: views.py:87 +#: views.py:88 #, python-format msgid "Document: %s is being processed and can't be deleted." msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:94 +#: views.py:95 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:107 +#: views.py:108 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:109 +#: views.py:110 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." msgstr "" -#: views.py:148 +#: views.py:149 #, python-format msgid "Document: %(document)s is already queued." msgstr "" -#: views.py:177 +#: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" msgstr "" -#: views.py:183 +#: views.py:184 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." msgstr "" -#: views.py:199 +#: views.py:200 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:201 +#: views.py:202 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:219 +#: views.py:220 #, python-format msgid "Document queue: %s, already stopped." msgstr "" -#: views.py:225 +#: views.py:226 #, python-format msgid "Document queue: %s, stopped successfully." msgstr "" -#: views.py:231 +#: views.py:232 #, python-format msgid "Are you sure you wish to disable document queue: %s" msgstr "" -#: views.py:246 +#: views.py:247 #, python-format msgid "Document queue: %s, already active." msgstr "" -#: views.py:252 +#: views.py:253 #, python-format msgid "Document queue: %s, activated successfully." msgstr "" -#: views.py:258 +#: views.py:259 #, python-format msgid "Are you sure you wish to activate document queue: %s" msgstr "" -#: views.py:275 +#: views.py:276 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:276 +#: views.py:277 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:282 +#: views.py:283 msgid "Document pages content clean up complete." msgstr "" -#: views.py:284 +#: views.py:285 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: views.py:310 +#: views.py:311 #, python-format msgid "transformations for: %s" msgstr "" -#: views.py:340 +#: views.py:341 msgid "Queue transformation edited successfully" msgstr "" -#: views.py:343 +#: views.py:344 #, python-format msgid "Error editing queue transformation; %s" msgstr "" -#: views.py:348 +#: views.py:349 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:371 +#: views.py:372 msgid "Queue transformation deleted successfully." msgstr "" -#: views.py:373 +#: views.py:374 #, python-format msgid "Error deleting queue transformation; %(error)s" msgstr "" -#: views.py:386 +#: views.py:387 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" msgstr "" -#: views.py:409 +#: views.py:410 msgid "Queue transformation created successfully" msgstr "" -#: views.py:412 +#: views.py:413 #, python-format msgid "Error creating queue transformation; %s" msgstr "" -#: views.py:421 +#: views.py:422 #, python-format msgid "Create new transformation for queue: %s" msgstr "" -#: conf/settings.py:29 +#: 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:37 +#: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." msgstr "" -#: conf/settings.py:45 conf/settings.py:53 +#: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." msgstr "" -#: conf/settings.py:61 +#: conf/settings.py:17 msgid "File path to unpaper program." msgstr "" -#: conf/settings.py:70 +#: conf/settings.py:18 msgid "" "File path to poppler's pdftotext program used to extract text from PDF files." msgstr "" diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.po b/apps/ocr/locale/pt/LC_MESSAGES/django.po index dc6d3b20e2..d6570a754e 100644 --- a/apps/ocr/locale/pt/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # , 2011. # Renata Oliveira , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-06-17 22:12+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-02 21:27+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,11 +22,11 @@ msgstr "" #: __init__.py:32 __init__.py:33 msgid "submit to OCR queue" -msgstr "submeter à lista de OCR" +msgstr "enviar para a fila OCR" #: __init__.py:34 __init__.py:35 msgid "re-queue" -msgstr "re-enfileirar" +msgstr "reenviar para a fila" #: __init__.py:36 __init__.py:37 __init__.py:50 msgid "delete" @@ -33,21 +34,21 @@ msgstr "excluir" #: __init__.py:39 msgid "stop queue" -msgstr "parar lista" +msgstr "parar a fila" #: __init__.py:40 msgid "activate queue" -msgstr "ativar lista" +msgstr "ativar a fila" #: __init__.py:42 msgid "clean up pages content" -msgstr "limpar conteúdo das páginas" +msgstr "limpar o conteúdo das páginas" #: __init__.py:42 msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "Executa um filtro de linguagem para remover erros comuns de OCR do conteúdo das páginas do documento." +msgstr "Corre um filtro de linguagem para remover erros comuns de OCR do conteúdo das páginas do documento." #: __init__.py:44 msgid "queue document list" @@ -75,7 +76,7 @@ msgstr "Padrão" #: __init__.py:102 msgid "Checks the OCR queue for pending documents." -msgstr "Verifica a lista de OCR para documentos pendentes." +msgstr "Verifica a fila de OCR para documentos pendentes." #: api.py:122 msgid "Text from OCR" @@ -83,11 +84,11 @@ msgstr "Texto de OCR" #: literals.py:8 msgid "stopped" -msgstr "parado" +msgstr "parada" #: literals.py:9 msgid "active" -msgstr "ativo" +msgstr "ativa" #: literals.py:18 msgid "pending" @@ -116,11 +117,11 @@ msgstr "estado" #: 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 "lista de documento" +msgstr "fila de documentos" #: models.py:38 msgid "document queues" -msgstr "listas de documento" +msgstr "filas de documentos" #: models.py:46 msgid "document" @@ -128,11 +129,11 @@ msgstr "documento" #: models.py:47 msgid "date time submitted" -msgstr "data e hora submetido" +msgstr "data/hora de submissão" #: models.py:48 msgid "delay ocr" -msgstr "atraso ocr" +msgstr "atrasar ocr" #: models.py:53 msgid "result" @@ -144,19 +145,19 @@ msgstr "nome do nó" #: models.py:58 msgid "queue document" -msgstr "enfileirar documento" +msgstr "documento da fila" #: models.py:59 msgid "queue documents" -msgstr "enfileirar documentos" +msgstr "documentos da fila" #: models.py:79 views.py:47 msgid "Missing document." -msgstr "Falta de documento." +msgstr "Documento em falta." #: models.py:83 msgid "Enter a valid value." -msgstr "Digite um valor válido." +msgstr "Introduza um valor válido." #: models.py:111 views.py:317 msgid "order" @@ -177,41 +178,41 @@ msgstr "Use dicionários para identificar argumentos, exemplo: %s" #: models.py:123 msgid "document queue transformation" -msgstr "transformação de lista de documento ocr" +msgstr "transformação da fila de documentos" #: models.py:124 msgid "document queue transformations" -msgstr "transformações de listas de documentos" +msgstr "transformações da fila de documentos" #: permissions.py:8 msgid "Submit documents for OCR" -msgstr "" +msgstr "Submeter documentos para OCR" #: permissions.py:9 msgid "Delete documents from OCR queue" -msgstr "" +msgstr "Remover documentos da fila de OCR" #: permissions.py:10 msgid "Can enable/disable the OCR queue" -msgstr "" +msgstr "Pode habilitar/desabilitar a fila de OCR" #: permissions.py:11 msgid "Can execute the OCR clean up on all document pages" -msgstr "" +msgstr "Pode executar a limpeza de OCR em todas as páginas do documento" #: permissions.py:12 msgid "Can edit an OCR queue properties" -msgstr "Pode editar uma lista de propriedades OCR" +msgstr "Pode editar as propriedades de uma fila OCR" #: statistics.py:8 #, python-format msgid "Document queues: %d" -msgstr "Listas de documento: %d" +msgstr "Fila de documentos: %d" #: statistics.py:9 #, python-format msgid "Queued documents: %d" -msgstr "Documentos na lista: %d" +msgstr "Documentos na fila: %d" #: statistics.py:13 msgid "OCR statistics" @@ -220,7 +221,7 @@ msgstr "estatísticas de OCR" #: views.py:40 #, python-format msgid "documents in queue: %s" -msgstr "documentos na lista: %s" +msgstr "documentos na fila: %s" #: views.py:48 msgid "thumbnail" @@ -228,7 +229,7 @@ msgstr "miniatura" #: views.py:61 msgid "document queue properties" -msgstr "propriedades da lista de documento" +msgstr "propriedades da fila de documentos" #: views.py:62 #, python-format @@ -237,17 +238,17 @@ msgstr "Estado atual: %s" #: views.py:78 views.py:166 msgid "Must provide at least one queue document." -msgstr "Deve fornecer pelo menos um documento da lista." +msgstr "Deve fornecer pelo menos um documento da fila." #: views.py:88 #, python-format msgid "Document: %s is being processed and can't be deleted." -msgstr "Documento: %s está sendo processado e não pode ser excluído." +msgstr "O documento: %s está a ser processado e não pode ser excluído." #: views.py:91 #, python-format msgid "Queue document: %(document)s deleted successfully." -msgstr "Lista de documento: %(document)s removido com sucesso." +msgstr "Documento da fila: %(document)s excluído com sucesso." #: views.py:95 #, python-format @@ -257,85 +258,85 @@ msgstr "Erro ao excluir documento: %(document)s; %(error)s " #: views.py:108 #, python-format msgid "Are you sure you wish to delete queue document: %s?" -msgstr "Você tem certeza que deseja deletar o documento da lista: %s?" +msgstr "Tem a certeza de que deseja excluir o documento da fila: %s?" #: views.py:110 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" -msgstr "Tem certeza de que deseja excluir os documentos da lista: %s?" +msgstr "Tem a certeza de que deseja excluir os documentos da fila: %s?" #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "Documento: %(document)s foi adicionado à lista de OCR: %(queue)s ." +msgstr "O documento: %(document)s foi adicionado à fila de OCR: %(queue)s ." #: views.py:149 #, python-format msgid "Document: %(document)s is already queued." -msgstr "Documento: %(document)s já está na lista." +msgstr "O documento: %(document)s já está na fila." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Documento: %(document)s foi re-enfileirado para a lista de OCR: %(queue)s " +msgstr "O documento: %(document)s foi reenviado para a fila de OCR: %(queue)s " #: views.py:184 #, python-format msgid "Document id#: %d, no longer exists." -msgstr "#ID do documento: %d, não existe mais." +msgstr "O documento com id nº: %d, já não existe." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Documento: %s já está sendo processado e não pode ser re-enfileirado." +msgstr "O documento: %s já está a ser processado e não pode ser reenviado para a fila." #: views.py:200 #, python-format msgid "Are you sure you wish to re-queue document: %s?" -msgstr "Tem certeza de que deseja re-enfileirar o documento: %s?" +msgstr "Tem a certeza de que deseja reenviar o documento: %s para a fila?" #: views.py:202 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" -msgstr "Tem certeza de que deseja voltar a lista de documentos: %s?" +msgstr "Tem a certeza de que deseja reenviar para a fila os documentos: %s?" #: views.py:220 #, python-format msgid "Document queue: %s, already stopped." -msgstr "Lista de documento: %s, já está parado." +msgstr "Fila de documentos: %s, já está parada." #: views.py:226 #, python-format msgid "Document queue: %s, stopped successfully." -msgstr "Lista de documento: %s, parada com êxito." +msgstr "Fila de documentos: %s, parada com êxito." #: views.py:232 #, python-format msgid "Are you sure you wish to disable document queue: %s" -msgstr "Tem certeza de que deseja desativar a lista de documento: %s" +msgstr "Tem a certeza de que deseja desativar a fila de documentos: %s" #: views.py:247 #, python-format msgid "Document queue: %s, already active." -msgstr "Lista de documento: %s, já está ativa." +msgstr "Fila de documentos: %s, já está ativa." #: views.py:253 #, python-format msgid "Document queue: %s, activated successfully." -msgstr "Lista de documento: %s, ativada com sucesso." +msgstr "Fila de documentos: %s, ativada com sucesso." #: views.py:259 #, python-format msgid "Are you sure you wish to activate document queue: %s" -msgstr "Tem certeza de que deseja ativar a lista de documento: %s" +msgstr "Tem a certeza de que deseja ativar a fila de documentos: %s" #: views.py:276 msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Tem certeza de que deseja limpar todo o conteúdo das páginas?" +msgstr "Tem a certeza de que deseja limpar todo o conteúdo das páginas?" #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "Esta operação pode levar algum tempo a executar em bases de dados grandes ." #: views.py:283 msgid "Document pages content clean up complete." @@ -353,70 +354,70 @@ msgstr "transformações para: %s" #: views.py:341 msgid "Queue transformation edited successfully" -msgstr "Transformação da lista editada com sucesso" +msgstr "Transformação da fila editada com sucesso" #: views.py:344 #, python-format msgid "Error editing queue transformation; %s" -msgstr "Erro ao editar transformação da lista; %s" +msgstr "Erro ao editar a transformação da fila; %s" #: views.py:349 #, python-format msgid "Edit transformation: %s" -msgstr "Editar Transformação: %s" +msgstr "Editar transformação: %s" #: views.py:372 msgid "Queue transformation deleted successfully." -msgstr "Transformação de lista apagada com sucesso." +msgstr "Transformação da fila excluída com sucesso." #: views.py:374 #, python-format msgid "Error deleting queue transformation; %(error)s" -msgstr "Erro ao deletar transformação de lista; %(error)s " +msgstr "Erro ao excluir transformação da fila; %(error)s " #: views.py:387 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "Tem certeza que deseja deletar a transformação de lista \"%(transformation)s\"" +msgstr "Tem a certeza de que deseja excluir a transformação da fila \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" -msgstr "Transformação de lista criada com sucesso" +msgstr "Transformação da fila criada com sucesso" #: views.py:413 #, python-format msgid "Error creating queue transformation; %s" -msgstr "Erro ao criar a transformação de lista; %s" +msgstr "Erro ao criar a transformação da fila; %s" #: views.py:422 #, python-format msgid "Create new transformation for queue: %s" -msgstr "Criar nova transformação para a lista: %s" +msgstr "Criar nova transformação para a fila: %s" #: conf/settings.py:13 msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "Quantidade de segundos de atraso OCR de documentos para permitir o nó da sobrecarga de replicação de armazenamento." +msgstr "Número de segundos de atraso para o OCR de documentos para permitir a replicação de armazenamento do nó." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "Quantidade máxima de documentos simultâneos OCRs que um nó pode executar." +msgstr "Quantidade máxima de OCR's de documentos que um nó pode executar em simultâneo." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." -msgstr "Listar automaticamente os novos documentos criados para OCR " +msgstr "Enviar documentos novos automaticamente para OCR." #: conf/settings.py:17 msgid "File path to unpaper program." -msgstr "Caminho do arquivo para o programa unpaper." +msgstr "Caminho para o programa unpaper." #: conf/settings.py:18 msgid "" "File path to poppler's pdftotext program used to extract text from PDF " "files." -msgstr "" +msgstr "Caminho para o programa pdftotext de poppler, usado para extrair texto de ficheiros PDF." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/permissions/locale/en/LC_MESSAGES/django.po b/apps/permissions/locale/en/LC_MESSAGES/django.po index 5ef696b0a0..6ebfd0111a 100644 --- a/apps/permissions/locale/en/LC_MESSAGES/django.po +++ b/apps/permissions/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,35 +17,35 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: links.py:11 models.py:209 views.py:40 +#: __init__.py:17 models.py:209 views.py:40 msgid "roles" msgstr "" -#: links.py:12 +#: __init__.py:18 msgid "create new role" msgstr "" -#: links.py:13 +#: __init__.py:19 msgid "edit" msgstr "" -#: links.py:14 +#: __init__.py:20 msgid "members" msgstr "" -#: links.py:15 +#: __init__.py:21 msgid "role permissions" msgstr "" -#: links.py:16 +#: __init__.py:22 msgid "delete" msgstr "" -#: links.py:18 +#: __init__.py:24 msgid "grant" msgstr "" -#: links.py:19 +#: __init__.py:25 msgid "revoke" msgstr "" @@ -94,7 +94,7 @@ msgstr "" msgid "role members" msgstr "" -#: permissions.py:7 conf/settings.py:6 +#: permissions.py:7 msgid "Permissions" msgstr "" @@ -197,7 +197,7 @@ msgstr "" msgid "Grant" msgstr "" -#: conf/settings.py:13 +#: conf/settings.py:10 msgid "" "A list of existing roles that are automatically assigned to newly created " "users" diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.po b/apps/permissions/locale/pt/LC_MESSAGES/django.po index a3eb995ef7..14e60ad4c5 100644 --- a/apps/permissions/locale/pt/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # , 2011. # Roberto Rosario , 2012. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 19:03-0400\n" -"PO-Revision-Date: 2012-03-12 06:04+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 12:31+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -57,7 +58,7 @@ msgstr "Permissões insuficientes." #: models.py:123 views.py:60 msgid "namespace" -msgstr "namespace" +msgstr "escopo" #: models.py:124 views.py:61 msgid "name" @@ -77,7 +78,7 @@ msgstr "titular de permissão" #: models.py:196 msgid "permission holders" -msgstr "titulares de permissões" +msgstr "titulares de permissão" #: models.py:204 msgid "label" @@ -114,7 +115,7 @@ msgstr "Criar funções" #: permissions.py:12 msgid "Delete roles" -msgstr "Deletar funções" +msgstr "Excluir funções" #: permissions.py:13 msgid "Grant permissions" @@ -122,11 +123,11 @@ msgstr "Conceder permissões" #: permissions.py:14 msgid "Revoke permissions" -msgstr "Revogar as permissões" +msgstr "Revogar permissões" #: views.py:63 msgid "has permission" -msgstr "tem permissão" +msgstr "tem a permissão" #: views.py:149 views.py:212 msgid " and " @@ -135,43 +136,43 @@ msgstr " e " #: views.py:149 views.py:212 #, python-format msgid "%(permissions)s to %(requester)s" -msgstr "" +msgstr "%(permissions)s a %(requester)s" #: views.py:159 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" +msgstr "Permissão \"%(permission)s\" concedida a: %(requester)s." #: views.py:162 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" +msgstr "%(requester)s já tinha a permissão \"%(permission)s\"." #: views.py:173 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" +msgstr "Tem a certeza de que pretende conceder %(permissions_label)s %(title_suffix)s?" #: views.py:222 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" +msgstr "Permissão \"%(permission)s\" retirada a: %(requester)s." #: views.py:225 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" +msgstr "%(requester)s, não tem a permissão \"%(permission)s\"." #: views.py:236 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" +msgstr "Tem a certeza de que pretende revogar %(permissions_label)s %(title_suffix)s?" #: views.py:271 views.py:295 msgid "Users" -msgstr "Usuários" +msgstr "Utilizadores" #: views.py:274 views.py:298 msgid "Groups" @@ -203,4 +204,4 @@ msgstr "Conceder" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "A lista de funções existentes que são automaticamente designados para usuários recém-criados" +msgstr "Uma lista de funções existentes que são automaticamente atribuídas para utilizadores recém-criados" diff --git a/apps/project_setup/locale/en/LC_MESSAGES/django.po b/apps/project_setup/locale/en/LC_MESSAGES/django.po index fb7b4f35be..b30e051b2f 100644 --- a/apps/project_setup/locale/en/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.po b/apps/project_setup/locale/pt/LC_MESSAGES/django.po index a29ea12239..00637547db 100644 --- a/apps/project_setup/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2011-11-02 01:26+0000\n" -"Last-Translator: emersonsoares \n" +"PO-Revision-Date: 2012-07-03 09:57+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +21,7 @@ msgstr "" #: __init__.py:5 msgid "setup" -msgstr "instalação" +msgstr "configuração" #: views.py:15 msgid "setup items" diff --git a/apps/project_tools/locale/en/LC_MESSAGES/django.po b/apps/project_tools/locale/en/LC_MESSAGES/django.po index 9a1da69898..5c15c1876e 100644 --- a/apps/project_tools/locale/en/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/scheduler/locale/en/LC_MESSAGES/django.po b/apps/scheduler/locale/en/LC_MESSAGES/django.po index 32fd6f48c9..38df0eaafa 100644 --- a/apps/scheduler/locale/en/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.po b/apps/scheduler/locale/pt/LC_MESSAGES/django.po index 3c28c9bac9..fd03d8f04d 100644 --- a/apps/scheduler/locale/pt/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pt/LC_MESSAGES/django.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-06-17 22:19+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 19:44+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,28 +20,28 @@ msgstr "" #: links.py:7 msgid "interval job list" -msgstr "" +msgstr "lista de tarefas do interbalo" #: permissions.py:7 msgid "Scheduler" -msgstr "" +msgstr "Agendador" #: permissions.py:8 msgid "View the interval job list" -msgstr "" +msgstr "Ver a lista de tarefas do intervalo" #: views.py:20 msgid "interval jobs" -msgstr "" +msgstr "tarefas do intervalo" #: views.py:23 msgid "label" -msgstr "" +msgstr "rótulo" #: views.py:27 msgid "start date time" -msgstr "" +msgstr "date / hora de início" #: views.py:31 msgid "interval" -msgstr "" +msgstr "intervalo" diff --git a/apps/smart_settings/locale/en/LC_MESSAGES/django.po b/apps/smart_settings/locale/en/LC_MESSAGES/django.po index 05db5a4117..77f09a82f5 100644 --- a/apps/smart_settings/locale/en/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,18 +17,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: links.py:9 views.py:16 +#: __init__.py:9 views.py:28 msgid "settings" msgstr "" -#: views.py:21 +#: views.py:33 msgid "name" msgstr "" -#: views.py:22 +#: views.py:34 msgid "default" msgstr "" -#: views.py:23 +#: views.py:35 msgid "value" msgstr "" diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po index cca6ccd7f0..5fd6c57fac 100644 --- a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2011-11-02 01:22+0000\n" -"Last-Translator: emersonsoares \n" +"PO-Revision-Date: 2012-07-02 11:59+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +21,7 @@ msgstr "" #: __init__.py:9 views.py:28 msgid "settings" -msgstr "configurações" +msgstr "definições" #: views.py:33 msgid "name" diff --git a/apps/sources/locale/en/LC_MESSAGES/django.po b/apps/sources/locale/en/LC_MESSAGES/django.po index 4e7ba2427c..9be1f767c0 100644 --- a/apps/sources/locale/en/LC_MESSAGES/django.po +++ b/apps/sources/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.po b/apps/sources/locale/pt/LC_MESSAGES/django.po index 96993a9ad8..7946e92247 100644 --- a/apps/sources/locale/pt/LC_MESSAGES/django.po +++ b/apps/sources/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 19:03-0400\n" -"PO-Revision-Date: 2012-06-17 22:11+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 10:11+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,11 +37,11 @@ msgstr "formulários web" #: __init__.py:25 models.py:175 msgid "staging folders" -msgstr "staging folders" +msgstr "pastas de preparação" #: __init__.py:26 models.py:239 msgid "watch folders" -msgstr "assistir pastas" +msgstr "pastas vigiadas" #: __init__.py:28 __init__.py:34 msgid "edit" @@ -64,27 +65,27 @@ msgstr "Fontes de documentos" #: __init__.py:39 msgid "upload new version" -msgstr "" +msgstr "enviar nova versão" #: __init__.py:69 widgets.py:39 msgid "thumbnail" -msgstr "miniaturas" +msgstr "miniatura" #: forms.py:34 forms.py:59 msgid "Expand compressed files" -msgstr "Expandir arquivos compactados" +msgstr "Expandir ficheiros compactados" #: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" -msgstr "Upload de um arquivo compactado contendo arquivos como documentos individuais" +msgstr "Enviar os ficheiros contidos num ficheiro comprimido como documentos individuais" #: forms.py:43 msgid "Staging file" -msgstr "Preparação de arquivo" +msgstr "Ficheiro de preparação" #: forms.py:50 msgid "File" -msgstr "" +msgstr "Ficheiro" #: literals.py:8 literals.py:13 msgid "Always" @@ -96,7 +97,7 @@ msgstr "Nunca" #: literals.py:15 msgid "Ask user" -msgstr "Pergunte ao usuário" +msgstr "Perguntar ao utilizador" #: literals.py:30 msgid "Disk" @@ -104,7 +105,7 @@ msgstr "Disco" #: literals.py:31 msgid "Database" -msgstr "Banco de dados" +msgstr "Base de dados" #: literals.py:32 msgid "Drive" @@ -116,7 +117,7 @@ msgstr "Unidade de rede" #: literals.py:34 msgid "User drive" -msgstr "Unidade de usuário" +msgstr "Unidade do utilizador" #: literals.py:35 msgid "Envelope" @@ -144,11 +145,11 @@ msgstr "formulário web" #: literals.py:48 msgid "server staging folder" -msgstr "preparação de pasta do servidor" +msgstr "pasta de preparação do servidor" #: literals.py:49 msgid "server watch folder" -msgstr "assistir pasta do servidor" +msgstr "pasta vigiada do servidor" #: literals.py:54 msgid "server staging folders" @@ -156,7 +157,7 @@ msgstr "server staging folders" #: literals.py:55 msgid "server watch folders" -msgstr "assistir pastas do servidor" +msgstr "pastas vigiadas do servidor" #: models.py:36 msgid "title" @@ -180,7 +181,7 @@ msgstr "ícone" #: models.py:143 msgid "An icon to visually distinguish this source." -msgstr "Um ícone para distinguir visualmente essa fonte." +msgstr "Um ícone para distinguir visualmente esta fonte." #: models.py:159 models.py:211 msgid "folder path" @@ -200,31 +201,31 @@ msgstr "Valor da largura a ser passado para o backend conversor." #: models.py:161 msgid "preview height" -msgstr "altura de visualização" +msgstr "altura da visualização" #: models.py:161 msgid "Height value to be passed to the converter backend." -msgstr "Valor de altura para ser passado para o backend conversor." +msgstr "Valor da altura a ser passado ao conversor." #: models.py:162 models.py:199 models.py:212 msgid "uncompress" -msgstr "descompactar" +msgstr "descomprimir" #: models.py:162 models.py:199 models.py:212 msgid "Whether to expand or not compressed archives." -msgstr "Se expandir ou não arquivos compactados." +msgstr "Se os ficheiros comprimidos devem ser descomprimidos ou não." #: models.py:163 models.py:213 msgid "delete after upload" -msgstr "excluir após o upload" +msgstr "excluir após o envio" #: models.py:163 models.py:213 msgid "Delete the file after is has been successfully uploaded." -msgstr "Excluir o arquivo depois de ter sido carregado com sucesso." +msgstr "Excluir o ficheiro depois de ter sido enviado com sucesso." #: models.py:174 msgid "staging folder" -msgstr "preparação de pasta" +msgstr "pasta de preparação" #: models.py:214 msgid "interval" @@ -234,15 +235,15 @@ msgstr "intervalo" msgid "" "Inverval in seconds where the watch folder path is checked for new " "documents." -msgstr "Invervalo em segundos, onde o caminho da pasta assistida está marcada para novos documentos." +msgstr "Invervalo em segundos entre verificações de novos documentos na pasta vigiada." #: models.py:238 msgid "watch folder" -msgstr "assistir pasta" +msgstr "pasta vigiada" #: models.py:243 msgid "Enter a valid value." -msgstr "Digite um valor válido." +msgstr "Introduza um valor válido." #: models.py:271 views.py:595 msgid "order" @@ -263,15 +264,15 @@ msgstr "Use dicionários para identificar os argumentos, exemplo: %s" #: models.py:284 msgid "document source transformation" -msgstr "transformação do documento de origem" +msgstr "transformação da origem de documentos" #: models.py:285 msgid "document source transformations" -msgstr "fonte de transformações de documentos" +msgstr "transformações da origem de documentos" #: models.py:292 models.py:293 msgid "out of process" -msgstr "" +msgstr "fora do processo" #: permissions.py:7 msgid "Sources setup" @@ -296,21 +297,21 @@ msgstr "Criar novas fontes de documentos" #: staging.py:45 #, python-format msgid "Unable get list of staging files: %s" -msgstr "Unable get list of staging files: %s" +msgstr "Incapaz de obter a lista dos ficheiros em preparação: %s" #: staging.py:128 #, python-format msgid "Unable to upload staging file: %s" -msgstr "Unable to upload staging file: %s" +msgstr "Incapaz de enviar ficheiro em preparação: %s" #: staging.py:138 #, python-format msgid "Unable to delete staging file: %s" -msgstr "Unable to delete staging file: %s" +msgstr "Incapaz de eliminar ficheiro em preparação: %s" #: utils.py:40 msgid "Whitelist Blacklist validation error." -msgstr "Erro de validação da Lista Negra e da Lista Branca" +msgstr "Erro de validação da Lista Negra / Lista Branca." #: views.py:100 msgid "here" @@ -318,101 +319,101 @@ msgstr "aqui" #: views.py:105 msgid "Upload sources" -msgstr "Carregar fontes" +msgstr "Fontes de envio" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Nenhuma fonte de documento interativo foi definido ou nenhuma delas foi ativada." +msgstr "Nenhuma fonte interativa de documentos foi definida ou nenhuma delas foi ativada." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Clique %(setup_link)s para adicionar ou permitir algumas fontes de documentos." +msgstr "Clique %(setup_link)s para adicionar ou habilitar algumas fontes de documentos." #: views.py:165 msgid "New document version uploaded successfully." -msgstr "" +msgstr "Nova versão do documento enviada com sucesso." #: views.py:169 msgid "File uploaded successfully." -msgstr "" +msgstr "Ficheiro enviado com sucesso." #: views.py:172 msgid "File uncompressed successfully and uploaded as individual files." -msgstr "" +msgstr "Ficheiro descomprimido com sucesso e enviado como ficheiros individuais." #: views.py:175 msgid "File was not a compressed file, uploaded as it was." -msgstr "" +msgstr "O ficheiro não era um ficheiro comprimido, enviado como estava." #: views.py:179 views.py:260 msgid "New version uploads are not allowed for this document." -msgstr "" +msgstr "Não é permitido o envio de novas versões para este documento." #: views.py:183 views.py:264 #, python-format msgid "Unhandled exception: %s" -msgstr "" +msgstr "Exceção não prevista: %s" #: views.py:192 #, python-format msgid "upload a new version from source: %s" -msgstr "" +msgstr "enviar uma nova versão a partir da fonte: %s" #: views.py:194 #, python-format msgid "upload a local document from source: %s" -msgstr "carregar um documento local da fonte: %s" +msgstr "enviar um documento local da fonte: %s" #: views.py:240 #, python-format msgid "Document version from staging file: %s, uploaded successfully." -msgstr "" +msgstr "Versão do documento a partir de ficheiro em preparação: %s, enviado com sucesso." #: views.py:243 #, python-format msgid "Staging file: %s, uploaded successfully." -msgstr "Staging file: %s, uploaded successfully." +msgstr "Ficheiro em preparação: %s, enviado com sucesso." #: views.py:246 #, python-format msgid "" "Staging file: %s, uncompressed successfully and uploaded as individual " "files." -msgstr "" +msgstr "Ficheiro em preparação: %s, descomprimido com sucesso e enviado como ficheiros individuais." #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "" +msgstr "Ficheiro em preparação: %s, não estava comprimido, enviado como ficheiro único." #: views.py:254 #, python-format msgid "Staging file: %s, deleted successfully." -msgstr "Staging file: %s, deleted successfully." +msgstr "Ficheiro em preparação: %s, eliminado com sucesso." #: views.py:279 #, python-format msgid "upload a new version from staging source: %s" -msgstr "" +msgstr "enviar uma nova versão a partir da fonte de preparação: %s" #: views.py:281 #, python-format msgid "upload a document from staging source: %s" -msgstr "upload a document from staging source: %s" +msgstr "enviar um documento da fonte de preparação: %s" #: views.py:294 msgid "files in staging path" -msgstr "files in staging path" +msgstr "ficheiros no caminho de preparação" #: views.py:326 msgid "Current document type" -msgstr "" +msgstr "Tipo de documento atual" #: views.py:327 msgid "None" -msgstr "" +msgstr "Nenhum" #: views.py:334 msgid "Current metadata" @@ -421,16 +422,16 @@ msgstr "Metadados atuais" #: views.py:372 views.py:391 #, python-format msgid "Staging file transformation error: %(error)s" -msgstr "Staging file transformation error: %(error)s" +msgstr "Erro na transformação do ficheiro em preparação: %(error)s" #: views.py:414 msgid "Staging file delete successfully." -msgstr "Staging file delete successfully." +msgstr "Ficheiro em preparação eliminado com sucesso." #: views.py:416 #, python-format msgid "Staging file delete error; %s." -msgstr "Staging file delete error; %s." +msgstr "Erro ao eliminar ficheiro em preparação; %s." #: views.py:476 msgid "Source edited successfully" @@ -459,12 +460,12 @@ msgstr "Fonte \"%s\" removida com sucesso." #: views.py:520 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Erro ao excluir fonte \" %(source)s \": %(error)s " +msgstr "Erro ao excluir fonte \"%(source)s\": %(error)s " #: views.py:527 #, python-format msgid "Are you sure you wish to delete the source: %s?" -msgstr "Tem certeza de que deseja deletar a fonte: %s?" +msgstr "Tem a certeza de que deseja excluir a fonte: %s?" #: views.py:559 msgid "Source created successfully" @@ -487,12 +488,12 @@ msgstr "transformações para: %s" #: views.py:619 msgid "Source transformation edited successfully" -msgstr "Transformação de fonte alterado com sucesso" +msgstr "Transformação da fonte editada com sucesso" #: views.py:622 #, python-format msgid "Error editing source transformation; %s" -msgstr "Erro ao editar transformação de fonte; %s" +msgstr "Erro ao editar a transformação da fonte; %s" #: views.py:627 #, python-format @@ -501,22 +502,22 @@ msgstr "Editar transformação: %s" #: views.py:650 msgid "Source transformation deleted successfully." -msgstr "Transformação de fonte excluída com sucesso." +msgstr "Transformação da fonte excluída com sucesso." #: views.py:652 #, python-format msgid "Error deleting source transformation; %(error)s" -msgstr "Erro ao deletar transformação de fonte; %(error)s " +msgstr "Erro ao excluir transformação da fonte; %(error)s " #: views.py:665 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Tem certeza de que deseja deletar a transformação de fonte \" %(transformation)s \"" +msgstr "Tem a certeza de que deseja excluir a transformação da fonte \"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" -msgstr "Transformação de fonte criada com sucesso" +msgstr "Transformação da fonte criada com sucesso" #: views.py:698 #, python-format diff --git a/apps/tags/locale/en/LC_MESSAGES/django.po b/apps/tags/locale/en/LC_MESSAGES/django.po index 39b2ac463c..120be417ac 100644 --- a/apps/tags/locale/en/LC_MESSAGES/django.po +++ b/apps/tags/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,18 +17,50 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:25 +#: __init__.py:20 +msgid "tag list" +msgstr "" + +#: __init__.py:21 +msgid "create new tag" +msgstr "" + +#: __init__.py:22 +msgid "attach tag" +msgstr "" + +#: __init__.py:23 __init__.py:24 +msgid "remove" +msgstr "" + +#: __init__.py:25 __init__.py:44 __init__.py:52 views.py:98 +msgid "tags" +msgstr "" + +#: __init__.py:26 __init__.py:29 +msgid "delete" +msgstr "" + +#: __init__.py:27 +msgid "edit" +msgstr "" + +#: __init__.py:28 +msgid "tagged documents" +msgstr "" + +#: __init__.py:30 +msgid "ACLs" +msgstr "" + +#: __init__.py:34 msgid "preview" msgstr "" -#: __init__.py:29 +#: __init__.py:38 msgid "tagged items" msgstr "" -#: __init__.py:35 __init__.py:43 links.py:17 views.py:98 -msgid "tags" -msgstr "" - #: forms.py:24 msgid "Name" msgstr "" @@ -41,38 +73,6 @@ msgstr "" msgid "Tags" msgstr "" -#: links.py:12 -msgid "tag list" -msgstr "" - -#: links.py:13 -msgid "create new tag" -msgstr "" - -#: links.py:14 -msgid "attach tag" -msgstr "" - -#: links.py:15 links.py:16 -msgid "remove" -msgstr "" - -#: links.py:18 links.py:21 -msgid "delete" -msgstr "" - -#: links.py:19 -msgid "edit" -msgstr "" - -#: links.py:20 -msgid "tagged documents" -msgstr "" - -#: links.py:22 -msgid "ACLs" -msgstr "" - #: literals.py:18 msgid "Blue" msgstr "" @@ -113,7 +113,7 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:12 views.py:156 views.py:210 views.py:224 +#: models.py:12 views.py:154 views.py:206 views.py:220 msgid "tag" msgstr "" @@ -180,64 +180,64 @@ msgstr "" msgid "attach tag to: %s" msgstr "" -#: views.py:130 views.py:261 +#: views.py:130 views.py:257 msgid "Must provide at least one tag." msgstr "" -#: views.py:147 +#: views.py:145 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:149 views.py:274 +#: views.py:147 views.py:269 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:164 +#: views.py:162 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:165 views.py:168 +#: views.py:163 views.py:166 msgid "Will be removed from all documents." msgstr "" -#: views.py:167 +#: views.py:165 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:198 +#: views.py:194 msgid "Tag updated succesfully." msgstr "" -#: views.py:207 +#: views.py:203 #, python-format msgid "edit tag: %s" msgstr "" -#: views.py:221 +#: views.py:217 #, python-format msgid "documents with the tag \"%s\"" msgstr "" -#: views.py:240 +#: views.py:236 #, python-format msgid "tags for: %s" msgstr "" -#: views.py:272 +#: views.py:267 #, python-format msgid "Tag \"%s\" removed successfully." msgstr "" -#: views.py:288 +#: views.py:283 #, python-format msgid "Are you sure you wish to remove the tag: %s?" msgstr "" -#: views.py:290 +#: views.py:285 #, python-format msgid "Are you sure you wish to remove the tags: %s?" msgstr "" diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.po b/apps/tags/locale/pt/LC_MESSAGES/django.po index 1770771661..3420f8a4a9 100644 --- a/apps/tags/locale/pt/LC_MESSAGES/django.po +++ b/apps/tags/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # , 2011. # Roberto Rosario , 2012. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-21 16:45+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-03 10:12+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,7 +38,7 @@ msgstr "remover" #: __init__.py:25 __init__.py:44 __init__.py:52 views.py:98 msgid "tags" -msgstr "Etiquetas" +msgstr "etiquetas" #: __init__.py:26 __init__.py:29 msgid "delete" @@ -53,15 +54,15 @@ msgstr "documentos etiquetados" #: __init__.py:30 msgid "ACLs" -msgstr "" +msgstr "ACL's" #: __init__.py:34 msgid "preview" -msgstr "" +msgstr "visualização" #: __init__.py:38 msgid "tagged items" -msgstr "itens marcados" +msgstr "itens com etiqueta" #: forms.py:24 msgid "Name" @@ -97,7 +98,7 @@ msgstr "Caqui" #: literals.py:23 msgid "LightGrey" -msgstr "Cinza Claro" +msgstr "CinzentoClaro" #: literals.py:24 msgid "Magenta" @@ -125,11 +126,11 @@ msgstr "cor" #: models.py:16 msgid "tag properties" -msgstr "propriedades de etiqueta" +msgstr "propriedades da etiqueta" #: models.py:17 msgid "tags properties" -msgstr "propriedades de etiquetas" +msgstr "propriedades das etiquetas" #: permissions.py:9 msgid "Create new tags" @@ -141,7 +142,7 @@ msgstr "Excluir etiquetas" #: permissions.py:11 msgid "Edit tags" -msgstr "Editar as etiquetas" +msgstr "Editar etiquetas" #: permissions.py:12 msgid "View tags" @@ -149,7 +150,7 @@ msgstr "Ver etiquetas" #: permissions.py:13 msgid "Attach tags to documents" -msgstr "Anexar etiquetas para documentos" +msgstr "Atribuir etiquetas aos documentos" #: permissions.py:14 msgid "Remove tags from documents" @@ -157,7 +158,7 @@ msgstr "Remover etiquetas de documentos" #: views.py:42 msgid "Tag already exists." -msgstr "Etiqueta já existe." +msgstr "A etiqueta já existe." #: views.py:50 msgid "Tag created succesfully." @@ -170,17 +171,17 @@ msgstr "criar etiqueta" #: views.py:77 #, python-format msgid "Document is already tagged as \"%s\"" -msgstr "Documento já está marcado como \"%s\"" +msgstr "O documento já tem a etiqueta \"%s\"" #: views.py:82 #, python-format msgid "Tag \"%s\" attached successfully." -msgstr "Etiqueta \"%s\" anexada com sucesso." +msgstr "Etiqueta \"%s\" atribuída com sucesso." #: views.py:88 #, python-format msgid "attach tag to: %s" -msgstr "anexar etiqueta a: %s" +msgstr "atribuir etiqueta a: %s" #: views.py:130 views.py:257 msgid "Must provide at least one tag." @@ -199,16 +200,16 @@ msgstr "Erro ao excluir etiqueta \" %(tag)s \": %(error)s " #: views.py:162 #, python-format msgid "Are you sure you wish to delete the tag: %s?" -msgstr "Tem certeza de que deseja excluir a etiqueta: %s?" +msgstr "Tem a certeza de que deseja excluir a etiqueta: %s?" #: views.py:163 views.py:166 msgid "Will be removed from all documents." -msgstr "Será removido de todos os documentos." +msgstr "Será removida de todos os documentos." #: views.py:165 #, python-format msgid "Are you sure you wish to delete the tags: %s?" -msgstr "Você tem certeza que deseja deletar as etiquetas: %s?" +msgstr "Tem a certeza de que deseja eliminar as etiquetas: %s?" #: views.py:194 msgid "Tag updated succesfully." @@ -237,13 +238,13 @@ msgstr "Etiqueta \"%s\" removida com sucesso." #: views.py:283 #, python-format msgid "Are you sure you wish to remove the tag: %s?" -msgstr "Tem certeza de que deseja remover a etiqueta: %s?" +msgstr "Tem a certeza de que deseja remover a etiqueta: %s?" #: views.py:285 #, python-format msgid "Are you sure you wish to remove the tags: %s?" -msgstr "Tem certeza de que deseja remover as etiquetas: %s?" +msgstr "Tem a certeza de que deseja remover as etiquetas: %s?" #: templatetags/tags_tags.py:17 msgid "Add tag to document" -msgstr "Adicionar etiquetas para o documento" +msgstr "Adicionar a etiqueta ao documento" diff --git a/apps/user_management/locale/en/LC_MESSAGES/django.po b/apps/user_management/locale/en/LC_MESSAGES/django.po index 67db714c17..5e6005044a 100644 --- a/apps/user_management/locale/en/LC_MESSAGES/django.po +++ b/apps/user_management/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: __init__.py:13 +msgid "user list" +msgstr "" + +#: __init__.py:14 views.py:31 +msgid "users" +msgstr "" + +#: __init__.py:15 __init__.py:24 +msgid "edit" +msgstr "" + +#: __init__.py:16 views.py:97 +msgid "create new user" +msgstr "" + +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 +msgid "delete" +msgstr "" + +#: __init__.py:19 __init__.py:20 +msgid "reset password" +msgstr "" + +#: __init__.py:22 +msgid "group list" +msgstr "" + +#: __init__.py:23 views.py:228 +msgid "groups" +msgstr "" + +#: __init__.py:25 views.py:276 +msgid "create new group" +msgstr "" + +#: __init__.py:28 views.py:232 +msgid "members" +msgstr "" + #: forms.py:13 msgid "New password" msgstr "" @@ -25,46 +65,6 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:11 -msgid "user list" -msgstr "" - -#: links.py:12 views.py:31 -msgid "users" -msgstr "" - -#: links.py:13 links.py:22 -msgid "edit" -msgstr "" - -#: links.py:14 views.py:97 -msgid "create new user" -msgstr "" - -#: links.py:15 links.py:16 links.py:24 links.py:25 -msgid "delete" -msgstr "" - -#: links.py:17 links.py:18 -msgid "reset password" -msgstr "" - -#: links.py:20 -msgid "group list" -msgstr "" - -#: links.py:21 views.py:228 -msgid "groups" -msgstr "" - -#: links.py:23 views.py:276 -msgid "create new group" -msgstr "" - -#: links.py:26 views.py:232 -msgid "members" -msgstr "" - #: permissions.py:7 msgid "User management" msgstr "" diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.po b/apps/user_management/locale/pt/LC_MESSAGES/django.po index 824d3bd529..280b20036f 100644 --- a/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pt/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # Renata Oliveira , 2011. # Roberto Rosario , 2012. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2012-02-21 15:07+0000\n" -"Last-Translator: Roberto Rosario \n" +"PO-Revision-Date: 2012-07-02 14:19+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,11 +22,11 @@ msgstr "" #: __init__.py:13 msgid "user list" -msgstr "lista de usuários" +msgstr "lista de utilizadores" #: __init__.py:14 views.py:31 msgid "users" -msgstr "usuários" +msgstr "utilizadores" #: __init__.py:15 __init__.py:24 msgid "edit" @@ -33,7 +34,7 @@ msgstr "editar" #: __init__.py:16 views.py:97 msgid "create new user" -msgstr "criar novo usuário" +msgstr "criar novo utilizador" #: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 msgid "delete" @@ -41,7 +42,7 @@ msgstr "excluir" #: __init__.py:19 __init__.py:20 msgid "reset password" -msgstr "redefinir senha" +msgstr "redefinir a senha" #: __init__.py:22 msgid "group list" @@ -69,23 +70,23 @@ msgstr "Confirmar senha" #: permissions.py:7 msgid "User management" -msgstr "Gerenciar usuários" +msgstr "Gerir utilizadores" #: permissions.py:9 msgid "Create new users" -msgstr "Criar novos usuários" +msgstr "Criar novos utilizadores" #: permissions.py:10 msgid "Edit existing users" -msgstr "Editar usuários existentes" +msgstr "Editar utilizadores existentes" #: permissions.py:11 msgid "View existing users" -msgstr "Ver os usuários existentes" +msgstr "Ver os utilizadores existentes" #: permissions.py:12 msgid "Delete existing users" -msgstr "Exclui usuários existentes" +msgstr "Excluir utilizadores existentes" #: permissions.py:14 msgid "Create new groups" @@ -117,92 +118,92 @@ msgstr "ativo" #: views.py:47 msgid "has usable password?" -msgstr "tem senha usável?" +msgstr "tem senha válida?" #: views.py:61 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Edição de super usuário e usuário pessoal não é permitida, use a interface de administração para esses casos." +msgstr "Não é permitida a edição de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." #: views.py:68 #, python-format msgid "User \"%s\" updated successfully." -msgstr "Usuário \"%s\" atualizado com sucesso." +msgstr "Utilizador \"%s\" atualizado com sucesso." #: views.py:74 #, python-format msgid "edit user: %s" -msgstr "editar usuário: %s" +msgstr "editar utilizador: %s" #: views.py:77 views.py:135 views.py:198 msgid "user" -msgstr "usuário" +msgstr "utilizador" #: views.py:91 #, python-format msgid "User \"%s\" created successfully." -msgstr "Usuário \"%s\" criado com sucesso." +msgstr "Utilizador \"%s\" criado com sucesso." #: views.py:113 views.py:167 msgid "Must provide at least one user." -msgstr "Deve fornecer pelo menos um usuário." +msgstr "Deve fornecer pelo menos um utilizador." #: views.py:123 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Excluir super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." +msgstr "Não é permitida a exclusão de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." #: views.py:126 #, python-format msgid "User \"%s\" deleted successfully." -msgstr "Usuário \"%s\" removido com sucesso." +msgstr "Utilizador \"%s\" removido com sucesso." #: views.py:128 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "Erro ao excluir usuário \"%(user)s\": %(error)s " +msgstr "Erro ao excluir o utilizador \"%(user)s\": %(error)s " #: views.py:143 #, python-format msgid "Are you sure you wish to delete the user: %s?" -msgstr "Tem certeza de que deseja excluir o usuário: %s?" +msgstr "Tem a certeza de que deseja excluir o utilizador: %s?" #: views.py:145 #, python-format msgid "Are you sure you wish to delete the users: %s?" -msgstr "Tem certeza de que deseja excluir os usuários: %s?" +msgstr "Tem a certeza de que deseja excluir os utilizadores: %s?" #: views.py:178 msgid "Passwords do not match, try again." -msgstr "Senhas não coincidem, tente novamente." +msgstr "As senhas não coincidem, tente novamente." #: views.py:183 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Redefinir senha de super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." +msgstr "Não é permitido redefinir a senha de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." #: views.py:187 #, python-format msgid "Successfull password reset for user: %s." -msgstr "Redefinição de senha do usuário bem-sucedida: %s." +msgstr "Redefinição da senha bem-sucedida para o utilizador: %s." #: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Erro de redefinição de senha para o usuário \"%(user)s\": %(error)s " +msgstr "Erro ao redefinir a senha do utilizador \"%(user)s\": %(error)s " #: views.py:205 #, python-format msgid "Reseting password for user: %s" -msgstr "Redefinindo senha para o usuário: %s" +msgstr "A redefinir a senha do utilizador: %s" #: views.py:207 #, python-format msgid "Reseting password for users: %s" -msgstr "Redefinindo senha para os usuários: %s" +msgstr "A redefinir a senha dos utilizadores: %s" #: views.py:249 #, python-format @@ -230,7 +231,7 @@ msgstr "Deve fornecer pelo menos um grupo." #: views.py:302 #, python-format msgid "Group \"%s\" deleted successfully." -msgstr "Grupo \"%s\" removido com sucesso." +msgstr "Grupo \"%s\" excluído com sucesso." #: views.py:304 #, python-format @@ -240,12 +241,12 @@ msgstr "Erro ao excluir o grupo \"%(group)s\": %(error)s " #: views.py:319 #, python-format msgid "Are you sure you wish to delete the group: %s?" -msgstr "Tem certeza de que deseja excluir o grupo: %s?" +msgstr "Tem a certeza de que deseja excluir o grupo: %s?" #: views.py:321 #, python-format msgid "Are you sure you wish to delete the groups: %s?" -msgstr "Tem certeza de que deseja excluir os grupos: %s?" +msgstr "Tem a certeza de que deseja excluir os grupos: %s?" #: views.py:351 #, python-format diff --git a/apps/web_theme/locale/en/LC_MESSAGES/django.po b/apps/web_theme/locale/en/LC_MESSAGES/django.po index bbbdd0016d..e6ba75c407 100644 --- a/apps/web_theme/locale/en/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-01 23:40-0400\n" +"POT-Creation-Date: 2012-07-05 10:30-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,18 +17,14 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: conf/settings.py:6 -msgid "Interface" -msgstr "" - -#: conf/settings.py:13 +#: conf/settings.py:10 msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." msgstr "" -#: conf/settings.py:29 +#: conf/settings.py:12 msgid "Display extra information in the login screen." msgstr "" diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.po b/apps/web_theme/locale/pt/LC_MESSAGES/django.po index a7d7cf4f6c..b62a0fc635 100644 --- a/apps/web_theme/locale/pt/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # , 2011. +# Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-06-17 18:09-0400\n" -"PO-Revision-Date: 2011-11-04 00:46+0000\n" -"Last-Translator: emersonsoares \n" +"PO-Revision-Date: 2012-07-02 11:53+0000\n" +"Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,11 +28,11 @@ msgstr "Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, d #: conf/settings.py:12 msgid "Display extra information in the login screen." -msgstr "Exibir informações extras na tela de login." +msgstr "Exibir informações extras no ecrã de login." #: templates/web_theme_base.html:101 msgid "dismiss all notifications" -msgstr "rejeitar todas as notificações" +msgstr "descartar todas as notificações" #: templates/web_theme_base.html:101 msgid "close all" @@ -39,7 +40,7 @@ msgstr "fechar todos" #: templates/web_theme_base.html:102 msgid "dismiss this notification" -msgstr "descartar essa notificação" +msgstr "descartar esta notificação" #: templates/web_theme_base.html:102 msgid "close" @@ -51,11 +52,11 @@ msgstr "Login" #: templates/web_theme_login.html:18 msgid "You are already logged in" -msgstr "Você já está logado" +msgstr "Já se encontra autenticado" #: templates/web_theme_login.html:21 msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Redirecionando você para o ponto de entrada do site em 5 segundos." +msgstr "Redirecionando-o para o ponto de entrada do site em 5 segundos." #: templates/web_theme_login.html:24 #, python-format From b74c66261fe1d55954da58268f7d23c47623eaea Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 5 Jul 2012 10:33:51 -0400 Subject: [PATCH 08/71] Update translation files --- apps/acls/locale/pt/LC_MESSAGES/django.mo | Bin 535 -> 4130 bytes apps/common/locale/pt/LC_MESSAGES/django.mo | Bin 5561 -> 5772 bytes .../converter/locale/pt/LC_MESSAGES/django.mo | Bin 18886 -> 19562 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 2030 -> 3913 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 1796 -> 1789 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 4130 -> 7466 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 2106 -> 2146 bytes .../documents/locale/es/LC_MESSAGES/django.mo | Bin 22455 -> 22797 bytes .../documents/locale/pt/LC_MESSAGES/django.mo | Bin 18402 -> 22336 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 2177 -> 2159 bytes apps/folders/locale/pt/LC_MESSAGES/django.mo | Bin 4480 -> 4483 bytes apps/history/locale/pt/LC_MESSAGES/django.mo | Bin 1349 -> 1712 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 535 -> 1208 bytes apps/linking/locale/pt/LC_MESSAGES/django.mo | Bin 4337 -> 7356 bytes apps/main/locale/pt/LC_MESSAGES/django.mo | Bin 2716 -> 2705 bytes apps/metadata/locale/es/LC_MESSAGES/django.mo | Bin 10067 -> 10067 bytes apps/metadata/locale/pt/LC_MESSAGES/django.mo | Bin 9861 -> 9917 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 683 -> 691 bytes apps/ocr/locale/pt/LC_MESSAGES/django.mo | Bin 8123 -> 8672 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 2392 -> 3361 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 615 -> 618 bytes .../scheduler/locale/pt/LC_MESSAGES/django.mo | Bin 535 -> 903 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 663 -> 661 bytes apps/sources/locale/pt/LC_MESSAGES/django.mo | Bin 8197 -> 10070 bytes apps/tags/locale/pt/LC_MESSAGES/django.mo | Bin 3683 -> 3757 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 4805 -> 4881 bytes .../web_theme/locale/pt/LC_MESSAGES/django.mo | Bin 1731 -> 1735 bytes 27 files changed, 0 insertions(+), 0 deletions(-) diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.mo b/apps/acls/locale/pt/LC_MESSAGES/django.mo index 77ed4241fab8562da4ad71eae2c3890dced0bb5c..6eaa64ce25f0d1a1f17166e3687fba23bc1d85cf 100644 GIT binary patch literal 4130 zcmbuBPi$009LGll#QFzB6hYJhE!~B_?k*sO#Y&-nkfg1(Ej=h=rteL62j0GUym_ys zBpwJc8vh(H5-%odh*1y3gYjU($$HjCR-909w*w=;eR?n8eKgwj6a;N9R6@J{d;xE4%6eArv~B6;tC zE5T2}7Vt~38~i%sG6;ic)(>Kc4S*znG#h^bB>4g)`Nu#y|7no){s1IBKFh{0fDfX7 z5hS^nL44Ss8UF>hpuZeOqIo5d^n3=Sc`t&rPJ$%=7)W}Z%*IcFq|d7$o#zaA7x*4n z06zgc!5=_cw+fTLg|F6v7-GL+5shC4X`jEqKJXu~7wmyB^3Q7^{r(1cKX?YDbAJTV z{I9?R;0hd`)(wOG;8~E)@gsN-cnQRZ{eiEI;C~?PzY#yuxpUwuunVO5L-^Vc9tKJ7 z`yie75(pL9?;xGyZ;<3JfsyFNP4?jKL$z8%OJ^p1tfjn1Ys)nF8CyP4(tXmf;4|U zgup%Q0cxXCc?k6p+e%}E{6U5MK!wgrx@@Hm$_~^V>Sk1^%^pXkJ=;)As8mQ7+K+6u z1(jl%3i z^+GnKLOvqDZ9*lxb)eP@#UJC7I^wMcjC9R5Vohkx2{+bJ-n4V!M^bn*yed2%S0xW+ zR8z(%9q>)9xw&56Y~qzj1hMo|sX0AyRJw8AbTo_elozzcHzdvK)+D8!vwb}S#(vo? zTwfS;T~`{zT^+=c_PMW2jKN6q8J%#GWQ}QMsvL*2Dqek%)?BP&U%q6L$w_r0Z}#5Y zdc$u*KqRO1F?kCbEGS?h6?)(}IFa?rNs;(5x5n%9RCCLkkbBKD4n#T$4LcZEYq&}V zF&Eax9c%!`<$99aWzw)AInAru_hiI|Zy+uxxayHLFGv;>ke=D2t*=3)v`#e|Pg*3fCbTk|(QKlMjz&JycVceCM0(+lDp^qg^c5l>E;4~iKP z@V?%`(UuVz>L_*wO+|Um{-k1@F=$eapFtVh~CjdejK5f$l-Nl`2F zVVo(!3L|+gJInO+bVp2r)ucROj})esF@-Qalq0>GDfpSBLKqkFErSOK`{wLc>L|AK z;E6=2IAb#*P8-V;aUt}D3ifcfDk3A}u0vz}&aSz6wCALZoW8)-o(d{uzH36o4UNk@ zj9Z5NBoe;UucMkN^B}Zc)3t36Pn%u2fN$*LrF;wHp@@XdGM==sokr-i^P{sL@=(J+ zN^nsR)7f)+ex^w!H6@28DFLmBRZzWYA!&wbvni$x_k`3H*<)wlK3pECo~0U1ZQK@P zG#isOnkl1Lo)k2GJVC0ABuXKwMQ{(JGz1mwV7;SF+K1ikB+k81o+8&!sAJzOtt=Qta3uVqun!`!@q*2Zt;Iy7c7TLzRrbHB-ktjo)Sm>iACte* z429Q3M6A!$(^RZ{b&?E)33%)>%TQ|(v(SH?YlWoMz$OdI4#G?4W#O6)H3hKnU{KPD z2hHY7&r$b-6}Q+-J0bN0tGmO^0)YNIETU}c@++>~HMECLX%NjjMdKIBd43h9Og)Uh zC$YVtSze+lg8DduID(KQlCvuYie^(nNSC_=clAf9|Sd^KsU{eGU&?|xn=%wf9RVC)6R!#oM`3(TKDI7Qe diff --git a/apps/common/locale/pt/LC_MESSAGES/django.mo b/apps/common/locale/pt/LC_MESSAGES/django.mo index 8001bb6b68a40210ba7b1c70d365dee532723af7..c408cb5dbed6bbce6f16e74d043f740e93067601 100644 GIT binary patch delta 2459 zcmZ|OTWl0n7{KvUN()q=EiE@eIEYATyQMAnQmIfbL686<8*5o#jjmB@Cr&}uRuRgAucAD#9~rCO#14$h z|6jm&`F;^41L;SUnu>4WLi_-wBv)|}{)ke7+OefTyD=}3tm38?w_qb0l! z7VJc+?F+aR_o9^I3zS23w*37E9LM)-D4Dv25`dae%D@Qe)H=vZ{T-ggK z>9uP@8NUK0fUQW<@@gkH61j(bRF(^8NB+FqR&pn=sO&(-N{QO(au}bcFQg~v5{R^} z62-G6Wt0p`Yop7iB(t)KYI*KPPy|?&_Qgg}*QVwYxiDF6Q z{792mYzfQE16k_?g<;*DOPB8bVQ1W$iphcX{G5~W zb<+2An3ZLHowD(z@y**d+rV=oCm@{S&xU|fCe(a#P8i9ZAL?x6xXvpk+nArp3yD9;kr zeWO~nO?bv}Rd3*!pmb$e&X2q5W_B7K+RUKQ?CV~5+C*97s?|0!?jTb?@MnCWZfA3^ zpGmt8S!by=#p#!8KN|%P%o15o`|+6iz116S6xkp?P~SJTaBRTI7(J(H$PC!NOxEkS z!913*@xS%Q^X!GRq{>mL^_kEKjLv%HJ!o4FH|Ym~jeHKk5JgLyoFBC5O@3tc?yMzA zN#hOOn@1N;%5!1iRL;8EXwS(Mz6z6Bm%><0a_)SKD;qXcrhO;g(Xe@1;bem1kqBy5 zipz4Kl7k$N_)J5hmIGKgrjuk<^5eySHtcJXjRnrYVASVQ_rA!9T+8m-)N_ufHp$+G z{4mTq@zKWll`C}^UuvB9;)8Y1IG(SJOTG-}skC2}dT1%ib+RcZVk{@@;ltvs6QAiQ XXT<7$*C$7guk6dt0O$FC=2rg!Oqak8 delta 2169 zcmYk+TWl0n9LMofp+J##>1ClJEyEq!-7PHzw19x6l2kNAkZ4fJusgtn?oOGRtrQKb zJQzZ1luS&-JHdEMBqWpv)Wn#LA;jRLZ}4C=!H_7v7!woY_qQ_zPxe2bxtu-oKmT)f zC$d+%D>qxFzh!7c#6n{Gea6^0GMxkMPQ5W(@J}4X-WkTw#gr3|CBB5yxPJnh@FZ@+ zGnm02@j?6t_5JxXYgWtxPPk_}kdIl$K?7uP7j8s7pTGqep%T4-i|_|riMMe+w$3u9 z54%xwcmdOxN9JJ0aW+=4-BgS@%}E0{&ZA!RC930Oa{U!Dw)qZ~z%@L8zhDRM;LGao zU?(0y&G0m~;_IkH&Y>pu38wHe?&JODdrlb3EG8`_(1rR!FY?H&$6nl;JooV|*W;)P zwBB#b1GpCZ@d?yYoWynb8fpo?K_&VdDv>|1qD=nfqz#+q!~-owK4voqB`}Qo!X8v5 z@~DK5ARiNQxKU@!tM~}l`|11`et@dPuZg!3Z==Tjy@~oabMiMgw%}~C>A_*t%#Nc5 zcqj3F)Qdkt4e&Xt#FtQ;_9|+ItLMghqz6}Uy%V)Z0_?_jQA>GsF7;Q5e&&Ws-%d8# zM2k?@8?X@{L6vwXDuIKjnR}=gzMOb6d43ADNzdSZynvceQ%l@GhfBHcuW+KZeg^gP zcpmlQaa1C&Ad@n0<8$~KY6>*V8EyP+PL$FP1?cqf2jSYm>QY}kpGODPOS7r1QT}Sj0{lp4l z4Y8V-dVei*m8ZRSGya3n`f3I$XD^W>w7Un0Z3I7>TBV@2sWfXft+U#rF=k$(X0K)u zi;0ayGXJ=gx>kEArdD=s68)*DX?fJx0;a2W7MEV9T9W0-z3qwG4{EDoYR4gtgTzW* zEngKxZ8P4u^wW%6_0hFClf!-4zFw<$-N2d+-D_yGciKUi-Q(M(V8jkRf53XmJK*@C zhk@<8p0&x3Z{+;=M(&VTI&P0R$1h!J9ICVIf}3}}l3nnuyjQe>a^497&+?t3H|7?+ zAnHk{qpnms{d7>Sp3{JKsXAG5i=Nrz6r&rd&ge>NX>>Dnc6a%1k8#c7g%|_I10=r z&Q&wzX5eJG4&2ZkbE2-AyJvc4AMqnT z`r9*q-+Qa-R-HOkb*fJ9{ZBpk8pY=!5qJXE1=s~Ihn?^P@M-WtDCPbPJ{umz&Gqmscq~ld8u%Kx z0p1CZgFlAy-oyCwWOx#MD(r2cbE1*2T3HHOgA*xlsaC{t%l=Q3N zq3~QtRa6d=L_Hr$edeLG^9Cs8z7LANz64K)KZWh^WRxS%^HA+4Cq72 zcO8`exeba*eH`*i^+hQC^nEDxlS&)`o($#v&xF$dr$Na#1~)+ul11I@cn{QE-w!cC z^&2StcO;$P4~L+<@1^i$cpVhI-VG)F!;U|9JOU+3drpK>|9&XxMj%aB&v(yX2*qx$ zfuiS+KxzNIQ0(IoDD8Wqw)H&)N;?Li)FTghrAlBMe7)mGq3Hc#cfE>>5w5$S=;K9D z>VFHA`h5=aD)k*G_4~EEe=L;{dpjLUJ$j*rIVk$Q#9i-(qR(rg)c+1B{qQ*`_V7(8 z?RyYPeSZa|{>Sr&p{ve?8csmbTMZ7w*FfpluR&?w!_ephrHS57;g6J;gPm{|$~^H# zDE9JMDCK_}Zh-#@WgMJNuwDC6c{cl}HE{2APo z@sojPz@1Ray&6inH$n|>cf1#hJv{1oD4inhJON6&jN?|wKNa#v#@n?}+I0_n0=yTl zg7>-WhoH3U`%v`#8z}a2EXwPKZEzFZ38jA5Ln-gQuovC~F@5zY)bL1ND)s7v(vCqW z;GVlzQC^CEsTq?}Jj_ z523v8po|@V$3nS(Hk5Ydq3CNnTm@(0VXz7hhcATEFIPcHe>IeJ*FdS)_3-iVcKF4E zl)4Lwy317^g|aH@}6B#%Do(7 zV(NOBg`b3C7l-s%yE+LDa=iu0{PtQX<-ZF)8Que>{a=9^e$PE$)oc6lnNak((Qyh& z`By@D|BX=I|1ro=QU3}lLapwz={7>?pNpV|mqST+6O{SnGjJn(*zsfrm*(1o^85;T z7Q6w9p6`Q)!iOOL)DPYD$?I&pGEnB1K`8HeE_@1n8DyxaYaBlYQI&caN_~$$)7sY- zh{>r-ptSQ1Q1tdbDC6vNP|Eohd<%TsdfQJo!b7;e8;ZSr21@_l3+4Skg)%M<-C*bK zHYj$o1s((Q@F*C-^Wcl2|&$aa%hN90M@R@LryMHZQ#r3UF>hXT4;isYW z@4rK7=YP5T$DC*DzX3`;^HA*JdGJ|q7Bc0kSHTYWekkQW05$w?D0(@1z^;p3Q2KQa zik_~7rXEnn)%wGDWDfpy;~<#hzXYF%@+Ul=1#WcmjODUH=ahy+4V` zL-g`&DE&GD<$e)Ly;xZ-J8TVs{-wsoxcl zrm8!j=;5dEsqm2V88h&BD0+D=6#IGs6#c&)iXGnxMW3I6^4{-2hK~9Hl=9bXw)MCe zp33#}pbuXGkB5&yv4d4PYp-jd=w~~WelNpUz*j=4$KhM-{nMc6Ckv%sJE8RNE1=Zt zP4GncZYcKgc_{UM2(r|vpSb7x0y|zdL20)SCI22M<^4G{{RL0r`c5eC{U$sZ{uqkh z9)+UsCorfEgNH-W%Q5f?FasrhA3OwZfYRYqe55S-yxcP z3txz&pS$?tA-(Ah_&Bo?tKi_5Sa_p&nNlvkI1*(jrESNf?r1}$ZL@p zS^D`rH%@go=iq1D_m4msN7Kl^AkRhQbGwDQ#!+mc-F-LXh40t9>u*AhdCrlBl3BVg_?m~$WC{iVl`j-+{H7}oA7JMJaV_Yw-s)4-({SffqcSUzsT|RjyvF? z$X~i^8IS4bgM8^hUVvQYZvK_yN$@pDfNVfQI)gmhyP>-FzN$0no->$=|cWKSnVWl*$+e*PywKAi-J9;|$dfE;8 z+Vy4JHurivddSW||l zr-PEO?CqdZ^!LyPQ|YOo;zjd%(c2EZ1p|}gdWR0m-i)sXis6*62ZNa)@k)BDKjS6A z?)3IhrQlWLTFFbK0%4qt7own=xJ)ZN)j838Vb-h6_uTih z4*WUyf?TOoi)m{TMmjs*YCY7$sMC3y6h)j(MvovPzt=b^CAYw zbQGeN)&t{NI&V|t1tnhMjAxS<`|J8L3@u77GO$ZQ#kWmnd~U7jn6Q?}!{D-@GSi{5RD>k16dAMGATESDm)F(VFs)?Tj%-*G zTdkU@sS*cC;4|DS(xPHe@M%j}E>m1jrWjz_F>hx`+8%9`QD%(9F?zU&Y~ft2N9j;K zY+fFgtF>`I+U@I^$g9osS=Mh!09ddb3D_3oM)+L0U9`6!g> zR!_{<%2O3APYso)qM)b+VNmp$aNQ)cWLAk1Z;Fgdr=p>1OmoHtE~;nS6HM!(n_>&r z`rJ%zMxu0{u6j&@Nm%bWX;ERfwPM&EIv~)(|6?#m}TL3D&C3 zV>|oxcqyFIalxzTiAjas7j<@I`-HX~n9RE|u^FZLrKys~5-sb1SYEr%4o`M&?j7vi zkjtsfeyOT92Q#yJaK7S|gF=QLX5MStJUGUyf;cf2Cc{`JKiemp8Fx|Q?@5^Jqg_;e zggiBwE@hy4x=;$RqfAU~+$Z3!81bft=2LTXCNerOF*2~pnPB7I#E`}(5ih^MLXld|sC4WkCL6jQQF15K zx8&Z$Boo^_o+qou%#xz*D7Plp)O*Se|GccN%$oE@)+?l=ss4VO+q%(Gb~>oi?2~>$ zyxr91)M!vZ)!}ra2WrJ2?6f+!F1Fp=G$qN_qL|D%Cab2qgF!^0;-RsoM$;Yxuu9)~acCA%?BTMRcILE|}n7u#NsmIaN^y=lxsVD4hN+@1y-ou#nc-1ci z({5>3qqR~JWTZi;7k$&!yJUW98;*QG5x0TeTnF}Q65_RHOkID=fxR`@#afs;9^)fp z^z%}GQmlMiX&!GZuBTifRVBleoAH7ub=|jBedc?qy=hcSWAek}{kl75u-B$aLCm6P zXTpIfQTg1CfidhJ`-^P1<;QohxQwd2C?<=RqOjC3y1Z8^>p?aHQ@Gf6mY!t$MP@rC zk&OiGr)6r-I|oIU2sXx%A5PO1I4-Gw(wv}H31!J_ddP_I_UNG!w#arPC|IXJhKq4? zjUn3gD?6yn7qg)ePrMeHE;c*KWu7!I7|T4KlND-F8s?NTdu)cc?0KyL=ka$IdvgQq zVc81TRnd|l)lvH3w_7mk74RzaM%`(#i#7ndjfK9j%dEk3vq9poRrQS1rO->#nWlc1 zvra5cx%a8qd5a z?k`4LQTcg%U7YW9w@zpaLe}hnOZm+Ufl1|+ssQs5ZaCnpKmsTC3$+ZmTa%TiSk?px&|;4Z0RAYTI&^Sz53u zvGLy4s+k1t^-{BzH#a9}6vW{M_SUS1<`&K<>W`E-@jWf#4oVLWP&~37$_H>-t zv94W@iAUVi(Q6A>F~?5MGz$0y_V9tRymArDN_*I*SBm4a-Y#E_`)G;HCC*Y=UxY^; ztMOSjHXe(EIqk#DosZ>LID#qoa<12|{po4e3Jz*n$~yO`@vy={?PyR5ONnPUp4M9t zC(J$_FhgZf)?^uy?y+?zO?J8KX6+@{x<`#C9DY`0CnTFcw=7I-%WoUuu+)^LCcK%M zbZ587GjHR3ig^jOjN~@Sl+~^$-62bF#|AkyUODTEIoNxti6tJSnG!h8k+sW@a5OpN zkwh%t>~_ueO}gIAU&%5cF1g@a}`ntu`b{k z^y@XJwz)@Z<27nRUSL*DdsgY0)s+(fH4)YPy|^xmAG63v1?1?b#mSMByEz!**#yVE zp6iY6_zkj~nviX&oqyGKX?jW44hD>zZq9~9*~!wXiYuNy@rXDq+pNPSV3&#&+jQtrgN4v+F_Ha2Ff!h;rR*%(W1**(&Y?CflMk#7C zm#uqYO`V}q-(6-g+(Pln!)RWmesH(x+a5hSo;SW*+Q9U=oML%)qf*b)IQzSZ@=VP) znG;|F5N5ILTI*EDz~g+tk7P_Wwii3xDPnrklU}0`bM%v*KDK%tEh(J~(dK-ImgjTk zxKbBu<*KeH%8Z5_Md|Ii5pBFLwPO;ybLVi@gWa*a`HmgTJI7^5l-o3_^I5hAY<q(qOto@v48!t%K z`lb$z)vV8#ZluWygQRCX5949&k2UC)BOoaVqt3GA?F{0$=Etk^+a@wu zP8noGWpL^lw>@3mJ(;d`neH=n_lEv1zV~%?kuWpnM%SWrXJ%MTy1V+j&pe%Ti>}op z;$4};KmtHv)UPKOZj;UFa4=KzgJ|J)efI8Y`#n65W5J*#wL6D=_Mj*;!I4Kl(TXUk zk%MvC=GrnhH`l@Lnls#Ke~)Prn+VZN+*!4a%J{`{+*xuZbykzkwW~*SqeBh7b$4{F zmJJO(m6188-^@at)e`1#mX;|p_LGg-JD+>gqok;m4sVESamSfgv+KGTWkw=W$v3TX*DHa6whmh5e9 z*EOY+b*$(WIaIWda4z>9pG-|@ahOsK>^(r)Z2TrZNpFA9=fzEdOSK<~aw;{%G+bE^ zVA^A6f}VaEha!-uzF*chjJa~ak`t~9DNWpRe?yi7;`n$GzOWf8#f=FiiqshV#$PFG8^)}+hgrZqD27a`C7)eCr$c$t+2E#<2tSiIJ%-|#LvFJH zOndS#9h|C$qHLFgMomg$Pqnhj*7p<64QUQ$HWk78&XT-vQ+X;dbJk3>aN{(dV9X2a z5l<7;ZEsN8EhB?(>bAVIyo7N?r zB&BdUIF?;1tzRM1`IyHzQ~gSm&%`^`pc%fLs<5I2bd9KtE@P)s4}A_12PGC?4l1)D z2R=Lj_VmzO689vwzCyY+^oqnf*J!NM+Nn8I-%Ab~Fq@ul%`*J|68UT%a@BwhZb|Ac z@lRzNP`}I*%fn$Ui#AL|6fNSYCNlk6eenZ?C{&wV$kW)Rs3R83=c+L@Jc6NK)S(B6 zdsW>WC#m|iY>h;NzsDibbp5rbb}Pn2-AJR|wu@!J$PWY<8U#uSneHnxI&ev?=

n z6dQJX(6U-NFlzdW>5tUSQz(&H`X+P{Q$}=4j8r0{3-78F*x!-Uw2IY($mx>UX!E=( zC))B$lSQG_bXYEqo7y>~DPTI{a}r34>eW@-!g394rFK0~Q(i^8YQYL|aF9e*mw8}AtIZG0L8cjH%u(#Qu|N_{44E+Mk|63bfz?!R zb-UA}i$bkw6x3))56d}|&C*;4S8Hp2a-^{+-kKKidlq7?_XeY<5i7Or6ep$;ZcPW2 z^P3i>cSk|{k;DX2Wftwx2aBzGe`4bXC=L%g;T=dAzU?spuaP1WN@s+`>| z+?WI<-9})8nUTE@=S_w14?9Hb6(gBPXp#xl2F36(kI^pON|<hh8Y%f^>|llZElF5!yNw_3vtXN^i0EE>qTbPIJ;$03fA}Rt z^OXdciyk-SFR^8|o3%fR$nvO}3OK3Z2R=*AbLEz?qsVTv>?$L1WKWh z=hNG6l}dY0n}~8F1Z_jo2Oe=YK4DqA!1G?>#*b0RIaJ$R&2(&mH6^iYE3BF&sl ztkF%OX1yl$U0GG-1g>oQRd&9FXmCGpKXpB*+~RxkJ7nL^_VkwXRaZ`(>U~M%x!K9F zTW%MGCh*MADTjDO6kiHvWTinFX)HR}&G$ut=XT9uu>4+@|FZ((Vt)t2aVW#KmYpIZE8W&Z-xn`~5@dYIiFL%9)PZgsb;-@JTc z&T-eOMrIf1UJ{)q$%OoXoYyo$)Q^2|+6AOV-8&m`>ZbT~MdM{kaGHaBGiNIsn>NOv gmK%f$dz8Ua2_;7DGB2A_ek+0tE5lWZQ!csw7rV%hhX4Qo delta 6166 zcma*p33OD|9mnxILRe%8ge8QqJOYSe35FfSNFV{i){xYrXtjMzCSjVHdE?B4ATDFI zf+!&PL{Y0Oia?Rg6tOCT#$6Opa6>6QdK9gvt;?}4we9ye^Uy%)IemwJKKI_Y-TS}y zzTwl=zUN(E@>o{$Rfgj@(L>SFnBhKbPle+|mNB{b2~Nd~PR7i}S=bfV;w88n+hB*z z>GmGjllpKx4`<_0yaBu5Bgk`;=0ytU(C{IS!8V-D!4e#RSKwG&gxzr;>cvN~1Ac+@ z%`~IY!mdb@8I8SgCTd_I&n4K6`a`LD(wMyz`qA(n_D5f~F@-n)JK`Kv25Qm5#h8bi zP!E0uN8kz1o;>i+kmQ<|JzvKWyx+V_p*3bQZ2DkwkS22;szYU{kvgac zUysVzS{#Hg;9&gHJ8zLDwNF5rOb9b^5uS~AVm_|JA8Yfy7}6ZXNC zs7y4VI`*8`ehiya*D%$dff_(B9El@Q_tm1N=vvgWT7kUMtm(o0Ypx!rK|MT(?eI9N z1Aj%Wf$vZ^=F!WESco*4gy%}MsBc5op*et>!Vhp9c3~mth2_{6Yf+iKtrz*%4ZCQN zFL}O?8qw#d5u8olb-o8OXmcLw{0!9E37}Ga3n~K-qSnY0r~w{Bb@(gPKss9Kj#xx#;&?ic0-1ul^R!psq$`WF~3^b*K*Bi#*$GMRo91ul*C$qWd1zk!JMD!W>kF zljA6;$CFX1zZ|s&YEdIfpgOo5mAb9SPBn+n!jDjyXvxXRXrZRE1~s61)Qi`mGW96x zc}J1&LDGCjK_7^LoYf+^4E2Htj>Q{MtACHz{+d_+05$TjP$O zYOlV`JHHJF^M13J!bmRo%sY|C)q2oyw6N5(8np%%d)|v0>2~k@UeDvGDf010+bkb7 zuu5!!)z}ils`GwRM?oXL29@%as70~`3-NKBh@YWGHk7>TffH~zRw4`CEJh1ApgQ(E zY9Mc-o__*0#Xq2SMH_mT)C(q4XpRezY?^B^g6mNo>NqexXM>O?GYz$75~z&ait4}` z)P^FQim*5`>;XY{;!}xJ)Vbp!2<7s^{5U#gSzo!&u>u=Y{O?y zFYJx1Lo*uHekp1|5mct)*b*0E8(fZU@t(otUvsjN2Hmg?bzuW))jok4cnIJ38S@ru zvF$2I{~8{`+0?tUl$DVXUV=AbTYS%J{{)pGt#tmGUi_iS{47a9FOqujDrEhboj3;H z#?%xrPfWiVgxVFAs4v>k3yZl7`6BkNT!o!JB8LX z>_%ibZQ`YzO=Qu~kz;^=wBTRqun{a3rcDv%L0SVJ`Iq>ii1S+S!ab z_!@S_6R0)vZ`1(u#-}?xW<2@VNG_s59jQWHcr$9Qx1hcUZ=zCfE=VuBJe)ywIw~Wp zQ3KeA>flGH56m~1i`|OS?IVyyXC|XMGOLLETNJ8j&>Y`{>hVfc$2OtXz;4t7_n}t( zab$s;))%Jd_yV-3SD-Qx$H}-9HHB}W2J!*w#qB1fGu1aqp%)EPaVXXxTi)D-y6{ER zB07dlr}+}K&xaJJM^=QYUy4~+i@otWuYNx&BRf%3(}?QG2~?(&S*#%4I1>4|nW@Nv zHg#V6R@55Uhnk|pp5LH4)?-q7t_x9_n~u6}F6QAP)D&$-4e$_ZV7`*nk5STOQ&6h= zV+M{ub!Z%F5zX|@*I*&_`N+G?Ce+CPg1Y{n$e>JSX?pw4#{SeD)D)~jWnu%WIGexxD1?v{ct8mFosI)pHWlho03kYg&O%Z)ZE+H6BlAOuJ+FFK;8cW zDx)7`N8WF~_fE8%noi9SRF5a2=Bg5P^B`3<3CFHuFjM?B(&GqZa>KuO2VL@iNC#0VWvxa%@IC7+@6 z0`ZQTIL4$gi|`FX>tY!ZCr&?JrlG&rSdY(n<;QR$QB52pE+=&COk-S6W+Iu|lB#Qm zyi44x3dfs-MZ8K}Pi!QfCdLz25}OH4*&W19#7l(Mn%2i5;&$RX;tE2?Tf}1Gx5T5w z1|nY@cQpkta|j*x6Ymq+F%J?te(%21VRY-)DP2YEadSH6UbK%=(_^JqxddAiw|I4J z-IGTHg<-_i#6qv}HqSg<>MrTnJNY|GYrNL&xWg+S!B@QUD7=UWc=c`g5K%$AM$9B~ z2(A8;$Fp8xKi*1|d-ZwPlDL*AN&j;46{517&~YwtAF=fZ)n%)*O?8w^5(Q^xM9$dv)rKt85zTdjVmm4?Skz53TJL0mT;^JCvL}r zjx|1(ZYYSQ8wzTi$U-|5SlHkeZ1uSZJ6-JyyVE<5&o6i4iAsMg7)@B!PAqKmj6lS1 zN8@!NyUMZ3B8foEKhKWTxOV5>4F@_``OXU4?%`p>-I}he+lB3#KqPJjBcWg<;66FL zyW2l|n0xk!?6JYXIIE<*EPt>S4}`5)peh*V%AgamG2s-LN!;N?tm4>}b;0?LRTZ$x z^t7;hPj=5dy_T!1?5aTAq8nj5YU>ie6QdzuHEwkeW$$$Dkwxy_Zd04wXeK-)a%_KVo4LNCyxWU1-K?TPM0fYnqJ9l6`$T>2xCsTxih#c^7Ej%B za$%8^@_9TiKF^7oGo24uiNFF@;QxPNzzW&1nz|TWZTj%?kXzjML3eTS-kA9qS=yY7Qicb{p1?vB!~Ze&1y+a|fHcaN9$?b@V2 zn!2zZ3xw>rd(Py6XGNWcS(AtO`d2!UtE^&8s#Q`sqvFRe8huDFTTP+6Vagb{Ha|Jn z`EmFEbe^rk4)(Jl8@I+2tb({HjVD+ZslCHy^44-{S9zPBlXX$PE~)QCG{82A2V(Ps zRZh&^J@x!TZv~BS=gyn#?i@S2 zcX1{DfJ#V6NT@2}B~+s7LmnVJpu!6}kl+RA6M}~d3BeNrBqUzp^WEM1;o9xUbD!Ov zneTjm&3ygl{U^VtXf67u=s$RuQkUiV1V6OJlS+LbF2Qr~SMW6aHsA_B2t}U6CRa@AA*n6yaYw>PCdR=f8T|eqAYB{8}R+`Wq1m{0!7}B;rrmv z;JxsdkU#YXKQjI&D0=>-e*YKzAn*T$;-3>N7Jcr8d{VmRB9#4G_4^a>_rzii{+#cp zaB>^|7Jd|-M3~rd28ws%(uk(ZI>NimG>J2Dy`zI8=PqB&UaUc9J zd;m(^0=NnvgG^Np%D&%%GXFbJ^n3}5AAbmCpSv}G0cHNLq3HcbC~^8Ll==UGqQ^-- zikyd`tZzW^|3!#t>Pd+EOWkC?=&(py=q*j++@On}B`2kQjQ%iPZ2dHS zkuFWnn6wAzpP-A6&eFvuO_az}%x(8?IXP20XM=nMDQ5mBs-^bvgiKD}s9GSYTO*%J49M*R(oRgZm zyfg;Y*g8s&2;GePCNZ)4ic9cYl-X|X2utBvLFhbhW#q7;a;C8B(q7arveE|Ki(=~= zsP0^>s4p!*ttiqdznkb+ummQ!K<(0coqs0lbXI2f6A-GVtE=!Uv#_H`(6>p z2aVZq6+JXPJpN4N%cPm@Bc_lS-z@Mw(gp)9nc6P1R(%cG2j%?Aw%Lb?t=Gt;9ox-pu68E*rEQjp zs9l>S>bbN`683m&S}vl;H==OKuj;dl<&q_@u19uMs;`h)g(Bo=sOq?>F!CZURQA>& zszX(dm+yS9Hc?{YobO|s_Vax;cdWdc9Zavphozkpvoh<8IQJ^ELw6Ig`N6=d+Pi8y zb2mt-pc4kyi8m?V)?4PlqYiHq_mE#v|`F<1zPZxb3?7Ftz&+|dM+3a%;ioHhH zCC$uvlSM9TCbG5}d0$w+uzhtmxLlhaY+!m@pKq<44_X(3m5X}iQoHqqp!ImG#l+y6 z9Y(VKp?MdB)?+en<-)lZZQ&W?^I$hKsgDhb-`3a1cc8vPvfC&d-_=hJCGmN7U+PP) zh<0COUD_{5-eA|7q^-BHsbH43da<@;G#WK>5ghgGtf^$a~2zb<#aDdqIc_*E`? zu6((|b&<$(C2BUYIr$*>erUJ?4}Z|PN%qFCC7S#k->$YC-wBPJv14=(iP8;IA2@cK zNF%PAb6D4eb?>9HATTo>j&E}_BT!1iW^Hn5@ZmSFuIjM9vz@j+M;%iN3f(eC&g*pi z%4C4kI&kUu&d|mfKG9<89vneMs4K_#Rn~F+ysdOD=%kcVZAT$v@kHx)SY|PQZprwy z*{VsMa+T5(J2drvZpEB)CWU2#nv#$2a(XE$CZslsDIAw96n9fhBvrh&+EE^&?!Fu@ zFY%vNncCjD0@F2hRhi_+TVBicazRBQ^{bLrZbOyQVeMV@Wr+z9kiDwW%agRF7D!+v zaY|=WV5mPheQri|f0BcTXGrxakH&HPOMbajE=)8pJyDxa9x||RyJQx{^jXUBtRBrN zEe>a6jPj-G5x1m?r#2y@Wblytsv6eM zZ0OV`rAt=M;$PJ zomBpFV?xUusd$V`c31r)q2`F-9Qk*{sX7K_&BOiE_u6B8cxSIvC6MHYo)7vmAwwg~42!5`UFY3&YG&?h?u_BvynQW) z7Ew@AAV>?_RS-mv7VT_Pn~YktixPqg3hIC6jUDFP-@WI4oOAxn>+Y|uUs2K&IrU>aNnH-cZlMsN*m0)K;iFNMt%I0zy{he19!3~mBXfZgC} zu#TuqZn9y(&Dba;`zv5Q*6+Yp@FU2DtR?%uz-Fxf zf?RNOE$^3!GML~a5eJBRz*VR)0Ok;HLUt}}7{pzg1Uc~;kQKQI@;MLWg!e%1d@DelS2)o@kRLpPVJkQa^2H0_7Epos=sE_LxD0Zk zH$Yb64#?@!B>I*TDPNh; z2~4!F{?W<&KrSx^4-MsWeK}a;DQSX%bH4P9BLnRZiL-iI`GE$F^ldGM{c0fVR|DA@ z?UkgXN>N9{kCF4*sw{~>xx&INRg&Ubs8EqnSER7xnx!wSSvjY;*rRmJ7~7LU=u6>; zwi{)d_LRr86}rkpQm^tr3mG3NXrV)4dvlcq$Ht-><%?N5?#xJ6I`m(c^&E(Zf~@AF z(e8Js<^s~6HhVJ8W#Tf|H84^zG_*1`pZtMYTsrLV+LHVt1-H!f($vhN!xApIAh@^{%7#28qB0`GtV z>_GZ6kmdl=zc+g_&Sl~<(lszrFto5TGMM~YmF+9=u?T5ls}M^2CbKsM*B0fx!Bp$&rK*iJBOm05xFZ6A#2h9}N2Ys;keOGnZX4 zcBan1tGeo|?_OWcYZsmS9mO+CyPWp;*-9M+FF21Mo@cix^&t2hSOYJ4mr{GdX>b($ z68I7D7vOE+i{LbP(Ys4Jp9Mck|9S8-@Xw&k{}(t3Ui==VJ_OE!6QBj}0KW^~4!#b` zx*bDGT?*a~ZU^T?z0r!IkK(Y5C`uWp ze>u1voB?-$F5r{l`%9qs)7zlfaVt)GCwMg|_FDqQ&%XeQ|D6o@Cs6o1A7{G-yc*mJ z#-Pmm2Dl461v>C8P~vQXpx6(d0A<~q;EmuoK__u{gdapxkAhc#Pk^XeJqwEdUjW7K zFN4D0Yapzvzkwp>zd`Yn?I=V1c^ni!y$_V{p93+0dK8p--vfpIQ=rg235x&z5)^&^ z0hBm+6GQ|*D0;e-k1}r?C~>R|&($GsSn^~PE{@X$nTesqJ+b$QCbC;qx*7H`k zqby4^+Za{1uw*4Iv@62PQsi1XPjzPJizser!wSFHx|=teo%`7h8{6FWamB`+*f5l& z4Lhl~zmvsb`l5+qGap;MP$XUhPClpurf^mi5V@cMxJ9PL$VD<+R8e#q?Cn*O=tf#E z+BV5GV@B6oCTUtXIzUI56rukYGA&y_T5^+i#7;t|WfnylaOf$UdajMrY@Q~$i4vRX zg*59i#us=_(lDuGGT~NcEEE}r&O8-iIZYO#rdX;cQ!tG>kXf&7yR`n>!O}SE)|BJr z?sdQ3>4hw9Ygf-qUT=BZi=(YwIjW`_5&EnYTQM<}D9P9rhQBI9?f5xGdJZ& zbmpxy;&h17YR_T+g5Lbr!bF&{AE)+ z{XDnQo=@Ybj{1|MJGA6}*os^pVmmEJc(Te zo*K3q@!P4APgTj(d#UKI4&c6W8hiijjk?u0e70|bM6Hsal8_#VY0uc|$Fl1kq@kL) zOox-6c(aQ(RwbMM7g8=a1W`HI>w5i%u^7(?uLE0_V>qm*M5Kq~3Vr+StKn*k@>uH4 z9-tM7h^ba{wjyh`ohq3YU)7aPof5sM1T*$oL3~EZk5g5~3_Pej%44g1&Z+ht?3K)| zF|-^!RvpgLBZO1!P@{G)fyco#sb|cJN%YjgnNJVhZ98d}*JfNZYSeBmnyxmNPU=>k zcP7Wino-^==0{2IV_E7<7Nyx3dBG%Ok#mK0Lx*SQY6s*ng>3C0r`)98IX&C~KSi9Rw5?C{DS8e=SJ+XW8x?R_d^9R)J@mr`1+MAX$mkR=ARZg3?w&}PBca)5G*0DcN>c3z z1=}`cMY1NR2|9EH7F|+u_qevMW8;=-q@!w%Qkn|RX1P7)7sx)irafW^YeGd%x+vpF zXb25gZAseMa4AI*T4N_0N9~C6Ubw}YjI?q2IF+}+wuIj%WC90$Lbuo=q0 zRDw;E6mz=E$IQk)v8}9;MBH0h_z1=xhOGhPm{Hz}1 z4jB_!jCTlyNK~H|xi|w9`YLa%6x568;#lR?BBlP0_?D!LeTE;LF;$s)V**pl^|**& zqz)yip-qN=H9#B=r#MG8jdrJ@<|$=LL|J#C18ovu{ZzE;yheC(mf@IsSk+3BvRU1vIClG zrCdzJ_Q9)EkV^G2bvH+{* zS(nEo^;EM0kAA3S=5cmO$;uV;SeO9wMM_+W!u`VK-5(@%jz!q7L=Opb7Om~ zY@A=KU0m-)lD-sX;^lswKj~NZ@!d+zLe~$J0{4HzIR5`$V(r23lxt8Tq@}!45{;|> x3rrcuJp3${zFwN0ZTwc;gVyI3m2)E~;#Bo%y-d(+*z@`ese1!oZA^&jXQ-dO+u delta 1671 zcmaLWOKclO7{KvKn-KDJnmV!Lm}Y2Rjq)Ig)DlbssZd2I;nC6qq9C;KF7Cp5*WF#0 z5Drn#2yqx5hC?@;>5=smCpci;oq zi%+6VRKhN-p!7S1E%*-hGQWC{A3W+aiWFWz=2qWeCtku<`~`W`RSKElI_|_2vq=9z zl>TEV_&rf6zeD(IiDi_GT;R&`tTA;D6iH#Uc)r+ z&3q;Gc_fm_r1BkCAW3vnBV?IufUL=q2-uAz3)o6Brlc`Bf1;EmS&{5kcE-(2b}Z45 zB>xO9e3JH1a=DW`uvv4nltoJ9RSo;(^_ ze&ktk5Ek^2VA%=d03$1O1HC`ote6TnE2c_;ziN5Ts`<6++V-PP**x66&s^`$cOG0R zdR13Dx){1vXwIdl8>Y

3u2N(NF8N=lTQfN%SMPyjt&ga{P>cyQVE?XSr6_1IzZ*djvvvpbW7N|eylZ$!>Su@ M4Hv1CmKTKT9|62m-2eap diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo index d1cab6f6d8a47248a5a9deaf6276dd2bb2348f73..e010040b1ca5ddc7afebc5fe8b6bf176f31f0120 100644 GIT binary patch delta 926 zcmZwEO=uHA6bJA(>6-L|wrMI!W0Xz}EmT@9RVma87Sf^z!BY=<>6o1+OHH=!M-GDI z;z@4~9t3Yq$M%)pza1(OETiyA4uz>M4>M965ZQk{K?O&Lko0s!*i)T-p*H*5u*4_zRPp&$Z zP&;0`C6^i-oxa=pV+k>&8sQCJNnLL^%2sALS!lY_cFSQ+*8`VI+Ak~5(-q}O<@-*w z6L#->=F_E;w3RGZRYNbz$$#Vh$Y^raDOa&O^6FR;TJZyAV^YN?5pTAWC$23=dtr6U z^`aal6{u5H*Hh7G1;_m_UH3?GOT}UiI<+~OIyMroF{;I^r;0+EJE`JTB^%oF+mAUW nb`|!4S3&p>Vc^&<1-ce1g#QoEE85tv-h59jWumK&-zNP9Laot< delta 922 zcmZ9|ziX307zgmXq-olU8rvpm{Xx&hh*BDoEY;YhQUt}xUlp7#?|ar)lK1M}`=(fj z`~!mEix$L9M4bdXh%OG|;37^gS_KEe&A~3Z_+|TEp=lz~~ooap^?z_j( z#?bepe?iZqKjipBE5;Z*3QKSVUV(H@!y$MZrr;{v1)oB?{}K+vbx7xa!JY6gJO~Hl zjO}Ht$)?%^b_xz)LqZC8y|aD`?!){(q<}9VoqGrA!4HrUT8H$|A4vBTeON;g8F&Qq z-wDRX;emd}Cg2R*jrZ9C279ou2-EN;q>Asr415JC@JC1$e1?bNPbgq2*`Al+Am*3h zD6GOsxC{@$2aw{ufmFaJn5N9XVUU9xa0eX6E(OR(&-et-MDO_wAB%WwgtI6e%kk{m z@z`S?ZNz_^DNh&6qI9fME>0EEhR#YGOkXh4w>24PQxWHMRhd9TD~+ectZ6S4OnafQ zsQndLQ!8uP1m{hwmZXuc7RqmUq@(M?hK{mU7ucM&o-c#YNGn_=TOjfbEH9>u2BCMvw1_ahBEf;BjiLsCybsXQ*n%< q)nx9Z5?i}HpTgbz6u8t?h^kk^z;iW|R4CP{qtSucbl6F{=kPxhd)GAp diff --git a/apps/documents/locale/es/LC_MESSAGES/django.mo b/apps/documents/locale/es/LC_MESSAGES/django.mo index 7d3c46db4f1b2246615a410bc6dd50178c09bf72..d1db448a640e5fecf16e928f3c390281a60e5d22 100644 GIT binary patch delta 5614 zcmajhd3;V+0><$ZVhNIngxI|znTdc8%+Sf|akRV9jghVYh?-*MtHB+^WDT6VV zPAwyr8p;&4bedXPRke(YWoT`cwnG{HJ?}j_o%zT8e4h7v&VBE>_ndRjz3;nwtIxvi zKAuYze3uxuB2t~~D`iY~A7fq$)Lvs=3o)h%&cmK~0FyAFqA{JZH}=3~sPC^~b4;jY zOjFFnI9!ME_&JV5zffa_7~?US6k^zM3}f+o)Cr?18xxIrSQ=MhP27MJ@reCCv5GPD z*^ERTH_n=C_fNO=*+}2a8(1FKVRf!=c2dwtPGcFYQq?&y9CctKmc{O<3k^bzY&fdj zQfz`3aS8@ka|W^y+fm<-VfYk-FpO!|c@wZE*EgLgXtvX^F6N>dtU^uM2i79gR7Ta{ zBKRU|Mlx-E0s2#4jcUIIYvU=bj}NdO)}m22?1mmq`4S4v@d!rYQ^^{Ls%1b+dX zMB)f+i1W}7-$N$N97OJhxquqTcc@!Yf~%{20DghBQO7+(4Ins-`46BFMR(g`Q)GRa zNvMvzj_P2(tzShgvT}8twUL7K(agedT!$_^j+*LQs17_v%}gK%>HIZN1Bef2{?*e~ z?BMp8PB;ov?E%Lyn)+!RfIr%Lp9o|6QlE+%Kmj(u3pfz{m@c(@8FfqNA$>6Us6}`d z)q&d{3ceJ6z;^i9)>|`t-IDe=7N?;W=XL9SETQ93CoIO*G{VZL5k_K3Y>AxGw8!q4 zf$I29)O9_j>0WON{>VNv3^jtes0&^~-K(3Z22XGk7OTe!#&=Px|0~o?gtF3fd?c!# zh`Q&=$OB?VU_4I8(t7^4QD9-3J*W|#MUCX5t$&Sv)bFD@@FUXDJKq|)AM>sY)xuKP z(ApF=6K#;YV)~&L>lD4B-0a6b1G0GU~-pvY|8LP*lU(*5;@w?1k#+ zSX4)+qDDFswd$9nX6hYO`>ogkk6-|nY2>u4f*y@L%;a3H6wDN8O@v zsF}#YK%9+QD@#!4TaB9Hji~lpQSJ7iI()#^k2PZcwc``J<1A_f7f~I#i#kD({r*3w z3;FU=kbzhhtD=sJM9oAjsw17yAA6uWkb*ic71e%REb|{oVG=va;~Z26mZ2JMLLImp zHKK#43m(UEc*gF(g1R*~Q8VQm=e(N3Q5Woh-j3LM3hGv*dnjnJ1UvK04o1%!3LPmt z!j{;!Dfb_zA-l|0%)x7@6AWtRyqNZ&p5t#(7mDC*#oaN}u_A6po>X%P-@?17j?HS} z%;;fcCOzf^1x?X;>ox0Ltit|>SRR8Dop*dV_NJbUp|}F|IBrKR$`hztQ;3?ed&srT zLrlhaM#(A7t2k57|1Jv5ib-tc%!C`msqa8t;2i42_pvsXXzi?#DAWwKK+S|3+u>T& zNDDCu>$Gv+3+c!cXlB^@HVoqW=3@$aM_;m*ptWvA1JsGe@G%xQqHa}iJLg?K7uZiX$)x zr=vQuh!3^@44dJ7xkQ*k8TK#j0_5B^l(0MrcZ!c@G78d=+(&O5&^`clupBbbG{ zHBEXsYiBZQQF{(k(A0l{0a%1#Se$394n`u6zUhVPW`L@0nHPXYV3!cL=c*)jp zqHg6K)Z+B*<2=sQk>fljhJr@c9Cbi@jK?9Ujx9u8coUYx?Y4dZgQy=vwf_<|qN}J5 z{TsEG{QElpB^zKp>iw}2da#C`|D_bPig#cTohB`N24y_MwW@0i5gh} zYQ%-80o<{c?C<;*)Wl%+w?Pf0FREP%dY}Is3cB|*Q5~6&blz;h8u$=(fzSbtVdzgi z2DKPlqB`CIE8qZ(!7->`y``v`cpF1-F9zaC^r%OdDQF6B+AkiU8Wtbu?Ds>}gHgv< zvGp+2$f8jLXocR6*zX6RE|`LqFdNmuxu|w41~UKZ*%o$aBn4O=&!8@J9d*y|Vp)8Q zIzj0{&WWp`9;aBWh{>o93`e!kL3Lm%s@)>gK-QwJyKxZrKb*o*c4)PKgPMu*gPjXk zwML<)ECKbS)Dhd@Fbu_&r~&LmUHE;}d5&N$Jc)X`?xAkoQ}jWtKkxIclm1yd*mMBj zd+%WuY7J<+=-_=k*V(dglYEj*)QR7c&xy7LWVE;BeEb^zLiRgV@AbXKWqhWQt)vV2 zgd8Hzwqwr<)^DvdQHyn!t#gOGZ_?JN88}7G5Y3imLffw#^yx8EZRM(UtX22BGigAk zlbS@EFDW9d(VsUx*9o?!g{W;i=|o;5ACQ;GTyli;C&kD(jX#>g3#1)+pPVI439o4H zuiywAO4gGdWDyxcW)N*j+$R%=w!f29a+)+DH%WUkiUg9sl4sj*D8!Opq=3YeJ>*@YEr>iIp2~boBrQn~ za)pEw{oZ#Yt;j266`4%5ZF4X$<216#))!i@;a4Pz6q1$X_e9%1@{PA-%-6dAZ&3LI zxny_dT4$r)hFeG@yKjp1cUYQSu=Qt@p%6+ol7EsEqOA_8?JYSUe}X@f*UjRCffYPm zDQ1#kMB4$flk`=E?Mt%TTXH^D!<)aT=TM$U`jHIs5!pqC6KzLH3Gyk)BmW@H$sEGw z@qPyId6Gns&&XTk1Q|nIMBA&R1xY56WHZrro*X2_RbgvP-X^zHv0DgsAWLoiJ?mb3 zeY2b$E9}m6{FqF#^>fy`m}tw-7*8RNR3I;s%S2m8GN0TdJxMTGOSCydcK*n(smzWg z-rdf}2B=R4vE5BWmBE#%1)o)N^_6Q%S_M8O>{+! z%1@}guiW#FN?Uv*{8mIpW?ts=k1U9A`}TBarRTSd+*GzqvzXX;S6qBzLgV~9aVJVN z>X4e1n~|29=1NO=NV?_lq{0v!2_=^hjTPGNS6@D_zq|_RPo{otKs0DS1M`Pkzj=g8%>k delta 5313 zcmYk=34Bdg0>|+a6|#^-l4px0ve_ocCLxwc(~#JsBus53DW;9JrL=BC7e(3M6AkmQ16HC=_z(2Ml!nGM!)`bghhr-|hV<3^2en^~My`RV z_HbKog7n42VhEBV-zmMdbksH-mg&uI*Y+v-#nnu8UyK;4oE>wRe^N@Y6|ya7~V#mpk`CI z9*uRWr=pI30$boXY>V@;4OU_`4zR6nlOF3U?OH<7p#ddV;atJ zC`_QR8?^}I7`{wEU+jW9Q6_361*nk}VJ)169BSrZZ`^?D=snbhdNGOt*cUaRReY$! zU!tz#G^5+PC#_Kjbj1yriOF~!Q?NxFcjWn~{flgUChFe4i97&iH74R7^uyc8dNcP? z18TsE)Igddb;q=&;7>yWssrh$12a$~&p}Q3NUV*;))!DSF&mj}Q-)fUJ5e)p0t4|3 z>bNVYMS2r;{zq6>&wp)hq8gM?==lW)}3OEBbg>R#JT8`@JF4Rc(qgMB6)J*-1I_?%e zjbR-4J_8-~q=bSVrv<2cv=KEEpQ1W)5CiZe>V!X{ruZuA z_*Ttq z-I;5Nx&>Jnj{Wckj=@MA$Vt)Zsb?i(>le}AcGLut^fvlumHC0K;(Q6mWM>7KX| zK1)3ZM_?uDI8QJ4`&RfI^#atrKZMcv02^X+7K$FrH2f|0%yHbuZw(DBOtTRe<7HIG zrsujdvk?8LuR@*ZW7PNiP$N5uweT*s!Uw31#&AE!;3D+LdpHWKFb+pKecZ?H4b(`k zq2B2au_lJ~Wfa&DbqmfT$C{{q?o&~Wn&LUAk*&fg+=LqWcgT}$?xF_Jw!izARWhpX z6jIPgicuGwivc*#*2_@$Y#C}1ZpIKigxc>EYGfDf_t!CzdQF~Xbu1Nip+Q&&pR)Dw z$eMG^6bd@QtElJvEmVhAqo#H{w!|N>4L(B6Q0sy2&vOQ9v5r7aXl9{qK`E*OmB=zO z$5H2Rl;^%L;?bk$e>w$?q!cy6W!5d&ocdR&1Fxb+@(?v6zJuHgMxgF}JgOtf$hFKs zY>I18=l|S#1nW{ig|)f9`H4b3yn&%uh4C2rr2DIuftrbI)XWrOFwR7EXg+EN%WV5f z^rgPZwpZBt9@PH(ZT$#3VKf}4pb=a_Z%6D7RTxgY?_hVz8>2dyfI2P<)v*Gsjngp% z9n^*1LEZEBF%Z|Gj^Bzp@4>;$zaFPEG<;lC*)b8XT~IUd4LL^m5%W$tn3?*p z+Y8notzj@tz|5kVr^(1K1JLWcFX=&5t-G4eIc}wm>RB-z-DJI(fL`IRLB$@m~dT9J(iB{((QoYTl(4O=ohe-nY zimWHvPLW%r0hvfTlRo4e(UZ`KlxB}pZ7Nc9#(;RuN#-;sC7*JLeePPEM+X$~K~NG#bvs<*uq9k?dQ%VVrltS7ClaC|3Qsb)Nd4x}C_AZLlT$I0vDI_XP7$tt34 zmW%0+E6E~T7i&lxGNhs;{O)5Fs~YaEQ#L2|LXC-2$}Yr)m#vN)T=6h&ePBSx_@oYz v9nv}{b*R{!_^q$cpt4&7JQe%XE(KSd>=okU+qbaT9ul8Bu3}~Gq@e!-3kyX+ diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.mo b/apps/documents/locale/pt/LC_MESSAGES/django.mo index 0cf41836b82157f565dafde24ed354711d20b172..3e1d626e49681e585108b022b79591f9b8ded96e 100644 GIT binary patch literal 22336 zcmb`O3!Gh7UGEoIN*id?mO?2HyPG~T(`F`_Bz-WYv}uyIX-OKIG^Id^d(PQ2vy*eq zKJ0x?CaKn|AeIW&2SNoEiBvFPpc+tGl}bk{pj4?sxtE7P5k)U>Q55e5%ac%|NpN?zHr6~Z!-M84LuL~hA|Y_2V&c8F=<{T)y)`<(mYb2Hps&om)ZmYd5HJZw4;`KMx)NpYdGRkDmvx=KVw9 z3h)Qu>EH?)RlVy$^=C6EQ8&R+um>vt+d#?d!ydm4N{%a^PaEKEpvt%X`y0Shcz-*n z^6v%D1wRR14E`&45qJ)TZUAopCGR(ZmxGUhE5RQK8UK~%7;^^iHwDIA2u^|H;N9TK z;0HlOW*!C^3iCNo{rERf*?n?y?8kYi{@v*^TGST0Q?vzIsX%=_P+;8F3ZWJ`kxPq|Fxj_d?Cot zn9blc82axY1xI*)47>&Wu77{Y1;*UW`yHV8{{*-S{2aIoJQ-oB+>e18&$~fbFh@Y? z-{YX#|2lXA_#NQ1v~T#?-%OgX-Uf;ECWB zAXS=cz#G9B6yF~J)$U0!w;enMB+0xI6#sXDYVQl6#_4OI@_!#Z1U~s9bQkEsy~l|>c{8(`#*yx^ZqSR?SB_k zISE_+J{eRy=YUTI$30#ON)9gq84|Mtl%5^{C6_mXPXpfys@yw4>Fs+#)&C(-eEhk` zPl4*!6ChL2d`5I9A{;Qzm^lnh)-v@349|2DVm#uc?&IZ-* z75@DqQ03P7_sc=aeFLcZbt9H1KCZwSOAp)f*Jy81a22lLp532tk0o9L>gOb~0p!D~%KKF2?W=G%Hu^J+V&`Wv9+m4L8j_Jh}f_k*xv{sVk9IB|vJ z>;2#+-oFNF9L5pGv%s4{>3IwW;GN*<;M+ik+T0J0f?oo!1fRyAtHCYci@=`)p96jj zya@aXD1MjoQT1F5o)2CLYW`1wux4Hd!it#(UkUyIyas$FgL^f25R|;X3|_^!FDFs_ z-n7BBGYwAg{!5_bIS-x#KI-us;PZGtl}aVAi$RsY4165i1_t1T7!C1%9VmXMK*^~G zJ{x=hMAgh=;ML%Xe7qRE4tyDyf$Gnr;Q8Rmo1MJIK~&Ye6g&%jJ@}*GJ3#5r!=Uni z29*524@wVCM_DDu6<`Ez1*JbneEOe&dwBmxa17kRpf|yv2BjZg1=a5V1(k2r^)BDN zp!)F<@IrkD#YeEk&C^T46M5eZB0BS8@TuTEp!Dm_;631@pyYJ>4X%6wp2YiW!E?cT zK=E-ucpf+ps@{J9#qT%3J>c_h#8!cKfhU7cfIGmigW_+)i?LzgEGW5r9Mt%I7CZs` z7w{1H9T3$t2bnZfZN30%+(x&#{MUf8L$`sF|17uyybBaR?*`S+&w!X-^F?qOc-l>F zT%HT6z15)7*ZcRYK*?_tsPTOnC_Yp0Y2a%>_3Ib>_qTx3*WUxBZ%=?~_dh}9KXJR0 z;~C&`-k%Gq{KcT;c?ozXcs;0o+zze;e*zode$-6lIM*ccY&wy9)i-R1UwDg51s+u4UU7q4n76^3-I~iCqeQ1O;Gty z*y-flZ=s{T}d{ z;QK-4`#31M{T(R#_jT}m@RVH+*MjQbt)Rv!^zUs@a+w3q2JZqd0T253$3czHw?OIX z_dvCO!mUp3r+`*JLFKyyd=jW%15%y8trvdc@1>CDTL;p(>GydDR$uS)&w>Ox0(Bv^ z{fp42A^qL}&DbaR=cj=8Kp%3i#ov2*YC`XWu7e(h=Ar!e(fq;Vzj%BN$P_R?;0SN zkbb`pZH8V4eHeNLbQkmpv=e$Vv=ehoxJL{g8tAxxj%0Qe!24gDxU9#c0e)oap(`A-H?8N4m}0> z8>kQc1#~&|vrzs!m50BEE`a_P`W5J}pjjw@^!o|u1<)4gLg+B0-)EtRp&!u;zje^B zL;s`~|2q@h2))_Af6(I}dHhxIt^PRz{}S5g-~Xq_QE<{f=g{I|0y+b_4f-Oa-zMni zp#KAHgPsBX7Np<*aA5Zt4)Xja|1NkJbTM?RUi910Y6Y#Z7p1|zD9z%e6NJ-x>&?bl zkaVJ8E+)rR6f~n&)Qg%yFGj2fYlYXZc#QHvyMo~s9L7Md7D+r6aTx(sJ>u3Cl zJMbAc)Mm8?zBgz%xFbp0su5>cPv$7pXzvEwgstWH%LnT}ggCv1zY zk^FfSwVF;D;u_<@iVH^agx%`NXtrVr{jVvo>Zq$Ul}M@8d{MbHe>7Wsh^OOD)9OpJ z-)+SWH2G*Fm`2RLo)pc_J3keV!g;^j)Z{3Xv0*2WW}cFg>FKypYC{%`T+ke)HtLmH zgl@Ve({@H>fu>a6F*-SIHqJ(ky;;9)Hd?h`OtUJVXVS1c8#l5bjk;-+F#)|XV5-Vy z1X(xYq2H}3TedQ2##y%&9tc9jRm^CtMSTQRZ`N=1vT@ps8+)-#wj!tI>b5LNki~ak zlMrSc&6$l!TNWtCOb_Bs510=7#Ucr5Bx&X{2&6d+Qj3I6G*@QzLsk1&=iS;vsf+Z- zsSN{E)KJwb6l#;TdCg|jG@Go&Ei!tp22v>zWsNlM$`10}3*#1P-uz0J8?Lvzlc_yX zqbFT%*zPuisRNo&2u_o06xlAV7_w&~z-KR3vE!{KYR2*-$JzK?m<7J%vDy!Uoy>vh zq}591;?7Lam<>BK)~6(U1C*^{N5ZELc01Pr$;p|ZW3W1`z_B>23YvC&zv@1*7z;aE zc5w4S^?a4JE0VMf>sr@~B%z&y+4n#pKoJOy~B}`Z+>mW)~=hWu-bvnokP*q-}t|pZcRe=RfF14klHXtr=s|pDl ztuP}PiOf(1rvHVBD2;?BMV??_S_&Gd~pJk!zFFleDX%8fMe_^m>ME+l?cUydtP zBx5VVQUeLy{V{*g1X}o0?^=zCR_XY++kyS;jy@#S@ zo@9B4>TPxOmN0OovMfHI?3b*UDCVfKl!^C#7k!)Sw31M~x`#r-s@^BngAeESlQf=* zJCd+nbtuLs(nl@4ho_SaW+zJRSjH@5ta}W2%5bU;CVz`@?X(UAbF*5N_{KCKTJz)s zO^7MIU;yGS1@dH6M_f(yJ55sU0x4|Gg$Hnj%H$Z=DArlhgc>)SaeqZk1S<*AS1%^q zsDIFm8c6f61Ge^fqSeh>GQrfouoXA;w=afd2Am(TdYK!6ikG+o6OiY#`Z_on3RNfP zNN!Gi#X}1$%x8^~7?5a(nEM6m$|4pY%__C!{gJ7xb*E<2Djgb{vGUzbn_5+VM!8J; zqej0PJGPT%Jbl1+BuNOxHt)wORHuTu7Ci{s#7;rfX^^`!QznT^_tp)2v(jomfn1^j zT>GSmjR(v?JH`T4$3tqCnd_rs1&d9ws}TuSOMQ&g1tV#sRq}4TZqR)9qn_F2uU)T4 zF$GWzA1tCH5*1TRQ?0|y30b*s-LiGFwMk}cxQ8qkjI@QL@igig z^&C=Vb=-QPoxqpsOTc5_n)HB51=a%hUe&c1w%VrfbUDQTNC`gXcUmFR|f3&KGKB zr}WKkmLS}HQOnfca9wE}DzVp3JAmAIg(1xxxA;x^S-zWRcCc@yzy~9s`JcDP%A2hr zyU52&VMbD0D>W2B47sEI?5{BzJ@T?V+|gz2B%QZ5p!Dn`8pPdeF(dXVSUb83DcHn` zHAO0qHu(S+h+&x$nw{Yce=3YwW1=w=#|5`O0JCb6C%T;Z_9PL7bfklVjjKYeAMqLQ zK|2AhGRSh(svskJmshwF7bDZ`g9^TMl3uX4gF|-?UzK>xnZ>!wJVsrPv*!X+xZ)pUz`ET9FDTAbOCDfg z*M~T-+f7iBd_z|aesz~VNKn-GNI!Wvz=Dg?^yq^93a@~D|%E6J-h`GYm(<(p(!e{&ns18IW{S^ThPP20jWq?q1FFfYy-)%h672JbzHefuIH(+XSFdHTBefA&yb>)@)K(pnFMsP z#9E#-Gx)qUqw9#rbT{_-I98UoashUN>1pS5BAh zr?vi55ktELy7oKm_jQ9s3(@yxiQqeIcN-fZDu}Th>y4efcGuM9HSlWJlU6`J3LJ2s zL`YWXHmWly4I35Ko8=mo8N6_6@~P`F%M%u?S2N?6G7bsi&Gt0Wp8VLB=GZRh`6h#{ z;eoIdY~HkW$FiFv`R}o<*-YFVyQV*rjqOY(gV|oMJGpxG4Dn}wY8=tRdqV!DOt% z-&(%Q#@4J0CMG7=Uvlvpe#>6WBpBPNc!pJ^Ji)H{!(ec2JkyWjbpA;2!hO^3Ik|eK z&B%zm7g4S=(?>JMc1B@)GT2U^`jj9*81a3Xo0}WAgB4Fl`)!v{T1h5b-F2NBi<<3h zb<5YZy4zblx=d@&Qf?FDYnJ(gow1!5#>qevXEpo%apwvJ>M5#w`ds7)`lG7W<=@IWJU#ExqY+eBcER)7AmxIpyU>0=4QdHt@i#Xv=Ec1A;MC#WKY zSyr%ZYV7GvB z)j4b5xfH=;A=|~O@j|eJ7_&7IuET%v@ zS&0RLRZeLabZ7W+{ZJ7PG&ywFQ!_&?=RLPu0Hawje9-b5nfe{{%xYai*nnKuofBju$WBT-z2yg(FN{zy;d#e0Pe! z&F62=A8N++Vw!n*=QRe?W=F#Ore?T`sUx&=*}T|Ivty}gk*|8J?+wySI)6|VYAq_` zFnHTyPEM&xyY~|*wC;u z%e5T0bCc+7pY`bcK}>D+nPYh!31DGUcj`a?U{e{`2iKEM?PHBR^K5_*|D}*-p0$&R zWjn~S?^wkmi!Y)am6eARfz=N`yi!qx7HDR*_+(H~U3U|}4qe!EVq_;7ard&4#cl?~n0ITzhu;i1dO1d>b~8ZwcwF^po$*64FrCD9 z+g62-$wd(0%<-1fY;iM~{L45AluGi_(ycP5r5dOq*95E#azSgQlY8A`3T}9zWAa-Y zHGf|~9j&=|X|mI`>U^pcEw~((RQt#s5RM|y&L6sT-v1xI0;`+@#eF~PQ`ucRC_hy^xa^vCMy=Ij5Zz(zW?em) zKdie4g9ee!#DO4SVTzMXO(BM4$|qMvZP<{nJMP6CwH1B6fu$DxFEm?o=2~D^Z!zeY zF$i@mV9lcP<|mI!WQ`(RD)J$7t#jJK9gzA0UNGN_vp~!-q=KWiR(C+?2U`}H1_kK$ zx`PXp%lmbFQ8=%#b0+N%aH}KgFt)1z0)c7bjWi_9-FT3zRHW0_DS4l4(8wBgbN=RavY)%X4#4#cJQ%B;syG{|<-{9&#^(2kwZoNtgyrCbzbXF)75 z2jEIb4|D6aitVemEQyV5oU7BOduI;^HqJ@A9RP($-LR=OlpC$O{1~pL-A?vvm)!K~ z01xlogNK^E(qVN)n@X=PkLI1`s3vQnWQCEecvX%JhE4A>s}3YWZc5)_k9+8m<&%I! z3uo(hwA8BD3+Knfl#vTl>(l*n$zd%^b!Di=SQoZgt#d`fUzuRksoy3`05&*kh8%s# z260is`H*b>h*qof2kiyTq%(h*^C(tosGIo98jcI;;QWIfhPh29M{LS$# zB{m^OG!~9I>?OR}H-C`36ynt@&=Qw`#SH@~owPq?w3cLxDOu=X-l(fUVyMZdk~Jt8 z^!Cyo!c;|J!`WgD;%04SSgZE0cH<%_`)*DBk~>0;?pBGNcW$VMb)n2uEVuk33-u~B zta2R#VNPS4t(9^9)ZWU-*FQBGxeFThq_8$IStW3hqbOo8I?x;`c7^Ng`-0Ssy4=OW zq>^*Nl;_aXtzIgbyd$pEuPrIJF3p>)>ps4OSwpxQnhhK;*t;Y)KXaBjWv5`9hefY? z@J;J1HZEqJ{e>NjL+-AbO<{|pz0lbT?-A8uu28U{Ma4s}dT8}S9oCGD*0zasy`w#U zklP={CRVwl6omE^k&*LPK4^c@y{W>0mCH!(9u(_hHDM=$UvOy~uD&pC4$EDd3Veia z$6#%^6rvT84maJ>gr{ODO8O|ii_C23hbg-pG*fmd-*$uB!euS-atIZskz0feli^|R zj0}@uQ(K8zBL3H9s3wjj!>#!A#q_}G4(lnu(~);(6W&)E)j`5o_Nc`HJ=L&{Q2tjA ztm(F7pAPfu29f>p`6G60yWEgWxL4BQ48VBD<(6&um~Mi^Ij=yMEElMF8^g$SahFZ_ ziYuW>7d^4%;3M@MQEjcy{k0OZ4_+y;Nx8bPRNv4jdnx}td{f6BL}~w2-gZ;z7;$gf zruB<~g?CNhw9(%~oew`K%T*|~*1T@H+Ef@(UOU;M|NMhEi=ADw1!Yd$43Ks(E%L*r$~G6>>4&xy_~N1-A9(Ao%k^xfsODmus$9=k$JHUOo>mTS^OGsFg(F!v zxe*Nxj?)O@N&a);6vq;Z6A3R_2cc*f+EU#x%FkCka@BI@#s;qe@XhQ?pA%+FrBi>yQFJ8j3* z^k}YA+qlA7Q~^xM-Wm zu4?DYtpwhY7`LP=JC5g1@~cSn*j+`kJla*7!s@iDA-FrYUeu7#x{amF>U1foZF1XD zrt{xCZ5&gTd2wc0X47qp+PKsvcinuLVhQDjCpS|?2*~-QJG9FmtfZ^^KxN1B#afx7 z<4U)FGxn4MpgS#~T`&$2f2S=#R5|O`jSFVzEKGRmb#SnME@-Jq^m4;kg z!%L$<#JNU)Rx6=$1b4SvIIoO`koS1T1oSQm_ ZC`R$%WLt4TmJ=J`>gtqn3q||*{{c~MnHT^7 literal 18402 zcmb`O3zS_|dB-;o!9>L;A|c8l5R-w-WRd{F@CYH3NYIcNCJ_)D&)j=v<|Oytb2;bU z$)gn1g4Ft^QlC5`RZ48C5~+&XqEitqzSgqhDy!O6YwN0A#g?^{)n#pe|GoD)_uM-- z$ppQNZ~o`(vmf97zHfi~+xrVYdeQNB7=GV@7DDeo!I+beG3L3?Q>ig;dZ95_fg!jC z{4}^8{BLk0c;SoO_uIhpdH(^p0({_mBDa{ou)bKM1}6{01m~{{a*~zXIojmr_afHt7ohYZp{o5nP~R7V;`==CBya<` z8oUNXN(0nY@V08zF1KT!Ri960@+4j#|@ zn?T7k0%b>cdAuKd7Vn=0)&3#y1n|3{-?C_yJJ-Kjyzb;oqMGrH|i$sMwssq*j6}LCGfq5us^-;`g1PKd5mZ1*Ol&L6(Sl3RJu2FeppToC?Y=hCx^`YeBV}1o_WQ^GECO zqoC$@093ordHgmgIsFtAe^QqCdjY8VoeIkShQQ;&%RseX2d)LL2Q}V3pxS*3)O(ijdeJ+ba`d$dC{Sr|1mxJo}LQs5M4yxZV|NUC*#zi;e98l z_D_IX-{%ZD`BcGkc~3#f^FC1XJqXSN9|k3_Z-V0U??K7yNsuLo0^R<1CaCfoK-u$K zLD}tHp!)p`sCj)Ed=>Zz_-gPsp!iuoY|Puho55A!2`ilajeuwIeiJCU-V4gEz6eSW z-vM6;J_#Z!a}1Ne1Uv^^4aVT5;QgTV_cIXDnd2Bl@5@28zY^3q*Mlq-^A=Ei-Umvq zKL#c51qe(1O@o(#4}xcdzXZq7*BR$IKBv!j}EZ<0NeyhPCGzM+1voe z;N9RGzgS(9_5WX>*30}gZhf2vN}fwVjk^L= ze;Yu}`$kZ5`T(f)bT_DRKM6`+p9R(a5m0*jF8C7gC*V@>X>b5M<8mk0*MOQ&2rdL~ z0oBhwQ1)^V)VMzc7lBWKn$Jtw6!iUUQ2lQLHQy>IeI=myzZE~<2SL?)1k^kq2d$m>@?+P# z{$C8rpDy$`0II+9LG^b9sD7>o#ZMiSe5OJ1|4#69a36RU_!W=;3Ti&jd9|C*$>6EH zF9t`z)u8mZ7gWD@fG2`?`S(wNlGCR^_46%Ia()~<27DXDRLol-{cd+)|6al0w?cml z-DXQ%-)H;h*Mm#^^LxQt{j=ZyPAP^c#kx2mOwPUIoct>W7Q8x{kr?p{-EwuSLN%P!p>A zkGKT$Cg=|6ASC$@K-;0ap!_$=!BUkp?jbYLcb4ffCiyIh2}xi zQ2uN1@NDS!pud5>4IO|!2I+Skbgg}IaocD8^QXZn|9l#FF*G0g4zveqLyI7@rdA7D zQ&G?iC!?U1hK+0@N$X)NP8wOjV^B>h?RwN`jRcFcWx-T99R=f2)Cj6kEow#8AZu4D zQI<`#YqdQ?W=%b5H(Eig?~`d1WkD+m(xer(q982#a-%h)G-zl1i5smb4J#V6+ymb$ z3>@rDlDc|?nWWvCYd2{W>`B_N=O1>(*_4>6)S@sA!lRk?YP05d)LSMg9;Q1dRI89& z?m=r$GdlWaN8jQoc$)qNy&%gGGy%<^|g|lYwl}9OmC;hw7u- zGU-INso{&xWxxa3p*1xTH>y_c)poNMS1?Evv34q|?9AGAvzDTrLDI0IkLy|tGJaWg zki~mhA89llN4w10q^{MFW5xs4YYQw=kVdlhoH47vS*1lmBihxeIvu5%7GB=c=ca7ExA7^iXlL z-JXo^h$=1Vp<<_74aWD#7?76?V;~!vV>3jK65+EItJ%?Z6IEk5p`#ppSC|F9<&nk@ zf-$_~L{h6IyW+-VP?-uFlh&;zJA-B|tXNI>(%xz3HXu3W{_?P__G@q?4$FdO96zsa zw_K>uYRf7&SE}c$(@W0iA$oBAcdFZsDS~4jP+}BWWKUs>Edjl zdpeojzrt2H9%fQ6t0$LM#!ePzt+-NJ7IJHy8hR@hMR|5TRr;{jQzQ4RbLp+9JNItO zzQVfZ?Rh6GLnrGXN>k@%?Sni@E(kl#ya8S1O?m@@t_HJ)oa;z)9Y9>*=oM>JYGFq7 zF%`CgG{SplIO&Y?@iYn3YA~55?Pl3^vVEbgsUTz@j2qKQOjNUsrjzZOkA~O}>S3cD z*0Lez6~gLt*l205zy-H6xrb_5J`9&)KkyMxHuN_}jzQ)V2tYptM;yT*}*&b0?2+g%nhWn!MVRdUDDoc8*X zRr`I1k$LJ3>I$8gwKoUFb&TcE>&bq}T1o15v<^#|cyBiudsm~Dg!U6bl~uJL*i91Ucp-f}+WDGtjfQnC~3Taga)@6Kwvy7C6)D(#Lc?Q%d=Ppa|6 z9y^gFA--6*n?+H!1hby_GN=;}1W}_x?Z#xMNa}QN&9F5kPwnl;6)IS>PYOeLU=`G3 z7GQa8YSCrpil{glu%v8wD8aJYBi88RrD>$o$M%X2G%|O;vNLLWNw>ZXwrGATD=DAuHD1eQs1Er}jOd8cA+cH0n(Pi#QtX-RpapS1@ z?srh@WxS1;S+&z~6@T3dIG4#c;=FTF51FgV(Q)o8Dc#*d>rvBeYM`$a2Q0^@-C7<$ z&H}jt>of7#dxBQDGYYZ4lZm2Sa@oCEpIQ>j&^gTX8tYe5{_TpBvzGiRZD9|E?r{Vz7h+! zPr=H8WqIL>;i8mBTfB$Gfgr|(W-OfKPl+*W=aP~*F1Ynuqg6~^=xXkYsW*;pqL#GM zK>0)JkcG+4$$L;wKr4Q6-PHvZ(RAM75_V8|4R?DH@THNof}IVvjb$B&X%{n>7%~$^ zp)yi+`zLaNg%yl18wu^9X)Hg77Q(&jUW@|>f*xp!#DO--3;%e|0cs6*Sv{xp? z4=ADDtSN}h%r4Rh_bGO)*uITcmLpEZuu+ zMyXbI9;29wKSulWq;bBgXFy+=uX}s;?PAG_)z_MRRyHn(1v+Qisz1|uRF}4syjzn$ zSdY?qli<4FdJg7?{g`!sEx#5~%Pdw7Ie^^(3qJK$D6KP&EmpMIQ&b8u57n&1o_fiG zzHLgia(9*U)cJ%b_Qux5v?~_lix%@QO^SB1Iov_j$9h;>>62LD-N%E)El!o{?uL@D z#nleuTD@vRHu_W4vbJ1&D}R%k;cw6lhiW zaaDtRFw^bPdS0y_?F^lFr@skKkcHK;Wm~D)4ai`ooN0pc-Ct&O6>jpSwHMlXGjH`o}w0Q%C^UcaLdcnBx6rY(&dCsVPiSLb34lBZ{9RExYi#;2S?ezMuL^YD^?B; zpFg&O2N$QVV8}BxG?_H^hP7z#Ws`OEAzm+~m&Rlp-#j=Lh4qnOGc#;Y!fzBT^)uVG zYuAufT|5!(wiCn#C8un8(@k+Os@AjRHQ&?nW^4Jtd`0aYDXthAp6~B@2gmS3BZ1bz za<2d4#zndkOtI8UwvMeIyr5Ihu8$}kT<4E4Bf$mZajW2XBxttgZ?3h|ur|1!lnY1l zM$^7#m#n;qt3`deWN9NfNUWS z2zQjUfrWeZg&40rvk$WwBJkx>B(8?AMWu<)clM8GD5TZqciDF*EKPLNLR5C>-mO|<4sIMynuxOFGpzRJ z*0hk{oJV_REH-qALfc_VOfW45OPgk}OrK`WB3M*9H2EA*KoaQ4BI$b}BNNxS`IPP9 zjC0E2`eOw)@BtKdI5aN);=S~N4Yooq0;k9& zCJOFbiLyZ$xm^I|XA(Kem&`m=RTclF>`p9RP`6#Y`Am}h%dCP%GR>;ho{%s2zE!$i z1MAYV?pLs6rY#6jmDln}P?Duf8QHZJR%5%ixt+mnV4wZi&A*knaS0^XR0*UShtJ{$ zF*#HUDGuRDUZsBu>G17PNLLE!sQXcT_>35sNMd`rqQ*z$A_&&#R&%l~&&j#H=KZH! zxbx6#uQD-Qn3UBgr)1@j3%f`v&4Km4ZH~yX8TFBr#?2PFizJQKwSUN({WehYU1g=` zJ5N&TkZUL1{PgtI8PMy*Z0@)J0ks&DWf^%=}9QJR~ z-dbDF@P3-zYtyBs`hVhXWIV*L*$o4o$YiQ!o$^yN2b7?~VIbXH@d?)&J-f^75+|50 zmGr69NBHI{yDxC*;PwTLJbNFoV(;#~x1H75?3T}T$gX`tC(v?=OPBCLsJlSx;8Zui zm+xh(-*l)?64|!xwc=T#p2Y`F_|U_%mG$b%4i@6RXRSU}?b$^z366@mYz0|14dz0n zA`KSug=nwcV-Q4&B>Zi3$j;97874FlXBEowM3{Cth9hFLnXs5l*c!4Qo%pWJ*&(2Y zblA&QMyNhldZ(@`ggCvu_Fv>M z5z8sj#zZ`cg!*~r%fongm>LHi##~kmG3$`dt)@cwZXMbz+95)hb#iNIpWf`@tK^rD zE~*=iIhx8wlw>17n4Z~3#*JgfI=_6S{1hQ5Fg?5jD&@d>TFY9kBhB}_Qq`cS>m7x% zuU&IG@)@k8@N&ATF2K$rAh(Zr^|aFBjyAeqF~if;Z&Wowo0CYo#5%dp(#S>F_jNg5^!#Y$Or)%lZpE1rgnt7aamN9=p~=u|3NWVkY&)mil9 z4i%CY5ub90{s2@>27;M;2xL<-cJ=YpR#V8`xdCuD3bG!XNW?Q1b3Q;S@hIn9jj;}$ zK%VKGM{&>+MT6Pl+@c!OXGh88REo(Xnq*ojs4hRko!ZPntEMLZ;36^W>@5k29{!=4 z%{EGYioODJ#@xIp?dUviGvQM$nnqXF61Xv{<7BLAUG_0dNk6*iR@p;c-*n|5Y2TZF zMBU}h!)(w$RAdsxHI3PT`cipHslVxZCr_C_Y{_@hV%~mFP0Y50m67_)ByuWh_)S=L zmOBvbySgGYo1=`Sq&>g5c_Gj0TnCj)en5iCy{ooeQkH0hhF!aVB}uvUZ6=NC%>G6t zrXvz)#36Xftchf`6chsW+4FweJm#i85i3kHFSN^lCGO#&0TZZP8Red>Ln{Mc;$kpr z*=S@@14q%WFVX_U0Z&nZJ4__&6~k4qIxEIdAn%v2(r}%9t)b>K_bX~4157N$KMK-I zalz($T&B}>3q7%hu{_pJ9{!Nwyn_2c)Mxw6kNKVRPg(U{*-mbB?G1-F2-5aScjD=7 z#Fu9R6PxwK*lUVJT-MWWI!vPF?oizAz&4Cb((Cck3bHza$jm0|ZtcEB)jkbY_f#o_ z*zsrF@mOcS1Gyt;{_3tYWh=rp=Sn~v-8vv&p2^xse8v?f&pe%bD7GB8oco-0iYBz~ zV?m}PEM4&D%Y;CJqzC6>Nv24zAT51R0u>HAE)~N<0q)L87T~U#TsSn#DoL>R3zMun z>chX)T;61we^OTF=HA5kP{<%MYB_x>rD|_`@&_v&+f$(u@ryD~Fd(mh*tXUDDDYTQ79{p-iuU(~nGP(~cmxpqD_?dAXEwthHVaM2y zX}OudhE;>kjVwc3t8qcG&8aeXb=W0(TgRU|dS%{|%I=keMp2N+&h-8axwId#*e-r28+)`n$H?t|> znS-o)<6_#*WO5f$Rs^bZp|R#dzSc%PohHf=*NwjrFUzH+%W|FEJ9QgA#4HslTh=Ad zt|irdelkU*>D)^09*UTQOb?zrPGQGASdo>_teuIm0&GOvDd}tqxZ3=pgdy3YC}4dM z*%+7pvd%GN!(fVOHS8{}#wq{&FElnTB=w9_STz!i^%|-FzS4hJ+SyJ^?;DHg*mbhX zS1QVbE>A@i9J7O_q3Mzye0RM|n&R9_r5qXL#_l%UuDw_TZE^|gCElUtIcoSM`_L8t kkg0aLKJ8sra2B;m9^oz`5%EzVA|cnxi%2z%fZ?1F1QZo)pScVRm`fyurz*a0tKGJk8*1P!3L{~3IN zi&%faWWy|8$>1`?9ccq5fp+c4u$rewGgdxhjk4U>!qdLYb&y$C+|y+qNHxid z@fBnX&Q>TK71!8Qb@RKHwfB~SQK*E1*+PqL&U__Hq2h{Z;d8}pu9=U$q05B!d3-6e zjLrDMLtpBs($wGPE5}8wj1E)7>6Q4-6-qKUKHqU%iBzV94$A?zrDoAnDmTK>DM@AH zjCyk5l$||%R#{pVx)M5?)4W24$D=uO$*`kiv#R(eLv_ z6*$)KEO--~10RByKo|KMyn_GtAU^tntL{4lXTWb@UH`pB zYqW&m7lbLWuG$8s!MfowuFK#v5FW{*zIXJl(Vf`nwR^pGca^&<{neFgU7V?VVnzE= zkj!?Z@S)F|YA~Ofm!QV$i4HqaI{G(xqj4({&ee8HXTph^z7i;=xda5pxer{Xtd`5@ zv+wX`t{G&{>1cn?rM}ud$JNK?((;2+vce^jXiN#qK+Qa6U>1+pR6m-%KB~rBPt&Hn zqv`V?;cTUqqy6A~hwevnv=xGf!>ZG|`}DRH!pbi_2E*2iVineLlJQ1dfIILHp2FGU zRHYJl4(0w3)-u0(L}xk!&yi=<8lfXxmcnQiO3tEngabsNhr^_!CWP7%=H&U%*C{^mmC=Mbaf=>j3 zZ%$&ZkPF&E4oOZLj|MxFL~>N^91>faCG`3A=uJ6dXzkbF3)N2L;yy;Mso zF1yp=CnD`rdV1Yw-I3oF)7G_jtk$d6Zs_z=(fauZiVr>8(Oa#PdDC)=&vf^|iLt)z zUyP0xb`*!TIcT|_sq8gEZmhrUdc;;Duw0d`$;eW5zemd3_^y>VlvHEhu@n6NR zR+@cQ*2?*Zr+*vo?yS)~)>m_<)wBAnvqr{tl6p&@;p%?V$yy%4&*Vv_bl3DZ*QR3T z#HwBYdhOgo>Ap6#?M}L@bEZT~+d0q5a3@zBA<+}2XGmnjatZH@r)B3SznLLa-g9_q z()1MY058Y_rMO`!d>yZh?g^IaGJ)S2Zz8RO@w-bWs+$R`r%FStGaU05B-&>EGaknG Lk0u(TrR3CK+13X3 delta 1445 zcmZY8PiPcZ9Ki9PYhpCnO*XMLNsan6HPvRbRvTNpC>lgTTLeu}3I1Wsj&>wFFV4); zB^6ffNiFSRDy7wfe@-4n(35&t>a}{Z2wJ^Ly(kpyMZdq@Nfdm{o6noKv%mLyznS^5 z|3rWFaaYqhp{=6#(SMyKvKiB}InjEWMEbE8dvF6T#of3UD>#PtQDfwqMY?cbqQy;I zpTa!Wa2>wDWg=A>oFkHDVh8F12a!W6oEBmgKf?3)Dc(SXPq774oOHew7vWlbjidOX zI#;9A6M30jzrtRwyV^yDFo#QU40Xp- zsL%W)YH6?G1`_`ZHC~1?=pz`w<+wh%K7`~hm8`^PQ^%^B>^3rIS`MIA%c55Qdn9E2 zor8KI^eId?U03&@P5-YI)?77yj;^t_X<;>o#q>eCHjSUscW}Dt!qZI)v68Np$|sYp ziPS|trc+p%P1pBN3&p%Sh21 z_pI*(rfA2@CD$i=w-jQAscc<6l9{Pg#R=Q`F8$U>&X)d}G zZWJHMJWobr?I!*+(-EI;|G5yBYnMnfZ?;T0p$ThOtSOfqQ*wOQBX-d>lWtJ*A}=t< z%C51YDJOr4H+GD)*|#~xKXvquC%>8coipi%?9Y$9BLDVXUB}mToWpM9luTrc%y85z z5$ck*98s;Al|m-oS*JbQm)Ti%yd+(=Kb&2bq9S{;7Y7>UB*x6*^8Qp9FY3(Af4kny Nz489ezPZUBiWeLkQh{8AH-8IaNC${G< z+fX1Rl!gi<3Yvrh5Q>BpQ9*-Nlo1^r)G4SCRT}dDJhK}PVXgP)&*SfDe}5c4^f|+L z7V|mGKQWJD{&WZaFa~!r_9FNeco@6@9s)lGJK!boUhuPa|4Z;5$d_CB8}LEMSHUIl zN083{0zM302g%Ow?e`n)_rJi0uzwSL5?s2giIIa3KwbmM?iNV#?0{tdUGRQTf#l~x z`+W-jikvAl27^A;m+sC?2W}jYlxaE)9ej226+Al0Y$0z7!+X=V?sxPlMhJjVCba zPAETiDovGh+)osrXy=Wcax>zx~lsV6ompXTBLwdz}d#d!@Pb zE=N~Vf6sqYhVo(MV!gRj>DwV)gbp@;Opg^vcv^x*R8bbyxdE#0jr_XOP!c=3>*> z!X><{g6P&))_AjAKUVT1>%4osgU7EjWw|ur?a!`Rof#C9Ryd0=&&G zTFCu`Xe4VqL~s zJb({m3mgJJf+g@1coh5s9s$1<_dmfAoPUAGz(3$A@GnU3Mh@os3n0C}3Z4Y7gXh6X z@C4WZ$S#X+_jEY(;6GT{BJ)wQZylf#;pfO(adR+tKuyq*w!WaU8hF-}Uoc_8yFr z2&6(ElZv)Fv`y$df%*b|}TO(|lZHBezMM81-Z6_u^6t(7f>iB{x#R$!X<$+&4=B9}pI z+-~8?O|3g#sxQ>%cDq<9d!-qbSo|;E#BBJ?%603eT@fWytlbgXNLzc}UrkXq$5Wt=LSQo$taC@mcN++?J20t{)lBMnQ17CU2#-?aS>zdM`G r%vU~cn#bGzr%jRuEPIz zs)+jmUWfk+w0HUg-UcTp9On{P0d2iHXur3>o8Sv@794^%zz-lwAFQ+3*?4=W{dESL z)38a{Nf=Tb7j_P27g{^cnhbctVqPON+G%jzQzA7&CWSAwQKFj}sYtVtA2kzgSQIfE z;~aGePliItB<6`B0XIxU+G!)OFIAkUww3I0t)Q9GIx6{!_Y7?Ybc-vUPtsyLEFtTS)-!jLr&1Z((xC|G!z|RagO&qh(wgUm z!VI!*r6*%gNzIgy%8PBTC$!GEcH2)nbWQPmc-mkFx1aZ`^VGjbtBa(%RP&dqzu@}_ zq?>#wZ2Mzzi`2hMs>`*7>Kz};eZ;h(9mNujhq4c|HU45Bdqad77izpq?hpILUOot8 zys5q2D)N#rV1x=Al6<~R`OEg z&AF{+YyI%usukZ|lZnAEN;^9#rZs%qcxl8$vO;URSIhta delta 144 zcmdnNIi1Dgo)F7a1|VPrVi_P-0b*t#)&XJ=umIw_KuJp=4N?OGlRq%d_cGHpG*>V( zvNE*PHUI)HpTy!4-H@WhyyBe1lKdhog`oVT)S{AnAYGhTl$oz!Qv?yvD}o5!NFeb+pFm@L@%LYQpL6z1=d>m6 z%sT&l`PN$B<-fl5t@-O!mwv}^9iUxLYhP?k0RH$=ez;~oV2p0(z+1pA;5P8f;0*W- zxD|XIycWFpgT{OUybinyoB=-t-UnU{ehK^-*aJ1^*TK8M-+&vyi!LwaZU!&oc`L}! zW+ylc?yGRQ!skHg@kj8};N@2sb2E5Tg%5x?@!SQk1fK$rU1ZGn!A(5BJAqB$jeL9+ z`~vs{c+H1Oy`KSP*Gu3f;Oih=&2K@vnm>RyfNz1QV9bY&`3!IcC_6WT>c0h)9S1?# zc@*T&Eb}A(J^|ta^DR*0KLsit-vc$z&p?gS2W7{fz|VqjgC7Mi{YW|QHK6=93tk6q z0dEHngQ#e}TD^Y~70er;=6@5^ynhB|*E^u%`S0raN(RyQ z>p|%?2}+Oq!8h^uq3ZdDj~mnE{Y~Ie@GIbb;7`C^;CrA2?}9vv+cEHS;A!wS@VlS| ze+_D$cfc=#m!ZraFaY)bSx|BK6{xuU4U`>!2PO9|xC7jJjWPFv%ivD%6>tXp7uW!A z!Rg}NJU9)01N=3(9X-qrCWiJ-82Sf|7e2l-#!~d=?bnegR64--F`yUqJEb zEf80kw?RKXC_S#`X9GA3TJR_+y>n1{KMu+tFN5+MbT_xs2#@Cr;4k@3SCb~*4KDfo zewuuuc{P_VabP=*VSSzg%#Hft(tNnp>wOCd#l6kjK-qLBZE%Sjx)dW_ii!NDH7vg> zx9HkU6E9_(;(CAv1 zJyFz%$))$v z!4WWb4*AClm#$dvRv)sFvU)tPf?nu+N_nC4D1v*3Zpv)H5()@FuJ{Zo5J2u6`g*^X zewSd8VIb?QG)19p2YIj%WcnnU=~b&pQ^GNfi+@Sa)P_vwy)V(AYSyH4ex5-PU zE-NC4Q!Xh+)?}d@Xc~pAFuo0=UTT-RNUJS`OG($+ZV<;zh^k)6iXnEvY36pA^`c+} zQ-YWlMX*fzl?nw5VHD;o>ibC1?Fl8em?mAHgXlJz8;%pwAPYsNd1Z*W72ygvjj>@T zPEzERFr-JB9$-n=3**pOIcqVD5%Me1&yWo}taYWjF|Iq+!%KdalOcI%!CAK)LiBsn$@->FtA|kLN2rcRUWd$V{7KO4sfbELxowGxK?67qPq+iCu=+o8ht; z-DR~~AFfd+zqsj=D-II#H+Hh6Wx^{LXY6guZpxH7$<~Hnch4vny%{>ivwXOOnQpR^ zCPi;5Gwl`3B-Q3&9yy~tU|g*5wZV2~Plox@=x#lgM$|H}*1_OmF#K9KqTgc$`5{m0 z_v?*?XvZ5QP6V;U>(7=|Q6DPw60G3Vb&4q9V4rQ)HK>Jrt}2vE8@#(9wy9TrWxU#-Xeewj1{qovbmRH0@HJ_nI>^9YS6#Ot+Hm zOqyh@<|Lizs_#sgWrfQojvStE_*#Ww8+$RjX*bW#ZEnnNY0TYi=e9Oy?`h25IXjDB z;~}>kYWh`jcQ5^=u-A?+&or3MZG4FzI(;mU5f*vfI$;y_KCr?i28aP~Zr@TodADD7)8_6}KEs9(#@lRbDM;B1cRW15 zzp-^Br#Tm0+SnJjk~VpxX}2zf`B3Ag?d20kq9P5V#{MMjlA_|Cf6R7l-e$|&9h0%W zafh9onozBKtBT#Qg)bp`oGg=SeH!RL*Z(P*wEqKkf=7{gD89}O)EXm z{!Uh8mJ9HVFRBqexPBxymQ^r4->E`@Z`RcL91*SIIx;47$ zzo`EbB|20}tgp}8zCL&HQqc`;MMGaih_LN|I=zfyRjPX$n?p&)>KyA1PtsU~hNwx( zPQ~F!GYof_gi}+Euw%KVH9)-_q6u;As-`F5ujzeGx|bp8zwmzyAR4Xhu0xmTPncE2 z`lUIB9KK2z%dFD6WVLnUr9HvUw&oli*3-TcKWoL*-h2M~ti_I;DVDr>q=@q*QyOZ! z78|$tqCr*(D>3*EMHaM?_NiguCnX4fiqIJTGg7h0IO2v4a+Mv#JE7nr7y1b$JZ%p{ zDerK)v>kh@<}M@9f8L72+IW3922~U)=*-}4kv_~EL>-Az_wXxToi+QWGSRxUOA)Wt zSL7TPPNPI>vw(o7rCp_NRT0bJ5gA02EHYoDGZo2hH)%^}1vwEV{aHbT@{UOc`I7AK zj|&e0(b zUfI!~D5{==PgL^Eo zf4)0FJ6WDP6pDzoMtRWxdDf!J&ZwKh!M#o-+F#$*BvANHmH2Kjhew_!CQznx*m#&XO^?)|$_#-TM6n8#Lm(DHDq_%z#=t zNi#v5WX7*R<(Hs#d%?5N8#j^!$a3mGe1LbX>~dT!iZhfwJ}4m+XT^=wgT?;TbMCM2 zOC!gBABGwY9_kv6;;i&HjF(jKRil#lst-C95fp9WCMnFY$0|0Aq4q#}?eb%7 delta 1716 zcmX}rTWB0r9LMpqY0a&*00C+o;I`x=}G!_%$O%}c@GEL#$ID4@jdLsuQ86lV;kPW7BqJm(+{nv`3dA_ zp5joA&*K0d$9-7DgT}0zQ=D94Vhi8JfUA4(A5;uYHOACo9P2TOwK#~qm_`LKhaLC| zYQq9HViAeaY#=}LAqTB@8k6jA&TyiIFQXRt1{L8oyc=&~GuE=JHta@XH51s4(>Q|1 zumRUA^B-Un<8!F{KS!1_+o;5T#47eTKXal0enoA39hK3as8aq{88;KQ{$9L2-fg)5cu2L8hMOZ*5o zsIM06Ax-u-lc@Wrk+sbcRL1j|zy)l@2o>O|ChD&XKCS%m8S2?>qZaxBwa^vRMmH++ zG3sd3~3(uaC^ zhOi1pQSV3^b^Q~lgNZLEwwq20z)*-1u$X!HB&?6*_uK2*~uNRB(7vOf29l|gNYuJ2k+&q__1 z>v`#2P`1iIO(j&bJIC@{u4<`5D)*hHmrvEw=d3EI>4jCBpr^IGK7~W{VfuY^_igo2 zH(E2`-l*wxvDzbUpe_|FxZCyVt(W&L#N2lcNw=qQe(SBqsOp*V(e$_-o17k-8cEaY z=e$BR`eNwi3(H;*KkJ2-aVA?j zU;4r?n8i>tt2vtw)&e)%+Uaif)VYDgqpqzn?luy(t`L#W5_!0biG*gyOBZa;%Lbv% z1eS7`-EpvLvrDVqvh|E#h)SDOrF`OMdpoOlPrJ2BCwFD@Cw+<@a=q5@^Fio7?mZmy v+|}OaTI|q)!m#nmfwGtL;yvzIa=3XhP)<3&blxKu<<(vrl`clB%YpeH60Hv1 diff --git a/apps/main/locale/pt/LC_MESSAGES/django.mo b/apps/main/locale/pt/LC_MESSAGES/django.mo index 5d9fd04d6a04949ee8d6ae1040c5491b316bd513..5f038b30fb47c39dc07ed886683eb0e474759058 100644 GIT binary patch delta 701 zcmZwDF>4e-6bJBkAzp3|1ql};r0^9I3q6R&5IrIo3@IdtBpM5=x!t+T3%fI6X70c= zS19&oOD#l^U~wQ^;Ro1W5eu=g_7kMl|6T%$xGejdc{BUw&3iTTV&+4mGWc8}+CN1! zMMQV;nTDINoNIiVFoR3*CAg45zz$%KEku`8!Qw3gmriX&%p{NIE&81S;(;5cjF|!4o_o#50-^JhB%A%AX3m1 zSnhucac{&%(-YOnmF4EbHNLvoT3oukfTzBpd}uy!%J@_T>sq{B3?Z*ex2MGwBVOru zj>mS?uD+{Gjf`ZLR`b_U%Y{|3Nzer3=t#VSK3LEBL9|@G-)pB5 z=bxfhD@ZE)sMgV%M)5n^<0{x&8nE delta 680 zcmZ9|KWh|07zXfn<#Km>7zp8_f+#~&EcAkx5F>|$;uR9EI)iBEWcSTFvNxkMvnejc zSy&6QjfG7R2@wS0uC?0A4HK zJ;JaIpTKhNFm&Jn+=R#QGW-sku!f-x7vXcb3KwAx@4!QdX!-$b@F)BTf5G$cZAgGG+1ZF{}5-WA=Oy^UMfZs2PTr1PB}E453dH?}8+W|yru&`GO|xNYZ!H9Ie? zB}R{B%H!!y{X-DU@;{B$pp#!{o@=vvktrudaV++X)f}nVcI&G6_dMiqccnR%gtJRu Kd~#kz($Qb!)UbH~ diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.mo b/apps/metadata/locale/es/LC_MESSAGES/django.mo index 33559e97404f7448ac701b7ca1e408ec6f09f3f6..905f9ef695e014e9fdb1aed7ad337b6a256b2217 100644 GIT binary patch delta 23 ecmccYciC^l2T?9_T>~QpLnA8_%gw(;BLx9%ng|{M delta 23 ecmccYciC^l2T?8~T|*-ULrW_o^Uc3RBLx9%fe0M{ diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.mo b/apps/metadata/locale/pt/LC_MESSAGES/django.mo index fd334b791c662c0d7fa41cbe84899ae828995cb2..3aa42c5e8b90d79eb7727c82f3f5f1c36f733948 100644 GIT binary patch delta 2793 zcmZA2e{5Cd9mnyfwe*)(1Z)emy?y!OIL|RZ}=arBGyS*Vzzl*VyyA^_Rq|+ADNORx|yiU*gt!J?mZ>y3E%sA z&U4Q5>-#*X92i}cWXzSg6jz~#>hEW`z?h;rMd4B^rcnd@1qbjm?8ly_O2^k? zihCbB@hHy4$8jE>#sfHwn!vJ)X^Yq428>bdPT>f?ReoNi)7i|DiY+*ZJ5e1RLCyFC zY9enVeVhLxZB5-JmHQUdN_$c5w&S%J;2L}$NAW{c=GM=tv`=FX zoWe=f`djCP3g%4u~K8E}=zvD-lc^6ypEGqS?B)Mh*7WG0uKiYzI z*oeEa4)-IIHV05!6QKq?j>_2m$eheWsLcEVTks5Oz&B9~JDWWJFnRtz@%yNOp1>>cx2Qe;1TFTl(Y?40`|%Fc-ao((pOtwQ z$M99u8CpT-n!tYCjK@*!i_;WzsQ!(Y;}-J5r)=`50q;Z|zGrY4|CrRb*~(szAd4|+ z)K(Nx9sdaX@CDT8_8wl1i@S`u5yz3t6wON%w0HkPt)!ZC)aXUjSy+ZVGOKVY-h_jA z6xGpls0=mov1{U+P+NEnTHJ-oWQaPP_aIHoqnKiR^D+evr1^Wf!kGV{8nmzseGSV| z6WM@T;V_acvoEPHpa#ARHNX#0@BJLfzIhf&nt2^{$Uj0I;!m-i@l7pxs>UAFsqRM| z#w)NqFk0@1kv7Ih4R{YKb3aDTrFjxH;ESjU{s}dqbEpZ;A-#IP2WxN@?%oMO#})q_JT?ef*@R<2$;#ML?(d;=Fgb^i*Us?xzcmEs29{@NF*>=KW~EhW4AR~kND7!MA(Dld7P$^RM z&UF8wako8G@XHC+S#ZDXDWuY2ZoH6-ztnnW_ub~+-_*}+v8(U~H=*It0W6 delta 2769 zcmZwIdu$X%9Ki88IQrt*mO@M0>$at|mG=7JB@_@rK%oc)${S_5Tj1dC_PE^xtl}w1 zG)PR$NMhsMm4j9OtKp zDpiZ$VIBUCQ?PQFQd6-9<$W(ne6?vQX@tx#UxZGwqh5`3nC~Hzl;*dS>)a7 z2J)=Ba|z?1053*P-Ny!$^QTSeXSuK!lb`pb*`L?HtY zMcIUdtnK0pa1g9d(%lHnW3>Z!sq@-G8a zFilBi9m)eu-gzrt@hLS4Wp@`dJxOH?PQ>{*i2FP7J*MVzQ+B;U^es3KgP6eCcob*g zRg``eX{IZ?dZy=kl!5xN0}o>xo<{@k;CL)&!5eTE%G!rG@HwgHF^)%2_D&HmZ^lVD zA2)jE$FPU<^d%ZHlN$2EC#)9ZWb8$G!9kpd11N#qL0RiYBez7eQI=vIN?=i(fUn}? z_z^yY`L%ozxDaK$exzSoU7{f=zm2j7{y_eekNil-dThm|xC-~;B>V;?-~v8!S-KK5 zupA|W(@_FliF8#vP~Q6rvj5ck7+`#Lj)pw&6UtZc7fK+7Oh;x`j3i0bqg(PY5vnZGW8OtcxP-N4tJs+5j_ zDFtnX15WW?|Dw*;j!vUv`i#!W6Wb|8-KOKVu1uP7Cu+KOa)z&_%GIm9hrjd#n)*dUCh}v?OvwN@R z+;J_#jU;TtigC*{q7lb6rJv=5?C7>^b7#toIEJ0b9M7E6BP;95%==@|Gn5$!N4DB} zVdXhJyy|j(;wg8V9dFUstLk-8^=`ePx=0_Y-q(~c3C1>3UhpzvuVW>HHZu;nPSA`- zo0>NU4c!)KT4ppjYJM_l8z!Oc2}M(pq>(uh4@W|lBjJVZP%37{UAyaEPYF64A;@Fd ziQb>346H}ij@6$8N=E#%m;OHRblLyDSI259hGaw5FV>`ogsrIM>S0E6LDGuZyCPv* zAFUaq*Hn$tVPl8S(O(+V@)AkQvEsU@w%hB!p?0zV-sqpzmY3aq*pQ`kQcT9NgW6a3 zRbJ-ZJrUQ|XGWFjU+cad+LO(>BXiM-sxp18J{3rq;pBfN7q+%U;)LU9cl@UXch_Eb yHSB8(+41cuQY86`xTG8JWkvn#ZrstoG@Puo_C&VwHsxkcxTz?zH&k|OslNdhM!1^* diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.mo b/apps/navigation/locale/pt/LC_MESSAGES/django.mo index 884f19029483c43a3399c611a2837a969b01adfd..37446b07162548ee1c20340ebdc0ad23a6099d3b 100644 GIT binary patch delta 169 zcmZ3@x|wx?jqG_w28Q_z3=C30oX^C-pa`V9fHWJBUNbTBp}mo=fw``Mk%FO-m4TtQ z0T6KcBo>$Gh7={{73U2B>lzc0O!)ufC^HLcA D?ZY?j delta 161 zcmdnYx|(%@jqEu_28Q_z3=HBxoX5n#APc11fHWJBUNSNAp`D?wp`osUk%EDtm63_I z0T6KcBo>$Gh7={{73U1)=6~}L(EDeQ1fwGk4($Y4jezucBlR8bC)^;G!G;Zpatq8_%uI(xFW*)QH z2@-`5P(+acAt8{Uh=33jsS;vW0SWOC@P#5&5Fi$T_`nws0`Y}a{Qh^Ax5RcEG4g%? zS?+S~IsbF+IsWa%=YPa--9>u=?ca|x=AGcLpTG~-FP>yf0R9quIe6&F#vBCu;5Fa_ zpx*xmJO*BTLG}JFaF*u}fpg$@K=u18Xu&J@RQO78KhGQB)!@g$tH2+C&j9}dva~tx zDaO1Qya2o$oC2r7<27!9SMz)Z)b}5OF9rV!s^29S8uLu>2&m^3@Gy7}cm(_wcq8~9 z@Dd1dCoBj7Pmdbkf%zi)#t1OEu_1uuSjCC4G~HlCNk=YpRGCFeImL@|$m((~^@ z&3_4tKM}kFycnDYF92@@F9DB%(#u=w_XVi__kftxya&`g9{`^R-VbVjUk6_V{tQG! z^LJ45ozEiYgO`G$kgf5``u#Mh_4n294}r4pO(3Q=$3U&O0!pqfsQI@*$@5-N@_h)@ z{2v81?tW17d>+)eFM?XLFlY0IjsD2NF3*gh4bRW0^iih`tvfG!yBjB&w^3f975MNbXO7*ML8)@!z1@kqKON-j?wn}yXr@KZ7zoT zOY3SaUE=ojG}-ELG+lEQw7-&P^1785H_%ShA0(UN^BpwFtxNopt#wH!hiR|S1J^Ay z>EF_%*Cm?tE#2#yqDjBHZla0f((h54;{Tnr8)>qs_%=_I|A-S%%ySY-dTs+g2F&WF zzD|Nqqg_Q4Z)K}j(_Tw^Jxw;fjwWAft~YRVGwm8$hxQtpxNwA~Oa39-;@bXF{5V+O zLr=3<-#73oZkB1s>ld=KF7aHP5pP#$geV{TZwJjyy|hdUo37d1b<-rwZIRm0#ldNN zV&SCThiSL$xuo!4f;djM>{^=HV#C=a4c%3_&5JY()}75jf^f#% zlsS7kEp1-bH(OD@p;dxz5p4#AYge#uD_!a4?G^dXgSxQ`5?l5yl6V>Vtejg!FOc!Z zod>cf$69`gc15jqu4D3Z8B}CJlB2F(rIpLB*gO7aD!*(Ok)u3Vjn7R#nd_X>7SHP6 zY_BX*3Ef4{r)#YxZj1YF<}g~=>M-|ofGjg+0n@lJDl91WRFd?wwC}Paa(UGu(WYj@ zdUN7Y+qdd)%5_Uj)qH794y|PMhLF~q-Yjgm?pq<}=saGezDvR=S#SI224TMNp#FpCw98X4Gpmi9(AuvmMGjl#DIwQe6QPedA?R+%#m3~`^KmyJY9_$ zU3r^6_N?p%_o-L(UtjoKM^TPU%-sP4T zkJ>e+!N6m)l}SG!+%z-HnB&2zs8{xE(4KT07Twyx8{Wx-A(KDRWJAjo3fl~i@_bZP zyeV@p;ARv$8x)oki5F=ydAQ6NCROuc1lNzcxjB*8ILJ6G!=MOOgPgOg*nsj1k<}T| zq1rJ%V7QA1S~G#Tj#(&d4^VjT=q}H*sUq->V_xRBFTcXlSS>pXhlGlgjWD z%U5%b92bZjnv-QBb;m)nUMh9Kl43O*&0LS%fdjqQBi>7UJyeH2>QLKSY%F-rnA^+M z9uCudZcin%B0kmpLAHiG)%zxTn>%up8j+EtNsw_=Nt7rFIRv6LqGGmQ2U;}f9V(>VOm~>oG<$1rDnFli6!V+& zwi&T)K$sjiZuWfQ^YED%mQ)jZCCKK+hYJ%2t1dQ4&~rwqq4jrZ7P`#Thq0-nB_3s} zSkj0%@n~bLKJhL$O}yqN*J?r1N&8 zDEjlWv+EJdug*a0*(}YWSenh^=|M6}d?{VNXZgfR$EPPu+gbE!$Nsr}`#W>jcJ>{x z`wq^}UDug=`P>{GJ15;{q~*u@9q7#MxBK_a?>}($9M_&(h)SIm<)3jtf8Lz@<&7JaF z!m83tKHIN0)p21jpKZK*wqMLn?Kytz_|i~s`)20$EL2H*XXSJse^O|l?Z-is9J1Yw zAj@5G_>PsMorA-EKACn|XDR8XO6}(D!PTf}C7!qaV$X71Wy9@GnelGWhZg;f5o~c1eWY+XF2FDS_PG9k3#WkftIG`ftP4 zJn?oL8%I3^g6S-jR&~(eA?`zxqyFH`dXxl|IJ?c@PIcpwok-TI)YE7$i&lS(gHc^G zn%i?79*jiHT9LIjwk?@<+YUPYfApC-muyC8bVMCeLuK|#sNGf4&ftksZ$s2-^;4;J zsaj|Fn(SkfenDG$i9yPfAR=LG#w;tSD&C4LNJOCLtO^6REJl^RdNDdzeK&&DC|37b zX{Ej&;aS_UN-sPIMW~vhik;9FZYk3q@=2s_#WuvkXpKT~eBMgzwikmb$Fv_3wuMXz zX18aXeMD!T`b&g(Rtt(Ui2aM@Ak1(ybJFJt*-(y_by9^kc4GKV=>!#-O}_gOlTei1 zJvf6~;;+6YBZ0o9+4W97G`45WrxGowGH)AD<5hn6n1=g}khN~(>r`zD1~`yJCOMk|ImPl9PiNI8h+>nd@Yl2AtR=Ji=UCznzOB9h98?gqIHL6q`P|Bu>!;<`puF%^*D zD}dVG;0$%5cQQyvG0MAEJGnotQ9Va_MT9nB5+8Hw%eWYPI&oNIv5E4EoNGa>7_sQ6 zXviWH$N5hnj8jW!M@nXF*J$(zlL%foPf!dVRMAM_MHanOFsv%Y>WuW1jGfONVk#6A z(d)wn%&TgV7>f*5k*VFFx7?yy;;>w4DCzLH9&_TBn&Yu(rTw4g_(?7PjmIssQ`ctZ zi72;Ycd=+<>Q?%kGNVaWLbH(apF8PQ6=jv%#bk;qGJ6$issa<$;5PclaZjaarC`N) z|DWWuGAMm%EmakpRAghPk7uN;q=Hi(hM&lP*HHx^3kE(nQ5WWPAM(SOr_A;QVIkkCVTGLGjrhFb1vtc zJJU8AebM-V5gvRnF~)%h1%f6LiNQA}k@$e|K}q~TAM}9)HNF@WAMp3z=iJYkDb$nM z_kTY2$J%TC*IIkcpDsS<+lK1_+9zngIop^of{(qIAFi*SXN&{C2Hpg|0qz3r`;55} zd=S+8Z-NKGm+JQyo^Q+q&-=kiunnr;3TVMs!ENB1;C0}ZO~!l(yc=W*^ANZN^xzoy zwHluXHSV?g`}r3bb2ZNmQ2ma99|k{PKR*uc<@rT$KlpEOAGrHMV|Ick!HUH}0xL6{vfFS_kx(ndz@ni`$eGaco~SP%$1QCy0wvF9LCNPqjZZ+0%R$Za1yJL@3~HV4fST_q zQ1ko*l)hd9Upvc~--Am$|BOMq!3m5jyT@R#TaB-SpXU8_ml|^`xCDyd&x3owzt!)z zq6FE^gRHcm!MqZvkHhHP72%1KdWi(0UJoY{7g5TmZiZq5^X+WV#T%0^AK= zUq45n?E5H)sAd_Iou2^tGvDP0m75pq_rC_E*FS)=`(Hru{qNvrP-K-Jw}8^?VNm;8 z0wveiLGkKIQ2c!w)OKk!ky!#SVZ0uf$ z6fWsod)Fl!$!_A}*)(0U*We|2*1Ke{?j>7V+EJSHp-Xy}%(}F>$x|Mc_CVkvayNY(4Hbs+d0iDFb%co`d;*um=w)0tT%SCU~Eb`YCwkWgQEqI&zb`m#T8E2`@mVCbGT{LcP&%HgF zb!^e8Z zgl?keleN}Tzs!9z_ZThe>97cNfGp!?8q@eFE-fhbRFbswtnKqM_Jx^V^vy>g65Q#3 z7n|BXjpB5nKPi)ibu5e8VV#Bb`c#?j{EW$`MYuDk&3L6*rStU%Ec3_>6p39D| zQ3NmW>>>NAV;DR(pzd`>cbRzF83qL%5^v6nK2S}%MGBWjw&~LAN;{{(B&R^QzM2pq zj6dzTDrPWhR-_(gp(Zf1M4j9^yX2BM(r*WI&58(>n@Fax_mRPS!r;&^tT9OaVb#!c zYhczGs|^p>VB(SP^2gJPaUdqdv|Sluawly&oK=ck$X#pP9Cjz-R;OiMFHaC^o3+bz znIdP#{2?Dm>$r2SpvUmIC&WI2h!%aIqpxCXbIVy5+U?GI&+|UAD(25`wDayleV+e<-~KX z7^e}@H=ZY4n&8JKadSQ~ zscU(o^OFsCSswY^)LGEfVGPGHm6LZx9C@?}#vOTAm~J5DrcfFTiILx|T?rI!$r+~7 zqKqh_ROTrcJFU6Y#fcf->BwU-`mCfJc6v0=9`?<$aWHD!@ACqxOxeTkBtcj=qwbCKiH#fH5Vz=*_n%v!(ylHZhj*Vk}Dc169`|a2 zN7-R#0eQXMTJLOmd3ii2G@kb-!UnOi^i)i=t1UKs)G8*rE1fi)UD7x}#O5@Rw!>qwcgG%E-R|9*+N<{3?PHq=M-FF?9K7YP@C%(Z$_m{( zwpUb4(#QG;#J9G~oe}~L8|OB&>FV=@Z{qV@?wk0$)9AW%SpC83Qz}1*B`tT#%Qez6 zQ+R6GCU)_sLT{)_r@}w%Se6<>DOj!$KK7OlbliAk61NZy_D2~~g#u#rMeZX`GVRrs zg*bK82KQ&p)n`z2fBk{QL&#wc26gwVtp!oE`o7Z$?oTw64hpeSUw1UO8xCJ*T{jRy zd#bAxv2LZYu`!^AvvcIe0LBgPTd17z(dQBZ8e}kkfp|XO*HtxAm=Z9BUtS?G_!?1VL zQM!vxGiCT*Ex-EAiCDoQtR7;}psf9xhWs*A)Y!gQX>Fx`U9hI}d=^vK#7&)fFxBe! z`;i8QXzGwSDVE-0l0h$FqCt{K&m)tWnQlyw-Umc3pdh2GLPrvDf)HQYB74CpaCn_z zp^DlZ?>I?_POHz!60?;9g(Rs%y$g{>Qkj{UjP3C)l|IxwORFo?K^jA)BHGC(6`Vur z>krm`6M1&84pQfCL>#o@KruQ{3EAEP-3WY|1-kW6e^4C~){Lpi5QLg`tvFqjYm$o| z?Ziv9#e(Wp8aZ3nN-8RPNwKxMLcKJchxi8>B~((bKAC#r6NWBy*pk|m3xnaR0>$Oy z=71w64mlns^qlEYU+PJMYk60PWtgWGP9vv#KNsmTEXQ&*y@nis$93KwD?C7RM-C> zTdK(_HH$RspC|OCXRxa367ON6d`-iag04O>dt}C~}Ev-I%5dr=NklXP)6MBNFQ4+KIx7Lp^^Ax4T`3lY(}JAj2>F zVh(YjFjbHUHJiy-pD#N}M!gn_HvXr8vG84^vaJ=$Hk}H(bz606H3Mg&{>ImC0ePHg z=GGk$%DMhbbxnuM8hI?BJd#(M3HQ9J%tE9XNmhoC7IO&6-9YtLnSWG;!yTkktrKYV EKZzn&umAu6 diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.mo b/apps/permissions/locale/pt/LC_MESSAGES/django.mo index 45f1714b58b6766bf9b587547341b80307d55aeb..f37ce16a6256419340d4515916add90feb6e9323 100644 GIT binary patch literal 3361 zcma)-O>7)B6vs^|P{LO!h478r5}Iv0+1;e-$A$nQNufY!)NU(PLKJ7lyX!JDp4y&# zRB%CX0E9Sk1PP@QAkhI*N(YOj8TflMf8n6mt z2zv%3`?KIpU{E*vlY|dlkG9d^3N42P8Y^z+1o%K^p%BcrEx9*bgp)WdB!? zbpHvGj*Xa1`uah1u^k}I-<9_lLGr^WxEXvLBpoNgW%&9O2v@Qq7P}7|0crooa=r%E z@%|b9geSQs+p6@}j{~Ndo{0H0$Zh$z_)eqhY-V5#r4}!GL84y4AJ|2+5 zJ_gATpMhlOJCOAM2;Knxl7IgTr16{Zk?d~ufAdUYQgsWIT#KOJVw?S|x>NZsJ z^=+v4qLM#o>;Nhi3VG5*cBzoPyRug60n_Y$REpDfAs5xPbt7UYgQ1IU1X|j7 zr-O|-dHF`hd8n-8y2j-K8Y-@HqeBVF4dJ*jl8e;oNI2z-FkIvUd#cA0GBuCoJbHXc zhaR3Nidh-LMFWFQxlo?6X|1Lf3ijbkn=*1v zKi}Hp<=UFaM7FlZCS@p{%wMJg9%VNh8=_?Vko%pNuoK3Y2FYYpqfHS08aLx+Jht9xu$ zmt`%FFj_Kuf0wxy)y8Cy(RoAP83*F$sl= zN4eh+#!5GKyn4tx&>2T-)}-;KVqXVHG8KMcR=E|$6`r`hnJ_gX^bTng*$R)7?A4A9 zkMdS?Y%u2A#&{Y3ybne%BId*+>bmi*e@~urkr0MLQ zO)dCgs(N~mV|s=lk}}1t-B>vtxDS~(O|a=azh)j)l!aB6gr!}{p=+IG?hO^-%rBKf z*PI7$DkIjNM&c;*!aHsD2%oa;Q?kE(fKFZ zQZ1r|6h)gTBIvbpYSp$yQMzhVJA+!Zh`zsZq{BJ?&zbx9pL70m=UP8C%`7&>ZyBwf zv4t@lGdqC!RRr2#jae-Y;VC?ZNxW0_0XFda8S1&Wn8tam!;iQbzhEQ&s$P%9&6><+ zEWuVhVdviH4DGCkT4(G_J+-)!#lU&sAKHA=2#zp&n;(6W&JUe}ZY& zw^vNqiG4ura1piO52V{t_4;qr$yc%ZI!vK9;t>|8S_g7Ci?a)d3Dg0upeizrdT$mJ zcn_Od-ySm2f^V=D=TRG3K)QV=Y{VthiwS~Gl*TpKhB|R4>iNT{d?QG=QGzNphPt1v zn#UQHq{Kugokbbva=pHW?rd{5j zjt(aN#D=1G_5DY(ewZ6CxNI@>CSBmXsc@=1$IGD?_?hzKiLOkL(_K4?fp=-DP<~W? z;fFTt=lzn4zBc&L)5d1c@xC8S&dlzp<7+6}Fnrj;X0hdo= zafxn7QDRKYg+7#La^nQ0pU0hdo= zafxn7QDRZZlEj?J-c0fU D>Fpom diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.mo b/apps/scheduler/locale/pt/LC_MESSAGES/django.mo index 2250a07a9b8c8d06c6800e0f4e3ff4317f51daf7..be609aa248cb7e43fe53c8eca96a7582116d9701 100644 GIT binary patch delta 496 zcmZvWy-EW?6oqeeb&Wwp5d&)AilsyiM*P9X#upG$+014q*^xCPvy)hEX&ppt1fL+4 zkFbqa7WRTKV5ybhnT@f^g>TNCxj%F6y&FG$U-a$>F$31XIVgb#;Nlq+!3$UcZ@~3_ zf(7sm=0LGPGzBd~=b;toE2siD|1&|f0re+`_f2SpD5X6lODLQ{eP{$-hF(E2o4>im zn9pMxr}vjTBQDU21YnbcX^}<(r(w3c2 zgc`1-VUfEK9Acd?vLzA@^}kI$ausWGZpZco0@bm@_}z9<%-wEtq>bPbeo~!m&{Ud! E0eD(?6aWAK delta 144 zcmZo?pUz@&Pl#nI0}wC*u?!Ha05LNV>i{tbSOD=|prj>`2C0F8$vTYlz07nC%@vG{ ztPCx+4S;~lC$YFhH>4;ruQ(^MB)`Z?At*m7wWuT?NEas-W#%i`6hQ>^iXZ}d>G^q8 Ni8-lNli8WR0RV~KAq@Zk diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo index e2ebe0f6faca359399dfba056f213632bb817525..ca0b0df5a73d8e1a906d450525bfdb086923f3c6 100644 GIT binary patch delta 118 zcmbQvI+b;Ti|Tns28N{!3=Hf*T*}12zyhRefiw@0ZUWM*K)Qco=5<~pT?2Dn10w}P zLn~9u$-a!@(qV_!mgE;HxMil7re+o$-mG9#mIh(xZ?0oxW)x0IP0P&7JiPqy*3@E# Kvc#PHA_f5a!60}5 delta 120 zcmbQrI-PZbi|RQ>28N{!3=Hf*T*Ab_zyhRefHXglZUoY-KzicD%|^?Oy-?6=>x>sJleCgsN|FJ5cRRrrh7^TBoVlrgV| zx4`|-!Vkb@I18VKZ-C!`cfr4aKL&4jlQBO5_rbmJ9{6_nD10k?3aZ`H@JHb@@DTh8 z+y(y`s@}iDqwozsWXyH&{ZRcZL$zzdH^ax_kH9NX{eBv1+-Kn}@SCs!UxJeRW*WU0 z-UDxjeW?DfK#l(lT!g;~HJ`tOx4~;~@cK9ib$=8t!xU1*d=*O0KZEasFTy*Zd5bak zf`d@~e-ui^SD^I%%kZ7>3sB>I6TSn!4EMq7QHJ_E0H@)Hp~m|dWJ>0f@F(F_sDAzk z?uUO1HP0Jw^m5(_rI)ARBK#73H~c54b~nAv^AMCi9)ibV3Ym)eGQ1uBF~rp7`%vTV z`eCo%cfmc}-wzMKO(=bQ4yyf^AWh64!Z*UdEch)bKl>i!&%DBi`n?9D-U=<0-WDM$ zF-uVTI|t+2Fgw^K-uG8q3m}H zLP%eypzQo0l$`5O^U9&d`}u-T!9TwSe}a-Tz`5sP2cCt$2It^ELdkI}!Eqlv2rYaH z${&9VN}jJn)q4fvO6EG8QsdtQRqx$!0Um>z@6SQ$=}D;ZJ_V(xe}MAqe}Vj&w{WBW z_CY;A%!lT40cze4Lyh|hI0JtJ-VR@c4fsX|XA0&Zl%K3XwNKzZ@Df!1`5Ih=-+_|P z@=$T~9=HM@fU?_FsQ1r9jrSF}2>%}552qPK`g|P9Zcjpu`w2cQ{5+IAe+p5R`5x3b za^6|6A8KA7gsOL?;Af!5`+cZ-FTtbm9oEnHLHHr=e+ep{UWU@^tpw`=%%JS~1*m?$ z15uH=VYi>(KB)OU4)21$0C6qz4frnjZFmH}jvMvA2oJ#wN*|wxvghwW&FfE~=KnWP z@%A#5eg6ZhUpcS*<|eoo9);3d8_M1>RQo3&f9B)G^Dn|(+xCct_2Oxi@$%p*%<52qiU8ubAZ&2|vg;Lbt%?0;D^?L{^u1~{j z;4B4Kb$unUdfmp2d_z}GIq$xCf6y4359)B^;|A`M?aIsY5sI!yDDv?&-Bhj{i|?(18wD>y>0bFrzI2Y#rsz`ck$o_W zyJS1XMMNPbm?mYKaxF!1aG3Hsimrg7oV}?Vu6rq@0~ZeuL;0^_`Z`L7qN_{UM>$B@ zPtm3P@nOme<)Ls5+Ck}qDM5OyY`9H+?7l>lp!l-sswB1*cEda@>e)OE;%q%hdqE!2_3k};>rbY$-LKkJ-YL6VuzRw* z&9UsF9b{o@PIRN@MZ0Hj7UqNgN4imbaXORqL91nx)P`}e)>YG9Xj@5h&sIZ-_Ag?Z2l^1z(r zV=c%+bJDABSly4EmCvPz^@te->v@=3jL``)yB3BqR%kZEEL$JQW`lk=30h%m#+;0@ zi{|9m)JG3C!Zedr*3+bCvpi^HX*YtT-#_f9);pc1(MD*NT2WYMsl;HPaD{cpc}RHIl!To;*GGIpr55QMU73FNAeT~sCRl;c9>YP^2T{$r3;+T zcZSm;)!tA8O_%+Q*WNbZSp5(MR65^Qz3jJM&x?1dAH*%&OnUtktA#D6^vs;XxbDLa z;>ydKan-Oiu*LjQ+=@1$7SZZEnJGFbd|=FW8o_STEKYI^P#HvyRWZ4G&Q+8Cl5Pv5 z-4jObPVTLxAX^J1HRSF&e=Ksvm@WSW1+(&Dl!csoj(-i3?N34P#X5manVR9;-1fi{iZ+_|@)w%G+UT zm0^9o|4V#sA9V+R-CnVb+)>=tLpH#d;x-|!Xr3|W`~uhxbK7Md*CLixrjltcWhH{x zPrg=VtcDkKQjHFIsf+uBmzrT;OTBODve5QK^IqaSiSxiki)1AbYpJY^KE(4~6v1ZB zWkg^^Bqni?Mzlk2QXs2rw0@arZo5^U#VfoN^!i=DVACiqvc~y{BoJQmyP9pWY%X*{ zGE=HvL!YEwEa%ls8Klh)i2!%J&>^~jv-QyIQ&3G#+&leu1 zgl;Oy-6-!HZ7_{XrzpfEsaBR`;9RqxCfdUo*2E30RMK|b!ZWe6}3TIm3T#$@%i7DbM z7&&HbYv#rCjmpUCCQa7Yp=Eu2H;sBdIa0a!{SPV?Q{Fyur9V?sZ1pBHo8g)!+8ci1 zQ5iL?gUKUdGjE)3HO~93=z?7iE(ft)I=Osy>VdGIqVPc5HbUK;6ber9g!1UZ#V*jRNZl{~zZ&-S|{*~9Fr zf|TX<$hp;1jYFe)&LhLLvBY+>#mcc@53NP{P~rvK&!<+pgEZ(iPGLkAjJWS^vm*x% zTmSXQ-q^nLh@GFFGG{|=XwA8v-Fl8V*9I}gm&+q$S{y5N4hwBabm1C&oiVHIdf1I> z_xKnMLi^}|G>?iN3ACbg2a%2oqX61^cIztZRndO(sq(e;=>$-u+-+7uRu2{>hDz)p zkGj!gK`U{mOo=mg%yd%=Sc=?AWH||Uf;HN>_Fa}C7Bts+rumfdnXqb{NF&CGlZ_o} zR4Vu$Xl?VTkMFZwk6Lfn2kXA{>FTZ0pf<7%at;Y**_}FD2`eu5QD%;F@^lrMEN7NN z+ml2ezD(F(uuqRtjnGfnwKGL+{MpH}aK;-EeQC+mo|KfHxRYoz;V6N4V+t_}eP>R3 zD~_rh;pICyW_MfTVleHE(@>gs4xo9m&`%ofTpYDH0=rWx%APzMmNVXsd6iS%X@4+F z@ZOE!u_)jmlcz~*fO8IdTFMFgjjd-my)w1h!BxJ~bOxT_uZ4YvN7PYeCt&S)>Gtl8 zJlv3<2sXAE{&mpN{Z4!Ic959W>iC=0;RbAM{g}|pj&)t2Z9P{Xlof2Jz9$L7I<1XDk;Yt#bBS@} z;Ml*K=|*AR#eq5bjJ$d*Cn{pAfl|+ymeY#bqv=ZYk-|6`%Nw_4k5MSf!>b~ZC(DE~ z5_@|cCFsdxj)Hkx$24N`|9?sqlX{<+KYp-4KBc%!v2!LF=9;bFi#h2iK{SJY@R&@T ztoa{3bxM@4vpp#CA{k@5kkzJz26wi)U$jPJx%s_HbyoV&$AOy~wq*~T2d=9nCF9iA zWF+k=myoq4Csk>svVzxAcV*#siKslrvv=BhhOK*%hxi>#=XjE)8@oK+Chj=T-m>er zK*Jdzs5@WYi)`uq5k0>1dck?sWz| z6Si3_X05+FPC96k_lAo}SCiScnz-!CPpSU*((1~xtfhn_f4RR@+V<0{JRA$x;m-l= zhtCjF-9}3Y4gn*_>0A z`(x%c^8A=gRIUVLIdAy9SS3yH=pZuwWHI~+A#uMU^bBWAw}2EsA|%HD2a7Gdvy&+n zb0#i+39Y~q(@o>$XeZIRmH=Z4yvUTfgqWaVdO3P*l5hS>7cWQ59{FVun0Brt8hAe1}5Ms z$O7{^oD1KE3*bd42i}J|=ufZ-&Yx{e5A1<*bRS#_pM?wI1Z?DdbCHfB{0OduAH!jo zoKra{59P?$;1GNY-T^N`DRvnyhMz)3p1`|in1)|~LvR`V3haijLH^7ydCcK_^IJNL z;B}~t?x?9q-3{gOE~v=90hhpYQ1dRv{0rQ`xUSY1y5QWEA!gw(O(PNd7&IGg>s}HYT;@qhXx_ym|>`m_Q3}DB$OlHhN^`ZVYyhL)}M!3 z|5GT3egzfK@1V~4V?Fw7!YA>Be?t{n4dF|=PNC?*s!Kyb=z;weSEeLP`E^{QU#Co$+-jW!G{?shx4Nk&eTQ4CI?R4*4@L@z8;9 z!9MsQRQ1j$49&Y2;)B@>RfHkbt@tifAQMo^U4yzkGm$~JCk-`kSDEDhD4k(mya46# zb*Nvm8&Jh{Cpve)2cT*p52eUyxCUN?QeZlANc!1O0XR^R4nS4?Ca9D=3{l_gft|Yl zV|3){X{ciP2~>`L4z@g<-fNkY{~3QDO}P!0`4MV^Cl z-~=2;9rFquf;AVQHn;+{@l~jUKY~)`A5acebJ-P10_uGml*2tx2Mt2qlHE{>c~B`h z3FX*%sCB0czn5SOs-u6zSubQlz}zhN&*pP`>;VTOROuH14R-GT0_e z*Hmo_HdO9$YhtSY%v}r!%-n~mz&bItUQ9A6HTy8Nc1$&K52kypeDjl0ZrgZn#T;xm z){m)4!Cbjl39c{hONlRXzFCXii>aEG#~s+0F)6bSOJOQFHOa50bUlb2&>(JmV|wr* z?0#$owi8>AsaQ8+E;bE&02?3RF@mXeV2@$^XqEG}8LI8aR7h(2N3#+;r~z#kHi#+j z4`a&n9!yv5=C+!FYE5aLYBRO;ON>-(Y7}<4E#{fT?!>Z~u8#^+MR!Y^NK|L5?8({3 zCbrDkTV>bOykytZ4o#e>ovgAi)Hm3_)*qgT=A~|%IJaQ9%I;~nymfU?`Yvb1ih*=` zSwF3M$c>6UJ43e+jk?7k9B_672feTuz{m~#z*!$wUi5~Q7rnWlaLgU`j!it#n5vo^ zxz0#XD0;nSrc?xebk+I}Pm^KQ`(3f+;@J~eqpWwNbn zYMAReZs3%n(&Sl=wX2)DYsS1V?-%{haYu8dygk*_XrFF6)G*BUSvMO*j$16beq=Vd zg-l?Zo70Qk@X3;YByh6cSl~y%DSDw3`Psn9xMAq!>=Vt)?Z?gAXKeIye$lfVTaI?) zVHA|Yj3>_q7i>1(Y#@x^z@945S+7g?WJ3)aj@+{wBKBGa+>Fi*h`BRelJ;H<=MexUmY)$O?k{hW_~@{*|YkgbwEnTtz|CqxDL*ymCROONbAeP$NoF5wZ>znpoEPe)d~jr+Y2RGU4pVh- zwY@9l9UXHES?VAtIR*JJwZTohM|Q9yRZr}$GlYDuvw@<^xHjxKv$<4u%zRdcaU=vY zC8WF#LO8JoOMXtQ zN>YhB^1>t1{@Q}3t~keGobu1UhUS(}_GGH9@BeLRrW_avMzdZR8H&i~I)rXy-%mX_ cU4+Wd2Zf;}SPVUZR)@sG>qNoXiNSDFcnX_?ZXU687 znT@?@ya_^tqC-Jm6rvy)Yb^_21meXIgrb3XDMlnjN)p`|WPiTDnd9~{&-uLPoOj;$ zdHmz|FX1R&#VkII?}wjg-ygw^ zJU@ZFGM^(q^F{1AT+RIjw%A(%qu?JtnXK*iS zz#{T9J{Qg5I1XZnTks=P`>$IzjJZKYGy4sdc?Z49K~#r%)PS$xvp9t`HM8ho3D@9z zNUr82rtstV{gLXbRWk{`mfF z)Xa;hm8qi=JdI=c6(;dE>i_rR``?kdn1A}%|L3T5GaU_>MZL%&$(sq(o=v0L6;K16 zjJ=2(xW9=yyuYHwZbsFXWl#x>bJ73bK=nV1TB&l9_3x+hJ`Xh0&roOKG-}B&qW*9h zb!fgrZP8s+yZfki|DxKZxKZL8a4l{@ouwQq(KqAgGpGb>jrf7oDg6Z5y4Dx*0=`J7 zC|eaJp`ztf(duYmZJ$2j$3?T%gjCp7^Ahniv5HVpGTN$!W|JWpx3#p;S~4Z0J$#cYMx(hF55lz*>=4W{oVU;box*xFq1{U;8)6S)wO8cL#>)Ec-7EbaBb1Ew1&Vt#((Ghl3$MIoPiEEy5!jCoU^V~%dHQq{!GoU zu5=&Je-J%#4vZZBe;9kLdB%nsYNeeW8V-ic-l8A6)hO&c+NE@&t9=VjtH(J)tVv22p^6Q`v|el|y%aj`4zjwtqciIt zmdaAGXb+{(p~p%*^dcx?$e{;CQ3TsdD=n0QUWDZ2DTn4#>i4%hX%QdxozK2AJMa6v z@AK}B-sjsI&o;%sH^c;O8|`7tm}xApm|u^sQ@ApU|WTt+^|w6&hM;d;6qxE*^?1HOxV z%ziG){Sdy1)3^hVp?-fc@)~wAzq!X3W&V5Q3)FyZ%%X&n_zrd>kIZ|RzysKcAEFZc z3^Q1Wp8KfZU%w2VsNAJjxiI+{3#+MzsZK{Kd@evVo|G0pyKtIu;oFI+|)l5bJ9yBYm(A$tB8 zmGE!43I9T!ofo(T+Zasa^>R^S!>Hd);v0AvsZ{ek4B^|Ve=kj|9i%C=rOI}K$|anumeompr@QZ`~O2TQ^3Id)2yA zcI#n(``?4bQlaEk9pAdO(&;m9%?a!&$9Jq}i(cVO#jVynGwW8u>BMOM6R+^#x~;ht zTVMva?pWTiMK^FyI8f$o-!i~|L*?y2@P704#e@x?B)Y<-#MtJld;Ycg!ff*J=m)Da z+7l11SvRP0tvG(cDSEcxRXp1_5cHX;VyQJxIG3DVy2yqW5!wTDkr mUd#)Rq;suDU#06|CXQ{manP|E#3WAhS#iOo0w diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.mo b/apps/user_management/locale/pt/LC_MESSAGES/django.mo index 833f2a52befda86b11af58b65488555e6182612e..b3efc353f0ed95fa78bda569446dac5851bafbe2 100644 GIT binary patch delta 1288 zcmb8tPe>F|90%~9{af62Cs!*>GM_8{$y(dB{F6$y1Rg}Uf9gr7(Ro`_yUsdqN5adR zhw2*d)*+|}DG&?~o`PTqIz$nj>(Z@5NL`{Xecw9n4kCohu%Gwm_kQp9-pt$Phb=4b zD+(Vgh(?1%aU!Y@5p}{8?1Fb;FIL2^-*$H=c&a&@aGK@G(3M zKfrTvm$osV)Tls>7`TpsC|vY>4qMTG2T>cX!*=)=Hp3QF(*{RiA9UaXT!96cs3N)t zU%@8W8`)Sl302-js1EWng6KnNyvBg4_%qxKe?qLK-%!n0B02yY;6B(2)qDq3^Ml^_ zIK&}o5~@76AZntVH@^V!(0%-=e2)@n97N+OR9CqMu_t|k>g3;`+TaJo?bDu`)%o4C zfq|Y_yptu)^d-)oh~pO=(M3KsX6rK|qvtKVk4?DCkPVqP9B$g~DjS$fZ?rAhwf|3r zF5iThOogh7t*9(`Eq0hWc{5|q>xN3xECy+eXPF9b3YI3g{2uD@ciY0zumU%-Ae*if3cOndXLxp`32(%&U8% zbag0CEpcD49JjM(UPbDxcoI>}#hGw0Rlaa8nB_2ovnHYFzRrm0= z`3%!5ZKvrjZ%w!D>)2`5;CSi%$n#pAzk5wP>hE5PG-`P9zT?Y<2=jk6OObeGIosFB nabHiXP6p=OCmGzToT$Fgz4;xK(^1A0d3;dZzlET302lNRd5U23 delta 1254 zcmb8t&r4KM6bJBQkz+PLoY8?&vg_Dn{+ed&hhS0mLy|}dGZ0rkXKwmn=H2n#c~TY# zL92?8OW>wLT2#BBR+)-H5Y|I0JYTBh4g$J@MYs#Tfw-66x*I=0ALgH7HC%Jozq{+}ZoD4t zL2=Xwb)LfzXQBku_nn5gXaIjY-&hKR1`H;kZlweD4G&=rdV3;gYd%aPY}J7;{C zdb)d3EOopu+1r`KulBMb3*Do(Vacpf5OyCM5tH052q+EP6zr5;3MA}OATcGZIU~#G zRNJ24YQ=vb#HMT~FZx(qo}p2mQ}6sS<@oFLT7)^$DJ~(;=H*tO8&qHYz2$L7AXejT zS2KaA$^{zBiwl9F8ZVXl7TDjO;mqb4e%-Xp;`8D&!4Qz#nl@P8uni`>OhUB>&sEzz zCuU7`CD^1M1jnN8;}bM2W{uKqbXBbf+XhG6oK{BsKb@|Fw%R2tPZgo)q<13Z^3KjC zd9GVJX`V4NhR&6sfg9hyH^IaQ-k@qGjYs!M5KN~M1 I%WIPU0#Acuy8r+H diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt/LC_MESSAGES/django.mo index 1bba2dae07998dc1f3fe4828b3da0e117ac5b7e9..447ea1d23b42bcb7aa458a8abcd8b2bcecad7e53 100644 GIT binary patch delta 258 zcmX@idz^PdOX_(>28KUO3=FFn7#Pm5Ffix=>2g*E1|VWs1|&Fu^co-?38c3|`TT4Q z4E8|21dx^n(h)!!h!{$M1P_p|2GWW^x&uhd0O?g5U#?@aH_|mQ*EKLwFf_C>HP$u& z0xqA#;u77EqQt!7oWzp+A}fWk!)t-Gf?H;KX=-NC;mry*WoZz0{^qO9`xx2t6;hLn z4lkZOleL>kH-EAgn}LMa;e`stsS2ri$@zIDMTrWDr6s9(C7H>SbJ--=Qc{bP6N@Hy Zv1tgFBr4?Pmt>}8CMO=`vOZ1|VWs0wg$q^eP}738Xhe`Mhil z49-Bl7?2hN(osMfh!_fi1P_p|0MZITx)n&v0O@5LU#?@aGt@OS)HN_sFfgz(G1E2x z0xqA#;u77EqQt!7oWzp+A}fW|+|;7t{Ji4)#G=$<1)G%AGCio!=4;IR7}*jPN>XzY zC(mZ>W>YB3Pd>bAvId)ha2SZCkac*WLTYgdkj%+XpIpEu!CI7>m6|!Zk4;0cI8h-l Rza%p)Gdc0_^23Ys831ZuLPP)n From 739929df22921475db26c4ecb85b196cbd7b958e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 5 Jul 2012 12:14:16 -0400 Subject: [PATCH 09/71] Add new translation messages processing tool --- misc/process_messages.py | 56 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100755 misc/process_messages.py diff --git a/misc/process_messages.py b/misc/process_messages.py new file mode 100755 index 0000000000..847ca069fe --- /dev/null +++ b/misc/process_messages.py @@ -0,0 +1,56 @@ +#!/usr/bin/env python +import sys +import os +import optparse + +import pbs + +APP_LIST = ('common', 'converter', 'documents', 'document_comments', + 'document_indexing', 'dynamic_search', 'folders', 'history', + 'linking', 'main', 'metadata', 'navigation', 'ocr', 'permissions', + 'project_setup', 'project_tools', 'smart_settings', 'sources', + 'tags', 'user_management', 'web_theme', 'django_gpg', 'document_signatures', + 'acls', 'installation', 'scheduler') +LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE') + +makemessages = pbs.Command('django-admin.py') +makemessages = makemessages.bake('makemessages') + +compilemessages = pbs.Command('django-admin.py') +compilemessages = compilemessages.bake('compilemessages') + +if hasattr(sys, 'real_prefix'): + # We are inside a virtual env + BASE_DIR = os.path.join(os.environ['VIRTUAL_ENV'], 'mayan') +else: + BASE_DIR = os.getcwd() + + +def process_all(command): + if command == makemessages: + print 'Making messages' + elif command == compilemessages: + print 'Compiling messages' + + for app in APP_LIST: + print 'Processing app: %s...' % app + app_path = os.path.join(BASE_DIR, 'apps', app) + os.chdir(app_path) + for lang in LANGUAGE_LIST: + print 'Doing language: %s' % lang + command(locale=lang) + + +if __name__ == '__main__': + parser = optparse.OptionParser() + parser.add_option('-m', '--make', help='create message sources file', dest='make', default=False, action='store_true') + parser.add_option('-c', '--compile', help='compile message files', dest='compile', default=False, action='store_true') + (opts, args) = parser.parse_args() + + if not opts.make and not opts.compile: + parser.print_help() + + if opts.make: + process_all(makemessages) + elif opts.compile: + process_all(compilemessages) From 304325ac02d1f862c538be569b13659927926d59 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 5 Jul 2012 12:15:14 -0400 Subject: [PATCH 10/71] Remove previous bash based translation messages tools --- misc/compilemessages_all.sh | 238 -------------------------------- misc/makemessages_all.sh | 264 ------------------------------------ 2 files changed, 502 deletions(-) delete mode 100755 misc/compilemessages_all.sh delete mode 100755 misc/makemessages_all.sh diff --git a/misc/compilemessages_all.sh b/misc/compilemessages_all.sh deleted file mode 100755 index 448a45a18e..0000000000 --- a/misc/compilemessages_all.sh +++ /dev/null @@ -1,238 +0,0 @@ -#!/bin/sh -COMPILEMESSAGES="django-admin.py compilemessages" -PWD=`pwd` -BASE=$PWD - -cd $BASE/apps/common -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/converter -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/documents -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/document_comments -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/document_indexing -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/dynamic_search -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/folders -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/history -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/linking -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/main -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/metadata -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/navigation -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/ocr -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/permissions -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/project_setup -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/project_tools -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/smart_settings -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/sources -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/tags -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/user_management -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/web_theme -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/django_gpg -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/document_signatures -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/acls -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/installation -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE - -cd $BASE/apps/scheduler -$COMPILEMESSAGES -l pt -$COMPILEMESSAGES -l pt_BR -$COMPILEMESSAGES -l ru -$COMPILEMESSAGES -l es -$COMPILEMESSAGES -l it -$COMPILEMESSAGES -l pl -$COMPILEMESSAGES -l de_DE diff --git a/misc/makemessages_all.sh b/misc/makemessages_all.sh deleted file mode 100755 index 2583f3e6bc..0000000000 --- a/misc/makemessages_all.sh +++ /dev/null @@ -1,264 +0,0 @@ -#!/bin/sh -MAKEMESSAGES="django-admin.py makemessages" -PWD=`pwd` -BASE=$PWD - -cd $BASE/apps/common -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/converter -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/documents -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/document_comments -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/document_indexing -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/dynamic_search -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/folders -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/history -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/linking -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/main -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/metadata -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/navigation -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/ocr -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/permissions -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/project_setup -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/project_tools -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/smart_settings -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/sources -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/tags -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/user_management -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/web_theme -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/django_gpg -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/document_signatures -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/acls -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/installation -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE - -cd $BASE/apps/scheduler -$MAKEMESSAGES -l en -$MAKEMESSAGES -l pt -$MAKEMESSAGES -l pt_BR -$MAKEMESSAGES -l ru -$MAKEMESSAGES -l es -$MAKEMESSAGES -l it -$MAKEMESSAGES -l pl -$MAKEMESSAGES -l de_DE From 94fb991c1472dbeb4550482d954f92dfd87490cf Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 5 Jul 2012 12:21:01 -0400 Subject: [PATCH 11/71] =?UTF-8?q?Add=20V=C3=ADtor=20Figueir=C3=B3=20to=20l?= =?UTF-8?q?anguage=20contributors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/credits/contributors.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/credits/contributors.rst b/docs/credits/contributors.rst index f76f27544b..1b7659d997 100644 --- a/docs/credits/contributors.rst +++ b/docs/credits/contributors.rst @@ -40,7 +40,6 @@ Patches * Sergey Glita (s.v.glita@gmail.com) * Brian E (brian@realize.org) - Suggestions ----------- * Cezar Jenkins (https://twitter.com/#!/emperorcezar) @@ -52,7 +51,7 @@ Suggestions Translations ------------ -* Portuguese +* Portuguese (Brazil) - Emerson Soares (http://emersonsoares.com) - Renata Oliveira (https://twitter.com/#!/rnataoliveira) @@ -73,7 +72,11 @@ Translations - Tetja Rediske - Tilmann Sittig - + +* Portuguese + + - Vítor Figueiró (vfigueiro@gmail.com) + Remote access for debugging --------------------------- From 87508db11e7e7c16a26632b010b172c12e39b216 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 5 Jul 2012 12:47:25 -0400 Subject: [PATCH 12/71] Add Mayan version to installation report --- apps/installation/models.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/installation/models.py b/apps/installation/models.py index e754ed9395..cd600bc945 100644 --- a/apps/installation/models.py +++ b/apps/installation/models.py @@ -20,6 +20,7 @@ from django.utils.simplejson import dumps from common.models import Singleton from common.utils import pretty_size +from main import __version__ as mayan_version FORM_SUBMIT_URL = 'https://docs.google.com/spreadsheet/formResponse' FORM_KEY = 'dGZrYkw3SDl5OENMTG15emp1UFFEUWc6MQ' @@ -84,7 +85,9 @@ class Installation(Singleton): self.add_property(Property('unpaper', _(u'unpaper version'), pbs.unpaper('-V').stdout)) except pbs.CommandNotFound: self.add_property(Property('unpaper', _(u'unpaper version'), _(u'not found'))) - + + self.add_property(Property('mayan_version', _(u'Mayan EDMS version'), mayan_version)) + def __getattr__(self, name): self.set_properties() try: @@ -117,6 +120,7 @@ class Installation(Singleton): 'processor': unicode(self.processor), 'cpus': unicode(self.cpus), 'total_phymem': unicode(self.total_phymem), + 'mayan_version': unicode(self.mayan_version), } ) From 8f9207f4fcf03ef92b9785efa802f46f79680502 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 5 Jul 2012 14:44:13 -0400 Subject: [PATCH 13/71] Add fabfile marker after install via fabfile --- contrib/fabfile.tar.gz | Bin 7044 -> 6942 bytes fabfile/platforms/__init__.py | 9 +++++++++ 2 files changed, 9 insertions(+) diff --git a/contrib/fabfile.tar.gz b/contrib/fabfile.tar.gz index 14cd5c4c2e9edbbc54dabbddeb40e278735968fb..dfb4aedc9ad4655f3ed1ffa7100e776efda8047c 100644 GIT binary patch literal 6942 zcmV+(8{y<1iwFR6;Pp=c1MEF(bK6Fe{>)!7Wt9t5mJdse4Up7T=E<&neaUMP0Jw4q$J&nQG9E}~9HlID>a{$lT z*$MvJIy*Vg|5eYkRts7j9Uq>Z96mc}9iAPZJtHTNiIjR`7MUR-&qAM>q2q^(+O4Yp zgFa(9|HGl-mh27VY3HfNQ}IP|9k1R`{-h8Z|S)NsbI$ktnae%+5 zJ;XX^!bC#>LYAo>a+FGicdc^#tHvkqlSh(gPd;ghQ6nSYwa;(EnC|aq`);M5{NE=1 zA7#tkq9zo$0uuUvV_qae2Q?+su!p{mMt<9hddX;gz5bOcjnymNay0+fL!v`NE{E;muuo z`uX$c{NHOD;zA`REWByp(uk^-#2*t4BS63;cRq_U-PJ;G$WB9>2Gp~uXE_uxC~Y%E zsEaC{Q%~UnlAdRH6;6b*M%{|K=Wy?U_xzvha=*Y41D2<(m zVL-#F!x->?AvuXUlMRyJNehM(oUaTiny4rbH2@Y5lgZ+B`ZUJg`V$$_ssF{yPb62K z%cjz%*gG>zI@SP_uA+!nIAgRf4LkIMWV!^-nF-C*OPIw5F^u7vQ*7|PZR;Q5QT`vU zgU9gw@LA#iowQDma{k}(;mMQ#x06S@Lq1b37K^}2Ow_N?^lX2+&^27{6iz})J=xa< zJrJ61Qdhm`T(;j|-446G!EO8MYIxngeOn`{^h5XN_I>-R)B7;&wcmAWgs*m0d(*k@ z54yMgo1bN^s^|}Dq(2zGe%tT9?hJChF50*4SM5P(_^#b+zv}-4t#WAl1ndZT07n7^Z9=Py7{EOgjZ`F*0r&uaIic@ODfmZ{PAK}t@R{)| zAUmO8u%oaFWi^6@x~%N$&4*|-c%M{&enGS3vtNaAO&Tj}9hlKw$taoXbUaRISh!kBpobLP1qbGGz6g50MQzb)TaJ6e6Q4EkZ!!1SMQ01&PBwA` zm7}{DU~W_aGe^dLZtC(*V+kV)O-h!l)FAtd0jF$El?>-xzTvMWFq99o47;Sw68%$# zpIY9_U?**ArRt;%EP9E{K=S$picg29`*>yWGW9js{0!qw` z-DuxPU0M3zMAcUMyM)oJRYNQEOi@+Z&G7N?Mar)}B4)1&r(%0K@O@&CgU*z@J$|F8pm+W+n10p<4o z)%)J#Ij6?Nq7PSYI+<*MpC%?NW`MD$b%94CeDyz8!2K^LMjC(M7p5@ z!D4r{J1PN@*_L2^>+q~`0ROepHo4dYv}zsvaeW$P|C3YMN5}-(Aphg&Lt!;{0zv6J%BV|KRX6H~(h`r)N+8-!7gs{=X>3AI4sdu-Nu%#Ikvit;SPA)(reN z8u`$FqWx>BA5cq8zv`yvcNAj1>U_d=y!fF;gyUKx!UM&vEINB4MiBY2bypo@gaQzE zrWAwNTEJ)KM0Y$uquLmzp~ZrH)`+oJ214nHdG1I%d+OSiXXRl3^k$hhB@u0HGc9)9 zh6IE$3>^@Uq`zReYZvj^p+Hwp0MMgkq7lZce#y>7ur4#U`gH(r&}XDo7_~M zz=Unm95fNx*OnyFo~3Na&zX!^BzOtuqAcHP?fG7-uZ(=;g)P^YS4*!QSQy^Zu>EmyKU z%hw|!3@;B;b;T>}i^tLq&&DCYCSI9>P_Fk*fyycrU8CEU$e=>NjKQ;j66ouLvA0Q($RW$g&HmYg%YX zV3{IF>UGbrW5#1wLQ@a5K1a1!xBL+Fqh*nZG6vXLQQfyf5_^FOE-aCm?waPFV16pILMOm8 zh0$*Toz!jm1^*5_@n_%%flI@B963O&1OXMsexAAwLb&;0>r%6%M=SD!U<@HiA;_ur z5+?B!gSv=4A(8yIT-rS zs*#Y6d_Q_@r$JT3Q1{K$9=+jkQbwOjHMa$L!H z2;v8)$|!6c`S4cc!ieU`rJ}Ljz^;x(m$c_Efv;-LtA~tQahRN4aQXV<_$YFo9?eI| z%^bevX%jHX!<z(;K;gmFKWHmV=;=OgdIis%SPbp6t(vZp^wnr`; z#wi|jt}w`nSIofLAGyAD&r*iT*R@Q`0)?RUzU^Q1U!uZtd9(u-U=X6VBg}VW?m#&# zt)_O;6%=3<#xO+y={$2*r;g=}8Zm&+XomTbtHG!U#EMs%jQtwFr6HmMhQV1N+cagH z8X+;Pb!3y^HrcWxSgvr=srgz*P`J^L>jswMp2&wVPk+KYBb5J_T-o&f@_$c{TPKI7 zXD!VCJw1EM|J}(`od2EY|KhCY{Qt9q)>Hg%C(q)GJvPkpU7oJH!tGb-yxiH#q?i?M zamuRv*Swm0Q`*^1a^+mcM6Htr#o^_$ptRS`mt~Nx=WBBcOYWx9Y0h1Alsi;|N)0=M zeFL=!YdvDWmeBm2O$9R3>zY=PsakG@OzrlBt&#bMym_jq{{=-mJpV5{|2b|w<^SyD zSr+tJ73wK92b*eb++eTN-GENjpw^vFp1;27v~N2^y{SiDr1vR^6Y0M`C;ubYC8@_G z1izltlUt3>Uli_N$lc_TJ0UL)jqeYVPlg6at^9rV$@p8Q2E#>IO1c-F-fj1?+qodG ze$Mtz2mWL{9`bK)+Pz!SzPcjUH{B22tInIwfb@Gs{xyDpo$ki;eeB-8C1Q;J^=-G` z+ae`Jjef0eT>;E&9#1KeAl$+Gu@{xTz@Uc7>Hl@@FMmUrtzn1PjD~0vb#c?b-i>%y z)-}Ur)Rvm#ucY>CR@656@V%ArcYKunPhwBsasRK~|9E!%wEy49Q=EShjN=!#ZfT5F z`~QRE!v4Q?^yL5TW zF}zh>+(1p9mvKqdHH9ty@yfSEIRCk1qD{FZlcE{;!=pd*t@cktd!o<5B3lOuSqk;TGK=Cx@lJ zxY|-2pfxIcSkdjh|HnD8U{?^C_t4toJ)jxG-97Bp$QRR%DSHXcsR#Qs3*&J01SUV$ zccM87eAlt&Xih{kYU2p%020ha+J|oh8CR_QZcVg5)Z|CV$q?At7KgnybnW?R?_?m? zH*Fk7k)hhBl->S(-C0Q8%-3iG5t`75kJX3$PWs!U&@jA*y&;|AQKT7CJT;E^d;5qb zUYl&e&V^jYuB*|=n_wP&MMp-#-JU{L>p#62a{C*Ajn4m2Pqa>2M<-AI|1O@A`QQ2h z;HvoV(MkUO&$Gkhr}w{h@;uh1KVNkmsOSF4BH<#J-Z~*ZEwb`OFP<7L?`2LCs)TnF zhg!nR<_Ak{+s>XVeKMFBPrT?B`RiUsu~F8S;7R_YF*=JfA75F;Asy%R4vF**XqIJG zA$MjiR^1>*OPD1FevupNu~?V=IE~~SCrEHlex4@Fxf@Yjp1QXwH#jJjAPCUNX4jW| z9nr~GcQT@aj!=d1L!jjY3^@$ebJ#AsjpA!2oIk&wN;8pe?FMG_L z|DGK^+5eq9ThIUJn@DHW5Ef9vhyz@OLltEB>Z<`OU*P~`tPJ=8BG0(orpb7vO!ZBg zV9qdyksNq!bZbg(5#^@5L7DIC z=|gnRr!JczoJ;mL52?oq6{R zNRQ9I-zO(!%{ke4pwh&8joB$fm%2xSVPDT6fegn4_o0A;df`$Iyfz2&FEGgdg;y9V zs~w>-rBSkL*czcY=r_>Gan6%js{fV!&wN~L%O8PQZvR_{t)s)d{ck&B1QQPB z`z%uOl6;cNt&g80A}pYmGX}))9Mbeao~av^u>j^M=nuu%a7fS zW9m|SGy!n3!-gI23~aNIojPbvF#`SGASK&uPfo0TLEvBW_t4~~dy0@7C? zGhUJ^7ZDUShU_V0#<@}+j|Y5yZoj)4wm-DHSM68)s|KjgD^WNXT#=pT=G3jw2a5&~ z>GC3eeks}%K=7|<0qnmI`n}b#8Gpy=H-@j(FoORs94YClb>|(pVq4G&p8_Tl#l_!R z7EdMpcy_1vp?lNsz3cRD2T9@HY6#pI47ooeKMwrE5BFd`CoDA$mk!7y%4A@MjOLb( zSS-T97?aPU^fS4qbDpvWkYc{BW+w9t@qsbd_wRWcn|$|;cQ&#*8K=}B&?Z-o{514I zl`#_a;IThM+6|E`K&Sg5stTGKu+*xCdVwtAf9cp@hZGe0;IN2Q%bM+j#R8s`VX5um z@hfdPV3K`*L4@-kW0NZdw)1w?;Ih&n&tI_T!cjwDV?Xxn2LEbR22kqa%I{JB^Ir;w z+&aMd&pU zMO5vPen36>0wZ7pt~3oD({=uvCca=JP1W5;)V$1czikQoM1T z`~(|4Uy+Cekcsn!dJWRf1A1vB9Z@ZS?m&-H5|wq{Gm;~NY@Z?#MudKH$?d76>(89E zpGh6)z|Xs(4G-sHBV{^xqzZoqc%wWJD6!!G z8W~Z`j8QrJQ#!lDc{N>Mg&obgvcx#GKrFZ{k=(WH35q}(LDIpW@ukHR(+--S;_I@O zxbsY)IPyl7WQ_aN!<~l1qd$vZ}NJO#2MYKksW})Vbs3M6lbP z(&-2$xkh+|h9~Po$H^UXY06cLm60b6iWs>;I-uZc9OBrat}XBVlelECY-qi^xD)$5 zhWSrK4H3r$B@c0uuWD)n=Eo8EScE5GC94&&GUgjJ zFmr*6KTe%(14p76NEjE&8Re-7%p6m9jLm0h%mE6U=qcgIK_;;o!ZJZu z9t7ylMBz~mjF=Q;w?N2)h#tTMH-L!;&%}5$@#29Hc5xTk@EKPm{(I-mwB2^Q zhzR0Gwg(eqyRGf?&FgeJLx?fUr^D~zOyEOeo51%-!`Voqqj=fO0 z#tEH6N2EWdQ_^g-QR4I|2e5_qZ<@yu2hw!qi5qA{wU#lb~LQcTz7>tX)fleWFOBx>#(0sj;iwHdbpiJWuS?pHJiIF75e2riy6?pmBC08pQzQX25on4V+md z5SWu)%h*C3A8|KBC^k~U=&>lMAfg#0&)Imfnt~vc?h>~(t#9Ph7e$Bm*` zaFYg)Emtzj0r0@YHnB@)C%48&Fa_scwLLZ{M$w1&0`Bjz6C0)*E3pUG+FM|2qPol? zCrPptWv$4u#4uR`)8aJKjG0BB(UR*%Bd9X|9o^WB>PF-1nqY&(#oCcHlZpnngBI+@ zv=b7$t!t7B^8N>TCJS{kEJ$*7;r=IzdH>BR*}viO*U3)#AKUa7y#MO7I+g$DF-l?m z4_Ur;d(>-KXBRjb%&3S-9jBB;@kW&9&XD0)MatSZ9P}h z9K)%*$sKK%X#1rB0?WeS%Y9h@(}0W!xd75R(SvREXXz7;`)s+!b7aSqY928w`(=3` zg~%}C0mqrcXW0b&LW-WqVXO~5UK~kn)ce%L?dj#=jj`zKQJS~vV+Ri_P|#wEe??xp kZ511*_HU9NcVI?{Ea~`Z#HdPDs`6jTI~44nkpQ3o0Hf9C9RL6T literal 7044 zcmV-~8++s*iwFR%B+E|#1MEF(bK5wQ^I5+FWmk&QtVG%J>&`o#S|yfaZ8?_Da*~-! zQZhwCGRG9jB`G`FySd+f-3@>QAF`Z`;_TcSsfr~$8r_XXcLQiZ6KgziJ>LG|8>THt z2M2rjcl%&(TmP%l58K-Z`{hV zorOV^uy_&IYLh6KF%XEzwM{E@nJi1J__oQof0wIZ2VM}xs?Pn5oA6pqesiqE8e1`s znH8sBRAJ~@$s~woRH(kF!h1fBd347kDowwofPb_6X&~^h1An5r4JS znLCX|MFB$QsTQ)AT8*043IDqB(f{bPG;PY1+uooHgoCG?b7}1A<-vBGN09dRq+X*E?$8pKQ+3m)VP08CAu0baHQC=_ zCGh3`|L*?5&a?mj6sbJ^>t6}1@c*~>I{O9x{{WVN&;I{Yq$NH-=;J0i{tx*4(};6l zt{O~JcgJI%%)=4DaHGJVaX(R&Jg^3l<)t8wUyk1VI{dFQ<=@X1@jtwrH&U|Vd1Lm9 zidk~Qb<345IrOR}q?AD=--?K-8wAhwr&Z7j?i3kZ-Fy}N5q5Nx(wA8?qOig@(P=Ii zx;(|lP^e*N#D9QVg!MRLzn0LV%`TCdnd?<#s+wydQvq8inSV;pqpbf0MeE!KTA}|t zyIXq&{lCAvz4xsDpCT>M|IyrUW=5ci^9Ywy`$L!^=`PNy-AB}H^ z{Oil^`4#J)ow19{{=5EJ?{#m;2Ipn|nLo0t!57o_zJGPfL?45TtN!48jg*u%`h~27 zdfZ{K7_E{ZX4!Ty_me~RLcuaiOfTsF$J$?%TChp0?eM*u+@!Ooes4woDDb_7=rA)Q z+CUv&4lbTXylam&!&TH)n&Ype_G@O;I{EOumGE~=%Kqmz$=7@c^sxQk?riULiuNDY zgwOW>DH6Q4VT7SY8!JPRVbgtz%E^anko@_CXX!E%#Typlm zZBuv&kxl#2heC_vyk|h4iIP8XdAxjpa z+#3Y&tmUZEk!XvGXp^0wlX89)r+Da5_L)-PGCunu>U?B zoUeu*ySQ!qTZ|k1F~h%0drF&X&8Y!?U)Bgy2@{Fp^0O9^YT4mg@BCf=a&Z0z{H|e| zxw#qw8O4zoSn7bJ{^O6gV9KU(W*bjjkVlls(2Bs($WI+HS*R+^m}`-H&2IUETo!;d zr+Ia6#lAtCCCm$gTXJKdZ)@&}{dOa-lW|B526YPg$WKG>R2gGY4sQJC1Q-~^W@sfh zW*p)s%;%&oXfk1{)eTYAXr}zH>>C!w3JU-1#z|bSs@7l}hN==vZH4UzNfDT2-(L`6 z%~>GFPtFuG;!fQlSuxqhi+F?RCSVhA^&AszdLB@AP7r}&ihTCpzbhOH^8m+_cy+`K zK}v=Mii6NxII&22J%CUU(+q+k2(AE-iNB|xa+ImOK+%do!t7hn#6+WYXStp=_PDW( zs!cWsxi|qNY#a_ST+4I+$y2|~%v`kqD(BgSQ(9zibxU`X)OA zge2l}V@QBJS~8Vovpz~r}+7Q(O=nm$le9C~9BuB1~J|<$x1MTFL+fd5i=~YzT*#;{hm)fW*RNLqQ07 z=!gdh!u^eF1N%HLxX1MaO9Je`2dK=RM-eA7gss=51K|_rWgob0U#Nt3%;*!JC z)LH|&5&y>=#y=G`L>wm+a0LfX=`mfvf_VZy7UO6c(%Fhw(wG6AS`XQ*Rg#<*j>dD> zb4G$kh-g#Q!PT;yM?ttyhzUUvbfp7MralH{CMc9R(j@KLdArgdbKeC@C6pwP9e`3M zjt8I^KwXgdgfT#26D=hi*~xTn zMKDd!l?MU3u~2xF10x0n*{uBY@`@|>2lFxCI5CoE{Yto*9An+<<954UhvgEhaGSeLHo~KywF)WS-%GhDboTS)2sW%1uno zZ~%EqIM6{7beso1*9?c0WZ}JN>RHGBo-2zW3iTOn-*EdDlp+VAj>N2!(-Z9;x`apv z5`8UaV>ZhGpc_+w2as16u$v@Tjl6Y$iuwY=6cgox;qdW%YJAF9PE86dSL)ziX&Qqj zGM$V`TsFYG&<;%w0%8jqW0tX_+{30&AEdi*hNS9jqO>DS4OBB`scBBQupe!HX5io7 za9D>j_jyug1SRk|ru+Bk?zzgz34U|UJhfCT*5=asmQib_hlGe|AcWW96 zHO}C1c{mgxDQVZ$?g*q?5DJK9k*U|<-sjOZ1;TOgKS6FYWIiZe`RRi}^^8x~`2`wM zk64V*xf#*E$r7JgNFeH*_)y?>jmt;eNCho6k-}K=qR<3^n*s71-vo0H9b~Xwca{g{ zRoNQ>8qvNs*#K41y^D5RXnFF7amy6#gq%PMI*6e3h-vU!r_^S!B&yR!4FW+HG)mR} zzyw7sJ~5c4c-DY3v7UA#{clV-)};Z~7DPNu8z3&)j08?fH+b9Jf|=-XjHA=q=C`EGtp8CKbtqSc1xfyQ z-cUbe0PxG>|Ms?bp5y`YJd3UiduOw*U09Z|J9i&p8KeVF# z()h~*%esz}k1P8KYdGqU0D_C9#~!4ekHm6vS>RcQoVzF);5 z9cSTI$Q_%)0!kS3kPhKsfsU8Qcx{;jFc^;B zzI=Or^|py0PkP6L%PxI9?!D}H&t=5gmpK4AD+7K&m&Ci;rpe7+b~QL29A;JMtN>x8 zCpA(F1+?$`A&<7eRogEpP+vz(5Ymx40RJs;K{Lv!2ujaTRZ#;PVm=bJMx&`8jU5?n zp4f82cG_4YZl$aHHeJj!#L*uAoE*{6&0_!sqbZbXiX&##4XeX_B2+YOulq}FAxv-`3OGplRvkZ@0|HXKh(Xxw#8d4lGR!g2+_^T_$a=sLs!|#i ztA@1^ik>zx#Z%q6~jp@Iij$Moeg4$J0e@@lp0ONVUx$qZFia|;X2rK#A zfs7RSsht9q451^?vtY{FcUIKK2x8@Sk%=5p=!psWR2?dw@jLD@w7UYpE0DBc_5cKN z{D>g%$ZYKTz|xw)j~GL>TH*x?wo%0;QPvi==%=&57Itbw7Hnj^81m%Q@*NKtf`@IA zX4T^7+D~mwE`EMqJpaEkxN9LfyJ?47^vpZ6foP%r3=&9P z-hD#=N>|$SN_Z8lP$|0$rdPb^4u|gtm&b+5+Vw82^66lBRj4TLk>wx`E~%2t`@Q!2 zzk%MXn*W~b&p(@Dt+S3kR?YwY{ezg8up2UydjYHL-3nVwKC-y_f=qIhVmkhftmSlOVEjesL0n>u7(k`$uc#F6ThEY)GLDo9$h;A}K zH;N2ZKcnpG*Nfg#>h1%LHV~mHPpGef?=7x(0Hd$W2iTc)TORRG42nZ@|18ap7r2> z6gD+h9q?!mh22O+W$(@lSeESB27BhJO7pbr{kV)@b)*R75aY<)O|t!?{=Qw ze|Vad>3^k_L7Dqg^(}&F5zHR44UdcnES~h&k9#NGw`W(Q{`v5#dv-Ru=w6*RnaX|F zzr1?eJ?ovn8{xJ=Q|$Dr(#zh(VA#JJT>dIcRl#6LM{Tc82mM#QVWE}U>KMK0o_AmO zE}QtATUxbLiy-F!yzjjn_AcLHON=;L-V`@6wB~>Bp1&T9ptIx4KD4fCfg2QAw%Xem z0RvuNoi-kL$2_||BaboF2FPg2eY{5)L`oTMswXjG-wi`AqPH;aTz=mMcdN704j0Ky z;HOXMv{C?VYHr_Hbe~!Xh-t;P>yA9SLKm~YsBFiby7D%#ycb{?!Y&9=GVPndwRxSO zHRxIg-lj!CoAUZH29T=PNENrtOA1=h30WVEAU5!h(^S9uftk9jH1z7Eim6Q|Kp(`h z>!<9jfhw!`6V&+?z2u6s{&YcCfHe#>Tasduhg+<%bhcDLFPNMP=*1e%WwY&J+*6+9 zd;)BuvxUNl%mP8x=q?9X=vBZh+SbC*6(5DFU__}(#dMV#q_G@u#^y}Pe5iU>@>2zj z^mWPyu+v_!T&jPn@Ke+KA=qi1W~Dl*0xPZ+E(b~FOBA0DPk(x?3SO?fDV~MNzr~6d z6CWPY!b@OA>B5-^ST){&Z$Qtp=&th;Ab@@nEmWNOL_Mjb?kS=(Uf1758ZXpaFAeQ6 z5B}Lr>f71(3P!Jzi)At)@oQAT$gt83eB)-TZ+bV z$)u6SZrLvy9BP5b#!!{ZtM#}CDYh|VRuAH%21Z>s)p#6zG+x9X4f440I%z$#2Mu}C zy(wIqx@Jlmjp`nYD=z4hK=^~D)sd9s{XYhU4}p=9QmF+rfu=a7 z%Ai2Tj>s0Fk(lf7v1|E8t(Ga>^k6zg^^h5F1*T0^AVVUVaUyU?3j}B=I2Mpa!DdP! zlw5M>6bQ^p1es9s3aA_mwGv4d6ulX;_mZ%zSdxcm0Cn&Q%6_las#XA%RJG@E)Q(|g z#49MPDom-%6>41;RtA;5$}sU#hlTvKFO{!#Q&=Lby&L)LI!Xw=_-bI*#cP=rPE{6U z^slgc19C8$95bPtSM-LU0g_>RkXg%2YKm(5v^$I~y>}~zRdodU7vRH!-OCq>E};}Y zV2@de=od=F2ZJanx;It*3lf_uTXi3b?xAcH#tSKIVo_V>!LaPD{c;^C zVp2kCB`1XGH^R!z)#|7ML~dDv<=dSDa|`}$XLSmD6Hse=>(A@cDEpuOD&N1x@BiSH zu;=sNCrIV-7gl_oe&7oKZ)dktjQ`)?+uwfn|DGbP{r;a^Vq>sN_V{s=MSL6t$fWkHzrpF!5YPeJ#(1vc9GJ;&emXL$e2x`CQSUGg+lDixy`I4`A zO||k7ff~#Iq}0kw?v*1)_rBOHa7K7fV)b|x?}>jxSO?Ti0wfEtbJ6R7?Yc|qW^2%N3G%V@=T8)ASzmEv$8p!~y+hH!mTb|q zMA78qLI>}eL`(5Q=|s%PGmEAv9_Gtp^*k>V74259m8tPNx_;5R_DdcC`^y0iS25+*NGNPK+A_Erh=d*z$+c|pcOGWTEY&)rBDgs z%h!Ey+Mt{>DCxU1FF+y_g$?SHy6SqjcnJ&0Za-vJle!6~dNjqO5@I%;4vEMk|5_4R z_-~@q;^$^9Tn#50iO1Kedg?`aXol0WC~dV49lv*@AG|#MhcpqP{nvZ_$MIz3$A3(R zQ`mpK;8OfgO_?2%;sfP?p7gFW_EuhJykVj57v$lKQbncMj$gjj*o`U7HrA?dcchp5 ziq%IV4eD!2rX`T`fa@x1pUxeZ-QJNtVzQKS&!?Ca&XS*Bg_=zC>dSr&El^Z&fwoyP zTP)2btvV$shy8wc zI&P|c$0Qmr8lNo4uz5^rQ@1E;@=M#EG*(*EODeTlCu(YqyPba89aMW9D=>RbO#bo7 z@KzrSCNY+Cb7AW4{8{k?JzC3o&>dAZZfoGR2DpS-uj7WeZFQTj>%`zcGx?Te?u#ve z8~2u)J@2Hp@=eNDHm~h#n{urX+W+O?dh`EU^?%v$C;#sR{2#rbz0>!?u3Y|Jf6A3R zTkmpRv&M1f<^?h0J3iffRcspibsy%xEq|`-%`Ll72fBCc{>nJKp)1dBL`aTzR}E7C zE|v>5_sW=@37YVC`c_3vF6LW}$gX7R@N&aC+7YC#P9!jium7NaEATg#t))70+?yu37hBa{grPHkg4!PYz1)^wQ*0^ z8rr_OYp1RSN#52jg3`5fGR1OZk2(Vo7AxoG(@kr>9J#^^UA9jB_jxc-e;@bvI+wFl zQ6cT6Gb737&gC1J>-i>{x=zJ97hDT Date: Thu, 5 Jul 2012 14:44:47 -0400 Subject: [PATCH 14/71] Add fabfile to installation report --- apps/installation/models.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/installation/models.py b/apps/installation/models.py index cd600bc945..349eb7a6ca 100644 --- a/apps/installation/models.py +++ b/apps/installation/models.py @@ -1,3 +1,4 @@ +import os import sys import platform import uuid @@ -17,6 +18,7 @@ from django.db import models from django.utils.translation import ugettext_lazy as _ from django.utils.datastructures import SortedDict from django.utils.simplejson import dumps +from django.conf import settings from common.models import Singleton from common.utils import pretty_size @@ -26,7 +28,7 @@ FORM_SUBMIT_URL = 'https://docs.google.com/spreadsheet/formResponse' FORM_KEY = 'dGZrYkw3SDl5OENMTG15emp1UFFEUWc6MQ' FORM_RECEIVER_FIELD = 'entry.0.single' TIMEOUT = 5 - +FABFILE_MARKER = os.path.join(settings.PROJECT_ROOT, 'fabfile_install') class Property(object): def __init__(self, name, label, value): @@ -87,6 +89,7 @@ class Installation(Singleton): self.add_property(Property('unpaper', _(u'unpaper version'), _(u'not found'))) self.add_property(Property('mayan_version', _(u'Mayan EDMS version'), mayan_version)) + self.add_property(Property('fabfile', _(u'Installed via fabfile'), os.path.exists(FABFILE_MARKER))) def __getattr__(self, name): self.set_properties() @@ -121,6 +124,7 @@ class Installation(Singleton): 'cpus': unicode(self.cpus), 'total_phymem': unicode(self.total_phymem), 'mayan_version': unicode(self.mayan_version), + 'fabfile': unicode(self.fabfile), } ) From 4439b9a6de5672c18e58bcc08f4ab9adae4bcd4d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 5 Jul 2012 14:49:26 -0400 Subject: [PATCH 15/71] Add locking to avoid duplicate entries --- apps/installation/models.py | 73 +++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/apps/installation/models.py b/apps/installation/models.py index 349eb7a6ca..d1407d0d0b 100644 --- a/apps/installation/models.py +++ b/apps/installation/models.py @@ -23,6 +23,7 @@ from django.conf import settings from common.models import Singleton from common.utils import pretty_size from main import __version__ as mayan_version +from lock_manager import Lock, LockError FORM_SUBMIT_URL = 'https://docs.google.com/spreadsheet/formResponse' FORM_KEY = 'dGZrYkw3SDl5OENMTG15emp1UFFEUWc6MQ' @@ -100,40 +101,48 @@ class Installation(Singleton): def submit(self): try: - dictionary = {} - if self.is_lsb: - dictionary.update( - { - 'is_lsb': unicode(self.is_lsb), - 'distributor_id': unicode(self.distributor_id), - 'description': unicode(self.description), - 'release': unicode(self.release), - 'codename': unicode(self.codename), - 'sysinfo': unicode(self.sysinfo), - } - ) - - dictionary.update( - { - 'uuid': self.uuid, - 'architecture': unicode(self.architecture), - 'python_version': unicode(self.python_version), - 'platform': unicode(self.platform), - 'machine': unicode(self.machine), - 'processor': unicode(self.processor), - 'cpus': unicode(self.cpus), - 'total_phymem': unicode(self.total_phymem), - 'mayan_version': unicode(self.mayan_version), - 'fabfile': unicode(self.fabfile), - } - ) - - requests.post(FORM_SUBMIT_URL, data={'formkey': FORM_KEY, FORM_RECEIVER_FIELD: dumps(dictionary)}, timeout=TIMEOUT) - except (requests.exceptions.Timeout, requests.exceptions.ConnectionError): + lock = Lock.acquire_lock('upload_stats') + except LockError: pass else: - self.is_first_run = False - self.save() + try: + dictionary = {} + if self.is_lsb: + dictionary.update( + { + 'is_lsb': unicode(self.is_lsb), + 'distributor_id': unicode(self.distributor_id), + 'description': unicode(self.description), + 'release': unicode(self.release), + 'codename': unicode(self.codename), + 'sysinfo': unicode(self.sysinfo), + } + ) + + dictionary.update( + { + 'uuid': self.uuid, + 'architecture': unicode(self.architecture), + 'python_version': unicode(self.python_version), + 'platform': unicode(self.platform), + 'machine': unicode(self.machine), + 'processor': unicode(self.processor), + 'cpus': unicode(self.cpus), + 'total_phymem': unicode(self.total_phymem), + 'mayan_version': unicode(self.mayan_version), + 'fabfile': unicode(self.fabfile), + } + ) + + requests.post(FORM_SUBMIT_URL, data={'formkey': FORM_KEY, FORM_RECEIVER_FIELD: dumps(dictionary)}, timeout=TIMEOUT) + except (requests.exceptions.Timeout, requests.exceptions.ConnectionError): + pass + else: + self.is_first_run = False + self.save() + finally: + lock.release() + class Meta: verbose_name = verbose_name_plural = _(u'installation details') From c2773615cef123d77a9e7d9da1f96c84f88e5d46 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 6 Jul 2012 01:41:53 -0400 Subject: [PATCH 16/71] Make username clickable for consistency --- apps/main/templates/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index 311d930dc8..e545a9b199 100644 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -194,8 +194,7 @@ {% if not user.is_authenticated %} {% trans "Anonymous" %} {% else %} - {{ user.get_full_name|default:user }} - + {{ user.get_full_name|default:user }} {% endif %} From f42d681f85753671d4882fac90e8bd81db1556dc Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 6 Jul 2012 02:52:50 -0400 Subject: [PATCH 17/71] Refactor history events to be class based --- apps/history/api.py | 80 ++++++++++++++++++++++-------------------- apps/history/models.py | 20 +++++------ 2 files changed, 51 insertions(+), 49 deletions(-) diff --git a/apps/history/api.py b/apps/history/api.py index eacf65b257..64175da400 100644 --- a/apps/history/api.py +++ b/apps/history/api.py @@ -13,45 +13,49 @@ from .models import HistoryType, History from .runtime_data import history_types_dict -@transaction.commit_on_success -def register_history_type(history_type_dict): - namespace = history_type_dict['namespace'] - name = history_type_dict['name'] - - try: - history_type_obj, created = HistoryType.objects.get_or_create( - namespace=namespace, name=name) - history_type_obj.save() - except DatabaseError: - # Special case for syncdb - transaction.rollback() +class EventNamespace(object): + def __init__(self, name, label): + self.name = name + self.label = label - # Runtime - history_types_dict.setdefault(namespace, {}) - history_types_dict[namespace][name] = { - 'label': history_type_dict['label'], - 'summary': history_type_dict.get('summary', u''), - 'details': history_type_dict.get('details', u''), - 'expressions': history_type_dict.get('expressions', {}), - } + +class Event(object): + @transaction.commit_on_success + def __init__(self, namespace, name, label, summary=None, details=None, expressions=None): + self.namespace = namespace + self.name = name + self.label = label + self.summary = summary or '' + self.details = details or '' + self.expressions = expressions or {} + + try: + self.history_type_obj, created = HistoryType.objects.get_or_create( + namespace=self.namespace.name, name=self.name) + self.history_type_obj.save() + history_types_dict.setdefault(self.namespace.name, {}) + history_types_dict[self.namespace.name][self.name] = self + except DatabaseError: + # Special case for syncdb + transaction.rollback() -def create_history(history_type_dict, source_object=None, data=None): - history_type = get_object_or_404(HistoryType, namespace=history_type_dict['namespace'], name=history_type_dict['name']) - new_history = History(history_type=history_type) - if source_object: - new_history.content_object = source_object - if data: - new_dict = {} - for key, value in data.items(): - new_dict[key] = {} - if isinstance(value, models.Model): - new_dict[key]['value'] = serializers.serialize('json', [value]) - elif isinstance(value, models.query.QuerySet): - new_dict[key]['value'] = serializers.serialize('json', value) - else: - new_dict[key]['value'] = json.dumps(value) - new_dict[key]['type'] = pickle.dumps(type(value)) + def commit(self, source_object=None, data=None): + print 'OBJ', self.history_type_obj + new_history = History(history_type=self.history_type_obj) + if source_object: + new_history.content_object = source_object + if data: + new_dict = {} + for key, value in data.items(): + new_dict[key] = {} + if isinstance(value, models.Model): + new_dict[key]['value'] = serializers.serialize('json', [value]) + elif isinstance(value, models.query.QuerySet): + new_dict[key]['value'] = serializers.serialize('json', value) + else: + new_dict[key]['value'] = json.dumps(value) + new_dict[key]['type'] = pickle.dumps(type(value)) - new_history.dictionary = json.dumps(new_dict) - new_history.save() + new_history.dictionary = json.dumps(new_dict) + new_history.save() diff --git a/apps/history/models.py b/apps/history/models.py index 56906a4fde..470b5ce2cc 100644 --- a/apps/history/models.py +++ b/apps/history/models.py @@ -20,7 +20,7 @@ class HistoryType(models.Model): def __unicode__(self): try: - return unicode(history_types_dict[self.namespace][self.name]['label']) + return unicode(history_types_dict[self.namespace][self.name].label) except KeyError: return u'obsolete history type: %s - %s' % (self.namespace, self.name) @@ -36,7 +36,7 @@ class HistoryType(models.Model): class History(models.Model): - datetime = models.DateTimeField(verbose_name=_(u'date time')) + datetime = models.DateTimeField(verbose_name=_(u'date time'), default=lambda: datetime.now()) content_type = models.ForeignKey(ContentType, blank=True, null=True) object_id = models.PositiveIntegerField(blank=True, null=True) content_object = generic.GenericForeignKey('content_type', 'object_id') @@ -46,22 +46,17 @@ class History(models.Model): def __unicode__(self): return u'%s - %s - %s' % (self.datetime, self.content_object, self.history_type) - def save(self, *args, **kwargs): - if not self.pk: - self.datetime = datetime.now() - super(History, self).save(*args, **kwargs) - def get_label(self): - return history_types_dict[self.history_type.namespace][self.history_type.name]['label'] + return history_types_dict[self.history_type.namespace][self.history_type.name].label def get_summary(self): - return history_types_dict[self.history_type.namespace][self.history_type.name].get('summary', u'') + return history_types_dict[self.history_type.namespace][self.history_type.name].summary def get_details(self): - return history_types_dict[self.history_type.namespace][self.history_type.name].get('details', u'') + return history_types_dict[self.history_type.namespace][self.history_type.name].details def get_expressions(self): - return history_types_dict[self.history_type.namespace][self.history_type.name].get('expressions', {}) + return history_types_dict[self.history_type.namespace][self.history_type.name].expressions def get_processed_summary(self): return _process_history_text(self, self.get_summary()) @@ -86,10 +81,12 @@ def _process_history_text(history, text): } loaded_dictionary = json.loads(history.dictionary) + print 'loaded_dictionary', loaded_dictionary new_dict = {} for key, values in loaded_dictionary.items(): value_type = pickle.loads(str(values['type'])) + print 'value_type', value_type if isinstance(value_type, models.base.ModelBase): for deserialized in serializers.deserialize('json', values['value']): new_dict[key] = deserialized.object @@ -102,6 +99,7 @@ def _process_history_text(history, text): new_dict[key] = json.loads(values['value']) key_values.update(new_dict) + print 'key_values', key_values expressions_dict = {} for key, value in history.get_expressions().items(): From 615987366f1634f78d24db0fe946d13808a6756a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 6 Jul 2012 02:53:38 -0400 Subject: [PATCH 18/71] Update apps for new class based history events --- apps/checkouts/__init__.py | 7 ------- apps/checkouts/events.py | 42 +++++++++++++++++--------------------- apps/checkouts/managers.py | 12 +++++------ apps/checkouts/models.py | 5 ++--- apps/documents/__init__.py | 8 -------- apps/documents/events.py | 40 +++++++++++++++++------------------- apps/documents/views.py | 6 ++---- apps/sources/models.py | 7 +++---- 8 files changed, 50 insertions(+), 77 deletions(-) diff --git a/apps/checkouts/__init__.py b/apps/checkouts/__init__.py index f0c247a8e9..a58228d7d4 100644 --- a/apps/checkouts/__init__.py +++ b/apps/checkouts/__init__.py @@ -9,7 +9,6 @@ from scheduler.api import register_interval_job from documents.models import Document from documents.permissions import PERMISSION_DOCUMENT_VIEW from acls.api import class_permissions -from history.api import register_history_type from .permissions import (PERMISSION_DOCUMENT_CHECKOUT, PERMISSION_DOCUMENT_CHECKIN, PERMISSION_DOCUMENT_CHECKIN_OVERRIDE, @@ -17,8 +16,6 @@ from .permissions import (PERMISSION_DOCUMENT_CHECKOUT, from .links import checkout_list, checkout_document, checkout_info, checkin_document from .models import DocumentCheckout from .tasks import task_check_expired_check_outs -from .events import (HISTORY_DOCUMENT_CHECKED_OUT, HISTORY_DOCUMENT_CHECKED_IN, - HISTORY_DOCUMENT_AUTO_CHECKED_IN, HISTORY_DOCUMENT_FORCEFUL_CHECK_IN) def initialize_document_checkout_extra_methods(): @@ -42,7 +39,3 @@ class_permissions(Document, [ CHECK_EXPIRED_CHECK_OUTS_INTERVAL=60 # Lowest check out expiration allowed register_interval_job('task_check_expired_check_outs', _(u'Check expired check out documents and checks them in.'), task_check_expired_check_outs, seconds=CHECK_EXPIRED_CHECK_OUTS_INTERVAL) initialize_document_checkout_extra_methods() -register_history_type(HISTORY_DOCUMENT_CHECKED_OUT) -register_history_type(HISTORY_DOCUMENT_CHECKED_IN) -register_history_type(HISTORY_DOCUMENT_AUTO_CHECKED_IN) -register_history_type(HISTORY_DOCUMENT_FORCEFUL_CHECK_IN) diff --git a/apps/checkouts/events.py b/apps/checkouts/events.py index a35503a819..00c6e9252b 100644 --- a/apps/checkouts/events.py +++ b/apps/checkouts/events.py @@ -1,28 +1,24 @@ from django.utils.translation import ugettext_lazy as _ -HISTORY_DOCUMENT_CHECKED_OUT = { - 'namespace': 'checkouts', 'name': 'document_checked_out', - 'label': _(u'Document checked out'), - 'summary': _(u'Document "%(document)s" checked out by %(fullname)s.'), - 'expressions': {'fullname': 'user.get_full_name() if user.get_full_name() else user'} -} +from history.api import EventNamespace, Event -HISTORY_DOCUMENT_CHECKED_IN = { - 'namespace': 'checkouts', 'name': 'document_checked_in', - 'label': _(u'Document checked in'), - 'summary': _(u'Document "%(document)s" checked in by %(fullname)s.'), - 'expressions': {'fullname': 'user.get_full_name() if user.get_full_name() else user'} -} +namespace = EventNamespace('checkouts', _(u'checkouts')) -HISTORY_DOCUMENT_AUTO_CHECKED_IN = { - 'namespace': 'checkouts', 'name': 'document_auto_checked_in', - 'label': _(u'Document automatically checked in'), - 'summary': _(u'Document "%(document)s" automatically checked in.'), -} +history_document_checked_out = Event(namespace=namespace, name='document_checked_out', label=_(u'Document checked out'), + summary=_(u'Document "%(document)s" checked out by %(fullname)s.'), + expressions={'fullname': 'user.get_full_name() if user.get_full_name() else user'} +) -HISTORY_DOCUMENT_FORCEFUL_CHECK_IN = { - 'namespace': 'checkouts', 'name': 'document_forefull_check_in', - 'label': _(u'Document forcefully checked in'), - 'summary': _(u'Document "%(document)s" forcefully checked in by %(fullname)s.'), - 'expressions': {'fullname': 'user.get_full_name() if user.get_full_name() else user'} -} +history_document_checked_in = Event(namespace=namespace, name='document_checked_in', label=_(u'Document checked in'), + summary=_(u'Document "%(document)s" checked in by %(fullname)s.'), + expressions={'fullname': 'user.get_full_name() if user.get_full_name() else user'} +) + +history_document_auto_checked_in = Event(namespace=namespace, name='document_auto_checked_in', label=_(u'Document automatically checked in'), + summary=_(u'Document "%(document)s" automatically checked in.'), +) + +history_document_forceful_check_in = Event(namespace=namespace, name='document_forefull_check_in', label=_(u'Document forcefully checked in'), + summary=_(u'Document "%(document)s" forcefully checked in by %(fullname)s.'), + expressions={'fullname': 'user.get_full_name() if user.get_full_name() else user'} +) diff --git a/apps/checkouts/managers.py b/apps/checkouts/managers.py index b4c241bd3e..7a8f5c9cd1 100644 --- a/apps/checkouts/managers.py +++ b/apps/checkouts/managers.py @@ -7,17 +7,15 @@ from django.db import models from django.core.exceptions import PermissionDenied from documents.models import Document -from history.api import create_history from permissions.models import Permission from acls.models import AccessEntry from .exceptions import DocumentNotCheckedOut from .literals import STATE_CHECKED_OUT, STATE_CHECKED_IN -from .events import (HISTORY_DOCUMENT_CHECKED_IN, HISTORY_DOCUMENT_AUTO_CHECKED_IN, - HISTORY_DOCUMENT_FORCEFUL_CHECK_IN) +from .events import (history_document_checked_in, history_document_auto_checked_in, + history_document_forceful_check_in) from .permissions import PERMISSION_DOCUMENT_RESTRICTIONS_OVERRIDE -from history.api import create_history logger = logging.getLogger(__name__) @@ -48,11 +46,11 @@ class DocumentCheckoutManager(models.Manager): else: if user: if self.document_checkout_info(document).user_object != user: - create_history(HISTORY_DOCUMENT_FORCEFUL_CHECK_IN, source_object=document, data={'user': user, 'document': document}) + history_document_forceful_check_in.commit(source_object=document, data={'user': user, 'document': document}) else: - create_history(HISTORY_DOCUMENT_CHECKED_IN, source_object=document, data={'user': user, 'document': document}) + history_document_checked_in.commit(source_object=document, data={'user': user, 'document': document}) else: - create_history(HISTORY_DOCUMENT_AUTO_CHECKED_IN, source_object=document, data={'document': document}) + history_document_auto_checked_in.commit(source_object=document, data={'document': document}) document_checkout.delete() diff --git a/apps/checkouts/models.py b/apps/checkouts/models.py index 819b8856c3..dc9b208186 100644 --- a/apps/checkouts/models.py +++ b/apps/checkouts/models.py @@ -9,11 +9,10 @@ from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes import generic from documents.models import Document -from history.api import create_history from .managers import DocumentCheckoutManager from .exceptions import DocumentAlreadyCheckedOut -from .events import HISTORY_DOCUMENT_CHECKED_OUT +from .events import history_document_checked_out logger = logging.getLogger(__name__) @@ -44,7 +43,7 @@ class DocumentCheckout(models.Model): if not self.pk: self.checkout_datetime = datetime.datetime.now() result = super(DocumentCheckout, self).save(*args, **kwargs) - create_history(HISTORY_DOCUMENT_CHECKED_OUT, source_object=self.document, data={'user': self.user_object, 'document': self.document}) + history_document_checked_out.commit(source_object=self.document, data={'user': self.user_object, 'document': self.document}) return result @models.permalink diff --git a/apps/documents/__init__.py b/apps/documents/__init__.py index c78b0431fb..04f6faece8 100644 --- a/apps/documents/__init__.py +++ b/apps/documents/__init__.py @@ -9,7 +9,6 @@ from navigation.api import (register_links, register_top_menu, register_model_list_columns, register_multi_item_links, register_sidebar_template) from main.api import register_diagnostic, register_maintenance_links -from history.api import register_history_type from history.permissions import PERMISSION_HISTORY_VIEW from metadata.api import get_metadata_string from project_setup.api import register_setup @@ -26,8 +25,6 @@ from .permissions import (PERMISSION_DOCUMENT_CREATE, PERMISSION_DOCUMENT_TYPE_EDIT, PERMISSION_DOCUMENT_TYPE_DELETE, PERMISSION_DOCUMENT_TYPE_CREATE, PERMISSION_DOCUMENT_TYPE_VIEW, PERMISSION_DOCUMENT_NEW_VERSION) -from .events import (HISTORY_DOCUMENT_CREATED, - HISTORY_DOCUMENT_EDITED, HISTORY_DOCUMENT_DELETED) from .conf.settings import ZOOM_MAX_LEVEL from .conf.settings import ZOOM_MIN_LEVEL from .conf import settings as document_settings @@ -55,11 +52,6 @@ def is_max_zoom(context): def is_current_version(context): return context['object'].document.latest_version.timestamp == context['object'].timestamp -# History setup -register_history_type(HISTORY_DOCUMENT_CREATED) -register_history_type(HISTORY_DOCUMENT_EDITED) -register_history_type(HISTORY_DOCUMENT_DELETED) - document_list = {'text': _(u'all documents'), 'view': 'document_list', 'famfam': 'page'} document_list_recent = {'text': _(u'recent documents'), 'view': 'document_list_recent', 'famfam': 'page'} document_create_multiple = {'text': _(u'upload new documents'), 'view': 'document_create_multiple', 'famfam': 'page_add', 'permissions': [PERMISSION_DOCUMENT_CREATE], 'children_view_regex': [r'upload_interactive']} diff --git a/apps/documents/events.py b/apps/documents/events.py index 10bc8a11b8..0543e6e5bf 100644 --- a/apps/documents/events.py +++ b/apps/documents/events.py @@ -1,28 +1,26 @@ from django.utils.translation import ugettext_lazy as _ -HISTORY_DOCUMENT_CREATED = { - 'namespace': 'documents', 'name': 'document_created', - 'label': _(u'Document creation'), - 'summary': _(u'Document "%(content_object)s" created by %(fullname)s.'), - 'details': _(u'Document "%(content_object)s" created on %(datetime)s by %(fullname)s.'), - 'expressions': {'fullname': 'user.get_full_name() if user.get_full_name() else user.username'} -} +from history.api import EventNamespace, Event -HISTORY_DOCUMENT_EDITED = { - 'namespace': 'documents', 'name': 'document_edited', - 'label': _(u'Document edited'), - 'summary': _(u'Document "%(content_object)s" edited by %(fullname)s.'), - 'details': _(u'Document "%(content_object)s" was edited on %(datetime)s by %(fullname)s. The following changes took place: %(changes)s.'), - 'expressions': { +namespace = EventNamespace('documents', _('documents')) + +history_document_created = Event(namespace=namespace, name='document_created', label=_(u'Document creation'), + summary=_(u'Document "%(content_object)s" created by %(fullname)s.'), + details=_(u'Document "%(content_object)s" created on %(datetime)s by %(fullname)s.'), + expressions={'fullname': 'user.get_full_name() if user.get_full_name() else user.username'} +) + +history_document_edited = Event(namespace=namespace, name='document_edited', label=_(u'Document edited'), + summary=_(u'Document "%(content_object)s" edited by %(fullname)s.'), + details=_(u'Document "%(content_object)s" was edited on %(datetime)s by %(fullname)s. The following changes took place: %(changes)s.'), + expressions={ 'fullname': 'user.get_full_name() if user.get_full_name() else user.username', 'changes': 'u\', \'.join([\'"%s": "%s" -> "%s"\' % (key, value[\'old_value\'], value[\'new_value\']) for key, value in diff.items()])' } -} +) -HISTORY_DOCUMENT_DELETED = { - 'namespace': 'documents', 'name': 'document_deleted', - 'label': _(u'Document deleted'), - 'summary': _(u'Document "%(document)s" deleted by %(fullname)s.'), - 'details': _(u'Document "%(document)s" deleted on %(datetime)s by %(fullname)s.'), - 'expressions': {'fullname': 'user.get_full_name() if user.get_full_name() else user.username'} -} +history_document_deleted = HISTORY_DOCUMENT_DELETED = Event(namespace=namespace, name='document_deleted', label=_(u'Document deleted'), + summary=_(u'Document "%(document)s" deleted by %(fullname)s.'), + details=_(u'Document "%(document)s" deleted on %(datetime)s by %(fullname)s.'), + expressions={'fullname': 'user.get_full_name() if user.get_full_name() else user.username'} +) diff --git a/apps/documents/views.py b/apps/documents/views.py index 3b19744f4e..1d67683251 100644 --- a/apps/documents/views.py +++ b/apps/documents/views.py @@ -30,7 +30,6 @@ from metadata.forms import MetadataFormSet, MetadataSelectionForm from navigation.utils import resolve_to_name from permissions.models import Permission from document_indexing.api import update_indexes, delete_indexes -from history.api import create_history from acls.models import AccessEntry from common.compressed_files import CompressedFile @@ -44,8 +43,7 @@ from .permissions import (PERMISSION_DOCUMENT_CREATE, PERMISSION_DOCUMENT_EDIT, PERMISSION_DOCUMENT_VERSION_REVERT, PERMISSION_DOCUMENT_TYPE_EDIT, PERMISSION_DOCUMENT_TYPE_DELETE, PERMISSION_DOCUMENT_TYPE_CREATE, PERMISSION_DOCUMENT_TYPE_VIEW) -from .events import (HISTORY_DOCUMENT_CREATED, - HISTORY_DOCUMENT_EDITED, HISTORY_DOCUMENT_DELETED) +from .events import history_document_edited from .forms import (DocumentTypeSelectForm, DocumentForm_edit, DocumentPropertiesForm, DocumentPreviewForm, DocumentPageForm, @@ -270,7 +268,7 @@ def document_edit(request, document_id): document.filename = form.cleaned_data['document_type_available_filenames'].filename document.save() - create_history(HISTORY_DOCUMENT_EDITED, document, {'user': request.user, 'diff': return_diff(old_document, document, ['filename', 'description'])}) + history_document_edited.commit(source_object=document, data={'user': request.user, 'diff': return_diff(old_document, document, ['filename', 'description'])}) RecentDocument.objects.add_document_for_user(request.user, document) messages.success(request, _(u'Document "%s" edited successfully.') % document) diff --git a/apps/sources/models.py b/apps/sources/models.py index 9156b30b71..c330bf7aac 100644 --- a/apps/sources/models.py +++ b/apps/sources/models.py @@ -13,9 +13,8 @@ from django.db import transaction from converter.api import get_available_transformations_choices from converter.literals import DIMENSION_SEPARATOR from documents.models import DocumentType, Document -from documents.events import HISTORY_DOCUMENT_CREATED +from documents.events import history_document_created from document_indexing.api import update_indexes -from history.api import create_history from metadata.models import MetadataType from metadata.api import save_metadata_list from scheduler.api import register_interval_job, remove_job @@ -101,9 +100,9 @@ class BaseModel(models.Model): if user: document.add_as_recent_document_for_user(user) - create_history(HISTORY_DOCUMENT_CREATED, document, {'user': user}) + history_document_created.commit(source_object=document, data={'user': user}) else: - create_history(HISTORY_DOCUMENT_CREATED, document) + history_document_created.commit(source_object=document) else: if use_file_name: filename = None From 76b740786a7fac82b29afa007b55076e58ce93de Mon Sep 17 00:00:00 2001 From: Iliya Georgiev Date: Mon, 9 Jul 2012 10:39:16 +0300 Subject: [PATCH 19/71] Add description of Default ACLs in permissions documentation --- docs/topics/permissions.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/topics/permissions.rst b/docs/topics/permissions.rst index 4948654e85..3f1e32b57f 100644 --- a/docs/topics/permissions.rst +++ b/docs/topics/permissions.rst @@ -44,3 +44,22 @@ displayed to avoid providing any information that could be used to sidetrack the permission system or obtain any kind of information about the object from which the user was not allowed access. +Default Access Control Lists (Default ACLs) +------------------------------------------- + +**Mayan EDMS** allows assigment of permissions to Users to access objects after their instantiation from the class. This is implemented with so called Access Control List. The document ``Payroll`` is example of instance of class ``Documents``. A user can be granted with access to only one instance of the class ``Documents`` - the document ``Payroll``. + +Along with Access Control Lists there are Default Access Control Lists.They provide additional functionality. It allows assigment of permissions to Users directly to the class before the instantiation. It will be explained with the following example: + +**Example 1.** Each user can access only the documents that he uploads + +This example will show how to restrict a user in order not to view documents uploaded by other users. The user will view only the documents that he uploades. It will work only for documents that are uploaded after the activation of the restriction. It will not work for documents prior to the activation of the restriction. + +Follow the steps: + 1. Enter **Mayan EDMS** with user that has administrative rights. + 2. Go to Setup menu. Enter Default ACLs submenu. + 3. Click ``New holder`` next to the class Documents. From the list of users choose the special user Creator. Give the permission ``View Documents`` to the Creator. + 4. Go back to Setup menu. Go to Users and create the users ``Pedro`` and ``Sancho``. + 5. Go back to Setup menu. Go to Groups and create the group ``Employees``. Click to members of the groups and add ``Pedro`` and ``Sancho`` to that group. + 6. Go back to Setup menu. Go to Roles submenu. Create the role Uploaders. Give the permission Create documents to the role. Add the group ``Employess`` as a member to that role. + 7. Now enter **Mayan EDMS** with ``Pedro`` and ``Sancho`` one after another and upload documents. Pedro should not see the documents that ``Sancho`` uploaded and vice versa. He should see only documents uploaded by himself. From 2b3d43273a7652b1c1423de04f4befb13ce4edb1 Mon Sep 17 00:00:00 2001 From: Iliya Georgiev Date: Mon, 9 Jul 2012 10:51:07 +0300 Subject: [PATCH 20/71] Add description of Default ACLs in permissions documentation --- docs/topics/permissions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/permissions.rst b/docs/topics/permissions.rst index 3f1e32b57f..c52fbc3fee 100644 --- a/docs/topics/permissions.rst +++ b/docs/topics/permissions.rst @@ -61,5 +61,5 @@ Follow the steps: 3. Click ``New holder`` next to the class Documents. From the list of users choose the special user Creator. Give the permission ``View Documents`` to the Creator. 4. Go back to Setup menu. Go to Users and create the users ``Pedro`` and ``Sancho``. 5. Go back to Setup menu. Go to Groups and create the group ``Employees``. Click to members of the groups and add ``Pedro`` and ``Sancho`` to that group. - 6. Go back to Setup menu. Go to Roles submenu. Create the role Uploaders. Give the permission Create documents to the role. Add the group ``Employess`` as a member to that role. + 6. Go back to Setup menu. Go to Roles submenu. Create the role ``Uploaders``. Give the permission ``Create documents`` to the role. Add the group ``Employess`` as a member to that role. 7. Now enter **Mayan EDMS** with ``Pedro`` and ``Sancho`` one after another and upload documents. Pedro should not see the documents that ``Sancho`` uploaded and vice versa. He should see only documents uploaded by himself. From 2d5fcfb41b1eda53a8dce0a3e9fd414f35b382af Mon Sep 17 00:00:00 2001 From: Iliya Georgiev Date: Mon, 9 Jul 2012 11:26:23 +0300 Subject: [PATCH 21/71] Add example of Default ACLs in permissions documentation --- docs/topics/permissions.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/topics/permissions.rst b/docs/topics/permissions.rst index c52fbc3fee..73cd17c281 100644 --- a/docs/topics/permissions.rst +++ b/docs/topics/permissions.rst @@ -47,13 +47,13 @@ from which the user was not allowed access. Default Access Control Lists (Default ACLs) ------------------------------------------- -**Mayan EDMS** allows assigment of permissions to Users to access objects after their instantiation from the class. This is implemented with so called Access Control List. The document ``Payroll`` is example of instance of class ``Documents``. A user can be granted with access to only one instance of the class ``Documents`` - the document ``Payroll``. +One of the specifics of the 3 tier access control in contrast with the 2 tier access control are so called Default Access Control Lists.They allow assigment to Users an access to a particular object - the class or instance of the class. The document ``Payroll`` is example of instance of class ``Documents``. A user can be granted with access to only one instance of the class ``Documents`` or to the whole class ``Documents``. -Along with Access Control Lists there are Default Access Control Lists.They provide additional functionality. It allows assigment of permissions to Users directly to the class before the instantiation. It will be explained with the following example: +And not only that but Default ACLs give the possibility to give access to class before it is instantiated. It will be explained with the following example. -**Example 1.** Each user can access only the documents that he uploads +**Example 1.** Each user have to access only the documents that he uploads -This example will show how to restrict a user in order not to view documents uploaded by other users. The user will view only the documents that he uploades. It will work only for documents that are uploaded after the activation of the restriction. It will not work for documents prior to the activation of the restriction. +The example will show how to restrict a user in order not to view documents uploaded by other users, but only by himself. For that purpose we have to restrict the access to something that does not exist yet. The system must know that before the actual upload in order to act accordingly. This is where Default ACLs come in place. Follow the steps: 1. Enter **Mayan EDMS** with user that has administrative rights. @@ -63,3 +63,5 @@ Follow the steps: 5. Go back to Setup menu. Go to Groups and create the group ``Employees``. Click to members of the groups and add ``Pedro`` and ``Sancho`` to that group. 6. Go back to Setup menu. Go to Roles submenu. Create the role ``Uploaders``. Give the permission ``Create documents`` to the role. Add the group ``Employess`` as a member to that role. 7. Now enter **Mayan EDMS** with ``Pedro`` and ``Sancho`` one after another and upload documents. Pedro should not see the documents that ``Sancho`` uploaded and vice versa. He should see only documents uploaded by himself. + +The above example will work only for documents that are uploaded after the activation of the restriction. It will not work for documents prior to the activation of the restriction. From fbe2303edeabf34a428f31a6841f0c23076d4466 Mon Sep 17 00:00:00 2001 From: Iliya Georgiev Date: Mon, 9 Jul 2012 11:29:07 +0300 Subject: [PATCH 22/71] Add example of Default ACLs in permissions documentation --- docs/topics/permissions.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/topics/permissions.rst b/docs/topics/permissions.rst index 73cd17c281..433bec852b 100644 --- a/docs/topics/permissions.rst +++ b/docs/topics/permissions.rst @@ -47,13 +47,11 @@ from which the user was not allowed access. Default Access Control Lists (Default ACLs) ------------------------------------------- -One of the specifics of the 3 tier access control in contrast with the 2 tier access control are so called Default Access Control Lists.They allow assigment to Users an access to a particular object - the class or instance of the class. The document ``Payroll`` is example of instance of class ``Documents``. A user can be granted with access to only one instance of the class ``Documents`` or to the whole class ``Documents``. - -And not only that but Default ACLs give the possibility to give access to class before it is instantiated. It will be explained with the following example. +One of the specifics of the 3 tier access control in contrast with the 2 tier access control are so called Default Access Control Lists.They allow assigment to Users an access to a particular object - the class or instance of the class. The document ``Payroll`` is example of instance of class ``Documents``. A user can be granted with access to only one instance of the class ``Documents`` or to the whole class ``Documents``. And not only that but Default ACLs give the possibility to grant access to class before it is instantiated. It will be explained with the following example. **Example 1.** Each user have to access only the documents that he uploads -The example will show how to restrict a user in order not to view documents uploaded by other users, but only by himself. For that purpose we have to restrict the access to something that does not exist yet. The system must know that before the actual upload in order to act accordingly. This is where Default ACLs come in place. +The example will show how to restrict a user in order not to view documents uploaded by other users, but only by himself. For that purpose we have to restrict the access to something that does not exist yet. The system must know that before the actual upload in order to act accordingly. This is where Default ACLs comes in place. Follow the steps: 1. Enter **Mayan EDMS** with user that has administrative rights. From 6c6a619c7339148cd10f2c8b1af9ff22f50f1f82 Mon Sep 17 00:00:00 2001 From: Iliya Georgiev Date: Mon, 9 Jul 2012 11:31:58 +0300 Subject: [PATCH 23/71] Add example of Default ACLs in permissions documentation --- docs/topics/permissions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/permissions.rst b/docs/topics/permissions.rst index 433bec852b..ae4d615c9d 100644 --- a/docs/topics/permissions.rst +++ b/docs/topics/permissions.rst @@ -51,7 +51,7 @@ One of the specifics of the 3 tier access control in contrast with the 2 tier ac **Example 1.** Each user have to access only the documents that he uploads -The example will show how to restrict a user in order not to view documents uploaded by other users, but only by himself. For that purpose we have to restrict the access to something that does not exist yet. The system must know that before the actual upload in order to act accordingly. This is where Default ACLs comes in place. +The example will show how to restrict a user in order not to view documents uploaded by other users, but only by himself. For that purpose we have to restrict the access to something that does not exist yet. The system must know that before the actual upload in order to act accordingly. This is where Default ACLs come in place. Follow the steps: 1. Enter **Mayan EDMS** with user that has administrative rights. From fd719be2a2a202504b244171f168bd92a55bc8e7 Mon Sep 17 00:00:00 2001 From: Iliya Georgiev Date: Mon, 9 Jul 2012 11:40:05 +0300 Subject: [PATCH 24/71] Add example of Default ACLs in permissions documentation --- docs/topics/permissions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/permissions.rst b/docs/topics/permissions.rst index ae4d615c9d..9e79af09e2 100644 --- a/docs/topics/permissions.rst +++ b/docs/topics/permissions.rst @@ -59,7 +59,7 @@ Follow the steps: 3. Click ``New holder`` next to the class Documents. From the list of users choose the special user Creator. Give the permission ``View Documents`` to the Creator. 4. Go back to Setup menu. Go to Users and create the users ``Pedro`` and ``Sancho``. 5. Go back to Setup menu. Go to Groups and create the group ``Employees``. Click to members of the groups and add ``Pedro`` and ``Sancho`` to that group. - 6. Go back to Setup menu. Go to Roles submenu. Create the role ``Uploaders``. Give the permission ``Create documents`` to the role. Add the group ``Employess`` as a member to that role. + 6. Go back to Setup menu. Go to Roles submenu. Create the role ``Uploaders``. Give the permission ``Create documents`` to the role. Add the group ``Employees`` as a member to that role. 7. Now enter **Mayan EDMS** with ``Pedro`` and ``Sancho`` one after another and upload documents. Pedro should not see the documents that ``Sancho`` uploaded and vice versa. He should see only documents uploaded by himself. The above example will work only for documents that are uploaded after the activation of the restriction. It will not work for documents prior to the activation of the restriction. From c12583d39e2132f95356a207b2475eca9645eae4 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 9 Jul 2012 13:40:53 -0400 Subject: [PATCH 25/71] =?UTF-8?q?Add=20Iliya=20Georgiev=20and=20V=C3=ADtor?= =?UTF-8?q?=20Figueir=C3=B3=20to=20contributors=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/credits/contributors.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/credits/contributors.rst b/docs/credits/contributors.rst index 1b7659d997..a3111d5180 100644 --- a/docs/credits/contributors.rst +++ b/docs/credits/contributors.rst @@ -39,6 +39,9 @@ Patches * Meurig Freeman (https://github.com/meurig) * Sergey Glita (s.v.glita@gmail.com) * Brian E (brian@realize.org) +* Iliya Georgiev (ikgeorgiev@gmail.com) +* Vítor Figueiró (vfigueiro@gmail.com) + Suggestions ----------- From 930360002ba11c8673cb1fdd319356b3d5b80696 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 9 Jul 2012 13:55:55 -0400 Subject: [PATCH 26/71] =?UTF-8?q?Add=20V=C3=ADtor=20Figueir=C3=B3's=20Post?= =?UTF-8?q?gresql=20search=20path=20relating=20to=20issue=20#20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/dynamic_search/models.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/dynamic_search/models.py b/apps/dynamic_search/models.py index 9e7cc552bc..5befbcd1f6 100644 --- a/apps/dynamic_search/models.py +++ b/apps/dynamic_search/models.py @@ -3,6 +3,7 @@ import urllib from datetime import datetime +from django.db import connection from django.db import models from django.utils.translation import ugettext as _ from django.contrib.auth.models import User @@ -60,3 +61,14 @@ class RecentSearch(models.Model): ordering = ('-datetime_created',) verbose_name = _(u'recent search') verbose_name_plural = _(u'recent searches') + + +if connection.vendor == 'postgresql': + from django.db.models.sql.compiler import SQLCompiler + orig_get_from_clause = SQLCompiler.get_from_clause + def get_from_clause(self): + result, extra = orig_get_from_clause(self) + result = map(lambda s: s.replace('"django_comments"."object_pk"', + '"django_comments"."object_pk"::integer'), result) + return result, extra + SQLCompiler.get_from_clause = get_from_clause From 2ef64bebcbbb35f424302f3e84927c1b071d4e16 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 11:14:59 -0400 Subject: [PATCH 27/71] Add checkout app translation source files --- .../locale/de_DE/LC_MESSAGES/django.po | 271 +++++++++++++++++ .../checkouts/locale/en/LC_MESSAGES/django.po | 271 +++++++++++++++++ .../checkouts/locale/es/LC_MESSAGES/django.po | 272 +++++++++++++++++ .../checkouts/locale/it/LC_MESSAGES/django.po | 272 +++++++++++++++++ .../checkouts/locale/pl/LC_MESSAGES/django.po | 273 ++++++++++++++++++ .../checkouts/locale/pt/LC_MESSAGES/django.po | 272 +++++++++++++++++ .../locale/pt_BR/LC_MESSAGES/django.po | 272 +++++++++++++++++ .../checkouts/locale/ru/LC_MESSAGES/django.po | 273 ++++++++++++++++++ 8 files changed, 2176 insertions(+) create mode 100644 apps/checkouts/locale/de_DE/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/en/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/es/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/it/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/pl/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/pt/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/ru/LC_MESSAGES/django.po diff --git a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b7f6ab49f3 --- /dev/null +++ b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po @@ -0,0 +1,271 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:133 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/checkouts/locale/en/LC_MESSAGES/django.po b/apps/checkouts/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b7f6ab49f3 --- /dev/null +++ b/apps/checkouts/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,271 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:133 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/checkouts/locale/es/LC_MESSAGES/django.po b/apps/checkouts/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000000..5f38382dda --- /dev/null +++ b/apps/checkouts/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,272 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:133 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/checkouts/locale/it/LC_MESSAGES/django.po b/apps/checkouts/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000000..5f38382dda --- /dev/null +++ b/apps/checkouts/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,272 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:133 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/checkouts/locale/pl/LC_MESSAGES/django.po b/apps/checkouts/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a664974e92 --- /dev/null +++ b/apps/checkouts/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,273 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:133 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/checkouts/locale/pt/LC_MESSAGES/django.po b/apps/checkouts/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000000..5f38382dda --- /dev/null +++ b/apps/checkouts/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,272 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:133 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a783c546f4 --- /dev/null +++ b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,272 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:133 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/checkouts/locale/ru/LC_MESSAGES/django.po b/apps/checkouts/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000000..75aeaae958 --- /dev/null +++ b/apps/checkouts/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,273 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:133 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" From 9b18be1333a163cf6561c07eab79a6da4ca781dd Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 11:15:25 -0400 Subject: [PATCH 28/71] Add the checkout app to the translation managing script --- misc/process_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/process_messages.py b/misc/process_messages.py index 847ca069fe..b7ac862f55 100755 --- a/misc/process_messages.py +++ b/misc/process_messages.py @@ -10,7 +10,7 @@ APP_LIST = ('common', 'converter', 'documents', 'document_comments', 'linking', 'main', 'metadata', 'navigation', 'ocr', 'permissions', 'project_setup', 'project_tools', 'smart_settings', 'sources', 'tags', 'user_management', 'web_theme', 'django_gpg', 'document_signatures', - 'acls', 'installation', 'scheduler') + 'acls', 'installation', 'scheduler', 'checkouts') LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE') makemessages = pbs.Command('django-admin.py') From de2782cfda3b9c5135bd10e85415830d46469f4c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 11:15:43 -0400 Subject: [PATCH 29/71] Update the translation source files --- apps/acls/locale/de_DE/LC_MESSAGES/django.po | 23 +- apps/acls/locale/en/LC_MESSAGES/django.po | 2 +- apps/acls/locale/es/LC_MESSAGES/django.po | 14 +- apps/acls/locale/it/LC_MESSAGES/django.po | 11 +- apps/acls/locale/pl/LC_MESSAGES/django.po | 14 +- apps/acls/locale/pt/LC_MESSAGES/django.po | 11 +- apps/acls/locale/pt_BR/LC_MESSAGES/django.po | 11 +- apps/acls/locale/ru/LC_MESSAGES/django.po | 14 +- .../common/locale/de_DE/LC_MESSAGES/django.po | 53 +- apps/common/locale/en/LC_MESSAGES/django.po | 2 +- apps/common/locale/es/LC_MESSAGES/django.po | 80 ++- apps/common/locale/it/LC_MESSAGES/django.po | 70 ++- apps/common/locale/pl/LC_MESSAGES/django.po | 71 ++- apps/common/locale/pt/LC_MESSAGES/django.po | 70 ++- .../common/locale/pt_BR/LC_MESSAGES/django.po | 72 ++- apps/common/locale/ru/LC_MESSAGES/django.po | 78 ++- .../locale/de_DE/LC_MESSAGES/django.po | 20 +- .../converter/locale/en/LC_MESSAGES/django.po | 2 +- .../converter/locale/es/LC_MESSAGES/django.po | 46 +- .../converter/locale/it/LC_MESSAGES/django.po | 47 +- .../converter/locale/pl/LC_MESSAGES/django.po | 26 +- .../converter/locale/pt/LC_MESSAGES/django.po | 46 +- .../locale/pt_BR/LC_MESSAGES/django.po | 42 +- .../converter/locale/ru/LC_MESSAGES/django.po | 48 +- .../locale/de_DE/LC_MESSAGES/django.po | 27 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 32 +- .../locale/it/LC_MESSAGES/django.po | 24 +- .../locale/pl/LC_MESSAGES/django.po | 26 +- .../locale/pt/LC_MESSAGES/django.po | 20 +- .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.po | 22 +- .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.po | 51 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 57 +- .../locale/it/LC_MESSAGES/django.po | 58 +- .../locale/pl/LC_MESSAGES/django.po | 43 +- .../locale/pt/LC_MESSAGES/django.po | 53 +- .../locale/pt_BR/LC_MESSAGES/django.po | 40 +- .../locale/ru/LC_MESSAGES/django.po | 54 +- .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.po | 514 +++++++++-------- .../documents/locale/en/LC_MESSAGES/django.po | 294 +++++----- .../documents/locale/es/LC_MESSAGES/django.po | 532 ++++++++++-------- .../documents/locale/it/LC_MESSAGES/django.po | 504 +++++++++-------- .../documents/locale/pl/LC_MESSAGES/django.po | 413 +++++++------- .../documents/locale/pt/LC_MESSAGES/django.po | 515 +++++++++-------- .../locale/pt_BR/LC_MESSAGES/django.po | 496 ++++++++-------- .../documents/locale/ru/LC_MESSAGES/django.po | 491 +++++++++------- .../locale/de_DE/LC_MESSAGES/django.po | 27 +- .../locale/en/LC_MESSAGES/django.po | 14 +- .../locale/es/LC_MESSAGES/django.po | 31 +- .../locale/it/LC_MESSAGES/django.po | 30 +- .../locale/pl/LC_MESSAGES/django.po | 26 +- .../locale/pt/LC_MESSAGES/django.po | 30 +- .../locale/pt_BR/LC_MESSAGES/django.po | 30 +- .../locale/ru/LC_MESSAGES/django.po | 37 +- .../locale/de_DE/LC_MESSAGES/django.po | 15 +- apps/folders/locale/en/LC_MESSAGES/django.po | 2 +- apps/folders/locale/es/LC_MESSAGES/django.po | 33 +- apps/folders/locale/it/LC_MESSAGES/django.po | 33 +- apps/folders/locale/pl/LC_MESSAGES/django.po | 18 +- apps/folders/locale/pt/LC_MESSAGES/django.po | 30 +- .../locale/pt_BR/LC_MESSAGES/django.po | 30 +- apps/folders/locale/ru/LC_MESSAGES/django.po | 31 +- .../locale/de_DE/LC_MESSAGES/django.po | 15 +- apps/history/locale/en/LC_MESSAGES/django.po | 6 +- apps/history/locale/es/LC_MESSAGES/django.po | 15 +- apps/history/locale/it/LC_MESSAGES/django.po | 15 +- apps/history/locale/pl/LC_MESSAGES/django.po | 18 +- apps/history/locale/pt/LC_MESSAGES/django.po | 15 +- .../locale/pt_BR/LC_MESSAGES/django.po | 15 +- apps/history/locale/ru/LC_MESSAGES/django.po | 18 +- .../locale/de_DE/LC_MESSAGES/django.po | 134 +++-- .../locale/en/LC_MESSAGES/django.po | 50 +- .../locale/es/LC_MESSAGES/django.po | 142 +++-- .../locale/it/LC_MESSAGES/django.po | 134 +++-- .../locale/pl/LC_MESSAGES/django.po | 137 +++-- .../locale/pt/LC_MESSAGES/django.po | 142 +++-- .../locale/pt_BR/LC_MESSAGES/django.po | 134 +++-- .../locale/ru/LC_MESSAGES/django.po | 137 +++-- .../locale/de_DE/LC_MESSAGES/django.po | 51 +- apps/linking/locale/en/LC_MESSAGES/django.po | 2 +- apps/linking/locale/es/LC_MESSAGES/django.po | 45 +- apps/linking/locale/it/LC_MESSAGES/django.po | 36 +- apps/linking/locale/pl/LC_MESSAGES/django.po | 14 +- apps/linking/locale/pt/LC_MESSAGES/django.po | 35 +- .../locale/pt_BR/LC_MESSAGES/django.po | 20 +- apps/linking/locale/ru/LC_MESSAGES/django.po | 33 +- apps/main/locale/de_DE/LC_MESSAGES/django.po | 49 +- apps/main/locale/en/LC_MESSAGES/django.po | 24 +- apps/main/locale/es/LC_MESSAGES/django.po | 50 +- apps/main/locale/it/LC_MESSAGES/django.po | 50 +- apps/main/locale/pl/LC_MESSAGES/django.po | 43 +- apps/main/locale/pt/LC_MESSAGES/django.po | 50 +- apps/main/locale/pt_BR/LC_MESSAGES/django.po | 50 +- apps/main/locale/ru/LC_MESSAGES/django.po | 53 +- .../locale/de_DE/LC_MESSAGES/django.po | 30 +- apps/metadata/locale/en/LC_MESSAGES/django.po | 2 +- apps/metadata/locale/es/LC_MESSAGES/django.po | 69 ++- apps/metadata/locale/it/LC_MESSAGES/django.po | 68 ++- apps/metadata/locale/pl/LC_MESSAGES/django.po | 33 +- apps/metadata/locale/pt/LC_MESSAGES/django.po | 64 ++- .../locale/pt_BR/LC_MESSAGES/django.po | 64 ++- apps/metadata/locale/ru/LC_MESSAGES/django.po | 70 ++- .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.po | 14 +- apps/ocr/locale/de_DE/LC_MESSAGES/django.po | 61 +- apps/ocr/locale/en/LC_MESSAGES/django.po | 2 +- apps/ocr/locale/es/LC_MESSAGES/django.po | 49 +- apps/ocr/locale/it/LC_MESSAGES/django.po | 33 +- apps/ocr/locale/pl/LC_MESSAGES/django.po | 17 +- apps/ocr/locale/pt/LC_MESSAGES/django.po | 44 +- apps/ocr/locale/pt_BR/LC_MESSAGES/django.po | 35 +- apps/ocr/locale/ru/LC_MESSAGES/django.po | 44 +- .../locale/de_DE/LC_MESSAGES/django.po | 23 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 21 +- .../locale/it/LC_MESSAGES/django.po | 23 +- .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.po | 22 +- .../locale/pt_BR/LC_MESSAGES/django.po | 15 +- .../locale/ru/LC_MESSAGES/django.po | 18 +- .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../scheduler/locale/en/LC_MESSAGES/django.po | 2 +- .../scheduler/locale/es/LC_MESSAGES/django.po | 11 +- .../scheduler/locale/it/LC_MESSAGES/django.po | 11 +- .../scheduler/locale/pl/LC_MESSAGES/django.po | 14 +- .../scheduler/locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../scheduler/locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.po | 96 ++-- apps/sources/locale/en/LC_MESSAGES/django.po | 66 +-- apps/sources/locale/es/LC_MESSAGES/django.po | 110 ++-- apps/sources/locale/it/LC_MESSAGES/django.po | 111 ++-- apps/sources/locale/pl/LC_MESSAGES/django.po | 84 +-- apps/sources/locale/pt/LC_MESSAGES/django.po | 116 ++-- .../locale/pt_BR/LC_MESSAGES/django.po | 100 ++-- apps/sources/locale/ru/LC_MESSAGES/django.po | 94 ++-- apps/tags/locale/de_DE/LC_MESSAGES/django.po | 11 +- apps/tags/locale/en/LC_MESSAGES/django.po | 2 +- apps/tags/locale/es/LC_MESSAGES/django.po | 11 +- apps/tags/locale/it/LC_MESSAGES/django.po | 11 +- apps/tags/locale/pl/LC_MESSAGES/django.po | 14 +- apps/tags/locale/pt/LC_MESSAGES/django.po | 11 +- apps/tags/locale/pt_BR/LC_MESSAGES/django.po | 11 +- apps/tags/locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.po | 27 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 26 +- .../locale/it/LC_MESSAGES/django.po | 27 +- .../locale/pl/LC_MESSAGES/django.po | 26 +- .../locale/pt/LC_MESSAGES/django.po | 23 +- .../locale/pt_BR/LC_MESSAGES/django.po | 23 +- .../locale/ru/LC_MESSAGES/django.po | 26 +- .../locale/de_DE/LC_MESSAGES/django.po | 58 +- .../web_theme/locale/en/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/es/LC_MESSAGES/django.po | 58 +- .../web_theme/locale/it/LC_MESSAGES/django.po | 58 +- .../web_theme/locale/pl/LC_MESSAGES/django.po | 52 +- .../web_theme/locale/pt/LC_MESSAGES/django.po | 58 +- .../locale/pt_BR/LC_MESSAGES/django.po | 58 +- .../web_theme/locale/ru/LC_MESSAGES/django.po | 61 +- 208 files changed, 6123 insertions(+), 4045 deletions(-) diff --git a/apps/acls/locale/de_DE/LC_MESSAGES/django.po b/apps/acls/locale/de_DE/LC_MESSAGES/django.po index 2fdeb8e8a0..348eb9b0a1 100644 --- a/apps/acls/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/acls/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-10 13:06+0000\n" "Last-Translator: tilmannsittig \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 @@ -165,12 +166,14 @@ msgstr "zu %s" #: views.py:189 views.py:530 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie Berechtigung %(title_suffix)s erteilen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie Berechtigung %(title_suffix)s erteilen möchten?" #: views.py:191 views.py:532 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie Berechtigungen %(title_suffix)s erteilen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie Berechtigungen %(title_suffix)s erteilen möchten?" #: views.py:198 views.py:539 #, python-format @@ -192,12 +195,14 @@ msgstr "von %s" #: views.py:282 views.py:609 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie Berechtigung %(title_suffix)s enziehen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie Berechtigung %(title_suffix)s enziehen möchten?" #: views.py:284 views.py:611 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie Berechtigungen %(title_suffix)s enziehen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie Berechtigungen %(title_suffix)s enziehen möchten?" #: views.py:291 views.py:618 #, python-format diff --git a/apps/acls/locale/en/LC_MESSAGES/django.po b/apps/acls/locale/en/LC_MESSAGES/django.po index a027803368..3c408a7794 100644 --- a/apps/acls/locale/en/LC_MESSAGES/django.po +++ b/apps/acls/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/acls/locale/es/LC_MESSAGES/django.po b/apps/acls/locale/es/LC_MESSAGES/django.po index 07ead9c554..7d85edb177 100644 --- a/apps/acls/locale/es/LC_MESSAGES/django.po +++ b/apps/acls/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-12 00:16+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 @@ -182,7 +183,8 @@ msgstr "Permiso \"%(permission)s\" otorgado a %(actor)s para %(object)s." msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." -msgstr "%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para %(object)s." +msgstr "" +"%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para %(object)s." #: views.py:279 views.py:606 #, python-format diff --git a/apps/acls/locale/it/LC_MESSAGES/django.po b/apps/acls/locale/it/LC_MESSAGES/django.po index f915b83899..600077f111 100644 --- a/apps/acls/locale/it/LC_MESSAGES/django.po +++ b/apps/acls/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # Pierpaolo Baldan , 2012. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-08 07:20+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 diff --git a/apps/acls/locale/pl/LC_MESSAGES/django.po b/apps/acls/locale/pl/LC_MESSAGES/django.po index 9331a2d6e2..61961edb4d 100644 --- a/apps/acls/locale/pl/LC_MESSAGES/django.po +++ b/apps/acls/locale/pl/LC_MESSAGES/django.po @@ -1,21 +1,23 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-01-02 09:45+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:14 msgid "ACLs" diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.po b/apps/acls/locale/pt/LC_MESSAGES/django.po index afcf46176d..b62eb3a9c5 100644 --- a/apps/acls/locale/pt/LC_MESSAGES/django.po +++ b/apps/acls/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-03 19:01+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 diff --git a/apps/acls/locale/pt_BR/LC_MESSAGES/django.po b/apps/acls/locale/pt_BR/LC_MESSAGES/django.po index 3e91d1bb04..3b81dbf21f 100644 --- a/apps/acls/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/acls/locale/pt_BR/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-01-02 09:45+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:14 diff --git a/apps/acls/locale/ru/LC_MESSAGES/django.po b/apps/acls/locale/ru/LC_MESSAGES/django.po index 6e77ad9874..2e9ea20fc5 100644 --- a/apps/acls/locale/ru/LC_MESSAGES/django.po +++ b/apps/acls/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-27 04:26+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:14 msgid "ACLs" diff --git a/apps/common/locale/de_DE/LC_MESSAGES/django.po b/apps/common/locale/de_DE/LC_MESSAGES/django.po index 7ba5b4c041..38020d3a01 100644 --- a/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/common/locale/de_DE/LC_MESSAGES/django.po @@ -1,39 +1,40 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2011-09-30 04:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:22 +#: __init__.py:26 msgid "change password" msgstr "" -#: __init__.py:23 +#: __init__.py:27 msgid "user details" msgstr "" -#: __init__.py:24 +#: __init__.py:28 msgid "edit details" msgstr "" -#: __init__.py:28 __init__.py:33 +#: __init__.py:32 __init__.py:37 msgid "about" msgstr "" -#: __init__.py:29 +#: __init__.py:33 msgid "license" msgstr "" @@ -95,18 +96,34 @@ msgstr "" msgid "Landscape" msgstr "" -#: models.py:16 +#: models.py:17 msgid "lock field" msgstr "" -#: models.py:43 +#: models.py:45 msgid "Anonymous user" msgstr "" -#: models.py:46 models.py:47 +#: models.py:48 models.py:49 msgid "anonymous user" msgstr "" +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +msgid "password" +msgstr "" + +#: models.py:55 +msgid "password hash" +msgstr "" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + #: utils.py:295 msgid "function found" msgstr "" @@ -174,20 +191,20 @@ msgstr "" msgid "None" msgstr "" -#: conf/settings.py:15 +#: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: conf/settings.py:65 +#: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: conf/settings.py:74 +#: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" msgstr "" diff --git a/apps/common/locale/en/LC_MESSAGES/django.po b/apps/common/locale/en/LC_MESSAGES/django.po index 4db14eb4bf..a86963a8a3 100644 --- a/apps/common/locale/en/LC_MESSAGES/django.po +++ b/apps/common/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/common/locale/es/LC_MESSAGES/django.po b/apps/common/locale/es/LC_MESSAGES/django.po index 4ce28c02ad..951942761c 100644 --- a/apps/common/locale/es/LC_MESSAGES/django.po +++ b/apps/common/locale/es/LC_MESSAGES/django.po @@ -1,40 +1,41 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-02-02 18:39+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:22 +#: __init__.py:26 msgid "change password" msgstr "cambiar contraseña" -#: __init__.py:23 +#: __init__.py:27 msgid "user details" msgstr "detalles de usuario" -#: __init__.py:24 +#: __init__.py:28 msgid "edit details" msgstr "editar detalles" -#: __init__.py:28 __init__.py:33 +#: __init__.py:32 __init__.py:37 msgid "about" msgstr "sobre" -#: __init__.py:29 +#: __init__.py:33 msgid "license" msgstr "licencia" @@ -50,7 +51,10 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "Por favor entre la dirección de correo electrónico y la contraseña correctas. Tenga en cuenta que los campos de contraseña distingue entre mayúsculas y minúsculas." +msgstr "" +"Por favor entre la dirección de correo electrónico y la contraseña " +"correctas. Tenga en cuenta que los campos de contraseña distingue entre " +"mayúsculas y minúsculas." #: forms.py:146 msgid "This account is inactive." @@ -96,18 +100,36 @@ msgstr "Retrato" msgid "Landscape" msgstr "Paisaje" -#: models.py:16 +#: models.py:17 msgid "lock field" msgstr "campo de bloqueo" -#: models.py:43 +#: models.py:45 msgid "Anonymous user" msgstr "Usuario anónimo" -#: models.py:46 models.py:47 +#: models.py:48 models.py:49 msgid "anonymous user" msgstr "usuario anónimo" +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +#, fuzzy +msgid "password" +msgstr "cambiar contraseña" + +#: models.py:55 +#, fuzzy +msgid "password hash" +msgstr "Cambio de contraseña" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + #: utils.py:295 msgid "function found" msgstr "función encontrada" @@ -149,7 +171,9 @@ msgstr "detalles del usuario corriente" #: views.py:187 msgid "E-mail conflict, another user has that same email." -msgstr "Conflicto de correo electrónica, otro usuario tiene ese mismo correo electrónico." +msgstr "" +"Conflicto de correo electrónica, otro usuario tiene ese mismo correo " +"electrónico." #: views.py:190 msgid "Current user's details updated." @@ -175,22 +199,28 @@ msgstr "Su contraseña se ha modificado correctamente." msgid "None" msgstr "Ninguno" -#: conf/settings.py:15 +#: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" -msgstr "Directorio temporal utilizado por todo el sitio para almacenar imágenes en miniatura, vistas previas y los archivos temporales. Si no se especifica ninguno, se creará utilizando tempfile.mkdtemp ()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Directorio temporal utilizado por todo el sitio para almacenar imágenes en " +"miniatura, vistas previas y los archivos temporales. Si no se especifica " +"ninguno, se creará utilizando tempfile.mkdtemp ()" -#: conf/settings.py:65 +#: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controla el mecanismo utilizado para el usuario autenticado. Las opciones son: 'username' nombre de usuario, 'email' correo electrónico" +msgstr "" +"Controla el mecanismo utilizado para el usuario autenticado. Las opciones " +"son: 'username' nombre de usuario, 'email' correo electrónico" -#: conf/settings.py:74 +#: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" -msgstr "Permita a los usuarios no autenticados, el acceso a todas las pantallas" +msgstr "" +"Permita a los usuarios no autenticados, el acceso a todas las pantallas" #: templates/403.html:3 templates/403.html.py:7 msgid "Insufficient permissions" @@ -309,7 +339,9 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)" +msgstr "" +"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página " +"%(page_number)s de %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/it/LC_MESSAGES/django.po b/apps/common/locale/it/LC_MESSAGES/django.po index 9848162002..469e1d2c0d 100644 --- a/apps/common/locale/it/LC_MESSAGES/django.po +++ b/apps/common/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. @@ -10,34 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-06-08 07:46+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:22 +#: __init__.py:26 msgid "change password" msgstr "cambia password" -#: __init__.py:23 +#: __init__.py:27 msgid "user details" msgstr "dettaglio utente" -#: __init__.py:24 +#: __init__.py:28 msgid "edit details" msgstr "modifica dettagli" -#: __init__.py:28 __init__.py:33 +#: __init__.py:32 __init__.py:37 msgid "about" msgstr "informazioni" -#: __init__.py:29 +#: __init__.py:33 msgid "license" msgstr "licenza" @@ -53,7 +54,9 @@ msgstr "Email" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "Inserisci un'indirizzo mail valido e una password. Ricorda che il campo password è case-sensitive" +msgstr "" +"Inserisci un'indirizzo mail valido e una password. Ricorda che il campo " +"password è case-sensitive" #: forms.py:146 msgid "This account is inactive." @@ -99,18 +102,36 @@ msgstr "Verticale" msgid "Landscape" msgstr "Orizontale" -#: models.py:16 +#: models.py:17 msgid "lock field" msgstr "blocca campo" -#: models.py:43 +#: models.py:45 msgid "Anonymous user" msgstr "Utente anonimo" -#: models.py:46 models.py:47 +#: models.py:48 models.py:49 msgid "anonymous user" msgstr "utente anonimo" +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +#, fuzzy +msgid "password" +msgstr "cambia password" + +#: models.py:55 +#, fuzzy +msgid "password hash" +msgstr "Cambia password" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + #: utils.py:295 msgid "function found" msgstr "trovata funzione" @@ -178,20 +199,25 @@ msgstr "La tua password è stata cambiata con successo" msgid "None" msgstr "Nessuno" -#: conf/settings.py:15 +#: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Directory temporanea utilizzata a livello di sito per thumbnails, anteprime " +"e file temporanei. Se non viene specificato, ne verrà creata utilizzando " "tempfile.mkdtemp()" -msgstr "Directory temporanea utilizzata a livello di sito per thumbnails, anteprime e file temporanei. Se non viene specificato, ne verrà creata utilizzando tempfile.mkdtemp()" -#: conf/settings.py:65 +#: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controllo del meccanismo di autenticazione. Le opzioni possibili sono:username,email" +msgstr "" +"Controllo del meccanismo di autenticazione. Le opzioni possibili sono:" +"username,email" -#: conf/settings.py:74 +#: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" msgstr "Consentire agli utenti non autenticati, l'accesso a tutte le viste" @@ -312,7 +338,9 @@ msgstr "Lista di %(stripped_title)s" msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "Lista di %(title)s (%(start)s - %(end)s fuori %(total)s) (Page %(page_number)s of %(total_pages)s)" +msgstr "" +"Lista di %(title)s (%(start)s - %(end)s fuori %(total)s) (Page " +"%(page_number)s of %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/pl/LC_MESSAGES/django.po b/apps/common/locale/pl/LC_MESSAGES/django.po index 817724ad93..2ea8d0f737 100644 --- a/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/apps/common/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic, 2012. # mic , 2012. @@ -10,34 +10,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-02-21 15:17+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" -#: __init__.py:22 +#: __init__.py:26 msgid "change password" msgstr "zmień hasło" -#: __init__.py:23 +#: __init__.py:27 msgid "user details" msgstr "szczegóły konta użytkownika" -#: __init__.py:24 +#: __init__.py:28 msgid "edit details" msgstr "edytuj szczegóły" -#: __init__.py:28 __init__.py:33 +#: __init__.py:32 __init__.py:37 msgid "about" msgstr "informacje o" -#: __init__.py:29 +#: __init__.py:33 msgid "license" msgstr "licencja" @@ -53,7 +55,9 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "Proszę wpisać poprawną nazwę użytkownika i hasło. Uwaga: wielkość liter ma znaczenie." +msgstr "" +"Proszę wpisać poprawną nazwę użytkownika i hasło. Uwaga: wielkość liter ma " +"znaczenie." #: forms.py:146 msgid "This account is inactive." @@ -99,18 +103,36 @@ msgstr "Portrait" msgid "Landscape" msgstr "Landscape" -#: models.py:16 +#: models.py:17 msgid "lock field" msgstr "zablokować pole" -#: models.py:43 +#: models.py:45 msgid "Anonymous user" msgstr "Użytkownik anonimowy" -#: models.py:46 models.py:47 +#: models.py:48 models.py:49 msgid "anonymous user" msgstr "użytkownik anonimowy" +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +#, fuzzy +msgid "password" +msgstr "zmień hasło" + +#: models.py:55 +#, fuzzy +msgid "password hash" +msgstr "Zmiana hasła" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + #: utils.py:295 msgid "function found" msgstr "znaleźć funkcję" @@ -178,20 +200,23 @@ msgstr "Twoje hasło zostało pomyślnie zmienione." msgid "None" msgstr "Brak" -#: conf/settings.py:15 +#: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" -msgstr "Katalog tymczasowy używany do przechowywania całej witryny, miniatur, podglądów i plików tymczasowych. Jeśli nie zostanie określony, zostanie utworzony za pomocą tempfile.mkdtemp ()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Katalog tymczasowy używany do przechowywania całej witryny, miniatur, " +"podglądów i plików tymczasowych. Jeśli nie zostanie określony, zostanie " +"utworzony za pomocą tempfile.mkdtemp ()" -#: conf/settings.py:65 +#: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: conf/settings.py:74 +#: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" msgstr "" @@ -312,7 +337,9 @@ msgstr "Wykaz %(stripped_title)s" msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "Wykaz %(title)s (%(start)s - %(end)s z %(total)s) (Page %(page_number)s z %(total_pages)s)" +msgstr "" +"Wykaz %(title)s (%(start)s - %(end)s z %(total)s) (Page %(page_number)s z " +"%(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/pt/LC_MESSAGES/django.po b/apps/common/locale/pt/LC_MESSAGES/django.po index 1c1a5571ac..e6abf0e6e7 100644 --- a/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/apps/common/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. @@ -9,34 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-07-03 10:18+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:22 +#: __init__.py:26 msgid "change password" msgstr "alterar a senha" -#: __init__.py:23 +#: __init__.py:27 msgid "user details" msgstr "detalhes do utilizador" -#: __init__.py:24 +#: __init__.py:28 msgid "edit details" msgstr "editar detalhes" -#: __init__.py:28 __init__.py:33 +#: __init__.py:32 __init__.py:37 msgid "about" msgstr "sobre" -#: __init__.py:29 +#: __init__.py:33 msgid "license" msgstr "licença" @@ -52,7 +53,9 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "Insira um e-mail e senha corretos, por favor. Note que o campo da senha é sensível a minúsculas e maiúsculas." +msgstr "" +"Insira um e-mail e senha corretos, por favor. Note que o campo da senha é " +"sensível a minúsculas e maiúsculas." #: forms.py:146 msgid "This account is inactive." @@ -98,18 +101,36 @@ msgstr "Retrato" msgid "Landscape" msgstr "Paisagem" -#: models.py:16 +#: models.py:17 msgid "lock field" msgstr "campo de bloqueio" -#: models.py:43 +#: models.py:45 msgid "Anonymous user" msgstr "Utilizador anónimo" -#: models.py:46 models.py:47 +#: models.py:48 models.py:49 msgid "anonymous user" msgstr "utilizador anónimo" +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +#, fuzzy +msgid "password" +msgstr "alterar a senha" + +#: models.py:55 +#, fuzzy +msgid "password hash" +msgstr "Alteração da senha" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + #: utils.py:295 msgid "function found" msgstr "função encontrada" @@ -177,20 +198,25 @@ msgstr "A sua senha foi alterada com êxito." msgid "None" msgstr "Nenhum" -#: conf/settings.py:15 +#: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Diretório temporário usado para armazenar miniaturas, pré-visualização e " +"ficheiros temporários. Se nenhum for especificado, será criado um usando " "tempfile.mkdtemp()" -msgstr "Diretório temporário usado para armazenar miniaturas, pré-visualização e ficheiros temporários. Se nenhum for especificado, será criado um usando tempfile.mkdtemp()" -#: conf/settings.py:65 +#: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controla o mecanismo usado para autenticar o utilizador. As opções são: nome de utilizador, e-mail" +msgstr "" +"Controla o mecanismo usado para autenticar o utilizador. As opções são: nome " +"de utilizador, e-mail" -#: conf/settings.py:74 +#: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" msgstr "Permitir acesso a todas as vistas aos utilizadores não autenticados" @@ -311,7 +337,9 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)" +msgstr "" +"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página " +"%(page_number)s de %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/pt_BR/LC_MESSAGES/django.po b/apps/common/locale/pt_BR/LC_MESSAGES/django.po index 73d31aea27..451669b7e0 100644 --- a/apps/common/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/common/locale/pt_BR/LC_MESSAGES/django.po @@ -1,41 +1,42 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-07-02 03:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" -#: __init__.py:22 +#: __init__.py:26 msgid "change password" msgstr "alterar a senha" -#: __init__.py:23 +#: __init__.py:27 msgid "user details" msgstr "detalhes do usuário" -#: __init__.py:24 +#: __init__.py:28 msgid "edit details" msgstr "editar detalhes" -#: __init__.py:28 __init__.py:33 +#: __init__.py:32 __init__.py:37 msgid "about" msgstr "sobre" -#: __init__.py:29 +#: __init__.py:33 msgid "license" msgstr "licença" @@ -51,7 +52,9 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "Por favor insira o e-mail e senha corretos. Note que os campos de senha são case-sensitive." +msgstr "" +"Por favor insira o e-mail e senha corretos. Note que os campos de senha são " +"case-sensitive." #: forms.py:146 msgid "This account is inactive." @@ -97,18 +100,36 @@ msgstr "Retrato" msgid "Landscape" msgstr "Paisagem" -#: models.py:16 +#: models.py:17 msgid "lock field" msgstr "" -#: models.py:43 +#: models.py:45 msgid "Anonymous user" msgstr "Usuário anônimo" -#: models.py:46 models.py:47 +#: models.py:48 models.py:49 msgid "anonymous user" msgstr "usuário anônimo" +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +#, fuzzy +msgid "password" +msgstr "alterar a senha" + +#: models.py:55 +#, fuzzy +msgid "password hash" +msgstr "Alterar a senha" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + #: utils.py:295 msgid "function found" msgstr "função encontrada" @@ -176,20 +197,25 @@ msgstr "Sua senha foi alterada com êxito." msgid "None" msgstr "Nenhum" -#: conf/settings.py:15 +#: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" -msgstr "Diretório temporário usado para armazenar miniaturas, previews e arquivos temporários. Se nenhum for especificado, um será criado usando tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Diretório temporário usado para armazenar miniaturas, previews e arquivos " +"temporários. Se nenhum for especificado, um será criado usando tempfile." +"mkdtemp()" -#: conf/settings.py:65 +#: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controla o mecanismo usado para usuário autenticado. As opções são: e-mail, nome de usuário," +msgstr "" +"Controla o mecanismo usado para usuário autenticado. As opções são: e-mail, " +"nome de usuário," -#: conf/settings.py:74 +#: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" msgstr "" @@ -310,7 +336,9 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Page %(page_number)s of %(total_pages)s)" +msgstr "" +"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Page %(page_number)s " +"of %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/ru/LC_MESSAGES/django.po b/apps/common/locale/ru/LC_MESSAGES/django.po index bfeac70ef3..d6085a9203 100644 --- a/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/apps/common/locale/ru/LC_MESSAGES/django.po @@ -1,40 +1,42 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-02-03 06:36+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:22 +#: __init__.py:26 msgid "change password" msgstr "Изменение пароля" -#: __init__.py:23 +#: __init__.py:27 msgid "user details" msgstr "сведения о пользователе" -#: __init__.py:24 +#: __init__.py:28 msgid "edit details" msgstr "изменение сведений" -#: __init__.py:28 __init__.py:33 +#: __init__.py:32 __init__.py:37 msgid "about" msgstr "инфо" -#: __init__.py:29 +#: __init__.py:33 msgid "license" msgstr "лицензия" @@ -50,7 +52,9 @@ msgstr "Email" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "Пожалуйста, введите правильный адрес электронной почты и пароль с учетом регистра." +msgstr "" +"Пожалуйста, введите правильный адрес электронной почты и пароль с учетом " +"регистра." #: forms.py:146 msgid "This account is inactive." @@ -96,18 +100,36 @@ msgstr "Портрет" msgid "Landscape" msgstr "Пейзаж" -#: models.py:16 +#: models.py:17 msgid "lock field" msgstr "блокировка поля" -#: models.py:43 +#: models.py:45 msgid "Anonymous user" msgstr "Анонимный пользователь" -#: models.py:46 models.py:47 +#: models.py:48 models.py:49 msgid "anonymous user" msgstr "анонимный пользователь" +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +#, fuzzy +msgid "password" +msgstr "Изменение пароля" + +#: models.py:55 +#, fuzzy +msgid "password hash" +msgstr "Изменение пароля" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + #: utils.py:295 msgid "function found" msgstr "функция найдена" @@ -175,22 +197,28 @@ msgstr "Ваш пароль был изменен." msgid "None" msgstr "Ни один" -#: conf/settings.py:15 +#: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" -msgstr "Временный каталог, используемый сайтом для хранения миниатюр, превью и временных файлов. Если он не указан, он будет создан с использованием tempfile.mkdtemp ()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Временный каталог, используемый сайтом для хранения миниатюр, превью и " +"временных файлов. Если он не указан, он будет создан с использованием " +"tempfile.mkdtemp ()" -#: conf/settings.py:65 +#: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Управление механизмом, используемым для аутентификации пользователя. Возможные варианты: имя пользователя, адрес электронной почты" +msgstr "" +"Управление механизмом, используемым для аутентификации пользователя. " +"Возможные варианты: имя пользователя, адрес электронной почты" -#: conf/settings.py:74 +#: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" -msgstr "Разрешить, не прошедшим проверку, пользователям доступ ко всем представлениям" +msgstr "" +"Разрешить, не прошедшим проверку, пользователям доступ ко всем представлениям" #: templates/403.html:3 templates/403.html.py:7 msgid "Insufficient permissions" @@ -309,7 +337,9 @@ msgstr "Список \"%(stripped_title)s\"" msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "Список %(title)s (%(start)s - %(end)s из %(total)s) (Page %(page_number)s из %(total_pages)s)" +msgstr "" +"Список %(title)s (%(start)s - %(end)s из %(total)s) (Page %(page_number)s из " +"%(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/converter/locale/de_DE/LC_MESSAGES/django.po b/apps/converter/locale/de_DE/LC_MESSAGES/django.po index 264f31ba48..9f60223b47 100644 --- a/apps/converter/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/converter/locale/de_DE/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:15 @@ -905,9 +906,8 @@ msgstr "" #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." msgstr "" #: conf/settings.py:16 @@ -916,8 +916,8 @@ msgstr "" #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." msgstr "" #: conf/settings.py:18 diff --git a/apps/converter/locale/en/LC_MESSAGES/django.po b/apps/converter/locale/en/LC_MESSAGES/django.po index b6b12e8761..c513120949 100644 --- a/apps/converter/locale/en/LC_MESSAGES/django.po +++ b/apps/converter/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/converter/locale/es/LC_MESSAGES/django.po b/apps/converter/locale/es/LC_MESSAGES/django.po index 495909afea..543b771e4a 100644 --- a/apps/converter/locale/es/LC_MESSAGES/django.po +++ b/apps/converter/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-06-17 22:21+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:15 @@ -473,7 +474,8 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -634,19 +636,24 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -906,10 +913,11 @@ msgstr "Ruta de archivo al programa imagemagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." -msgstr "Manejador de conversión a usarse. Opciones son: converter.backends.imagemagick, converter.backends.graphicsmagick y converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +msgstr "" +"Manejador de conversión a usarse. Opciones son: converter.backends." +"imagemagick, converter.backends.graphicsmagick y converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -917,9 +925,11 @@ msgstr "Ruta de acceso al programa de unoconv." #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." -msgstr "Utilizar el método alternativo de conexión a LibreOffice con un tubo, es más lento pero menos propensos a fallos de segmentación." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." +msgstr "" +"Utilizar el método alternativo de conexión a LibreOffice con un tubo, es más " +"lento pero menos propensos a fallos de segmentación." #: conf/settings.py:18 msgid "Path to the libreoffice program." @@ -934,4 +944,6 @@ msgstr "Ayuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Estos son los formatos de archivo apoyados por el servidor del convertidor seleccionado. En este caso: '%(backend)s'" +msgstr "" +"Estos son los formatos de archivo apoyados por el servidor del convertidor " +"seleccionado. En este caso: '%(backend)s'" diff --git a/apps/converter/locale/it/LC_MESSAGES/django.po b/apps/converter/locale/it/LC_MESSAGES/django.po index 8af053a259..4f116068e5 100644 --- a/apps/converter/locale/it/LC_MESSAGES/django.po +++ b/apps/converter/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:15 @@ -473,7 +474,8 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -634,19 +636,24 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -906,10 +913,12 @@ msgstr "File path per il progarmma " #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." -msgstr "Backend da usare per la conversione grafica. Le opzioni sono: converter.backends.imagemagick, converter.backends.graphicsmagick e converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +msgstr "" +"Backend da usare per la conversione grafica. Le opzioni sono: converter." +"backends.imagemagick, converter.backends.graphicsmagick e converter.backends." +"python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -917,9 +926,11 @@ msgstr "Path per il programma unoconv" #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." -msgstr "Utilizzare il metodo alternativo di collegamento a LibreOffice utilizzando questo collegamento, è più lento ma meno soggetto a errori di segmentazione." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." +msgstr "" +"Utilizzare il metodo alternativo di collegamento a LibreOffice utilizzando " +"questo collegamento, è più lento ma meno soggetto a errori di segmentazione." #: conf/settings.py:18 msgid "Path to the libreoffice program." @@ -934,4 +945,6 @@ msgstr "Aiuto" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Questi sono il formati file supportati dal backend selezionato.In questo caso : '%(backend)s'" +msgstr "" +"Questi sono il formati file supportati dal backend selezionato.In questo " +"caso : '%(backend)s'" diff --git a/apps/converter/locale/pl/LC_MESSAGES/django.po b/apps/converter/locale/pl/LC_MESSAGES/django.po index e08061884b..26cfa4bf1f 100644 --- a/apps/converter/locale/pl/LC_MESSAGES/django.po +++ b/apps/converter/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:15 msgid "file formats" @@ -473,7 +475,8 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -906,9 +909,8 @@ msgstr "" #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." msgstr "" #: conf/settings.py:16 @@ -917,8 +919,8 @@ msgstr "" #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." msgstr "" #: conf/settings.py:18 diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.po b/apps/converter/locale/pt/LC_MESSAGES/django.po index 1de4a452d8..dce5aa6fee 100644 --- a/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/apps/converter/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-07-03 10:17+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:15 @@ -475,7 +476,8 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -636,19 +638,24 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -908,10 +915,11 @@ msgstr "Caminho para o programa graphicsmagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." -msgstr "Backend de conversão de gráficos a usar. As opções são: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +msgstr "" +"Backend de conversão de gráficos a usar. As opções são: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -919,9 +927,11 @@ msgstr "Caminho para o programa unoconv." #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." -msgstr "Usar modo de ligação alternativo ao LibreOffice, utilizando um \"pipe\"; é mais lento, mas menos propenso a falhas de segmentação." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." +msgstr "" +"Usar modo de ligação alternativo ao LibreOffice, utilizando um \"pipe\"; é " +"mais lento, mas menos propenso a falhas de segmentação." #: conf/settings.py:18 msgid "Path to the libreoffice program." @@ -936,4 +946,6 @@ msgstr "Ajuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Estes são os formatos de ficheiro suportados pelo conversor selecionado. Neste caso: ' %(backend)s '" +msgstr "" +"Estes são os formatos de ficheiro suportados pelo conversor selecionado. " +"Neste caso: ' %(backend)s '" diff --git a/apps/converter/locale/pt_BR/LC_MESSAGES/django.po b/apps/converter/locale/pt_BR/LC_MESSAGES/django.po index 70d819f200..5b6ed2f2a2 100644 --- a/apps/converter/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/converter/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-07-02 03:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:15 @@ -474,7 +475,8 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -635,19 +637,24 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -907,10 +914,11 @@ msgstr "Caminho do arquivo para o programa graphicsmagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." -msgstr "Gráficos de conversão backend para usar. As opções são: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +msgstr "" +"Gráficos de conversão backend para usar. As opções são: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -918,8 +926,8 @@ msgstr "" #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." msgstr "" #: conf/settings.py:18 @@ -935,4 +943,6 @@ msgstr "Ajuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Estes são os formatos de arquivos suportados pelo servidor conversor selecionado. Neste caso: ' %(backend)s '" +msgstr "" +"Estes são os formatos de arquivos suportados pelo servidor conversor " +"selecionado. Neste caso: ' %(backend)s '" diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.po b/apps/converter/locale/ru/LC_MESSAGES/django.po index db13338347..d64f279476 100644 --- a/apps/converter/locale/ru/LC_MESSAGES/django.po +++ b/apps/converter/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:15 msgid "file formats" @@ -473,7 +475,8 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -634,19 +637,24 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -906,10 +914,11 @@ msgstr "Путь к файлу программs GraphicsMagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." -msgstr "Конвертер графических файлов. Возможные варианты: converter.backends.imagemagick, converter.backends.graphicsmagick и converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +msgstr "" +"Конвертер графических файлов. Возможные варианты: converter.backends." +"imagemagick, converter.backends.graphicsmagick и converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -917,9 +926,11 @@ msgstr "Путь к программе unoconv." #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." -msgstr "Использовать альтернативный способ подключения к LibreOffice использованием конвейера pipe, это медленнее, но менее опасно ошибкой сегментации." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." +msgstr "" +"Использовать альтернативный способ подключения к LibreOffice использованием " +"конвейера pipe, это медленнее, но менее опасно ошибкой сегментации." #: conf/settings.py:18 msgid "Path to the libreoffice program." @@ -934,4 +945,5 @@ msgstr "Помощь" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Эти форматы поддерживают выбранный конвертер. Сейчас это: '%(backend)s'" +msgstr "" +"Эти форматы поддерживают выбранный конвертер. Сейчас это: '%(backend)s'" diff --git a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po index e7b2f3bdbc..3b0f3affe5 100644 --- a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 11:04+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 views.py:66 @@ -76,7 +77,9 @@ msgstr "Signatur Fehler." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "Das Dokument ist signiert, aber kein öffentlicher Schlüssel zur Überprüfung verfügbar." +msgstr "" +"Das Dokument ist signiert, aber kein öffentlicher Schlüssel zur Überprüfung " +"verfügbar." #: api.py:69 msgid "Document is signed, and signature is good." @@ -96,7 +99,9 @@ msgstr "Begriff" #: forms.py:8 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "Name, E-Mail-, Schlüssel-ID oder Fingerabdruck des Schlüssels der gesucht wird." +msgstr "" +"Name, E-Mail-, Schlüssel-ID oder Fingerabdruck des Schlüssels der gesucht " +"wird." #: permissions.py:7 msgid "Key management" @@ -135,7 +140,8 @@ msgstr "Schlüssel importieren" #: views.py:52 #, python-format msgid "Are you sure you wish to import key id: %s?" -msgstr "Sind Sie sicher, dass Sie folgende Schlüssel-ID importieren möchten:%s?" +msgstr "" +"Sind Sie sicher, dass Sie folgende Schlüssel-ID importieren möchten:%s?" #: views.py:77 msgid "Key ID" @@ -160,7 +166,10 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "Sind Sie sicher, dass Sie den Schlüssel löschen wollen :%s? Wenn Sie einen öffentlichen Schlüssel, der Teil eines öffentlichen/privaten Paar ist, zu löschen versuchen, wir der private Schlüssel ebenfalls gelöscht." +msgstr "" +"Sind Sie sicher, dass Sie den Schlüssel löschen wollen :%s? Wenn Sie einen " +"öffentlichen Schlüssel, der Teil eines öffentlichen/privaten Paar ist, zu " +"löschen versuchen, wir der private Schlüssel ebenfalls gelöscht." #: views.py:128 msgid "Query key server" diff --git a/apps/django_gpg/locale/en/LC_MESSAGES/django.po b/apps/django_gpg/locale/en/LC_MESSAGES/django.po index 2f160364df..c12c67a15d 100644 --- a/apps/django_gpg/locale/en/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/django_gpg/locale/es/LC_MESSAGES/django.po b/apps/django_gpg/locale/es/LC_MESSAGES/django.po index afc3e5a0c9..3ccc0e5106 100644 --- a/apps/django_gpg/locale/es/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-02 18:37+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 views.py:66 @@ -76,7 +77,9 @@ msgstr "Error de firma." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "El document ha sido firmado pero no hay llave pública disponible para verificación." +msgstr "" +"El document ha sido firmado pero no hay llave pública disponible para " +"verificación." #: api.py:69 msgid "Document is signed, and signature is good." @@ -96,7 +99,9 @@ msgstr "Término" #: forms.py:8 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "Nombre, dirección de correo electrónico, identificador de llave or huella digital de llave a buscar." +msgstr "" +"Nombre, dirección de correo electrónico, identificador de llave or huella " +"digital de llave a buscar." #: permissions.py:7 msgid "Key management" @@ -160,7 +165,10 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "¿Esta seguro que desea borrar la llave: %s? Si trata de borrar una llave pública que es parte de un par público/privado la llave privada será borrada también." +msgstr "" +"¿Esta seguro que desea borrar la llave: %s? Si trata de borrar una llave " +"pública que es parte de un par público/privado la llave privada será borrada " +"también." #: views.py:128 msgid "Query key server" @@ -208,8 +216,12 @@ msgstr "Identidades" #: conf/settings.py:15 msgid "List of keyservers to be queried for unknown keys." -msgstr "Lista de servidores de llaves a ser utilizados para buscar llaves desconocidas." +msgstr "" +"Lista de servidores de llaves a ser utilizados para buscar llaves " +"desconocidas." #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "Directorio de inicio utilizado para almacenar las llaves, así como los archivos de configuración." +msgstr "" +"Directorio de inicio utilizado para almacenar las llaves, así como los " +"archivos de configuración." diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.po b/apps/django_gpg/locale/it/LC_MESSAGES/django.po index 1ddf69508a..5f43af7183 100644 --- a/apps/django_gpg/locale/it/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-03-21 13:33+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 views.py:66 @@ -77,7 +78,9 @@ msgstr "Errore di firma" #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "Il documento è stato firmato, ma la chiave pubblica non è disponibile per la verifica" +msgstr "" +"Il documento è stato firmato, ma la chiave pubblica non è disponibile per la " +"verifica" #: api.py:69 msgid "Document is signed, and signature is good." @@ -161,7 +164,10 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "Sei sicuro di voler cancellare la chiave: %s? Se provi a cancellare una chiave pubblica che è parte di una coppia publica/privata anche la chiave privata sarà cancellata" +msgstr "" +"Sei sicuro di voler cancellare la chiave: %s? Se provi a cancellare una " +"chiave pubblica che è parte di una coppia publica/privata anche la chiave " +"privata sarà cancellata" #: views.py:128 msgid "Query key server" @@ -213,4 +219,6 @@ msgstr "Lista di server per chiavi che si possono interrogare." #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "Home directory utilizzata per memorizzare le chiavi così come i file di configurazione." +msgstr "" +"Home directory utilizzata per memorizzare le chiavi così come i file di " +"configurazione." diff --git a/apps/django_gpg/locale/pl/LC_MESSAGES/django.po b/apps/django_gpg/locale/pl/LC_MESSAGES/django.po index 56a1b1f4fb..85d72ddb58 100644 --- a/apps/django_gpg/locale/pl/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-21 20:34+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:14 views.py:66 msgid "private keys" @@ -76,7 +78,9 @@ msgstr "Błąd podpisu." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "Dokument został podpisany, ale klucz publiczny nie jest dostępny do weryfikacji." +msgstr "" +"Dokument został podpisany, ale klucz publiczny nie jest dostępny do " +"weryfikacji." #: api.py:69 msgid "Document is signed, and signature is good." @@ -160,7 +164,10 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "Czy na pewno chcesz usunąć klucz:%s? Jeśli próbujesz usunąć klucza publiczny, który jest częścią pary publiczny / prywatny klucz prywatny zostanie usunięty również." +msgstr "" +"Czy na pewno chcesz usunąć klucz:%s? Jeśli próbujesz usunąć klucza " +"publiczny, który jest częścią pary publiczny / prywatny klucz prywatny " +"zostanie usunięty również." #: views.py:128 msgid "Query key server" @@ -212,4 +219,5 @@ msgstr "List of keyservers to be queried for unknown keys." #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "Katalog domowy używany do przechowywania kluczy oraz plików konfiguracyjnych." +msgstr "" +"Katalog domowy używany do przechowywania kluczy oraz plików konfiguracyjnych." diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po index 6d25799e26..2a1be84cb9 100644 --- a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-03 18:16+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 views.py:66 @@ -77,7 +78,9 @@ msgstr "Erro de assinatura." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "O documento está assinado, mas não está disponível uma chave pública para verificação." +msgstr "" +"O documento está assinado, mas não está disponível uma chave pública para " +"verificação." #: api.py:69 msgid "Document is signed, and signature is good." @@ -161,7 +164,10 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "Tem a certeza de que pretende excluir a chave: %s? Se tentar excluir uma chave pública que faça parte de um par chave pública / chave privada, a chave privada também será excluída." +msgstr "" +"Tem a certeza de que pretende excluir a chave: %s? Se tentar excluir uma " +"chave pública que faça parte de um par chave pública / chave privada, a " +"chave privada também será excluída." #: views.py:128 msgid "Query key server" diff --git a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po index c2de637252..58b08383fc 100644 --- a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:14 views.py:66 diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.po b/apps/django_gpg/locale/ru/LC_MESSAGES/django.po index 59d11d6ecc..bdd11ade86 100644 --- a/apps/django_gpg/locale/ru/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-03 05:10+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:14 views.py:66 msgid "private keys" @@ -160,7 +162,9 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "Вы уверены, что хотите удалить ключ %s? Если вы удалите открытый ключ то соответствующий ему закрытый ключ тоже будет удалён." +msgstr "" +"Вы уверены, что хотите удалить ключ %s? Если вы удалите открытый ключ то " +"соответствующий ему закрытый ключ тоже будет удалён." #: views.py:128 msgid "Query key server" @@ -212,4 +216,6 @@ msgstr "Список ключевых серверов для запроса н #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "Домашний каталог, используемый для хранения ключей, а также файлов конфигурации." +msgstr "" +"Домашний каталог, используемый для хранения ключей, а также файлов " +"конфигурации." diff --git a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po index a9f1c32836..9160cb9b10 100644 --- a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 18:09+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/en/LC_MESSAGES/django.po b/apps/document_comments/locale/en/LC_MESSAGES/django.po index 94357eeb3d..c32924f35e 100644 --- a/apps/document_comments/locale/en/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/document_comments/locale/es/LC_MESSAGES/django.po b/apps/document_comments/locale/es/LC_MESSAGES/django.po index c2b2b9d2e1..df0746c501 100644 --- a/apps/document_comments/locale/es/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/es/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/it/LC_MESSAGES/django.po b/apps/document_comments/locale/it/LC_MESSAGES/django.po index 66dde86e8a..1f6347649b 100644 --- a/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/pl/LC_MESSAGES/django.po b/apps/document_comments/locale/pl/LC_MESSAGES/django.po index 2019d36e5e..e15314c866 100644 --- a/apps/document_comments/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,16 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-21 14:50+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:19 __init__.py:20 msgid "delete" diff --git a/apps/document_comments/locale/pt/LC_MESSAGES/django.po b/apps/document_comments/locale/pt/LC_MESSAGES/django.po index 8fcd125c86..f22c9f31ad 100644 --- a/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 11:57+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po index 780abae782..f54dcad7fe 100644 --- a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/ru/LC_MESSAGES/django.po b/apps/document_comments/locale/ru/LC_MESSAGES/django.po index 608c8f983a..2a5ae5836e 100644 --- a/apps/document_comments/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:19 __init__.py:20 msgid "delete" diff --git a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po index f05ec0a19d..ebfd9f96ed 100644 --- a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-12 09:24+0000\n" "Last-Translator: tilmannsittig \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 @@ -78,7 +79,9 @@ msgstr "Fehler Dokument-Index-Updateausdruck: %(expression)s; %(exception)s" #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Fehler beim Aktualisieren des Dokumenten-Index, Ausdruck: %(expression)s; %(exception)s" +msgstr "" +"Fehler beim Aktualisieren des Dokumenten-Index, Ausdruck: %(expression)s; " +"%(exception)s" #: api.py:149 #, python-format @@ -95,7 +98,9 @@ msgstr "Dokumenten-Index-Verzeichnis kann nicht erstellt werden: %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "Erstellen der symb. Verknüpfung nicht möglich, Datei existiert und kann nicht gelöscht werden: %(filepath)s; %(exc)s" +msgstr "" +"Erstellen der symb. Verknüpfung nicht möglich, Datei existiert und kann " +"nicht gelöscht werden: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -138,9 +143,10 @@ msgid "enabled" msgstr "aktiviert" #: models.py:19 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Sorgt dafür, dass der Index sichtbar ist und aktualisiert wird, wenn sich die Inhalte der Dokumente ändern." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Sorgt dafür, dass der Index sichtbar ist und aktualisiert wird, wenn sich " +"die Inhalte der Dokumente ändern." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 #: views.py:198 views.py:228 views.py:268 @@ -153,11 +159,14 @@ msgstr "Indizierungs-Ausdruck" #: models.py:48 msgid "Enter a python string expression to be evaluated." -msgstr "Geben Sie einen python-String-Ausdruck an, der ausgewertet werden soll." +msgstr "" +"Geben Sie einen python-String-Ausdruck an, der ausgewertet werden soll." #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Sorgt dafür, dass dieser Knoten sichtbar ist und aktualisiert wird, wenn sich die Inhalte der Dokumente ändern." +msgstr "" +"Sorgt dafür, dass dieser Knoten sichtbar ist und aktualisiert wird, wenn " +"sich die Inhalte der Dokumente ändern." #: models.py:51 msgid "link documents" @@ -165,9 +174,11 @@ msgstr "Dokumente verknüpfen" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Wählen Sie diese Option, wenn der Knoten als Ordner für Dokumente und nicht als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Wählen Sie diese Option, wenn der Knoten als Ordner für Dokumente und nicht " +"als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll." #: models.py:57 models.py:63 msgid "index template node" @@ -333,7 +344,8 @@ msgstr "Sind Sie sicher, dass Sie alle Indices neu erstellen möchten?" #: views.py:367 msgid "On large databases this operation may take some time to execute." -msgstr "Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen." +msgstr "" +"Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen." #: views.py:373 msgid "Index rebuild completed successfully." @@ -351,8 +363,8 @@ msgstr "Indices enthalten: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: templates/indexing_help.html:3 @@ -361,4 +373,5 @@ msgstr "Was sind Indices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "Indices gruppieren Dokumente in eine baumartige, hierarchische Struktur." +msgstr "" +"Indices gruppieren Dokumente in eine baumartige, hierarchische Struktur." diff --git a/apps/document_indexing/locale/en/LC_MESSAGES/django.po b/apps/document_indexing/locale/en/LC_MESSAGES/django.po index 5bf5011a42..ab61bbb9da 100644 --- a/apps/document_indexing/locale/en/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/document_indexing/locale/es/LC_MESSAGES/django.po b/apps/document_indexing/locale/es/LC_MESSAGES/django.po index a75c920e0b..1fe6d6305e 100644 --- a/apps/document_indexing/locale/es/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-12 19:28+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 @@ -72,13 +73,17 @@ msgstr "Cuenta máxima de sufijo (%s) alcanzada." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Error en la expresión de actualización de indexación: %(expression)s; %(exception)s " +msgstr "" +"Error en la expresión de actualización de indexación: %(expression)s; " +"%(exception)s " #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Error actualizando el indice de documento, expresión: %(expression)s; %(exception)s " +msgstr "" +"Error actualizando el indice de documento, expresión: %(expression)s; " +"%(exception)s " #: api.py:149 #, python-format @@ -95,7 +100,9 @@ msgstr "No se puede crear el directorio de indexación; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "No se puede crear un enlace simbólico, el archivo existe y no puede eliminarse: %(filepath)s; %(exc)s " +msgstr "" +"No se puede crear un enlace simbólico, el archivo existe y no puede " +"eliminarse: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format @@ -138,9 +145,10 @@ msgid "enabled" msgstr "habilitado" #: models.py:19 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Hace que este índice sea visible y actualizado cuando los datos de documentos cambien." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Hace que este índice sea visible y actualizado cuando los datos de " +"documentos cambien." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 #: views.py:198 views.py:228 views.py:268 @@ -157,7 +165,9 @@ msgstr "Introduzca una expresión de python para ser evaluada." #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Causa que este nodo sea visible y actualizado cuando los datos de los documentos son cambiados." +msgstr "" +"Causa que este nodo sea visible y actualizado cuando los datos de los " +"documentos son cambiados." #: models.py:51 msgid "link documents" @@ -165,9 +175,11 @@ msgstr "enlace de documentos" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Marque esta opción para que el nodo actue como un contenedor de documentos y no como un padre para mas nodos secundarios." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Marque esta opción para que el nodo actue como un contenedor de documentos y " +"no como un padre para mas nodos secundarios." #: models.py:57 models.py:63 msgid "index template node" @@ -333,7 +345,9 @@ msgstr "¿Está seguro que desea reconstruir todos los índices?" #: views.py:367 msgid "On large databases this operation may take some time to execute." -msgstr "En bases de datos de gran tamaño esta operación puede tardar algún tiempo en ejecutarse." +msgstr "" +"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en " +"ejecutarse." #: views.py:373 msgid "Index rebuild completed successfully." @@ -351,9 +365,11 @@ msgstr "índices que contienen: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Un diccionario que asigna el nombre del índice y en qué parte del sistema de archivos dicho índice se va a reflejar." +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Un diccionario que asigna el nombre del índice y en qué parte del sistema de " +"archivos dicho índice se va a reflejar." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -361,4 +377,5 @@ msgstr "¿Que son los índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "Los índices agrupan documentos en una estructura jerárquica tipo árbol. " +msgstr "" +"Los índices agrupan documentos en una estructura jerárquica tipo árbol. " diff --git a/apps/document_indexing/locale/it/LC_MESSAGES/django.po b/apps/document_indexing/locale/it/LC_MESSAGES/django.po index 373fbe9595..13f063fe92 100644 --- a/apps/document_indexing/locale/it/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-08 07:25+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 @@ -74,13 +75,17 @@ msgstr "Massimo dei suffissi contati (%s) ." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Errore nella creazione dell'indice per l'espressione: %(expression)s; %(exception)s" +msgstr "" +"Errore nella creazione dell'indice per l'espressione: %(expression)s; " +"%(exception)s" #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Errore nell'aggiornamento delle'indice documento per l'espressione: %(expression)s; %(exception)s" +msgstr "" +"Errore nell'aggiornamento delle'indice documento per l'espressione: " +"%(expression)s; %(exception)s" #: api.py:149 #, python-format @@ -97,7 +102,9 @@ msgstr "Impossibile creare la directory per gli indici; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "Impossibile creare un link simbolico, il file già esiste e non può essere cancellato: %(filepath)s; %(exc)s" +msgstr "" +"Impossibile creare un link simbolico, il file già esiste e non può essere " +"cancellato: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -140,9 +147,10 @@ msgid "enabled" msgstr "abilitato" #: models.py:19 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Fa sì che questo indice possa essere visibile e aggiornato quando i dati del documento cambiano." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Fa sì che questo indice possa essere visibile e aggiornato quando i dati del " +"documento cambiano." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 #: views.py:198 views.py:228 views.py:268 @@ -159,7 +167,9 @@ msgstr "Inserisci una espressione python perchè possa essere valutata." #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del documento cambiano." +msgstr "" +"Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del " +"documento cambiano." #: models.py:51 msgid "link documents" @@ -167,9 +177,11 @@ msgstr "link al documento" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Selezionare questa opzione per questo specifico nodo quale contenitore per i documenti e non come un genitore per ulteriori nodi." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Selezionare questa opzione per questo specifico nodo quale contenitore per i " +"documenti e non come un genitore per ulteriori nodi." #: models.py:57 models.py:63 msgid "index template node" @@ -335,7 +347,9 @@ msgstr "Sei sicuro di voler ricostruire l'indice ?" #: views.py:367 msgid "On large databases this operation may take some time to execute." -msgstr "Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di tempo." +msgstr "" +"Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di " +"tempo." #: views.py:373 msgid "Index rebuild completed successfully." @@ -353,9 +367,11 @@ msgstr "Gli indici contengono: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Un dizionario che associa il nome dell'indice e dove sul filesystem verrà copiato." +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Un dizionario che associa il nome dell'indice e dove sul filesystem verrà " +"copiato." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -363,4 +379,6 @@ msgstr "Cosa sono gli indici ?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "Gli Indici dei documenti rappresentano , nella forma di albero, la struttura gerarchica dei documenti stessi.." +msgstr "" +"Gli Indici dei documenti rappresentano , nella forma di albero, la struttura " +"gerarchica dei documenti stessi.." diff --git a/apps/document_indexing/locale/pl/LC_MESSAGES/django.po b/apps/document_indexing/locale/pl/LC_MESSAGES/django.po index 5d1b3cf691..7464fb9741 100644 --- a/apps/document_indexing/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-21 20:50+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 #: views.py:283 @@ -72,13 +74,15 @@ msgstr "Maximum suffix (%s) count reached." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Error in document indexing update expression: %(expression)s; %(exception)s" +msgstr "" +"Error in document indexing update expression: %(expression)s; %(exception)s" #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "" +"Error updating document index, expression: %(expression)s; %(exception)s" #: api.py:149 #, python-format @@ -95,7 +99,9 @@ msgstr "Nie można utworzyć katalogu indeksowania;%s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "Nie można utworzyć dowiązania symbolicznego, plik istnieje i nie może zostać usunięty: %(filepath)s ; %(exc)s " +msgstr "" +"Nie można utworzyć dowiązania symbolicznego, plik istnieje i nie może zostać " +"usunięty: %(filepath)s ; %(exc)s " #: filesystem.py:71 #, python-format @@ -138,9 +144,10 @@ msgid "enabled" msgstr "włączony" #: models.py:19 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany danych dokumentów." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany " +"danych dokumentów." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 #: views.py:198 views.py:228 views.py:268 @@ -165,9 +172,11 @@ msgstr "link documents" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." #: models.py:57 models.py:63 msgid "index template node" @@ -351,8 +360,8 @@ msgstr "indeksy zawierające:%s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: templates/indexing_help.html:3 diff --git a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po index 5ed493de3f..eee6c9461b 100644 --- a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-03 18:47+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 @@ -73,13 +74,17 @@ msgstr "Contagem máxima do sufixo (%s) alcançada." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Erro na expressão de atualização de indexação de documentos: %(expression)s; %(exception)s " +msgstr "" +"Erro na expressão de atualização de indexação de documentos: %(expression)s; " +"%(exception)s " #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Erro ao atualizar índice de documentos, expressão: %(expression)s ; %(exception)s " +msgstr "" +"Erro ao atualizar índice de documentos, expressão: %(expression)s ; " +"%(exception)s " #: api.py:149 #, python-format @@ -96,7 +101,9 @@ msgstr "Não é possível criar o diretório de indexação; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser excluído: %(filepath)s; %(exc)s " +msgstr "" +"Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser " +"excluído: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format @@ -139,9 +146,10 @@ msgid "enabled" msgstr "habilitado" #: models.py:19 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Faz com que este índice seja visível e atualizado quando os dados do documento forem alterados." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Faz com que este índice seja visível e atualizado quando os dados do " +"documento forem alterados." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 #: views.py:198 views.py:228 views.py:268 @@ -158,7 +166,9 @@ msgstr "Digite uma expressão python para ser avaliada." #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Faz com que este nó seja visível e atualizado quando os dados do documento forem alterados." +msgstr "" +"Faz com que este nó seja visível e atualizado quando os dados do documento " +"forem alterados." #: models.py:51 msgid "link documents" @@ -166,9 +176,11 @@ msgstr "ligar documentos" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Escolha esta opção para que este nó atue como contentor para documentos e não como pai de outros nós." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Escolha esta opção para que este nó atue como contentor para documentos e " +"não como pai de outros nós." #: models.py:57 models.py:63 msgid "index template node" @@ -352,9 +364,11 @@ msgstr "índices contendo: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Um dicionário que mapeia o nome do índice com o local no sistema de ficheiros onde será espelhado." +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Um dicionário que mapeia o nome do índice com o local no sistema de " +"ficheiros onde será espelhado." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -362,4 +376,5 @@ msgstr "O que são índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "Os índices agrupam documentos numa árvore como uma estrutura hierárquica." +msgstr "" +"Os índices agrupam documentos numa árvore como uma estrutura hierárquica." diff --git a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po index e2e9c79bad..32473d401e 100644 --- a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 @@ -72,13 +73,17 @@ msgstr "Quantidade máxima do sufixo (%s) alcançada." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Erro de atualização na expressão de indexação do documento: %(expression)s; %(exception)s " +msgstr "" +"Erro de atualização na expressão de indexação do documento: %(expression)s; " +"%(exception)s " #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Erro de atualização de índice do documento, a expressão: %(expression)s ; %(exception)s " +msgstr "" +"Erro de atualização de índice do documento, a expressão: %(expression)s ; " +"%(exception)s " #: api.py:149 #, python-format @@ -95,7 +100,9 @@ msgstr "Não é possível criar o diretório de indexação; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "Não é possível criar o link simbólico, o arquivo existe e não pode ser excluído: %(filepath)s; %(exc)s " +msgstr "" +"Não é possível criar o link simbólico, o arquivo existe e não pode ser " +"excluído: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format @@ -138,8 +145,7 @@ msgid "enabled" msgstr "habilitado" #: models.py:19 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 @@ -165,8 +171,8 @@ msgstr "ligar documentos" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" #: models.py:57 models.py:63 @@ -333,7 +339,8 @@ msgstr "Tem certeza de que deseja reconstruir todos os índices?" #: views.py:367 msgid "On large databases this operation may take some time to execute." -msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "" +"Em grandes bases de dados esta operação pode levar algum tempo para executar." #: views.py:373 msgid "Index rebuild completed successfully." @@ -351,8 +358,8 @@ msgstr "índices contendo: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: templates/indexing_help.html:3 @@ -361,4 +368,5 @@ msgstr "Quais são os índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "Indexar documentos agrupados em uma árvore como uma estrutura hierárquica." +msgstr "" +"Indexar documentos agrupados em uma árvore como uma estrutura hierárquica." diff --git a/apps/document_indexing/locale/ru/LC_MESSAGES/django.po b/apps/document_indexing/locale/ru/LC_MESSAGES/django.po index 3f7b14500a..709459227f 100644 --- a/apps/document_indexing/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-27 04:22+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 #: views.py:283 @@ -72,13 +74,17 @@ msgstr "Достигнуто максимальное (%s) число суффи #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Ошибка в выражении обновления индексов документа: %(expression)s; %(exception)s" +msgstr "" +"Ошибка в выражении обновления индексов документа: %(expression)s; " +"%(exception)s" #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Ошибка при обновлении индекса документа, выражение: %(expression)s; %(exception)s" +msgstr "" +"Ошибка при обновлении индекса документа, выражение: %(expression)s; " +"%(exception)s" #: api.py:149 #, python-format @@ -95,7 +101,9 @@ msgstr "Не удается создать индексации каталога msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "Невозможно создать символическую ссылку, файл существует и не может быть удален: %(filepath)s; %(exc)s" +msgstr "" +"Невозможно создать символическую ссылку, файл существует и не может быть " +"удален: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -138,9 +146,9 @@ msgid "enabled" msgstr "разрешено" #: models.py:19 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Этот индекс должен быть видимым и обновляться при изменении данных документа." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Этот индекс должен быть видимым и обновляться при изменении данных документа." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 #: views.py:198 views.py:228 views.py:268 @@ -157,7 +165,8 @@ msgstr "Введите строковое выражение питона для #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Этот узел должен быть видимым и обновляются при изменении данных документа." +msgstr "" +"Этот узел должен быть видимым и обновляются при изменении данных документа." #: models.py:51 msgid "link documents" @@ -165,9 +174,10 @@ msgstr "связать документы" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Этот узел будет контейнером для документов и не будет иметь дочерних узлов." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Этот узел будет контейнером для документов и не будет иметь дочерних узлов." #: models.py:57 models.py:63 msgid "index template node" @@ -333,7 +343,9 @@ msgstr "Вы уверены, что хотите перестроить все #: views.py:367 msgid "On large databases this operation may take some time to execute." -msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." +msgstr "" +"В больших базах данных эта операция может занять некоторое время для " +"выполнения." #: views.py:373 msgid "Index rebuild completed successfully." @@ -351,9 +363,11 @@ msgstr "индексы, содержащие: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Словарь, который отображает имя индекса и где на файловой системе он будет отражен." +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Словарь, который отображает имя индекса и где на файловой системе он будет " +"отражен." #: templates/indexing_help.html:3 msgid "What are indexes?" diff --git a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po index 887786a2f8..2370004d0a 100644 --- a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-05-05 10:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/en/LC_MESSAGES/django.po b/apps/document_signatures/locale/en/LC_MESSAGES/django.po index 1242830803..4539529a2f 100644 --- a/apps/document_signatures/locale/en/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/document_signatures/locale/es/LC_MESSAGES/django.po b/apps/document_signatures/locale/es/LC_MESSAGES/django.po index 3fafa2f8fa..73c7365da9 100644 --- a/apps/document_signatures/locale/es/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-02 18:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/it/LC_MESSAGES/django.po b/apps/document_signatures/locale/it/LC_MESSAGES/django.po index 7407cced9c..823a4eb056 100644 --- a/apps/document_signatures/locale/it/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-08 07:20+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/pl/LC_MESSAGES/django.po b/apps/document_signatures/locale/pl/LC_MESSAGES/django.po index 4f84487226..d10e2b8f89 100644 --- a/apps/document_signatures/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-21 20:53+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:83 msgid "upload signature" diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po index 8a9af056ac..bed4db719e 100644 --- a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 20:53+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po index dbad6c322f..d1474d3f77 100644 --- a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po index 4f3448e7ca..9fb4a97e0b 100644 --- a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-03 06:43+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:83 msgid "upload signature" diff --git a/apps/documents/locale/de_DE/LC_MESSAGES/django.po b/apps/documents/locale/de_DE/LC_MESSAGES/django.po index 8bf4231922..cb95ad11ff 100644 --- a/apps/documents/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/documents/locale/de_DE/LC_MESSAGES/django.po @@ -1,218 +1,275 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-30 08:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:63 +#: __init__.py:55 msgid "all documents" msgstr "Alle Dokumente" -#: __init__.py:64 models.py:669 views.py:871 +#: __init__.py:56 models.py:669 views.py:870 msgid "recent documents" msgstr "Letzte Dokumente" -#: __init__.py:65 +#: __init__.py:57 msgid "upload new documents" msgstr "neues Dokument hochladen" -#: __init__.py:66 +#: __init__.py:58 msgid "clone metadata" msgstr "dupliziere Metadaten" -#: __init__.py:67 +#: __init__.py:59 msgid "details" msgstr "Details" -#: __init__.py:68 +#: __init__.py:60 msgid "properties" msgstr "Eigenschaften" -#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 -#: __init__.py:122 +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 msgid "delete" msgstr "Lösche" -#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 msgid "edit" msgstr "Bearbeite" -#: __init__.py:72 +#: __init__.py:64 msgid "preview" msgstr "Vorschau" -#: __init__.py:73 __init__.py:74 __init__.py:75 +#: __init__.py:65 __init__.py:66 __init__.py:67 msgid "download" msgstr "Herunterladen" -#: __init__.py:76 +#: __init__.py:68 msgid "find duplicates" msgstr "finde Duplikate" -#: __init__.py:77 +#: __init__.py:69 msgid "find all duplicates" msgstr "finde alle Duplikate" -#: __init__.py:77 +#: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "Suche nach der Prüfsumme in allen Dokumenten und gebe Liste mit exakten Treffen zurück." +msgstr "" +"Suche nach der Prüfsumme in allen Dokumenten und gebe Liste mit exakten " +"Treffen zurück." -#: __init__.py:78 +#: __init__.py:70 msgid "update office documents' page count" msgstr "Aktualisieren der Seitenzahlen von Office-Dokumenten" -#: __init__.py:78 +#: __init__.py:70 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Aktualisiert die Seitenzahlen von Office-Dokumenten. Dies ist nützlich, wenn Office-Dokumenten Support aktiviert wird, nachdem schon entsprechende Dokumente in der Datenbank gespeichert sind." +msgstr "" +"Aktualisiert die Seitenzahlen von Office-Dokumenten. Dies ist nützlich, wenn " +"Office-Dokumenten Support aktiviert wird, nachdem schon entsprechende " +"Dokumente in der Datenbank gespeichert sind." -#: __init__.py:79 __init__.py:80 +#: __init__.py:71 __init__.py:72 msgid "clear transformations" msgstr "Lösche Transformationen" -#: __init__.py:81 +#: __init__.py:73 msgid "print" msgstr "Drucke" -#: __init__.py:82 +#: __init__.py:74 msgid "history" msgstr "Verlauf" -#: __init__.py:83 +#: __init__.py:75 msgid "Find missing document files" msgstr "Suche fehlende Dokumenten Dateien" -#: __init__.py:86 +#: __init__.py:78 msgid "Clear the document image cache" msgstr "Bereinige den Dokumenten Bilder Cache" -#: __init__.py:86 +#: __init__.py:78 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "Bereinige die grafische Darstellung die benutzt wird um die Dokumenten Darstellung und interaktive Transformations Ausgabe zu beschleunigen." +msgstr "" +"Bereinige die grafische Darstellung die benutzt wird um die Dokumenten " +"Darstellung und interaktive Transformations Ausgabe zu beschleunigen." -#: __init__.py:89 +#: __init__.py:81 msgid "page transformations" msgstr "Seiten Transformationen" -#: __init__.py:90 +#: __init__.py:82 msgid "create new transformation" msgstr "Erstelle neue Transformation" -#: __init__.py:94 +#: __init__.py:86 msgid "page image" msgstr "Seiten Bild" -#: __init__.py:95 +#: __init__.py:87 msgid "page text" msgstr "Seiten Text" -#: __init__.py:96 +#: __init__.py:88 msgid "edit page text" msgstr "Bearbeite Seiten Text" -#: __init__.py:97 +#: __init__.py:89 msgid "next page" msgstr "Nächste Seite" -#: __init__.py:98 +#: __init__.py:90 msgid "previous page" msgstr "Vorherige Seite" -#: __init__.py:99 +#: __init__.py:91 msgid "first page" msgstr "Erste Seite" -#: __init__.py:100 +#: __init__.py:92 msgid "last page" msgstr "Letzte Seite" -#: __init__.py:101 +#: __init__.py:93 msgid "zoom in" msgstr "Zoom In" -#: __init__.py:102 +#: __init__.py:94 msgid "zoom out" msgstr "Zoom Out" -#: __init__.py:103 +#: __init__.py:95 msgid "rotate right" msgstr "Drehe rechts" -#: __init__.py:104 +#: __init__.py:96 msgid "rotate left" msgstr "Drehe links" -#: __init__.py:105 +#: __init__.py:97 msgid "reset view" msgstr "Ansicht zurücksetzen" -#: __init__.py:108 +#: __init__.py:100 msgid "versions" msgstr "Version" -#: __init__.py:109 +#: __init__.py:101 msgid "revert" msgstr "Rückgängig machen" -#: __init__.py:112 +#: __init__.py:104 msgid "document type list" msgstr "Dokumenten Typen Liste" -#: __init__.py:113 views.py:1050 +#: __init__.py:105 views.py:1049 msgid "document types" msgstr "Dokumente Typen" -#: __init__.py:114 +#: __init__.py:106 msgid "documents of this type" msgstr "Dokumente des Typs" -#: __init__.py:117 views.py:1161 +#: __init__.py:109 views.py:1160 msgid "create document type" msgstr "Erstelle Dokumenten Typ" -#: __init__.py:119 +#: __init__.py:111 msgid "filenames" msgstr "Dateiname" -#: __init__.py:120 +#: __init__.py:112 msgid "add filename to document type" msgstr "füge Dateiname zu Dokument hinzu" -#: __init__.py:164 permissions.py:7 +#: __init__.py:156 permissions.py:7 msgid "Documents" msgstr "Dokument" -#: __init__.py:166 __init__.py:179 models.py:91 views.py:79 +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 msgid "documents" msgstr "Dokumente" -#: __init__.py:169 +#: __init__.py:161 msgid "thumbnail" msgstr "Thumbnail" -#: __init__.py:172 +#: __init__.py:164 msgid "metadata" msgstr "Metadaten" +#: events.py:7 +msgid "Document creation" +msgstr "Dokument erzeugen" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Dokument \"%(content_object)s\" erstellt von %(fullname)s." + +#: events.py:9 +#, python-format +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Dokument \"%(content_object)s\" erstellt am %(datetime)s, von %(fullname)s." + +#: events.py:13 +msgid "Document edited" +msgstr "Dokument bearbeitet" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Dokument \"%(content_object)s\" bearbeitet von %(fullname)s." + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Dokument \"%(content_object)s\" wurde bearbeitet am %(datetime)s, von " +"%(fullname)s. Die folgenden Veränderungen wurden durchgeführt: %(changes)s." + +#: events.py:22 +msgid "Document deleted" +msgstr "Dokument gelöscht" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Dokument \"%(document)s\" durch %(fullname)s gelöscht." + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "" +"Dokument \"%(document)s\" am %(datetime)s, durch %(fullname)s gelöscht." + #: forms.py:63 msgid "Page image" msgstr "Seiten Bild" @@ -279,69 +336,39 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Lade die Datei im original Format oder als komprimiertes Archiv herunter. Diese Option ist nur wählbar, wenn ein einzelnes Dokument heruntergeladen wird, mehrere Dateien werden immer als Archiv heruntergeladen." +msgstr "" +"Lade die Datei im original Format oder als komprimiertes Archiv herunter. " +"Diese Option ist nur wählbar, wenn ein einzelnes Dokument heruntergeladen " +"wird, mehrere Dateien werden immer als Archiv heruntergeladen." -#: literals.py:10 -msgid "Document creation" -msgstr "Dokument erzeugen" +#: forms.py:319 +#, fuzzy +msgid "Compressed filename" +msgstr "Dokumenten Typ Dateiname" -#: literals.py:11 -#, python-format -msgid "Document \"%(content_object)s\" created by %(fullname)s." -msgstr "Dokument \"%(content_object)s\" erstellt von %(fullname)s." - -#: literals.py:12 -#, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Dokument \"%(content_object)s\" erstellt am %(datetime)s, von %(fullname)s." - -#: literals.py:18 -msgid "Document edited" -msgstr "Dokument bearbeitet" - -#: literals.py:19 -#, python-format -msgid "Document \"%(content_object)s\" edited by %(fullname)s." -msgstr "Dokument \"%(content_object)s\" bearbeitet von %(fullname)s." - -#: literals.py:20 -#, python-format +#: forms.py:319 msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Dokument \"%(content_object)s\" wurde bearbeitet am %(datetime)s, von %(fullname)s. Die folgenden Veränderungen wurden durchgeführt: %(changes)s." +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" -#: literals.py:29 -msgid "Document deleted" -msgstr "Dokument gelöscht" - -#: literals.py:30 -#, python-format -msgid "Document \"%(document)s\" deleted by %(fullname)s." -msgstr "Dokument \"%(document)s\" durch %(fullname)s gelöscht." - -#: literals.py:31 -#, python-format -msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Dokument \"%(document)s\" am %(datetime)s, durch %(fullname)s gelöscht." - -#: literals.py:42 +#: literals.py:15 msgid "final" msgstr "final" -#: literals.py:43 +#: literals.py:16 msgid "alpha" msgstr "alpha" -#: literals.py:44 +#: literals.py:17 msgid "beta" msgstr "beta" -#: literals.py:45 +#: literals.py:18 msgid "release candidate" msgstr "release candidate" -#: literals.py:46 +#: literals.py:19 msgid "hotfix" msgstr "hotfix" @@ -349,8 +376,8 @@ msgstr "hotfix" msgid "name" msgstr "Name" -#: models.py:68 models.py:78 models.py:543 views.py:1068 views.py:1097 -#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 msgid "document type" msgstr "Dokumenten Typ" @@ -366,8 +393,8 @@ msgstr "Beschreibung" msgid "added" msgstr "hinzugefügt" -#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:227 -#: views.py:351 +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 msgid "document" msgstr "Dokument" @@ -410,7 +437,7 @@ msgstr "serial" msgid "timestamp" msgstr "Zeitstempel" -#: models.py:315 views.py:1357 +#: models.py:315 views.py:1356 msgid "comment" msgstr "Kommentar" @@ -430,13 +457,14 @@ msgstr "Dokumenten Version" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "Das Dateiformat ist unbekannt, daher wird die Seitenzahl auf 1 gesetzt." +msgstr "" +"Das Dateiformat ist unbekannt, daher wird die Seitenzahl auf 1 gesetzt." -#: models.py:544 views.py:1353 +#: models.py:544 views.py:1352 msgid "filename" msgstr "Dateiname" -#: models.py:545 views.py:1181 +#: models.py:545 views.py:1180 msgid "enabled" msgstr "Aktiviert" @@ -477,15 +505,15 @@ msgstr "Dokument Seitenanzahl" msgid "Enter a valid value." msgstr "Einen gültigen Wert eingeben." -#: models.py:621 views.py:449 +#: models.py:621 views.py:448 msgid "order" msgstr "Sortierung" -#: models.py:622 views.py:450 views.py:511 views.py:542 +#: models.py:622 views.py:449 views.py:510 views.py:541 msgid "transformation" msgstr "Transformation" -#: models.py:623 views.py:451 +#: models.py:623 views.py:450 msgid "arguments" msgstr "Argumente" @@ -522,7 +550,7 @@ msgstr "Dokumenten Typ" msgid "MIME type" msgstr "MIME Typ" -#: models.py:676 views.py:132 +#: models.py:676 views.py:130 msgid "Filename" msgstr "Dateiname" @@ -566,7 +594,7 @@ msgstr "Dokument ansehen " msgid "Delete documents" msgstr "Dokument löschen" -#: permissions.py:14 views.py:408 +#: permissions.py:14 views.py:406 msgid "Download documents" msgstr "Dokument herunterladen" @@ -624,9 +652,11 @@ msgstr "Dokumente im Dateispeicher: %d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Dateispeicher genutzt: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Dateispeicher genutzt: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" #: statistics.py:63 #, python-format @@ -652,379 +682,403 @@ msgstr "" msgid "Document statistics" msgstr "Dokumenten Statistiken" -#: views.py:133 +#: views.py:131 msgid "File mimetype" msgstr "Datei MIME Type" -#: views.py:133 views.py:134 +#: views.py:131 views.py:132 msgid "None" msgstr "" -#: views.py:134 +#: views.py:132 msgid "File mime encoding" msgstr "Datei MIME Encoding" -#: views.py:135 +#: views.py:133 msgid "File size" msgstr "Dateigröße" -#: views.py:136 +#: views.py:134 msgid "Exists in storage" msgstr "In Dateispeicher vorhanden" -#: views.py:137 +#: views.py:135 msgid "File path in storage" msgstr "Pfad im Dateispeicher" -#: views.py:138 +#: views.py:136 msgid "Date added" msgstr "Hinzugefügt am" -#: views.py:139 +#: views.py:137 msgid "Time added" msgstr "Hinzugefügt um" -#: views.py:140 +#: views.py:138 msgid "Checksum" msgstr "Prüfsumme" -#: views.py:141 +#: views.py:139 msgid "UUID" msgstr "UUID" -#: views.py:142 +#: views.py:140 msgid "Pages" msgstr "Seiten" -#: views.py:151 +#: views.py:149 #, python-format msgid "document properties for: %s" msgstr "Dokument Eigenschaften für: %s" -#: views.py:173 +#: views.py:171 msgid "document data" msgstr "Dokument Daten" -#: views.py:197 views.py:646 +#: views.py:195 views.py:645 msgid "Must provide at least one document." msgstr "Es muss mindestens ein Dokument angegeben werden." -#: views.py:218 +#: views.py:216 msgid "Document deleted successfully." msgstr "Dokumenten Löschung erfolgreich." -#: views.py:220 +#: views.py:218 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s Lösch Fehler: %(error)s" -#: views.py:235 +#: views.py:233 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Sind Sie sicher, dass Sie das Dokument löschen möchten: %s?" -#: views.py:237 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Sind Sie sicher, dass Sie die Dokumente löschen möchten: %s?" -#: views.py:276 +#: views.py:274 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokument \"%s\" erfolgreich verändert." -#: views.py:342 +#: views.py:340 msgid "documents to be downloaded" msgstr "Dokumente zum Herunterladen" -#: views.py:352 views.py:1337 +#: views.py:350 views.py:1336 msgid "version" msgstr "Version" -#: views.py:409 +#: views.py:407 msgid "Download" msgstr "Download" -#: views.py:411 +#: views.py:409 msgid "Return" msgstr "Return" -#: views.py:445 +#: views.py:444 #, python-format msgid "transformations for: %s" msgstr "Transformation für: %s" -#: views.py:472 +#: views.py:471 msgid "Document page transformation created successfully." msgstr "Dokumenten Seiten Transformation erfolgreich erstellt." -#: views.py:481 +#: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Erstelle neue Transformation für Seite: %(page)s des Dokuments %(document)s" +msgstr "" +"Erstelle neue Transformation für Seite: %(page)s des Dokuments %(document)s" -#: views.py:500 +#: views.py:499 msgid "Document page transformation edited successfully." msgstr "Dokumenten Seiten Transformation erfolgreich verändert." -#: views.py:513 +#: views.py:512 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Bearbeite Transformation \"%(transformation)s\" für: %(document_page)s" -#: views.py:533 +#: views.py:532 msgid "Document page transformation deleted successfully." msgstr "Dokument Seiten Transformation erfolgreich gelöscht." -#: views.py:544 +#: views.py:543 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "Sind Sie sicher, dass Sie die Transformation \"%(transformation)s\" für %(document_page)s löschen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie die Transformation \"%(transformation)s\" für " +"%(document_page)s löschen möchten?" -#: views.py:562 +#: views.py:561 #, python-format msgid "duplicates of: %s" msgstr "Duplikat von: %s" -#: views.py:574 +#: views.py:573 msgid "Are you sure you wish to find all duplicates?" msgstr "Sind Sie sicher, dass Sie alle Duplikate suchen möchten?" -#: views.py:575 views.py:633 views.py:701 +#: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." -msgstr "Bei großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." +msgstr "" +"Bei großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." -#: views.py:598 +#: views.py:597 msgid "duplicated documents" msgstr "Duplizierte Dokumente" -#: views.py:624 +#: views.py:623 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Seitenzahlen Update abgeschlossen. Dokumente verarbeitet: %(total)d, Dokumente mit veränderter Seitenzahl: %(change)d" +msgstr "" +"Seitenzahlen Update abgeschlossen. Dokumente verarbeitet: %(total)d, " +"Dokumente mit veränderter Seitenzahl: %(change)d" -#: views.py:632 +#: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Sind Sie sicher, dass Sie die Seitenzahlen der Office-Dokumente aktualisieren möchten (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Sind Sie sicher, dass Sie die Seitenzahlen der Office-Dokumente " +"aktualisieren möchten (%d)?" -#: views.py:664 +#: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "Alle Seiten Transformationen, für Dokument: %s, wurden erfolgreich gelöscht." +msgstr "" +"Alle Seiten Transformationen, für Dokument: %s, wurden erfolgreich gelöscht." -#: views.py:666 +#: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Fehler beim löschen der Seiten Transformation für %(document)s; %(error)s" +msgstr "" +"Fehler beim löschen der Seiten Transformation für %(document)s; %(error)s" -#: views.py:672 +#: views.py:671 msgid "document transformation" msgstr "Dokumenten Transformation" -#: views.py:681 +#: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Sind Sie sicher, dass Sie alle Seiten Transformationen, für das Dokument: %s, entfernen möchten?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Sind Sie sicher, dass Sie alle Seiten Transformationen, für das Dokument: " +"%s, entfernen möchten?" -#: views.py:683 +#: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Sind Sie sicher, dass Sie alle Seiten Transformationen, für die Dokumente: %s, entfernen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie alle Seiten Transformationen, für die Dokumente: " +"%s, entfernen möchten?" -#: views.py:711 +#: views.py:710 msgid "missing documents" msgstr "Neuer Dokumenten Dateiname" -#: views.py:727 views.py:769 +#: views.py:726 views.py:768 #, python-format msgid "details for: %s" msgstr "Details für: %s" -#: views.py:788 +#: views.py:787 msgid "Document page edited successfully." msgstr "Dokumenten Seite erfolgreich bearbeitet." -#: views.py:797 +#: views.py:796 #, python-format msgid "edit: %s" msgstr "Bearbeite: %s" -#: views.py:814 +#: views.py:813 msgid "There are no more pages in this document" msgstr "Es sind keine weiteren Seiten in diesem Dokument vorhanden" -#: views.py:832 +#: views.py:831 msgid "You are already at the first page of this document" msgstr "Sie sind bereits auf der ersten Seite dieses Dokuments" -#: views.py:993 +#: views.py:992 #, python-format msgid "print: %s" msgstr "Drucke: %s" -#: views.py:1066 +#: views.py:1065 #, python-format msgid "documents of type \"%s\"" msgstr "Dokumente des Typs \"%s\"" -#: views.py:1086 +#: views.py:1085 msgid "Document type edited successfully" msgstr "Dokument wurde erfolgreich bearbeitet." -#: views.py:1089 +#: views.py:1088 #, python-format msgid "Error editing document type; %s" msgstr "Fehler beim bearbeiten vom Dokumenten Typ: %s" -#: views.py:1094 +#: views.py:1093 #, python-format msgid "edit document type: %s" msgstr "Bearbeite Dokumenten Typ: %s" -#: views.py:1118 +#: views.py:1117 #, python-format msgid "Document type: %s deleted successfully." msgstr "Dokumenten Typ: %s erfolgreich gelöscht." -#: views.py:1120 +#: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Dokumenten Typ: %(document_type)s Fehler beim löschen: %(error)s" -#: views.py:1135 +#: views.py:1134 #, python-format msgid "Are you sure you wish to delete the document type: %s?" -msgstr "Sind Sie sicher, dass Sie den Dokumenten Typ %s wirklich löschen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie den Dokumenten Typ %s wirklich löschen möchten?" -#: views.py:1136 +#: views.py:1135 msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "Der Dokumenten Typ aller Dokumente die diesen Typ benutzen wird auf None gesetzt." +msgstr "" +"Der Dokumenten Typ aller Dokumente die diesen Typ benutzen wird auf None " +"gesetzt." -#: views.py:1152 +#: views.py:1151 msgid "Document type created successfully" msgstr "Dokumenten Typ erfolgreich angelegt" -#: views.py:1155 +#: views.py:1154 #, python-format msgid "Error creating document type; %(error)s" msgstr "Fehler beim erstellen des Dokuments: %(error)s" -#: views.py:1173 +#: views.py:1172 #, python-format msgid "filenames for document type: %s" msgstr "Dateiname für Datei Typ: %s" -#: views.py:1204 +#: views.py:1203 msgid "Document type filename edited successfully" msgstr "Dokumenten Typ Dateiname erfolgreich bearbeitet." -#: views.py:1207 +#: views.py:1206 #, python-format msgid "Error editing document type filename; %s" msgstr "Fehler beim Bearbeiten vom Dokumenten Typ Dateinamen: %s" -#: views.py:1212 +#: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "Bearbeite Dateiname \"%(filename)s\" vom Dokumenten Typ \"%(document_type)s\"" +msgstr "" +"Bearbeite Dateiname \"%(filename)s\" vom Dokumenten Typ \"%(document_type)s\"" -#: views.py:1221 views.py:1247 views.py:1255 +#: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" msgstr "Dokumenten Typ Dateiname" -#: views.py:1239 +#: views.py:1238 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Dokumenten Typ Dateiname: %s erfolgreich gelöscht." -#: views.py:1241 +#: views.py:1240 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Dokumenten Typ Dateiname: %(document_type_filename)s Fehler beim löschen: %(error)s" +msgstr "" +"Dokumenten Typ Dateiname: %(document_type_filename)s Fehler beim löschen: " +"%(error)s" -#: views.py:1257 +#: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "Sind Sie sicher, dass Sie den Dateinamen: %(filename)s, des Dokumenten Typs \"%(document_type)s\", löschen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie den Dateinamen: %(filename)s, des Dokumenten Typs " +"\"%(document_type)s\", löschen möchten?" -#: views.py:1282 +#: views.py:1281 msgid "Document type filename created successfully" msgstr "Dokumenten Typ Dateiname erfolgreich erstellt" -#: views.py:1285 +#: views.py:1284 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Fehler beim erstellen des Dokumenten Typen Dateinamens: %(error)s" -#: views.py:1291 +#: views.py:1290 #, python-format msgid "create filename for document type: %s" msgstr "Erstelle Dateiname für Dokumenten Typ: %s" -#: views.py:1306 +#: views.py:1305 msgid "Document image cache cleared successfully" msgstr "Dokumenten Bilder Zwischenspeicher erfolgreich bereinigt" -#: views.py:1308 +#: views.py:1307 #, python-format msgid "Error clearing document image cache; %s" msgstr "Fehler beim Bereinigen des Dokumenten Bilder Zwischenspeichers: %s" -#: views.py:1314 +#: views.py:1313 msgid "Are you sure you wish to clear the document image cache?" -msgstr "Sind Sie sicher, das Sie den Dokumenten Bilder Zwischenspeicher bereinigen möchten?" +msgstr "" +"Sind Sie sicher, das Sie den Dokumenten Bilder Zwischenspeicher bereinigen " +"möchten?" -#: views.py:1331 +#: views.py:1330 #, python-format msgid "versions for document: %s" msgstr "Version des Dokuments: %s" -#: views.py:1341 +#: views.py:1340 msgid "time and date" msgstr "Zeit und Datum" -#: views.py:1345 +#: views.py:1344 msgid "mimetype" msgstr "Mimetype" -#: views.py:1349 +#: views.py:1348 msgid "encoding" msgstr "Zeichensatz" -#: views.py:1380 +#: views.py:1379 msgid "Document version reverted successfully" msgstr "Dokument wurde erfolgreich wiederhergestellt" -#: views.py:1382 +#: views.py:1381 #, python-format msgid "Error reverting document version; %s" msgstr "Fehler beim wiederherstellen der Dokumenten Version: %s" -#: views.py:1389 +#: views.py:1388 msgid "Are you sure you wish to revert to this version?" -msgstr "Sind Sie sicher, dass Sie diese Version des Dokuments wiederherstellen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie diese Version des Dokuments wiederherstellen " +"möchten?" -#: views.py:1390 +#: views.py:1389 msgid "All later version after this one will be deleted too." msgstr "Alle späteren Versionen dieses Dokuments werden ebenfalls gelöscht." @@ -1050,13 +1104,16 @@ msgstr "Nächster Schritt" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Maximale Anzahl von Letzten Dokumente (erstellt, bearbeitet, angeschaut) pro Benutzer." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Maximale Anzahl von Letzten Dokumente (erstellt, bearbeitet, angeschaut) pro " +"Benutzer." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Anzahl in Prozent für Zoom in und out pro Dokument pro Benutzer Aktion." +msgstr "" +"Anzahl in Prozent für Zoom in und out pro Dokument pro Benutzer Aktion." #: conf/settings.py:40 msgid "" @@ -1084,7 +1141,12 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "Dokumenttypen definieren eine Klasse, die eine Gruppe von Dokumenten repräsentiert, wie zum Beispiel: Rechnungen, Verordnungen oder Handbücher. Der Vorteil der Verwendung von Dokumenttypen sind: Zuweisen einer Liste von typischen Dateinamen für die schnelle Umbenennung während der Erstellung, sowie die Zuordnung von Metadaten Typen und deren Werte." +msgstr "" +"Dokumenttypen definieren eine Klasse, die eine Gruppe von Dokumenten " +"repräsentiert, wie zum Beispiel: Rechnungen, Verordnungen oder Handbücher. " +"Der Vorteil der Verwendung von Dokumenttypen sind: Zuweisen einer Liste von " +"typischen Dateinamen für die schnelle Umbenennung während der Erstellung, " +"sowie die Zuordnung von Metadaten Typen und deren Werte." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1095,4 +1157,6 @@ msgstr "Was sind letzte Dokumente?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "Hier finden Sie die letzten %(recent_count)s Dokumente die Sie entweder erstellt oder bearbeitet haben." +msgstr "" +"Hier finden Sie die letzten %(recent_count)s Dokumente die Sie entweder " +"erstellt oder bearbeitet haben." diff --git a/apps/documents/locale/en/LC_MESSAGES/django.po b/apps/documents/locale/en/LC_MESSAGES/django.po index f5bb0eca34..3e756b47ba 100644 --- a/apps/documents/locale/en/LC_MESSAGES/django.po +++ b/apps/documents/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,211 +17,211 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:63 +#: __init__.py:55 msgid "all documents" msgstr "" -#: __init__.py:64 models.py:669 views.py:872 +#: __init__.py:56 models.py:669 views.py:870 msgid "recent documents" msgstr "" -#: __init__.py:65 +#: __init__.py:57 msgid "upload new documents" msgstr "" -#: __init__.py:66 +#: __init__.py:58 msgid "clone metadata" msgstr "" -#: __init__.py:67 +#: __init__.py:59 msgid "details" msgstr "" -#: __init__.py:68 +#: __init__.py:60 msgid "properties" msgstr "" -#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 -#: __init__.py:122 +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 msgid "delete" msgstr "" -#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 msgid "edit" msgstr "" -#: __init__.py:72 +#: __init__.py:64 msgid "preview" msgstr "" -#: __init__.py:73 __init__.py:74 __init__.py:75 +#: __init__.py:65 __init__.py:66 __init__.py:67 msgid "download" msgstr "" -#: __init__.py:76 +#: __init__.py:68 msgid "find duplicates" msgstr "" -#: __init__.py:77 +#: __init__.py:69 msgid "find all duplicates" msgstr "" -#: __init__.py:77 +#: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." msgstr "" -#: __init__.py:78 +#: __init__.py:70 msgid "update office documents' page count" msgstr "" -#: __init__.py:78 +#: __init__.py:70 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: __init__.py:79 __init__.py:80 +#: __init__.py:71 __init__.py:72 msgid "clear transformations" msgstr "" -#: __init__.py:81 +#: __init__.py:73 msgid "print" msgstr "" -#: __init__.py:82 +#: __init__.py:74 msgid "history" msgstr "" -#: __init__.py:83 +#: __init__.py:75 msgid "Find missing document files" msgstr "" -#: __init__.py:86 +#: __init__.py:78 msgid "Clear the document image cache" msgstr "" -#: __init__.py:86 +#: __init__.py:78 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: __init__.py:89 +#: __init__.py:81 msgid "page transformations" msgstr "" -#: __init__.py:90 +#: __init__.py:82 msgid "create new transformation" msgstr "" -#: __init__.py:94 +#: __init__.py:86 msgid "page image" msgstr "" -#: __init__.py:95 +#: __init__.py:87 msgid "page text" msgstr "" -#: __init__.py:96 +#: __init__.py:88 msgid "edit page text" msgstr "" -#: __init__.py:97 +#: __init__.py:89 msgid "next page" msgstr "" -#: __init__.py:98 +#: __init__.py:90 msgid "previous page" msgstr "" -#: __init__.py:99 +#: __init__.py:91 msgid "first page" msgstr "" -#: __init__.py:100 +#: __init__.py:92 msgid "last page" msgstr "" -#: __init__.py:101 +#: __init__.py:93 msgid "zoom in" msgstr "" -#: __init__.py:102 +#: __init__.py:94 msgid "zoom out" msgstr "" -#: __init__.py:103 +#: __init__.py:95 msgid "rotate right" msgstr "" -#: __init__.py:104 +#: __init__.py:96 msgid "rotate left" msgstr "" -#: __init__.py:105 +#: __init__.py:97 msgid "reset view" msgstr "" -#: __init__.py:108 +#: __init__.py:100 msgid "versions" msgstr "" -#: __init__.py:109 +#: __init__.py:101 msgid "revert" msgstr "" -#: __init__.py:112 +#: __init__.py:104 msgid "document type list" msgstr "" -#: __init__.py:113 views.py:1051 +#: __init__.py:105 views.py:1049 msgid "document types" msgstr "" -#: __init__.py:114 +#: __init__.py:106 msgid "documents of this type" msgstr "" -#: __init__.py:117 views.py:1162 +#: __init__.py:109 views.py:1160 msgid "create document type" msgstr "" -#: __init__.py:119 +#: __init__.py:111 msgid "filenames" msgstr "" -#: __init__.py:120 +#: __init__.py:112 msgid "add filename to document type" msgstr "" -#: __init__.py:164 permissions.py:7 +#: __init__.py:156 permissions.py:7 msgid "Documents" msgstr "" -#: __init__.py:166 __init__.py:179 models.py:91 views.py:79 +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 msgid "documents" msgstr "" -#: __init__.py:169 +#: __init__.py:161 msgid "thumbnail" msgstr "" -#: __init__.py:172 +#: __init__.py:164 msgid "metadata" msgstr "" -#: events.py:5 +#: events.py:7 msgid "Document creation" msgstr "" -#: events.py:6 +#: events.py:8 #, python-format msgid "Document \"%(content_object)s\" created by %(fullname)s." msgstr "" -#: events.py:7 +#: events.py:9 #, python-format msgid "" "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." @@ -243,16 +243,16 @@ msgid "" "The following changes took place: %(changes)s." msgstr "" -#: events.py:24 +#: events.py:22 msgid "Document deleted" msgstr "" -#: events.py:25 +#: events.py:23 #, python-format msgid "Document \"%(document)s\" deleted by %(fullname)s." msgstr "" -#: events.py:26 +#: events.py:24 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "" @@ -359,8 +359,8 @@ msgstr "" msgid "name" msgstr "" -#: models.py:68 models.py:78 models.py:543 views.py:1069 views.py:1098 -#: views.py:1127 views.py:1132 views.py:1175 views.py:1221 views.py:1255 +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 msgid "document type" msgstr "" @@ -376,8 +376,8 @@ msgstr "" msgid "added" msgstr "" -#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:227 -#: views.py:351 +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 msgid "document" msgstr "" @@ -420,7 +420,7 @@ msgstr "" msgid "timestamp" msgstr "" -#: models.py:315 views.py:1358 +#: models.py:315 views.py:1356 msgid "comment" msgstr "" @@ -442,11 +442,11 @@ msgid "" "defaulted to 1." msgstr "" -#: models.py:544 views.py:1354 +#: models.py:544 views.py:1352 msgid "filename" msgstr "" -#: models.py:545 views.py:1182 +#: models.py:545 views.py:1180 msgid "enabled" msgstr "" @@ -487,15 +487,15 @@ msgstr "" msgid "Enter a valid value." msgstr "" -#: models.py:621 views.py:450 +#: models.py:621 views.py:448 msgid "order" msgstr "" -#: models.py:622 views.py:451 views.py:512 views.py:543 +#: models.py:622 views.py:449 views.py:510 views.py:541 msgid "transformation" msgstr "" -#: models.py:623 views.py:452 +#: models.py:623 views.py:450 msgid "arguments" msgstr "" @@ -532,7 +532,7 @@ msgstr "" msgid "MIME type" msgstr "" -#: models.py:676 views.py:132 +#: models.py:676 views.py:130 msgid "Filename" msgstr "" @@ -576,7 +576,7 @@ msgstr "" msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:408 +#: permissions.py:14 views.py:406 msgid "Download documents" msgstr "" @@ -662,377 +662,377 @@ msgstr "" msgid "Document statistics" msgstr "" -#: views.py:133 +#: views.py:131 msgid "File mimetype" msgstr "" -#: views.py:133 views.py:134 +#: views.py:131 views.py:132 msgid "None" msgstr "" -#: views.py:134 +#: views.py:132 msgid "File mime encoding" msgstr "" -#: views.py:135 +#: views.py:133 msgid "File size" msgstr "" -#: views.py:136 +#: views.py:134 msgid "Exists in storage" msgstr "" -#: views.py:137 +#: views.py:135 msgid "File path in storage" msgstr "" -#: views.py:138 +#: views.py:136 msgid "Date added" msgstr "" -#: views.py:139 +#: views.py:137 msgid "Time added" msgstr "" -#: views.py:140 +#: views.py:138 msgid "Checksum" msgstr "" -#: views.py:141 +#: views.py:139 msgid "UUID" msgstr "" -#: views.py:142 +#: views.py:140 msgid "Pages" msgstr "" -#: views.py:151 +#: views.py:149 #, python-format msgid "document properties for: %s" msgstr "" -#: views.py:173 +#: views.py:171 msgid "document data" msgstr "" -#: views.py:197 views.py:647 +#: views.py:195 views.py:645 msgid "Must provide at least one document." msgstr "" -#: views.py:218 +#: views.py:216 msgid "Document deleted successfully." msgstr "" -#: views.py:220 +#: views.py:218 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:235 +#: views.py:233 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "" -#: views.py:237 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "" -#: views.py:276 +#: views.py:274 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:342 +#: views.py:340 msgid "documents to be downloaded" msgstr "" -#: views.py:352 views.py:1338 +#: views.py:350 views.py:1336 msgid "version" msgstr "" -#: views.py:409 +#: views.py:407 msgid "Download" msgstr "" -#: views.py:411 +#: views.py:409 msgid "Return" msgstr "" -#: views.py:446 +#: views.py:444 #, python-format msgid "transformations for: %s" msgstr "" -#: views.py:473 +#: views.py:471 msgid "Document page transformation created successfully." msgstr "" -#: views.py:482 +#: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:501 +#: views.py:499 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:514 +#: views.py:512 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:534 +#: views.py:532 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:545 +#: views.py:543 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" msgstr "" -#: views.py:563 +#: views.py:561 #, python-format msgid "duplicates of: %s" msgstr "" -#: views.py:575 +#: views.py:573 msgid "Are you sure you wish to find all duplicates?" msgstr "" -#: views.py:576 views.py:634 views.py:702 +#: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:599 +#: views.py:597 msgid "duplicated documents" msgstr "" -#: views.py:625 +#: views.py:623 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:633 +#: views.py:631 #, python-format msgid "" "Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:665 +#: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:667 +#: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:673 +#: views.py:671 msgid "document transformation" msgstr "" -#: views.py:682 +#: views.py:680 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:684 +#: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:712 +#: views.py:710 msgid "missing documents" msgstr "" -#: views.py:728 views.py:770 +#: views.py:726 views.py:768 #, python-format msgid "details for: %s" msgstr "" -#: views.py:789 +#: views.py:787 msgid "Document page edited successfully." msgstr "" -#: views.py:798 +#: views.py:796 #, python-format msgid "edit: %s" msgstr "" -#: views.py:815 +#: views.py:813 msgid "There are no more pages in this document" msgstr "" -#: views.py:833 +#: views.py:831 msgid "You are already at the first page of this document" msgstr "" -#: views.py:994 +#: views.py:992 #, python-format msgid "print: %s" msgstr "" -#: views.py:1067 +#: views.py:1065 #, python-format msgid "documents of type \"%s\"" msgstr "" -#: views.py:1087 +#: views.py:1085 msgid "Document type edited successfully" msgstr "" -#: views.py:1090 +#: views.py:1088 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:1095 +#: views.py:1093 #, python-format msgid "edit document type: %s" msgstr "" -#: views.py:1119 +#: views.py:1117 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:1121 +#: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:1136 +#: views.py:1134 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:1137 +#: views.py:1135 msgid "" "The document type of all documents using this document type will be set to " "none." msgstr "" -#: views.py:1153 +#: views.py:1151 msgid "Document type created successfully" msgstr "" -#: views.py:1156 +#: views.py:1154 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:1174 +#: views.py:1172 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1205 +#: views.py:1203 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1208 +#: views.py:1206 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1213 +#: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1222 views.py:1248 views.py:1256 +#: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" msgstr "" -#: views.py:1240 +#: views.py:1238 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1242 +#: views.py:1240 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1258 +#: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1283 +#: views.py:1281 msgid "Document type filename created successfully" msgstr "" -#: views.py:1286 +#: views.py:1284 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1292 +#: views.py:1290 #, python-format msgid "create filename for document type: %s" msgstr "" -#: views.py:1307 +#: views.py:1305 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1309 +#: views.py:1307 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1315 +#: views.py:1313 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1332 +#: views.py:1330 #, python-format msgid "versions for document: %s" msgstr "" -#: views.py:1342 +#: views.py:1340 msgid "time and date" msgstr "" -#: views.py:1346 +#: views.py:1344 msgid "mimetype" msgstr "" -#: views.py:1350 +#: views.py:1348 msgid "encoding" msgstr "" -#: views.py:1381 +#: views.py:1379 msgid "Document version reverted successfully" msgstr "" -#: views.py:1383 +#: views.py:1381 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1390 +#: views.py:1388 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1391 +#: views.py:1389 msgid "All later version after this one will be deleted too." msgstr "" diff --git a/apps/documents/locale/es/LC_MESSAGES/django.po b/apps/documents/locale/es/LC_MESSAGES/django.po index f4a45ba842..6d1a20fe29 100644 --- a/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/apps/documents/locale/es/LC_MESSAGES/django.po @@ -1,218 +1,275 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 12:43+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:63 +#: __init__.py:55 msgid "all documents" msgstr "todos los documentos" -#: __init__.py:64 models.py:669 views.py:871 +#: __init__.py:56 models.py:669 views.py:870 msgid "recent documents" msgstr "documentos recientes" -#: __init__.py:65 +#: __init__.py:57 msgid "upload new documents" msgstr "subir nuevos documentos" -#: __init__.py:66 +#: __init__.py:58 msgid "clone metadata" msgstr "clonar metadatos" -#: __init__.py:67 +#: __init__.py:59 msgid "details" msgstr "detalles" -#: __init__.py:68 +#: __init__.py:60 msgid "properties" msgstr "propiedades" -#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 -#: __init__.py:122 +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 msgid "delete" msgstr "eliminar" -#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 msgid "edit" msgstr "editar" -#: __init__.py:72 +#: __init__.py:64 msgid "preview" msgstr "muestra" -#: __init__.py:73 __init__.py:74 __init__.py:75 +#: __init__.py:65 __init__.py:66 __init__.py:67 msgid "download" msgstr "descarga" -#: __init__.py:76 +#: __init__.py:68 msgid "find duplicates" msgstr "encontrar duplicados" -#: __init__.py:77 +#: __init__.py:69 msgid "find all duplicates" msgstr "encontrar todos los duplicados" -#: __init__.py:77 +#: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "Buscar todas las sumas de comprobación de los documentos y devolver una lista de las coincidencias exactas." +msgstr "" +"Buscar todas las sumas de comprobación de los documentos y devolver una " +"lista de las coincidencias exactas." -#: __init__.py:78 +#: __init__.py:70 msgid "update office documents' page count" msgstr "actualizar el número de páginas de los documentos de oficina" -#: __init__.py:78 +#: __init__.py:70 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Actualizar el número de páginas de los documentos de oficina. Esto es útil cuando active el apoyo de documentos de oficina después de que ya existían documentos de oficina en la base de datos." +msgstr "" +"Actualizar el número de páginas de los documentos de oficina. Esto es útil " +"cuando active el apoyo de documentos de oficina después de que ya existían " +"documentos de oficina en la base de datos." -#: __init__.py:79 __init__.py:80 +#: __init__.py:71 __init__.py:72 msgid "clear transformations" msgstr "borrar transformaciones" -#: __init__.py:81 +#: __init__.py:73 msgid "print" msgstr "imprimir" -#: __init__.py:82 +#: __init__.py:74 msgid "history" msgstr "historia" -#: __init__.py:83 +#: __init__.py:75 msgid "Find missing document files" msgstr "Buscar archivos de documentos perdidos" -#: __init__.py:86 +#: __init__.py:78 msgid "Clear the document image cache" msgstr "Borrar el caché de imágenes de documentos" -#: __init__.py:86 +#: __init__.py:78 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "Borrar las representaciones gráficas utilizadas para acelerar la presentación de los documentos y resultados de las transformaciones interactivas." +msgstr "" +"Borrar las representaciones gráficas utilizadas para acelerar la " +"presentación de los documentos y resultados de las transformaciones " +"interactivas." -#: __init__.py:89 +#: __init__.py:81 msgid "page transformations" msgstr "transformaciones de la página" -#: __init__.py:90 +#: __init__.py:82 msgid "create new transformation" msgstr "crear nueva transformación" -#: __init__.py:94 +#: __init__.py:86 msgid "page image" msgstr "imagen de la página" -#: __init__.py:95 +#: __init__.py:87 msgid "page text" msgstr "texto de la página" -#: __init__.py:96 +#: __init__.py:88 msgid "edit page text" msgstr "editar el texto de la página" -#: __init__.py:97 +#: __init__.py:89 msgid "next page" msgstr "página siguiente" -#: __init__.py:98 +#: __init__.py:90 msgid "previous page" msgstr "página anterior" -#: __init__.py:99 +#: __init__.py:91 msgid "first page" msgstr "primera página" -#: __init__.py:100 +#: __init__.py:92 msgid "last page" msgstr "última página" -#: __init__.py:101 +#: __init__.py:93 msgid "zoom in" msgstr "acercar imagen" -#: __init__.py:102 +#: __init__.py:94 msgid "zoom out" msgstr "alejar imagen" -#: __init__.py:103 +#: __init__.py:95 msgid "rotate right" msgstr "girar a la derecha" -#: __init__.py:104 +#: __init__.py:96 msgid "rotate left" msgstr "girar a la izquierda" -#: __init__.py:105 +#: __init__.py:97 msgid "reset view" msgstr "Restablecer vista" -#: __init__.py:108 +#: __init__.py:100 msgid "versions" msgstr "versiones" -#: __init__.py:109 +#: __init__.py:101 msgid "revert" msgstr "revertir" -#: __init__.py:112 +#: __init__.py:104 msgid "document type list" msgstr "ista de tipos de documentos" -#: __init__.py:113 views.py:1050 +#: __init__.py:105 views.py:1049 msgid "document types" msgstr "tipos de documentos" -#: __init__.py:114 +#: __init__.py:106 msgid "documents of this type" msgstr "documentos de este tipo" -#: __init__.py:117 views.py:1161 +#: __init__.py:109 views.py:1160 msgid "create document type" msgstr "crear tipo de documento" -#: __init__.py:119 +#: __init__.py:111 msgid "filenames" msgstr "nombres de archivo" -#: __init__.py:120 +#: __init__.py:112 msgid "add filename to document type" msgstr "Añadir nombre de archivo para tipo de documento" -#: __init__.py:164 permissions.py:7 +#: __init__.py:156 permissions.py:7 msgid "Documents" msgstr "Documentos" -#: __init__.py:166 __init__.py:179 models.py:91 views.py:79 +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 msgid "documents" msgstr "documentos" -#: __init__.py:169 +#: __init__.py:161 msgid "thumbnail" msgstr "miniatura" -#: __init__.py:172 +#: __init__.py:164 msgid "metadata" msgstr "metadatos" +#: events.py:7 +msgid "Document creation" +msgstr "Creación de documentos" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Documento \"%(content_object)s\", creado por %(fullname)s." + +#: events.py:9 +#, python-format +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Documento \"%(content_object)s\", creado en %(datetime)s por %(fullname)s." + +#: events.py:13 +msgid "Document edited" +msgstr "Documento editado" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Documento \"%(content_object)s\", editado por %(fullname)s." + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Documento \"%(content_object)s\" fue editado en \"%(datetime)s por " +"%(fullname)s. Los siguientes cambios tuvieron lugar: %(changes)s." + +#: events.py:22 +msgid "Document deleted" +msgstr "Documento eliminado" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Documento \"%(document)s\" eliminado por %(fullname)s." + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(document)s\" eliminado en %(datetime)s por %(fullname)s." + #: forms.py:63 msgid "Page image" msgstr "Imagen de la página" @@ -240,7 +297,8 @@ msgstr "Páginas del documento (%s)" #: forms.py:162 msgid "Use the new version filename as the document filename" -msgstr "Usar el nombre de archivo de la nueva versión como el nombre del documento" +msgstr "" +"Usar el nombre de archivo de la nueva versión como el nombre del documento" #: forms.py:178 msgid "Quick document rename" @@ -279,69 +337,40 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Descargue el documento en el formato original o en una forma comprimida. Esta opción se puede seleccionar sólo cuando se descarga un documento, para multiples documentos, el paquete será siempre como descarga de un archivo comprimido." +msgstr "" +"Descargue el documento en el formato original o en una forma comprimida. " +"Esta opción se puede seleccionar sólo cuando se descarga un documento, para " +"multiples documentos, el paquete será siempre como descarga de un archivo " +"comprimido." -#: literals.py:10 -msgid "Document creation" -msgstr "Creación de documentos" +#: forms.py:319 +#, fuzzy +msgid "Compressed filename" +msgstr "nombre de archivo para tipo de documento" -#: literals.py:11 -#, python-format -msgid "Document \"%(content_object)s\" created by %(fullname)s." -msgstr "Documento \"%(content_object)s\", creado por %(fullname)s." - -#: literals.py:12 -#, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(content_object)s\", creado en %(datetime)s por %(fullname)s." - -#: literals.py:18 -msgid "Document edited" -msgstr "Documento editado" - -#: literals.py:19 -#, python-format -msgid "Document \"%(content_object)s\" edited by %(fullname)s." -msgstr "Documento \"%(content_object)s\", editado por %(fullname)s." - -#: literals.py:20 -#, python-format +#: forms.py:319 msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Documento \"%(content_object)s\" fue editado en \"%(datetime)s por %(fullname)s. Los siguientes cambios tuvieron lugar: %(changes)s." +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" -#: literals.py:29 -msgid "Document deleted" -msgstr "Documento eliminado" - -#: literals.py:30 -#, python-format -msgid "Document \"%(document)s\" deleted by %(fullname)s." -msgstr "Documento \"%(document)s\" eliminado por %(fullname)s." - -#: literals.py:31 -#, python-format -msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(document)s\" eliminado en %(datetime)s por %(fullname)s." - -#: literals.py:42 +#: literals.py:15 msgid "final" msgstr "final" -#: literals.py:43 +#: literals.py:16 msgid "alpha" msgstr "alfa" -#: literals.py:44 +#: literals.py:17 msgid "beta" msgstr "beta" -#: literals.py:45 +#: literals.py:18 msgid "release candidate" msgstr "Candidato de liberación" -#: literals.py:46 +#: literals.py:19 msgid "hotfix" msgstr "revisión" @@ -349,8 +378,8 @@ msgstr "revisión" msgid "name" msgstr "nombre" -#: models.py:68 models.py:78 models.py:543 views.py:1068 views.py:1097 -#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 msgid "document type" msgstr "tipo de documento" @@ -366,8 +395,8 @@ msgstr "descripción" msgid "added" msgstr "agregado" -#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:227 -#: views.py:351 +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 msgid "document" msgstr "documento" @@ -410,7 +439,7 @@ msgstr "serie" msgid "timestamp" msgstr "fecha y hora" -#: models.py:315 views.py:1357 +#: models.py:315 views.py:1356 msgid "comment" msgstr "comentario" @@ -430,13 +459,15 @@ msgstr "versión de documento" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "El formato de este archivo de documento no se conoce, el número de páginas por lo tanto sera 1." +msgstr "" +"El formato de este archivo de documento no se conoce, el número de páginas " +"por lo tanto sera 1." -#: models.py:544 views.py:1353 +#: models.py:544 views.py:1352 msgid "filename" msgstr "nombre de archivo" -#: models.py:545 views.py:1181 +#: models.py:545 views.py:1180 msgid "enabled" msgstr "habilitado" @@ -446,7 +477,8 @@ msgstr "nombre de archivo para cambio rápido de nombre para tipo de documento" #: models.py:553 msgid "document types quick rename filenames" -msgstr "nombres de archivos para cambio rápido de nombre para tipo de documentos" +msgstr "" +"nombres de archivos para cambio rápido de nombre para tipo de documentos" #: models.py:561 msgid "content" @@ -477,15 +509,15 @@ msgstr "páginas de documentos" msgid "Enter a valid value." msgstr "Introduzca un valor válido." -#: models.py:621 views.py:449 +#: models.py:621 views.py:448 msgid "order" msgstr "orden" -#: models.py:622 views.py:450 views.py:511 views.py:542 +#: models.py:622 views.py:449 views.py:510 views.py:541 msgid "transformation" msgstr "transformación" -#: models.py:623 views.py:451 +#: models.py:623 views.py:450 msgid "arguments" msgstr "argumentos" @@ -522,7 +554,7 @@ msgstr "Tipo de documento" msgid "MIME type" msgstr "Tipo MIME" -#: models.py:676 views.py:132 +#: models.py:676 views.py:130 msgid "Filename" msgstr "Nombre del archivo" @@ -566,7 +598,7 @@ msgstr "Ver documentos" msgid "Delete documents" msgstr "Eliminar documentos" -#: permissions.py:14 views.py:408 +#: permissions.py:14 views.py:406 msgid "Download documents" msgstr "Descargar documentos" @@ -624,9 +656,11 @@ msgstr "Documentos en almacenamiento: %d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Espacio utilizado en el almacenamiento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Espacio utilizado en el almacenamiento: %(base_2)s (base 2), %(base_10)s " +"(base 10), %(bytes)d bytes" #: statistics.py:63 #, python-format @@ -652,379 +686,404 @@ msgstr "Cantidad de páginas promedio por documento: %f" msgid "Document statistics" msgstr "Estadísticas de documentos" -#: views.py:133 +#: views.py:131 msgid "File mimetype" msgstr "Tipo MIME del archivo" -#: views.py:133 views.py:134 +#: views.py:131 views.py:132 msgid "None" msgstr "Ninguno" -#: views.py:134 +#: views.py:132 msgid "File mime encoding" msgstr "Codificación de archivos MIME" -#: views.py:135 +#: views.py:133 msgid "File size" msgstr "Tamaños del archivo" -#: views.py:136 +#: views.py:134 msgid "Exists in storage" msgstr "Existe en el almacenamiento" -#: views.py:137 +#: views.py:135 msgid "File path in storage" msgstr "Ruta de archivos en el almacenamiento" -#: views.py:138 +#: views.py:136 msgid "Date added" msgstr "Fecha en que se agregó" -#: views.py:139 +#: views.py:137 msgid "Time added" msgstr "El tiempo añadido" -#: views.py:140 +#: views.py:138 msgid "Checksum" msgstr "Suma de comprobación" -#: views.py:141 +#: views.py:139 msgid "UUID" msgstr "UUID" -#: views.py:142 +#: views.py:140 msgid "Pages" msgstr "Páginas" -#: views.py:151 +#: views.py:149 #, python-format msgid "document properties for: %s" msgstr "propiedades del documento: %s" -#: views.py:173 +#: views.py:171 msgid "document data" msgstr "datos del documento" -#: views.py:197 views.py:646 +#: views.py:195 views.py:645 msgid "Must provide at least one document." msgstr "Debe proveer al menos un documento." -#: views.py:218 +#: views.py:216 msgid "Document deleted successfully." msgstr "Documento eliminado exitosamente." -#: views.py:220 +#: views.py:218 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s, error de eliminación: %(error)s " -#: views.py:235 +#: views.py:233 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "¿Está seguro que desea eliminar el documento: %s?" -#: views.py:237 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "¿Está seguro que desea eliminar los documentos: %s?" -#: views.py:276 +#: views.py:274 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\" editado exitosamente." -#: views.py:342 +#: views.py:340 msgid "documents to be downloaded" msgstr "documentos para ser descargados" -#: views.py:352 views.py:1337 +#: views.py:350 views.py:1336 msgid "version" msgstr "versión" -#: views.py:409 +#: views.py:407 msgid "Download" msgstr "Descargar" -#: views.py:411 +#: views.py:409 msgid "Return" msgstr "Volver" -#: views.py:445 +#: views.py:444 #, python-format msgid "transformations for: %s" msgstr "transformaciones para: %s" -#: views.py:472 +#: views.py:471 msgid "Document page transformation created successfully." msgstr "Transformación de página de documento creada con exitosamente." -#: views.py:481 +#: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Crear nueva transformación de la página: %(page)s del documento: %(document)s " +msgstr "" +"Crear nueva transformación de la página: %(page)s del documento: " +"%(document)s " -#: views.py:500 +#: views.py:499 msgid "Document page transformation edited successfully." msgstr "Transformación de página de documento editada con exitosamente." -#: views.py:513 +#: views.py:512 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Editar transformación \" %(transformation)s\" para: %(document_page)s" -#: views.py:533 +#: views.py:532 msgid "Document page transformation deleted successfully." msgstr "Transformación de página de documento eliminada exitosamente." -#: views.py:544 +#: views.py:543 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "¿Está seguro que desea eliminar la transformación \"%(transformation)s\" para: %(document_page)s" +msgstr "" +"¿Está seguro que desea eliminar la transformación \"%(transformation)s\" " +"para: %(document_page)s" -#: views.py:562 +#: views.py:561 #, python-format msgid "duplicates of: %s" msgstr "duplicados de: %s" -#: views.py:574 +#: views.py:573 msgid "Are you sure you wish to find all duplicates?" msgstr "¿Está seguro que desea encontrar todos los duplicados?" -#: views.py:575 views.py:633 views.py:701 +#: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." -msgstr "En bases de datos de gran tamaño esta operación puede tardar algún tiempo en ejecutarse." +msgstr "" +"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en " +"ejecutarse." -#: views.py:598 +#: views.py:597 msgid "duplicated documents" msgstr "documentos duplicados" -#: views.py:624 +#: views.py:623 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Actualización de número de páginas completado. Documentos procesados: %(total)d, documentos con el número de páginas actualizado: %(change)d" +msgstr "" +"Actualización de número de páginas completado. Documentos procesados: " +"%(total)d, documentos con el número de páginas actualizado: %(change)d" -#: views.py:632 +#: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "¿Seguro que desea actualizar el número de páginas de los documentos de oficina (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"¿Seguro que desea actualizar el número de páginas de los documentos de " +"oficina (%d)?" -#: views.py:664 +#: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "Todas las transformaciones de la página de documento: %s, se han eliminado con éxito." +msgstr "" +"Todas las transformaciones de la página de documento: %s, se han eliminado " +"con éxito." -#: views.py:666 +#: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Error al eliminar las transformaciones de página para el documento: %(document)s; %(error)s." +msgstr "" +"Error al eliminar las transformaciones de página para el documento: " +"%(document)s; %(error)s." -#: views.py:672 +#: views.py:671 msgid "document transformation" msgstr "transformación de documento" -#: views.py:681 +#: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "¿Está seguro que desea eliminar todas las transformaciones de página del documento: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"¿Está seguro que desea eliminar todas las transformaciones de página del " +"documento: %s?" -#: views.py:683 +#: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "¿Está seguro que desea eliminar las transformaciones de página de los documentos: %s?" +msgstr "" +"¿Está seguro que desea eliminar las transformaciones de página de los " +"documentos: %s?" -#: views.py:711 +#: views.py:710 msgid "missing documents" msgstr "documentos perdidos" -#: views.py:727 views.py:769 +#: views.py:726 views.py:768 #, python-format msgid "details for: %s" msgstr "detalles para: %s" -#: views.py:788 +#: views.py:787 msgid "Document page edited successfully." msgstr "Página del documento se ha editado correctamente." -#: views.py:797 +#: views.py:796 #, python-format msgid "edit: %s" msgstr "editar: %s" -#: views.py:814 +#: views.py:813 msgid "There are no more pages in this document" msgstr "No hay más páginas en este documento" -#: views.py:832 +#: views.py:831 msgid "You are already at the first page of this document" msgstr "Usted ya está en la primera página de este documento" -#: views.py:993 +#: views.py:992 #, python-format msgid "print: %s" msgstr "Imprimir: %s" -#: views.py:1066 +#: views.py:1065 #, python-format msgid "documents of type \"%s\"" msgstr "documentos de tipo \"%s\"" -#: views.py:1086 +#: views.py:1085 msgid "Document type edited successfully" msgstr "Tipo de documento editado exitosamente" -#: views.py:1089 +#: views.py:1088 #, python-format msgid "Error editing document type; %s" msgstr "Error al modificar el tipo de documento; %s" -#: views.py:1094 +#: views.py:1093 #, python-format msgid "edit document type: %s" msgstr "editar tipo de documento: %s" -#: views.py:1118 +#: views.py:1117 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo de documento: %s eliminado exitosamente." -#: views.py:1120 +#: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Error de eliminación: %(error)s para tipo de documento: %(document_type)s " +msgstr "" +"Error de eliminación: %(error)s para tipo de documento: %(document_type)s " -#: views.py:1135 +#: views.py:1134 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "¿Está seguro que desea eliminar el tipo de documento: %s?" -#: views.py:1136 +#: views.py:1135 msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "El tipo de documento de todos los documentos que utilizan este tipo de documentos será borrado." +msgstr "" +"El tipo de documento de todos los documentos que utilizan este tipo de " +"documentos será borrado." -#: views.py:1152 +#: views.py:1151 msgid "Document type created successfully" msgstr "Tipo de documento creado exitosamente." -#: views.py:1155 +#: views.py:1154 #, python-format msgid "Error creating document type; %(error)s" msgstr "Error documento creando tipo de documento; %(error)s " -#: views.py:1173 +#: views.py:1172 #, python-format msgid "filenames for document type: %s" msgstr "nombres de archivo para tipo de documento: %s" -#: views.py:1204 +#: views.py:1203 msgid "Document type filename edited successfully" msgstr "Nombre de archivo de tipo de documento editado con exitosamente" -#: views.py:1207 +#: views.py:1206 #, python-format msgid "Error editing document type filename; %s" msgstr "Error al modificar el nombre de archivo para tipo de document; %s" -#: views.py:1212 +#: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "editar nombre de archivo \"%(filename)s\" del tipo de documento \"%(document_type)s\"" +msgstr "" +"editar nombre de archivo \"%(filename)s\" del tipo de documento " +"\"%(document_type)s\"" -#: views.py:1221 views.py:1247 views.py:1255 +#: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" msgstr "nombre de archivo para tipo de documento" -#: views.py:1239 +#: views.py:1238 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nombre de archivo para tipo de documento: %s eliminado exitosamente." -#: views.py:1241 +#: views.py:1240 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Error de eliminación: %(error)s para nombre de archivo de tipo de documento: %(document_type_filename)s " +msgstr "" +"Error de eliminación: %(error)s para nombre de archivo de tipo de documento: " +"%(document_type_filename)s " -#: views.py:1257 +#: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "¿Está seguro que desea eliminar el nombre del archivo: %(filename)s, del tipo de documento \"%(document_type)s\"?" +msgstr "" +"¿Está seguro que desea eliminar el nombre del archivo: %(filename)s, del " +"tipo de documento \"%(document_type)s\"?" -#: views.py:1282 +#: views.py:1281 msgid "Document type filename created successfully" msgstr "Nombre de archivo de tipo de documento creado exitosamente." -#: views.py:1285 +#: views.py:1284 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Error al crear nombre de archivo para tipo de documento; %(error)s" -#: views.py:1291 +#: views.py:1290 #, python-format msgid "create filename for document type: %s" msgstr "crear nombre de archivo para tipo de documento: %s" -#: views.py:1306 +#: views.py:1305 msgid "Document image cache cleared successfully" msgstr "Caché de imagenes de documentos borrada exitosamente" -#: views.py:1308 +#: views.py:1307 #, python-format msgid "Error clearing document image cache; %s" msgstr "Error borrando el caché de imágenes de documentos; %s" -#: views.py:1314 +#: views.py:1313 msgid "Are you sure you wish to clear the document image cache?" msgstr "¿Esta seguro que desea borrar el caché de imágenes de documentos?" -#: views.py:1331 +#: views.py:1330 #, python-format msgid "versions for document: %s" msgstr "versiones para el documento: %s" -#: views.py:1341 +#: views.py:1340 msgid "time and date" msgstr "fecha y hora" -#: views.py:1345 +#: views.py:1344 msgid "mimetype" msgstr "mimetype" -#: views.py:1349 +#: views.py:1348 msgid "encoding" msgstr "codificación" -#: views.py:1380 +#: views.py:1379 msgid "Document version reverted successfully" msgstr "Versión de documento revertida exitosamente." -#: views.py:1382 +#: views.py:1381 #, python-format msgid "Error reverting document version; %s" msgstr "Error revirtiendo la versión del documento; %s" -#: views.py:1389 +#: views.py:1388 msgid "Are you sure you wish to revert to this version?" msgstr "¿Está seguro que desea revertir a esta versión?" -#: views.py:1390 +#: views.py:1389 msgid "All later version after this one will be deleted too." msgstr "Todas las versiones más recientes a que éste serán borradas." @@ -1050,29 +1109,39 @@ msgstr "Siguiente paso" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "El número máximo de documentos recientes (creados, editados, vistos) a recordar por usuario." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"El número máximo de documentos recientes (creados, editados, vistos) a " +"recordar por usuario." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Cantidad en porcentaje acercar o alejar una página de documento por la interacción del usuario." +msgstr "" +"Cantidad en porcentaje acercar o alejar una página de documento por la " +"interacción del usuario." #: conf/settings.py:40 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Cantidad máxima en porcentaje (%) a permitir al usuario aumentar la página del documento interactivamente." +msgstr "" +"Cantidad máxima en porcentaje (%) a permitir al usuario aumentar la página " +"del documento interactivamente." #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Cantidad mínima en porcentaje (%) a permitir al usuario disminuir la página del documento interactivamente." +msgstr "" +"Cantidad mínima en porcentaje (%) a permitir al usuario disminuir la página " +"del documento interactivamente." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Cantidad de grados que se va a girar una página de documento interactivamente con el usuario." +msgstr "" +"Cantidad de grados que se va a girar una página de documento " +"interactivamente con el usuario." #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1084,7 +1153,12 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "Los tipos de documentos definene una clase que representa a un grupo amplio de documentos, tales como: facturas, reglamentos o manuales. La ventaja de utilizar los tipos de documentos son: la asignación de una lista de nombres de archivos típicos para el cambio de nombre rápido durante la creación, así como la asignación de tipos de metadatos y grupos por defecto." +msgstr "" +"Los tipos de documentos definene una clase que representa a un grupo amplio " +"de documentos, tales como: facturas, reglamentos o manuales. La ventaja de " +"utilizar los tipos de documentos son: la asignación de una lista de nombres " +"de archivos típicos para el cambio de nombre rápido durante la creación, así " +"como la asignación de tipos de metadatos y grupos por defecto." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1095,4 +1169,6 @@ msgstr "¿Que son los documentos recientes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "Aquí encontrará los últimos %(recent_count)s documentos que haya creado o editado de alguna manera." +msgstr "" +"Aquí encontrará los últimos %(recent_count)s documentos que haya creado o " +"editado de alguna manera." diff --git a/apps/documents/locale/it/LC_MESSAGES/django.po b/apps/documents/locale/it/LC_MESSAGES/django.po index 47d369cd4d..e6194bb7a8 100644 --- a/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/apps/documents/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. @@ -10,212 +10,268 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-30 08:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:63 +#: __init__.py:55 msgid "all documents" msgstr "tutti i documenti" -#: __init__.py:64 models.py:669 views.py:871 +#: __init__.py:56 models.py:669 views.py:870 msgid "recent documents" msgstr "documenti recenti" -#: __init__.py:65 +#: __init__.py:57 msgid "upload new documents" msgstr "upload nuovi documenti" -#: __init__.py:66 +#: __init__.py:58 msgid "clone metadata" msgstr "clona i metadati" -#: __init__.py:67 +#: __init__.py:59 msgid "details" msgstr "dettagli" -#: __init__.py:68 +#: __init__.py:60 msgid "properties" msgstr "proprietà" -#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 -#: __init__.py:122 +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 msgid "delete" msgstr "cancella" -#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 msgid "edit" msgstr "edita" -#: __init__.py:72 +#: __init__.py:64 msgid "preview" msgstr "anteprima" -#: __init__.py:73 __init__.py:74 __init__.py:75 +#: __init__.py:65 __init__.py:66 __init__.py:67 msgid "download" msgstr "scarica" -#: __init__.py:76 +#: __init__.py:68 msgid "find duplicates" msgstr "trova duplicati" -#: __init__.py:77 +#: __init__.py:69 msgid "find all duplicates" msgstr "trova tutti i duplicati" -#: __init__.py:77 +#: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "Cerca tutti i documenti con il checksum e restituisci una lista delle corrispondenze esatte." +msgstr "" +"Cerca tutti i documenti con il checksum e restituisci una lista delle " +"corrispondenze esatte." -#: __init__.py:78 +#: __init__.py:70 msgid "update office documents' page count" msgstr "update documenti di office numero di pagine" -#: __init__.py:78 +#: __init__.py:70 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Update the page count of the office type documents. This is useful when enabling office document support after there were already office type documents in the database." +msgstr "" +"Update the page count of the office type documents. This is useful when " +"enabling office document support after there were already office type " +"documents in the database." -#: __init__.py:79 __init__.py:80 +#: __init__.py:71 __init__.py:72 msgid "clear transformations" msgstr "ripulisci le trasformazioni" -#: __init__.py:81 +#: __init__.py:73 msgid "print" msgstr "stampa" -#: __init__.py:82 +#: __init__.py:74 msgid "history" msgstr "versioni" -#: __init__.py:83 +#: __init__.py:75 msgid "Find missing document files" msgstr "Trovare i file di documenti mancanti" -#: __init__.py:86 +#: __init__.py:78 msgid "Clear the document image cache" msgstr "Svuota la cache immagine del documento" -#: __init__.py:86 +#: __init__.py:78 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "Cancella le rappresentazioni grafiche utilizzate per accellerare la visualizzazione dei documenti e dei risultati interattivi trasformazioni." +msgstr "" +"Cancella le rappresentazioni grafiche utilizzate per accellerare la " +"visualizzazione dei documenti e dei risultati interattivi trasformazioni." -#: __init__.py:89 +#: __init__.py:81 msgid "page transformations" msgstr "trasformazioni della pagina" -#: __init__.py:90 +#: __init__.py:82 msgid "create new transformation" msgstr "crea una nuova trasformazione" -#: __init__.py:94 +#: __init__.py:86 msgid "page image" msgstr "immagine della pagina" -#: __init__.py:95 +#: __init__.py:87 msgid "page text" msgstr "testo della pagina" -#: __init__.py:96 +#: __init__.py:88 msgid "edit page text" msgstr "modifica il testo nella pagina" -#: __init__.py:97 +#: __init__.py:89 msgid "next page" msgstr "pagina successiva" -#: __init__.py:98 +#: __init__.py:90 msgid "previous page" msgstr "pagina precedente" -#: __init__.py:99 +#: __init__.py:91 msgid "first page" msgstr "prima pagina" -#: __init__.py:100 +#: __init__.py:92 msgid "last page" msgstr "ultima pagina" -#: __init__.py:101 +#: __init__.py:93 msgid "zoom in" msgstr "zoom in" -#: __init__.py:102 +#: __init__.py:94 msgid "zoom out" msgstr "zoom out" -#: __init__.py:103 +#: __init__.py:95 msgid "rotate right" msgstr "ruotate a destra" -#: __init__.py:104 +#: __init__.py:96 msgid "rotate left" msgstr "ruotate a sinistra" -#: __init__.py:105 +#: __init__.py:97 msgid "reset view" msgstr "ripristino della vista" -#: __init__.py:108 +#: __init__.py:100 msgid "versions" msgstr "versioni" -#: __init__.py:109 +#: __init__.py:101 msgid "revert" msgstr "ripristinare" -#: __init__.py:112 +#: __init__.py:104 msgid "document type list" msgstr "lista in base al tipo di documento" -#: __init__.py:113 views.py:1050 +#: __init__.py:105 views.py:1049 msgid "document types" msgstr "tipi di documenti" -#: __init__.py:114 +#: __init__.py:106 msgid "documents of this type" msgstr "documenti di questo tipo" -#: __init__.py:117 views.py:1161 +#: __init__.py:109 views.py:1160 msgid "create document type" msgstr "crea il tipo di documenti" -#: __init__.py:119 +#: __init__.py:111 msgid "filenames" msgstr "nome file" -#: __init__.py:120 +#: __init__.py:112 msgid "add filename to document type" msgstr "aggiungi il nome file al tipo di documento" -#: __init__.py:164 permissions.py:7 +#: __init__.py:156 permissions.py:7 msgid "Documents" msgstr "Documenti" -#: __init__.py:166 __init__.py:179 models.py:91 views.py:79 +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 msgid "documents" msgstr "documenti" -#: __init__.py:169 +#: __init__.py:161 msgid "thumbnail" msgstr "thumbnail" -#: __init__.py:172 +#: __init__.py:164 msgid "metadata" msgstr "metadata" +#: events.py:7 +msgid "Document creation" +msgstr "Creazione documento" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Documento \"%(content_object)s\" creato da by %(fullname)s." + +#: events.py:9 +#, python-format +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Documento \"%(content_object)s\" creato il %(datetime)s da %(fullname)s." + +#: events.py:13 +msgid "Document edited" +msgstr "Documento modificato" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Documento \"%(content_object)s\" modificato da %(fullname)s." + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Documento \"%(content_object)s\" è stato modificato il %(datetime)s da " +"%(fullname)s. Queste le seguenti modifiche: %(changes)s." + +#: events.py:22 +msgid "Document deleted" +msgstr "Documento cancellato" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Documento \"%(document)s\" cancellato da %(fullname)s." + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(document)s\" cancellato il %(datetime)s da %(fullname)s." + #: forms.py:63 msgid "Page image" msgstr "Immagine della pagina" @@ -282,69 +338,39 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Scarica il documento nel formato originale o in modo compresso. Questa opzione è selezionabile solo quando il download di un documento, per i documenti multipli, il bundle sarà sempre download come un file compresso." +msgstr "" +"Scarica il documento nel formato originale o in modo compresso. Questa " +"opzione è selezionabile solo quando il download di un documento, per i " +"documenti multipli, il bundle sarà sempre download come un file compresso." -#: literals.py:10 -msgid "Document creation" -msgstr "Creazione documento" +#: forms.py:319 +#, fuzzy +msgid "Compressed filename" +msgstr "tipo di nome file per il documento" -#: literals.py:11 -#, python-format -msgid "Document \"%(content_object)s\" created by %(fullname)s." -msgstr "Documento \"%(content_object)s\" creato da by %(fullname)s." - -#: literals.py:12 -#, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(content_object)s\" creato il %(datetime)s da %(fullname)s." - -#: literals.py:18 -msgid "Document edited" -msgstr "Documento modificato" - -#: literals.py:19 -#, python-format -msgid "Document \"%(content_object)s\" edited by %(fullname)s." -msgstr "Documento \"%(content_object)s\" modificato da %(fullname)s." - -#: literals.py:20 -#, python-format +#: forms.py:319 msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Documento \"%(content_object)s\" è stato modificato il %(datetime)s da %(fullname)s. Queste le seguenti modifiche: %(changes)s." +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" -#: literals.py:29 -msgid "Document deleted" -msgstr "Documento cancellato" - -#: literals.py:30 -#, python-format -msgid "Document \"%(document)s\" deleted by %(fullname)s." -msgstr "Documento \"%(document)s\" cancellato da %(fullname)s." - -#: literals.py:31 -#, python-format -msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(document)s\" cancellato il %(datetime)s da %(fullname)s." - -#: literals.py:42 +#: literals.py:15 msgid "final" msgstr "finale" -#: literals.py:43 +#: literals.py:16 msgid "alpha" msgstr "alfa" -#: literals.py:44 +#: literals.py:17 msgid "beta" msgstr "beta" -#: literals.py:45 +#: literals.py:18 msgid "release candidate" msgstr "Release Candidate" -#: literals.py:46 +#: literals.py:19 msgid "hotfix" msgstr "hotfix" @@ -352,8 +378,8 @@ msgstr "hotfix" msgid "name" msgstr "nome" -#: models.py:68 models.py:78 models.py:543 views.py:1068 views.py:1097 -#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 msgid "document type" msgstr "tipo documento" @@ -369,8 +395,8 @@ msgstr "descrizione" msgid "added" msgstr "ha aggiunto" -#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:227 -#: views.py:351 +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 msgid "document" msgstr "documento" @@ -413,7 +439,7 @@ msgstr "sequenziale" msgid "timestamp" msgstr "timestamp" -#: models.py:315 views.py:1357 +#: models.py:315 views.py:1356 msgid "comment" msgstr "commento" @@ -433,13 +459,14 @@ msgstr "versione del documento" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "Questo tipo di formato file è sconosciuto, per cui il numero di pagine sarà 1" +msgstr "" +"Questo tipo di formato file è sconosciuto, per cui il numero di pagine sarà 1" -#: models.py:544 views.py:1353 +#: models.py:544 views.py:1352 msgid "filename" msgstr "nome file" -#: models.py:545 views.py:1181 +#: models.py:545 views.py:1180 msgid "enabled" msgstr "abilitato" @@ -480,15 +507,15 @@ msgstr "pagine di documento" msgid "Enter a valid value." msgstr "Inserisci un valore valido" -#: models.py:621 views.py:449 +#: models.py:621 views.py:448 msgid "order" msgstr "ordina" -#: models.py:622 views.py:450 views.py:511 views.py:542 +#: models.py:622 views.py:449 views.py:510 views.py:541 msgid "transformation" msgstr "trasformazione" -#: models.py:623 views.py:451 +#: models.py:623 views.py:450 msgid "arguments" msgstr "argomenti" @@ -525,7 +552,7 @@ msgstr "Tipo documento" msgid "MIME type" msgstr "Tipo MIME" -#: models.py:676 views.py:132 +#: models.py:676 views.py:130 msgid "Filename" msgstr "Nome file" @@ -569,7 +596,7 @@ msgstr "Visualizza documenti" msgid "Delete documents" msgstr "Cancella documenti" -#: permissions.py:14 views.py:408 +#: permissions.py:14 views.py:406 msgid "Download documents" msgstr "Scarica documenti" @@ -627,9 +654,11 @@ msgstr "Documenti nello storage:%d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Spazio usato nello storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Spazio usato nello storage: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" #: statistics.py:63 #, python-format @@ -655,379 +684,396 @@ msgstr "" msgid "Document statistics" msgstr "Statistiche del documento" -#: views.py:133 +#: views.py:131 msgid "File mimetype" msgstr "File mimetype" -#: views.py:133 views.py:134 +#: views.py:131 views.py:132 msgid "None" msgstr "" -#: views.py:134 +#: views.py:132 msgid "File mime encoding" msgstr "File mime encoding" -#: views.py:135 +#: views.py:133 msgid "File size" msgstr "Dimensioni del file" -#: views.py:136 +#: views.py:134 msgid "Exists in storage" msgstr "Esiste nello storage" -#: views.py:137 +#: views.py:135 msgid "File path in storage" msgstr "File path in storage" -#: views.py:138 +#: views.py:136 msgid "Date added" msgstr "Inserimento data" -#: views.py:139 +#: views.py:137 msgid "Time added" msgstr "Inserimento orario" -#: views.py:140 +#: views.py:138 msgid "Checksum" msgstr "Checksum" -#: views.py:141 +#: views.py:139 msgid "UUID" msgstr "UUID" -#: views.py:142 +#: views.py:140 msgid "Pages" msgstr "Pagine" -#: views.py:151 +#: views.py:149 #, python-format msgid "document properties for: %s" msgstr "Proprietà per il documento:%s" -#: views.py:173 +#: views.py:171 msgid "document data" msgstr "dati del documento" -#: views.py:197 views.py:646 +#: views.py:195 views.py:645 msgid "Must provide at least one document." msgstr "Devi indicare almeno un documento" -#: views.py:218 +#: views.py:216 msgid "Document deleted successfully." msgstr "Documento eliminato correttamente." -#: views.py:220 +#: views.py:218 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento:%(document)s errore cancellazione: %(error)s" -#: views.py:235 +#: views.py:233 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Sei sicuro di voler cancellare il documento: %s?" -#: views.py:237 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Sei sicuro di voler cancellare i documenti: %s?" -#: views.py:276 +#: views.py:274 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Il documento \"%s\" è ancora in modifica" -#: views.py:342 +#: views.py:340 msgid "documents to be downloaded" msgstr "documenti da scaricare" -#: views.py:352 views.py:1337 +#: views.py:350 views.py:1336 msgid "version" msgstr "versione" -#: views.py:409 +#: views.py:407 msgid "Download" msgstr "Scarica" -#: views.py:411 +#: views.py:409 msgid "Return" msgstr "Ritorno" -#: views.py:445 +#: views.py:444 #, python-format msgid "transformations for: %s" msgstr "trasformazioni per:%s" -#: views.py:472 +#: views.py:471 msgid "Document page transformation created successfully." msgstr "Trasformazioni per la pagina del documento creata con successo" -#: views.py:481 +#: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Crea una nuova trasformazione per la pagina: %(page)s del documento: %(document)s" +msgstr "" +"Crea una nuova trasformazione per la pagina: %(page)s del documento: " +"%(document)s" -#: views.py:500 +#: views.py:499 msgid "Document page transformation edited successfully." msgstr "Document page trasformation edited successfully." -#: views.py:513 +#: views.py:512 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Modifica la trasformazione \"%(transformation)s\" per: %(document_page)s" +msgstr "" +"Modifica la trasformazione \"%(transformation)s\" per: %(document_page)s" -#: views.py:533 +#: views.py:532 msgid "Document page transformation deleted successfully." msgstr "Trasformazione della pagina di documento cancellata con successo." -#: views.py:544 +#: views.py:543 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" per: %(document_page)s" +msgstr "" +"Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" per: " +"%(document_page)s" -#: views.py:562 +#: views.py:561 #, python-format msgid "duplicates of: %s" msgstr "duplicati di:%s" -#: views.py:574 +#: views.py:573 msgid "Are you sure you wish to find all duplicates?" msgstr "Sei sicuro di voler trovare tutti i duplicati?" -#: views.py:575 views.py:633 views.py:701 +#: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." msgstr "In un grande database questa operazione potrebbe richiedere del tempo " -#: views.py:598 +#: views.py:597 msgid "duplicated documents" msgstr "documenti duplicati" -#: views.py:624 +#: views.py:623 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Update del numero di pagine completato. Il documenti processati %(total)d, con il numero di pagine cambiate: %(change)d" +msgstr "" +"Update del numero di pagine completato. Il documenti processati " +"%(total)d, con il numero di pagine cambiate: %(change)d" -#: views.py:632 +#: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Sei sicuro di voler cambiare il numero di pagine deil documenti office (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Sei sicuro di voler cambiare il numero di pagine deil documenti office (%d)?" -#: views.py:664 +#: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "Tutte le trasformazioni alle pagine del documento:%s, sono state cancellate con successo." +msgstr "" +"Tutte le trasformazioni alle pagine del documento:%s, sono state cancellate " +"con successo." -#: views.py:666 +#: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Errore nella cancellazione della trasformazione della pagina per il documento:%(document)s; %(error)s." +msgstr "" +"Errore nella cancellazione della trasformazione della pagina per il " +"documento:%(document)s; %(error)s." -#: views.py:672 +#: views.py:671 msgid "document transformation" msgstr "trasformazione del documento" -#: views.py:681 +#: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "Sei sicuro di voler cancellare le trasformazioni per il documento:%s?" -#: views.py:683 +#: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "Sei sicuro di voler cancellare le trasformazioni per il documenti:%s?" -#: views.py:711 +#: views.py:710 msgid "missing documents" msgstr "documenti mancanti" -#: views.py:727 views.py:769 +#: views.py:726 views.py:768 #, python-format msgid "details for: %s" msgstr "dettagli per:%s" -#: views.py:788 +#: views.py:787 msgid "Document page edited successfully." msgstr "Pagina di documento modificata con successo." -#: views.py:797 +#: views.py:796 #, python-format msgid "edit: %s" msgstr "modifica:%s" -#: views.py:814 +#: views.py:813 msgid "There are no more pages in this document" msgstr "Non ci sono più pagine in questo documento" -#: views.py:832 +#: views.py:831 msgid "You are already at the first page of this document" msgstr "Sei già alla prima pagina del documento" -#: views.py:993 +#: views.py:992 #, python-format msgid "print: %s" msgstr "stampa:%s" -#: views.py:1066 +#: views.py:1065 #, python-format msgid "documents of type \"%s\"" msgstr "documenti di tipo \"%s\"" -#: views.py:1086 +#: views.py:1085 msgid "Document type edited successfully" msgstr "Tipo di documento modificata con successo" -#: views.py:1089 +#: views.py:1088 #, python-format msgid "Error editing document type; %s" msgstr "Errore nella modifica del tipo di documento;%s" -#: views.py:1094 +#: views.py:1093 #, python-format msgid "edit document type: %s" msgstr "modifica tipo documento:%s" -#: views.py:1118 +#: views.py:1117 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo di documento: %s cancellata ." -#: views.py:1120 +#: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Tipo di documento: %(document_type)s errore di cancellazione: %(error)s" +msgstr "" +"Tipo di documento: %(document_type)s errore di cancellazione: %(error)s" -#: views.py:1135 +#: views.py:1134 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "Sei sicuro di cancellare questo tipo di documento:%s?" -#: views.py:1136 +#: views.py:1135 msgid "" "The document type of all documents using this document type will be set to " "none." msgstr "Il tipo di documento per tutti i documenti sarà messo a nullo" -#: views.py:1152 +#: views.py:1151 msgid "Document type created successfully" msgstr "Tipo di documento creato con successo" -#: views.py:1155 +#: views.py:1154 #, python-format msgid "Error creating document type; %(error)s" msgstr "Errore nella creazione del tipo di documento;%(error)s" -#: views.py:1173 +#: views.py:1172 #, python-format msgid "filenames for document type: %s" msgstr "tipo di documento per il nome file: %s" -#: views.py:1204 +#: views.py:1203 msgid "Document type filename edited successfully" msgstr "Tipo di documento per il nome file modificato con successo" -#: views.py:1207 +#: views.py:1206 #, python-format msgid "Error editing document type filename; %s" msgstr "Errore nella modifica del tipo di nome file;%s" -#: views.py:1212 +#: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "modifica il nome file \"%(filename)s\" per il tipo di documento \"%(document_type)s\"" +msgstr "" +"modifica il nome file \"%(filename)s\" per il tipo di documento " +"\"%(document_type)s\"" -#: views.py:1221 views.py:1247 views.py:1255 +#: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" msgstr "tipo di nome file per il documento" -#: views.py:1239 +#: views.py:1238 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Tipo di nome file per il documento: %s cancellato con successo." -#: views.py:1241 +#: views.py:1240 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Tipo di nome file per il documento:%(document_type_filename)s errore di cancellazione: %(error)s" +msgstr "" +"Tipo di nome file per il documento:%(document_type_filename)s errore di " +"cancellazione: %(error)s" -#: views.py:1257 +#: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "Sei sicuro che vuoi cancellare il nome file:%(filename)s, per il tipo di documento\"%(document_type)s\"?" +msgstr "" +"Sei sicuro che vuoi cancellare il nome file:%(filename)s, per il tipo di " +"documento\"%(document_type)s\"?" -#: views.py:1282 +#: views.py:1281 msgid "Document type filename created successfully" msgstr "Tipo di nome file per nome file creato con successo" -#: views.py:1285 +#: views.py:1284 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Errore creando il tipo di nome file; %(error)s" -#: views.py:1291 +#: views.py:1290 #, python-format msgid "create filename for document type: %s" msgstr "crea il nome file per i documenti di tipo:%s" -#: views.py:1306 +#: views.py:1305 msgid "Document image cache cleared successfully" msgstr "Cancellata con successo la cache delle immagini dei documenti" -#: views.py:1308 +#: views.py:1307 #, python-format msgid "Error clearing document image cache; %s" msgstr "Errore nella pulizia della cache del documento; %s" -#: views.py:1314 +#: views.py:1313 msgid "Are you sure you wish to clear the document image cache?" msgstr "Sei sicuro di voler cancellare la cache delle immagini del documento?" -#: views.py:1331 +#: views.py:1330 #, python-format msgid "versions for document: %s" msgstr "versioni per documento: %s" -#: views.py:1341 +#: views.py:1340 msgid "time and date" msgstr "data e ora" -#: views.py:1345 +#: views.py:1344 msgid "mimetype" msgstr "mimetype" -#: views.py:1349 +#: views.py:1348 msgid "encoding" msgstr "codifica" -#: views.py:1380 +#: views.py:1379 msgid "Document version reverted successfully" msgstr "Versione del documento ripristinato con successo" -#: views.py:1382 +#: views.py:1381 #, python-format msgid "Error reverting document version; %s" msgstr "Errore restituito, quando ripristino documento; %s" -#: views.py:1389 +#: views.py:1388 msgid "Are you sure you wish to revert to this version?" msgstr "Sei sicuro di voler tornare a questa versione?" -#: views.py:1390 +#: views.py:1389 msgid "All later version after this one will be deleted too." msgstr "Tutte le versioni più tardi verrà cancellato." @@ -1053,25 +1099,33 @@ msgstr "Prossimo passo" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Massimo numero recente (creazione, modifica, visualizzazione) di documenti da ricordare per utente" +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Massimo numero recente (creazione, modifica, visualizzazione) di documenti " +"da ricordare per utente" #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Importo in percentuale dello zoom o rimpicciolire una pagina del documento per l'interazione dell'utente." +msgstr "" +"Importo in percentuale dello zoom o rimpicciolire una pagina del documento " +"per l'interazione dell'utente." #: conf/settings.py:40 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Importo massimo in percentuale (%) per consentire all'utente di ingrandire una pagina del documento in modo interattivo." +msgstr "" +"Importo massimo in percentuale (%) per consentire all'utente di ingrandire " +"una pagina del documento in modo interattivo." #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Quantità minima in percentuale (%) per consentire all'utente di ingrandire una pagina di documento in modo interattivo." +msgstr "" +"Quantità minima in percentuale (%) per consentire all'utente di ingrandire " +"una pagina di documento in modo interattivo." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." @@ -1087,7 +1141,11 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "Il tipo di documento definisce una raggruppamento di documenti, come : fatture, regolamenti, manuali. Il vantaggio dell'uso di tale classificazione permette di rinominare,aggiungere metadati e rinominare i file più velocemente." +msgstr "" +"Il tipo di documento definisce una raggruppamento di documenti, come : " +"fatture, regolamenti, manuali. Il vantaggio dell'uso di tale classificazione " +"permette di rinominare,aggiungere metadati e rinominare i file più " +"velocemente." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1098,4 +1156,6 @@ msgstr "Quali sono i documenti recenti ?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "qui troverete gli ultimi %(recent_count)s documenti da voi creati o modificati" +msgstr "" +"qui troverete gli ultimi %(recent_count)s documenti da voi creati o " +"modificati" diff --git a/apps/documents/locale/pl/LC_MESSAGES/django.po b/apps/documents/locale/pl/LC_MESSAGES/django.po index fabc873c1b..143804c81e 100644 --- a/apps/documents/locale/pl/LC_MESSAGES/django.po +++ b/apps/documents/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,212 +9,260 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-30 08:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" -#: __init__.py:63 +#: __init__.py:55 msgid "all documents" msgstr "wszystkie dokumenty" -#: __init__.py:64 models.py:669 views.py:871 +#: __init__.py:56 models.py:669 views.py:870 msgid "recent documents" msgstr "ostatnie dokumenty" -#: __init__.py:65 +#: __init__.py:57 msgid "upload new documents" msgstr "wgrać nowe dokumenty" -#: __init__.py:66 +#: __init__.py:58 msgid "clone metadata" msgstr "clone metadata" -#: __init__.py:67 +#: __init__.py:59 msgid "details" msgstr "szczegóły" -#: __init__.py:68 +#: __init__.py:60 msgid "properties" msgstr "właściwości" -#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 -#: __init__.py:122 +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 msgid "delete" msgstr "usunąć" -#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 msgid "edit" msgstr "edit" -#: __init__.py:72 +#: __init__.py:64 msgid "preview" msgstr "podgląd" -#: __init__.py:73 __init__.py:74 __init__.py:75 +#: __init__.py:65 __init__.py:66 __init__.py:67 msgid "download" msgstr "pobierz" -#: __init__.py:76 +#: __init__.py:68 msgid "find duplicates" msgstr "znaleźć duplikaty" -#: __init__.py:77 +#: __init__.py:69 msgid "find all duplicates" msgstr "znaleźć wszystkie duplikaty" -#: __init__.py:77 +#: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "Search all the documents' checksums and return a list of the exact matches." +msgstr "" +"Search all the documents' checksums and return a list of the exact matches." -#: __init__.py:78 +#: __init__.py:70 msgid "update office documents' page count" msgstr "" -#: __init__.py:78 +#: __init__.py:70 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: __init__.py:79 __init__.py:80 +#: __init__.py:71 __init__.py:72 msgid "clear transformations" msgstr "" -#: __init__.py:81 +#: __init__.py:73 msgid "print" msgstr "drukuj" -#: __init__.py:82 +#: __init__.py:74 msgid "history" msgstr "historia" -#: __init__.py:83 +#: __init__.py:75 msgid "Find missing document files" msgstr "" -#: __init__.py:86 +#: __init__.py:78 msgid "Clear the document image cache" msgstr "" -#: __init__.py:86 +#: __init__.py:78 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: __init__.py:89 +#: __init__.py:81 msgid "page transformations" msgstr "" -#: __init__.py:90 +#: __init__.py:82 msgid "create new transformation" msgstr "" -#: __init__.py:94 +#: __init__.py:86 msgid "page image" msgstr "obraz strony" -#: __init__.py:95 +#: __init__.py:87 msgid "page text" msgstr "page text" -#: __init__.py:96 +#: __init__.py:88 msgid "edit page text" msgstr "" -#: __init__.py:97 +#: __init__.py:89 msgid "next page" msgstr "następna strona" -#: __init__.py:98 +#: __init__.py:90 msgid "previous page" msgstr "poprzednia strona" -#: __init__.py:99 +#: __init__.py:91 msgid "first page" msgstr "pierwsza strona" -#: __init__.py:100 +#: __init__.py:92 msgid "last page" msgstr "ostatnia strona" -#: __init__.py:101 +#: __init__.py:93 msgid "zoom in" msgstr "powiększ" -#: __init__.py:102 +#: __init__.py:94 msgid "zoom out" msgstr "pomniejszyć" -#: __init__.py:103 +#: __init__.py:95 msgid "rotate right" msgstr "obrót w prawo" -#: __init__.py:104 +#: __init__.py:96 msgid "rotate left" msgstr "obrót w lewo" -#: __init__.py:105 +#: __init__.py:97 msgid "reset view" msgstr "resetuj widok" -#: __init__.py:108 +#: __init__.py:100 msgid "versions" msgstr "wersje" -#: __init__.py:109 +#: __init__.py:101 msgid "revert" msgstr "przywróć" -#: __init__.py:112 +#: __init__.py:104 msgid "document type list" msgstr "" -#: __init__.py:113 views.py:1050 +#: __init__.py:105 views.py:1049 msgid "document types" msgstr "typy dokumentów" -#: __init__.py:114 +#: __init__.py:106 msgid "documents of this type" msgstr "" -#: __init__.py:117 views.py:1161 +#: __init__.py:109 views.py:1160 msgid "create document type" msgstr "" -#: __init__.py:119 +#: __init__.py:111 msgid "filenames" msgstr "nazwy plików" -#: __init__.py:120 +#: __init__.py:112 msgid "add filename to document type" msgstr "" -#: __init__.py:164 permissions.py:7 +#: __init__.py:156 permissions.py:7 msgid "Documents" msgstr "Dokumenty" -#: __init__.py:166 __init__.py:179 models.py:91 views.py:79 +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 msgid "documents" msgstr "dokumenty" -#: __init__.py:169 +#: __init__.py:161 msgid "thumbnail" msgstr "miniatura" -#: __init__.py:172 +#: __init__.py:164 msgid "metadata" msgstr "metadane" +#: events.py:7 +msgid "Document creation" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "" + +#: events.py:9 +#, python-format +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" + +#: events.py:13 +msgid "Document edited" +msgstr "Dokument edytowany" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "" + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" + +#: events.py:22 +msgid "Document deleted" +msgstr "Dokument usunięty" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "" + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "" + #: forms.py:63 msgid "Page image" msgstr "Obraz strony" @@ -283,67 +331,34 @@ msgid "" "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: literals.py:10 -msgid "Document creation" -msgstr "" +#: forms.py:319 +#, fuzzy +msgid "Compressed filename" +msgstr "Nowa nazwa dokumentu" -#: literals.py:11 -#, python-format -msgid "Document \"%(content_object)s\" created by %(fullname)s." -msgstr "" - -#: literals.py:12 -#, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "" - -#: literals.py:18 -msgid "Document edited" -msgstr "Dokument edytowany" - -#: literals.py:19 -#, python-format -msgid "Document \"%(content_object)s\" edited by %(fullname)s." -msgstr "" - -#: literals.py:20 -#, python-format +#: forms.py:319 msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." msgstr "" -#: literals.py:29 -msgid "Document deleted" -msgstr "Dokument usunięty" - -#: literals.py:30 -#, python-format -msgid "Document \"%(document)s\" deleted by %(fullname)s." -msgstr "" - -#: literals.py:31 -#, python-format -msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "" - -#: literals.py:42 +#: literals.py:15 msgid "final" msgstr "final" -#: literals.py:43 +#: literals.py:16 msgid "alpha" msgstr "alpha" -#: literals.py:44 +#: literals.py:17 msgid "beta" msgstr "beta" -#: literals.py:45 +#: literals.py:18 msgid "release candidate" msgstr "release candidate" -#: literals.py:46 +#: literals.py:19 msgid "hotfix" msgstr "hotfix" @@ -351,8 +366,8 @@ msgstr "hotfix" msgid "name" msgstr "nazwa" -#: models.py:68 models.py:78 models.py:543 views.py:1068 views.py:1097 -#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 msgid "document type" msgstr "typ dokumentu" @@ -368,8 +383,8 @@ msgstr "opis" msgid "added" msgstr "dodana" -#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:227 -#: views.py:351 +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 msgid "document" msgstr "dokument" @@ -412,7 +427,7 @@ msgstr "serial" msgid "timestamp" msgstr "timestamp" -#: models.py:315 views.py:1357 +#: models.py:315 views.py:1356 msgid "comment" msgstr "komentarz" @@ -434,11 +449,11 @@ msgid "" "defaulted to 1." msgstr "" -#: models.py:544 views.py:1353 +#: models.py:544 views.py:1352 msgid "filename" msgstr "nazwa_pliku" -#: models.py:545 views.py:1181 +#: models.py:545 views.py:1180 msgid "enabled" msgstr "włączony" @@ -479,15 +494,15 @@ msgstr "" msgid "Enter a valid value." msgstr "Wprowadź poprawną wartość." -#: models.py:621 views.py:449 +#: models.py:621 views.py:448 msgid "order" msgstr "kolejność" -#: models.py:622 views.py:450 views.py:511 views.py:542 +#: models.py:622 views.py:449 views.py:510 views.py:541 msgid "transformation" msgstr "transformacja" -#: models.py:623 views.py:451 +#: models.py:623 views.py:450 msgid "arguments" msgstr "argumenty" @@ -524,7 +539,7 @@ msgstr "Typ dokumentu" msgid "MIME type" msgstr "typ MIME" -#: models.py:676 views.py:132 +#: models.py:676 views.py:130 msgid "Filename" msgstr "Nazwa pliku" @@ -568,7 +583,7 @@ msgstr "Zobacz dokumenty" msgid "Delete documents" msgstr "Usuwanie dokumentów" -#: permissions.py:14 views.py:408 +#: permissions.py:14 views.py:406 msgid "Download documents" msgstr "Pobierz dokumenty" @@ -626,8 +641,8 @@ msgstr "" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" msgstr "" #: statistics.py:63 @@ -654,379 +669,377 @@ msgstr "" msgid "Document statistics" msgstr "" -#: views.py:133 +#: views.py:131 msgid "File mimetype" msgstr "" -#: views.py:133 views.py:134 +#: views.py:131 views.py:132 msgid "None" msgstr "" -#: views.py:134 +#: views.py:132 msgid "File mime encoding" msgstr "" -#: views.py:135 +#: views.py:133 msgid "File size" msgstr "Rozmiar pliku" -#: views.py:136 +#: views.py:134 msgid "Exists in storage" msgstr "" -#: views.py:137 +#: views.py:135 msgid "File path in storage" msgstr "" -#: views.py:138 +#: views.py:136 msgid "Date added" msgstr "" -#: views.py:139 +#: views.py:137 msgid "Time added" msgstr "" -#: views.py:140 +#: views.py:138 msgid "Checksum" msgstr "" -#: views.py:141 +#: views.py:139 msgid "UUID" msgstr "" -#: views.py:142 +#: views.py:140 msgid "Pages" msgstr "" -#: views.py:151 +#: views.py:149 #, python-format msgid "document properties for: %s" msgstr "" -#: views.py:173 +#: views.py:171 msgid "document data" msgstr "" -#: views.py:197 views.py:646 +#: views.py:195 views.py:645 msgid "Must provide at least one document." msgstr "Musisz podać co najmniej jeden dokument." -#: views.py:218 +#: views.py:216 msgid "Document deleted successfully." msgstr "Dokument usunięty." -#: views.py:220 +#: views.py:218 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:235 +#: views.py:233 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Czy na pewno chcesz usunąć dokument:%s?" -#: views.py:237 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Czy na pewno chcesz usunąć dokumenty:%s?" -#: views.py:276 +#: views.py:274 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:342 +#: views.py:340 msgid "documents to be downloaded" msgstr "dokumenty do pobrania" -#: views.py:352 views.py:1337 +#: views.py:350 views.py:1336 msgid "version" msgstr "wersja" -#: views.py:409 +#: views.py:407 msgid "Download" msgstr "Pobierz" -#: views.py:411 +#: views.py:409 msgid "Return" msgstr "Powrót" -#: views.py:445 +#: views.py:444 #, python-format msgid "transformations for: %s" msgstr "" -#: views.py:472 +#: views.py:471 msgid "Document page transformation created successfully." msgstr "" -#: views.py:481 +#: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:500 +#: views.py:499 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:513 +#: views.py:512 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:533 +#: views.py:532 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:544 +#: views.py:543 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" msgstr "" -#: views.py:562 +#: views.py:561 #, python-format msgid "duplicates of: %s" msgstr "duplikaty:%s" -#: views.py:574 +#: views.py:573 msgid "Are you sure you wish to find all duplicates?" msgstr "Czy na pewno chcesz znaleźć wszystkie duplikaty?" -#: views.py:575 views.py:633 views.py:701 +#: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." msgstr "Na dużych bazach danych operacja może chwilę potrwać. " -#: views.py:598 +#: views.py:597 msgid "duplicated documents" msgstr "" -#: views.py:624 +#: views.py:623 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:632 +#: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:664 +#: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:666 +#: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:672 +#: views.py:671 msgid "document transformation" msgstr "" -#: views.py:681 +#: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:683 +#: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:711 +#: views.py:710 msgid "missing documents" msgstr "brakujących dokumentów" -#: views.py:727 views.py:769 +#: views.py:726 views.py:768 #, python-format msgid "details for: %s" msgstr "" -#: views.py:788 +#: views.py:787 msgid "Document page edited successfully." msgstr "" -#: views.py:797 +#: views.py:796 #, python-format msgid "edit: %s" msgstr "" -#: views.py:814 +#: views.py:813 msgid "There are no more pages in this document" msgstr "" -#: views.py:832 +#: views.py:831 msgid "You are already at the first page of this document" msgstr "Jesteś już na pierwszej stronie tego dokumentu" -#: views.py:993 +#: views.py:992 #, python-format msgid "print: %s" msgstr "drukuj:%s" -#: views.py:1066 +#: views.py:1065 #, python-format msgid "documents of type \"%s\"" msgstr "" -#: views.py:1086 +#: views.py:1085 msgid "Document type edited successfully" msgstr "" -#: views.py:1089 +#: views.py:1088 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:1094 +#: views.py:1093 #, python-format msgid "edit document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1117 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:1120 +#: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:1135 +#: views.py:1134 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:1136 +#: views.py:1135 msgid "" "The document type of all documents using this document type will be set to " "none." msgstr "" -#: views.py:1152 +#: views.py:1151 msgid "Document type created successfully" msgstr "" -#: views.py:1155 +#: views.py:1154 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:1173 +#: views.py:1172 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1204 +#: views.py:1203 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1207 +#: views.py:1206 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1212 +#: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1221 views.py:1247 views.py:1255 +#: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" msgstr "" -#: views.py:1239 +#: views.py:1238 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1241 +#: views.py:1240 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1257 +#: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1282 +#: views.py:1281 msgid "Document type filename created successfully" msgstr "" -#: views.py:1285 +#: views.py:1284 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1291 +#: views.py:1290 #, python-format msgid "create filename for document type: %s" msgstr "" -#: views.py:1306 +#: views.py:1305 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1308 +#: views.py:1307 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1314 +#: views.py:1313 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1331 +#: views.py:1330 #, python-format msgid "versions for document: %s" msgstr "" -#: views.py:1341 +#: views.py:1340 msgid "time and date" msgstr "data i godzina" -#: views.py:1345 +#: views.py:1344 msgid "mimetype" msgstr "mimetype" -#: views.py:1349 +#: views.py:1348 msgid "encoding" msgstr "kodowanie" -#: views.py:1380 +#: views.py:1379 msgid "Document version reverted successfully" msgstr "" -#: views.py:1382 +#: views.py:1381 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1389 +#: views.py:1388 msgid "Are you sure you wish to revert to this version?" msgstr "Czy na pewno chcesz, powrócić do tej wersji?" -#: views.py:1390 +#: views.py:1389 msgid "All later version after this one will be deleted too." msgstr "" @@ -1052,8 +1065,8 @@ msgstr "" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." msgstr "" #: conf/settings.py:39 diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.po b/apps/documents/locale/pt/LC_MESSAGES/django.po index 8b7c4b6c9f..fb7a1f6c4e 100644 --- a/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011, 2012. # Roberto Rosario , 2012. @@ -9,212 +9,268 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-07-03 11:45+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:63 +#: __init__.py:55 msgid "all documents" msgstr "todos os documentos" -#: __init__.py:64 models.py:669 views.py:871 +#: __init__.py:56 models.py:669 views.py:870 msgid "recent documents" msgstr "documentos recentes" -#: __init__.py:65 +#: __init__.py:57 msgid "upload new documents" msgstr "envio de novos documentos" -#: __init__.py:66 +#: __init__.py:58 msgid "clone metadata" msgstr "clonar metadados" -#: __init__.py:67 +#: __init__.py:59 msgid "details" msgstr "detalhes" -#: __init__.py:68 +#: __init__.py:60 msgid "properties" msgstr "propriedades" -#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 -#: __init__.py:122 +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 msgid "delete" msgstr "excluir" -#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 msgid "edit" msgstr "editar" -#: __init__.py:72 +#: __init__.py:64 msgid "preview" msgstr "visualização" -#: __init__.py:73 __init__.py:74 __init__.py:75 +#: __init__.py:65 __init__.py:66 __init__.py:67 msgid "download" msgstr "descarregar" -#: __init__.py:76 +#: __init__.py:68 msgid "find duplicates" msgstr "encontrar duplicados" -#: __init__.py:77 +#: __init__.py:69 msgid "find all duplicates" msgstr "encontrar todos os duplicados" -#: __init__.py:77 +#: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "Pesquisar todas as somas de verificação dos documentos e retornar uma lista de correspondências exatas." +msgstr "" +"Pesquisar todas as somas de verificação dos documentos e retornar uma lista " +"de correspondências exatas." -#: __init__.py:78 +#: __init__.py:70 msgid "update office documents' page count" msgstr "atualizar o número de páginas dos documentos office" -#: __init__.py:78 +#: __init__.py:70 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Atualizar o número de páginas dos documentos tipo office. Isto pode ser útil se habilitar o suporte a documentos office quando já existirem alguns na base de dados." +msgstr "" +"Atualizar o número de páginas dos documentos tipo office. Isto pode ser " +"útil se habilitar o suporte a documentos office quando já existirem alguns " +"na base de dados." -#: __init__.py:79 __init__.py:80 +#: __init__.py:71 __init__.py:72 msgid "clear transformations" msgstr "limpar transformações" -#: __init__.py:81 +#: __init__.py:73 msgid "print" msgstr "imprimir" -#: __init__.py:82 +#: __init__.py:74 msgid "history" msgstr "história" -#: __init__.py:83 +#: __init__.py:75 msgid "Find missing document files" msgstr "Encontrar ficheiros de documentos em falta" -#: __init__.py:86 +#: __init__.py:78 msgid "Clear the document image cache" msgstr "Limpar a cache de imagens de documentos" -#: __init__.py:86 +#: __init__.py:78 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "Limpar as representações gráficas usadas para acelerar a exibição e transformações interativas de documentos." +msgstr "" +"Limpar as representações gráficas usadas para acelerar a exibição e " +"transformações interativas de documentos." -#: __init__.py:89 +#: __init__.py:81 msgid "page transformations" msgstr "transformações de página" -#: __init__.py:90 +#: __init__.py:82 msgid "create new transformation" msgstr "criar nova transformação" -#: __init__.py:94 +#: __init__.py:86 msgid "page image" msgstr "imagem da página" -#: __init__.py:95 +#: __init__.py:87 msgid "page text" msgstr "texto da página" -#: __init__.py:96 +#: __init__.py:88 msgid "edit page text" msgstr "editar texto da página" -#: __init__.py:97 +#: __init__.py:89 msgid "next page" msgstr "próxima página" -#: __init__.py:98 +#: __init__.py:90 msgid "previous page" msgstr "página anterior" -#: __init__.py:99 +#: __init__.py:91 msgid "first page" msgstr "primeira página" -#: __init__.py:100 +#: __init__.py:92 msgid "last page" msgstr "última página" -#: __init__.py:101 +#: __init__.py:93 msgid "zoom in" msgstr "mais zoom" -#: __init__.py:102 +#: __init__.py:94 msgid "zoom out" msgstr "menos zoom" -#: __init__.py:103 +#: __init__.py:95 msgid "rotate right" msgstr "rodar para a direita" -#: __init__.py:104 +#: __init__.py:96 msgid "rotate left" msgstr "rodar para a esquerda" -#: __init__.py:105 +#: __init__.py:97 msgid "reset view" msgstr "inicializar visualização" -#: __init__.py:108 +#: __init__.py:100 msgid "versions" msgstr "versões" -#: __init__.py:109 +#: __init__.py:101 msgid "revert" msgstr "reverter" -#: __init__.py:112 +#: __init__.py:104 msgid "document type list" msgstr "lista de tipo de documento" -#: __init__.py:113 views.py:1050 +#: __init__.py:105 views.py:1049 msgid "document types" msgstr "tipos de documentos" -#: __init__.py:114 +#: __init__.py:106 msgid "documents of this type" msgstr "documentos deste tipo" -#: __init__.py:117 views.py:1161 +#: __init__.py:109 views.py:1160 msgid "create document type" msgstr "criar tipo de documento" -#: __init__.py:119 +#: __init__.py:111 msgid "filenames" msgstr "nomes de ficheiros" -#: __init__.py:120 +#: __init__.py:112 msgid "add filename to document type" msgstr "adicionar nome de ficheiro ao tipo de documento" -#: __init__.py:164 permissions.py:7 +#: __init__.py:156 permissions.py:7 msgid "Documents" msgstr "Documentos" -#: __init__.py:166 __init__.py:179 models.py:91 views.py:79 +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 msgid "documents" msgstr "documentos" -#: __init__.py:169 +#: __init__.py:161 msgid "thumbnail" msgstr "miniatura" -#: __init__.py:172 +#: __init__.py:164 msgid "metadata" msgstr "metadado" +#: events.py:7 +msgid "Document creation" +msgstr "Criação de documento" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." + +#: events.py:9 +#, python-format +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." + +#: events.py:13 +msgid "Document edited" +msgstr "Documento editado" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Documento \"%(content_object)s\" foi editado em %(datetime)s por " +"%(fullname)s. Foram feitas as seguintes alterações: %(changes)s." + +#: events.py:22 +msgid "Document deleted" +msgstr "Documento excluído" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Documento \"%(document)s\" excluído por %(fullname)s." + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(document)s\" excluído em %(datetime)s por %(fullname)s." + #: forms.py:63 msgid "Page image" msgstr "Imagem da página" @@ -242,7 +298,8 @@ msgstr "Páginas do documento (%s)" #: forms.py:162 msgid "Use the new version filename as the document filename" -msgstr "Usar o nome de ficheiro da nova versão como nome de ficheiro do documento" +msgstr "" +"Usar o nome de ficheiro da nova versão como nome de ficheiro do documento" #: forms.py:178 msgid "Quick document rename" @@ -281,69 +338,39 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Descarregar o documento no formato original ou de forma comprimida. Esta opção só está disponível quando descarrega um único documento; múltiplos documentos são sempre descarregados num ficheiro comprimido." +msgstr "" +"Descarregar o documento no formato original ou de forma comprimida. Esta " +"opção só está disponível quando descarrega um único documento; múltiplos " +"documentos são sempre descarregados num ficheiro comprimido." -#: literals.py:10 -msgid "Document creation" -msgstr "Criação de documento" +#: forms.py:319 +#, fuzzy +msgid "Compressed filename" +msgstr "nome de ficheiro para tipo de documento" -#: literals.py:11 -#, python-format -msgid "Document \"%(content_object)s\" created by %(fullname)s." -msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." - -#: literals.py:12 -#, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." - -#: literals.py:18 -msgid "Document edited" -msgstr "Documento editado" - -#: literals.py:19 -#, python-format -msgid "Document \"%(content_object)s\" edited by %(fullname)s." -msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." - -#: literals.py:20 -#, python-format +#: forms.py:319 msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Documento \"%(content_object)s\" foi editado em %(datetime)s por %(fullname)s. Foram feitas as seguintes alterações: %(changes)s." +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" -#: literals.py:29 -msgid "Document deleted" -msgstr "Documento excluído" - -#: literals.py:30 -#, python-format -msgid "Document \"%(document)s\" deleted by %(fullname)s." -msgstr "Documento \"%(document)s\" excluído por %(fullname)s." - -#: literals.py:31 -#, python-format -msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(document)s\" excluído em %(datetime)s por %(fullname)s." - -#: literals.py:42 +#: literals.py:15 msgid "final" msgstr "final" -#: literals.py:43 +#: literals.py:16 msgid "alpha" msgstr "alfa" -#: literals.py:44 +#: literals.py:17 msgid "beta" msgstr "beta" -#: literals.py:45 +#: literals.py:18 msgid "release candidate" msgstr "candidato a edição" -#: literals.py:46 +#: literals.py:19 msgid "hotfix" msgstr "pacote de correção" @@ -351,8 +378,8 @@ msgstr "pacote de correção" msgid "name" msgstr "nome" -#: models.py:68 models.py:78 models.py:543 views.py:1068 views.py:1097 -#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 msgid "document type" msgstr "tipo de documento" @@ -368,8 +395,8 @@ msgstr "descrição" msgid "added" msgstr "adicionado" -#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:227 -#: views.py:351 +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 msgid "document" msgstr "documento" @@ -412,7 +439,7 @@ msgstr "nº de série" msgid "timestamp" msgstr "data/hora" -#: models.py:315 views.py:1357 +#: models.py:315 views.py:1356 msgid "comment" msgstr "comentário" @@ -432,13 +459,15 @@ msgstr "versão do documento" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "Este formato de ficheiro não é conhecido, por isso o número de páginas tem o valor padrão 1." +msgstr "" +"Este formato de ficheiro não é conhecido, por isso o número de páginas tem o " +"valor padrão 1." -#: models.py:544 views.py:1353 +#: models.py:544 views.py:1352 msgid "filename" msgstr "nome do ficheiro" -#: models.py:545 views.py:1181 +#: models.py:545 views.py:1180 msgid "enabled" msgstr "habilitado" @@ -479,15 +508,15 @@ msgstr "páginas do documento" msgid "Enter a valid value." msgstr "Digite um valor válido." -#: models.py:621 views.py:449 +#: models.py:621 views.py:448 msgid "order" msgstr "ordem" -#: models.py:622 views.py:450 views.py:511 views.py:542 +#: models.py:622 views.py:449 views.py:510 views.py:541 msgid "transformation" msgstr "transformação" -#: models.py:623 views.py:451 +#: models.py:623 views.py:450 msgid "arguments" msgstr "argumentos" @@ -524,7 +553,7 @@ msgstr "Tipo de documento" msgid "MIME type" msgstr "Tipo MIME" -#: models.py:676 views.py:132 +#: models.py:676 views.py:130 msgid "Filename" msgstr "Nome do ficheiro" @@ -568,7 +597,7 @@ msgstr "Ver documentos" msgid "Delete documents" msgstr "Excluir documentos" -#: permissions.py:14 views.py:408 +#: permissions.py:14 views.py:406 msgid "Download documents" msgstr "Descarregar documentos" @@ -626,9 +655,11 @@ msgstr "Documentos no armazenamento: %d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" #: statistics.py:63 #, python-format @@ -654,379 +685,400 @@ msgstr "Número médio de páginas por documento: %f" msgid "Document statistics" msgstr "Estatísticas de documentos" -#: views.py:133 +#: views.py:131 msgid "File mimetype" msgstr "Tipo MIME do ficheiro" -#: views.py:133 views.py:134 +#: views.py:131 views.py:132 msgid "None" msgstr "Nenhum" -#: views.py:134 +#: views.py:132 msgid "File mime encoding" msgstr "Codificação MIME do ficheiro" -#: views.py:135 +#: views.py:133 msgid "File size" msgstr "Tamanho do ficheiro" -#: views.py:136 +#: views.py:134 msgid "Exists in storage" msgstr "Existe no armazenamento" -#: views.py:137 +#: views.py:135 msgid "File path in storage" msgstr "Caminho do ficheiro no armazenamento" -#: views.py:138 +#: views.py:136 msgid "Date added" msgstr "Data de adição" -#: views.py:139 +#: views.py:137 msgid "Time added" msgstr "Hora de adição" -#: views.py:140 +#: views.py:138 msgid "Checksum" msgstr "Soma de verificação" -#: views.py:141 +#: views.py:139 msgid "UUID" msgstr "UUID" -#: views.py:142 +#: views.py:140 msgid "Pages" msgstr "Páginas" -#: views.py:151 +#: views.py:149 #, python-format msgid "document properties for: %s" msgstr "propriedades de documento para: %s" -#: views.py:173 +#: views.py:171 msgid "document data" msgstr "dados do documento" -#: views.py:197 views.py:646 +#: views.py:195 views.py:645 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:218 +#: views.py:216 msgid "Document deleted successfully." msgstr "Documento excluído com sucesso." -#: views.py:220 +#: views.py:218 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Erro ao excluir documento %(document)s: %(error)s" -#: views.py:235 +#: views.py:233 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Tem a certeza de que deseja excluir o documento: %s?" -#: views.py:237 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Tem a certeza de que deseja excluir os documentos: %s?" -#: views.py:276 +#: views.py:274 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\" editado com sucesso." -#: views.py:342 +#: views.py:340 msgid "documents to be downloaded" msgstr "documentos a descarregar" -#: views.py:352 views.py:1337 +#: views.py:350 views.py:1336 msgid "version" msgstr "versão" -#: views.py:409 +#: views.py:407 msgid "Download" msgstr "Descarregar" -#: views.py:411 +#: views.py:409 msgid "Return" msgstr "Voltar" -#: views.py:445 +#: views.py:444 #, python-format msgid "transformations for: %s" msgstr "transformações para: %s" -#: views.py:472 +#: views.py:471 msgid "Document page transformation created successfully." msgstr "Transformação para página do documento criada com sucesso." -#: views.py:481 +#: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Criar nova transformação para página: %(page)s do documento: %(document)s" +msgstr "" +"Criar nova transformação para página: %(page)s do documento: %(document)s" -#: views.py:500 +#: views.py:499 msgid "Document page transformation edited successfully." msgstr "Transformação para página do documento editada com sucesso." -#: views.py:513 +#: views.py:512 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Editar transformação \"%(transformation)s\" para: %(document_page)s " -#: views.py:533 +#: views.py:532 msgid "Document page transformation deleted successfully." msgstr "Transformação para página do documento excluída com sucesso." -#: views.py:544 +#: views.py:543 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "Tem a certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " +msgstr "" +"Tem a certeza de que deseja excluir \"%(transformation)s\" para: " +"%(document_page)s " -#: views.py:562 +#: views.py:561 #, python-format msgid "duplicates of: %s" msgstr "duplicados de: %s" -#: views.py:574 +#: views.py:573 msgid "Are you sure you wish to find all duplicates?" msgstr "Tem a certeza de que deseja encontrar todos os duplicados?" -#: views.py:575 views.py:633 views.py:701 +#: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." msgstr "Esta operação pode levar algum tempo em bases de dados grandes." -#: views.py:598 +#: views.py:597 msgid "duplicated documents" msgstr "documentos duplicados" -#: views.py:624 +#: views.py:623 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Actualização do número de páginas finalizada. Documentos processados: %(total)d, documentos cujo nº de páginas foi alterado: %(change)d" +msgstr "" +"Actualização do número de páginas finalizada. Documentos processados: " +"%(total)d, documentos cujo nº de páginas foi alterado: %(change)d" -#: views.py:632 +#: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Tem a certeza de que deseja atualizar o número de páginas dos documentos office (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Tem a certeza de que deseja atualizar o número de páginas dos documentos " +"office (%d)?" -#: views.py:664 +#: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "Todas as transformações de página para o documento: %s, foram excluídas com sucesso." +msgstr "" +"Todas as transformações de página para o documento: %s, foram excluídas com " +"sucesso." -#: views.py:666 +#: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Erro ao excluir as transformações de página para o documento: %(document)s; %(error)s ." +msgstr "" +"Erro ao excluir as transformações de página para o documento: %(document)s; " +"%(error)s ." -#: views.py:672 +#: views.py:671 msgid "document transformation" msgstr "transformação de documento" -#: views.py:681 +#: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Tem a certeza de que deseja limpar todas as transformações de página para o documento: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Tem a certeza de que deseja limpar todas as transformações de página para o " +"documento: %s?" -#: views.py:683 +#: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Tem a certeza de que deseja limpar todas as transformações de página para os documentos: %s?" +msgstr "" +"Tem a certeza de que deseja limpar todas as transformações de página para os " +"documentos: %s?" -#: views.py:711 +#: views.py:710 msgid "missing documents" msgstr "documentos em falta" -#: views.py:727 views.py:769 +#: views.py:726 views.py:768 #, python-format msgid "details for: %s" msgstr "detalhes de: %s" -#: views.py:788 +#: views.py:787 msgid "Document page edited successfully." msgstr "Página do documento editada com sucesso." -#: views.py:797 +#: views.py:796 #, python-format msgid "edit: %s" msgstr "editar: %s" -#: views.py:814 +#: views.py:813 msgid "There are no more pages in this document" msgstr "Não há mais páginas neste documento" -#: views.py:832 +#: views.py:831 msgid "You are already at the first page of this document" msgstr "Já está na primeira página deste documento" -#: views.py:993 +#: views.py:992 #, python-format msgid "print: %s" msgstr "imprimir: %s" -#: views.py:1066 +#: views.py:1065 #, python-format msgid "documents of type \"%s\"" msgstr "documentos do tipo \"%s\"" -#: views.py:1086 +#: views.py:1085 msgid "Document type edited successfully" msgstr "Tipo de documento editado com sucesso" -#: views.py:1089 +#: views.py:1088 #, python-format msgid "Error editing document type; %s" msgstr "Erro ao editar tipo de documento; %s" -#: views.py:1094 +#: views.py:1093 #, python-format msgid "edit document type: %s" msgstr "editar tipo de documento: %s" -#: views.py:1118 +#: views.py:1117 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo de documento: %s excluído com sucesso." -#: views.py:1120 +#: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Tipo de documento: %(document_type)s erro ao excluir: %(error)s " -#: views.py:1135 +#: views.py:1134 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "Tem a certeza de que deseja excluir o tipo de documento: %s?" -#: views.py:1136 +#: views.py:1135 msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "O tipo de documento de todos os documentos deste tipo será definido como \"nenhum\"." +msgstr "" +"O tipo de documento de todos os documentos deste tipo será definido como " +"\"nenhum\"." -#: views.py:1152 +#: views.py:1151 msgid "Document type created successfully" msgstr "Tipo de documento criado com sucesso" -#: views.py:1155 +#: views.py:1154 #, python-format msgid "Error creating document type; %(error)s" msgstr "Erro ao criar tipo de documento; %(error)s " -#: views.py:1173 +#: views.py:1172 #, python-format msgid "filenames for document type: %s" msgstr "nomes de ficheiro para o tipo de documento: %s" -#: views.py:1204 +#: views.py:1203 msgid "Document type filename edited successfully" msgstr "Nome de ficheiro para tipo de documento editado com sucesso" -#: views.py:1207 +#: views.py:1206 #, python-format msgid "Error editing document type filename; %s" msgstr "Erro ao editar nome de ficheiro para tipo de documento: %s" -#: views.py:1212 +#: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "Editar nome de ficheiro \"%(filename)s\" do tipo de documento \"%(document_type)s\"" +msgstr "" +"Editar nome de ficheiro \"%(filename)s\" do tipo de documento " +"\"%(document_type)s\"" -#: views.py:1221 views.py:1247 views.py:1255 +#: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" msgstr "nome de ficheiro para tipo de documento" -#: views.py:1239 +#: views.py:1238 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nome de ficheiro para tipo de documento: %s excluído com sucesso." -#: views.py:1241 +#: views.py:1240 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Nome de ficheiro para tipo de documento: %(document_type_filename)s erro ao excluir: %(error)s" +msgstr "" +"Nome de ficheiro para tipo de documento: %(document_type_filename)s erro ao " +"excluir: %(error)s" -#: views.py:1257 +#: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "Tem a certeza de que deseja excluir o nome de ficheiro: %(filename)s , para tipo de documento \"%(document_type)s\"?" +msgstr "" +"Tem a certeza de que deseja excluir o nome de ficheiro: %(filename)s , para " +"tipo de documento \"%(document_type)s\"?" -#: views.py:1282 +#: views.py:1281 msgid "Document type filename created successfully" msgstr "Nome de ficheiro para tipo de documento criado com sucesso" -#: views.py:1285 +#: views.py:1284 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Erro ao criar nome de ficheiro para tipo de documento; %(error)s" -#: views.py:1291 +#: views.py:1290 #, python-format msgid "create filename for document type: %s" msgstr "criar nome de ficheiro para tipo de documento: %s" -#: views.py:1306 +#: views.py:1305 msgid "Document image cache cleared successfully" msgstr "Cache de imagens de documentos limpa com sucesso" -#: views.py:1308 +#: views.py:1307 #, python-format msgid "Error clearing document image cache; %s" msgstr "Erro ao limpar a cache de imagens de documentos; %s" -#: views.py:1314 +#: views.py:1313 msgid "Are you sure you wish to clear the document image cache?" msgstr "Tem a certeza de que pretende limpar a cache de imagens de documentos?" -#: views.py:1331 +#: views.py:1330 #, python-format msgid "versions for document: %s" msgstr "versões para o documento: %s" -#: views.py:1341 +#: views.py:1340 msgid "time and date" msgstr "hora e data" -#: views.py:1345 +#: views.py:1344 msgid "mimetype" msgstr "tipo MIME" -#: views.py:1349 +#: views.py:1348 msgid "encoding" msgstr "codificação" -#: views.py:1380 +#: views.py:1379 msgid "Document version reverted successfully" msgstr "Versão do documento revertida com sucesso" -#: views.py:1382 +#: views.py:1381 #, python-format msgid "Error reverting document version; %s" msgstr "Erro ao reverter versão do documento; %s" -#: views.py:1389 +#: views.py:1388 msgid "Are you sure you wish to revert to this version?" msgstr "Tem a certeza de que pretende reverter para esta versão?" -#: views.py:1390 +#: views.py:1389 msgid "All later version after this one will be deleted too." msgstr "Todas as versões posteriores a esta também serão eliminadas." @@ -1052,9 +1104,11 @@ msgstr "Próximo passo" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Número máximo de documentos recentes (criados, editados, visualizados) a recordar, por utilizador." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Número máximo de documentos recentes (criados, editados, visualizados) a " +"recordar, por utilizador." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -1064,17 +1118,23 @@ msgstr "Percentagem de zoom in/out por interação do utilizador." msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Percentagem (%) máxima para o utilizador aumentar o zoom de uma página de documento de forma interativa." +msgstr "" +"Percentagem (%) máxima para o utilizador aumentar o zoom de uma página de " +"documento de forma interativa." #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Percentagem (%) mínima para o utilizador diminuir o zoom de uma página de documento de forma interativa." +msgstr "" +"Percentagem (%) mínima para o utilizador diminuir o zoom de uma página de " +"documento de forma interativa." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Valor em graus para rodar uma página de documento por interação do utilizador." +msgstr "" +"Valor em graus para rodar uma página de documento por interação do " +"utilizador." #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1086,7 +1146,12 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "Tipos de documento definem uma classe que representa um grande grupo de documentos, tais como: faturas, regulamentos ou manuais. As vantagens de usar tipos de documento são: a atribuição de uma lista de nomes típicos para renomear rapidamente durante a criação, bem como de tipos e conjuntos de metadados padrão." +msgstr "" +"Tipos de documento definem uma classe que representa um grande grupo de " +"documentos, tais como: faturas, regulamentos ou manuais. As vantagens de " +"usar tipos de documento são: a atribuição de uma lista de nomes típicos para " +"renomear rapidamente durante a criação, bem como de tipos e conjuntos de " +"metadados padrão." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1097,4 +1162,6 @@ msgstr "O que são os documentos recentes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "Aqui encontrará os últimos %(recent_count)s documentos que tenha criado ou editado de alguma forma." +msgstr "" +"Aqui encontrará os últimos %(recent_count)s documentos que tenha criado ou " +"editado de alguma forma." diff --git a/apps/documents/locale/pt_BR/LC_MESSAGES/django.po b/apps/documents/locale/pt_BR/LC_MESSAGES/django.po index e7380efef9..ebacec24c4 100644 --- a/apps/documents/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt_BR/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011, 2012. # Fábio , 2012. @@ -9,212 +9,263 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" -#: __init__.py:63 +#: __init__.py:55 msgid "all documents" msgstr "todos os documentos" -#: __init__.py:64 models.py:669 views.py:871 +#: __init__.py:56 models.py:669 views.py:870 msgid "recent documents" msgstr "documentos recentes" -#: __init__.py:65 +#: __init__.py:57 msgid "upload new documents" msgstr "upload de novos documentos" -#: __init__.py:66 +#: __init__.py:58 msgid "clone metadata" msgstr "clonar metadados" -#: __init__.py:67 +#: __init__.py:59 msgid "details" msgstr "detalhes" -#: __init__.py:68 +#: __init__.py:60 msgid "properties" msgstr "propriedades" -#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 -#: __init__.py:122 +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 msgid "delete" msgstr "excluir" -#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 msgid "edit" msgstr "editar" -#: __init__.py:72 +#: __init__.py:64 msgid "preview" msgstr "visualização" -#: __init__.py:73 __init__.py:74 __init__.py:75 +#: __init__.py:65 __init__.py:66 __init__.py:67 msgid "download" msgstr "baixar" -#: __init__.py:76 +#: __init__.py:68 msgid "find duplicates" msgstr "encontrar duplicatas" -#: __init__.py:77 +#: __init__.py:69 msgid "find all duplicates" msgstr "encontrar todas as duplicatas" -#: __init__.py:77 +#: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "Pesquisar todas as somas de verificação de documentos e retornar uma lista de correspondências exatas." +msgstr "" +"Pesquisar todas as somas de verificação de documentos e retornar uma lista " +"de correspondências exatas." -#: __init__.py:78 +#: __init__.py:70 msgid "update office documents' page count" msgstr "contagem de documentos de atualização do Office 'Página" -#: __init__.py:78 +#: __init__.py:70 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: __init__.py:79 __init__.py:80 +#: __init__.py:71 __init__.py:72 msgid "clear transformations" msgstr "remover transformações" -#: __init__.py:81 +#: __init__.py:73 msgid "print" msgstr "imprimir" -#: __init__.py:82 +#: __init__.py:74 msgid "history" msgstr "história" -#: __init__.py:83 +#: __init__.py:75 msgid "Find missing document files" msgstr "Encontrar arquivos de documentos em falta" -#: __init__.py:86 +#: __init__.py:78 msgid "Clear the document image cache" msgstr "" -#: __init__.py:86 +#: __init__.py:78 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: __init__.py:89 +#: __init__.py:81 msgid "page transformations" msgstr "transformações de página" -#: __init__.py:90 +#: __init__.py:82 msgid "create new transformation" msgstr "criar nova transformação" -#: __init__.py:94 +#: __init__.py:86 msgid "page image" msgstr "imagem da página" -#: __init__.py:95 +#: __init__.py:87 msgid "page text" msgstr "texto da página" -#: __init__.py:96 +#: __init__.py:88 msgid "edit page text" msgstr "editar texto da página" -#: __init__.py:97 +#: __init__.py:89 msgid "next page" msgstr "próxima página" -#: __init__.py:98 +#: __init__.py:90 msgid "previous page" msgstr "página anterior" -#: __init__.py:99 +#: __init__.py:91 msgid "first page" msgstr "primeira página" -#: __init__.py:100 +#: __init__.py:92 msgid "last page" msgstr "última página" -#: __init__.py:101 +#: __init__.py:93 msgid "zoom in" msgstr "mais zoom" -#: __init__.py:102 +#: __init__.py:94 msgid "zoom out" msgstr "menos zoom" -#: __init__.py:103 +#: __init__.py:95 msgid "rotate right" msgstr "girar para a direita" -#: __init__.py:104 +#: __init__.py:96 msgid "rotate left" msgstr "girar para a esquerda" -#: __init__.py:105 +#: __init__.py:97 msgid "reset view" msgstr "redefinir visão" -#: __init__.py:108 +#: __init__.py:100 msgid "versions" msgstr "versões" -#: __init__.py:109 +#: __init__.py:101 msgid "revert" msgstr "reverter" -#: __init__.py:112 +#: __init__.py:104 msgid "document type list" msgstr "lista de tipo de documento" -#: __init__.py:113 views.py:1050 +#: __init__.py:105 views.py:1049 msgid "document types" msgstr "tipos de documentos" -#: __init__.py:114 +#: __init__.py:106 msgid "documents of this type" msgstr "documentos deste tipo" -#: __init__.py:117 views.py:1161 +#: __init__.py:109 views.py:1160 msgid "create document type" msgstr "criar tipo de documento" -#: __init__.py:119 +#: __init__.py:111 msgid "filenames" msgstr "nomes de arquivos" -#: __init__.py:120 +#: __init__.py:112 msgid "add filename to document type" msgstr "adicionar nome do arquivo para o tipo de documento" -#: __init__.py:164 permissions.py:7 +#: __init__.py:156 permissions.py:7 msgid "Documents" msgstr "Documentos" -#: __init__.py:166 __init__.py:179 models.py:91 views.py:79 +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 msgid "documents" msgstr "documentos" -#: __init__.py:169 +#: __init__.py:161 msgid "thumbnail" msgstr "miniatura" -#: __init__.py:172 +#: __init__.py:164 msgid "metadata" msgstr "metadado" +#: events.py:7 +msgid "Document creation" +msgstr "Criação de documentos" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." + +#: events.py:9 +#, python-format +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." + +#: events.py:13 +msgid "Document edited" +msgstr "Documento editado" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Documento \"%(content_object)s\" foi editado em %(datetime)s por " +"%(fullname)s. As seguintes alterações foram realizadas: %(changes)s." + +#: events.py:22 +msgid "Document deleted" +msgstr "Documento excluído" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Documento \"%(document)s\" deletado por %(fullname)s." + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(document)s\" deletado em %(datetime)s por %(fullname)s." + #: forms.py:63 msgid "Page image" msgstr "Imagem da página" @@ -283,67 +334,34 @@ msgid "" "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: literals.py:10 -msgid "Document creation" -msgstr "Criação de documentos" +#: forms.py:319 +#, fuzzy +msgid "Compressed filename" +msgstr "nome de arquivo do tipo de documento" -#: literals.py:11 -#, python-format -msgid "Document \"%(content_object)s\" created by %(fullname)s." -msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." - -#: literals.py:12 -#, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." - -#: literals.py:18 -msgid "Document edited" -msgstr "Documento editado" - -#: literals.py:19 -#, python-format -msgid "Document \"%(content_object)s\" edited by %(fullname)s." -msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." - -#: literals.py:20 -#, python-format +#: forms.py:319 msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Documento \"%(content_object)s\" foi editado em %(datetime)s por %(fullname)s. As seguintes alterações foram realizadas: %(changes)s." +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" -#: literals.py:29 -msgid "Document deleted" -msgstr "Documento excluído" - -#: literals.py:30 -#, python-format -msgid "Document \"%(document)s\" deleted by %(fullname)s." -msgstr "Documento \"%(document)s\" deletado por %(fullname)s." - -#: literals.py:31 -#, python-format -msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(document)s\" deletado em %(datetime)s por %(fullname)s." - -#: literals.py:42 +#: literals.py:15 msgid "final" msgstr "" -#: literals.py:43 +#: literals.py:16 msgid "alpha" msgstr "" -#: literals.py:44 +#: literals.py:17 msgid "beta" msgstr "" -#: literals.py:45 +#: literals.py:18 msgid "release candidate" msgstr "" -#: literals.py:46 +#: literals.py:19 msgid "hotfix" msgstr "" @@ -351,8 +369,8 @@ msgstr "" msgid "name" msgstr "nome" -#: models.py:68 models.py:78 models.py:543 views.py:1068 views.py:1097 -#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 msgid "document type" msgstr "tipo de documento" @@ -368,8 +386,8 @@ msgstr "descrição" msgid "added" msgstr "adicionado" -#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:227 -#: views.py:351 +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 msgid "document" msgstr "documento" @@ -412,7 +430,7 @@ msgstr "" msgid "timestamp" msgstr "" -#: models.py:315 views.py:1357 +#: models.py:315 views.py:1356 msgid "comment" msgstr "comentário" @@ -432,13 +450,15 @@ msgstr "versão do documento" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "Este formato de arquivo não é conhecida, a contagem de página, portanto, tem o padrão 1." +msgstr "" +"Este formato de arquivo não é conhecida, a contagem de página, portanto, tem " +"o padrão 1." -#: models.py:544 views.py:1353 +#: models.py:544 views.py:1352 msgid "filename" msgstr "nome do arquivo" -#: models.py:545 views.py:1181 +#: models.py:545 views.py:1180 msgid "enabled" msgstr "habilitado" @@ -479,15 +499,15 @@ msgstr "páginas do documento" msgid "Enter a valid value." msgstr "Digite um valor válido." -#: models.py:621 views.py:449 +#: models.py:621 views.py:448 msgid "order" msgstr "ordem" -#: models.py:622 views.py:450 views.py:511 views.py:542 +#: models.py:622 views.py:449 views.py:510 views.py:541 msgid "transformation" msgstr "transformação" -#: models.py:623 views.py:451 +#: models.py:623 views.py:450 msgid "arguments" msgstr "argumentos" @@ -524,7 +544,7 @@ msgstr "Tipo de documento" msgid "MIME type" msgstr "Tipo MIME" -#: models.py:676 views.py:132 +#: models.py:676 views.py:130 msgid "Filename" msgstr "Nome do arquivo" @@ -568,7 +588,7 @@ msgstr "Ver documentos" msgid "Delete documents" msgstr "Excluir documentos" -#: permissions.py:14 views.py:408 +#: permissions.py:14 views.py:406 msgid "Download documents" msgstr "Baixar documentos" @@ -626,9 +646,11 @@ msgstr "Documentos no armazenamento: %d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), " +"%(bytes)d bytes" #: statistics.py:63 #, python-format @@ -654,379 +676,397 @@ msgstr "" msgid "Document statistics" msgstr "Estatísticas do documento" -#: views.py:133 +#: views.py:131 msgid "File mimetype" msgstr "Mimetype do arquivo" -#: views.py:133 views.py:134 +#: views.py:131 views.py:132 msgid "None" msgstr "" -#: views.py:134 +#: views.py:132 msgid "File mime encoding" msgstr "Codificação MIME do arquivo" -#: views.py:135 +#: views.py:133 msgid "File size" msgstr "Tamanho do arquivo" -#: views.py:136 +#: views.py:134 msgid "Exists in storage" msgstr "Existe no armazenamento" -#: views.py:137 +#: views.py:135 msgid "File path in storage" msgstr "Caminho do arquivo no armazenamento" -#: views.py:138 +#: views.py:136 msgid "Date added" msgstr "Data de adição" -#: views.py:139 +#: views.py:137 msgid "Time added" msgstr "Horario de adição" -#: views.py:140 +#: views.py:138 msgid "Checksum" msgstr "Verificação" -#: views.py:141 +#: views.py:139 msgid "UUID" msgstr "UUID" -#: views.py:142 +#: views.py:140 msgid "Pages" msgstr "Páginas" -#: views.py:151 +#: views.py:149 #, python-format msgid "document properties for: %s" msgstr "propriedades de documento para: %s" -#: views.py:173 +#: views.py:171 msgid "document data" msgstr "dados do documento" -#: views.py:197 views.py:646 +#: views.py:195 views.py:645 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:218 +#: views.py:216 msgid "Document deleted successfully." msgstr "Documento removido com sucesso." -#: views.py:220 +#: views.py:218 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Erro ao excluir documento %(document)s: %(error)s" -#: views.py:235 +#: views.py:233 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Tem certeza de que deseja excluir o documento: %s?" -#: views.py:237 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Tem certeza de que deseja excluir os documentos: %s?" -#: views.py:276 +#: views.py:274 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\", editado com sucesso." -#: views.py:342 +#: views.py:340 msgid "documents to be downloaded" msgstr "documentos a serem baixados" -#: views.py:352 views.py:1337 +#: views.py:350 views.py:1336 msgid "version" msgstr "versão" -#: views.py:409 +#: views.py:407 msgid "Download" msgstr "Baixar" -#: views.py:411 +#: views.py:409 msgid "Return" msgstr "Voltar" -#: views.py:445 +#: views.py:444 #, python-format msgid "transformations for: %s" msgstr "transformações para: %s" -#: views.py:472 +#: views.py:471 msgid "Document page transformation created successfully." msgstr "Transformação para página do documento criada com sucesso." -#: views.py:481 +#: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Criar nova transformação para página: %(page)s do documento: %(document)s" +msgstr "" +"Criar nova transformação para página: %(page)s do documento: %(document)s" -#: views.py:500 +#: views.py:499 msgid "Document page transformation edited successfully." msgstr "Transformação para página do documento editada com sucesso." -#: views.py:513 +#: views.py:512 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Editar transformação \"%(transformation)s\" para: %(document_page)s " -#: views.py:533 +#: views.py:532 msgid "Document page transformation deleted successfully." msgstr "Transformação para página do documento excluida com sucesso." -#: views.py:544 +#: views.py:543 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "Tem certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " +msgstr "" +"Tem certeza de que deseja excluir \"%(transformation)s\" para: " +"%(document_page)s " -#: views.py:562 +#: views.py:561 #, python-format msgid "duplicates of: %s" msgstr "duplicatas de: %s" -#: views.py:574 +#: views.py:573 msgid "Are you sure you wish to find all duplicates?" msgstr "Tem certeza de que deseja encontrar todas as duplicatas?" -#: views.py:575 views.py:633 views.py:701 +#: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." -msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "" +"Em grandes bases de dados esta operação pode levar algum tempo para executar." -#: views.py:598 +#: views.py:597 msgid "duplicated documents" msgstr "documentos duplicados" -#: views.py:624 +#: views.py:623 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:632 +#: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:664 +#: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "Todas as transformações de página para o documento: %s, foram excluídas com sucesso." +msgstr "" +"Todas as transformações de página para o documento: %s, foram excluídas com " +"sucesso." -#: views.py:666 +#: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Erro ao excluir as transformações de página para o documento: %(document)s; %(error)s ." +msgstr "" +"Erro ao excluir as transformações de página para o documento: %(document)s; " +"%(error)s ." -#: views.py:672 +#: views.py:671 msgid "document transformation" msgstr "transformação de documento" -#: views.py:681 +#: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Tem certeza de que deseja limpar todas as transformações de página para o documento: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Tem certeza de que deseja limpar todas as transformações de página para o " +"documento: %s?" -#: views.py:683 +#: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Tem certeza de que deseja limpar todas as transformações de página para os documentos: %s?" +msgstr "" +"Tem certeza de que deseja limpar todas as transformações de página para os " +"documentos: %s?" -#: views.py:711 +#: views.py:710 msgid "missing documents" msgstr "documentos em falta" -#: views.py:727 views.py:769 +#: views.py:726 views.py:768 #, python-format msgid "details for: %s" msgstr "detalhes para: %s" -#: views.py:788 +#: views.py:787 msgid "Document page edited successfully." msgstr "Página do documento editado com sucesso." -#: views.py:797 +#: views.py:796 #, python-format msgid "edit: %s" msgstr "editar: %s" -#: views.py:814 +#: views.py:813 msgid "There are no more pages in this document" msgstr "Não há mais páginas neste documento" -#: views.py:832 +#: views.py:831 msgid "You are already at the first page of this document" msgstr "Você já está na primeira página deste documento" -#: views.py:993 +#: views.py:992 #, python-format msgid "print: %s" msgstr "imprimir: %s" -#: views.py:1066 +#: views.py:1065 #, python-format msgid "documents of type \"%s\"" msgstr "documentos do tipo \"%s\"" -#: views.py:1086 +#: views.py:1085 msgid "Document type edited successfully" msgstr "Tipo de documento editado com sucesso" -#: views.py:1089 +#: views.py:1088 #, python-format msgid "Error editing document type; %s" msgstr "Erro ao editar tipo de documento; %s" -#: views.py:1094 +#: views.py:1093 #, python-format msgid "edit document type: %s" msgstr "editar tipo de documento: %s" -#: views.py:1118 +#: views.py:1117 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo de documento: %s apagado com sucesso." -#: views.py:1120 +#: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Tipo de documento: %(document_type)s erro ao excluir: %(error)s " -#: views.py:1135 +#: views.py:1134 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "Tem certeza de que deseja excluir o tipo de documento: %s?" -#: views.py:1136 +#: views.py:1135 msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "O tipo de documento de todos os documentos usando este tipo de documento será definido como \"nenhum\"." +msgstr "" +"O tipo de documento de todos os documentos usando este tipo de documento " +"será definido como \"nenhum\"." -#: views.py:1152 +#: views.py:1151 msgid "Document type created successfully" msgstr "Tipo de documento criado com sucesso" -#: views.py:1155 +#: views.py:1154 #, python-format msgid "Error creating document type; %(error)s" msgstr "Erro ao criar tipo de documento; %(error)s " -#: views.py:1173 +#: views.py:1172 #, python-format msgid "filenames for document type: %s" msgstr "nomes de arquivos para o tipo de documento: %s" -#: views.py:1204 +#: views.py:1203 msgid "Document type filename edited successfully" msgstr "Nome de arquivo para tipo de documento editado com sucesso" -#: views.py:1207 +#: views.py:1206 #, python-format msgid "Error editing document type filename; %s" msgstr "Erro ao editar nome de arquivo do tipo de documento: %s" -#: views.py:1212 +#: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "Editar nome de arquivo \"%(filename)s\" do tipo de documento \"%(document_type)s\"" +msgstr "" +"Editar nome de arquivo \"%(filename)s\" do tipo de documento " +"\"%(document_type)s\"" -#: views.py:1221 views.py:1247 views.py:1255 +#: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" msgstr "nome de arquivo do tipo de documento" -#: views.py:1239 +#: views.py:1238 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nome de arquivo do tipo de documento: %s excluido com sucesso." -#: views.py:1241 +#: views.py:1240 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "Nome de arquivo do tipo de documento: %(document_type_filename)s erro ao excluir: %(error)s" +msgstr "" +"Nome de arquivo do tipo de documento: %(document_type_filename)s erro ao " +"excluir: %(error)s" -#: views.py:1257 +#: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do tipo de documento \" %(document_type)s \"?" +msgstr "" +"Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do tipo " +"de documento \" %(document_type)s \"?" -#: views.py:1282 +#: views.py:1281 msgid "Document type filename created successfully" msgstr "Nome de arquivo do tipo de documento criado com sucesso" -#: views.py:1285 +#: views.py:1284 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Erro ao criar nome de arquivo do tipo de documento; %(error)s" -#: views.py:1291 +#: views.py:1290 #, python-format msgid "create filename for document type: %s" msgstr "criar nome de arquivo para o tipo de documento: %s" -#: views.py:1306 +#: views.py:1305 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1308 +#: views.py:1307 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1314 +#: views.py:1313 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1331 +#: views.py:1330 #, python-format msgid "versions for document: %s" msgstr "versões para o documento: %s" -#: views.py:1341 +#: views.py:1340 msgid "time and date" msgstr "" -#: views.py:1345 +#: views.py:1344 msgid "mimetype" msgstr "" -#: views.py:1349 +#: views.py:1348 msgid "encoding" msgstr "" -#: views.py:1380 +#: views.py:1379 msgid "Document version reverted successfully" msgstr "Versão do documento revertidos com sucesso" -#: views.py:1382 +#: views.py:1381 #, python-format msgid "Error reverting document version; %s" msgstr "Erro ao reverter versão do documento; %s" -#: views.py:1389 +#: views.py:1388 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1390 +#: views.py:1389 msgid "All later version after this one will be deleted too." msgstr "" @@ -1052,29 +1092,38 @@ msgstr "Próximo passo" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Número máximo de documentos recentes (criado, editado, visualizado) à ser lembrado, por usuário." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Número máximo de documentos recentes (criado, editado, visualizado) à ser " +"lembrado, por usuário." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Quantidade em porcentagem de zoom em uma página ou documento por interação do usuário." +msgstr "" +"Quantidade em porcentagem de zoom em uma página ou documento por interação " +"do usuário." #: conf/settings.py:40 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Valor máximo em porcentagem (%) para permitir ao usuário aumentar o zoom em uma página do documento de forma interativa." +msgstr "" +"Valor máximo em porcentagem (%) para permitir ao usuário aumentar o zoom em " +"uma página do documento de forma interativa." #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Valor mínimo em porcentagem (%) para permitir ao usuário diminuir o zoom em uma página do documento de forma interativa." +msgstr "" +"Valor mínimo em porcentagem (%) para permitir ao usuário diminuir o zoom em " +"uma página do documento de forma interativa." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Valor em graus para girar uma página do documento por interação do usuário." +msgstr "" +"Valor em graus para girar uma página do documento por interação do usuário." #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1086,7 +1135,12 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "Tipos de documentos definir uma classe que representa um grupo de documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de usar os tipos de documentos são: a atribuição de uma lista de nomes típicos para renomear rápidamente durante a criação, bem como atribuir tipos de padrão de metadados e conjuntos para ele." +msgstr "" +"Tipos de documentos definir uma classe que representa um grupo de " +"documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de " +"usar os tipos de documentos são: a atribuição de uma lista de nomes típicos " +"para renomear rápidamente durante a criação, bem como atribuir tipos de " +"padrão de metadados e conjuntos para ele." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1097,4 +1151,6 @@ msgstr "O que são os documentos recentes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "Aqui você encontrará os últimos %(recent_count)s documentos que você tenha criado ou editado de alguma maneira." +msgstr "" +"Aqui você encontrará os últimos %(recent_count)s documentos que você tenha " +"criado ou editado de alguma maneira." diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.po b/apps/documents/locale/ru/LC_MESSAGES/django.po index ef4d1175d8..c37b2a4a38 100644 --- a/apps/documents/locale/ru/LC_MESSAGES/django.po +++ b/apps/documents/locale/ru/LC_MESSAGES/django.po @@ -1,219 +1,275 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:02-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" "PO-Revision-Date: 2012-06-30 08:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:63 +#: __init__.py:55 msgid "all documents" msgstr "все документы" -#: __init__.py:64 models.py:669 views.py:871 +#: __init__.py:56 models.py:669 views.py:870 msgid "recent documents" msgstr "последние документы" -#: __init__.py:65 +#: __init__.py:57 msgid "upload new documents" msgstr "загрузить новые документы" -#: __init__.py:66 +#: __init__.py:58 msgid "clone metadata" msgstr "клонировать метаданные" -#: __init__.py:67 +#: __init__.py:59 msgid "details" msgstr "детали" -#: __init__.py:68 +#: __init__.py:60 msgid "properties" msgstr "свойства" -#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 -#: __init__.py:122 +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 msgid "delete" msgstr "удалить" -#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 msgid "edit" msgstr "редактировать" -#: __init__.py:72 +#: __init__.py:64 msgid "preview" msgstr "предварительный просмотр" -#: __init__.py:73 __init__.py:74 __init__.py:75 +#: __init__.py:65 __init__.py:66 __init__.py:67 msgid "download" msgstr "скачать" -#: __init__.py:76 +#: __init__.py:68 msgid "find duplicates" msgstr "поиска дубликатов" -#: __init__.py:77 +#: __init__.py:69 msgid "find all duplicates" msgstr "найти все дубликаты" -#: __init__.py:77 +#: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "Искать все контрольные суммы документов и вернуть список точных совпадений." +msgstr "" +"Искать все контрольные суммы документов и вернуть список точных совпадений." -#: __init__.py:78 +#: __init__.py:70 msgid "update office documents' page count" msgstr "обновить количество страниц документа" -#: __init__.py:78 +#: __init__.py:70 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Пересчитать количество страниц. Это полезно для включения поддержки уже существующих офисных документов." +msgstr "" +"Пересчитать количество страниц. Это полезно для включения поддержки уже " +"существующих офисных документов." -#: __init__.py:79 __init__.py:80 +#: __init__.py:71 __init__.py:72 msgid "clear transformations" msgstr "очистить преобразования" -#: __init__.py:81 +#: __init__.py:73 msgid "print" msgstr "печать" -#: __init__.py:82 +#: __init__.py:74 msgid "history" msgstr "история" -#: __init__.py:83 +#: __init__.py:75 msgid "Find missing document files" msgstr "Найти недостающие файлы документов" -#: __init__.py:86 +#: __init__.py:78 msgid "Clear the document image cache" msgstr "Очистить кэш изображения документа" -#: __init__.py:86 +#: __init__.py:78 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "Очистить графику для ускорения отображения документов и интерактивных преобразований." +msgstr "" +"Очистить графику для ускорения отображения документов и интерактивных " +"преобразований." -#: __init__.py:89 +#: __init__.py:81 msgid "page transformations" msgstr " преобразования страницы" -#: __init__.py:90 +#: __init__.py:82 msgid "create new transformation" msgstr "создать новое преобразование" -#: __init__.py:94 +#: __init__.py:86 msgid "page image" msgstr "изображение страницы" -#: __init__.py:95 +#: __init__.py:87 msgid "page text" msgstr "текст страницы" -#: __init__.py:96 +#: __init__.py:88 msgid "edit page text" msgstr "редактировать текст страницы" -#: __init__.py:97 +#: __init__.py:89 msgid "next page" msgstr "следующая страница" -#: __init__.py:98 +#: __init__.py:90 msgid "previous page" msgstr "предыдущая страница" -#: __init__.py:99 +#: __init__.py:91 msgid "first page" msgstr "первая страница" -#: __init__.py:100 +#: __init__.py:92 msgid "last page" msgstr "последняя страница" -#: __init__.py:101 +#: __init__.py:93 msgid "zoom in" msgstr "увеличить" -#: __init__.py:102 +#: __init__.py:94 msgid "zoom out" msgstr "уменьшить" -#: __init__.py:103 +#: __init__.py:95 msgid "rotate right" msgstr "повернуть вправо" -#: __init__.py:104 +#: __init__.py:96 msgid "rotate left" msgstr "повернуть влево" -#: __init__.py:105 +#: __init__.py:97 msgid "reset view" msgstr "вернуть вид" -#: __init__.py:108 +#: __init__.py:100 msgid "versions" msgstr "версии" -#: __init__.py:109 +#: __init__.py:101 msgid "revert" msgstr "возвращаться" -#: __init__.py:112 +#: __init__.py:104 msgid "document type list" msgstr "Список типов документов" -#: __init__.py:113 views.py:1050 +#: __init__.py:105 views.py:1049 msgid "document types" msgstr "типы документов" -#: __init__.py:114 +#: __init__.py:106 msgid "documents of this type" msgstr "документы этого типа" -#: __init__.py:117 views.py:1161 +#: __init__.py:109 views.py:1160 msgid "create document type" msgstr "создать тип документа" -#: __init__.py:119 +#: __init__.py:111 msgid "filenames" msgstr "Имена файлов" -#: __init__.py:120 +#: __init__.py:112 msgid "add filename to document type" msgstr "добавить имя файла для типа документа" -#: __init__.py:164 permissions.py:7 +#: __init__.py:156 permissions.py:7 msgid "Documents" msgstr "Документы" -#: __init__.py:166 __init__.py:179 models.py:91 views.py:79 +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 msgid "documents" msgstr "документы" -#: __init__.py:169 +#: __init__.py:161 msgid "thumbnail" msgstr "миниатюра" -#: __init__.py:172 +#: __init__.py:164 msgid "metadata" msgstr "метаданные" +#: events.py:7 +msgid "Document creation" +msgstr "Создание документов" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Документ \"%(content_object)s\", создан %(fullname)s ." + +#: events.py:9 +#, python-format +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Документ \"%(content_object)s\" создан %(datetime)s пользователем " +"%(fullname)s." + +#: events.py:13 +msgid "Document edited" +msgstr "Документ отредактирован" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Документ \"%(content_object)s\" редактировал %(fullname)s. " + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Документ \"%(content_object)s\" был изменён %(datetime)s %(fullname)s. Были " +"внесены изменения: %(changes)s." + +#: events.py:22 +msgid "Document deleted" +msgstr "Документ удален" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Документ \"%(document)s\" удалил %(fullname)s." + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "Документ\"%(document)s\" удалил %(datetime)s %(fullname)s." + #: forms.py:63 msgid "Page image" msgstr "Изображение страницы" @@ -280,69 +336,39 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "Скачать документ в исходном формате или сжатым. Этот вариант доступен только при загрузке одного документа, для нескольких документов будет использован сжатый файл." +msgstr "" +"Скачать документ в исходном формате или сжатым. Этот вариант доступен только " +"при загрузке одного документа, для нескольких документов будет использован " +"сжатый файл." -#: literals.py:10 -msgid "Document creation" -msgstr "Создание документов" +#: forms.py:319 +#, fuzzy +msgid "Compressed filename" +msgstr "имя файла для типа документа" -#: literals.py:11 -#, python-format -msgid "Document \"%(content_object)s\" created by %(fullname)s." -msgstr "Документ \"%(content_object)s\", создан %(fullname)s ." - -#: literals.py:12 -#, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Документ \"%(content_object)s\" создан %(datetime)s пользователем %(fullname)s." - -#: literals.py:18 -msgid "Document edited" -msgstr "Документ отредактирован" - -#: literals.py:19 -#, python-format -msgid "Document \"%(content_object)s\" edited by %(fullname)s." -msgstr "Документ \"%(content_object)s\" редактировал %(fullname)s. " - -#: literals.py:20 -#, python-format +#: forms.py:319 msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Документ \"%(content_object)s\" был изменён %(datetime)s %(fullname)s. Были внесены изменения: %(changes)s." +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" -#: literals.py:29 -msgid "Document deleted" -msgstr "Документ удален" - -#: literals.py:30 -#, python-format -msgid "Document \"%(document)s\" deleted by %(fullname)s." -msgstr "Документ \"%(document)s\" удалил %(fullname)s." - -#: literals.py:31 -#, python-format -msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Документ\"%(document)s\" удалил %(datetime)s %(fullname)s." - -#: literals.py:42 +#: literals.py:15 msgid "final" msgstr "окончательный" -#: literals.py:43 +#: literals.py:16 msgid "alpha" msgstr "альфа" -#: literals.py:44 +#: literals.py:17 msgid "beta" msgstr "бета" -#: literals.py:45 +#: literals.py:18 msgid "release candidate" msgstr "релиз-кандидат" -#: literals.py:46 +#: literals.py:19 msgid "hotfix" msgstr "исправление" @@ -350,8 +376,8 @@ msgstr "исправление" msgid "name" msgstr "имя" -#: models.py:68 models.py:78 models.py:543 views.py:1068 views.py:1097 -#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 msgid "document type" msgstr "тип документа" @@ -367,8 +393,8 @@ msgstr "описание" msgid "added" msgstr "добавлено" -#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:227 -#: views.py:351 +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 msgid "document" msgstr "документ" @@ -411,7 +437,7 @@ msgstr "номер" msgid "timestamp" msgstr "отметка времени" -#: models.py:315 views.py:1357 +#: models.py:315 views.py:1356 msgid "comment" msgstr "комментарий" @@ -433,11 +459,11 @@ msgid "" "defaulted to 1." msgstr "Этот формат файла документа не известен, количество страниц поэтому 1." -#: models.py:544 views.py:1353 +#: models.py:544 views.py:1352 msgid "filename" msgstr "имя файла" -#: models.py:545 views.py:1181 +#: models.py:545 views.py:1180 msgid "enabled" msgstr "разрешено" @@ -478,15 +504,15 @@ msgstr "страницы документа" msgid "Enter a valid value." msgstr "Введите допустимое значение." -#: models.py:621 views.py:449 +#: models.py:621 views.py:448 msgid "order" msgstr "порядок" -#: models.py:622 views.py:450 views.py:511 views.py:542 +#: models.py:622 views.py:449 views.py:510 views.py:541 msgid "transformation" msgstr "преобразование" -#: models.py:623 views.py:451 +#: models.py:623 views.py:450 msgid "arguments" msgstr "аргументы" @@ -523,7 +549,7 @@ msgstr "Тип документа" msgid "MIME type" msgstr "MIME-тип" -#: models.py:676 views.py:132 +#: models.py:676 views.py:130 msgid "Filename" msgstr "Имя файла" @@ -567,7 +593,7 @@ msgstr "Просмотр документов" msgid "Delete documents" msgstr "Удаление документов" -#: permissions.py:14 views.py:408 +#: permissions.py:14 views.py:406 msgid "Download documents" msgstr "Загрузка документов" @@ -625,9 +651,10 @@ msgstr "Документы в хранилище: %d." #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" -" bytes" -msgstr "Использовано:%(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " +"bytes" +msgstr "" +"Использовано:%(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" #: statistics.py:63 #, python-format @@ -653,379 +680,396 @@ msgstr "" msgid "Document statistics" msgstr "Статистика документов" -#: views.py:133 +#: views.py:131 msgid "File mimetype" msgstr "Mime тип файла" -#: views.py:133 views.py:134 +#: views.py:131 views.py:132 msgid "None" msgstr "" -#: views.py:134 +#: views.py:132 msgid "File mime encoding" msgstr "Mime-кодировка файла" -#: views.py:135 +#: views.py:133 msgid "File size" msgstr "Размер" -#: views.py:136 +#: views.py:134 msgid "Exists in storage" msgstr "Существует в хранилище" -#: views.py:137 +#: views.py:135 msgid "File path in storage" msgstr "Путь к файлу в хранилище" -#: views.py:138 +#: views.py:136 msgid "Date added" msgstr "Дата добавления" -#: views.py:139 +#: views.py:137 msgid "Time added" msgstr "Время добавления" -#: views.py:140 +#: views.py:138 msgid "Checksum" msgstr "Контрольная сумма" -#: views.py:141 +#: views.py:139 msgid "UUID" msgstr "UUID" -#: views.py:142 +#: views.py:140 msgid "Pages" msgstr "Страницы" -#: views.py:151 +#: views.py:149 #, python-format msgid "document properties for: %s" msgstr "Свойства документа для: %s" -#: views.py:173 +#: views.py:171 msgid "document data" msgstr "данные документа" -#: views.py:197 views.py:646 +#: views.py:195 views.py:645 msgid "Must provide at least one document." msgstr "Необходимо предоставить хотя бы один документ." -#: views.py:218 +#: views.py:216 msgid "Document deleted successfully." msgstr "Документ успешно удален." -#: views.py:220 +#: views.py:218 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Документ:%(document)s ошибка удаления: %(error)s" -#: views.py:235 +#: views.py:233 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Вы действительно хотите удалить документ: %s?" -#: views.py:237 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Вы действительно хотите удалить документы: %s?" -#: views.py:276 +#: views.py:274 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Документ \"%s\" изменен." -#: views.py:342 +#: views.py:340 msgid "documents to be downloaded" msgstr "Документы для загрузки" -#: views.py:352 views.py:1337 +#: views.py:350 views.py:1336 msgid "version" msgstr "версия" -#: views.py:409 +#: views.py:407 msgid "Download" msgstr "Скачать" -#: views.py:411 +#: views.py:409 msgid "Return" msgstr "Назад" -#: views.py:445 +#: views.py:444 #, python-format msgid "transformations for: %s" msgstr "преобразования для: %s" -#: views.py:472 +#: views.py:471 msgid "Document page transformation created successfully." msgstr "Преобразование страницы документа создано успешно." -#: views.py:481 +#: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Создать новое преобразование для страницы: %(page)s документа: %(document)s" +msgstr "" +"Создать новое преобразование для страницы: %(page)s документа: %(document)s" -#: views.py:500 +#: views.py:499 msgid "Document page transformation edited successfully." msgstr "Преобразование страницы успешно изменено." -#: views.py:513 +#: views.py:512 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Изменить преобразования \"%(transformation)s\" for: %(document_page)s" -#: views.py:533 +#: views.py:532 msgid "Document page transformation deleted successfully." msgstr "Преобразование страницы успешно удалено." -#: views.py:544 +#: views.py:543 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "Вы действительно хотите удалить преобразования \"%(transformation)s\" for: %(document_page)s\"" +msgstr "" +"Вы действительно хотите удалить преобразования \"%(transformation)s\" for: " +"%(document_page)s\"" -#: views.py:562 +#: views.py:561 #, python-format msgid "duplicates of: %s" msgstr "дубликатов: %s" -#: views.py:574 +#: views.py:573 msgid "Are you sure you wish to find all duplicates?" msgstr "Вы действительно хотите найти все дубликаты?" -#: views.py:575 views.py:633 views.py:701 +#: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." -msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." +msgstr "" +"В больших базах данных эта операция может занять некоторое время для " +"выполнения." -#: views.py:598 +#: views.py:597 msgid "duplicated documents" msgstr "дубликаты документов" -#: views.py:624 +#: views.py:623 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Страницы посчитаны. Всего обработано %(total)d документов, из них количество страниц изменилось у %(change)d" +msgstr "" +"Страницы посчитаны. Всего обработано %(total)d документов, из них количество " +"страниц изменилось у %(change)d" -#: views.py:632 +#: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Вы действительно хотите пересчитать количество страниц для офисных документов (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Вы действительно хотите пересчитать количество страниц для офисных " +"документов (%d)?" -#: views.py:664 +#: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "Все преобразования страницы для документа: %s успешно удалены." -#: views.py:666 +#: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Ошибка при удалении страницы для преобразования документов: %(document)s; %(error)s." +msgstr "" +"Ошибка при удалении страницы для преобразования документов: %(document)s; " +"%(error)s." -#: views.py:672 +#: views.py:671 msgid "document transformation" msgstr "преобразование документа" -#: views.py:681 +#: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Вы действительно хотите удалить все преобразования странице документа: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Вы действительно хотите удалить все преобразования странице документа: %s?" -#: views.py:683 +#: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Вы действительно хотите удалить все преобразования страницы для документов: %s?" +msgstr "" +"Вы действительно хотите удалить все преобразования страницы для документов: " +"%s?" -#: views.py:711 +#: views.py:710 msgid "missing documents" msgstr "недостающие документы" -#: views.py:727 views.py:769 +#: views.py:726 views.py:768 #, python-format msgid "details for: %s" msgstr "подробности: %s" -#: views.py:788 +#: views.py:787 msgid "Document page edited successfully." msgstr "Страница документа успешно изменена." -#: views.py:797 +#: views.py:796 #, python-format msgid "edit: %s" msgstr "редактировать: %s" -#: views.py:814 +#: views.py:813 msgid "There are no more pages in this document" msgstr " Нет более страниц в этом документе" -#: views.py:832 +#: views.py:831 msgid "You are already at the first page of this document" msgstr "Вы уже на первой странице этого документа" -#: views.py:993 +#: views.py:992 #, python-format msgid "print: %s" msgstr "печать: %s" -#: views.py:1066 +#: views.py:1065 #, python-format msgid "documents of type \"%s\"" msgstr "документы типа \"%s\"" -#: views.py:1086 +#: views.py:1085 msgid "Document type edited successfully" msgstr "Тип документа успешно изменен" -#: views.py:1089 +#: views.py:1088 #, python-format msgid "Error editing document type; %s" msgstr "Ошибка редактирования типа документа; %s" -#: views.py:1094 +#: views.py:1093 #, python-format msgid "edit document type: %s" msgstr "редактировать тип документа: %s" -#: views.py:1118 +#: views.py:1117 #, python-format msgid "Document type: %s deleted successfully." msgstr "Вид документа: %s успешно удален." -#: views.py:1120 +#: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Тип документа: %(document_type)s ошибка удаления: %(error)s" -#: views.py:1135 +#: views.py:1134 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "Вы действительно хотите удалить тип документа: %s?" -#: views.py:1136 +#: views.py:1135 msgid "" "The document type of all documents using this document type will be set to " "none." msgstr "Тип документа всех документов этого типа станет неопределённым." -#: views.py:1152 +#: views.py:1151 msgid "Document type created successfully" msgstr "Тип документа успешно создан" -#: views.py:1155 +#: views.py:1154 #, python-format msgid "Error creating document type; %(error)s" msgstr "Ошибка при создании типа документа; %(error)s" -#: views.py:1173 +#: views.py:1172 #, python-format msgid "filenames for document type: %s" msgstr "имена файлов для типа документа: %s" -#: views.py:1204 +#: views.py:1203 msgid "Document type filename edited successfully" msgstr "Имя файла для типа документа успешно изменено" -#: views.py:1207 +#: views.py:1206 #, python-format msgid "Error editing document type filename; %s" msgstr "Ошибка редактирования документа введите имя файла; %s" -#: views.py:1212 +#: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "редактирование файла \"%(filename)s из типа документа \"%(document_type)s\"" +msgstr "" +"редактирование файла \"%(filename)s из типа документа \"%(document_type)s\"" -#: views.py:1221 views.py:1247 views.py:1255 +#: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" msgstr "имя файла для типа документа" -#: views.py:1239 +#: views.py:1238 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Имя файла для типа документа: %s успешно удалено." -#: views.py:1241 +#: views.py:1240 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "При удалении имени файла для типа документа %(document_type_filename)s произошла ошибка %(error)s" +msgstr "" +"При удалении имени файла для типа документа %(document_type_filename)s " +"произошла ошибка %(error)s" -#: views.py:1257 +#: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "Вы действительно хотите удалить имя файла: %(filename)s из типа документа \"%(document_type)s\"?" +msgstr "" +"Вы действительно хотите удалить имя файла: %(filename)s из типа документа " +"\"%(document_type)s\"?" -#: views.py:1282 +#: views.py:1281 msgid "Document type filename created successfully" msgstr "Имя файла для типа документа успешно создан" -#: views.py:1285 +#: views.py:1284 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Ошибка создания имени файла для типа документа; %(error)s" -#: views.py:1291 +#: views.py:1290 #, python-format msgid "create filename for document type: %s" msgstr "создание имени файла для типа документа: %s" -#: views.py:1306 +#: views.py:1305 msgid "Document image cache cleared successfully" msgstr "Кэш изображений документа очищен" -#: views.py:1308 +#: views.py:1307 #, python-format msgid "Error clearing document image cache; %s" msgstr "Ошибка очистки кэш изображений документов %s" -#: views.py:1314 +#: views.py:1313 msgid "Are you sure you wish to clear the document image cache?" msgstr "Вы уверены, что хотите очистить кэш изображений документа?" -#: views.py:1331 +#: views.py:1330 #, python-format msgid "versions for document: %s" msgstr "версии для документа %s" -#: views.py:1341 +#: views.py:1340 msgid "time and date" msgstr "время и дата" -#: views.py:1345 +#: views.py:1344 msgid "mimetype" msgstr "MimeType" -#: views.py:1349 +#: views.py:1348 msgid "encoding" msgstr "кодировка" -#: views.py:1380 +#: views.py:1379 msgid "Document version reverted successfully" msgstr "Версия документа восстановлена" -#: views.py:1382 +#: views.py:1381 #, python-format msgid "Error reverting document version; %s" msgstr "Ошибка получения версии документа %s" -#: views.py:1389 +#: views.py:1388 msgid "Are you sure you wish to revert to this version?" msgstr "Вы уверены, что хотите вернуться к этой версии?" -#: views.py:1390 +#: views.py:1389 msgid "All later version after this one will be deleted too." msgstr "Все более поздние версии после этого будут удалены" @@ -1051,9 +1095,11 @@ msgstr "Далее" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per" -" user." -msgstr "Максимальное количество последних (созданных, измененных, просмотренных) документов, запоминаемых для каждого пользователя." +"Maximum number of recent (created, edited, viewed) documents to remember per " +"user." +msgstr "" +"Максимальное количество последних (созданных, измененных, просмотренных) " +"документов, запоминаемых для каждого пользователя." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -1085,7 +1131,12 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "Типы документов определяют класс, который представляет группы документов, таких как: счета-фактуры, правила или инструкции. Преимуществами использования типов документов являются: назначение списка типичных имен файлов для быстрого переименования в процессе создания, а также присвоения метаданных по умолчанию и их установки." +msgstr "" +"Типы документов определяют класс, который представляет группы документов, " +"таких как: счета-фактуры, правила или инструкции. Преимуществами " +"использования типов документов являются: назначение списка типичных имен " +"файлов для быстрого переименования в процессе создания, а также присвоения " +"метаданных по умолчанию и их установки." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1096,4 +1147,6 @@ msgstr "Что такое последние документы?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "Здесь вы найдете последние %(recent_count)s документов созданные или отредактированные вами." +msgstr "" +"Здесь вы найдете последние %(recent_count)s документов созданные или " +"отредактированные вами." diff --git a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po index 7e5840fa97..87d9366c47 100644 --- a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 18:24+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 @@ -34,27 +35,27 @@ msgstr "Erneut suchen" msgid "Search terms" msgstr "Suchbegriffe" -#: models.py:20 +#: models.py:21 msgid "user" msgstr "Benutzer" -#: models.py:21 +#: models.py:22 msgid "query" msgstr "Abfrage" -#: models.py:22 +#: models.py:23 msgid "datetime created" msgstr "Erstellungsdatum" -#: models.py:23 +#: models.py:24 msgid "hits" msgstr "Treffer" -#: models.py:61 +#: models.py:62 msgid "recent search" msgstr "letzte Suche" -#: models.py:62 +#: models.py:63 msgid "recent searches" msgstr "letzte Suchen" @@ -98,7 +99,9 @@ msgstr "Hilfe" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "Die gesuchten Wörter mit Leerzeichen getrennt eingeben. Nur die %(search_results_limit)s Ergebnisse werden angezeigt." +msgstr "" +"Die gesuchten Wörter mit Leerzeichen getrennt eingeben. Nur die " +"%(search_results_limit)s Ergebnisse werden angezeigt." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po index 559b7dc1b1..7175f002a1 100644 --- a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,27 +33,27 @@ msgstr "" msgid "Search terms" msgstr "" -#: models.py:20 +#: models.py:21 msgid "user" msgstr "" -#: models.py:21 +#: models.py:22 msgid "query" msgstr "" -#: models.py:22 +#: models.py:23 msgid "datetime created" msgstr "" -#: models.py:23 +#: models.py:24 msgid "hits" msgstr "" -#: models.py:61 +#: models.py:62 msgid "recent search" msgstr "" -#: models.py:62 +#: models.py:63 msgid "recent searches" msgstr "" diff --git a/apps/dynamic_search/locale/es/LC_MESSAGES/django.po b/apps/dynamic_search/locale/es/LC_MESSAGES/django.po index fa0f17208a..c5fa4b2568 100644 --- a/apps/dynamic_search/locale/es/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-04 17:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 @@ -34,34 +35,35 @@ msgstr "buscar de nuevo" msgid "Search terms" msgstr "Términos de búsqueda" -#: models.py:20 +#: models.py:21 msgid "user" msgstr "usuario" -#: models.py:21 +#: models.py:22 msgid "query" msgstr "pregunta" -#: models.py:22 +#: models.py:23 msgid "datetime created" msgstr "fecha y hora creados" -#: models.py:23 +#: models.py:24 msgid "hits" msgstr "accesos" -#: models.py:61 +#: models.py:62 msgid "recent search" msgstr "búsqueda reciente" -#: models.py:62 +#: models.py:63 msgid "recent searches" msgstr "búsquedas recientes" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "resultados, (mostrando solamente %(shown_result_count)s de %(result_count)s)" +msgstr "" +"resultados, (mostrando solamente %(shown_result_count)s de %(result_count)s)" #: views.py:37 msgid "results" @@ -98,7 +100,10 @@ msgstr "Ayuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "Introduzca las palabras clave de búsqueda que desee separadas por un espacio. Sólo los primeros %(search_results_limit)s resultados estarán disponibles." +msgstr "" +"Introduzca las palabras clave de búsqueda que desee separadas por un " +"espacio. Sólo los primeros %(search_results_limit)s resultados estarán " +"disponibles." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/it/LC_MESSAGES/django.po b/apps/dynamic_search/locale/it/LC_MESSAGES/django.po index 0866ccbc01..c0641d470c 100644 --- a/apps/dynamic_search/locale/it/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-08 07:42+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 @@ -35,34 +36,35 @@ msgstr "cerca ancora" msgid "Search terms" msgstr "Termini di ricerca" -#: models.py:20 +#: models.py:21 msgid "user" msgstr "utente" -#: models.py:21 +#: models.py:22 msgid "query" msgstr "interrogazione" -#: models.py:22 +#: models.py:23 msgid "datetime created" msgstr "orario creato" -#: models.py:23 +#: models.py:24 msgid "hits" msgstr "visite" -#: models.py:61 +#: models.py:62 msgid "recent search" msgstr "ricerce recenti" -#: models.py:62 +#: models.py:63 msgid "recent searches" msgstr "risultati della ricerca" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "risultati, (mostra esclusivamente %(shown_result_count)s di %(result_count)s)" +msgstr "" +"risultati, (mostra esclusivamente %(shown_result_count)s di %(result_count)s)" #: views.py:37 msgid "results" @@ -99,7 +101,9 @@ msgstr "Aiuto" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "Inserisci le parole da cercare separate da spazzi. Solo i primi %(search_results_limit)s saranno disponibili." +msgstr "" +"Inserisci le parole da cercare separate da spazzi. Solo i primi " +"%(search_results_limit)s saranno disponibili." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po index 9361285473..3007498585 100644 --- a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,16 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-21 15:21+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:5 msgid "search" @@ -36,27 +38,27 @@ msgstr "wyszukaj ponownie" msgid "Search terms" msgstr "Słowa do wyszukania" -#: models.py:20 +#: models.py:21 msgid "user" msgstr "użytkownik" -#: models.py:21 +#: models.py:22 msgid "query" msgstr "zapytanie" -#: models.py:22 +#: models.py:23 msgid "datetime created" msgstr "" -#: models.py:23 +#: models.py:24 msgid "hits" msgstr "trafienia" -#: models.py:61 +#: models.py:62 msgid "recent search" msgstr "ostatnie wyszukiwanie" -#: models.py:62 +#: models.py:63 msgid "recent searches" msgstr "ostatnie wyszukiwania" diff --git a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po index 7bb3565e37..e718a0df0f 100644 --- a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 13:57+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 @@ -35,34 +36,35 @@ msgstr "procurar novamente" msgid "Search terms" msgstr "Termos de pesquisa" -#: models.py:20 +#: models.py:21 msgid "user" msgstr "utilizador" -#: models.py:21 +#: models.py:22 msgid "query" msgstr "consulta" -#: models.py:22 +#: models.py:23 msgid "datetime created" msgstr "data e hora da criação" -#: models.py:23 +#: models.py:24 msgid "hits" msgstr "resultados" -#: models.py:61 +#: models.py:62 msgid "recent search" msgstr "consulta recente" -#: models.py:62 +#: models.py:63 msgid "recent searches" msgstr "consultas recentes" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )" +msgstr "" +"resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )" #: views.py:37 msgid "results" @@ -99,7 +101,9 @@ msgstr "Ajuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "Digite as palavras-chave que deseja procurar separadas por um espaço. Apenas os %(search_results_limit)s primeiros resultados estarão disponíveis." +msgstr "" +"Digite as palavras-chave que deseja procurar separadas por um espaço. " +"Apenas os %(search_results_limit)s primeiros resultados estarão disponíveis." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po index 6c61582afe..37400669d0 100644 --- a/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:5 @@ -34,34 +35,35 @@ msgstr "pesquisar novamente" msgid "Search terms" msgstr "Termos de pesquisa" -#: models.py:20 +#: models.py:21 msgid "user" msgstr "usuário" -#: models.py:21 +#: models.py:22 msgid "query" msgstr "pergunta" -#: models.py:22 +#: models.py:23 msgid "datetime created" msgstr "Data e hora da criação" -#: models.py:23 +#: models.py:24 msgid "hits" msgstr "visitas" -#: models.py:61 +#: models.py:62 msgid "recent search" msgstr "pesquisa recente" -#: models.py:62 +#: models.py:63 msgid "recent searches" msgstr "pesquisas recentes" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )" +msgstr "" +"resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )" #: views.py:37 msgid "results" @@ -98,7 +100,9 @@ msgstr "Ajuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "Digite as palavras-chave da pesquisa desejada separadas por um espaço. Apenas o máximo %(search_results_limit)s resultados estarão disponíveis." +msgstr "" +"Digite as palavras-chave da pesquisa desejada separadas por um espaço. " +"Apenas o máximo %(search_results_limit)s resultados estarão disponíveis." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po index d1f6b25a76..38ca3fa6b9 100644 --- a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po @@ -1,21 +1,23 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:08-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-03 22:40+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:5 msgid "search" @@ -33,34 +35,35 @@ msgstr "искать ещё раз" msgid "Search terms" msgstr "Слова для поиска" -#: models.py:20 +#: models.py:21 msgid "user" msgstr "пользователь" -#: models.py:21 +#: models.py:22 msgid "query" msgstr "запрос" -#: models.py:22 +#: models.py:23 msgid "datetime created" msgstr "даты и время создания" -#: models.py:23 +#: models.py:24 msgid "hits" msgstr "хитов" -#: models.py:61 +#: models.py:62 msgid "recent search" msgstr "недавний поиск" -#: models.py:62 +#: models.py:63 msgid "recent searches" msgstr "последние запросы" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "результаты, (показывая только %(shown_result_count)s из %(result_count)s)" +msgstr "" +"результаты, (показывая только %(shown_result_count)s из %(result_count)s)" #: views.py:37 msgid "results" @@ -86,7 +89,9 @@ msgstr "Максимальное количество отображаемых #: conf/settings.py:13 msgid "Maximum number of search queries to remember per user." -msgstr "Максимальное количество поисковых запросов запоминаемых для каждого пользователя." +msgstr "" +"Максимальное количество поисковых запросов запоминаемых для каждого " +"пользователя." #: templates/search_help.html:3 msgid "Help" @@ -97,7 +102,9 @@ msgstr "Помощь" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "Введите ключевые слова для поиска желаемого через пробел. Только первые %(search_results_limit)s будут доступны." +msgstr "" +"Введите ключевые слова для поиска желаемого через пробел. Только первые " +"%(search_results_limit)s будут доступны." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/folders/locale/de_DE/LC_MESSAGES/django.po b/apps/folders/locale/de_DE/LC_MESSAGES/django.po index 10d30dfed5..18bfacd9d8 100644 --- a/apps/folders/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/folders/locale/de_DE/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-09-30 04:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:18 @@ -208,8 +209,8 @@ msgstr "" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr "" #: templates/folders_help.html:3 diff --git a/apps/folders/locale/en/LC_MESSAGES/django.po b/apps/folders/locale/en/LC_MESSAGES/django.po index 6a6352a12d..16ee3f7dd2 100644 --- a/apps/folders/locale/en/LC_MESSAGES/django.po +++ b/apps/folders/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/folders/locale/es/LC_MESSAGES/django.po b/apps/folders/locale/es/LC_MESSAGES/django.po index 78669d9805..8fae8ba368 100644 --- a/apps/folders/locale/es/LC_MESSAGES/django.po +++ b/apps/folders/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-04 02:35+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:18 @@ -168,7 +169,8 @@ msgstr "documentos en la carpeta: %s" #: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "Documento: %(document)s agregado a la carpeta: %(folder)s exitosamente." +msgstr "" +"Documento: %(document)s agregado a la carpeta: %(folder)s exitosamente." #: views.py:191 #, python-format @@ -204,14 +206,18 @@ msgstr "Documento: %(document)s error de remoción: %(error)s " msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "¿Está seguro que desea remover el documento: %(document)s de la carpeta \"%(folder)s\"?" +msgstr "" +"¿Está seguro que desea remover el documento: %(document)s de la carpeta " +"\"%(folder)s\"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "¿Está seguro que desea eliminar los documentos: %(documents)s de la carpeta \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"¿Está seguro que desea eliminar los documentos: %(documents)s de la carpeta " +"\"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -223,7 +229,12 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "Estas carpetas también se pueden describir como carpetas de usuarios. Son una manera de permitir a usuarios individuales crear sus propios métodos de organización de documentos. Las carpetas creadas por un usuario y los documentos contenidos en ellas no afectan las carpetas de otros usuarios o los documentos." +msgstr "" +"Estas carpetas también se pueden describir como carpetas de usuarios. Son " +"una manera de permitir a usuarios individuales crear sus propios métodos de " +"organización de documentos. Las carpetas creadas por un usuario y los " +"documentos contenidos en ellas no afectan las carpetas de otros usuarios o " +"los documentos." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/folders/locale/it/LC_MESSAGES/django.po b/apps/folders/locale/it/LC_MESSAGES/django.po index 1f4f17af47..91f7c88950 100644 --- a/apps/folders/locale/it/LC_MESSAGES/django.po +++ b/apps/folders/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. @@ -10,15 +10,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-08 07:45+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:18 @@ -171,7 +172,8 @@ msgstr "documenti nella cartella: %s" #: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "Documento: %(document)s aggiunto alla cartella: %(folder)s successfully." +msgstr "" +"Documento: %(document)s aggiunto alla cartella: %(folder)s successfully." #: views.py:191 #, python-format @@ -207,14 +209,18 @@ msgstr "Documento: %(document)s errore di cancellazione: %(error)s" msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Sei sicuro di voler rimuovere il documento: %(document)s dalla cartella \"%(folder)s\"?" +msgstr "" +"Sei sicuro di voler rimuovere il documento: %(document)s dalla cartella " +"\"%(folder)s\"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Sei sicuro di voler rimuovere i documenti: %(documents)s dalla cartella \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Sei sicuro di voler rimuovere i documenti: %(documents)s dalla cartella " +"\"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -226,7 +232,12 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "Queste cartelle possono anche essere considerate come cartelle utente. Sono un modo per consentire agli utenti singoli per creare i propri metodi di organizzazione dei documenti. Cartelle create da un utente e dei documenti contenuti da loro non riguardano tutte le cartelle di altri utenti o documenti." +msgstr "" +"Queste cartelle possono anche essere considerate come cartelle utente. Sono " +"un modo per consentire agli utenti singoli per creare i propri metodi di " +"organizzazione dei documenti. Cartelle create da un utente e dei documenti " +"contenuti da loro non riguardano tutte le cartelle di altri utenti o " +"documenti." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/folders/locale/pl/LC_MESSAGES/django.po b/apps/folders/locale/pl/LC_MESSAGES/django.po index 59e60a149f..274f02abe8 100644 --- a/apps/folders/locale/pl/LC_MESSAGES/django.po +++ b/apps/folders/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-21 15:38+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:18 msgid "folder list" @@ -209,8 +211,8 @@ msgstr "" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" msgstr "" #: templates/folders_help.html:3 diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.po b/apps/folders/locale/pt/LC_MESSAGES/django.po index eb0140f895..30e6c18dbe 100644 --- a/apps/folders/locale/pt/LC_MESSAGES/django.po +++ b/apps/folders/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. # Roberto Rosario , 2012. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 16:37+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:18 @@ -206,14 +207,18 @@ msgstr "Documento: %(document)s erro ao eliminar: %(error)s " msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Tem a certeza de que deseja remover o documento: %(document)s da pasta \"%(folder)s\"?" +msgstr "" +"Tem a certeza de que deseja remover o documento: %(document)s da pasta " +"\"%(folder)s\"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Tem a certeza de que deseja remover os documentos: %(documents)s da pasta \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Tem a certeza de que deseja remover os documentos: %(documents)s da pasta " +"\"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -225,7 +230,12 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "Estas pastas também podem ser descritas como pastas de utilizador. Elas permitem que utilizadores individuais criem os seus próprios métodos de organização de documentos. Pastas criadas por um utilizador e os documentos nelas contidos não afetam quaisquer pastas ou documentos de outros utilizadores." +msgstr "" +"Estas pastas também podem ser descritas como pastas de utilizador. Elas " +"permitem que utilizadores individuais criem os seus próprios métodos de " +"organização de documentos. Pastas criadas por um utilizador e os documentos " +"nelas contidos não afetam quaisquer pastas ou documentos de outros " +"utilizadores." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/folders/locale/pt_BR/LC_MESSAGES/django.po b/apps/folders/locale/pt_BR/LC_MESSAGES/django.po index 64c383cebb..820dfc5f33 100644 --- a/apps/folders/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/folders/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:18 @@ -205,14 +206,18 @@ msgstr "Documento: %(document)s erro ao deletar: %(error)s " msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Tem certeza de que deseja remover o documento: %(document)s da pasta \"%(folder)s\"?" +msgstr "" +"Tem certeza de que deseja remover o documento: %(document)s da pasta " +"\"%(folder)s\"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Tem certeza de que deseja remover os documentos: %(documents)s da pasta \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Tem certeza de que deseja remover os documentos: %(documents)s da pasta " +"\"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -224,7 +229,12 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "Estas pastas também podem ser descritas como pastas de usuário. Elas são uma maneira de permitir que os usuários individuais criem os seus próprios métodos de organização do documento. Pastas criadas por um usuário e os documentos contidos nelas não afetam todas as pastas de outros usuários ou documentos." +msgstr "" +"Estas pastas também podem ser descritas como pastas de usuário. Elas são uma " +"maneira de permitir que os usuários individuais criem os seus próprios " +"métodos de organização do documento. Pastas criadas por um usuário e os " +"documentos contidos nelas não afetam todas as pastas de outros usuários ou " +"documentos." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.po b/apps/folders/locale/ru/LC_MESSAGES/django.po index 2d9d7467cd..18c5bd1eb1 100644 --- a/apps/folders/locale/ru/LC_MESSAGES/django.po +++ b/apps/folders/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-03 06:38+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:18 msgid "folder list" @@ -204,14 +206,18 @@ msgstr "Документ:%(document)s ошибка удаления: %(error)s" msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Вы действительно хотите удалить документ: %(document)s из папки \"%(folder)s \"?" +msgstr "" +"Вы действительно хотите удалить документ: %(document)s из папки \"%(folder)s " +"\"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Вы действительно хотите удалить документы: %(documents)s из папки \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Вы действительно хотите удалить документы: %(documents)s из папки " +"\"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -223,7 +229,10 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "Эти папки можно описать как пользовательские папки. Они позволяют отдельным пользователям хранить папки ао своему. Папки, созданные одним пользователем и документы, содержащиеся в них, не влияют других пользователей." +msgstr "" +"Эти папки можно описать как пользовательские папки. Они позволяют отдельным " +"пользователям хранить папки ао своему. Папки, созданные одним пользователем " +"и документы, содержащиеся в них, не влияют других пользователей." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/history/locale/de_DE/LC_MESSAGES/django.po b/apps/history/locale/de_DE/LC_MESSAGES/django.po index e248467438..33ab1e47d6 100644 --- a/apps/history/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/history/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -30,7 +31,7 @@ msgstr "" msgid "summary" msgstr "Zusammenfassung" -#: links.py:7 models.py:78 +#: links.py:7 models.py:73 msgid "history" msgstr "Verlauf" @@ -62,7 +63,7 @@ msgstr "Datum Uhrzeit" msgid "dictionary" msgstr "Wörterbuch" -#: models.py:79 +#: models.py:74 msgid "histories" msgstr "Verläufe" diff --git a/apps/history/locale/en/LC_MESSAGES/django.po b/apps/history/locale/en/LC_MESSAGES/django.po index 2624724b18..1c02663688 100644 --- a/apps/history/locale/en/LC_MESSAGES/django.po +++ b/apps/history/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" msgid "summary" msgstr "" -#: links.py:7 models.py:78 +#: links.py:7 models.py:73 msgid "history" msgstr "" @@ -61,7 +61,7 @@ msgstr "" msgid "dictionary" msgstr "" -#: models.py:79 +#: models.py:74 msgid "histories" msgstr "" diff --git a/apps/history/locale/es/LC_MESSAGES/django.po b/apps/history/locale/es/LC_MESSAGES/django.po index 0de7c5c3ae..14470295fa 100644 --- a/apps/history/locale/es/LC_MESSAGES/django.po +++ b/apps/history/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:24+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -30,7 +31,7 @@ msgstr "tipo" msgid "summary" msgstr "resumen" -#: links.py:7 models.py:78 +#: links.py:7 models.py:73 msgid "history" msgstr "historial" @@ -62,7 +63,7 @@ msgstr "fecha y hora" msgid "dictionary" msgstr "diccionario" -#: models.py:79 +#: models.py:74 msgid "histories" msgstr "historiales" diff --git a/apps/history/locale/it/LC_MESSAGES/django.po b/apps/history/locale/it/LC_MESSAGES/django.po index c7bb75781b..42459fa6c9 100644 --- a/apps/history/locale/it/LC_MESSAGES/django.po +++ b/apps/history/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -31,7 +32,7 @@ msgstr "" msgid "summary" msgstr "sommario" -#: links.py:7 models.py:78 +#: links.py:7 models.py:73 msgid "history" msgstr "versioni" @@ -63,7 +64,7 @@ msgstr "data" msgid "dictionary" msgstr "dizionario" -#: models.py:79 +#: models.py:74 msgid "histories" msgstr "cronologie" diff --git a/apps/history/locale/pl/LC_MESSAGES/django.po b/apps/history/locale/pl/LC_MESSAGES/django.po index 87ef124a77..399fa295f8 100644 --- a/apps/history/locale/pl/LC_MESSAGES/django.po +++ b/apps/history/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,16 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:17 msgid "date and time" @@ -32,7 +34,7 @@ msgstr "" msgid "summary" msgstr "streszczenie" -#: links.py:7 models.py:78 +#: links.py:7 models.py:73 msgid "history" msgstr "historia" @@ -64,7 +66,7 @@ msgstr "data i godzina" msgid "dictionary" msgstr "słownik" -#: models.py:79 +#: models.py:74 msgid "histories" msgstr "historie" diff --git a/apps/history/locale/pt/LC_MESSAGES/django.po b/apps/history/locale/pt/LC_MESSAGES/django.po index 750c74a410..a95d9f8a7e 100644 --- a/apps/history/locale/pt/LC_MESSAGES/django.po +++ b/apps/history/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-03 18:02+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -31,7 +32,7 @@ msgstr "tipo" msgid "summary" msgstr "sumário" -#: links.py:7 models.py:78 +#: links.py:7 models.py:73 msgid "history" msgstr "historial" @@ -63,7 +64,7 @@ msgstr "data / hora" msgid "dictionary" msgstr "dicionário" -#: models.py:79 +#: models.py:74 msgid "histories" msgstr "historiais" diff --git a/apps/history/locale/pt_BR/LC_MESSAGES/django.po b/apps/history/locale/pt_BR/LC_MESSAGES/django.po index 1886d838a2..b50842aeff 100644 --- a/apps/history/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/history/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:17 @@ -30,7 +31,7 @@ msgstr "" msgid "summary" msgstr "sumário" -#: links.py:7 models.py:78 +#: links.py:7 models.py:73 msgid "history" msgstr "história" @@ -62,7 +63,7 @@ msgstr "hora, data" msgid "dictionary" msgstr "dicionário" -#: models.py:79 +#: models.py:74 msgid "histories" msgstr "histórias" diff --git a/apps/history/locale/ru/LC_MESSAGES/django.po b/apps/history/locale/ru/LC_MESSAGES/django.po index 6058213af3..4a0f1c22c7 100644 --- a/apps/history/locale/ru/LC_MESSAGES/django.po +++ b/apps/history/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:17 msgid "date and time" @@ -30,7 +32,7 @@ msgstr "" msgid "summary" msgstr "итого" -#: links.py:7 models.py:78 +#: links.py:7 models.py:73 msgid "history" msgstr "история" @@ -62,7 +64,7 @@ msgstr "дата и время" msgid "dictionary" msgstr "словарь" -#: models.py:79 +#: models.py:74 msgid "histories" msgstr "истории" diff --git a/apps/installation/locale/de_DE/LC_MESSAGES/django.po b/apps/installation/locale/de_DE/LC_MESSAGES/django.po index cd1f31efd1..43bd864650 100644 --- a/apps/installation/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/installation/locale/de_DE/LC_MESSAGES/django.po @@ -1,26 +1,111 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: links.py:7 +#: links.py:7 models.py:148 msgid "installation details" msgstr "" +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +msgid "Distributor ID" +msgstr "" + +#: models.py:65 +msgid "Description" +msgstr "" + +#: models.py:66 +msgid "Release" +msgstr "" + +#: models.py:67 +msgid "Codename" +msgstr "" + +#: models.py:68 +msgid "System info" +msgstr "" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +msgid "Platform" +msgstr "" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +msgid "Processor" +msgstr "" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +msgid "Disk partitions" +msgstr "" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + #: permissions.py:7 msgid "Installation" msgstr "" @@ -29,41 +114,6 @@ msgstr "" msgid "View installation environment details" msgstr "" -#: views.py:26 -#, python-format -msgid "Distributor ID: %s" -msgstr "" - -#: views.py:27 -#, python-format -msgid "Description: %s" -msgstr "" - -#: views.py:28 -#, python-format -msgid "Release: %s" -msgstr "" - -#: views.py:29 -#, python-format -msgid "Codename: %s" -msgstr "" - -#: views.py:30 -#, python-format -msgid "System info: %s" -msgstr "" - -#: views.py:31 -#, python-format -msgid "Platform: %s" -msgstr "" - -#: views.py:32 -#, python-format -msgid "Processor: %s" -msgstr "" - -#: views.py:36 +#: views.py:24 msgid "Installation environment details" msgstr "" diff --git a/apps/installation/locale/en/LC_MESSAGES/django.po b/apps/installation/locale/en/LC_MESSAGES/django.po index 3fde8a633f..71cfb242db 100644 --- a/apps/installation/locale/en/LC_MESSAGES/django.po +++ b/apps/installation/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,86 +17,94 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: links.py:7 models.py:131 +#: links.py:7 models.py:148 msgid "installation details" msgstr "" -#: models.py:59 +#: models.py:63 msgid "LSB OS" msgstr "" -#: models.py:60 +#: models.py:64 msgid "Distributor ID" msgstr "" -#: models.py:61 +#: models.py:65 msgid "Description" msgstr "" -#: models.py:62 +#: models.py:66 msgid "Release" msgstr "" -#: models.py:63 +#: models.py:67 msgid "Codename" msgstr "" -#: models.py:64 +#: models.py:68 msgid "System info" msgstr "" -#: models.py:66 +#: models.py:70 msgid "POSIX OS" msgstr "" -#: models.py:68 +#: models.py:72 msgid "OS architecture" msgstr "" -#: models.py:69 +#: models.py:73 msgid "Python version" msgstr "" -#: models.py:70 +#: models.py:74 msgid "Hostname" msgstr "" -#: models.py:71 +#: models.py:75 msgid "Platform" msgstr "" -#: models.py:72 +#: models.py:76 msgid "Machine" msgstr "" -#: models.py:73 +#: models.py:77 msgid "Processor" msgstr "" -#: models.py:74 +#: models.py:78 msgid "Number of CPUs" msgstr "" -#: models.py:75 +#: models.py:79 msgid "Total physical memory" msgstr "" -#: models.py:76 +#: models.py:80 msgid "Disk partitions" msgstr "" -#: models.py:79 models.py:81 +#: models.py:83 models.py:85 msgid "tesseract version" msgstr "" -#: models.py:81 models.py:86 +#: models.py:85 models.py:90 msgid "not found" msgstr "" -#: models.py:84 models.py:86 +#: models.py:88 models.py:90 msgid "unpaper version" msgstr "" +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + #: permissions.py:7 msgid "Installation" msgstr "" diff --git a/apps/installation/locale/es/LC_MESSAGES/django.po b/apps/installation/locale/es/LC_MESSAGES/django.po index ae2c9938d0..4f5cdc645d 100644 --- a/apps/installation/locale/es/LC_MESSAGES/django.po +++ b/apps/installation/locale/es/LC_MESSAGES/django.po @@ -1,27 +1,120 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:26+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: links.py:7 +#: links.py:7 models.py:148 msgid "installation details" msgstr "detalles de la instalación" +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +#, fuzzy +msgid "Distributor ID" +msgstr "ID de distribuidor: %s" + +#: models.py:65 +#, fuzzy +msgid "Description" +msgstr "Descripción: %s" + +#: models.py:66 +#, fuzzy +msgid "Release" +msgstr "Publicación: %s" + +#: models.py:67 +#, fuzzy +msgid "Codename" +msgstr "Nombre código: %s" + +#: models.py:68 +#, fuzzy +msgid "System info" +msgstr "Información del sistema: %s" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +#, fuzzy +msgid "Platform" +msgstr "Plataforma: %s" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +#, fuzzy +msgid "Processor" +msgstr "Procesador: %s" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +#, fuzzy +msgid "Disk partitions" +msgstr "Descripción: %s" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + #: permissions.py:7 msgid "Installation" msgstr "Instalación" @@ -30,41 +123,6 @@ msgstr "Instalación" msgid "View installation environment details" msgstr "Ver detalles del ambiente de instalación" -#: views.py:26 -#, python-format -msgid "Distributor ID: %s" -msgstr "ID de distribuidor: %s" - -#: views.py:27 -#, python-format -msgid "Description: %s" -msgstr "Descripción: %s" - -#: views.py:28 -#, python-format -msgid "Release: %s" -msgstr "Publicación: %s" - -#: views.py:29 -#, python-format -msgid "Codename: %s" -msgstr "Nombre código: %s" - -#: views.py:30 -#, python-format -msgid "System info: %s" -msgstr "Información del sistema: %s" - -#: views.py:31 -#, python-format -msgid "Platform: %s" -msgstr "Plataforma: %s" - -#: views.py:32 -#, python-format -msgid "Processor: %s" -msgstr "Procesador: %s" - -#: views.py:36 +#: views.py:24 msgid "Installation environment details" msgstr "Detalles del ambiente de instalación" diff --git a/apps/installation/locale/it/LC_MESSAGES/django.po b/apps/installation/locale/it/LC_MESSAGES/django.po index 8f4f072193..4b51e51325 100644 --- a/apps/installation/locale/it/LC_MESSAGES/django.po +++ b/apps/installation/locale/it/LC_MESSAGES/django.po @@ -1,26 +1,111 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: links.py:7 +#: links.py:7 models.py:148 msgid "installation details" msgstr "" +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +msgid "Distributor ID" +msgstr "" + +#: models.py:65 +msgid "Description" +msgstr "" + +#: models.py:66 +msgid "Release" +msgstr "" + +#: models.py:67 +msgid "Codename" +msgstr "" + +#: models.py:68 +msgid "System info" +msgstr "" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +msgid "Platform" +msgstr "" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +msgid "Processor" +msgstr "" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +msgid "Disk partitions" +msgstr "" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + #: permissions.py:7 msgid "Installation" msgstr "" @@ -29,41 +114,6 @@ msgstr "" msgid "View installation environment details" msgstr "" -#: views.py:26 -#, python-format -msgid "Distributor ID: %s" -msgstr "" - -#: views.py:27 -#, python-format -msgid "Description: %s" -msgstr "" - -#: views.py:28 -#, python-format -msgid "Release: %s" -msgstr "" - -#: views.py:29 -#, python-format -msgid "Codename: %s" -msgstr "" - -#: views.py:30 -#, python-format -msgid "System info: %s" -msgstr "" - -#: views.py:31 -#, python-format -msgid "Platform: %s" -msgstr "" - -#: views.py:32 -#, python-format -msgid "Processor: %s" -msgstr "" - -#: views.py:36 +#: views.py:24 msgid "Installation environment details" msgstr "" diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.po b/apps/installation/locale/pl/LC_MESSAGES/django.po index af3f3332d4..dd3c8f19c6 100644 --- a/apps/installation/locale/pl/LC_MESSAGES/django.po +++ b/apps/installation/locale/pl/LC_MESSAGES/django.po @@ -1,26 +1,112 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" -#: links.py:7 +#: links.py:7 models.py:148 msgid "installation details" msgstr "" +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +msgid "Distributor ID" +msgstr "" + +#: models.py:65 +msgid "Description" +msgstr "" + +#: models.py:66 +msgid "Release" +msgstr "" + +#: models.py:67 +msgid "Codename" +msgstr "" + +#: models.py:68 +msgid "System info" +msgstr "" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +msgid "Platform" +msgstr "" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +msgid "Processor" +msgstr "" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +msgid "Disk partitions" +msgstr "" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + #: permissions.py:7 msgid "Installation" msgstr "" @@ -29,41 +115,6 @@ msgstr "" msgid "View installation environment details" msgstr "" -#: views.py:26 -#, python-format -msgid "Distributor ID: %s" -msgstr "" - -#: views.py:27 -#, python-format -msgid "Description: %s" -msgstr "" - -#: views.py:28 -#, python-format -msgid "Release: %s" -msgstr "" - -#: views.py:29 -#, python-format -msgid "Codename: %s" -msgstr "" - -#: views.py:30 -#, python-format -msgid "System info: %s" -msgstr "" - -#: views.py:31 -#, python-format -msgid "Platform: %s" -msgstr "" - -#: views.py:32 -#, python-format -msgid "Processor: %s" -msgstr "" - -#: views.py:36 +#: views.py:24 msgid "Installation environment details" msgstr "" diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.po b/apps/installation/locale/pt/LC_MESSAGES/django.po index 7e3dfd2142..d0d901d68b 100644 --- a/apps/installation/locale/pt/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt/LC_MESSAGES/django.po @@ -1,27 +1,120 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-07-03 19:41+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: links.py:7 +#: links.py:7 models.py:148 msgid "installation details" msgstr "detalhes da instalação" +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +#, fuzzy +msgid "Distributor ID" +msgstr "ID do distribuidor: %s" + +#: models.py:65 +#, fuzzy +msgid "Description" +msgstr "Descrição: %s" + +#: models.py:66 +#, fuzzy +msgid "Release" +msgstr "Edição: %s" + +#: models.py:67 +#, fuzzy +msgid "Codename" +msgstr "Nome de código: %s" + +#: models.py:68 +#, fuzzy +msgid "System info" +msgstr "Informação do sistema: %s" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +#, fuzzy +msgid "Platform" +msgstr "Plataforma: %s" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +#, fuzzy +msgid "Processor" +msgstr "Processador: %s" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +#, fuzzy +msgid "Disk partitions" +msgstr "Descrição: %s" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + #: permissions.py:7 msgid "Installation" msgstr "instalação" @@ -30,41 +123,6 @@ msgstr "instalação" msgid "View installation environment details" msgstr "Ver detalhes do ambiente de instalação" -#: views.py:26 -#, python-format -msgid "Distributor ID: %s" -msgstr "ID do distribuidor: %s" - -#: views.py:27 -#, python-format -msgid "Description: %s" -msgstr "Descrição: %s" - -#: views.py:28 -#, python-format -msgid "Release: %s" -msgstr "Edição: %s" - -#: views.py:29 -#, python-format -msgid "Codename: %s" -msgstr "Nome de código: %s" - -#: views.py:30 -#, python-format -msgid "System info: %s" -msgstr "Informação do sistema: %s" - -#: views.py:31 -#, python-format -msgid "Platform: %s" -msgstr "Plataforma: %s" - -#: views.py:32 -#, python-format -msgid "Processor: %s" -msgstr "Processador: %s" - -#: views.py:36 +#: views.py:24 msgid "Installation environment details" msgstr "Detalhes do ambiente de instalação" diff --git a/apps/installation/locale/pt_BR/LC_MESSAGES/django.po b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po index 577d47f939..ee5bf53748 100644 --- a/apps/installation/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po @@ -1,26 +1,111 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" -#: links.py:7 +#: links.py:7 models.py:148 msgid "installation details" msgstr "" +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +msgid "Distributor ID" +msgstr "" + +#: models.py:65 +msgid "Description" +msgstr "" + +#: models.py:66 +msgid "Release" +msgstr "" + +#: models.py:67 +msgid "Codename" +msgstr "" + +#: models.py:68 +msgid "System info" +msgstr "" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +msgid "Platform" +msgstr "" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +msgid "Processor" +msgstr "" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +msgid "Disk partitions" +msgstr "" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + #: permissions.py:7 msgid "Installation" msgstr "" @@ -29,41 +114,6 @@ msgstr "" msgid "View installation environment details" msgstr "" -#: views.py:26 -#, python-format -msgid "Distributor ID: %s" -msgstr "" - -#: views.py:27 -#, python-format -msgid "Description: %s" -msgstr "" - -#: views.py:28 -#, python-format -msgid "Release: %s" -msgstr "" - -#: views.py:29 -#, python-format -msgid "Codename: %s" -msgstr "" - -#: views.py:30 -#, python-format -msgid "System info: %s" -msgstr "" - -#: views.py:31 -#, python-format -msgid "Platform: %s" -msgstr "" - -#: views.py:32 -#, python-format -msgid "Processor: %s" -msgstr "" - -#: views.py:36 +#: views.py:24 msgid "Installation environment details" msgstr "" diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.po b/apps/installation/locale/ru/LC_MESSAGES/django.po index 833960acf1..47f4996706 100644 --- a/apps/installation/locale/ru/LC_MESSAGES/django.po +++ b/apps/installation/locale/ru/LC_MESSAGES/django.po @@ -1,26 +1,112 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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" -#: links.py:7 +#: links.py:7 models.py:148 msgid "installation details" msgstr "" +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +msgid "Distributor ID" +msgstr "" + +#: models.py:65 +msgid "Description" +msgstr "" + +#: models.py:66 +msgid "Release" +msgstr "" + +#: models.py:67 +msgid "Codename" +msgstr "" + +#: models.py:68 +msgid "System info" +msgstr "" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +msgid "Platform" +msgstr "" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +msgid "Processor" +msgstr "" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +msgid "Disk partitions" +msgstr "" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + #: permissions.py:7 msgid "Installation" msgstr "" @@ -29,41 +115,6 @@ msgstr "" msgid "View installation environment details" msgstr "" -#: views.py:26 -#, python-format -msgid "Distributor ID: %s" -msgstr "" - -#: views.py:27 -#, python-format -msgid "Description: %s" -msgstr "" - -#: views.py:28 -#, python-format -msgid "Release: %s" -msgstr "" - -#: views.py:29 -#, python-format -msgid "Codename: %s" -msgstr "" - -#: views.py:30 -#, python-format -msgid "System info: %s" -msgstr "" - -#: views.py:31 -#, python-format -msgid "Platform: %s" -msgstr "" - -#: views.py:32 -#, python-format -msgid "Processor: %s" -msgstr "" - -#: views.py:36 +#: views.py:24 msgid "Installation environment details" msgstr "" diff --git a/apps/linking/locale/de_DE/LC_MESSAGES/django.po b/apps/linking/locale/de_DE/LC_MESSAGES/django.po index cd165a7e1f..e651a2f09b 100644 --- a/apps/linking/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/linking/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-10 12:55+0000\n" "Last-Translator: tilmannsittig \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -64,7 +65,8 @@ msgstr "Auswählen" #: forms.py:61 msgid "Click on the image for full size view of the first page." -msgstr "Klicken Sie auf das Bild um die erste Seite in voller Größe anzuzeigen." +msgstr "" +"Klicken Sie auf das Bild um die erste Seite in voller Größe anzuzeigen." #: literals.py:7 msgid "and" @@ -147,7 +149,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet werden. Die Dokument-Metadaten sind verfügbar als Variable `metadata` und Dokumenteigenschaften als Variable `document`. " +msgstr "" +"Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet " +"werden. Die Dokument-Metadaten sind verfügbar als Variable `metadata` und " +"Dokumenteigenschaften als Variable `document`. " #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -169,7 +174,9 @@ msgstr "fremde Dokumenten-Daten" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Dies stellt die Metadaten aller anderen Dokumenten dar. Verfügbare Objekte: `Dokument. `Und` Metadaten. `." +msgstr "" +"Dies stellt die Metadaten aller anderen Dokumenten dar. Verfügbare Objekte: " +"`Dokument. `Und` Metadaten. `." #: models.py:31 msgid "expression" @@ -236,7 +243,9 @@ msgstr "intelligente Verknüpfungen (%s)" #: views.py:112 msgid "There no defined smart links for the current document." -msgstr "Es sind keine intelligenten Verknüpfungen für das aktuelle Dokument definiert." +msgstr "" +"Es sind keine intelligenten Verknüpfungen für das aktuelle Dokument " +"definiert." #: views.py:152 #, python-format @@ -265,12 +274,15 @@ msgstr "intelligente Verknüpfung %s erfolgreich gelöscht." #: views.py:204 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(error)s." -msgstr "Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; %(error)s ." +msgstr "" +"Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; " +"%(error)s ." #: views.py:213 #, python-format msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Sind Sie sicher, dass Sie die intelligente Verknüpfung %s löschen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie die intelligente Verknüpfung %s löschen möchten?" #: views.py:229 #, python-format @@ -309,16 +321,20 @@ msgstr "Bedingung für intelligente Verknüpfung: \"%s\" erfolgreich gelöscht." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "Fehler beim Löschen der Bedingung: %(smart_link_condition)s ; %(error)s ." +msgstr "" +"Fehler beim Löschen der Bedingung: %(smart_link_condition)s ; %(error)s ." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Sind Sie sicher, dass Sie die Bedingung zur intelligenten Verknüpfung löschen möchten: \"%s\"?" +msgstr "" +"Sind Sie sicher, dass Sie die Bedingung zur intelligenten Verknüpfung " +"löschen möchten: \"%s\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." -msgstr "intelligente Verknüpfungen anzeigen, die auf keine Dokumente verweisen." +msgstr "" +"intelligente Verknüpfungen anzeigen, die auf keine Dokumente verweisen." #: templates/smart_links_help.html:3 msgid "What are smart links?" @@ -331,4 +347,9 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "Intelligente Verknüpfungen sind eine Reihe von Bedingungen, die ein Dokument mit anderen Dokumenten in der Datenbank verknüpfen können. Sie liefern so andere Dokumente, die mit dem Quelldokument in der gewünschten Weise in Beziehung stehen und bieten so dem Benutzer die Möglichkeit, zwischen verknüpften Dokumenten einfach zu navigieren." +msgstr "" +"Intelligente Verknüpfungen sind eine Reihe von Bedingungen, die ein Dokument " +"mit anderen Dokumenten in der Datenbank verknüpfen können. Sie liefern so " +"andere Dokumente, die mit dem Quelldokument in der gewünschten Weise in " +"Beziehung stehen und bieten so dem Benutzer die Möglichkeit, zwischen " +"verknüpften Dokumenten einfach zu navigieren." diff --git a/apps/linking/locale/en/LC_MESSAGES/django.po b/apps/linking/locale/en/LC_MESSAGES/django.po index 50822ecd76..46ffcf3810 100644 --- a/apps/linking/locale/en/LC_MESSAGES/django.po +++ b/apps/linking/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/linking/locale/es/LC_MESSAGES/django.po b/apps/linking/locale/es/LC_MESSAGES/django.po index f663dea90c..354bddbdb1 100644 --- a/apps/linking/locale/es/LC_MESSAGES/django.po +++ b/apps/linking/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-02 18:29+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -64,7 +65,8 @@ msgstr "Seleccionar" #: forms.py:61 msgid "Click on the image for full size view of the first page." -msgstr "Haga clic en la imagen para ver el tamaño completo de la primera página." +msgstr "" +"Haga clic en la imagen para ver el tamaño completo de la primera página." #: literals.py:7 msgid "and" @@ -147,7 +149,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Esta expresión sera evaluada con respecto al documento seleccionado actual. Los metadatos del documento están disponible como variables `metadata` y las propiedades del documento en la variable `document`." +msgstr "" +"Esta expresión sera evaluada con respecto al documento seleccionado actual. " +"Los metadatos del documento están disponible como variables `metadata` y las " +"propiedades del documento en la variable `document`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -169,7 +174,10 @@ msgstr "datos de documento foráneo" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Esto representa los metadatos de todos los demás documentos. Objetos disponibles: `document.` y `metadata.`." +msgstr "" +"Esto representa los metadatos de todos los demás documentos. Objetos " +"disponibles: `document.` y `metadata.`." #: models.py:31 msgid "expression" @@ -265,7 +273,8 @@ msgstr "Enlace inteligente: %s eliminado exitosamente." #: views.py:204 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(error)s." -msgstr "Error al tratar de eliminar enlace inteligente: %(smart_link)s; %(error)s." +msgstr "" +"Error al tratar de eliminar enlace inteligente: %(smart_link)s; %(error)s." #: views.py:213 #, python-format @@ -309,16 +318,20 @@ msgstr "Condición de enlace inteligente: \"%s\" ha eliminada exitosamente." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "Error al tratar de eliminar la condición de enlace inteligente: %(smart_link_condition)s; %(error)s." +msgstr "" +"Error al tratar de eliminar la condición de enlace inteligente: " +"%(smart_link_condition)s; %(error)s." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "¿Está seguro que desea eliminar la condición de enlace inteligente: \"%s\"?" +msgstr "" +"¿Está seguro que desea eliminar la condición de enlace inteligente: \"%s\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." -msgstr "Mostrar enlace inteligente que no devuelven ningun documentos como resultado." +msgstr "" +"Mostrar enlace inteligente que no devuelven ningun documentos como resultado." #: templates/smart_links_help.html:3 msgid "What are smart links?" @@ -331,4 +344,10 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "Enlaces inteligentes son un conjunto de condiciones que se utilizan para consultar la base de datos en relacion al documento actual que el usuario está accediendo, los resultados de estas consultas son una lista de documentos que se relacionan de alguna manera al documento que se muestra y permite a los usuarios la capacidad de navegar entre los documentos vinculados con mucha facilidad." +msgstr "" +"Enlaces inteligentes son un conjunto de condiciones que se utilizan para " +"consultar la base de datos en relacion al documento actual que el usuario " +"está accediendo, los resultados de estas consultas son una lista de " +"documentos que se relacionan de alguna manera al documento que se muestra y " +"permite a los usuarios la capacidad de navegar entre los documentos " +"vinculados con mucha facilidad." diff --git a/apps/linking/locale/it/LC_MESSAGES/django.po b/apps/linking/locale/it/LC_MESSAGES/django.po index 0ae197797f..fdbf32618c 100644 --- a/apps/linking/locale/it/LC_MESSAGES/django.po +++ b/apps/linking/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-03-21 13:18+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -148,7 +149,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Questa espressione sarà valutata per il documento corrente selezionato. I metadati del documento sono disponibile come variabili `metadati` e le proprietà dei documenti sotto la variabile `documento`." +msgstr "" +"Questa espressione sarà valutata per il documento corrente selezionato. I " +"metadati del documento sono disponibile come variabili `metadati` e le " +"proprietà dei documenti sotto la variabile `documento`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -170,7 +174,9 @@ msgstr "dati del documento estero" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Questo rappresenta i metadati di tutti gli altri documenti. Oggetti disponibili: `document.` e `metadata.`." +msgstr "" +"Questo rappresenta i metadati di tutti gli altri documenti. Oggetti " +"disponibili: `document.` e `metadata.`." #: models.py:31 msgid "expression" @@ -310,12 +316,16 @@ msgstr "Condizioni per il link intelligente: \"%s\" cancellato con successo." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "Errore nella cancellazione del link intelligente: %(smart_link_condition)s; %(error)s." +msgstr "" +"Errore nella cancellazione del link intelligente: %(smart_link_condition)s; " +"%(error)s." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Sei sicuro di voler cancellare le condizioni per il link intelligente : \"%s\"?" +msgstr "" +"Sei sicuro di voler cancellare le condizioni per il link intelligente : \"%s" +"\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." @@ -332,4 +342,10 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "Collegamenti intelligenti sono un insieme di istruzioni condizionali che vengono utilizzati per interrogare il database utilizzando il documento corrente l'utente sta accedendo come origine dati, i risultati di queste query sono un elenco di documenti che riguardano in qualche modo al documento e consentire la visualizzazione agli utenti la possibilità di saltare da e per i documenti collegati molto facilmente." +msgstr "" +"Collegamenti intelligenti sono un insieme di istruzioni condizionali che " +"vengono utilizzati per interrogare il database utilizzando il documento " +"corrente l'utente sta accedendo come origine dati, i risultati di queste " +"query sono un elenco di documenti che riguardano in qualche modo al " +"documento e consentire la visualizzazione agli utenti la possibilità di " +"saltare da e per i documenti collegati molto facilmente." diff --git a/apps/linking/locale/pl/LC_MESSAGES/django.po b/apps/linking/locale/pl/LC_MESSAGES/django.po index 76c94a23bc..09c7617168 100644 --- a/apps/linking/locale/pl/LC_MESSAGES/django.po +++ b/apps/linking/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-20 16:14+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:17 msgid "smart links actions" diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.po b/apps/linking/locale/pt/LC_MESSAGES/django.po index ec808fe4d0..09b59e2631 100644 --- a/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/apps/linking/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-03 13:02+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -149,7 +150,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Esta expressão será avaliada em relação ao documento atualmente selecionado. Os metadados do documento estão disponíveis como variável `metadata` e as propriedades do documento como variável `document`." +msgstr "" +"Esta expressão será avaliada em relação ao documento atualmente selecionado. " +"Os metadados do documento estão disponíveis como variável `metadata` e as " +"propriedades do documento como variável `document`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -171,7 +175,9 @@ msgstr "dados de documentos externos" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. ` e ` metadata. `." +msgstr "" +"Isto representa os metadados de todos os outros documentos. Objetos " +"disponíveis: `document. ` e ` metadata. `." #: models.py:31 msgid "expression" @@ -311,12 +317,16 @@ msgstr "Condição de ligação inteligente: \"%s\" excluída com sucesso." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "Erro ao excluir a condição de ligação inteligente: %(smart_link_condition)s; %(error)s." +msgstr "" +"Erro ao excluir a condição de ligação inteligente: %(smart_link_condition)s; " +"%(error)s." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "Tem a certeza de que pretende eliminar a condição de ligação inteligente: \"%s\"?" +msgstr "" +"Tem a certeza de que pretende eliminar a condição de ligação inteligente: " +"\"%s\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." @@ -333,4 +343,9 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "Ligações condicionais são conjuntos de declarações condicionais que são usados para consultar a base de dados usando o documento atual como fonte de dados. O resultado desta consulta é uma lista de documentos relacionados de alguma forma com o documento atual, que permite ao utilizador saltar para e de documentos ligados facilmente." +msgstr "" +"Ligações condicionais são conjuntos de declarações condicionais que são " +"usados para consultar a base de dados usando o documento atual como fonte de " +"dados. O resultado desta consulta é uma lista de documentos relacionados de " +"alguma forma com o documento atual, que permite ao utilizador saltar para e " +"de documentos ligados facilmente." diff --git a/apps/linking/locale/pt_BR/LC_MESSAGES/django.po b/apps/linking/locale/pt_BR/LC_MESSAGES/django.po index 12e05db7f4..79be3a9521 100644 --- a/apps/linking/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/linking/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:17 @@ -148,7 +149,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Esta expressão será avaliada em relação ao documento atual selecionado. Os metadados do documento estão disponíveis como variáveis \"​metadados \" e propriedades do documento em variáveis `documento`." +msgstr "" +"Esta expressão será avaliada em relação ao documento atual selecionado. Os " +"metadados do documento estão disponíveis como variáveis \"​metadados \" e " +"propriedades do documento em variáveis `documento`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -170,7 +174,9 @@ msgstr "dados de documentos estrangeiros" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. ` e ` metadata. `." +msgstr "" +"Isto representa os metadados de todos os outros documentos. Objetos " +"disponíveis: `document. ` e ` metadata. `." #: models.py:31 msgid "expression" diff --git a/apps/linking/locale/ru/LC_MESSAGES/django.po b/apps/linking/locale/ru/LC_MESSAGES/django.po index badccc1923..60abcac3f1 100644 --- a/apps/linking/locale/ru/LC_MESSAGES/django.po +++ b/apps/linking/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-03 05:45+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:17 msgid "smart links actions" @@ -64,7 +66,8 @@ msgstr "Выбрать" #: forms.py:61 msgid "Click on the image for full size view of the first page." -msgstr "Нажмите на изображение для просмотра первой страницы в полном размере." +msgstr "" +"Нажмите на изображение для просмотра первой страницы в полном размере." #: literals.py:7 msgid "and" @@ -147,7 +150,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Это выражение будет вычислено вмето выбранного документа. Метаданные документа доступны как переменные `metadata` и свойства документа в переменной `document`." +msgstr "" +"Это выражение будет вычислено вмето выбранного документа. Метаданные " +"документа доступны как переменные `metadata` и свойства документа в " +"переменной `document`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -169,7 +175,9 @@ msgstr "foreign document data" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Это представляет метаданные всех других документов. Доступные объекты: `document. ` и `metadata. `." +msgstr "" +"Это представляет метаданные всех других документов. Доступные объекты: " +"`document. ` и `metadata. `." #: models.py:31 msgid "expression" @@ -331,4 +339,9 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "Отношение, в оригинале smart-link, представляет собой набор условий, которые используются для поиска документов отвечающих им . Результатом такого поискового запроса является список документов, относящихся к текущему, и позволяющих быстро переходить от одного к другому. Условия строятся исходя из содержимого документа и метаданных." +msgstr "" +"Отношение, в оригинале smart-link, представляет собой набор условий, которые " +"используются для поиска документов отвечающих им . Результатом такого " +"поискового запроса является список документов, относящихся к текущему, и " +"позволяющих быстро переходить от одного к другому. Условия строятся исходя " +"из содержимого документа и метаданных." diff --git a/apps/main/locale/de_DE/LC_MESSAGES/django.po b/apps/main/locale/de_DE/LC_MESSAGES/django.po index cea8591db2..58685fdfaf 100644 --- a/apps/main/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/main/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 18:10+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:33 @@ -60,9 +61,11 @@ msgstr "Diagnosen" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." -msgstr "Steuert ob die Suchfunktion von einem Sidebar Widget oder von einem Menü Eintrag bereitgestellt wird." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." +msgstr "" +"Steuert ob die Suchfunktion von einem Sidebar Widget oder von einem Menü " +"Eintrag bereitgestellt wird." #: templates/about.html:5 msgid "About this program" @@ -84,50 +87,50 @@ msgstr "Benutzer" msgid "Anonymous" msgstr "Anonym" -#: templates/base.html:198 +#: templates/base.html:197 msgid "User details" msgstr "Benutzer Details" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Login" msgstr "Login" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Logout" msgstr "Logout" -#: templates/base.html:295 +#: templates/base.html:294 msgid "Secondary menu" msgstr "Zweites Menü" -#: templates/base.html:311 +#: templates/base.html:310 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Aktionen für %(name)s: %(navigation_object)s" -#: templates/base.html:313 templates/base.html.py:356 +#: templates/base.html:312 templates/base.html.py:355 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Aktionen für: %(navigation_object)s" -#: templates/base.html:316 +#: templates/base.html:315 msgid "Available actions" msgstr "Verfügbare Aktionen" -#: templates/base.html:328 templates/base.html.py:371 +#: templates/base.html:327 templates/base.html.py:370 msgid "Related actions" msgstr "Verwandte Aktionen" -#: templates/base.html:339 templates/base.html.py:384 +#: templates/base.html:338 templates/base.html.py:383 msgid "Other available actions" msgstr "Andere verfügbare Aktionen" -#: templates/base.html:354 +#: templates/base.html:353 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Aktionen für %(object_name)s: %(navigation_object)s" -#: templates/base.html:359 +#: templates/base.html:358 msgid "Actions" msgstr "Aktionen" @@ -136,10 +139,14 @@ msgid "Django based open source document management system" msgstr "Django basiertes Open Source Dokumenten Management System" #: templates/project_description.html:6 +#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " -"indexing, tagging, file serving integration and OCR capabilities" -msgstr "Open Source, Django basiertes elektronisches Dokumenten Managementsystem mit Metadaten, Indices, Markierungen, Dateiserver integration und OCR Fähigkeiten" +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "" +"Open Source, Django basiertes elektronisches Dokumenten Managementsystem mit " +"Metadaten, Indices, Markierungen, Dateiserver integration und OCR Fähigkeiten" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/en/LC_MESSAGES/django.po b/apps/main/locale/en/LC_MESSAGES/django.po index 4a77d53d22..c85333b3b0 100644 --- a/apps/main/locale/en/LC_MESSAGES/django.po +++ b/apps/main/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -83,50 +83,50 @@ msgstr "" msgid "Anonymous" msgstr "" -#: templates/base.html:198 +#: templates/base.html:197 msgid "User details" msgstr "" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Login" msgstr "" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Logout" msgstr "" -#: templates/base.html:295 +#: templates/base.html:294 msgid "Secondary menu" msgstr "" -#: templates/base.html:311 +#: templates/base.html:310 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/base.html:313 templates/base.html.py:356 +#: templates/base.html:312 templates/base.html.py:355 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/base.html:316 +#: templates/base.html:315 msgid "Available actions" msgstr "" -#: templates/base.html:328 templates/base.html.py:371 +#: templates/base.html:327 templates/base.html.py:370 msgid "Related actions" msgstr "" -#: templates/base.html:339 templates/base.html.py:384 +#: templates/base.html:338 templates/base.html.py:383 msgid "Other available actions" msgstr "" -#: templates/base.html:354 +#: templates/base.html:353 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/base.html:359 +#: templates/base.html:358 msgid "Actions" msgstr "" diff --git a/apps/main/locale/es/LC_MESSAGES/django.po b/apps/main/locale/es/LC_MESSAGES/django.po index 2b98e242f5..80c5d349f4 100644 --- a/apps/main/locale/es/LC_MESSAGES/django.po +++ b/apps/main/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-01-02 05:42+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:33 @@ -60,9 +61,11 @@ msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." -msgstr "Controla si la funcionalidad de búsqueda es proporcionada por una barra lateral o por una entrada de menú." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." +msgstr "" +"Controla si la funcionalidad de búsqueda es proporcionada por una barra " +"lateral o por una entrada de menú." #: templates/about.html:5 msgid "About this program" @@ -84,50 +87,50 @@ msgstr "Usuario" msgid "Anonymous" msgstr "Anónimo" -#: templates/base.html:198 +#: templates/base.html:197 msgid "User details" msgstr "Detalles de usuario" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Login" msgstr "Iniciar sesión" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Logout" msgstr "Desconectarse" -#: templates/base.html:295 +#: templates/base.html:294 msgid "Secondary menu" msgstr "Menú secundario" -#: templates/base.html:311 +#: templates/base.html:310 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Acciones para %(name)s: %(navigation_object)s " -#: templates/base.html:313 templates/base.html.py:356 +#: templates/base.html:312 templates/base.html.py:355 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Acciones para: %(navigation_object)s " -#: templates/base.html:316 +#: templates/base.html:315 msgid "Available actions" msgstr "Acciones disponibles" -#: templates/base.html:328 templates/base.html.py:371 +#: templates/base.html:327 templates/base.html.py:370 msgid "Related actions" msgstr "Acciones relacionadas" -#: templates/base.html:339 templates/base.html.py:384 +#: templates/base.html:338 templates/base.html.py:383 msgid "Other available actions" msgstr "Otras acciones disponibles" -#: templates/base.html:354 +#: templates/base.html:353 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Acciones para %(object_name)s: %(navigation_object)s " -#: templates/base.html:359 +#: templates/base.html:358 msgid "Actions" msgstr "Acciones" @@ -136,10 +139,15 @@ msgid "Django based open source document management system" msgstr "Sistema de manejo de documentos de código abierto basado en Django" #: templates/project_description.html:6 +#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " -"indexing, tagging, file serving integration and OCR capabilities" -msgstr "Gestor documental de código abierto, basado en Django con metadatos personaliables, indexación, etiquedado de documentos, integración de servicio de archivos y capacidades de OCR" +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "" +"Gestor documental de código abierto, basado en Django con metadatos " +"personaliables, indexación, etiquedado de documentos, integración de " +"servicio de archivos y capacidades de OCR" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/it/LC_MESSAGES/django.po b/apps/main/locale/it/LC_MESSAGES/django.po index 306b96d308..8309ecdfd5 100644 --- a/apps/main/locale/it/LC_MESSAGES/django.po +++ b/apps/main/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-08 07:41+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:33 @@ -62,9 +63,11 @@ msgstr "Diagnostica" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." -msgstr "Controlla se la funzionalità di ricerca è fornita da un widget sidebar o da una voce di menu." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." +msgstr "" +"Controlla se la funzionalità di ricerca è fornita da un widget sidebar o da " +"una voce di menu." #: templates/about.html:5 msgid "About this program" @@ -86,50 +89,50 @@ msgstr "Utente" msgid "Anonymous" msgstr "Anonimo" -#: templates/base.html:198 +#: templates/base.html:197 msgid "User details" msgstr "Dettagli utente" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Login" msgstr "Login" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Logout" msgstr "Logout" -#: templates/base.html:295 +#: templates/base.html:294 msgid "Secondary menu" msgstr "Menu secondario" -#: templates/base.html:311 +#: templates/base.html:310 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Azione per %(name)s: %(navigation_object)s" -#: templates/base.html:313 templates/base.html.py:356 +#: templates/base.html:312 templates/base.html.py:355 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Azione per : %(navigation_object)s" -#: templates/base.html:316 +#: templates/base.html:315 msgid "Available actions" msgstr "Azioni disponibili" -#: templates/base.html:328 templates/base.html.py:371 +#: templates/base.html:327 templates/base.html.py:370 msgid "Related actions" msgstr "Azioni relative" -#: templates/base.html:339 templates/base.html.py:384 +#: templates/base.html:338 templates/base.html.py:383 msgid "Other available actions" msgstr "Altre azioni disponibili" -#: templates/base.html:354 +#: templates/base.html:353 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Azioni per %(object_name)s: %(navigation_object)s" -#: templates/base.html:359 +#: templates/base.html:358 msgid "Actions" msgstr "Azioni" @@ -138,10 +141,15 @@ msgid "Django based open source document management system" msgstr "Sistema open source di gestione dei documenti basato su Django" #: templates/project_description.html:6 +#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " -"indexing, tagging, file serving integration and OCR capabilities" -msgstr "Open Source, Django programma per la gestione documentale con la possibilità di metadati personalizabili, tagging, indicizzazione, integrazione con file server e con possibilità di OCR" +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "" +"Open Source, Django programma per la gestione documentale con la possibilità " +"di metadati personalizabili, tagging, indicizzazione, integrazione con file " +"server e con possibilità di OCR" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/pl/LC_MESSAGES/django.po b/apps/main/locale/pl/LC_MESSAGES/django.po index 74b45740e3..cd7c92386e 100644 --- a/apps/main/locale/pl/LC_MESSAGES/django.po +++ b/apps/main/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-03-02 22:04+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:33 msgid "maintenance" @@ -60,8 +62,8 @@ msgstr "Diagnostyka" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." msgstr "" #: templates/about.html:5 @@ -84,50 +86,50 @@ msgstr "Użytkownik" msgid "Anonymous" msgstr "Anonimowy" -#: templates/base.html:198 +#: templates/base.html:197 msgid "User details" msgstr "Dane użytkownika" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Login" msgstr "Login" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Logout" msgstr "Wyloguj" -#: templates/base.html:295 +#: templates/base.html:294 msgid "Secondary menu" msgstr "" -#: templates/base.html:311 +#: templates/base.html:310 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/base.html:313 templates/base.html.py:356 +#: templates/base.html:312 templates/base.html.py:355 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/base.html:316 +#: templates/base.html:315 msgid "Available actions" msgstr "" -#: templates/base.html:328 templates/base.html.py:371 +#: templates/base.html:327 templates/base.html.py:370 msgid "Related actions" msgstr "" -#: templates/base.html:339 templates/base.html.py:384 +#: templates/base.html:338 templates/base.html.py:383 msgid "Other available actions" msgstr "" -#: templates/base.html:354 +#: templates/base.html:353 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/base.html:359 +#: templates/base.html:358 msgid "Actions" msgstr "" @@ -138,7 +140,8 @@ msgstr "Django based open source document management system" #: templates/project_description.html:6 msgid "" "Open source, Django based electronic document manager with custom metadata, " -"indexing, tagging, file serving integration and OCR capabilities" +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" msgstr "" #: templates/project_description.html:18 diff --git a/apps/main/locale/pt/LC_MESSAGES/django.po b/apps/main/locale/pt/LC_MESSAGES/django.po index de0d0bd277..1dcd9a5ebf 100644 --- a/apps/main/locale/pt/LC_MESSAGES/django.po +++ b/apps/main/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 13:35+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:33 @@ -62,9 +63,11 @@ msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." -msgstr "Controla se a funcionalidade de procura é fornecida por um widget da barra lateral ou por uma entrada de menu." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." +msgstr "" +"Controla se a funcionalidade de procura é fornecida por um widget da barra " +"lateral ou por uma entrada de menu." #: templates/about.html:5 msgid "About this program" @@ -86,50 +89,50 @@ msgstr "Utilizador" msgid "Anonymous" msgstr "Anónimo" -#: templates/base.html:198 +#: templates/base.html:197 msgid "User details" msgstr "Detalhes do utilizador" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Login" msgstr "Login" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Logout" msgstr "Sair" -#: templates/base.html:295 +#: templates/base.html:294 msgid "Secondary menu" msgstr "Menu secundário" -#: templates/base.html:311 +#: templates/base.html:310 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Ações para %(name)s: %(navigation_object)s " -#: templates/base.html:313 templates/base.html.py:356 +#: templates/base.html:312 templates/base.html.py:355 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Ações para: %(navigation_object)s " -#: templates/base.html:316 +#: templates/base.html:315 msgid "Available actions" msgstr "Ações disponíveis" -#: templates/base.html:328 templates/base.html.py:371 +#: templates/base.html:327 templates/base.html.py:370 msgid "Related actions" msgstr "Ações relacionadas" -#: templates/base.html:339 templates/base.html.py:384 +#: templates/base.html:338 templates/base.html.py:383 msgid "Other available actions" msgstr "Outras ações disponíveis" -#: templates/base.html:354 +#: templates/base.html:353 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Ações para %(object_name)s : %(navigation_object)s " -#: templates/base.html:359 +#: templates/base.html:358 msgid "Actions" msgstr "Ações" @@ -138,10 +141,15 @@ msgid "Django based open source document management system" msgstr "Sistema de gestão documental baseado em Django de código livre" #: templates/project_description.html:6 +#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " -"indexing, tagging, file serving integration and OCR capabilities" -msgstr "Sistema de gestão documental de código livre e baseado em Django, com metadados personalizados, indexação, etiquetagem, integração de servidor de ficheiros e OCR" +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "" +"Sistema de gestão documental de código livre e baseado em Django, com " +"metadados personalizados, indexação, etiquetagem, integração de servidor de " +"ficheiros e OCR" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/pt_BR/LC_MESSAGES/django.po b/apps/main/locale/pt_BR/LC_MESSAGES/django.po index f7659b8d83..18764b04b4 100644 --- a/apps/main/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/main/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:33 @@ -61,9 +62,11 @@ msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." -msgstr "Controla-se a funcionalidade de pesquisa é fornecido por um widget da barra lateral ou por uma entrada de menu." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." +msgstr "" +"Controla-se a funcionalidade de pesquisa é fornecido por um widget da barra " +"lateral ou por uma entrada de menu." #: templates/about.html:5 msgid "About this program" @@ -85,50 +88,50 @@ msgstr "Usuário" msgid "Anonymous" msgstr "Anônimo" -#: templates/base.html:198 +#: templates/base.html:197 msgid "User details" msgstr "Detalhes do usuário" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Login" msgstr "Login" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Logout" msgstr "Sair" -#: templates/base.html:295 +#: templates/base.html:294 msgid "Secondary menu" msgstr "Menu secundário" -#: templates/base.html:311 +#: templates/base.html:310 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Ações para %(name)s: %(navigation_object)s " -#: templates/base.html:313 templates/base.html.py:356 +#: templates/base.html:312 templates/base.html.py:355 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Ações para: %(navigation_object)s " -#: templates/base.html:316 +#: templates/base.html:315 msgid "Available actions" msgstr "Ações disponíveis" -#: templates/base.html:328 templates/base.html.py:371 +#: templates/base.html:327 templates/base.html.py:370 msgid "Related actions" msgstr "Ações relacionadas" -#: templates/base.html:339 templates/base.html.py:384 +#: templates/base.html:338 templates/base.html.py:383 msgid "Other available actions" msgstr "Outras ações disponíveis" -#: templates/base.html:354 +#: templates/base.html:353 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Ações para %(object_name)s : %(navigation_object)s " -#: templates/base.html:359 +#: templates/base.html:358 msgid "Actions" msgstr "Ações" @@ -137,10 +140,15 @@ msgid "Django based open source document management system" msgstr "Sistema aberto de gerenciamento de documentos baseado em Django " #: templates/project_description.html:6 +#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " -"indexing, tagging, file serving integration and OCR capabilities" -msgstr "Código Aberto, Django gestão de documentos eletrônicos com metadados personalizados, indexação, etiquetagem, a integração do serviço de arquivos e recursos de OCR" +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "" +"Código Aberto, Django gestão de documentos eletrônicos com metadados " +"personalizados, indexação, etiquetagem, a integração do serviço de arquivos " +"e recursos de OCR" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/ru/LC_MESSAGES/django.po b/apps/main/locale/ru/LC_MESSAGES/django.po index ba1b828213..14f7fb1d31 100644 --- a/apps/main/locale/ru/LC_MESSAGES/django.po +++ b/apps/main/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-01-17 10:58+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:33 msgid "maintenance" @@ -60,9 +62,11 @@ msgstr "Диагностика" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." -msgstr "Определяет, будет ли функция поиска обеспечивается виджетом боковой панели или пунктом меню." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." +msgstr "" +"Определяет, будет ли функция поиска обеспечивается виджетом боковой панели " +"или пунктом меню." #: templates/about.html:5 msgid "About this program" @@ -84,50 +88,50 @@ msgstr "Пользователь" msgid "Anonymous" msgstr "Анонимно" -#: templates/base.html:198 +#: templates/base.html:197 msgid "User details" msgstr "сведения о пользователе" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Login" msgstr "Войти" -#: templates/base.html:215 +#: templates/base.html:214 msgid "Logout" msgstr "Выход" -#: templates/base.html:295 +#: templates/base.html:294 msgid "Secondary menu" msgstr "Вторичное меню" -#: templates/base.html:311 +#: templates/base.html:310 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Действия для %(name)s: %(navigation_object)s" -#: templates/base.html:313 templates/base.html.py:356 +#: templates/base.html:312 templates/base.html.py:355 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Действия для: %(navigation_object)s" -#: templates/base.html:316 +#: templates/base.html:315 msgid "Available actions" msgstr "Доступные действия" -#: templates/base.html:328 templates/base.html.py:371 +#: templates/base.html:327 templates/base.html.py:370 msgid "Related actions" msgstr "Связанные действия" -#: templates/base.html:339 templates/base.html.py:384 +#: templates/base.html:338 templates/base.html.py:383 msgid "Other available actions" msgstr "Другие возможные действия" -#: templates/base.html:354 +#: templates/base.html:353 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Действия для %(object_name)s: %(navigation_object)s" -#: templates/base.html:359 +#: templates/base.html:358 msgid "Actions" msgstr "Действия" @@ -136,10 +140,15 @@ msgid "Django based open source document management system" msgstr "Система управления электронными документами на основе Django" #: templates/project_description.html:6 +#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " -"indexing, tagging, file serving integration and OCR capabilities" -msgstr "Основанное на Django программное обеспечение с открытым исходным кодом для управления электронными документами с метаданными, индексами, тегами, интеграцией с файл-сервером и возможностью оптического распознавания текста." +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "" +"Основанное на Django программное обеспечение с открытым исходным кодом для " +"управления электронными документами с метаданными, индексами, тегами, " +"интеграцией с файл-сервером и возможностью оптического распознавания текста." #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/metadata/locale/de_DE/LC_MESSAGES/django.po b/apps/metadata/locale/de_DE/LC_MESSAGES/django.po index 5dc8d6a7b0..f3cd24d248 100644 --- a/apps/metadata/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/metadata/locale/de_DE/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-09-30 04:56+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:21 __init__.py:23 @@ -285,8 +286,7 @@ msgstr "" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:164 @@ -442,13 +442,13 @@ msgstr "" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can" -" be attached to a document. Examples of metadata types are: a client name, " -"a date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can " +"be attached to a document. Examples of metadata types are: a client name, a " +"date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to" -" the users, the default value is the value an instance of this metadata type" -" will have initially, and the lookup value turns an instance of a metadata " -"of this type into a choice list which options are the result of the lookup's" -" code execution." +"modules such as the indexing module, the title is the value that is shown to " +"the users, the default value is the value an instance of this metadata type " +"will have initially, and the lookup value turns an instance of a metadata of " +"this type into a choice list which options are the result of the lookup's " +"code execution." msgstr "" diff --git a/apps/metadata/locale/en/LC_MESSAGES/django.po b/apps/metadata/locale/en/LC_MESSAGES/django.po index c5d156bb09..826245db29 100644 --- a/apps/metadata/locale/en/LC_MESSAGES/django.po +++ b/apps/metadata/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.po b/apps/metadata/locale/es/LC_MESSAGES/django.po index 51bf7db705..336fae783e 100644 --- a/apps/metadata/locale/es/LC_MESSAGES/django.po +++ b/apps/metadata/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 12:49+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:21 __init__.py:23 @@ -139,7 +140,9 @@ msgstr "búsqueda" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "Introduzca una cadena para ser evaluada. Ejemplo: [user.get_full_name() for user in User.objects.all ()].%s" +msgstr "" +"Introduzca una cadena para ser evaluada. Ejemplo: [user.get_full_name() for " +"user in User.objects.all ()].%s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -286,15 +289,18 @@ msgstr "Editar metadatos para documentos: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Typo de metadatos: %(metadata_type)s agregado exitosamente al documento " "%(document)s." -msgstr "Typo de metadatos: %(metadata_type)s agregado exitosamente al documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Typo de metadatos: %(metadata_type)s ya esta presente en el documento %(document)s." +msgstr "" +"Typo de metadatos: %(metadata_type)s ya esta presente en el documento " +"%(document)s." #: views.py:188 #, python-format @@ -311,13 +317,17 @@ msgstr "Agregar tipo de metadato a los documentos: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Se elimino exitosamente el tipo de metadatos: %(metadata_type)s del documento: %(document)s." +msgstr "" +"Se elimino exitosamente el tipo de metadatos: %(metadata_type)s del " +"documento: %(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Se elimino exitosamente el tipo de metadatos: %(metadata_type)s de los documentos: %(document)s." +msgstr "" +"Se elimino exitosamente el tipo de metadatos: %(metadata_type)s de los " +"documentos: %(document)s." #: views.py:281 #, python-format @@ -405,7 +415,8 @@ msgstr "Conjunto de metadatos: %s eliminado exitosamente." #: views.py:508 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Error: %(error)s, eliminando el conjunto de metadatos: %(metadata_set)s" +msgstr "" +"Error: %(error)s, eliminando el conjunto de metadatos: %(metadata_set)s" #: views.py:519 #, python-format @@ -435,7 +446,11 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "Un conjunto de metadatos es un grupo de uno o más tipos de metadatos. Los conjuntos de metadatos son útiles cuando se crean nuevos documentos; seleccionar un conjunto de metadatos, automáticamente asocia los tipos de metadatos que contenga a dicho documento." +msgstr "" +"Un conjunto de metadatos es un grupo de uno o más tipos de metadatos. Los " +"conjuntos de metadatos son útiles cuando se crean nuevos documentos; " +"seleccionar un conjunto de metadatos, automáticamente asocia los tipos de " +"metadatos que contenga a dicho documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -443,13 +458,23 @@ msgstr "¿Cuáles son los tipos de metadatos?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can" -" be attached to a document. Examples of metadata types are: a client name, " -"a date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can " +"be attached to a document. Examples of metadata types are: a client name, a " +"date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to" -" the users, the default value is the value an instance of this metadata type" -" will have initially, and the lookup value turns an instance of a metadata " -"of this type into a choice list which options are the result of the lookup's" -" code execution." -msgstr "Un tipo de metadatos define las características de un valor de algún tipo que se puede conectar a un documento. Ejemplos de tipos de metadatos son: un nombre de cliente, una fecha o un proyecto al que pertenecen varios documentos. El nombre de un tipo de metadatos es el identificador interno con el que se puede hacer referencia en otros módulos como el módulo de indexación, el título es el valor que se muestra a los usuarios, el valor por defecto es el valor que una instancia de este tipo de metadatos tendrá inicialmente, y el valor de búsqueda vuelve a una instancia de metadatos de este tipo en una lista de opciones donde las opciones son el resultado de la ejecución del valor de búsqueda." +"modules such as the indexing module, the title is the value that is shown to " +"the users, the default value is the value an instance of this metadata type " +"will have initially, and the lookup value turns an instance of a metadata of " +"this type into a choice list which options are the result of the lookup's " +"code execution." +msgstr "" +"Un tipo de metadatos define las características de un valor de algún tipo " +"que se puede conectar a un documento. Ejemplos de tipos de metadatos son: " +"un nombre de cliente, una fecha o un proyecto al que pertenecen varios " +"documentos. El nombre de un tipo de metadatos es el identificador interno " +"con el que se puede hacer referencia en otros módulos como el módulo de " +"indexación, el título es el valor que se muestra a los usuarios, el valor " +"por defecto es el valor que una instancia de este tipo de metadatos tendrá " +"inicialmente, y el valor de búsqueda vuelve a una instancia de metadatos de " +"este tipo en una lista de opciones donde las opciones son el resultado de la " +"ejecución del valor de búsqueda." diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.po b/apps/metadata/locale/it/LC_MESSAGES/django.po index e868fe840d..da739fed65 100644 --- a/apps/metadata/locale/it/LC_MESSAGES/django.po +++ b/apps/metadata/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-03-21 13:22+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:21 __init__.py:23 @@ -140,7 +141,9 @@ msgstr "lookup" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "Inserisci una stringa per la valutazione. Esempio: [user.get_full_name() per l'utente User.objects.all()].%s" +msgstr "" +"Inserisci una stringa per la valutazione. Esempio: [user.get_full_name() " +"per l'utente User.objects.all()].%s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -258,7 +261,8 @@ msgstr "Errore nella cancellazione degli indici di documento;%s" #: views.py:99 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "Errore nella modifica dei metadata per il documento %(document)s; %(error)s." +msgstr "" +"Errore nella modifica dei metadata per il documento %(document)s; %(error)s." #: views.py:102 #, python-format @@ -287,15 +291,17 @@ msgstr "Modifica metadata per i documenti: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Tipo metadata: %(metadata_type)s aggiunto con successo al documento " "%(document)s." -msgstr "Tipo metadata: %(metadata_type)s aggiunto con successo al documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo Metadata: %(metadata_type)s già presente per il documento %(document)s." +msgstr "" +"Tipo Metadata: %(metadata_type)s già presente per il documento %(document)s." #: views.py:188 #, python-format @@ -312,13 +318,17 @@ msgstr "Aggiungi tipo metadata ai documents: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Rimuovere con successo tipo di metadati: %(metadata_type)s per il documento: %(document)s." +msgstr "" +"Rimuovere con successo tipo di metadati: %(metadata_type)s per il " +"documento: %(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Errore durante la rimozione dei metadati di tipo: %(metadata_type)s per il documento: %(document)s." +msgstr "" +"Errore durante la rimozione dei metadati di tipo: %(metadata_type)s per il " +"documento: %(document)s." #: views.py:281 #, python-format @@ -436,7 +446,11 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "Un insieme di metadati è un gruppo di uno o più tipi di metadati. Set di metadati sono utili durante la creazione di nuovi documenti e, selezionando un set di metadati allega automaticamente è membro tipi di metadati per documentare detto." +msgstr "" +"Un insieme di metadati è un gruppo di uno o più tipi di metadati. Set di " +"metadati sono utili durante la creazione di nuovi documenti e, selezionando " +"un set di metadati allega automaticamente è membro tipi di metadati per " +"documentare detto." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -444,13 +458,23 @@ msgstr "Cosa sono i tipi di metadati?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can" -" be attached to a document. Examples of metadata types are: a client name, " -"a date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can " +"be attached to a document. Examples of metadata types are: a client name, a " +"date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to" -" the users, the default value is the value an instance of this metadata type" -" will have initially, and the lookup value turns an instance of a metadata " -"of this type into a choice list which options are the result of the lookup's" -" code execution." -msgstr "Un tipo di metadati definisce le caratteristiche di un valore di qualche tipo che può essere collegato a un documento. Esempi di tipi di metadati: il nome del client, una data o un progetto a cui appartengono diversi documenti. Il nome di un tipo di metadati è l'identificatore interno con il quale possono essere pubblicati da altri moduli come il modulo di indicizzazione, il titolo è il valore che viene mostrato agli utenti, il valore predefinito è il valore di un'istanza di questo tipo di metadati avrà inizialmente, e il valore di ricerca si trasforma un'istanza di metadati di questo tipo in un elenco di opzioni di scelta che sono il risultato della esecuzione di codice la ricerca di." +"modules such as the indexing module, the title is the value that is shown to " +"the users, the default value is the value an instance of this metadata type " +"will have initially, and the lookup value turns an instance of a metadata of " +"this type into a choice list which options are the result of the lookup's " +"code execution." +msgstr "" +"Un tipo di metadati definisce le caratteristiche di un valore di qualche " +"tipo che può essere collegato a un documento. Esempi di tipi di metadati: il " +"nome del client, una data o un progetto a cui appartengono diversi " +"documenti. Il nome di un tipo di metadati è l'identificatore interno con il " +"quale possono essere pubblicati da altri moduli come il modulo di " +"indicizzazione, il titolo è il valore che viene mostrato agli utenti, il " +"valore predefinito è il valore di un'istanza di questo tipo di metadati avrà " +"inizialmente, e il valore di ricerca si trasforma un'istanza di metadati di " +"questo tipo in un elenco di opzioni di scelta che sono il risultato della " +"esecuzione di codice la ricerca di." diff --git a/apps/metadata/locale/pl/LC_MESSAGES/django.po b/apps/metadata/locale/pl/LC_MESSAGES/django.po index e3071a7b0c..ceaeedcc35 100644 --- a/apps/metadata/locale/pl/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-20 17:15+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:21 __init__.py:23 msgid "edit metadata" @@ -286,8 +288,7 @@ msgstr "" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" #: views.py:164 @@ -443,13 +444,13 @@ msgstr "" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can" -" be attached to a document. Examples of metadata types are: a client name, " -"a date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can " +"be attached to a document. Examples of metadata types are: a client name, a " +"date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to" -" the users, the default value is the value an instance of this metadata type" -" will have initially, and the lookup value turns an instance of a metadata " -"of this type into a choice list which options are the result of the lookup's" -" code execution." +"modules such as the indexing module, the title is the value that is shown to " +"the users, the default value is the value an instance of this metadata type " +"will have initially, and the lookup value turns an instance of a metadata of " +"this type into a choice list which options are the result of the lookup's " +"code execution." msgstr "" diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.po b/apps/metadata/locale/pt/LC_MESSAGES/django.po index d2830fd154..ee790e4c62 100644 --- a/apps/metadata/locale/pt/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-04 17:47+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:21 __init__.py:23 @@ -141,7 +142,9 @@ msgstr "escolhas" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name() for user in User.objects.all()].%s" +msgstr "" +"Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name() for user " +"in User.objects.all()].%s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -288,15 +291,17 @@ msgstr "Editar os metadados dos documentos: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Tipo de metadados: %(metadata_type)s adicionado com sucesso ao documento " "%(document)s." -msgstr "Tipo de metadados: %(metadata_type)s adicionado com sucesso ao documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo de metadados: %(metadata_type)s já existe no documento %(document)s ." +msgstr "" +"Tipo de metadados: %(metadata_type)s já existe no documento %(document)s ." #: views.py:188 #, python-format @@ -313,13 +318,17 @@ msgstr "Adicionar tipo de metadados aos documentos: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Tipos de metadados removidos com sucesso: %(metadata_type)s do documento: %(document)s." +msgstr "" +"Tipos de metadados removidos com sucesso: %(metadata_type)s do documento: " +"%(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Erro ao remover tipo de metadados: %(metadata_type)s do documento: %(document)s." +msgstr "" +"Erro ao remover tipo de metadados: %(metadata_type)s do documento: " +"%(document)s." #: views.py:281 #, python-format @@ -437,7 +446,11 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "Um conjunto de metadados é um grupo de um ou mais tipos de metadados. Conjuntos de metadados são úteis na criação de novos documentos; selecionando um conjunto de metadados, automaticamente atribui os tipos de metadados membros desse conjunto ao documento." +msgstr "" +"Um conjunto de metadados é um grupo de um ou mais tipos de metadados. " +"Conjuntos de metadados são úteis na criação de novos documentos; " +"selecionando um conjunto de metadados, automaticamente atribui os tipos de " +"metadados membros desse conjunto ao documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -445,13 +458,22 @@ msgstr "O que são tipos de metadados?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can" -" be attached to a document. Examples of metadata types are: a client name, " -"a date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can " +"be attached to a document. Examples of metadata types are: a client name, a " +"date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to" -" the users, the default value is the value an instance of this metadata type" -" will have initially, and the lookup value turns an instance of a metadata " -"of this type into a choice list which options are the result of the lookup's" -" code execution." -msgstr "Um tipo de metadados define as características de um valor de algum tipo que pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome de cliente, uma data ou um projeto ao qual pertencem vários documentos. O nome de um tipo de metadados é o identificador interno através do qual ele pode ser referenciado pelos outros módulos, como o módulo de indexação, o título é o valor que é mostrado para os utilizadores, o valor padrão é o valor que uma instância desse tipo de metadados terá inicialmente, e o valor de escolhas torna uma instância de um metadado deste tipo numa lista de opções, cujos componentes são o resultado da execução do código da pesquisa." +"modules such as the indexing module, the title is the value that is shown to " +"the users, the default value is the value an instance of this metadata type " +"will have initially, and the lookup value turns an instance of a metadata of " +"this type into a choice list which options are the result of the lookup's " +"code execution." +msgstr "" +"Um tipo de metadados define as características de um valor de algum tipo que " +"pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome " +"de cliente, uma data ou um projeto ao qual pertencem vários documentos. O " +"nome de um tipo de metadados é o identificador interno através do qual ele " +"pode ser referenciado pelos outros módulos, como o módulo de indexação, o " +"título é o valor que é mostrado para os utilizadores, o valor padrão é o " +"valor que uma instância desse tipo de metadados terá inicialmente, e o valor " +"de escolhas torna uma instância de um metadado deste tipo numa lista de " +"opções, cujos componentes são o resultado da execução do código da pesquisa." diff --git a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po index ccbe017552..ca6f1cd427 100644 --- a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:21 __init__.py:23 @@ -140,7 +141,9 @@ msgstr "pesquisa" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name()para o usuário em User.objects.all()]. %s" +msgstr "" +"Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name()para o " +"usuário em User.objects.all()]. %s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -287,15 +290,17 @@ msgstr "Editar os metadados do documentos: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Tipo de metadados: %(metadata_type)s adicionado com sucesso para documento " "%(document)s." -msgstr "Tipo de metadados: %(metadata_type)s adicionado com sucesso para documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo de metadados: %(metadata_type)s já presente no documento %(document)s ." +msgstr "" +"Tipo de metadados: %(metadata_type)s já presente no documento %(document)s ." #: views.py:188 #, python-format @@ -312,13 +317,17 @@ msgstr "Adicionar tipo de metadados aos documentos: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Tipos de metadados removidos com êxito: %(metadata_type)s do documento: %(document)s." +msgstr "" +"Tipos de metadados removidos com êxito: %(metadata_type)s do documento: " +"%(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Erro ao remover tipo de metadados: %(metadata_type)s do documento: %(document)s." +msgstr "" +"Erro ao remover tipo de metadados: %(metadata_type)s do documento: " +"%(document)s." #: views.py:281 #, python-format @@ -436,7 +445,11 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "Um conjunto de metadados é um grupo de um ou mais tipos de metadados. Conjuntos de metadados são úteis na criação de novos documentos; selecionando um conjunto de metadados, automaticamente atribui tipos de metadados membros desse conjunto ao documento." +msgstr "" +"Um conjunto de metadados é um grupo de um ou mais tipos de metadados. " +"Conjuntos de metadados são úteis na criação de novos documentos; " +"selecionando um conjunto de metadados, automaticamente atribui tipos de " +"metadados membros desse conjunto ao documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -444,13 +457,22 @@ msgstr "Quais são os tipos de metadados?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can" -" be attached to a document. Examples of metadata types are: a client name, " -"a date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can " +"be attached to a document. Examples of metadata types are: a client name, a " +"date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to" -" the users, the default value is the value an instance of this metadata type" -" will have initially, and the lookup value turns an instance of a metadata " -"of this type into a choice list which options are the result of the lookup's" -" code execution." -msgstr "Um tipo de metadados define as características de um valor de algum tipo que pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome de cliente, uma data ou um projeto ao qual pertencem vários documentos. O nome de um tipo de metadados é o identificador interno com o qual ele pode ser referenciado pelos outros módulos, como o módulo de indexação, o título é o valor que é mostrado para os usuários, o valor padrão é o valor de uma instância desse tipo de metadados terá inicialmente, o valor de pesquisa e vira um exemplo de um metadados deste tipo em uma lista de escolha de quais opções são o resultado da execução a pesquisa de código." +"modules such as the indexing module, the title is the value that is shown to " +"the users, the default value is the value an instance of this metadata type " +"will have initially, and the lookup value turns an instance of a metadata of " +"this type into a choice list which options are the result of the lookup's " +"code execution." +msgstr "" +"Um tipo de metadados define as características de um valor de algum tipo que " +"pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome " +"de cliente, uma data ou um projeto ao qual pertencem vários documentos. O " +"nome de um tipo de metadados é o identificador interno com o qual ele pode " +"ser referenciado pelos outros módulos, como o módulo de indexação, o título " +"é o valor que é mostrado para os usuários, o valor padrão é o valor de uma " +"instância desse tipo de metadados terá inicialmente, o valor de pesquisa e " +"vira um exemplo de um metadados deste tipo em uma lista de escolha de quais " +"opções são o resultado da execução a pesquisa de código." diff --git a/apps/metadata/locale/ru/LC_MESSAGES/django.po b/apps/metadata/locale/ru/LC_MESSAGES/django.po index dd1e9ea106..688b680a80 100644 --- a/apps/metadata/locale/ru/LC_MESSAGES/django.po +++ b/apps/metadata/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-27 04:25+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:21 __init__.py:23 msgid "edit metadata" @@ -139,7 +141,9 @@ msgstr "поиск" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "Введите строку для вычисления. Пример: [user.get_full_name() for user in User.objects.all()].%s" +msgstr "" +"Введите строку для вычисления. Пример: [user.get_full_name() for user in " +"User.objects.all()].%s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -257,7 +261,8 @@ msgstr "Ошибка при удалении индексов документа #: views.py:99 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "Ошибка редактирования метаданных для документа %(document)s; %(error)s." +msgstr "" +"Ошибка редактирования метаданных для документа %(document)s; %(error)s." #: views.py:102 #, python-format @@ -286,9 +291,9 @@ msgstr "Редактирование метаданных для докумен #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." -msgstr "Тип метаданных: %(metadata_type)s успешно добавлены к документу %(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Тип метаданных: %(metadata_type)s успешно добавлены к документу %(document)s." #: views.py:164 #, python-format @@ -311,13 +316,17 @@ msgstr "Добавляйте метаданные типа документов: msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Метаданные типа: %(metadata_type)s успешно удалены из документа: %(document)s." +msgstr "" +"Метаданные типа: %(metadata_type)s успешно удалены из документа: " +"%(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Ошибка удаления метаданных, наберите:%(metadata_type)s из документа: %(document)s ." +msgstr "" +"Ошибка удаления метаданных, наберите:%(metadata_type)s из документа: " +"%(document)s ." #: views.py:281 #, python-format @@ -435,7 +444,10 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "Набор метаданных это группа из одного или более типов метаданных. Наборы метаданных полезны при создании новых документов; указание набора метаданных автоматически добавляет метаданные набора к документу." +msgstr "" +"Набор метаданных это группа из одного или более типов метаданных. Наборы " +"метаданных полезны при создании новых документов; указание набора " +"метаданных автоматически добавляет метаданные набора к документу." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -443,13 +455,25 @@ msgstr "Что такое типы метаданных?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can" -" be attached to a document. Examples of metadata types are: a client name, " -"a date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can " +"be attached to a document. Examples of metadata types are: a client name, a " +"date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to" -" the users, the default value is the value an instance of this metadata type" -" will have initially, and the lookup value turns an instance of a metadata " -"of this type into a choice list which options are the result of the lookup's" -" code execution." -msgstr "Тип метаданных определяет характеристики информации которая может быть присоединена к документу. Примеры типов метаданных : имя клиента, дата или проект, к которому принадлежат несколько документов. Имя типа метаданных является внутренним идентификатором, на который могут ссылаться другие модули, такие как модуль индексирования\n\nИмя это значение, которое показано пользователям\n\nЗначение по умолчанию - значение экземпляра этого типа метаданных будет на начальном этапе,\n\nКраткое имя служит для выбора из списка значений в результатах поиска." +"modules such as the indexing module, the title is the value that is shown to " +"the users, the default value is the value an instance of this metadata type " +"will have initially, and the lookup value turns an instance of a metadata of " +"this type into a choice list which options are the result of the lookup's " +"code execution." +msgstr "" +"Тип метаданных определяет характеристики информации которая может быть " +"присоединена к документу. Примеры типов метаданных : имя клиента, дата или " +"проект, к которому принадлежат несколько документов. Имя типа метаданных " +"является внутренним идентификатором, на который могут ссылаться другие " +"модули, такие как модуль индексирования\n" +"\n" +"Имя это значение, которое показано пользователям\n" +"\n" +"Значение по умолчанию - значение экземпляра этого типа метаданных будет на " +"начальном этапе,\n" +"\n" +"Краткое имя служит для выбора из списка значений в результатах поиска." diff --git a/apps/navigation/locale/de_DE/LC_MESSAGES/django.po b/apps/navigation/locale/de_DE/LC_MESSAGES/django.po index 01acd7ef98..649d02dd00 100644 --- a/apps/navigation/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/navigation/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 09:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/en/LC_MESSAGES/django.po b/apps/navigation/locale/en/LC_MESSAGES/django.po index cfad006208..32efb28207 100644 --- a/apps/navigation/locale/en/LC_MESSAGES/django.po +++ b/apps/navigation/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:29-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/navigation/locale/es/LC_MESSAGES/django.po b/apps/navigation/locale/es/LC_MESSAGES/django.po index 254e19d94a..b520c5385d 100644 --- a/apps/navigation/locale/es/LC_MESSAGES/django.po +++ b/apps/navigation/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-04 16:58+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/it/LC_MESSAGES/django.po b/apps/navigation/locale/it/LC_MESSAGES/django.po index cb693e152b..3d8bb2d30c 100644 --- a/apps/navigation/locale/it/LC_MESSAGES/django.po +++ b/apps/navigation/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-08 07:22+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/pl/LC_MESSAGES/django.po b/apps/navigation/locale/pl/LC_MESSAGES/django.po index 0c4079c849..3581e57af1 100644 --- a/apps/navigation/locale/pl/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-21 20:59+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: forms.py:14 msgid "Multi item action" diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.po b/apps/navigation/locale/pt/LC_MESSAGES/django.po index 342fd21965..1b410e86c1 100644 --- a/apps/navigation/locale/pt/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 12:01+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po index 948cc4e4ae..8f22ff2e63 100644 --- a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/ru/LC_MESSAGES/django.po b/apps/navigation/locale/ru/LC_MESSAGES/django.po index 7d3900bb5d..b61fc1167b 100644 --- a/apps/navigation/locale/ru/LC_MESSAGES/django.po +++ b/apps/navigation/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-19 21:05+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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" #: forms.py:14 msgid "Multi item action" diff --git a/apps/ocr/locale/de_DE/LC_MESSAGES/django.po b/apps/ocr/locale/de_DE/LC_MESSAGES/django.po index 7199233089..22eaee5077 100644 --- a/apps/ocr/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/ocr/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:32 __init__.py:33 @@ -46,7 +47,9 @@ msgstr "Seiteninhalt aufräumen" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "Lässt einen Sprachfilter über den erkannten Inhalt laufen, um häufige Erkennungsfehler zu beseitigen." +msgstr "" +"Lässt einen Sprachfilter über den erkannten Inhalt laufen, um häufige " +"Erkennungsfehler zu beseitigen." #: __init__.py:44 msgid "queue document list" @@ -251,7 +254,8 @@ msgstr "Warteschlangen-Dokumente %(document)s erfolgreich gelöscht." #: views.py:95 #, python-format msgid "Error deleting document: %(document)s; %(error)s" -msgstr "Fehler beim Löschen der Warteschlangen-Dokumente %(document)s; %(error)s" +msgstr "" +"Fehler beim Löschen der Warteschlangen-Dokumente %(document)s; %(error)s" #: views.py:108 #, python-format @@ -266,7 +270,8 @@ msgstr "Sind Sie sicher, dass die Warteschlangen-Dokumente %s löschen möchten? #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "Dokument %(document)s wurde zu OCR-Warteschlange %(queue)s hinzugefügt." +msgstr "" +"Dokument %(document)s wurde zu OCR-Warteschlange %(queue)s hinzugefügt." #: views.py:149 #, python-format @@ -276,7 +281,9 @@ msgstr "Dokument: %(document)s ist bereits in der Warteschlange." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Das Dokument %(document)s wurde erneut in die OCR-Warteschlange: %(queue)s eingestellt." +msgstr "" +"Das Dokument %(document)s wurde erneut in die OCR-Warteschlange: %(queue)s " +"eingestellt." #: views.py:184 #, python-format @@ -286,7 +293,9 @@ msgstr "Das Dokument mit id#: %d existiert nicht mehr." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Das Dokument %s wird bereits verarbeitet und kann nicht erneut eingestellt werden." +msgstr "" +"Das Dokument %s wird bereits verarbeitet und kann nicht erneut eingestellt " +"werden." #: views.py:200 #, python-format @@ -311,7 +320,9 @@ msgstr "Dokumenten-Warteschlange %s wurde angehalten." #: views.py:232 #, python-format msgid "Are you sure you wish to disable document queue: %s" -msgstr "Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s deaktivieren möchten?" +msgstr "" +"Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s deaktivieren " +"möchten?" #: views.py:247 #, python-format @@ -326,19 +337,24 @@ msgstr "Dokumenten-Warteschlange %s wurde erfolgreich aktiviert." #: views.py:259 #, python-format msgid "Are you sure you wish to activate document queue: %s" -msgstr "Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s aktivieren möchten?" +msgstr "" +"Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s aktivieren möchten?" #: views.py:276 msgid "Are you sure you wish to clean up all the pages content?" -msgstr "Sind Sie sicher, dass Sie den gesamten erkannten Seiteninhalt bereinigen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie den gesamten erkannten Seiteninhalt bereinigen " +"möchten?" #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "Auf großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." +msgstr "" +"Auf großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." #: views.py:283 msgid "Document pages content clean up complete." -msgstr "Bereinigung des erkannten Dokumenten-Seiteninhalts wurde abgeschlossen." +msgstr "" +"Bereinigung des erkannten Dokumenten-Seiteninhalts wurde abgeschlossen." #: views.py:285 #, python-format @@ -377,7 +393,9 @@ msgstr "Fehler beim Löschen der Warteschlangen-Transformation: %(error)s" #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "Sind Sie sicher, dass Sie die Warteschlangen-Transformationen löschen möchten: \"%(transformation)s\"" +msgstr "" +"Sind Sie sicher, dass Sie die Warteschlangen-Transformationen löschen " +"möchten: \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -397,11 +415,15 @@ msgstr "Neue Transformation für Warteschlange erzeugen: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "Verzögerung in Sekunden bevor die OCR-Texterkennung eines Dokuments beginnt, um die Dateiübertragung abzuschließen." +msgstr "" +"Verzögerung in Sekunden bevor die OCR-Texterkennung eines Dokuments beginnt, " +"um die Dateiübertragung abzuschließen." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "Maximale Anzahl an gleichzeitigen OCR-Texterkennungs-Vorgängen die eine Serverinstanz ausführen darf." +msgstr "" +"Maximale Anzahl an gleichzeitigen OCR-Texterkennungs-Vorgängen die eine " +"Serverinstanz ausführen darf." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -413,8 +435,7 @@ msgstr "Dateipfad zum 'unpaper'-Programm" #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF " -"files." +"File path to poppler's pdftotext program used to extract text from PDF files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/en/LC_MESSAGES/django.po b/apps/ocr/locale/en/LC_MESSAGES/django.po index 9e2a82478c..bc03bd6e64 100644 --- a/apps/ocr/locale/en/LC_MESSAGES/django.po +++ b/apps/ocr/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/ocr/locale/es/LC_MESSAGES/django.po b/apps/ocr/locale/es/LC_MESSAGES/django.po index 894ff39f1e..739e8e740d 100644 --- a/apps/ocr/locale/es/LC_MESSAGES/django.po +++ b/apps/ocr/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:32 __init__.py:33 @@ -46,7 +47,9 @@ msgstr "limpiar el contenido" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "Ejecuta un filtro de lenguaje para eliminar los errores más comunes de OCR del contenido de las paginas del documento." +msgstr "" +"Ejecuta un filtro de lenguaje para eliminar los errores más comunes de OCR " +"del contenido de las paginas del documento." #: __init__.py:44 msgid "queue document list" @@ -266,7 +269,9 @@ msgstr "¿Está seguro que desea eliminar de la cola los documentos: %s?" #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "Documento: %(document)s ha sido añadido a la cola de reconocimiento óptico de caracteres: %(queue)s." +msgstr "" +"Documento: %(document)s ha sido añadido a la cola de reconocimiento óptico " +"de caracteres: %(queue)s." #: views.py:149 #, python-format @@ -276,7 +281,9 @@ msgstr "Documento: %(document)s ya está en cola." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Documento: %(document)s fue puesto de vuelta en la cola de reconocimiento óptico de caracteres: %(queue)s " +msgstr "" +"Documento: %(document)s fue puesto de vuelta en la cola de reconocimiento " +"óptico de caracteres: %(queue)s " #: views.py:184 #, python-format @@ -286,7 +293,8 @@ msgstr "Documento de #: %d, ya no existe." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "El documento: %s ya está en proceso y no se puede volver a agregar a la cola." +msgstr "" +"El documento: %s ya está en proceso y no se puede volver a agregar a la cola." #: views.py:200 #, python-format @@ -334,7 +342,9 @@ msgstr "¿Está seguro que desea limpiar el contenido de todas las páginas?" #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "En grandes bases de datos esta operación puede tardar algún tiempo en ejecutarse." +msgstr "" +"En grandes bases de datos esta operación puede tardar algún tiempo en " +"ejecutarse." #: views.py:283 msgid "Document pages content clean up complete." @@ -377,7 +387,9 @@ msgstr "Error al tratar de borrar la transformación de cola; %(error)s " #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "¿Está seguro que desea borrar la transformación de cola \"%(transformation)s\"" +msgstr "" +"¿Está seguro que desea borrar la transformación de cola \"%(transformation)s" +"\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -397,11 +409,15 @@ msgstr "Crear nueva transformación para la cola: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "Cantidad de segundos a demorar OCR de documentos para por ajustar por el tiempo de replicación de almacenamiento de los nodos." +msgstr "" +"Cantidad de segundos a demorar OCR de documentos para por ajustar por el " +"tiempo de replicación de almacenamiento de los nodos." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "La cantidad máxima concurrentes de OCR de documentos que un nodo puede realizar." +msgstr "" +"La cantidad máxima concurrentes de OCR de documentos que un nodo puede " +"realizar." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -413,9 +429,10 @@ msgstr "La ruta de archivo del programa unpaper." #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF " -"files." -msgstr "Ruta de acceso al programa de poppler llamado pdftotext utilizado para extraer texto de archivos PDF." +"File path to poppler's pdftotext program used to extract text from PDF files." +msgstr "" +"Ruta de acceso al programa de poppler llamado pdftotext utilizado para " +"extraer texto de archivos PDF." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/it/LC_MESSAGES/django.po b/apps/ocr/locale/it/LC_MESSAGES/django.po index b61b57fc84..f4c60b0ba5 100644 --- a/apps/ocr/locale/it/LC_MESSAGES/django.po +++ b/apps/ocr/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:32 __init__.py:33 @@ -47,7 +48,9 @@ msgstr "ripulisci il contenuto delle pagine" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "Esegue un filtro per rimuovere i comuni errori di OCR dal contenuto del documento pagine." +msgstr "" +"Esegue un filtro per rimuovere i comuni errori di OCR dal contenuto del " +"documento pagine." #: __init__.py:44 msgid "queue document list" @@ -267,7 +270,8 @@ msgstr "Sei sicuro di voler cancellare queste code documento: %s?" #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "Il documento: %(document)s è stato aggiunto alla coda %(queue)s per OCR." +msgstr "" +"Il documento: %(document)s è stato aggiunto alla coda %(queue)s per OCR." #: views.py:149 #, python-format @@ -378,7 +382,9 @@ msgstr "Errore nella cancellazione della coda di trasformazione; %(error)s" #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "Sei sicuro di voler cancellare la coda di trasformazione \"%(transformation)s\"" +msgstr "" +"Sei sicuro di voler cancellare la coda di trasformazione \"%(transformation)s" +"\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -398,11 +404,15 @@ msgstr "Crea una nuova coda di trasformazione:%s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "Quantità di secondi di ritardo OCR di documenti per consentire lo stoccaggio nel nodo di replica." +msgstr "" +"Quantità di secondi di ritardo OCR di documenti per consentire lo stoccaggio " +"nel nodo di replica." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "Importo massimo di documenti concorrenti per OCR che un nodo è in grado di eseguire." +msgstr "" +"Importo massimo di documenti concorrenti per OCR che un nodo è in grado di " +"eseguire." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -414,8 +424,7 @@ msgstr "File path per il programma unpaper" #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF " -"files." +"File path to poppler's pdftotext program used to extract text from PDF files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/pl/LC_MESSAGES/django.po b/apps/ocr/locale/pl/LC_MESSAGES/django.po index 9002b4646b..d1e0389e49 100644 --- a/apps/ocr/locale/pl/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pl/LC_MESSAGES/django.po @@ -1,21 +1,23 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:32 __init__.py:33 msgid "submit to OCR queue" @@ -412,8 +414,7 @@ msgstr "" #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF " -"files." +"File path to poppler's pdftotext program used to extract text from PDF files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.po b/apps/ocr/locale/pt/LC_MESSAGES/django.po index d6570a754e..bb6423152c 100644 --- a/apps/ocr/locale/pt/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 21:27+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:32 __init__.py:33 @@ -48,7 +49,9 @@ msgstr "limpar o conteúdo das páginas" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "Corre um filtro de linguagem para remover erros comuns de OCR do conteúdo das páginas do documento." +msgstr "" +"Corre um filtro de linguagem para remover erros comuns de OCR do conteúdo " +"das páginas do documento." #: __init__.py:44 msgid "queue document list" @@ -278,7 +281,8 @@ msgstr "O documento: %(document)s já está na fila." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "O documento: %(document)s foi reenviado para a fila de OCR: %(queue)s " +msgstr "" +"O documento: %(document)s foi reenviado para a fila de OCR: %(queue)s " #: views.py:184 #, python-format @@ -288,7 +292,9 @@ msgstr "O documento com id nº: %d, já não existe." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "O documento: %s já está a ser processado e não pode ser reenviado para a fila." +msgstr "" +"O documento: %s já está a ser processado e não pode ser reenviado para a " +"fila." #: views.py:200 #, python-format @@ -336,7 +342,8 @@ msgstr "Tem a certeza de que deseja limpar todo o conteúdo das páginas?" #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "Esta operação pode levar algum tempo a executar em bases de dados grandes ." +msgstr "" +"Esta operação pode levar algum tempo a executar em bases de dados grandes ." #: views.py:283 msgid "Document pages content clean up complete." @@ -379,7 +386,9 @@ msgstr "Erro ao excluir transformação da fila; %(error)s " #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "Tem a certeza de que deseja excluir a transformação da fila \"%(transformation)s\"" +msgstr "" +"Tem a certeza de que deseja excluir a transformação da fila " +"\"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -399,11 +408,15 @@ msgstr "Criar nova transformação para a fila: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "Número de segundos de atraso para o OCR de documentos para permitir a replicação de armazenamento do nó." +msgstr "" +"Número de segundos de atraso para o OCR de documentos para permitir a " +"replicação de armazenamento do nó." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "Quantidade máxima de OCR's de documentos que um nó pode executar em simultâneo." +msgstr "" +"Quantidade máxima de OCR's de documentos que um nó pode executar em " +"simultâneo." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -415,9 +428,10 @@ msgstr "Caminho para o programa unpaper." #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF " -"files." -msgstr "Caminho para o programa pdftotext de poppler, usado para extrair texto de ficheiros PDF." +"File path to poppler's pdftotext program used to extract text from PDF files." +msgstr "" +"Caminho para o programa pdftotext de poppler, usado para extrair texto de " +"ficheiros PDF." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po b/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po index 31c73e2084..1cc497d7db 100644 --- a/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:32 __init__.py:33 @@ -47,7 +48,9 @@ msgstr "limpar conteúdo das páginas" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "Executa um filtro de linguagem para remover erros comuns de OCR do conteúdo das páginas do documento." +msgstr "" +"Executa um filtro de linguagem para remover erros comuns de OCR do conteúdo " +"das páginas do documento." #: __init__.py:44 msgid "queue document list" @@ -277,7 +280,8 @@ msgstr "Documento: %(document)s já está na lista." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Documento: %(document)s foi re-enfileirado para a lista de OCR: %(queue)s " +msgstr "" +"Documento: %(document)s foi re-enfileirado para a lista de OCR: %(queue)s " #: views.py:184 #, python-format @@ -335,7 +339,8 @@ msgstr "Tem certeza de que deseja limpar todo o conteúdo das páginas?" #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "" +"Em grandes bases de dados esta operação pode levar algum tempo para executar." #: views.py:283 msgid "Document pages content clean up complete." @@ -378,7 +383,9 @@ msgstr "Erro ao deletar transformação de lista; %(error)s " #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "Tem certeza que deseja deletar a transformação de lista \"%(transformation)s\"" +msgstr "" +"Tem certeza que deseja deletar a transformação de lista \"%(transformation)s" +"\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -398,11 +405,14 @@ msgstr "Criar nova transformação para a lista: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "Quantidade de segundos de atraso OCR de documentos para permitir o nó da sobrecarga de replicação de armazenamento." +msgstr "" +"Quantidade de segundos de atraso OCR de documentos para permitir o nó da " +"sobrecarga de replicação de armazenamento." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "Quantidade máxima de documentos simultâneos OCRs que um nó pode executar." +msgstr "" +"Quantidade máxima de documentos simultâneos OCRs que um nó pode executar." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -414,8 +424,7 @@ msgstr "Caminho do arquivo para o programa unpaper." #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF " -"files." +"File path to poppler's pdftotext program used to extract text from PDF files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/ru/LC_MESSAGES/django.po b/apps/ocr/locale/ru/LC_MESSAGES/django.po index 6a87dc6872..910051b31d 100644 --- a/apps/ocr/locale/ru/LC_MESSAGES/django.po +++ b/apps/ocr/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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" @@ -46,7 +48,9 @@ msgstr "очистка содержимого страниц" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "Применить языковый фильтр для удаления общих ошибок распознавания содержимого страниц документа." +msgstr "" +"Применить языковый фильтр для удаления общих ошибок распознавания " +"содержимого страниц документа." #: __init__.py:44 msgid "queue document list" @@ -266,7 +270,8 @@ msgstr "Вы действительно хотите удалить очеред #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "Документ: %(document)s добавлен для распознавания в очередь: %(queue)s." +msgstr "" +"Документ: %(document)s добавлен для распознавания в очередь: %(queue)s." #: views.py:149 #, python-format @@ -286,7 +291,8 @@ msgstr "Документ №: %d больше не существует." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Документ: %s уже обработан и не может быть повторно добавлен в очередь." +msgstr "" +"Документ: %s уже обработан и не может быть повторно добавлен в очередь." #: views.py:200 #, python-format @@ -334,7 +340,9 @@ msgstr "Вы уверены, что хотите очистить все сод #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." +msgstr "" +"В больших базах данных эта операция может занять некоторое время для " +"выполнения." #: views.py:283 msgid "Document pages content clean up complete." @@ -377,7 +385,8 @@ msgstr "Ошибка при удалении преобразования оче #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "Вы действительно хотите удалить преобразование очереди \"%(transformation)s\"" +msgstr "" +"Вы действительно хотите удалить преобразование очереди \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -397,15 +406,19 @@ msgstr "Создать новое преобразование для очере msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "Количество секунд задержки оптического распознавания документов для завершения репликации узла." +msgstr "" +"Количество секунд задержки оптического распознавания документов для " +"завершения репликации узла." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "Максимальное количество одновременно распознаваемых документов для узла." +msgstr "" +"Максимальное количество одновременно распознаваемых документов для узла." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." -msgstr "Автоматически ставить в очередь новые документы для распознавания текста." +msgstr "" +"Автоматически ставить в очередь новые документы для распознавания текста." #: conf/settings.py:17 msgid "File path to unpaper program." @@ -413,8 +426,7 @@ msgstr "Путь к программе unpaper." #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF " -"files." +"File path to poppler's pdftotext program used to extract text from PDF files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/permissions/locale/de_DE/LC_MESSAGES/django.po b/apps/permissions/locale/de_DE/LC_MESSAGES/django.po index 3e39330cf9..f6dea626c4 100644 --- a/apps/permissions/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/permissions/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 11:13+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -150,7 +151,9 @@ msgstr "%(requester)s hat das Recht \"%(permission)s bereits." #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie folgende Rechte gewähren wollen: %(permissions_label)s %(title_suffix)s" +msgstr "" +"Sind Sie sicher, dass Sie folgende Rechte gewähren wollen: " +"%(permissions_label)s %(title_suffix)s" #: views.py:222 #, python-format @@ -166,7 +169,9 @@ msgstr "%(requester)s hat nicht das Recht \"%(permission)s\" zugeteilt." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Sind Sie sicher, dass Sie folgende Rechte widerrufen wollen: %(permissions_label)s %(title_suffix)s" +msgstr "" +"Sind Sie sicher, dass Sie folgende Rechte widerrufen wollen: " +"%(permissions_label)s %(title_suffix)s" #: views.py:271 views.py:295 msgid "Users" @@ -202,4 +207,6 @@ msgstr "Gewähre" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "Eine Liste der existierenden Rollen, welche automatisch neuen Benutzern zugewiesen werden" +msgstr "" +"Eine Liste der existierenden Rollen, welche automatisch neuen Benutzern " +"zugewiesen werden" diff --git a/apps/permissions/locale/en/LC_MESSAGES/django.po b/apps/permissions/locale/en/LC_MESSAGES/django.po index 6ebfd0111a..6468bd4cb1 100644 --- a/apps/permissions/locale/en/LC_MESSAGES/django.po +++ b/apps/permissions/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/permissions/locale/es/LC_MESSAGES/django.po b/apps/permissions/locale/es/LC_MESSAGES/django.po index 9edfad5410..051efec445 100644 --- a/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/apps/permissions/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-12 00:25+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -150,7 +151,8 @@ msgstr "%(requester)s, ya tenía el permiso \"%(permission)s\" concedido." #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "¿Está seguro que desea otorgar el %(permissions_label)s %(title_suffix)s?" +msgstr "" +"¿Está seguro que desea otorgar el %(permissions_label)s %(title_suffix)s?" #: views.py:222 #, python-format @@ -166,7 +168,8 @@ msgstr "%(requester)s, no tiene el permiso \"%(permission)s\" concedido." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "¿Estás seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" +msgstr "" +"¿Estás seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" #: views.py:271 views.py:295 msgid "Users" @@ -202,4 +205,6 @@ msgstr "Otorgar" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "Una lista de funciones existentes que se asignan automáticamente a los usuarios nuevos" +msgstr "" +"Una lista de funciones existentes que se asignan automáticamente a los " +"usuarios nuevos" diff --git a/apps/permissions/locale/it/LC_MESSAGES/django.po b/apps/permissions/locale/it/LC_MESSAGES/django.po index 355438eb2d..f4dca2995b 100644 --- a/apps/permissions/locale/it/LC_MESSAGES/django.po +++ b/apps/permissions/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-03-21 13:31+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -151,7 +152,9 @@ msgstr "%(requester)s, ha già il permesso \"%(permission)s\" concesso." #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Sei sicuro che tu voglia concedere questo permesso %(permissions_label)s %(title_suffix)s?" +msgstr "" +"Sei sicuro che tu voglia concedere questo permesso %(permissions_label)s " +"%(title_suffix)s?" #: views.py:222 #, python-format @@ -167,7 +170,9 @@ msgstr "%(requester)s, non ha i permessi \"%(permission)s\" consentiti." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Sei sicuro di voler revocare questo permesso %(permissions_label)s %(title_suffix)s?" +msgstr "" +"Sei sicuro di voler revocare questo permesso %(permissions_label)s " +"%(title_suffix)s?" #: views.py:271 views.py:295 msgid "Users" @@ -203,4 +208,6 @@ msgstr "Concessione" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "Un elenco di ruoli esistenti che vengono automaticamente assegnati agli utenti appena creati" +msgstr "" +"Un elenco di ruoli esistenti che vengono automaticamente assegnati agli " +"utenti appena creati" diff --git a/apps/permissions/locale/pl/LC_MESSAGES/django.po b/apps/permissions/locale/pl/LC_MESSAGES/django.po index 3f6d4b4e2a..09404a9c5c 100644 --- a/apps/permissions/locale/pl/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-20 16:08+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:17 models.py:209 views.py:40 msgid "roles" diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.po b/apps/permissions/locale/pt/LC_MESSAGES/django.po index 14e60ad4c5..7e4c0f74fb 100644 --- a/apps/permissions/locale/pt/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-03 12:31+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -152,7 +153,9 @@ msgstr "%(requester)s já tinha a permissão \"%(permission)s\"." #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Tem a certeza de que pretende conceder %(permissions_label)s %(title_suffix)s?" +msgstr "" +"Tem a certeza de que pretende conceder %(permissions_label)s " +"%(title_suffix)s?" #: views.py:222 #, python-format @@ -168,7 +171,8 @@ msgstr "%(requester)s, não tem a permissão \"%(permission)s\"." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Tem a certeza de que pretende revogar %(permissions_label)s %(title_suffix)s?" +msgstr "" +"Tem a certeza de que pretende revogar %(permissions_label)s %(title_suffix)s?" #: views.py:271 views.py:295 msgid "Users" @@ -204,4 +208,6 @@ msgstr "Conceder" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "Uma lista de funções existentes que são automaticamente atribuídas para utilizadores recém-criados" +msgstr "" +"Uma lista de funções existentes que são automaticamente atribuídas para " +"utilizadores recém-criados" diff --git a/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po index c3fa520407..c23b9a7022 100644 --- a/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -203,4 +204,6 @@ msgstr "Conceder" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "A lista de funções existentes que são automaticamente designados para usuários recém-criados" +msgstr "" +"A lista de funções existentes que são automaticamente designados para " +"usuários recém-criados" diff --git a/apps/permissions/locale/ru/LC_MESSAGES/django.po b/apps/permissions/locale/ru/LC_MESSAGES/django.po index e1f72f1530..ae3f6a12b1 100644 --- a/apps/permissions/locale/ru/LC_MESSAGES/django.po +++ b/apps/permissions/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-03 05:06+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:17 models.py:209 views.py:40 msgid "roles" @@ -202,4 +204,6 @@ msgstr "Предоставить" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "Список существующих ролей, которые автоматически назначаются вновь создаваемым пользователям" +msgstr "" +"Список существующих ролей, которые автоматически назначаются вновь " +"создаваемым пользователям" diff --git a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po index 5e6c013643..fee27c8c9a 100644 --- a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 09:24+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/en/LC_MESSAGES/django.po b/apps/project_setup/locale/en/LC_MESSAGES/django.po index b30e051b2f..070f9a940a 100644 --- a/apps/project_setup/locale/en/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/project_setup/locale/es/LC_MESSAGES/django.po b/apps/project_setup/locale/es/LC_MESSAGES/django.po index be23f81697..d20efa4383 100644 --- a/apps/project_setup/locale/es/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-04 01:03+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/it/LC_MESSAGES/django.po b/apps/project_setup/locale/it/LC_MESSAGES/django.po index 75789bd5bf..a4e157be11 100644 --- a/apps/project_setup/locale/it/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-12-09 18:08+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/pl/LC_MESSAGES/django.po b/apps/project_setup/locale/pl/LC_MESSAGES/django.po index 63f16af75e..b23f60d43d 100644 --- a/apps/project_setup/locale/pl/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,16 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-20 21:42+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:5 msgid "setup" diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.po b/apps/project_setup/locale/pt/LC_MESSAGES/django.po index 00637547db..8c44dec42d 100644 --- a/apps/project_setup/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-03 09:57+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po b/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po index 8924a33c32..a721fb019f 100644 --- a/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/ru/LC_MESSAGES/django.po b/apps/project_setup/locale/ru/LC_MESSAGES/django.po index e16541b2c5..70890d5075 100644 --- a/apps/project_setup/locale/ru/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-19 20:30+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:5 msgid "setup" diff --git a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po index 6585a2d9fb..9766a5853e 100644 --- a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 09:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/en/LC_MESSAGES/django.po b/apps/project_tools/locale/en/LC_MESSAGES/django.po index 5c15c1876e..3c4b4c0482 100644 --- a/apps/project_tools/locale/en/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/project_tools/locale/es/LC_MESSAGES/django.po b/apps/project_tools/locale/es/LC_MESSAGES/django.po index 38ab9b5b55..960fccae19 100644 --- a/apps/project_tools/locale/es/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-09-30 05:22+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/it/LC_MESSAGES/django.po b/apps/project_tools/locale/it/LC_MESSAGES/django.po index e0467cfe33..99cfe05fd6 100644 --- a/apps/project_tools/locale/it/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-12-09 18:01+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/pl/LC_MESSAGES/django.po b/apps/project_tools/locale/pl/LC_MESSAGES/django.po index f1f5082de7..cc56927265 100644 --- a/apps/project_tools/locale/pl/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-20 16:08+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:5 views.py:15 msgid "tools" diff --git a/apps/project_tools/locale/pt/LC_MESSAGES/django.po b/apps/project_tools/locale/pt/LC_MESSAGES/django.po index 455923ee93..c5ab9c9fd5 100644 --- a/apps/project_tools/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-02 01:25+0000\n" "Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po index db7ab3e31f..68a0151f80 100644 --- a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.po b/apps/project_tools/locale/ru/LC_MESSAGES/django.po index f7c6366244..72f7af4f4a 100644 --- a/apps/project_tools/locale/ru/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-03 17:24+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:5 views.py:15 msgid "tools" diff --git a/apps/scheduler/locale/de_DE/LC_MESSAGES/django.po b/apps/scheduler/locale/de_DE/LC_MESSAGES/django.po index 9f68956164..2e5b7823ee 100644 --- a/apps/scheduler/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/de_DE/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/en/LC_MESSAGES/django.po b/apps/scheduler/locale/en/LC_MESSAGES/django.po index 38df0eaafa..9c5685b2fe 100644 --- a/apps/scheduler/locale/en/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/scheduler/locale/es/LC_MESSAGES/django.po b/apps/scheduler/locale/es/LC_MESSAGES/django.po index 1660612546..8683929cbb 100644 --- a/apps/scheduler/locale/es/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/it/LC_MESSAGES/django.po b/apps/scheduler/locale/it/LC_MESSAGES/django.po index 64fe4d886c..3d7c948274 100644 --- a/apps/scheduler/locale/it/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/it/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/pl/LC_MESSAGES/django.po b/apps/scheduler/locale/pl/LC_MESSAGES/django.po index a2967be2cf..2174f1d2a2 100644 --- a/apps/scheduler/locale/pl/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pl/LC_MESSAGES/django.po @@ -1,21 +1,23 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: links.py:7 msgid "interval job list" diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.po b/apps/scheduler/locale/pt/LC_MESSAGES/django.po index fd03d8f04d..5a9b6ab539 100644 --- a/apps/scheduler/locale/pt/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-07-03 19:44+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po index 11a8eca29e..fa7097c1c9 100644 --- a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/ru/LC_MESSAGES/django.po b/apps/scheduler/locale/ru/LC_MESSAGES/django.po index 49da980b7f..61de0ebf40 100644 --- a/apps/scheduler/locale/ru/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/ru/LC_MESSAGES/django.po @@ -1,21 +1,23 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:13-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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" #: links.py:7 msgid "interval job list" diff --git a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po index d59115edb7..10bea02c45 100644 --- a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 09:17+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/en/LC_MESSAGES/django.po b/apps/smart_settings/locale/en/LC_MESSAGES/django.po index 77f09a82f5..f2d8196153 100644 --- a/apps/smart_settings/locale/en/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/smart_settings/locale/es/LC_MESSAGES/django.po b/apps/smart_settings/locale/es/LC_MESSAGES/django.po index f756c85ee4..685387e405 100644 --- a/apps/smart_settings/locale/es/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/es/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-09-30 05:09+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.po b/apps/smart_settings/locale/it/LC_MESSAGES/django.po index fcc0696e10..6ea01cda9b 100644 --- a/apps/smart_settings/locale/it/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-12-09 17:38+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/pl/LC_MESSAGES/django.po b/apps/smart_settings/locale/pl/LC_MESSAGES/django.po index 5a07e0a4e4..db56db4dd5 100644 --- a/apps/smart_settings/locale/pl/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,16 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-20 21:27+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:9 views.py:28 msgid "settings" diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po index 5fd6c57fac..34bde6f444 100644 --- a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 11:59+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po index ae883fe368..53a71f4da0 100644 --- a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/ru/LC_MESSAGES/django.po b/apps/smart_settings/locale/ru/LC_MESSAGES/django.po index 23c939099c..38fdbbbe82 100644 --- a/apps/smart_settings/locale/ru/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-03 17:15+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:9 views.py:28 msgid "settings" diff --git a/apps/sources/locale/de_DE/LC_MESSAGES/django.po b/apps/sources/locale/de_DE/LC_MESSAGES/django.po index 1630520716..a9486d9d2c 100644 --- a/apps/sources/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/sources/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 @@ -31,15 +32,15 @@ msgstr "Löschen" msgid "sources" msgstr "Quellen" -#: __init__.py:24 literals.py:53 models.py:204 +#: __init__.py:24 literals.py:53 models.py:203 msgid "web forms" msgstr "Web-Formulare" -#: __init__.py:25 models.py:175 +#: __init__.py:25 models.py:174 msgid "staging folders" msgstr "Arbeitsordner" -#: __init__.py:26 models.py:239 +#: __init__.py:26 models.py:238 msgid "watch folders" msgstr "Ordner überwachen" @@ -139,7 +140,7 @@ msgstr "Drucker" msgid "Empty printer" msgstr "Leerer Drucker" -#: literals.py:47 models.py:203 +#: literals.py:47 models.py:202 msgid "web form" msgstr "Web-Formular" @@ -159,118 +160,117 @@ msgstr "Server Arbeitsordner" msgid "server watch folders" msgstr "Server Überwachungsordner" -#: models.py:36 +#: models.py:35 msgid "title" msgstr "Titel" -#: models.py:37 +#: models.py:36 msgid "enabled" msgstr "Aktiviert" -#: models.py:38 +#: models.py:37 msgid "whitelist" msgstr "Whitelist" -#: models.py:39 +#: models.py:38 msgid "blacklist" msgstr "Blacklist" -#: models.py:143 +#: models.py:142 msgid "icon" msgstr "Symbol" -#: models.py:143 +#: models.py:142 msgid "An icon to visually distinguish this source." msgstr "Ein Symbol um die Quelle von anderen zu unterscheiden" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "folder path" msgstr "Ordner Pfad" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "Server side filesystem path." msgstr "Pfad auf dem Server" -#: models.py:160 +#: models.py:159 msgid "preview width" msgstr "Vorschau Breite" -#: models.py:160 +#: models.py:159 msgid "Width value to be passed to the converter backend." msgstr "Breite die zum Konverter übergeben wird" -#: models.py:161 +#: models.py:160 msgid "preview height" msgstr "Vorschau Höhe" -#: models.py:161 +#: models.py:160 msgid "Height value to be passed to the converter backend." msgstr "Höhe die zum Konverter übergeben wird" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "uncompress" msgstr "dekomprimieren" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "Whether to expand or not compressed archives." msgstr "Sollen komprimierte Archive entpackt werden?" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "delete after upload" msgstr "löschen nach hochladen" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "Delete the file after is has been successfully uploaded." msgstr "Lösche die Datei nach erfolgreichem hochladen." -#: models.py:174 +#: models.py:173 msgid "staging folder" msgstr "Arbeitsordner" -#: models.py:214 +#: models.py:213 msgid "interval" msgstr "Intervall" -#: models.py:214 +#: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +"Inverval in seconds where the watch folder path is checked for new documents." msgstr "Intervall in Sekunden" -#: models.py:238 +#: models.py:237 msgid "watch folder" msgstr "Überwachungsordner" -#: models.py:243 +#: models.py:242 msgid "Enter a valid value." msgstr "Geben Sie eine gültigen Wert an." -#: models.py:271 views.py:595 +#: models.py:270 views.py:595 msgid "order" msgstr "Reihenfolge" -#: models.py:272 views.py:596 views.py:633 views.py:663 +#: models.py:271 views.py:596 views.py:633 views.py:663 msgid "transformation" msgstr "Transformation" -#: models.py:273 views.py:597 +#: models.py:272 views.py:597 msgid "arguments" msgstr "Parameter" -#: models.py:273 +#: models.py:272 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Wörterbücher zum Identifizieren von Parametern nutzen, Beispiel: %s" -#: models.py:284 +#: models.py:283 msgid "document source transformation" msgstr "Quelldatei-Transformation" -#: models.py:285 +#: models.py:284 msgid "document source transformations" msgstr "Quelldatei-Transformationen" -#: models.py:292 models.py:293 +#: models.py:291 models.py:292 msgid "out of process" msgstr "aus dem Vorgang heraus" @@ -324,12 +324,16 @@ msgstr "Quellen hochladen" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Es wurden keine interaktiven Dokumentenquellen definiert oder sie sind nicht aktiviert." +msgstr "" +"Es wurden keine interaktiven Dokumentenquellen definiert oder sie sind nicht " +"aktiviert." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Klicken Sie %(setup_link)s um Dokumentenquellen hinzuzufügen oder zu aktivieren." +msgstr "" +"Klicken Sie %(setup_link)s um Dokumentenquellen hinzuzufügen oder zu " +"aktivieren." #: views.py:165 msgid "New document version uploaded successfully." @@ -379,9 +383,9 @@ msgstr "Arbeitsdatei: %s erfolgreich hochgeladen." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual " -"files." -msgstr "Arbeitsdatei %s erfolgreich entpackt und als einzelne Dateien hochgeladen." +"Staging file: %s, uncompressed successfully and uploaded as individual files." +msgstr "" +"Arbeitsdatei %s erfolgreich entpackt und als einzelne Dateien hochgeladen." #: views.py:249 #, python-format @@ -513,7 +517,9 @@ msgstr "Fehler beim Löschen der Quellen-Transformation: %(error)s" #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Sind Sie sicher, dass Sie die Quellen-Transformation \"%(transformation)s\" löschen möchten" +msgstr "" +"Sind Sie sicher, dass Sie die Quellen-Transformation \"%(transformation)s\" " +"löschen möchten" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/en/LC_MESSAGES/django.po b/apps/sources/locale/en/LC_MESSAGES/django.po index 9be1f767c0..f2404cf50f 100644 --- a/apps/sources/locale/en/LC_MESSAGES/django.po +++ b/apps/sources/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,15 +29,15 @@ msgstr "" msgid "sources" msgstr "" -#: __init__.py:24 literals.py:53 models.py:204 +#: __init__.py:24 literals.py:53 models.py:203 msgid "web forms" msgstr "" -#: __init__.py:25 models.py:175 +#: __init__.py:25 models.py:174 msgid "staging folders" msgstr "" -#: __init__.py:26 models.py:239 +#: __init__.py:26 models.py:238 msgid "watch folders" msgstr "" @@ -137,7 +137,7 @@ msgstr "" msgid "Empty printer" msgstr "" -#: literals.py:47 models.py:203 +#: literals.py:47 models.py:202 msgid "web form" msgstr "" @@ -157,117 +157,117 @@ msgstr "" msgid "server watch folders" msgstr "" -#: models.py:36 +#: models.py:35 msgid "title" msgstr "" -#: models.py:37 +#: models.py:36 msgid "enabled" msgstr "" -#: models.py:38 +#: models.py:37 msgid "whitelist" msgstr "" -#: models.py:39 +#: models.py:38 msgid "blacklist" msgstr "" -#: models.py:143 +#: models.py:142 msgid "icon" msgstr "" -#: models.py:143 +#: models.py:142 msgid "An icon to visually distinguish this source." msgstr "" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "folder path" msgstr "" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "Server side filesystem path." msgstr "" -#: models.py:160 +#: models.py:159 msgid "preview width" msgstr "" -#: models.py:160 +#: models.py:159 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:161 +#: models.py:160 msgid "preview height" msgstr "" -#: models.py:161 +#: models.py:160 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "uncompress" msgstr "" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "delete after upload" msgstr "" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:174 +#: models.py:173 msgid "staging folder" msgstr "" -#: models.py:214 +#: models.py:213 msgid "interval" msgstr "" -#: models.py:214 +#: models.py:213 msgid "" "Inverval in seconds where the watch folder path is checked for new documents." msgstr "" -#: models.py:238 +#: models.py:237 msgid "watch folder" msgstr "" -#: models.py:243 +#: models.py:242 msgid "Enter a valid value." msgstr "" -#: models.py:271 views.py:595 +#: models.py:270 views.py:595 msgid "order" msgstr "" -#: models.py:272 views.py:596 views.py:633 views.py:663 +#: models.py:271 views.py:596 views.py:633 views.py:663 msgid "transformation" msgstr "" -#: models.py:273 views.py:597 +#: models.py:272 views.py:597 msgid "arguments" msgstr "" -#: models.py:273 +#: models.py:272 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:284 +#: models.py:283 msgid "document source transformation" msgstr "" -#: models.py:285 +#: models.py:284 msgid "document source transformations" msgstr "" -#: models.py:292 models.py:293 +#: models.py:291 models.py:292 msgid "out of process" msgstr "" diff --git a/apps/sources/locale/es/LC_MESSAGES/django.po b/apps/sources/locale/es/LC_MESSAGES/django.po index ee8e4633e8..02baaaa88b 100644 --- a/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/apps/sources/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:22+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 @@ -30,15 +31,15 @@ msgstr "borrar" msgid "sources" msgstr "fuentes" -#: __init__.py:24 literals.py:53 models.py:204 +#: __init__.py:24 literals.py:53 models.py:203 msgid "web forms" msgstr "formularios web" -#: __init__.py:25 models.py:175 +#: __init__.py:25 models.py:174 msgid "staging folders" msgstr "carpetas de archivos provisionales" -#: __init__.py:26 models.py:239 +#: __init__.py:26 models.py:238 msgid "watch folders" msgstr "carpetas bajo observación" @@ -76,7 +77,8 @@ msgstr "Expandir archivos comprimidos" #: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" -msgstr "Subir los archivos de un archivo comprimido como documentos individuales" +msgstr "" +"Subir los archivos de un archivo comprimido como documentos individuales" #: forms.py:43 msgid "Staging file" @@ -138,7 +140,7 @@ msgstr "Impresora" msgid "Empty printer" msgstr "Impresora vacia" -#: literals.py:47 models.py:203 +#: literals.py:47 models.py:202 msgid "web form" msgstr "formulario web" @@ -158,118 +160,119 @@ msgstr "carpetas de archivos provisionales de servidor" msgid "server watch folders" msgstr "carpetas observadas de servidor" -#: models.py:36 +#: models.py:35 msgid "title" msgstr "título" -#: models.py:37 +#: models.py:36 msgid "enabled" msgstr "activado" -#: models.py:38 +#: models.py:37 msgid "whitelist" msgstr "lista blanca" -#: models.py:39 +#: models.py:38 msgid "blacklist" msgstr "lista negra" -#: models.py:143 +#: models.py:142 msgid "icon" msgstr "icono" -#: models.py:143 +#: models.py:142 msgid "An icon to visually distinguish this source." msgstr "Un icono para distinguir visualmente esta fuente." -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "folder path" msgstr "ruta de la carpeta" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "Server side filesystem path." msgstr "Camino a los archivos en el servidor." -#: models.py:160 +#: models.py:159 msgid "preview width" msgstr "ancho de muestra" -#: models.py:160 +#: models.py:159 msgid "Width value to be passed to the converter backend." msgstr "Valor de la anchura que se pasa al backend convertidor." -#: models.py:161 +#: models.py:160 msgid "preview height" msgstr "alto de muestra" -#: models.py:161 +#: models.py:160 msgid "Height value to be passed to the converter backend." msgstr "Valor de la altura que se pasa al backend convertidor." -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "uncompress" msgstr "descomprimir" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "Whether to expand or not compressed archives." msgstr "La posibilidad de ampliar o no archivos comprimidos." -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "delete after upload" msgstr "eliminar después de subir" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "Delete the file after is has been successfully uploaded." msgstr "Eliminar el archivo después de que se haya cargado exitosamente." -#: models.py:174 +#: models.py:173 msgid "staging folder" msgstr "carpeta de archivos provisionales" -#: models.py:214 +#: models.py:213 msgid "interval" msgstr "intervalo" -#: models.py:214 +#: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Inverval es segundos, donde se comprueba la ruta de la carpeta para detectar nuevos documentos." +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Inverval es segundos, donde se comprueba la ruta de la carpeta para detectar " +"nuevos documentos." -#: models.py:238 +#: models.py:237 msgid "watch folder" msgstr "carpeta observada" -#: models.py:243 +#: models.py:242 msgid "Enter a valid value." msgstr "Introduzca un valor válido." -#: models.py:271 views.py:595 +#: models.py:270 views.py:595 msgid "order" msgstr "orden" -#: models.py:272 views.py:596 views.py:633 views.py:663 +#: models.py:271 views.py:596 views.py:633 views.py:663 msgid "transformation" msgstr "transformación" -#: models.py:273 views.py:597 +#: models.py:272 views.py:597 msgid "arguments" msgstr "argumentos" -#: models.py:273 +#: models.py:272 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Utilizar diccionarios para identificar argumentos, por ejemplo: %s" -#: models.py:284 +#: models.py:283 msgid "document source transformation" msgstr "transformación de fuente de documentos" -#: models.py:285 +#: models.py:284 msgid "document source transformations" msgstr "transformaciones de fuentes de documentos" -#: models.py:292 models.py:293 +#: models.py:291 models.py:292 msgid "out of process" msgstr "fuera de proceso" @@ -323,12 +326,16 @@ msgstr "Upload sources" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "No hay fuentes de documentos interactivos definidos o ninguna de ellas ha sido activada." +msgstr "" +"No hay fuentes de documentos interactivos definidos o ninguna de ellas ha " +"sido activada." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Haga clic en %(setup_link)s para agregar o habilitar algunas fuentes de documentos." +msgstr "" +"Haga clic en %(setup_link)s para agregar o habilitar algunas fuentes de " +"documentos." #: views.py:165 msgid "New document version uploaded successfully." @@ -340,7 +347,8 @@ msgstr "Archivo subido correctamente." #: views.py:172 msgid "File uncompressed successfully and uploaded as individual files." -msgstr "Archivo descomprimido exitosamente y subido como archivos individuales." +msgstr "" +"Archivo descomprimido exitosamente y subido como archivos individuales." #: views.py:175 msgid "File was not a compressed file, uploaded as it was." @@ -378,14 +386,16 @@ msgstr "Archivo provisional: %s, subido exitosamente." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual " -"files." -msgstr "Archivo provisional: %s, descomprido exitosamente y subido como documentos individuales." +"Staging file: %s, uncompressed successfully and uploaded as individual files." +msgstr "" +"Archivo provisional: %s, descomprido exitosamente y subido como documentos " +"individuales." #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "Archivo provisional: %s, no esta comprimido, subido como un solo documento." +msgstr "" +"Archivo provisional: %s, no esta comprimido, subido como un solo documento." #: views.py:254 #, python-format @@ -512,7 +522,9 @@ msgstr "Error borrando la transformación de la fuente; %(error)s" #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "¿Está seguro que desea eliminar la transformación de la fuente \"%(transformation)s\"" +msgstr "" +"¿Está seguro que desea eliminar la transformación de la fuente " +"\"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/it/LC_MESSAGES/django.po b/apps/sources/locale/it/LC_MESSAGES/django.po index 42d640b1d6..5e38ef3657 100644 --- a/apps/sources/locale/it/LC_MESSAGES/django.po +++ b/apps/sources/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 @@ -31,15 +32,15 @@ msgstr "cancella" msgid "sources" msgstr "sorgenti" -#: __init__.py:24 literals.py:53 models.py:204 +#: __init__.py:24 literals.py:53 models.py:203 msgid "web forms" msgstr "web forms" -#: __init__.py:25 models.py:175 +#: __init__.py:25 models.py:174 msgid "staging folders" msgstr "cartelle per la gestione temporanea" -#: __init__.py:26 models.py:239 +#: __init__.py:26 models.py:238 msgid "watch folders" msgstr "cartelle di" @@ -139,7 +140,7 @@ msgstr "Stampante" msgid "Empty printer" msgstr "Stampante vuota" -#: literals.py:47 models.py:203 +#: literals.py:47 models.py:202 msgid "web form" msgstr "web form" @@ -159,118 +160,121 @@ msgstr "server per la gestione temporanea delle cartelle" msgid "server watch folders" msgstr "server di salvataggio delle cartelle" -#: models.py:36 +#: models.py:35 msgid "title" msgstr "titolo" -#: models.py:37 +#: models.py:36 msgid "enabled" msgstr "abilitato" -#: models.py:38 +#: models.py:37 msgid "whitelist" msgstr "whitelist" -#: models.py:39 +#: models.py:38 msgid "blacklist" msgstr "blacklist" -#: models.py:143 +#: models.py:142 msgid "icon" msgstr "icona" -#: models.py:143 +#: models.py:142 msgid "An icon to visually distinguish this source." msgstr "Un'icona per distinguere visivamente questa fonte." -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "folder path" msgstr "path della cartella" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "Server side filesystem path." msgstr "Path del server di filesystem" -#: models.py:160 +#: models.py:159 msgid "preview width" msgstr "anteprima larghezza" -#: models.py:160 +#: models.py:159 msgid "Width value to be passed to the converter backend." -msgstr "valore della larghezza da passare per le operazioni di conversione in backend" +msgstr "" +"valore della larghezza da passare per le operazioni di conversione in backend" -#: models.py:161 +#: models.py:160 msgid "preview height" msgstr "anteprima altezza" -#: models.py:161 +#: models.py:160 msgid "Height value to be passed to the converter backend." -msgstr "valore dell'altezza da passare per le operazioni di conversione in backend" +msgstr "" +"valore dell'altezza da passare per le operazioni di conversione in backend" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "uncompress" msgstr "decomprimere" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "Whether to expand or not compressed archives." msgstr "Se espandere o meno degli archivi compressi." -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "delete after upload" msgstr "cancella dopo il caricamento" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "Delete the file after is has been successfully uploaded." msgstr "Cancella il file dopo essere stato caricato" -#: models.py:174 +#: models.py:173 msgid "staging folder" msgstr "Cartella di conservazione" -#: models.py:214 +#: models.py:213 msgid "interval" msgstr "intervallo" -#: models.py:214 +#: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Invervallo di pochi secondi in cui viene controllato il percorso cartella di controllo per i nuovi documenti." +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Invervallo di pochi secondi in cui viene controllato il percorso cartella di " +"controllo per i nuovi documenti." -#: models.py:238 +#: models.py:237 msgid "watch folder" msgstr "controlla cartella" -#: models.py:243 +#: models.py:242 msgid "Enter a valid value." msgstr "Inserisci un valore valido" -#: models.py:271 views.py:595 +#: models.py:270 views.py:595 msgid "order" msgstr "ordine" -#: models.py:272 views.py:596 views.py:633 views.py:663 +#: models.py:271 views.py:596 views.py:633 views.py:663 msgid "transformation" msgstr "trasformazione" -#: models.py:273 views.py:597 +#: models.py:272 views.py:597 msgid "arguments" msgstr "argomenti" -#: models.py:273 +#: models.py:272 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Usa dei dizionari per identificare gli argomenti , esempio: %s" -#: models.py:284 +#: models.py:283 msgid "document source transformation" msgstr "trasformazione del documento sorgente" -#: models.py:285 +#: models.py:284 msgid "document source transformations" msgstr "trasformazioni dei documenti sorgente" -#: models.py:292 models.py:293 +#: models.py:291 models.py:292 msgid "out of process" msgstr "fuori del processo" @@ -324,12 +328,15 @@ msgstr "Sorgenti caricamento" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Nessuna fonte interattiva dei documenti sono state definite o non ne sono state attivate." +msgstr "" +"Nessuna fonte interattiva dei documenti sono state definite o non ne sono " +"state attivate." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Click %(setup_link)s per aggiungere o abilitare una sorgente documenti." +msgstr "" +"Click %(setup_link)s per aggiungere o abilitare una sorgente documenti." #: views.py:165 msgid "New document version uploaded successfully." @@ -369,7 +376,8 @@ msgstr "carica un documento in locale dalla sorgente: %s" #: views.py:240 #, python-format msgid "Document version from staging file: %s, uploaded successfully." -msgstr "Versione documento da gestione temporanea file: %s,caricata con successo" +msgstr "" +"Versione documento da gestione temporanea file: %s,caricata con successo" #: views.py:243 #, python-format @@ -379,14 +387,14 @@ msgstr "File in allestimento:%s, caricato con successo." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual " -"files." +"Staging file: %s, uncompressed successfully and uploaded as individual files." msgstr "file temporaneo: %s, non compresso e caricato come file singolo" #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "file temporaneo: %s, non è stato compresso, caricato come file singolo." +msgstr "" +"file temporaneo: %s, non è stato compresso, caricato come file singolo." #: views.py:254 #, python-format @@ -507,13 +515,16 @@ msgstr "Sorgente per la trasformazione cancellata con successo." #: views.py:652 #, python-format msgid "Error deleting source transformation; %(error)s" -msgstr "Erroro nella cancellazione della sorgente per la trasformazione; %(error)s" +msgstr "" +"Erroro nella cancellazione della sorgente per la trasformazione; %(error)s" #: views.py:665 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Sei sicuro di voler cancellare la sorgente di trasformazione \"%(transformation)s\"" +msgstr "" +"Sei sicuro di voler cancellare la sorgente di trasformazione " +"\"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/pl/LC_MESSAGES/django.po b/apps/sources/locale/pl/LC_MESSAGES/django.po index f19112530b..9638b1ecda 100644 --- a/apps/sources/locale/pl/LC_MESSAGES/django.po +++ b/apps/sources/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:20 msgid "preview" @@ -30,15 +32,15 @@ msgstr "usunąć" msgid "sources" msgstr "źródła" -#: __init__.py:24 literals.py:53 models.py:204 +#: __init__.py:24 literals.py:53 models.py:203 msgid "web forms" msgstr "" -#: __init__.py:25 models.py:175 +#: __init__.py:25 models.py:174 msgid "staging folders" msgstr "" -#: __init__.py:26 models.py:239 +#: __init__.py:26 models.py:238 msgid "watch folders" msgstr "" @@ -138,7 +140,7 @@ msgstr "Drukarka" msgid "Empty printer" msgstr "Pusta drukarka" -#: literals.py:47 models.py:203 +#: literals.py:47 models.py:202 msgid "web form" msgstr "" @@ -158,118 +160,117 @@ msgstr "" msgid "server watch folders" msgstr "" -#: models.py:36 +#: models.py:35 msgid "title" msgstr "tytuł" -#: models.py:37 +#: models.py:36 msgid "enabled" msgstr "włączony" -#: models.py:38 +#: models.py:37 msgid "whitelist" msgstr "biała lista" -#: models.py:39 +#: models.py:38 msgid "blacklist" msgstr "czarna lista" -#: models.py:143 +#: models.py:142 msgid "icon" msgstr "ikona" -#: models.py:143 +#: models.py:142 msgid "An icon to visually distinguish this source." msgstr "" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "folder path" msgstr "" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "Server side filesystem path." msgstr "" -#: models.py:160 +#: models.py:159 msgid "preview width" msgstr "" -#: models.py:160 +#: models.py:159 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:161 +#: models.py:160 msgid "preview height" msgstr "" -#: models.py:161 +#: models.py:160 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "uncompress" msgstr "rozpakuj" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "delete after upload" msgstr "" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:174 +#: models.py:173 msgid "staging folder" msgstr "" -#: models.py:214 +#: models.py:213 msgid "interval" msgstr "" -#: models.py:214 +#: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +"Inverval in seconds where the watch folder path is checked for new documents." msgstr "" -#: models.py:238 +#: models.py:237 msgid "watch folder" msgstr "sprawdzaj folder" -#: models.py:243 +#: models.py:242 msgid "Enter a valid value." msgstr "Wprowadź poprawną wartość." -#: models.py:271 views.py:595 +#: models.py:270 views.py:595 msgid "order" msgstr "" -#: models.py:272 views.py:596 views.py:633 views.py:663 +#: models.py:271 views.py:596 views.py:633 views.py:663 msgid "transformation" msgstr "" -#: models.py:273 views.py:597 +#: models.py:272 views.py:597 msgid "arguments" msgstr "" -#: models.py:273 +#: models.py:272 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:284 +#: models.py:283 msgid "document source transformation" msgstr "" -#: models.py:285 +#: models.py:284 msgid "document source transformations" msgstr "" -#: models.py:292 models.py:293 +#: models.py:291 models.py:292 msgid "out of process" msgstr "" @@ -378,8 +379,7 @@ msgstr "" #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual " -"files." +"Staging file: %s, uncompressed successfully and uploaded as individual files." msgstr "" #: views.py:249 diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.po b/apps/sources/locale/pt/LC_MESSAGES/django.po index 7946e92247..3f6d55820a 100644 --- a/apps/sources/locale/pt/LC_MESSAGES/django.po +++ b/apps/sources/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-03 10:11+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 @@ -31,15 +32,15 @@ msgstr "excluir" msgid "sources" msgstr "fontes" -#: __init__.py:24 literals.py:53 models.py:204 +#: __init__.py:24 literals.py:53 models.py:203 msgid "web forms" msgstr "formulários web" -#: __init__.py:25 models.py:175 +#: __init__.py:25 models.py:174 msgid "staging folders" msgstr "pastas de preparação" -#: __init__.py:26 models.py:239 +#: __init__.py:26 models.py:238 msgid "watch folders" msgstr "pastas vigiadas" @@ -77,7 +78,9 @@ msgstr "Expandir ficheiros compactados" #: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" -msgstr "Enviar os ficheiros contidos num ficheiro comprimido como documentos individuais" +msgstr "" +"Enviar os ficheiros contidos num ficheiro comprimido como documentos " +"individuais" #: forms.py:43 msgid "Staging file" @@ -139,7 +142,7 @@ msgstr "Impressora" msgid "Empty printer" msgstr "Impressora vazia" -#: literals.py:47 models.py:203 +#: literals.py:47 models.py:202 msgid "web form" msgstr "formulário web" @@ -159,118 +162,119 @@ msgstr "server staging folders" msgid "server watch folders" msgstr "pastas vigiadas do servidor" -#: models.py:36 +#: models.py:35 msgid "title" msgstr "título" -#: models.py:37 +#: models.py:36 msgid "enabled" msgstr "habilitado" -#: models.py:38 +#: models.py:37 msgid "whitelist" msgstr "lista branca" -#: models.py:39 +#: models.py:38 msgid "blacklist" msgstr "lista negra" -#: models.py:143 +#: models.py:142 msgid "icon" msgstr "ícone" -#: models.py:143 +#: models.py:142 msgid "An icon to visually distinguish this source." msgstr "Um ícone para distinguir visualmente esta fonte." -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "folder path" msgstr "caminho da pasta" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "Server side filesystem path." msgstr "Caminho do sistema do servidor" -#: models.py:160 +#: models.py:159 msgid "preview width" msgstr "largura de visualização" -#: models.py:160 +#: models.py:159 msgid "Width value to be passed to the converter backend." msgstr "Valor da largura a ser passado para o backend conversor." -#: models.py:161 +#: models.py:160 msgid "preview height" msgstr "altura da visualização" -#: models.py:161 +#: models.py:160 msgid "Height value to be passed to the converter backend." msgstr "Valor da altura a ser passado ao conversor." -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "uncompress" msgstr "descomprimir" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "Whether to expand or not compressed archives." msgstr "Se os ficheiros comprimidos devem ser descomprimidos ou não." -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "delete after upload" msgstr "excluir após o envio" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "Delete the file after is has been successfully uploaded." msgstr "Excluir o ficheiro depois de ter sido enviado com sucesso." -#: models.py:174 +#: models.py:173 msgid "staging folder" msgstr "pasta de preparação" -#: models.py:214 +#: models.py:213 msgid "interval" msgstr "intervalo" -#: models.py:214 +#: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Invervalo em segundos entre verificações de novos documentos na pasta vigiada." +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Invervalo em segundos entre verificações de novos documentos na pasta " +"vigiada." -#: models.py:238 +#: models.py:237 msgid "watch folder" msgstr "pasta vigiada" -#: models.py:243 +#: models.py:242 msgid "Enter a valid value." msgstr "Introduza um valor válido." -#: models.py:271 views.py:595 +#: models.py:270 views.py:595 msgid "order" msgstr "ordem" -#: models.py:272 views.py:596 views.py:633 views.py:663 +#: models.py:271 views.py:596 views.py:633 views.py:663 msgid "transformation" msgstr "transformação" -#: models.py:273 views.py:597 +#: models.py:272 views.py:597 msgid "arguments" msgstr "argumentos" -#: models.py:273 +#: models.py:272 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Use dicionários para identificar os argumentos, exemplo: %s" -#: models.py:284 +#: models.py:283 msgid "document source transformation" msgstr "transformação da origem de documentos" -#: models.py:285 +#: models.py:284 msgid "document source transformations" msgstr "transformações da origem de documentos" -#: models.py:292 models.py:293 +#: models.py:291 models.py:292 msgid "out of process" msgstr "fora do processo" @@ -324,12 +328,16 @@ msgstr "Fontes de envio" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Nenhuma fonte interativa de documentos foi definida ou nenhuma delas foi ativada." +msgstr "" +"Nenhuma fonte interativa de documentos foi definida ou nenhuma delas foi " +"ativada." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Clique %(setup_link)s para adicionar ou habilitar algumas fontes de documentos." +msgstr "" +"Clique %(setup_link)s para adicionar ou habilitar algumas fontes de " +"documentos." #: views.py:165 msgid "New document version uploaded successfully." @@ -341,7 +349,8 @@ msgstr "Ficheiro enviado com sucesso." #: views.py:172 msgid "File uncompressed successfully and uploaded as individual files." -msgstr "Ficheiro descomprimido com sucesso e enviado como ficheiros individuais." +msgstr "" +"Ficheiro descomprimido com sucesso e enviado como ficheiros individuais." #: views.py:175 msgid "File was not a compressed file, uploaded as it was." @@ -369,7 +378,9 @@ msgstr "enviar um documento local da fonte: %s" #: views.py:240 #, python-format msgid "Document version from staging file: %s, uploaded successfully." -msgstr "Versão do documento a partir de ficheiro em preparação: %s, enviado com sucesso." +msgstr "" +"Versão do documento a partir de ficheiro em preparação: %s, enviado com " +"sucesso." #: views.py:243 #, python-format @@ -379,14 +390,17 @@ msgstr "Ficheiro em preparação: %s, enviado com sucesso." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual " -"files." -msgstr "Ficheiro em preparação: %s, descomprimido com sucesso e enviado como ficheiros individuais." +"Staging file: %s, uncompressed successfully and uploaded as individual files." +msgstr "" +"Ficheiro em preparação: %s, descomprimido com sucesso e enviado como " +"ficheiros individuais." #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "Ficheiro em preparação: %s, não estava comprimido, enviado como ficheiro único." +msgstr "" +"Ficheiro em preparação: %s, não estava comprimido, enviado como ficheiro " +"único." #: views.py:254 #, python-format @@ -513,7 +527,9 @@ msgstr "Erro ao excluir transformação da fonte; %(error)s " #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Tem a certeza de que deseja excluir a transformação da fonte \"%(transformation)s\"" +msgstr "" +"Tem a certeza de que deseja excluir a transformação da fonte " +"\"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/pt_BR/LC_MESSAGES/django.po b/apps/sources/locale/pt_BR/LC_MESSAGES/django.po index 74e892a6e7..bd2ad6b9a0 100644 --- a/apps/sources/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/sources/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:20 @@ -30,15 +31,15 @@ msgstr "excluir" msgid "sources" msgstr "fontes" -#: __init__.py:24 literals.py:53 models.py:204 +#: __init__.py:24 literals.py:53 models.py:203 msgid "web forms" msgstr "formulários web" -#: __init__.py:25 models.py:175 +#: __init__.py:25 models.py:174 msgid "staging folders" msgstr "staging folders" -#: __init__.py:26 models.py:239 +#: __init__.py:26 models.py:238 msgid "watch folders" msgstr "assistir pastas" @@ -76,7 +77,8 @@ msgstr "Expandir arquivos compactados" #: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" -msgstr "Upload de um arquivo compactado contendo arquivos como documentos individuais" +msgstr "" +"Upload de um arquivo compactado contendo arquivos como documentos individuais" #: forms.py:43 msgid "Staging file" @@ -138,7 +140,7 @@ msgstr "Impressora" msgid "Empty printer" msgstr "Impressora vazia" -#: literals.py:47 models.py:203 +#: literals.py:47 models.py:202 msgid "web form" msgstr "formulário web" @@ -158,118 +160,119 @@ msgstr "server staging folders" msgid "server watch folders" msgstr "assistir pastas do servidor" -#: models.py:36 +#: models.py:35 msgid "title" msgstr "título" -#: models.py:37 +#: models.py:36 msgid "enabled" msgstr "habilitado" -#: models.py:38 +#: models.py:37 msgid "whitelist" msgstr "lista branca" -#: models.py:39 +#: models.py:38 msgid "blacklist" msgstr "lista negra" -#: models.py:143 +#: models.py:142 msgid "icon" msgstr "ícone" -#: models.py:143 +#: models.py:142 msgid "An icon to visually distinguish this source." msgstr "Um ícone para distinguir visualmente essa fonte." -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "folder path" msgstr "caminho da pasta" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "Server side filesystem path." msgstr "Caminho do sistema do servidor" -#: models.py:160 +#: models.py:159 msgid "preview width" msgstr "largura de visualização" -#: models.py:160 +#: models.py:159 msgid "Width value to be passed to the converter backend." msgstr "Valor da largura a ser passado para o backend conversor." -#: models.py:161 +#: models.py:160 msgid "preview height" msgstr "altura de visualização" -#: models.py:161 +#: models.py:160 msgid "Height value to be passed to the converter backend." msgstr "Valor de altura para ser passado para o backend conversor." -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "uncompress" msgstr "descompactar" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "Whether to expand or not compressed archives." msgstr "Se expandir ou não arquivos compactados." -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "delete after upload" msgstr "excluir após o upload" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "Delete the file after is has been successfully uploaded." msgstr "Excluir o arquivo depois de ter sido carregado com sucesso." -#: models.py:174 +#: models.py:173 msgid "staging folder" msgstr "preparação de pasta" -#: models.py:214 +#: models.py:213 msgid "interval" msgstr "intervalo" -#: models.py:214 +#: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Invervalo em segundos, onde o caminho da pasta assistida está marcada para novos documentos." +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Invervalo em segundos, onde o caminho da pasta assistida está marcada para " +"novos documentos." -#: models.py:238 +#: models.py:237 msgid "watch folder" msgstr "assistir pasta" -#: models.py:243 +#: models.py:242 msgid "Enter a valid value." msgstr "Digite um valor válido." -#: models.py:271 views.py:595 +#: models.py:270 views.py:595 msgid "order" msgstr "ordem" -#: models.py:272 views.py:596 views.py:633 views.py:663 +#: models.py:271 views.py:596 views.py:633 views.py:663 msgid "transformation" msgstr "transformação" -#: models.py:273 views.py:597 +#: models.py:272 views.py:597 msgid "arguments" msgstr "argumentos" -#: models.py:273 +#: models.py:272 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Use dicionários para identificar os argumentos, exemplo: %s" -#: models.py:284 +#: models.py:283 msgid "document source transformation" msgstr "transformação do documento de origem" -#: models.py:285 +#: models.py:284 msgid "document source transformations" msgstr "fonte de transformações de documentos" -#: models.py:292 models.py:293 +#: models.py:291 models.py:292 msgid "out of process" msgstr "" @@ -323,12 +326,16 @@ msgstr "Carregar fontes" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Nenhuma fonte de documento interativo foi definido ou nenhuma delas foi ativada." +msgstr "" +"Nenhuma fonte de documento interativo foi definido ou nenhuma delas foi " +"ativada." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Clique %(setup_link)s para adicionar ou permitir algumas fontes de documentos." +msgstr "" +"Clique %(setup_link)s para adicionar ou permitir algumas fontes de " +"documentos." #: views.py:165 msgid "New document version uploaded successfully." @@ -378,8 +385,7 @@ msgstr "Staging file: %s, uploaded successfully." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual " -"files." +"Staging file: %s, uncompressed successfully and uploaded as individual files." msgstr "" #: views.py:249 @@ -512,7 +518,9 @@ msgstr "Erro ao deletar transformação de fonte; %(error)s " #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Tem certeza de que deseja deletar a transformação de fonte \" %(transformation)s \"" +msgstr "" +"Tem certeza de que deseja deletar a transformação de fonte \" " +"%(transformation)s \"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/ru/LC_MESSAGES/django.po b/apps/sources/locale/ru/LC_MESSAGES/django.po index bd4b2127cb..700257abbb 100644 --- a/apps/sources/locale/ru/LC_MESSAGES/django.po +++ b/apps/sources/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 19:03-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:20 msgid "preview" @@ -30,15 +32,15 @@ msgstr "удалить" msgid "sources" msgstr "источники" -#: __init__.py:24 literals.py:53 models.py:204 +#: __init__.py:24 literals.py:53 models.py:203 msgid "web forms" msgstr "web-формы" -#: __init__.py:25 models.py:175 +#: __init__.py:25 models.py:174 msgid "staging folders" msgstr "транспортные папки" -#: __init__.py:26 models.py:239 +#: __init__.py:26 models.py:238 msgid "watch folders" msgstr "наблюдаемые папки" @@ -138,7 +140,7 @@ msgstr "Принтер" msgid "Empty printer" msgstr "Пустой принтер" -#: literals.py:47 models.py:203 +#: literals.py:47 models.py:202 msgid "web form" msgstr "веб-формы" @@ -158,118 +160,118 @@ msgstr "папки на промежуточном сервере" msgid "server watch folders" msgstr "наблюдаемые папки" -#: models.py:36 +#: models.py:35 msgid "title" msgstr "название" -#: models.py:37 +#: models.py:36 msgid "enabled" msgstr "разрешено" -#: models.py:38 +#: models.py:37 msgid "whitelist" msgstr "белый список" -#: models.py:39 +#: models.py:38 msgid "blacklist" msgstr "черный список" -#: models.py:143 +#: models.py:142 msgid "icon" msgstr "иконка" -#: models.py:143 +#: models.py:142 msgid "An icon to visually distinguish this source." msgstr "Значок, чтобы визуально отличать этот источник." -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "folder path" msgstr "путь к папке" -#: models.py:159 models.py:211 +#: models.py:158 models.py:210 msgid "Server side filesystem path." msgstr "Путь на сервере" -#: models.py:160 +#: models.py:159 msgid "preview width" msgstr "ширина предпросмотра" -#: models.py:160 +#: models.py:159 msgid "Width value to be passed to the converter backend." msgstr "Ширина после обработки." -#: models.py:161 +#: models.py:160 msgid "preview height" msgstr "Предварительный просмотр высоты" -#: models.py:161 +#: models.py:160 msgid "Height value to be passed to the converter backend." msgstr "Высота после обработки." -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "uncompress" msgstr "распаковать" -#: models.py:162 models.py:199 models.py:212 +#: models.py:161 models.py:198 models.py:211 msgid "Whether to expand or not compressed archives." msgstr "Независимо от того распакованы или нет архивы." -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "delete after upload" msgstr "удалить после загрузки" -#: models.py:163 models.py:213 +#: models.py:162 models.py:212 msgid "Delete the file after is has been successfully uploaded." msgstr "Удалить файл после загрузки." -#: models.py:174 +#: models.py:173 msgid "staging folder" msgstr "промежуточная папка" -#: models.py:214 +#: models.py:213 msgid "interval" msgstr "интервал" -#: models.py:214 +#: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Интервал в секундах, между проверками папки на появление новых документов." +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Интервал в секундах, между проверками папки на появление новых документов." -#: models.py:238 +#: models.py:237 msgid "watch folder" msgstr "просматривать папку" -#: models.py:243 +#: models.py:242 msgid "Enter a valid value." msgstr "Введите допустимое значение." -#: models.py:271 views.py:595 +#: models.py:270 views.py:595 msgid "order" msgstr "порядок" -#: models.py:272 views.py:596 views.py:633 views.py:663 +#: models.py:271 views.py:596 views.py:633 views.py:663 msgid "transformation" msgstr "преобразование" -#: models.py:273 views.py:597 +#: models.py:272 views.py:597 msgid "arguments" msgstr "аргументы" -#: models.py:273 +#: models.py:272 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Использование словарей для определения аргументов, например: %s" -#: models.py:284 +#: models.py:283 msgid "document source transformation" msgstr "преобразования источника документов" -#: models.py:285 +#: models.py:284 msgid "document source transformations" msgstr "преобразования источника документов" -#: models.py:292 models.py:293 +#: models.py:291 models.py:292 msgid "out of process" msgstr "из процесса" @@ -328,7 +330,9 @@ msgstr "Интерактивные источники документов не #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Нажмите %(setup_link)s, чтобы добавить или включить какой-нибудь документ источников." +msgstr "" +"Нажмите %(setup_link)s, чтобы добавить или включить какой-нибудь документ " +"источников." #: views.py:165 msgid "New document version uploaded successfully." @@ -378,8 +382,7 @@ msgstr "Промежуточный файл %s загружен." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual " -"files." +"Staging file: %s, uncompressed successfully and uploaded as individual files." msgstr "Транспортный файл %s распакован и загружен в виде отдельных файлов." #: views.py:249 @@ -512,7 +515,8 @@ msgstr "Ошибка при удалении преобразования ист #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" +msgstr "" +"Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/tags/locale/de_DE/LC_MESSAGES/django.po b/apps/tags/locale/de_DE/LC_MESSAGES/django.po index d3c944dbb7..932fe23a71 100644 --- a/apps/tags/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/tags/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 11:39+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/en/LC_MESSAGES/django.po b/apps/tags/locale/en/LC_MESSAGES/django.po index 120be417ac..c78d130bd1 100644 --- a/apps/tags/locale/en/LC_MESSAGES/django.po +++ b/apps/tags/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/tags/locale/es/LC_MESSAGES/django.po b/apps/tags/locale/es/LC_MESSAGES/django.po index 9b0bdd0044..6b0539b4af 100644 --- a/apps/tags/locale/es/LC_MESSAGES/django.po +++ b/apps/tags/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-12 19:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/it/LC_MESSAGES/django.po b/apps/tags/locale/it/LC_MESSAGES/django.po index 19f24677b4..c2a1374a4b 100644 --- a/apps/tags/locale/it/LC_MESSAGES/django.po +++ b/apps/tags/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-03-21 13:46+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/pl/LC_MESSAGES/django.po b/apps/tags/locale/pl/LC_MESSAGES/django.po index 3467b45f2c..e27cec8c9b 100644 --- a/apps/tags/locale/pl/LC_MESSAGES/django.po +++ b/apps/tags/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-20 16:03+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:20 msgid "tag list" diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.po b/apps/tags/locale/pt/LC_MESSAGES/django.po index 3420f8a4a9..d0819f0a6b 100644 --- a/apps/tags/locale/pt/LC_MESSAGES/django.po +++ b/apps/tags/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-03 10:12+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/pt_BR/LC_MESSAGES/django.po b/apps/tags/locale/pt_BR/LC_MESSAGES/django.po index 0b0ecc710b..5599939f79 100644 --- a/apps/tags/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/tags/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/ru/LC_MESSAGES/django.po b/apps/tags/locale/ru/LC_MESSAGES/django.po index c53d967092..43d2caa2e5 100644 --- a/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/apps/tags/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-27 04:24+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:20 msgid "tag list" diff --git a/apps/user_management/locale/de_DE/LC_MESSAGES/django.po b/apps/user_management/locale/de_DE/LC_MESSAGES/django.po index b1ccedd62f..6b3ac4a1bc 100644 --- a/apps/user_management/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/user_management/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-05-05 10:48+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:13 @@ -122,7 +123,9 @@ msgstr "Hat ein benutzbares Passwort?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Super User und Staff Benutzer bearbeiten ist nicht erlaubt, benutzen Sie das Administrator Interface dafür." +msgstr "" +"Super User und Staff Benutzer bearbeiten ist nicht erlaubt, benutzen Sie das " +"Administrator Interface dafür." #: views.py:68 #, python-format @@ -151,7 +154,9 @@ msgstr "Bitte mindestens einen Benutzer angeben." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie das Administrator Interface dafür." +msgstr "" +"Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie das " +"Administrator Interface dafür." #: views.py:126 #, python-format @@ -181,7 +186,9 @@ msgstr "Passwörter stimmen nicht überein, bitte noch einmal versuchen." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Super User und Staff Benutzer zurücksetzen ist nicht erlaubt, benutzen Sie das Administrator Interface dafür." +msgstr "" +"Super User und Staff Benutzer zurücksetzen ist nicht erlaubt, benutzen Sie " +"das Administrator Interface dafür." #: views.py:187 #, python-format @@ -191,7 +198,9 @@ msgstr "Passwort wurde erfolgreich zurückgesetzt: %s." #: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Fehler beim zurücksetzen des Passworts für den Benutzer \"%(user)s\": %(error)s" +msgstr "" +"Fehler beim zurücksetzen des Passworts für den Benutzer \"%(user)s\": " +"%(error)s" #: views.py:205 #, python-format diff --git a/apps/user_management/locale/en/LC_MESSAGES/django.po b/apps/user_management/locale/en/LC_MESSAGES/django.po index 5e6005044a..5c3bb57769 100644 --- a/apps/user_management/locale/en/LC_MESSAGES/django.po +++ b/apps/user_management/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/user_management/locale/es/LC_MESSAGES/django.po b/apps/user_management/locale/es/LC_MESSAGES/django.po index f49d46811d..0c8af82320 100644 --- a/apps/user_management/locale/es/LC_MESSAGES/django.po +++ b/apps/user_management/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-02 18:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:13 @@ -122,7 +123,9 @@ msgstr "¿Tiene contraseña utilizable?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "No se permite editar el super usuario y usuario de personal, use la interfaz de administración para estos casos." +msgstr "" +"No se permite editar el super usuario y usuario de personal, use la interfaz " +"de administración para estos casos." #: views.py:68 #, python-format @@ -151,7 +154,9 @@ msgstr "Debe proveer al menos un usuario." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "No se permite eliminar el super usuario y usuario de personal, use la interfaz de administración para estos casos." +msgstr "" +"No se permite eliminar el super usuario y usuario de personal, use la " +"interfaz de administración para estos casos." #: views.py:126 #, python-format @@ -181,7 +186,9 @@ msgstr "Las contraseñas no coinciden, vuelva a intentarlo." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "No se permite cambiar la contraseña del super usuario y usuarios de personal, use la interfaz de administración para estos casos." +msgstr "" +"No se permite cambiar la contraseña del super usuario y usuarios de " +"personal, use la interfaz de administración para estos casos." #: views.py:187 #, python-format @@ -191,7 +198,8 @@ msgstr "Restablecimiento exitoso de contraseña para el usuario: %s." #: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Error de restaurando la contraseña para el usuario \"%(user)s\": %(error)s " +msgstr "" +"Error de restaurando la contraseña para el usuario \"%(user)s\": %(error)s " #: views.py:205 #, python-format diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.po b/apps/user_management/locale/it/LC_MESSAGES/django.po index f1599a13d6..d692a056ea 100644 --- a/apps/user_management/locale/it/LC_MESSAGES/django.po +++ b/apps/user_management/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-21 16:36+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:13 @@ -123,7 +124,9 @@ msgstr "la password è utilizzabile?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Super utente e utente modifica il personale non è consentito, utilizzare l'interfaccia di amministrazione per questi casi." +msgstr "" +"Super utente e utente modifica il personale non è consentito, utilizzare " +"l'interfaccia di amministrazione per questi casi." #: views.py:68 #, python-format @@ -152,7 +155,9 @@ msgstr "Devi fornire almeno un utente." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Al super utente e utente non è consentito la cancellazione del personale, utilizzare l'interfaccia di amministrazione per questi casi." +msgstr "" +"Al super utente e utente non è consentito la cancellazione del personale, " +"utilizzare l'interfaccia di amministrazione per questi casi." #: views.py:126 #, python-format @@ -182,7 +187,9 @@ msgstr "La password non corrisponde, riprova." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Al super utente e utente non è consentito di reimpostare la password personale, utilizzare l'interfaccia di amministrazione per questi casi." +msgstr "" +"Al super utente e utente non è consentito di reimpostare la password " +"personale, utilizzare l'interfaccia di amministrazione per questi casi." #: views.py:187 #, python-format @@ -192,7 +199,9 @@ msgstr "Password reimpostata per l'utente: %s." #: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "Errore per il reimpostamento della password per l'utente \"%(user)s\": %(error)s" +msgstr "" +"Errore per il reimpostamento della password per l'utente \"%(user)s\": " +"%(error)s" #: views.py:205 #, python-format diff --git a/apps/user_management/locale/pl/LC_MESSAGES/django.po b/apps/user_management/locale/pl/LC_MESSAGES/django.po index 1dea92e192..aa9ea36c84 100644 --- a/apps/user_management/locale/pl/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-21 15:33+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: __init__.py:13 msgid "user list" @@ -122,7 +124,9 @@ msgstr "posiada hasło?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Super user oraz staff user edycja nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." +msgstr "" +"Super user oraz staff user edycja nie jest możliwa , należy użyć interfejsu " +"administratora w takich przypadkach." #: views.py:68 #, python-format @@ -151,7 +155,9 @@ msgstr "Musi podać co najmniej jednego użytkownika." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Super user oraz staff user usuwanie nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." +msgstr "" +"Super user oraz staff user usuwanie nie jest możliwa , należy użyć " +"interfejsu administratora w takich przypadkach." #: views.py:126 #, python-format @@ -181,7 +187,9 @@ msgstr "Hasła nie pasują, spróbuj ponownie." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Super user oraz staff user reset nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." +msgstr "" +"Super user oraz staff user reset nie jest możliwa , należy użyć interfejsu " +"administratora w takich przypadkach." #: views.py:187 #, python-format diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.po b/apps/user_management/locale/pt/LC_MESSAGES/django.po index 280b20036f..af6c9b7ecb 100644 --- a/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. # Roberto Rosario , 2012. @@ -9,15 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 14:19+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:13 @@ -124,7 +125,9 @@ msgstr "tem senha válida?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Não é permitida a edição de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." +msgstr "" +"Não é permitida a edição de superutilizadores ou de membros da equipa; use a " +"interface de administração para esses casos." #: views.py:68 #, python-format @@ -153,7 +156,9 @@ msgstr "Deve fornecer pelo menos um utilizador." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Não é permitida a exclusão de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." +msgstr "" +"Não é permitida a exclusão de superutilizadores ou de membros da equipa; use " +"a interface de administração para esses casos." #: views.py:126 #, python-format @@ -183,7 +188,9 @@ msgstr "As senhas não coincidem, tente novamente." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Não é permitido redefinir a senha de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." +msgstr "" +"Não é permitido redefinir a senha de superutilizadores ou de membros da " +"equipa; use a interface de administração para esses casos." #: views.py:187 #, python-format diff --git a/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po b/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po index 0e106566ad..d937ba0ca2 100644 --- a/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:13 @@ -123,7 +124,9 @@ msgstr "tem senha usável?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Edição de super usuário e usuário pessoal não é permitida, use a interface de administração para esses casos." +msgstr "" +"Edição de super usuário e usuário pessoal não é permitida, use a interface " +"de administração para esses casos." #: views.py:68 #, python-format @@ -152,7 +155,9 @@ msgstr "Deve fornecer pelo menos um usuário." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Excluir super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." +msgstr "" +"Excluir super usuário e usuário pessoal não é permitido, use a interface de " +"administração para esses casos." #: views.py:126 #, python-format @@ -182,7 +187,9 @@ msgstr "Senhas não coincidem, tente novamente." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Redefinir senha de super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." +msgstr "" +"Redefinir senha de super usuário e usuário pessoal não é permitido, use a " +"interface de administração para esses casos." #: views.py:187 #, python-format diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.po b/apps/user_management/locale/ru/LC_MESSAGES/django.po index 2813eb6ec8..cae001bf3b 100644 --- a/apps/user_management/locale/ru/LC_MESSAGES/django.po +++ b/apps/user_management/locale/ru/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-03 06:37+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:13 msgid "user list" @@ -122,7 +124,9 @@ msgstr "есть действующий пароль?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Редактирование суперпользователя и персонала не допускается, используйте для этого интерфейс администратора." +msgstr "" +"Редактирование суперпользователя и персонала не допускается, используйте для " +"этого интерфейс администратора." #: views.py:68 #, python-format @@ -151,7 +155,9 @@ msgstr "Должен быть хотя бы один пользователь." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Удаление суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." +msgstr "" +"Удаление суперпользователя и персонала не допускается, используйте " +"интерфейс администратора для этих случаев." #: views.py:126 #, python-format @@ -181,7 +187,9 @@ msgstr "Пароли не совпадают, попробуйте еще раз msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Сброс паролей суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." +msgstr "" +"Сброс паролей суперпользователя и персонала не допускается, используйте " +"интерфейс администратора для этих случаев." #: views.py:187 #, python-format diff --git a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po index a9aabf8501..5ef69736c3 100644 --- a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-04-20 11:40+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" +"edms/language/de_DE/)\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: conf/settings.py:10 @@ -23,7 +24,10 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "Anzuwendendes CSS Theme, Optionen sind: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." +msgstr "" +"Anzuwendendes CSS Theme, Optionen sind: amro, bec, bec-green, blue, default, " +"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " +"and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -45,24 +49,56 @@ msgstr "Bestätige diese Benachrichtigung" msgid "close" msgstr "Schließen" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 msgid "Login" msgstr "Login" -#: templates/web_theme_login.html:18 +#: templates/web_theme_login.html:19 msgid "You are already logged in" msgstr "Sind sind bereits angemeldet" -#: templates/web_theme_login.html:21 +#: templates/web_theme_login.html:22 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Umleitung zur Startseite in 5 Sekunden." -#: templates/web_theme_login.html:24 +#: templates/web_theme_login.html:25 #, python-format msgid "" "Or click here if redirection doesn't " "work." -msgstr "Oder klicken hier, wenn die Umleitung nicht funktioniert." +msgstr "" +"Oder klicken hier, wenn die " +"Umleitung nicht funktioniert." + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 diff --git a/apps/web_theme/locale/en/LC_MESSAGES/django.po b/apps/web_theme/locale/en/LC_MESSAGES/django.po index e6ba75c407..7206693422 100644 --- a/apps/web_theme/locale/en/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-05 10:30-0400\n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.po b/apps/web_theme/locale/es/LC_MESSAGES/django.po index bd78904fe3..a83ec89f6c 100644 --- a/apps/web_theme/locale/es/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/es/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-03 21:44+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" +"mayan-edms/language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: conf/settings.py:10 @@ -22,7 +23,10 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "Tema CSS para aplicar, las opciones son: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish y warehouse." +msgstr "" +"Tema CSS para aplicar, las opciones son: amro, bec, bec-green, blue, " +"default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-" +"greenish y warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -44,24 +48,56 @@ msgstr "cerrar esta notificación" msgid "close" msgstr "cerrar" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 msgid "Login" msgstr "Iniciar sesión" -#: templates/web_theme_login.html:18 +#: templates/web_theme_login.html:19 msgid "You are already logged in" msgstr "Usted ya ha entrado" -#: templates/web_theme_login.html:21 +#: templates/web_theme_login.html:22 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Se va a redirigir al punto de entrada al sitio web en 5 segundos." -#: templates/web_theme_login.html:24 +#: templates/web_theme_login.html:25 #, python-format msgid "" "Or click here if redirection doesn't " "work." -msgstr "O haga clic aquí si la redirección no funciona." +msgstr "" +"O haga clic aquí si la redirección no " +"funciona." + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.po b/apps/web_theme/locale/it/LC_MESSAGES/django.po index 6b90a44fd7..2e63d93814 100644 --- a/apps/web_theme/locale/it/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-06-08 07:17+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: conf/settings.py:10 @@ -24,7 +25,10 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "Tema CSS da applicare, le opzioni sono: ABN AMRO, bec, bec-verde, blu, di default, djime-ceruleo, drastica-scuro, kathleene, oliva, arancio, rosso, reidb-verdastro e magazzino." +msgstr "" +"Tema CSS da applicare, le opzioni sono: ABN AMRO, bec, bec-verde, blu, di " +"default, djime-ceruleo, drastica-scuro, kathleene, oliva, arancio, rosso, " +"reidb-verdastro e magazzino." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -46,24 +50,56 @@ msgstr "respingere questa notifica" msgid "close" msgstr "chiudi" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 msgid "Login" msgstr "Login" -#: templates/web_theme_login.html:18 +#: templates/web_theme_login.html:19 msgid "You are already logged in" msgstr "Sei già loggato" -#: templates/web_theme_login.html:21 +#: templates/web_theme_login.html:22 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Reindirizzamento al tuo punto di ingresso al sito in 5 secondi." -#: templates/web_theme_login.html:24 +#: templates/web_theme_login.html:25 #, python-format msgid "" "Or click here if redirection doesn't " "work." -msgstr "Oppure click qui if per essere rimandato al tuo sito nel caso non funzioni." +msgstr "" +"Oppure click qui if per essere " +"rimandato al tuo sito nel caso non funzioni." + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 diff --git a/apps/web_theme/locale/pl/LC_MESSAGES/django.po b/apps/web_theme/locale/pl/LC_MESSAGES/django.po index 769a983e0d..6290518ac4 100644 --- a/apps/web_theme/locale/pl/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-02-20 17:16+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: conf/settings.py:10 msgid "" @@ -45,25 +47,55 @@ msgstr "" msgid "close" msgstr "" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 msgid "Login" msgstr "" -#: templates/web_theme_login.html:18 +#: templates/web_theme_login.html:19 msgid "You are already logged in" msgstr "Użytkownik jest już zalogowany" -#: templates/web_theme_login.html:21 +#: templates/web_theme_login.html:22 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "" -#: templates/web_theme_login.html:24 +#: templates/web_theme_login.html:25 #, python-format msgid "" "Or click here if redirection doesn't " "work." msgstr "" +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 msgid "Previous" diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.po b/apps/web_theme/locale/pt/LC_MESSAGES/django.po index b62a0fc635..295fa4143f 100644 --- a/apps/web_theme/locale/pt/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 11:53+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: conf/settings.py:10 @@ -24,7 +25,10 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." +msgstr "" +"Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, " +"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " +"and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -46,24 +50,56 @@ msgstr "descartar esta notificação" msgid "close" msgstr "fechar" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 msgid "Login" msgstr "Login" -#: templates/web_theme_login.html:18 +#: templates/web_theme_login.html:19 msgid "You are already logged in" msgstr "Já se encontra autenticado" -#: templates/web_theme_login.html:21 +#: templates/web_theme_login.html:22 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Redirecionando-o para o ponto de entrada do site em 5 segundos." -#: templates/web_theme_login.html:24 +#: templates/web_theme_login.html:25 #, python-format msgid "" "Or click here if redirection doesn't " "work." -msgstr "Ou clique aqui se o redirecionamento não funcionar." +msgstr "" +"Ou clique aqui se o redirecionamento " +"não funcionar." + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 diff --git a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po index 4098b43464..5b6a5ec073 100644 --- a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2012-07-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"mayan-edms/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: conf/settings.py:10 @@ -23,7 +24,10 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." +msgstr "" +"Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, " +"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " +"and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -45,24 +49,56 @@ msgstr "descartar essa notificação" msgid "close" msgstr "fechar" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 msgid "Login" msgstr "Login" -#: templates/web_theme_login.html:18 +#: templates/web_theme_login.html:19 msgid "You are already logged in" msgstr "Você já está logado" -#: templates/web_theme_login.html:21 +#: templates/web_theme_login.html:22 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Redirecionando você para o ponto de entrada do site em 5 segundos." -#: templates/web_theme_login.html:24 +#: templates/web_theme_login.html:25 #, python-format msgid "" "Or click here if redirection doesn't " "work." -msgstr "Ou clique aqui se o redirecionamento não funcionar." +msgstr "" +"Ou clique aqui se o redirecionamento " +"não funcionar." + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.po b/apps/web_theme/locale/ru/LC_MESSAGES/django.po index 87baac2fce..b9b5d85f62 100644 --- a/apps/web_theme/locale/ru/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/ru/LC_MESSAGES/django.po @@ -1,28 +1,33 @@ # 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: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-10 11:12-0400\n" "PO-Revision-Date: 2011-11-04 15:22+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" +"language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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" #: conf/settings.py:10 msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." +msgstr "" +"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" +"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " +"warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -44,24 +49,56 @@ msgstr "убрать это уведомление" msgid "close" msgstr "закрыть" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 msgid "Login" msgstr "Войти" -#: templates/web_theme_login.html:18 +#: templates/web_theme_login.html:19 msgid "You are already logged in" msgstr "Вы уже вошли в систему" -#: templates/web_theme_login.html:21 +#: templates/web_theme_login.html:22 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Перенаправит вас на вход веб-сайта через 5 секунд." -#: templates/web_theme_login.html:24 +#: templates/web_theme_login.html:25 #, python-format msgid "" "Or click here if redirection doesn't " "work." -msgstr "Или нажмите здесь , если перенаправление не работает." +msgstr "" +"Или нажмите здесь , если " +"перенаправление не работает." + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 From 4b02dad51fa9733d064098ab0f886478783f90fd Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 12:11:21 -0400 Subject: [PATCH 30/71] Update contributors file --- docs/credits/contributors.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/credits/contributors.rst b/docs/credits/contributors.rst index a3111d5180..7fb19f31bf 100644 --- a/docs/credits/contributors.rst +++ b/docs/credits/contributors.rst @@ -66,6 +66,7 @@ Translations * Italian - SeeOpen.IT (Numero Verde: 800.910.125, E-mail: sales@seeopen.it) + - Carlos Zanatto (https://www.transifex.com/accounts/profile/zarloc_/) * Polish @@ -73,8 +74,8 @@ Translations * German - - Tetja Rediske - - Tilmann Sittig + - Tetja Rediske (https://www.transifex.com/accounts/profile/tetjarediske/) + - Tilmann Sittig (https://www.transifex.com/accounts/profile/tilmannsittig/) * Portuguese From e12aa943203794a1bbf32ea23ca2c4b8e52ae456 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 12:11:35 -0400 Subject: [PATCH 31/71] Update transifex resource file to add checkouts app --- .tx/config | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.tx/config b/.tx/config index cedeb59913..ed502a3c9c 100644 --- a/.tx/config +++ b/.tx/config @@ -102,6 +102,7 @@ host = https://www.transifex.net [mayan-edms.apps-folders] source_file = apps/folders/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/folders/locale/es/LC_MESSAGES/django.po trans.pt = apps/folders/locale/pt/LC_MESSAGES/django.po @@ -113,6 +114,7 @@ trans.de_DE = apps/folders/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-history] source_file = apps/history/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/history/locale/es/LC_MESSAGES/django.po trans.pt = apps/history/locale/pt/LC_MESSAGES/django.po @@ -124,6 +126,7 @@ trans.de_DE = apps/history/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-dynamic_search] source_file = apps/dynamic_search/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/dynamic_search/locale/es/LC_MESSAGES/django.po trans.pt = apps/dynamic_search/locale/pt/LC_MESSAGES/django.po @@ -135,6 +138,7 @@ trans.de_DE = apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-smart_settings] source_file = apps/smart_settings/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/smart_settings/locale/es/LC_MESSAGES/django.po trans.pt = apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -146,6 +150,7 @@ trans.de_DE = apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-navigation] source_file = apps/navigation/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/navigation/locale/es/LC_MESSAGES/django.po trans.pt = apps/navigation/locale/pt/LC_MESSAGES/django.po @@ -157,6 +162,7 @@ trans.de_DE = apps/navigation/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-tags] source_file = apps/tags/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/tags/locale/es/LC_MESSAGES/django.po trans.pt = apps/tags/locale/pt/LC_MESSAGES/django.po @@ -168,6 +174,7 @@ trans.de_DE = apps/tags/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-documents] source_file = apps/documents/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/documents/locale/es/LC_MESSAGES/django.po trans.pt = apps/documents/locale/pt/LC_MESSAGES/django.po @@ -179,6 +186,7 @@ trans.de_DE = apps/documents/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-project_tools] source_file = apps/project_tools/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/project_tools/locale/es/LC_MESSAGES/django.po trans.pt = apps/project_tools/locale/pt/LC_MESSAGES/django.po @@ -190,6 +198,7 @@ trans.de_DE = apps/project_tools/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-linking] source_file = apps/linking/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/linking/locale/es/LC_MESSAGES/django.po trans.pt = apps/linking/locale/pt/LC_MESSAGES/django.po @@ -201,6 +210,7 @@ trans.de_DE = apps/linking/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-document_comments] source_file = apps/document_comments/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/document_comments/locale/es/LC_MESSAGES/django.po trans.pt = apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -212,6 +222,7 @@ trans.de_DE = apps/document_comments/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-metadata] source_file = apps/metadata/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/metadata/locale/es/LC_MESSAGES/django.po trans.pt = apps/metadata/locale/pt/LC_MESSAGES/django.po @@ -223,6 +234,7 @@ trans.de_DE = apps/metadata/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-web_theme] source_file = apps/web_theme/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/web_theme/locale/es/LC_MESSAGES/django.po trans.pt = apps/web_theme/locale/pt/LC_MESSAGES/django.po @@ -234,6 +246,7 @@ trans.de_DE = apps/web_theme/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-django_gpg] source_file = apps/django_gpg/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/django_gpg/locale/es/LC_MESSAGES/django.po trans.pt = apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -245,6 +258,7 @@ trans.de_DE = apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-document_signatures] source_file = apps/document_signatures/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/document_signatures/locale/es/LC_MESSAGES/django.po trans.pt = apps/document_signatures/locale/pt/LC_MESSAGES/django.po @@ -256,6 +270,7 @@ trans.de_DE = apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-acls] source_file = apps/acls/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/acls/locale/es/LC_MESSAGES/django.po trans.pt = apps/acls/locale/pt/LC_MESSAGES/django.po @@ -267,6 +282,7 @@ trans.de_DE = apps/acls/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-installation] source_file = apps/installation/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/installation/locale/es/LC_MESSAGES/django.po trans.pt = apps/installation/locale/pt/LC_MESSAGES/django.po @@ -278,6 +294,7 @@ trans.de_DE = apps/installation/locale/de_DE/LC_MESSAGES/django.po [mayan-edms.apps-scheduler] source_file = apps/scheduler/locale/en/LC_MESSAGES/django.po +type = PO source_lang = en trans.es = apps/scheduler/locale/es/LC_MESSAGES/django.po trans.pt = apps/scheduler/locale/pt/LC_MESSAGES/django.po @@ -286,3 +303,15 @@ trans.ru = apps/scheduler/locale/ru/LC_MESSAGES/django.po trans.it = apps/scheduler/locale/it/LC_MESSAGES/django.po trans.pl = apps/scheduler/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/scheduler/locale/de_DE/LC_MESSAGES/django.po + +[mayan-edms.apps-checkouts] +source_file = apps/checkouts/locale/en/LC_MESSAGES/django.po +type = PO +source_lang = en +trans.es = apps/checkouts/locale/es/LC_MESSAGES/django.po +trans.pt = apps/checkouts/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po +trans.ru = apps/checkouts/locale/ru/LC_MESSAGES/django.po +trans.it = apps/checkouts/locale/it/LC_MESSAGES/django.po +trans.pl = apps/checkouts/locale/pl/LC_MESSAGES/django.po +trans.de_DE = apps/checkouts/locale/de_DE/LC_MESSAGES/django.po From 085a0fc33d3c63cb7e2a18fe04d5be43c803798b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 12:22:07 -0400 Subject: [PATCH 32/71] Remove debug statement --- apps/history/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/history/api.py b/apps/history/api.py index 64175da400..c46603da4f 100644 --- a/apps/history/api.py +++ b/apps/history/api.py @@ -41,7 +41,6 @@ class Event(object): def commit(self, source_object=None, data=None): - print 'OBJ', self.history_type_obj new_history = History(history_type=self.history_type_obj) if source_object: new_history.content_object = source_object From 490161d6491f12ca92eab8bf0895d4b03c8662e7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 12:23:49 -0400 Subject: [PATCH 33/71] Update translation source files --- .../locale/de_DE/LC_MESSAGES/django.po | 16 +- .../checkouts/locale/es/LC_MESSAGES/django.po | 134 +++++++------- .../checkouts/locale/it/LC_MESSAGES/django.po | 15 +- .../checkouts/locale/pl/LC_MESSAGES/django.po | 18 +- .../checkouts/locale/pt/LC_MESSAGES/django.po | 15 +- .../locale/pt_BR/LC_MESSAGES/django.po | 15 +- .../checkouts/locale/ru/LC_MESSAGES/django.po | 18 +- .../common/locale/de_DE/LC_MESSAGES/django.po | 17 +- apps/common/locale/es/LC_MESSAGES/django.po | 50 ++---- apps/common/locale/it/LC_MESSAGES/django.po | 38 ++-- apps/common/locale/pl/LC_MESSAGES/django.po | 39 ++-- apps/common/locale/pt/LC_MESSAGES/django.po | 38 ++-- .../common/locale/pt_BR/LC_MESSAGES/django.po | 38 ++-- apps/common/locale/ru/LC_MESSAGES/django.po | 46 ++--- .../locale/de_DE/LC_MESSAGES/django.po | 148 +++++----------- .../documents/locale/es/LC_MESSAGES/django.po | 166 ++++++------------ .../documents/locale/it/LC_MESSAGES/django.po | 136 +++++--------- .../documents/locale/pl/LC_MESSAGES/django.po | 43 +++-- .../documents/locale/pt/LC_MESSAGES/django.po | 147 +++++----------- .../locale/pt_BR/LC_MESSAGES/django.po | 126 +++++-------- .../documents/locale/ru/LC_MESSAGES/django.po | 121 ++++--------- .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/es/LC_MESSAGES/django.po | 61 +++---- .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.po | 37 ++-- .../locale/pt_BR/LC_MESSAGES/django.po | 13 +- .../locale/ru/LC_MESSAGES/django.po | 14 +- apps/main/locale/de_DE/LC_MESSAGES/django.po | 24 +-- apps/main/locale/es/LC_MESSAGES/django.po | 25 +-- apps/main/locale/it/LC_MESSAGES/django.po | 25 +-- apps/main/locale/pl/LC_MESSAGES/django.po | 20 +-- apps/main/locale/pt/LC_MESSAGES/django.po | 25 +-- apps/main/locale/pt_BR/LC_MESSAGES/django.po | 23 +-- apps/main/locale/ru/LC_MESSAGES/django.po | 28 ++- .../locale/de_DE/LC_MESSAGES/django.po | 22 +-- .../web_theme/locale/es/LC_MESSAGES/django.po | 33 ++-- .../web_theme/locale/it/LC_MESSAGES/django.po | 22 +-- .../web_theme/locale/pl/LC_MESSAGES/django.po | 16 +- .../web_theme/locale/pt/LC_MESSAGES/django.po | 22 +-- .../locale/pt_BR/LC_MESSAGES/django.po | 20 +-- .../web_theme/locale/ru/LC_MESSAGES/django.po | 25 +-- 42 files changed, 682 insertions(+), 1193 deletions(-) diff --git a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po index b7f6ab49f3..9e1647c675 100644 --- a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:40 msgid "Check expired check out documents and checks them in." diff --git a/apps/checkouts/locale/es/LC_MESSAGES/django.po b/apps/checkouts/locale/es/LC_MESSAGES/django.po index 5f38382dda..c4f0cb9586 100644 --- a/apps/checkouts/locale/es/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/es/LC_MESSAGES/django.po @@ -1,272 +1,272 @@ # 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 , YEAR. -# -#, fuzzy +# +# Translators: +# Roberto Rosario , 2012. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"PO-Revision-Date: 2012-07-10 16:11+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:40 msgid "Check expired check out documents and checks them in." -msgstr "" +msgstr "Verifica reservaciones de documentos expiradas y los devuelve estomáticamente." #: events.py:5 links.py:18 msgid "checkouts" -msgstr "" +msgstr "reservaciones" #: events.py:7 msgid "Document checked out" -msgstr "" +msgstr "Documento reservado" #: events.py:8 #, python-format msgid "Document \"%(document)s\" checked out by %(fullname)s." -msgstr "" +msgstr "Documento \"%(document)s\" reservado por %(fullname)s." #: events.py:12 msgid "Document checked in" -msgstr "" +msgstr "Documento devuelto" #: events.py:13 #, python-format msgid "Document \"%(document)s\" checked in by %(fullname)s." -msgstr "" +msgstr "Documento \"%(document)s\" devuelto por %(fullname)s." #: events.py:17 msgid "Document automatically checked in" -msgstr "" +msgstr "Documento devuelto automáticamente" #: events.py:18 #, python-format msgid "Document \"%(document)s\" automatically checked in." -msgstr "" +msgstr "Documento \"%(document)s\" devuelto automáticamente." #: events.py:21 msgid "Document forcefully checked in" -msgstr "" +msgstr "Documento devuelto forzosamente" #: events.py:22 #, python-format msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." -msgstr "" +msgstr "Documento \"%(document)s\" devuelto forzosamente por %(fullname)s." #: links.py:19 msgid "check out document" -msgstr "" +msgstr "reservar documento" #: links.py:20 msgid "check in document" -msgstr "" +msgstr "devolver documento" #: links.py:21 msgid "check in/out" -msgstr "" +msgstr "reservas" #: literals.py:14 msgid "checked out" -msgstr "" +msgstr "reservado" #: literals.py:15 msgid "checked in/available" -msgstr "" +msgstr "devuelto/disponible" #: models.py:24 views.py:133 msgid "document" -msgstr "" +msgstr "documento" #: models.py:25 msgid "check out date and time" -msgstr "" +msgstr "fecha y hora de la reservación" #: models.py:26 msgid "check out expiration date and time" -msgstr "" +msgstr "fecha y hora de expiración de reservación" #: models.py:26 msgid "Amount of time to hold the document checked out in minutes." -msgstr "" +msgstr "Cantidad de tiempo para mantener el documento reservado, en minutos." #: models.py:31 msgid "block new version upload" -msgstr "" +msgstr "restringir la subida de nuevas versiones" #: models.py:31 msgid "Do not allow new version of this document to be uploaded." -msgstr "" +msgstr "No permitir que nuevas versiones de este documento sean cargadas." #: models.py:54 msgid "document checkout" -msgstr "" +msgstr "reservación de documento" #: models.py:55 msgid "document checkouts" -msgstr "" +msgstr "reservaciones de documentos" #: permissions.py:7 msgid "Document checkout" -msgstr "" +msgstr "Reservación de documentos" #: permissions.py:9 msgid "Check out documents" -msgstr "" +msgstr "Reservar documentos" #: permissions.py:10 msgid "Check in documents" -msgstr "" +msgstr "Devolver documentos" #: permissions.py:11 msgid "Forcefully check in documents" -msgstr "" +msgstr "Devolver documentos forzosamente" #: permissions.py:12 msgid "Allow overriding check out restrictions" -msgstr "" +msgstr "Evadir restricciones de documentos reservados" #: views.py:33 msgid "checked out documents" -msgstr "" +msgstr "documentos reservados" #: views.py:36 msgid "checkout user" -msgstr "" +msgstr "usuario" #: views.py:37 msgid "checkout time and date" -msgstr "" +msgstr "fecha y hora de reservación" #: views.py:38 msgid "checkout expiration" -msgstr "" +msgstr "expiración de la reservación" #: views.py:55 #, python-format msgid "User: %s" -msgstr "" +msgstr "Usuario: %s" #: views.py:56 #, python-format msgid "Check out time: %s" -msgstr "" +msgstr "Tiempo de la reservación: %s" #: views.py:57 #, python-format msgid "Check out expiration: %s" -msgstr "" +msgstr "Expiración de la reservación: %s" #: views.py:58 #, python-format msgid "New versions allowed: %s" -msgstr "" +msgstr "Nuevas versiones permitidas: %s" #: views.py:58 msgid "yes" -msgstr "" +msgstr "sí" #: views.py:58 msgid "no" -msgstr "" +msgstr "no" #: views.py:63 #, python-format msgid "Check out details for document: %s" -msgstr "" +msgstr "Detalles de reservación para el documento: %s" #: views.py:83 #, python-format msgid "Error trying to check out document; %s" -msgstr "" +msgstr "Error tratando de reservar documento: %s" #: views.py:85 #, python-format msgid "Document \"%s\" checked out successfully." -msgstr "" +msgstr "Document \"%s\" reservador exitosamente." #: views.py:88 msgid "Document already checked out." -msgstr "" +msgstr "El documento ya esta reservado." #: views.py:96 #, python-format msgid "Check out document: %s" -msgstr "" +msgstr "Reservar el documento: %s" #: views.py:125 msgid "Document has not been checked out." -msgstr "" +msgstr "El documento no ha sido reservado." #: views.py:127 #, python-format msgid "Error trying to check in document; %s" -msgstr "" +msgstr "Error tratando de devolver documento: %s" #: views.py:129 #, python-format msgid "Document \"%s\" checked in successfully." -msgstr "" +msgstr "Documento \"%s\" devuelto exitosamente." #: views.py:142 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" -msgstr "" +msgstr "Usted reservo originalemente este document. ¿Está seguro que desea devolver forzosamente el documento: %s?" #: views.py:144 #, python-format msgid "Are you sure you wish to check in document: %s?" -msgstr "" +msgstr "¿Está seguro que desea devolver el documento: %s?" #: widgets.py:18 #, python-format msgid "Document status: %(widget)s %(text)s" -msgstr "" +msgstr "Estado del documento: %(widget)s %(text)s" #: widgets.py:30 msgid "Days" -msgstr "" +msgstr "Dias" #: widgets.py:31 msgid "Hours" -msgstr "" +msgstr "Horas" #: widgets.py:32 msgid "Minutes" -msgstr "" +msgstr "Minutos" #: widgets.py:62 msgid "Enter a valid number of days." -msgstr "" +msgstr "Entre un número de dias válido." #: widgets.py:63 msgid "Enter a valid number of hours." -msgstr "" +msgstr "Entre un número de horas válido." #: widgets.py:64 msgid "Enter a valid number of minutes." -msgstr "" +msgstr "Entre un número de minutos válido." #: widgets.py:65 msgid "Enter a valid time difference." -msgstr "" +msgstr "Entre una diferencia de tiempo válida." #: widgets.py:88 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." -msgstr "" +msgstr "Cantidad de tiempo para reservar el documento, en días, horas y / o minutos." #: widgets.py:89 msgid "Check out expiration date and time" -msgstr "" +msgstr "Fecha y hora de la expiración de la reservación." diff --git a/apps/checkouts/locale/it/LC_MESSAGES/django.po b/apps/checkouts/locale/it/LC_MESSAGES/django.po index 5f38382dda..527d711150 100644 --- a/apps/checkouts/locale/it/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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 , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:40 diff --git a/apps/checkouts/locale/pl/LC_MESSAGES/django.po b/apps/checkouts/locale/pl/LC_MESSAGES/django.po index a664974e92..b357bdb644 100644 --- a/apps/checkouts/locale/pl/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:40 msgid "Check expired check out documents and checks them in." diff --git a/apps/checkouts/locale/pt/LC_MESSAGES/django.po b/apps/checkouts/locale/pt/LC_MESSAGES/django.po index 5f38382dda..fde359c903 100644 --- a/apps/checkouts/locale/pt/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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 , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:40 diff --git a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po index a783c546f4..a4c2fbb416 100644 --- a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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 , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:40 diff --git a/apps/checkouts/locale/ru/LC_MESSAGES/django.po b/apps/checkouts/locale/ru/LC_MESSAGES/django.po index 75aeaae958..590e94a84e 100644 --- a/apps/checkouts/locale/ru/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/ru/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:40 msgid "Check expired check out documents and checks them in." diff --git a/apps/common/locale/de_DE/LC_MESSAGES/django.po b/apps/common/locale/de_DE/LC_MESSAGES/django.po index 38020d3a01..49b041ddfc 100644 --- a/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/common/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2011-09-30 04:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:26 @@ -194,8 +193,8 @@ msgstr "" #: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" msgstr "" #: conf/settings.py:66 diff --git a/apps/common/locale/es/LC_MESSAGES/django.po b/apps/common/locale/es/LC_MESSAGES/django.po index 951942761c..c0cab7d7c1 100644 --- a/apps/common/locale/es/LC_MESSAGES/django.po +++ b/apps/common/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-02-02 18:39+0000\n" +"PO-Revision-Date: 2012-07-10 15:23+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:26 @@ -51,10 +50,7 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Por favor entre la dirección de correo electrónico y la contraseña " -"correctas. Tenga en cuenta que los campos de contraseña distingue entre " -"mayúsculas y minúsculas." +msgstr "Por favor entre la dirección de correo electrónico y la contraseña correctas. Tenga en cuenta que los campos de contraseña distingue entre mayúsculas y minúsculas." #: forms.py:146 msgid "This account is inactive." @@ -114,21 +110,19 @@ msgstr "usuario anónimo" #: models.py:53 msgid "account" -msgstr "" +msgstr "cuenta" #: models.py:54 -#, fuzzy msgid "password" -msgstr "cambiar contraseña" +msgstr "contraseña" #: models.py:55 -#, fuzzy msgid "password hash" -msgstr "Cambio de contraseña" +msgstr "huella de la contraseña" #: models.py:58 msgid "auto admin properties" -msgstr "" +msgstr "propiedades de administrador automático" #: utils.py:295 msgid "function found" @@ -171,9 +165,7 @@ msgstr "detalles del usuario corriente" #: views.py:187 msgid "E-mail conflict, another user has that same email." -msgstr "" -"Conflicto de correo electrónica, otro usuario tiene ese mismo correo " -"electrónico." +msgstr "Conflicto de correo electrónica, otro usuario tiene ese mismo correo electrónico." #: views.py:190 msgid "Current user's details updated." @@ -202,25 +194,19 @@ msgstr "Ninguno" #: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" -msgstr "" -"Directorio temporal utilizado por todo el sitio para almacenar imágenes en " -"miniatura, vistas previas y los archivos temporales. Si no se especifica " -"ninguno, se creará utilizando tempfile.mkdtemp ()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" +msgstr "Directorio temporal utilizado por todo el sitio para almacenar imágenes en miniatura, vistas previas y los archivos temporales. Si no se especifica ninguno, se creará utilizando tempfile.mkdtemp ()" #: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Controla el mecanismo utilizado para el usuario autenticado. Las opciones " -"son: 'username' nombre de usuario, 'email' correo electrónico" +msgstr "Controla el mecanismo utilizado para el usuario autenticado. Las opciones son: 'username' nombre de usuario, 'email' correo electrónico" #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" -msgstr "" -"Permita a los usuarios no autenticados, el acceso a todas las pantallas" +msgstr "Permita a los usuarios no autenticados, el acceso a todas las pantallas" #: templates/403.html:3 templates/403.html.py:7 msgid "Insufficient permissions" @@ -339,9 +325,7 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página " -"%(page_number)s de %(total_pages)s)" +msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/it/LC_MESSAGES/django.po b/apps/common/locale/it/LC_MESSAGES/django.po index 469e1d2c0d..39bffc28a5 100644 --- a/apps/common/locale/it/LC_MESSAGES/django.po +++ b/apps/common/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-06-08 07:46+0000\n" -"Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:26 @@ -54,9 +53,7 @@ msgstr "Email" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Inserisci un'indirizzo mail valido e una password. Ricorda che il campo " -"password è case-sensitive" +msgstr "Inserisci un'indirizzo mail valido e una password. Ricorda che il campo password è case-sensitive" #: forms.py:146 msgid "This account is inactive." @@ -119,14 +116,12 @@ msgid "account" msgstr "" #: models.py:54 -#, fuzzy msgid "password" -msgstr "cambia password" +msgstr "" #: models.py:55 -#, fuzzy msgid "password hash" -msgstr "Cambia password" +msgstr "" #: models.py:58 msgid "auto admin properties" @@ -202,20 +197,15 @@ msgstr "Nessuno" #: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" -msgstr "" -"Directory temporanea utilizzata a livello di sito per thumbnails, anteprime " -"e file temporanei. Se non viene specificato, ne verrà creata utilizzando " +"temporary files. If none is specified, one will be created using " "tempfile.mkdtemp()" +msgstr "Directory temporanea utilizzata a livello di sito per thumbnails, anteprime e file temporanei. Se non viene specificato, ne verrà creata utilizzando tempfile.mkdtemp()" #: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Controllo del meccanismo di autenticazione. Le opzioni possibili sono:" -"username,email" +msgstr "Controllo del meccanismo di autenticazione. Le opzioni possibili sono:username,email" #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" @@ -338,9 +328,7 @@ msgstr "Lista di %(stripped_title)s" msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Lista di %(title)s (%(start)s - %(end)s fuori %(total)s) (Page " -"%(page_number)s of %(total_pages)s)" +msgstr "Lista di %(title)s (%(start)s - %(end)s fuori %(total)s) (Page %(page_number)s of %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/pl/LC_MESSAGES/django.po b/apps/common/locale/pl/LC_MESSAGES/django.po index 2ea8d0f737..e9bb6963a0 100644 --- a/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/apps/common/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic, 2012. # mic , 2012. @@ -10,18 +10,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-02-21 15:17+0000\n" -"Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:26 msgid "change password" @@ -55,9 +53,7 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Proszę wpisać poprawną nazwę użytkownika i hasło. Uwaga: wielkość liter ma " -"znaczenie." +msgstr "Proszę wpisać poprawną nazwę użytkownika i hasło. Uwaga: wielkość liter ma znaczenie." #: forms.py:146 msgid "This account is inactive." @@ -120,14 +116,12 @@ msgid "account" msgstr "" #: models.py:54 -#, fuzzy msgid "password" -msgstr "zmień hasło" +msgstr "" #: models.py:55 -#, fuzzy msgid "password hash" -msgstr "Zmiana hasła" +msgstr "" #: models.py:58 msgid "auto admin properties" @@ -203,12 +197,9 @@ msgstr "Brak" #: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" -msgstr "" -"Katalog tymczasowy używany do przechowywania całej witryny, miniatur, " -"podglądów i plików tymczasowych. Jeśli nie zostanie określony, zostanie " -"utworzony za pomocą tempfile.mkdtemp ()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" +msgstr "Katalog tymczasowy używany do przechowywania całej witryny, miniatur, podglądów i plików tymczasowych. Jeśli nie zostanie określony, zostanie utworzony za pomocą tempfile.mkdtemp ()" #: conf/settings.py:66 msgid "" @@ -337,9 +328,7 @@ msgstr "Wykaz %(stripped_title)s" msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Wykaz %(title)s (%(start)s - %(end)s z %(total)s) (Page %(page_number)s z " -"%(total_pages)s)" +msgstr "Wykaz %(title)s (%(start)s - %(end)s z %(total)s) (Page %(page_number)s z %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/pt/LC_MESSAGES/django.po b/apps/common/locale/pt/LC_MESSAGES/django.po index e6abf0e6e7..0d9b49108f 100644 --- a/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/apps/common/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-07-03 10:18+0000\n" -"Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:26 @@ -53,9 +52,7 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Insira um e-mail e senha corretos, por favor. Note que o campo da senha é " -"sensível a minúsculas e maiúsculas." +msgstr "Insira um e-mail e senha corretos, por favor. Note que o campo da senha é sensível a minúsculas e maiúsculas." #: forms.py:146 msgid "This account is inactive." @@ -118,14 +115,12 @@ msgid "account" msgstr "" #: models.py:54 -#, fuzzy msgid "password" -msgstr "alterar a senha" +msgstr "" #: models.py:55 -#, fuzzy msgid "password hash" -msgstr "Alteração da senha" +msgstr "" #: models.py:58 msgid "auto admin properties" @@ -201,20 +196,15 @@ msgstr "Nenhum" #: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" -msgstr "" -"Diretório temporário usado para armazenar miniaturas, pré-visualização e " -"ficheiros temporários. Se nenhum for especificado, será criado um usando " +"temporary files. If none is specified, one will be created using " "tempfile.mkdtemp()" +msgstr "Diretório temporário usado para armazenar miniaturas, pré-visualização e ficheiros temporários. Se nenhum for especificado, será criado um usando tempfile.mkdtemp()" #: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Controla o mecanismo usado para autenticar o utilizador. As opções são: nome " -"de utilizador, e-mail" +msgstr "Controla o mecanismo usado para autenticar o utilizador. As opções são: username, email" #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" @@ -337,9 +327,7 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página " -"%(page_number)s de %(total_pages)s)" +msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/pt_BR/LC_MESSAGES/django.po b/apps/common/locale/pt_BR/LC_MESSAGES/django.po index 451669b7e0..90cfaf489f 100644 --- a/apps/common/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/common/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-07-02 03:30+0000\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:26 @@ -52,9 +51,7 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Por favor insira o e-mail e senha corretos. Note que os campos de senha são " -"case-sensitive." +msgstr "Por favor insira o e-mail e senha corretos. Note que os campos de senha são case-sensitive." #: forms.py:146 msgid "This account is inactive." @@ -117,14 +114,12 @@ msgid "account" msgstr "" #: models.py:54 -#, fuzzy msgid "password" -msgstr "alterar a senha" +msgstr "" #: models.py:55 -#, fuzzy msgid "password hash" -msgstr "Alterar a senha" +msgstr "" #: models.py:58 msgid "auto admin properties" @@ -200,20 +195,15 @@ msgstr "Nenhum" #: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" -msgstr "" -"Diretório temporário usado para armazenar miniaturas, previews e arquivos " -"temporários. Se nenhum for especificado, um será criado usando tempfile." -"mkdtemp()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" +msgstr "Diretório temporário usado para armazenar miniaturas, previews e arquivos temporários. Se nenhum for especificado, um será criado usando tempfile.mkdtemp()" #: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Controla o mecanismo usado para usuário autenticado. As opções são: e-mail, " -"nome de usuário," +msgstr "Controla o mecanismo usado para usuário autenticado. As opções são: e-mail, nome de usuário," #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" @@ -336,9 +326,7 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Page %(page_number)s " -"of %(total_pages)s)" +msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Page %(page_number)s of %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/ru/LC_MESSAGES/django.po b/apps/common/locale/ru/LC_MESSAGES/django.po index d6085a9203..00cf379c7a 100644 --- a/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/apps/common/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-02-03 06:36+0000\n" -"Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:26 msgid "change password" @@ -52,9 +50,7 @@ msgstr "Email" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Пожалуйста, введите правильный адрес электронной почты и пароль с учетом " -"регистра." +msgstr "Пожалуйста, введите правильный адрес электронной почты и пароль с учетом регистра." #: forms.py:146 msgid "This account is inactive." @@ -117,14 +113,12 @@ msgid "account" msgstr "" #: models.py:54 -#, fuzzy msgid "password" -msgstr "Изменение пароля" +msgstr "" #: models.py:55 -#, fuzzy msgid "password hash" -msgstr "Изменение пароля" +msgstr "" #: models.py:58 msgid "auto admin properties" @@ -200,25 +194,19 @@ msgstr "Ни один" #: conf/settings.py:16 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" -msgstr "" -"Временный каталог, используемый сайтом для хранения миниатюр, превью и " -"временных файлов. Если он не указан, он будет создан с использованием " -"tempfile.mkdtemp ()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" +msgstr "Временный каталог, используемый сайтом для хранения миниатюр, превью и временных файлов. Если он не указан, он будет создан с использованием tempfile.mkdtemp ()" #: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Управление механизмом, используемым для аутентификации пользователя. " -"Возможные варианты: имя пользователя, адрес электронной почты" +msgstr "Управление механизмом, используемым для аутентификации пользователя. Возможные варианты: имя пользователя, адрес электронной почты" #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" -msgstr "" -"Разрешить, не прошедшим проверку, пользователям доступ ко всем представлениям" +msgstr "Разрешить, не прошедшим проверку, пользователям доступ ко всем представлениям" #: templates/403.html:3 templates/403.html.py:7 msgid "Insufficient permissions" @@ -337,9 +325,7 @@ msgstr "Список \"%(stripped_title)s\"" msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Список %(title)s (%(start)s - %(end)s из %(total)s) (Page %(page_number)s из " -"%(total_pages)s)" +msgstr "Список %(title)s (%(start)s - %(end)s из %(total)s) (Page %(page_number)s из %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/documents/locale/de_DE/LC_MESSAGES/django.po b/apps/documents/locale/de_DE/LC_MESSAGES/django.po index cb95ad11ff..c13ffc937b 100644 --- a/apps/documents/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/documents/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-06-30 08:30+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:55 @@ -71,9 +70,7 @@ msgstr "finde alle Duplikate" #: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Suche nach der Prüfsumme in allen Dokumenten und gebe Liste mit exakten " -"Treffen zurück." +msgstr "Suche nach der Prüfsumme in allen Dokumenten und gebe Liste mit exakten Treffen zurück." #: __init__.py:70 msgid "update office documents' page count" @@ -84,10 +81,7 @@ msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "" -"Aktualisiert die Seitenzahlen von Office-Dokumenten. Dies ist nützlich, wenn " -"Office-Dokumenten Support aktiviert wird, nachdem schon entsprechende " -"Dokumente in der Datenbank gespeichert sind." +msgstr "Aktualisiert die Seitenzahlen von Office-Dokumenten. Dies ist nützlich, wenn Office-Dokumenten Support aktiviert wird, nachdem schon entsprechende Dokumente in der Datenbank gespeichert sind." #: __init__.py:71 __init__.py:72 msgid "clear transformations" @@ -113,9 +107,7 @@ msgstr "Bereinige den Dokumenten Bilder Cache" msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "" -"Bereinige die grafische Darstellung die benutzt wird um die Dokumenten " -"Darstellung und interaktive Transformations Ausgabe zu beschleunigen." +msgstr "Bereinige die grafische Darstellung die benutzt wird um die Dokumenten Darstellung und interaktive Transformations Ausgabe zu beschleunigen." #: __init__.py:81 msgid "page transformations" @@ -232,10 +224,8 @@ msgstr "Dokument \"%(content_object)s\" erstellt von %(fullname)s." #: events.py:9 #, python-format -msgid "" -"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "" -"Dokument \"%(content_object)s\" erstellt am %(datetime)s, von %(fullname)s." +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Dokument \"%(content_object)s\" erstellt am %(datetime)s, von %(fullname)s." #: events.py:13 msgid "Document edited" @@ -249,11 +239,9 @@ msgstr "Dokument \"%(content_object)s\" bearbeitet von %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " -"The following changes took place: %(changes)s." -msgstr "" -"Dokument \"%(content_object)s\" wurde bearbeitet am %(datetime)s, von " -"%(fullname)s. Die folgenden Veränderungen wurden durchgeführt: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Dokument \"%(content_object)s\" wurde bearbeitet am %(datetime)s, von %(fullname)s. Die folgenden Veränderungen wurden durchgeführt: %(changes)s." #: events.py:22 msgid "Document deleted" @@ -267,8 +255,7 @@ msgstr "Dokument \"%(document)s\" durch %(fullname)s gelöscht." #: events.py:24 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "" -"Dokument \"%(document)s\" am %(datetime)s, durch %(fullname)s gelöscht." +msgstr "Dokument \"%(document)s\" am %(datetime)s, durch %(fullname)s gelöscht." #: forms.py:63 msgid "Page image" @@ -336,15 +323,11 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "" -"Lade die Datei im original Format oder als komprimiertes Archiv herunter. " -"Diese Option ist nur wählbar, wenn ein einzelnes Dokument heruntergeladen " -"wird, mehrere Dateien werden immer als Archiv heruntergeladen." +msgstr "Lade die Datei im original Format oder als komprimiertes Archiv herunter. Diese Option ist nur wählbar, wenn ein einzelnes Dokument heruntergeladen wird, mehrere Dateien werden immer als Archiv heruntergeladen." #: forms.py:319 -#, fuzzy msgid "Compressed filename" -msgstr "Dokumenten Typ Dateiname" +msgstr "" #: forms.py:319 msgid "" @@ -457,8 +440,7 @@ msgstr "Dokumenten Version" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "" -"Das Dateiformat ist unbekannt, daher wird die Seitenzahl auf 1 gesetzt." +msgstr "Das Dateiformat ist unbekannt, daher wird die Seitenzahl auf 1 gesetzt." #: models.py:544 views.py:1352 msgid "filename" @@ -652,11 +634,9 @@ msgstr "Dokumente im Dateispeicher: %d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " -"bytes" -msgstr "" -"Dateispeicher genutzt: %(base_2)s (base 2), %(base_10)s (base 10), " -"%(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Dateispeicher genutzt: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" #: statistics.py:63 #, python-format @@ -791,8 +771,7 @@ msgstr "Dokumenten Seiten Transformation erfolgreich erstellt." #: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" -"Erstelle neue Transformation für Seite: %(page)s des Dokuments %(document)s" +msgstr "Erstelle neue Transformation für Seite: %(page)s des Dokuments %(document)s" #: views.py:499 msgid "Document page transformation edited successfully." @@ -812,9 +791,7 @@ msgstr "Dokument Seiten Transformation erfolgreich gelöscht." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Sind Sie sicher, dass Sie die Transformation \"%(transformation)s\" für " -"%(document_page)s löschen möchten?" +msgstr "Sind Sie sicher, dass Sie die Transformation \"%(transformation)s\" für %(document_page)s löschen möchten?" #: views.py:561 #, python-format @@ -827,8 +804,7 @@ msgstr "Sind Sie sicher, dass Sie alle Duplikate suchen möchten?" #: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Bei großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." +msgstr "Bei großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." #: views.py:597 msgid "duplicated documents" @@ -839,33 +815,28 @@ msgstr "Duplizierte Dokumente" msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "" -"Seitenzahlen Update abgeschlossen. Dokumente verarbeitet: %(total)d, " -"Dokumente mit veränderter Seitenzahl: %(change)d" +msgstr "Seitenzahlen Update abgeschlossen. Dokumente verarbeitet: %(total)d, Dokumente mit veränderter Seitenzahl: %(change)d" #: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents (%d)?" -msgstr "" -"Sind Sie sicher, dass Sie die Seitenzahlen der Office-Dokumente " -"aktualisieren möchten (%d)?" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "Sind Sie sicher, dass Sie die Seitenzahlen der Office-Dokumente aktualisieren möchten (%d)?" #: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "" -"Alle Seiten Transformationen, für Dokument: %s, wurden erfolgreich gelöscht." +msgstr "Alle Seiten Transformationen, für Dokument: %s, wurden erfolgreich gelöscht." #: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "" -"Fehler beim löschen der Seiten Transformation für %(document)s; %(error)s" +msgstr "Fehler beim löschen der Seiten Transformation für %(document)s; %(error)s" #: views.py:671 msgid "document transformation" @@ -874,19 +845,16 @@ msgstr "Dokumenten Transformation" #: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: %s?" -msgstr "" -"Sind Sie sicher, dass Sie alle Seiten Transformationen, für das Dokument: " -"%s, entfernen möchten?" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "Sind Sie sicher, dass Sie alle Seiten Transformationen, für das Dokument: %s, entfernen möchten?" #: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "" -"Sind Sie sicher, dass Sie alle Seiten Transformationen, für die Dokumente: " -"%s, entfernen möchten?" +msgstr "Sind Sie sicher, dass Sie alle Seiten Transformationen, für die Dokumente: %s, entfernen möchten?" #: views.py:710 msgid "missing documents" @@ -951,16 +919,13 @@ msgstr "Dokumenten Typ: %(document_type)s Fehler beim löschen: %(error)s" #: views.py:1134 #, python-format msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" -"Sind Sie sicher, dass Sie den Dokumenten Typ %s wirklich löschen möchten?" +msgstr "Sind Sie sicher, dass Sie den Dokumenten Typ %s wirklich löschen möchten?" #: views.py:1135 msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "" -"Der Dokumenten Typ aller Dokumente die diesen Typ benutzen wird auf None " -"gesetzt." +msgstr "Der Dokumenten Typ aller Dokumente die diesen Typ benutzen wird auf None gesetzt." #: views.py:1151 msgid "Document type created successfully" @@ -988,8 +953,7 @@ msgstr "Fehler beim Bearbeiten vom Dokumenten Typ Dateinamen: %s" #: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"Bearbeite Dateiname \"%(filename)s\" vom Dokumenten Typ \"%(document_type)s\"" +msgstr "Bearbeite Dateiname \"%(filename)s\" vom Dokumenten Typ \"%(document_type)s\"" #: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" @@ -1004,18 +968,14 @@ msgstr "Dokumenten Typ Dateiname: %s erfolgreich gelöscht." #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "" -"Dokumenten Typ Dateiname: %(document_type_filename)s Fehler beim löschen: " -"%(error)s" +msgstr "Dokumenten Typ Dateiname: %(document_type_filename)s Fehler beim löschen: %(error)s" #: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "" -"Sind Sie sicher, dass Sie den Dateinamen: %(filename)s, des Dokumenten Typs " -"\"%(document_type)s\", löschen möchten?" +msgstr "Sind Sie sicher, dass Sie den Dateinamen: %(filename)s, des Dokumenten Typs \"%(document_type)s\", löschen möchten?" #: views.py:1281 msgid "Document type filename created successfully" @@ -1042,9 +1002,7 @@ msgstr "Fehler beim Bereinigen des Dokumenten Bilder Zwischenspeichers: %s" #: views.py:1313 msgid "Are you sure you wish to clear the document image cache?" -msgstr "" -"Sind Sie sicher, das Sie den Dokumenten Bilder Zwischenspeicher bereinigen " -"möchten?" +msgstr "Sind Sie sicher, das Sie den Dokumenten Bilder Zwischenspeicher bereinigen möchten?" #: views.py:1330 #, python-format @@ -1074,9 +1032,7 @@ msgstr "Fehler beim wiederherstellen der Dokumenten Version: %s" #: views.py:1388 msgid "Are you sure you wish to revert to this version?" -msgstr "" -"Sind Sie sicher, dass Sie diese Version des Dokuments wiederherstellen " -"möchten?" +msgstr "Sind Sie sicher, dass Sie diese Version des Dokuments wiederherstellen möchten?" #: views.py:1389 msgid "All later version after this one will be deleted too." @@ -1104,16 +1060,13 @@ msgstr "Nächster Schritt" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per " -"user." -msgstr "" -"Maximale Anzahl von Letzten Dokumente (erstellt, bearbeitet, angeschaut) pro " -"Benutzer." +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Maximale Anzahl von Letzten Dokumente (erstellt, bearbeitet, angeschaut) pro Benutzer." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "" -"Anzahl in Prozent für Zoom in und out pro Dokument pro Benutzer Aktion." +msgstr "Anzahl in Prozent für Zoom in und out pro Dokument pro Benutzer Aktion." #: conf/settings.py:40 msgid "" @@ -1141,12 +1094,7 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "" -"Dokumenttypen definieren eine Klasse, die eine Gruppe von Dokumenten " -"repräsentiert, wie zum Beispiel: Rechnungen, Verordnungen oder Handbücher. " -"Der Vorteil der Verwendung von Dokumenttypen sind: Zuweisen einer Liste von " -"typischen Dateinamen für die schnelle Umbenennung während der Erstellung, " -"sowie die Zuordnung von Metadaten Typen und deren Werte." +msgstr "Dokumenttypen definieren eine Klasse, die eine Gruppe von Dokumenten repräsentiert, wie zum Beispiel: Rechnungen, Verordnungen oder Handbücher. Der Vorteil der Verwendung von Dokumenttypen sind: Zuweisen einer Liste von typischen Dateinamen für die schnelle Umbenennung während der Erstellung, sowie die Zuordnung von Metadaten Typen und deren Werte." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1157,6 +1105,4 @@ msgstr "Was sind letzte Dokumente?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Hier finden Sie die letzten %(recent_count)s Dokumente die Sie entweder " -"erstellt oder bearbeitet haben." +msgstr "Hier finden Sie die letzten %(recent_count)s Dokumente die Sie entweder erstellt oder bearbeitet haben." diff --git a/apps/documents/locale/es/LC_MESSAGES/django.po b/apps/documents/locale/es/LC_MESSAGES/django.po index 6d1a20fe29..1f399d7c5f 100644 --- a/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/apps/documents/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-07-02 12:43+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"PO-Revision-Date: 2012-07-10 15:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:55 @@ -71,9 +70,7 @@ msgstr "encontrar todos los duplicados" #: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Buscar todas las sumas de comprobación de los documentos y devolver una " -"lista de las coincidencias exactas." +msgstr "Buscar todas las sumas de comprobación de los documentos y devolver una lista de las coincidencias exactas." #: __init__.py:70 msgid "update office documents' page count" @@ -84,10 +81,7 @@ msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "" -"Actualizar el número de páginas de los documentos de oficina. Esto es útil " -"cuando active el apoyo de documentos de oficina después de que ya existían " -"documentos de oficina en la base de datos." +msgstr "Actualizar el número de páginas de los documentos de oficina. Esto es útil cuando active el apoyo de documentos de oficina después de que ya existían documentos de oficina en la base de datos." #: __init__.py:71 __init__.py:72 msgid "clear transformations" @@ -113,10 +107,7 @@ msgstr "Borrar el caché de imágenes de documentos" msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "" -"Borrar las representaciones gráficas utilizadas para acelerar la " -"presentación de los documentos y resultados de las transformaciones " -"interactivas." +msgstr "Borrar las representaciones gráficas utilizadas para acelerar la presentación de los documentos y resultados de las transformaciones interactivas." #: __init__.py:81 msgid "page transformations" @@ -233,10 +224,8 @@ msgstr "Documento \"%(content_object)s\", creado por %(fullname)s." #: events.py:9 #, python-format -msgid "" -"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "" -"Documento \"%(content_object)s\", creado en %(datetime)s por %(fullname)s." +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(content_object)s\", creado en %(datetime)s por %(fullname)s." #: events.py:13 msgid "Document edited" @@ -250,11 +239,9 @@ msgstr "Documento \"%(content_object)s\", editado por %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " -"The following changes took place: %(changes)s." -msgstr "" -"Documento \"%(content_object)s\" fue editado en \"%(datetime)s por " -"%(fullname)s. Los siguientes cambios tuvieron lugar: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Documento \"%(content_object)s\" fue editado en \"%(datetime)s por %(fullname)s. Los siguientes cambios tuvieron lugar: %(changes)s." #: events.py:22 msgid "Document deleted" @@ -297,8 +284,7 @@ msgstr "Páginas del documento (%s)" #: forms.py:162 msgid "Use the new version filename as the document filename" -msgstr "" -"Usar el nombre de archivo de la nueva versión como el nombre del documento" +msgstr "Usar el nombre de archivo de la nueva versión como el nombre del documento" #: forms.py:178 msgid "Quick document rename" @@ -337,22 +323,17 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "" -"Descargue el documento en el formato original o en una forma comprimida. " -"Esta opción se puede seleccionar sólo cuando se descarga un documento, para " -"multiples documentos, el paquete será siempre como descarga de un archivo " -"comprimido." +msgstr "Descargue el documento en el formato original o en una forma comprimida. Esta opción se puede seleccionar sólo cuando se descarga un documento, para multiples documentos, el paquete será siempre como descarga de un archivo comprimido." #: forms.py:319 -#, fuzzy msgid "Compressed filename" -msgstr "nombre de archivo para tipo de documento" +msgstr "Nombre de archivo comprimido" #: forms.py:319 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "" +msgstr "El nombre del archivo comprimido que va a contener los documentos para descargar, si la opción anterior está activada." #: literals.py:15 msgid "final" @@ -459,9 +440,7 @@ msgstr "versión de documento" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "" -"El formato de este archivo de documento no se conoce, el número de páginas " -"por lo tanto sera 1." +msgstr "El formato de este archivo de documento no se conoce, el número de páginas por lo tanto sera 1." #: models.py:544 views.py:1352 msgid "filename" @@ -477,8 +456,7 @@ msgstr "nombre de archivo para cambio rápido de nombre para tipo de documento" #: models.py:553 msgid "document types quick rename filenames" -msgstr "" -"nombres de archivos para cambio rápido de nombre para tipo de documentos" +msgstr "nombres de archivos para cambio rápido de nombre para tipo de documentos" #: models.py:561 msgid "content" @@ -656,11 +634,9 @@ msgstr "Documentos en almacenamiento: %d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " -"bytes" -msgstr "" -"Espacio utilizado en el almacenamiento: %(base_2)s (base 2), %(base_10)s " -"(base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Espacio utilizado en el almacenamiento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" #: statistics.py:63 #, python-format @@ -795,9 +771,7 @@ msgstr "Transformación de página de documento creada con exitosamente." #: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" -"Crear nueva transformación de la página: %(page)s del documento: " -"%(document)s " +msgstr "Crear nueva transformación de la página: %(page)s del documento: %(document)s " #: views.py:499 msgid "Document page transformation edited successfully." @@ -817,9 +791,7 @@ msgstr "Transformación de página de documento eliminada exitosamente." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"¿Está seguro que desea eliminar la transformación \"%(transformation)s\" " -"para: %(document_page)s" +msgstr "¿Está seguro que desea eliminar la transformación \"%(transformation)s\" para: %(document_page)s" #: views.py:561 #, python-format @@ -832,9 +804,7 @@ msgstr "¿Está seguro que desea encontrar todos los duplicados?" #: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." -msgstr "" -"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en " -"ejecutarse." +msgstr "En bases de datos de gran tamaño esta operación puede tardar algún tiempo en ejecutarse." #: views.py:597 msgid "duplicated documents" @@ -845,35 +815,28 @@ msgstr "documentos duplicados" msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "" -"Actualización de número de páginas completado. Documentos procesados: " -"%(total)d, documentos con el número de páginas actualizado: %(change)d" +msgstr "Actualización de número de páginas completado. Documentos procesados: %(total)d, documentos con el número de páginas actualizado: %(change)d" #: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents (%d)?" -msgstr "" -"¿Seguro que desea actualizar el número de páginas de los documentos de " -"oficina (%d)?" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "¿Seguro que desea actualizar el número de páginas de los documentos de oficina (%d)?" #: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "" -"Todas las transformaciones de la página de documento: %s, se han eliminado " -"con éxito." +msgstr "Todas las transformaciones de la página de documento: %s, se han eliminado con éxito." #: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "" -"Error al eliminar las transformaciones de página para el documento: " -"%(document)s; %(error)s." +msgstr "Error al eliminar las transformaciones de página para el documento: %(document)s; %(error)s." #: views.py:671 msgid "document transformation" @@ -882,19 +845,16 @@ msgstr "transformación de documento" #: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: %s?" -msgstr "" -"¿Está seguro que desea eliminar todas las transformaciones de página del " -"documento: %s?" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "¿Está seguro que desea eliminar todas las transformaciones de página del documento: %s?" #: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "" -"¿Está seguro que desea eliminar las transformaciones de página de los " -"documentos: %s?" +msgstr "¿Está seguro que desea eliminar las transformaciones de página de los documentos: %s?" #: views.py:710 msgid "missing documents" @@ -954,8 +914,7 @@ msgstr "Tipo de documento: %s eliminado exitosamente." #: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" -"Error de eliminación: %(error)s para tipo de documento: %(document_type)s " +msgstr "Error de eliminación: %(error)s para tipo de documento: %(document_type)s " #: views.py:1134 #, python-format @@ -966,9 +925,7 @@ msgstr "¿Está seguro que desea eliminar el tipo de documento: %s?" msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "" -"El tipo de documento de todos los documentos que utilizan este tipo de " -"documentos será borrado." +msgstr "El tipo de documento de todos los documentos que utilizan este tipo de documentos será borrado." #: views.py:1151 msgid "Document type created successfully" @@ -996,9 +953,7 @@ msgstr "Error al modificar el nombre de archivo para tipo de document; %s" #: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"editar nombre de archivo \"%(filename)s\" del tipo de documento " -"\"%(document_type)s\"" +msgstr "editar nombre de archivo \"%(filename)s\" del tipo de documento \"%(document_type)s\"" #: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" @@ -1013,18 +968,14 @@ msgstr "Nombre de archivo para tipo de documento: %s eliminado exitosamente." #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "" -"Error de eliminación: %(error)s para nombre de archivo de tipo de documento: " -"%(document_type_filename)s " +msgstr "Error de eliminación: %(error)s para nombre de archivo de tipo de documento: %(document_type_filename)s " #: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "" -"¿Está seguro que desea eliminar el nombre del archivo: %(filename)s, del " -"tipo de documento \"%(document_type)s\"?" +msgstr "¿Está seguro que desea eliminar el nombre del archivo: %(filename)s, del tipo de documento \"%(document_type)s\"?" #: views.py:1281 msgid "Document type filename created successfully" @@ -1109,39 +1060,29 @@ msgstr "Siguiente paso" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per " -"user." -msgstr "" -"El número máximo de documentos recientes (creados, editados, vistos) a " -"recordar por usuario." +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "El número máximo de documentos recientes (creados, editados, vistos) a recordar por usuario." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "" -"Cantidad en porcentaje acercar o alejar una página de documento por la " -"interacción del usuario." +msgstr "Cantidad en porcentaje acercar o alejar una página de documento por la interacción del usuario." #: conf/settings.py:40 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "" -"Cantidad máxima en porcentaje (%) a permitir al usuario aumentar la página " -"del documento interactivamente." +msgstr "Cantidad máxima en porcentaje (%) a permitir al usuario aumentar la página del documento interactivamente." #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "" -"Cantidad mínima en porcentaje (%) a permitir al usuario disminuir la página " -"del documento interactivamente." +msgstr "Cantidad mínima en porcentaje (%) a permitir al usuario disminuir la página del documento interactivamente." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "" -"Cantidad de grados que se va a girar una página de documento " -"interactivamente con el usuario." +msgstr "Cantidad de grados que se va a girar una página de documento interactivamente con el usuario." #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1153,12 +1094,7 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "" -"Los tipos de documentos definene una clase que representa a un grupo amplio " -"de documentos, tales como: facturas, reglamentos o manuales. La ventaja de " -"utilizar los tipos de documentos son: la asignación de una lista de nombres " -"de archivos típicos para el cambio de nombre rápido durante la creación, así " -"como la asignación de tipos de metadatos y grupos por defecto." +msgstr "Los tipos de documentos definene una clase que representa a un grupo amplio de documentos, tales como: facturas, reglamentos o manuales. La ventaja de utilizar los tipos de documentos son: la asignación de una lista de nombres de archivos típicos para el cambio de nombre rápido durante la creación, así como la asignación de tipos de metadatos y grupos por defecto." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1169,6 +1105,4 @@ msgstr "¿Que son los documentos recientes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Aquí encontrará los últimos %(recent_count)s documentos que haya creado o " -"editado de alguna manera." +msgstr "Aquí encontrará los últimos %(recent_count)s documentos que haya creado o editado de alguna manera." diff --git a/apps/documents/locale/it/LC_MESSAGES/django.po b/apps/documents/locale/it/LC_MESSAGES/django.po index e6194bb7a8..05de22c3a0 100644 --- a/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/apps/documents/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-06-30 08:30+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:55 @@ -74,9 +73,7 @@ msgstr "trova tutti i duplicati" #: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Cerca tutti i documenti con il checksum e restituisci una lista delle " -"corrispondenze esatte." +msgstr "Cerca tutti i documenti con il checksum e restituisci una lista delle corrispondenze esatte." #: __init__.py:70 msgid "update office documents' page count" @@ -87,10 +84,7 @@ msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "" -"Update the page count of the office type documents. This is useful when " -"enabling office document support after there were already office type " -"documents in the database." +msgstr "Update the page count of the office type documents. This is useful when enabling office document support after there were already office type documents in the database." #: __init__.py:71 __init__.py:72 msgid "clear transformations" @@ -116,9 +110,7 @@ msgstr "Svuota la cache immagine del documento" msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "" -"Cancella le rappresentazioni grafiche utilizzate per accellerare la " -"visualizzazione dei documenti e dei risultati interattivi trasformazioni." +msgstr "Cancella le rappresentazioni grafiche utilizzate per accellerare la visualizzazione dei documenti e dei risultati interattivi trasformazioni." #: __init__.py:81 msgid "page transformations" @@ -235,10 +227,8 @@ msgstr "Documento \"%(content_object)s\" creato da by %(fullname)s." #: events.py:9 #, python-format -msgid "" -"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "" -"Documento \"%(content_object)s\" creato il %(datetime)s da %(fullname)s." +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(content_object)s\" creato il %(datetime)s da %(fullname)s." #: events.py:13 msgid "Document edited" @@ -252,11 +242,9 @@ msgstr "Documento \"%(content_object)s\" modificato da %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " -"The following changes took place: %(changes)s." -msgstr "" -"Documento \"%(content_object)s\" è stato modificato il %(datetime)s da " -"%(fullname)s. Queste le seguenti modifiche: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Documento \"%(content_object)s\" è stato modificato il %(datetime)s da %(fullname)s. Queste le seguenti modifiche: %(changes)s." #: events.py:22 msgid "Document deleted" @@ -338,15 +326,11 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "" -"Scarica il documento nel formato originale o in modo compresso. Questa " -"opzione è selezionabile solo quando il download di un documento, per i " -"documenti multipli, il bundle sarà sempre download come un file compresso." +msgstr "Scarica il documento nel formato originale o in modo compresso. Questa opzione è selezionabile solo quando il download di un documento, per i documenti multipli, il bundle sarà sempre download come un file compresso." #: forms.py:319 -#, fuzzy msgid "Compressed filename" -msgstr "tipo di nome file per il documento" +msgstr "" #: forms.py:319 msgid "" @@ -459,8 +443,7 @@ msgstr "versione del documento" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "" -"Questo tipo di formato file è sconosciuto, per cui il numero di pagine sarà 1" +msgstr "Questo tipo di formato file è sconosciuto, per cui il numero di pagine sarà 1" #: models.py:544 views.py:1352 msgid "filename" @@ -654,11 +637,9 @@ msgstr "Documenti nello storage:%d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " -"bytes" -msgstr "" -"Spazio usato nello storage: %(base_2)s (base 2), %(base_10)s (base 10), " -"%(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Spazio usato nello storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" #: statistics.py:63 #, python-format @@ -793,9 +774,7 @@ msgstr "Trasformazioni per la pagina del documento creata con successo" #: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" -"Crea una nuova trasformazione per la pagina: %(page)s del documento: " -"%(document)s" +msgstr "Crea una nuova trasformazione per la pagina: %(page)s del documento: %(document)s" #: views.py:499 msgid "Document page transformation edited successfully." @@ -804,8 +783,7 @@ msgstr "Document page trasformation edited successfully." #: views.py:512 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "" -"Modifica la trasformazione \"%(transformation)s\" per: %(document_page)s" +msgstr "Modifica la trasformazione \"%(transformation)s\" per: %(document_page)s" #: views.py:532 msgid "Document page transformation deleted successfully." @@ -816,9 +794,7 @@ msgstr "Trasformazione della pagina di documento cancellata con successo." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" per: " -"%(document_page)s" +msgstr "Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" per: %(document_page)s" #: views.py:561 #, python-format @@ -842,34 +818,28 @@ msgstr "documenti duplicati" msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "" -"Update del numero di pagine completato. Il documenti processati " -"%(total)d, con il numero di pagine cambiate: %(change)d" +msgstr "Update del numero di pagine completato. Il documenti processati %(total)d, con il numero di pagine cambiate: %(change)d" #: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents (%d)?" -msgstr "" -"Sei sicuro di voler cambiare il numero di pagine deil documenti office (%d)?" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "Sei sicuro di voler cambiare il numero di pagine deil documenti office (%d)?" #: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "" -"Tutte le trasformazioni alle pagine del documento:%s, sono state cancellate " -"con successo." +msgstr "Tutte le trasformazioni alle pagine del documento:%s, sono state cancellate con successo." #: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "" -"Errore nella cancellazione della trasformazione della pagina per il " -"documento:%(document)s; %(error)s." +msgstr "Errore nella cancellazione della trasformazione della pagina per il documento:%(document)s; %(error)s." #: views.py:671 msgid "document transformation" @@ -878,7 +848,8 @@ msgstr "trasformazione del documento" #: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: %s?" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" msgstr "Sei sicuro di voler cancellare le trasformazioni per il documento:%s?" #: views.py:682 @@ -946,8 +917,7 @@ msgstr "Tipo di documento: %s cancellata ." #: views.py:1119 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "" -"Tipo di documento: %(document_type)s errore di cancellazione: %(error)s" +msgstr "Tipo di documento: %(document_type)s errore di cancellazione: %(error)s" #: views.py:1134 #, python-format @@ -986,9 +956,7 @@ msgstr "Errore nella modifica del tipo di nome file;%s" #: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"modifica il nome file \"%(filename)s\" per il tipo di documento " -"\"%(document_type)s\"" +msgstr "modifica il nome file \"%(filename)s\" per il tipo di documento \"%(document_type)s\"" #: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" @@ -1003,18 +971,14 @@ msgstr "Tipo di nome file per il documento: %s cancellato con successo." #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "" -"Tipo di nome file per il documento:%(document_type_filename)s errore di " -"cancellazione: %(error)s" +msgstr "Tipo di nome file per il documento:%(document_type_filename)s errore di cancellazione: %(error)s" #: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "" -"Sei sicuro che vuoi cancellare il nome file:%(filename)s, per il tipo di " -"documento\"%(document_type)s\"?" +msgstr "Sei sicuro che vuoi cancellare il nome file:%(filename)s, per il tipo di documento\"%(document_type)s\"?" #: views.py:1281 msgid "Document type filename created successfully" @@ -1099,33 +1063,25 @@ msgstr "Prossimo passo" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per " -"user." -msgstr "" -"Massimo numero recente (creazione, modifica, visualizzazione) di documenti " -"da ricordare per utente" +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Massimo numero recente (creazione, modifica, visualizzazione) di documenti da ricordare per utente" #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "" -"Importo in percentuale dello zoom o rimpicciolire una pagina del documento " -"per l'interazione dell'utente." +msgstr "Importo in percentuale dello zoom o rimpicciolire una pagina del documento per l'interazione dell'utente." #: conf/settings.py:40 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "" -"Importo massimo in percentuale (%) per consentire all'utente di ingrandire " -"una pagina del documento in modo interattivo." +msgstr "Importo massimo in percentuale (%) per consentire all'utente di ingrandire una pagina del documento in modo interattivo." #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "" -"Quantità minima in percentuale (%) per consentire all'utente di ingrandire " -"una pagina di documento in modo interattivo." +msgstr "Quantità minima in percentuale (%) per consentire all'utente di ingrandire una pagina di documento in modo interattivo." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." @@ -1141,11 +1097,7 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "" -"Il tipo di documento definisce una raggruppamento di documenti, come : " -"fatture, regolamenti, manuali. Il vantaggio dell'uso di tale classificazione " -"permette di rinominare,aggiungere metadati e rinominare i file più " -"velocemente." +msgstr "Il tipo di documento definisce una raggruppamento di documenti, come : fatture, regolamenti, manuali. Il vantaggio dell'uso di tale classificazione permette di rinominare,aggiungere metadati e rinominare i file più velocemente." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1156,6 +1108,4 @@ msgstr "Quali sono i documenti recenti ?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"qui troverete gli ultimi %(recent_count)s documenti da voi creati o " -"modificati" +msgstr "qui troverete gli ultimi %(recent_count)s documenti da voi creati o modificati" diff --git a/apps/documents/locale/pl/LC_MESSAGES/django.po b/apps/documents/locale/pl/LC_MESSAGES/django.po index 143804c81e..6cd3309932 100644 --- a/apps/documents/locale/pl/LC_MESSAGES/django.po +++ b/apps/documents/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-06-30 08:30+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:55 msgid "all documents" @@ -74,8 +72,7 @@ msgstr "znaleźć wszystkie duplikaty" #: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Search all the documents' checksums and return a list of the exact matches." +msgstr "Search all the documents' checksums and return a list of the exact matches." #: __init__.py:70 msgid "update office documents' page count" @@ -229,8 +226,7 @@ msgstr "" #: events.py:9 #, python-format -msgid "" -"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" #: events.py:13 @@ -245,8 +241,8 @@ msgstr "" #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " -"The following changes took place: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." msgstr "" #: events.py:22 @@ -332,9 +328,8 @@ msgid "" msgstr "" #: forms.py:319 -#, fuzzy msgid "Compressed filename" -msgstr "Nowa nazwa dokumentu" +msgstr "" #: forms.py:319 msgid "" @@ -641,8 +636,8 @@ msgstr "" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " -"bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" msgstr "" #: statistics.py:63 @@ -827,7 +822,8 @@ msgstr "" #: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents (%d)?" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" msgstr "" #: views.py:663 @@ -851,7 +847,8 @@ msgstr "" #: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: %s?" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" msgstr "" #: views.py:682 @@ -1065,8 +1062,8 @@ msgstr "" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per " -"user." +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." msgstr "" #: conf/settings.py:39 diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.po b/apps/documents/locale/pt/LC_MESSAGES/django.po index fb7a1f6c4e..e795534486 100644 --- a/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011, 2012. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-07-03 11:45+0000\n" -"Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:55 @@ -73,9 +72,7 @@ msgstr "encontrar todos os duplicados" #: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Pesquisar todas as somas de verificação dos documentos e retornar uma lista " -"de correspondências exatas." +msgstr "Pesquisar todas as somas de verificação dos documentos e retornar uma lista de correspondências exatas." #: __init__.py:70 msgid "update office documents' page count" @@ -86,10 +83,7 @@ msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "" -"Atualizar o número de páginas dos documentos tipo office. Isto pode ser " -"útil se habilitar o suporte a documentos office quando já existirem alguns " -"na base de dados." +msgstr "Atualizar o número de páginas dos documentos tipo office. Isto pode ser útil se habilitar o suporte a documentos office quando já existirem alguns na base de dados." #: __init__.py:71 __init__.py:72 msgid "clear transformations" @@ -115,9 +109,7 @@ msgstr "Limpar a cache de imagens de documentos" msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "" -"Limpar as representações gráficas usadas para acelerar a exibição e " -"transformações interativas de documentos." +msgstr "Limpar as representações gráficas usadas para acelerar a exibição e transformações interativas de documentos." #: __init__.py:81 msgid "page transformations" @@ -234,10 +226,8 @@ msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." #: events.py:9 #, python-format -msgid "" -"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "" -"Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." #: events.py:13 msgid "Document edited" @@ -251,11 +241,9 @@ msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " -"The following changes took place: %(changes)s." -msgstr "" -"Documento \"%(content_object)s\" foi editado em %(datetime)s por " -"%(fullname)s. Foram feitas as seguintes alterações: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Documento \"%(content_object)s\" foi editado em %(datetime)s por %(fullname)s. Foram feitas as seguintes alterações: %(changes)s." #: events.py:22 msgid "Document deleted" @@ -298,8 +286,7 @@ msgstr "Páginas do documento (%s)" #: forms.py:162 msgid "Use the new version filename as the document filename" -msgstr "" -"Usar o nome de ficheiro da nova versão como nome de ficheiro do documento" +msgstr "Usar o nome de ficheiro da nova versão como nome de ficheiro do documento" #: forms.py:178 msgid "Quick document rename" @@ -338,15 +325,11 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "" -"Descarregar o documento no formato original ou de forma comprimida. Esta " -"opção só está disponível quando descarrega um único documento; múltiplos " -"documentos são sempre descarregados num ficheiro comprimido." +msgstr "Descarregar o documento no formato original ou de forma comprimida. Esta opção só está disponível quando descarrega um único documento; múltiplos documentos são sempre descarregados num ficheiro comprimido." #: forms.py:319 -#, fuzzy msgid "Compressed filename" -msgstr "nome de ficheiro para tipo de documento" +msgstr "" #: forms.py:319 msgid "" @@ -459,9 +442,7 @@ msgstr "versão do documento" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "" -"Este formato de ficheiro não é conhecido, por isso o número de páginas tem o " -"valor padrão 1." +msgstr "Este formato de ficheiro não é conhecido, por isso o número de páginas tem o valor padrão 1." #: models.py:544 views.py:1352 msgid "filename" @@ -655,11 +636,9 @@ msgstr "Documentos no armazenamento: %d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " -"bytes" -msgstr "" -"Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), " -"%(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" #: statistics.py:63 #, python-format @@ -794,8 +773,7 @@ msgstr "Transformação para página do documento criada com sucesso." #: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" -"Criar nova transformação para página: %(page)s do documento: %(document)s" +msgstr "Criar nova transformação para página: %(page)s do documento: %(document)s" #: views.py:499 msgid "Document page transformation edited successfully." @@ -815,9 +793,7 @@ msgstr "Transformação para página do documento excluída com sucesso." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Tem a certeza de que deseja excluir \"%(transformation)s\" para: " -"%(document_page)s " +msgstr "Tem a certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " #: views.py:561 #, python-format @@ -841,35 +817,28 @@ msgstr "documentos duplicados" msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "" -"Actualização do número de páginas finalizada. Documentos processados: " -"%(total)d, documentos cujo nº de páginas foi alterado: %(change)d" +msgstr "Actualização do número de páginas finalizada. Documentos processados: %(total)d, documentos cujo nº de páginas foi alterado: %(change)d" #: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents (%d)?" -msgstr "" -"Tem a certeza de que deseja atualizar o número de páginas dos documentos " -"office (%d)?" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "Tem a certeza de que deseja atualizar o número de páginas dos documentos office (%d)?" #: views.py:663 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "" -"Todas as transformações de página para o documento: %s, foram excluídas com " -"sucesso." +msgstr "Todas as transformações de página para o documento: %s, foram excluídas com sucesso." #: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "" -"Erro ao excluir as transformações de página para o documento: %(document)s; " -"%(error)s ." +msgstr "Erro ao excluir as transformações de página para o documento: %(document)s; %(error)s ." #: views.py:671 msgid "document transformation" @@ -878,19 +847,16 @@ msgstr "transformação de documento" #: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: %s?" -msgstr "" -"Tem a certeza de que deseja limpar todas as transformações de página para o " -"documento: %s?" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "Tem a certeza de que deseja limpar todas as transformações de página para o documento: %s?" #: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "" -"Tem a certeza de que deseja limpar todas as transformações de página para os " -"documentos: %s?" +msgstr "Tem a certeza de que deseja limpar todas as transformações de página para os documentos: %s?" #: views.py:710 msgid "missing documents" @@ -961,9 +927,7 @@ msgstr "Tem a certeza de que deseja excluir o tipo de documento: %s?" msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "" -"O tipo de documento de todos os documentos deste tipo será definido como " -"\"nenhum\"." +msgstr "O tipo de documento de todos os documentos deste tipo será definido como \"nenhum\"." #: views.py:1151 msgid "Document type created successfully" @@ -991,9 +955,7 @@ msgstr "Erro ao editar nome de ficheiro para tipo de documento: %s" #: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"Editar nome de ficheiro \"%(filename)s\" do tipo de documento " -"\"%(document_type)s\"" +msgstr "Editar nome de ficheiro \"%(filename)s\" do tipo de documento \"%(document_type)s\"" #: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" @@ -1008,18 +970,14 @@ msgstr "Nome de ficheiro para tipo de documento: %s excluído com sucesso." #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "" -"Nome de ficheiro para tipo de documento: %(document_type_filename)s erro ao " -"excluir: %(error)s" +msgstr "Nome de ficheiro para tipo de documento: %(document_type_filename)s erro ao excluir: %(error)s" #: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "" -"Tem a certeza de que deseja excluir o nome de ficheiro: %(filename)s , para " -"tipo de documento \"%(document_type)s\"?" +msgstr "Tem a certeza de que deseja excluir o nome de ficheiro: %(filename)s , para tipo de documento \"%(document_type)s\"?" #: views.py:1281 msgid "Document type filename created successfully" @@ -1104,11 +1062,9 @@ msgstr "Próximo passo" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per " -"user." -msgstr "" -"Número máximo de documentos recentes (criados, editados, visualizados) a " -"recordar, por utilizador." +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Número máximo de documentos recentes (criados, editados, visualizados) a recordar, por utilizador." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -1118,23 +1074,17 @@ msgstr "Percentagem de zoom in/out por interação do utilizador." msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "" -"Percentagem (%) máxima para o utilizador aumentar o zoom de uma página de " -"documento de forma interativa." +msgstr "Percentagem (%) máxima para o utilizador aumentar o zoom de uma página de documento de forma interativa." #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "" -"Percentagem (%) mínima para o utilizador diminuir o zoom de uma página de " -"documento de forma interativa." +msgstr "Percentagem (%) mínima para o utilizador diminuir o zoom de uma página de documento de forma interativa." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "" -"Valor em graus para rodar uma página de documento por interação do " -"utilizador." +msgstr "Valor em graus para rodar uma página de documento por interação do utilizador." #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1146,12 +1096,7 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "" -"Tipos de documento definem uma classe que representa um grande grupo de " -"documentos, tais como: faturas, regulamentos ou manuais. As vantagens de " -"usar tipos de documento são: a atribuição de uma lista de nomes típicos para " -"renomear rapidamente durante a criação, bem como de tipos e conjuntos de " -"metadados padrão." +msgstr "Tipos de documento definem uma classe que representa um grande grupo de documentos, tais como: faturas, regulamentos ou manuais. As vantagens de usar tipos de documento são: a atribuição de uma lista de nomes típicos para renomear rapidamente durante a criação, bem como de tipos e conjuntos de metadados padrão." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1162,6 +1107,4 @@ msgstr "O que são os documentos recentes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Aqui encontrará os últimos %(recent_count)s documentos que tenha criado ou " -"editado de alguma forma." +msgstr "Aqui encontrará os últimos %(recent_count)s documentos que tenha criado ou editado de alguma forma." diff --git a/apps/documents/locale/pt_BR/LC_MESSAGES/django.po b/apps/documents/locale/pt_BR/LC_MESSAGES/django.po index ebacec24c4..5ffea8cae3 100644 --- a/apps/documents/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt_BR/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011, 2012. # Fábio , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:55 @@ -73,9 +72,7 @@ msgstr "encontrar todas as duplicatas" #: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Pesquisar todas as somas de verificação de documentos e retornar uma lista " -"de correspondências exatas." +msgstr "Pesquisar todas as somas de verificação de documentos e retornar uma lista de correspondências exatas." #: __init__.py:70 msgid "update office documents' page count" @@ -229,10 +226,8 @@ msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." #: events.py:9 #, python-format -msgid "" -"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "" -"Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." #: events.py:13 msgid "Document edited" @@ -246,11 +241,9 @@ msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " -"The following changes took place: %(changes)s." -msgstr "" -"Documento \"%(content_object)s\" foi editado em %(datetime)s por " -"%(fullname)s. As seguintes alterações foram realizadas: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Documento \"%(content_object)s\" foi editado em %(datetime)s por %(fullname)s. As seguintes alterações foram realizadas: %(changes)s." #: events.py:22 msgid "Document deleted" @@ -335,9 +328,8 @@ msgid "" msgstr "" #: forms.py:319 -#, fuzzy msgid "Compressed filename" -msgstr "nome de arquivo do tipo de documento" +msgstr "" #: forms.py:319 msgid "" @@ -450,9 +442,7 @@ msgstr "versão do documento" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "" -"Este formato de arquivo não é conhecida, a contagem de página, portanto, tem " -"o padrão 1." +msgstr "Este formato de arquivo não é conhecida, a contagem de página, portanto, tem o padrão 1." #: models.py:544 views.py:1352 msgid "filename" @@ -646,11 +636,9 @@ msgstr "Documentos no armazenamento: %d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " -"bytes" -msgstr "" -"Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), " -"%(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" #: statistics.py:63 #, python-format @@ -785,8 +773,7 @@ msgstr "Transformação para página do documento criada com sucesso." #: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" -"Criar nova transformação para página: %(page)s do documento: %(document)s" +msgstr "Criar nova transformação para página: %(page)s do documento: %(document)s" #: views.py:499 msgid "Document page transformation edited successfully." @@ -806,9 +793,7 @@ msgstr "Transformação para página do documento excluida com sucesso." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Tem certeza de que deseja excluir \"%(transformation)s\" para: " -"%(document_page)s " +msgstr "Tem certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " #: views.py:561 #, python-format @@ -821,8 +806,7 @@ msgstr "Tem certeza de que deseja encontrar todas as duplicatas?" #: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." #: views.py:597 msgid "duplicated documents" @@ -838,7 +822,8 @@ msgstr "" #: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents (%d)?" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" msgstr "" #: views.py:663 @@ -846,18 +831,14 @@ msgstr "" msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "" -"Todas as transformações de página para o documento: %s, foram excluídas com " -"sucesso." +msgstr "Todas as transformações de página para o documento: %s, foram excluídas com sucesso." #: views.py:665 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "" -"Erro ao excluir as transformações de página para o documento: %(document)s; " -"%(error)s ." +msgstr "Erro ao excluir as transformações de página para o documento: %(document)s; %(error)s ." #: views.py:671 msgid "document transformation" @@ -866,19 +847,16 @@ msgstr "transformação de documento" #: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: %s?" -msgstr "" -"Tem certeza de que deseja limpar todas as transformações de página para o " -"documento: %s?" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "Tem certeza de que deseja limpar todas as transformações de página para o documento: %s?" #: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "" -"Tem certeza de que deseja limpar todas as transformações de página para os " -"documentos: %s?" +msgstr "Tem certeza de que deseja limpar todas as transformações de página para os documentos: %s?" #: views.py:710 msgid "missing documents" @@ -949,9 +927,7 @@ msgstr "Tem certeza de que deseja excluir o tipo de documento: %s?" msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "" -"O tipo de documento de todos os documentos usando este tipo de documento " -"será definido como \"nenhum\"." +msgstr "O tipo de documento de todos os documentos usando este tipo de documento será definido como \"nenhum\"." #: views.py:1151 msgid "Document type created successfully" @@ -979,9 +955,7 @@ msgstr "Erro ao editar nome de arquivo do tipo de documento: %s" #: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"Editar nome de arquivo \"%(filename)s\" do tipo de documento " -"\"%(document_type)s\"" +msgstr "Editar nome de arquivo \"%(filename)s\" do tipo de documento \"%(document_type)s\"" #: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" @@ -996,18 +970,14 @@ msgstr "Nome de arquivo do tipo de documento: %s excluido com sucesso." #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "" -"Nome de arquivo do tipo de documento: %(document_type_filename)s erro ao " -"excluir: %(error)s" +msgstr "Nome de arquivo do tipo de documento: %(document_type_filename)s erro ao excluir: %(error)s" #: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "" -"Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do tipo " -"de documento \" %(document_type)s \"?" +msgstr "Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do tipo de documento \" %(document_type)s \"?" #: views.py:1281 msgid "Document type filename created successfully" @@ -1092,38 +1062,29 @@ msgstr "Próximo passo" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per " -"user." -msgstr "" -"Número máximo de documentos recentes (criado, editado, visualizado) à ser " -"lembrado, por usuário." +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Número máximo de documentos recentes (criado, editado, visualizado) à ser lembrado, por usuário." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "" -"Quantidade em porcentagem de zoom em uma página ou documento por interação " -"do usuário." +msgstr "Quantidade em porcentagem de zoom em uma página ou documento por interação do usuário." #: conf/settings.py:40 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "" -"Valor máximo em porcentagem (%) para permitir ao usuário aumentar o zoom em " -"uma página do documento de forma interativa." +msgstr "Valor máximo em porcentagem (%) para permitir ao usuário aumentar o zoom em uma página do documento de forma interativa." #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "" -"Valor mínimo em porcentagem (%) para permitir ao usuário diminuir o zoom em " -"uma página do documento de forma interativa." +msgstr "Valor mínimo em porcentagem (%) para permitir ao usuário diminuir o zoom em uma página do documento de forma interativa." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "" -"Valor em graus para girar uma página do documento por interação do usuário." +msgstr "Valor em graus para girar uma página do documento por interação do usuário." #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1135,12 +1096,7 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "" -"Tipos de documentos definir uma classe que representa um grupo de " -"documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de " -"usar os tipos de documentos são: a atribuição de uma lista de nomes típicos " -"para renomear rápidamente durante a criação, bem como atribuir tipos de " -"padrão de metadados e conjuntos para ele." +msgstr "Tipos de documentos definir uma classe que representa um grupo de documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de usar os tipos de documentos são: a atribuição de uma lista de nomes típicos para renomear rápidamente durante a criação, bem como atribuir tipos de padrão de metadados e conjuntos para ele." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1151,6 +1107,4 @@ msgstr "O que são os documentos recentes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Aqui você encontrará os últimos %(recent_count)s documentos que você tenha " -"criado ou editado de alguma maneira." +msgstr "Aqui você encontrará os últimos %(recent_count)s documentos que você tenha criado ou editado de alguma maneira." diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.po b/apps/documents/locale/ru/LC_MESSAGES/django.po index c37b2a4a38..8452be2bd3 100644 --- a/apps/documents/locale/ru/LC_MESSAGES/django.po +++ b/apps/documents/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-06-30 08:30+0000\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:55 msgid "all documents" @@ -73,8 +71,7 @@ msgstr "найти все дубликаты" #: __init__.py:69 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Искать все контрольные суммы документов и вернуть список точных совпадений." +msgstr "Искать все контрольные суммы документов и вернуть список точных совпадений." #: __init__.py:70 msgid "update office documents' page count" @@ -85,9 +82,7 @@ msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "" -"Пересчитать количество страниц. Это полезно для включения поддержки уже " -"существующих офисных документов." +msgstr "Пересчитать количество страниц. Это полезно для включения поддержки уже существующих офисных документов." #: __init__.py:71 __init__.py:72 msgid "clear transformations" @@ -113,9 +108,7 @@ msgstr "Очистить кэш изображения документа" msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "" -"Очистить графику для ускорения отображения документов и интерактивных " -"преобразований." +msgstr "Очистить графику для ускорения отображения документов и интерактивных преобразований." #: __init__.py:81 msgid "page transformations" @@ -232,11 +225,8 @@ msgstr "Документ \"%(content_object)s\", создан %(fullname)s ." #: events.py:9 #, python-format -msgid "" -"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "" -"Документ \"%(content_object)s\" создан %(datetime)s пользователем " -"%(fullname)s." +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Документ \"%(content_object)s\" создан %(datetime)s пользователем %(fullname)s." #: events.py:13 msgid "Document edited" @@ -250,11 +240,9 @@ msgstr "Документ \"%(content_object)s\" редактировал %(fulln #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " -"The following changes took place: %(changes)s." -msgstr "" -"Документ \"%(content_object)s\" был изменён %(datetime)s %(fullname)s. Были " -"внесены изменения: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Документ \"%(content_object)s\" был изменён %(datetime)s %(fullname)s. Были внесены изменения: %(changes)s." #: events.py:22 msgid "Document deleted" @@ -336,15 +324,11 @@ msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "" -"Скачать документ в исходном формате или сжатым. Этот вариант доступен только " -"при загрузке одного документа, для нескольких документов будет использован " -"сжатый файл." +msgstr "Скачать документ в исходном формате или сжатым. Этот вариант доступен только при загрузке одного документа, для нескольких документов будет использован сжатый файл." #: forms.py:319 -#, fuzzy msgid "Compressed filename" -msgstr "имя файла для типа документа" +msgstr "" #: forms.py:319 msgid "" @@ -651,10 +635,9 @@ msgstr "Документы в хранилище: %d." #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " -"bytes" -msgstr "" -"Использовано:%(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Использовано:%(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" #: statistics.py:63 #, python-format @@ -789,8 +772,7 @@ msgstr "Преобразование страницы документа соз #: views.py:480 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" -"Создать новое преобразование для страницы: %(page)s документа: %(document)s" +msgstr "Создать новое преобразование для страницы: %(page)s документа: %(document)s" #: views.py:499 msgid "Document page transformation edited successfully." @@ -810,9 +792,7 @@ msgstr "Преобразование страницы успешно удале msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Вы действительно хотите удалить преобразования \"%(transformation)s\" for: " -"%(document_page)s\"" +msgstr "Вы действительно хотите удалить преобразования \"%(transformation)s\" for: %(document_page)s\"" #: views.py:561 #, python-format @@ -825,9 +805,7 @@ msgstr "Вы действительно хотите найти все дубл #: views.py:574 views.py:632 views.py:700 msgid "On large databases this operation may take some time to execute." -msgstr "" -"В больших базах данных эта операция может занять некоторое время для " -"выполнения." +msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." #: views.py:597 msgid "duplicated documents" @@ -838,17 +816,14 @@ msgstr "дубликаты документов" msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "" -"Страницы посчитаны. Всего обработано %(total)d документов, из них количество " -"страниц изменилось у %(change)d" +msgstr "Страницы посчитаны. Всего обработано %(total)d документов, из них количество страниц изменилось у %(change)d" #: views.py:631 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents (%d)?" -msgstr "" -"Вы действительно хотите пересчитать количество страниц для офисных " -"документов (%d)?" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "Вы действительно хотите пересчитать количество страниц для офисных документов (%d)?" #: views.py:663 #, python-format @@ -862,9 +837,7 @@ msgstr "Все преобразования страницы для докум msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "" -"Ошибка при удалении страницы для преобразования документов: %(document)s; " -"%(error)s." +msgstr "Ошибка при удалении страницы для преобразования документов: %(document)s; %(error)s." #: views.py:671 msgid "document transformation" @@ -873,18 +846,16 @@ msgstr "преобразование документа" #: views.py:680 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: %s?" -msgstr "" -"Вы действительно хотите удалить все преобразования странице документа: %s?" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "Вы действительно хотите удалить все преобразования странице документа: %s?" #: views.py:682 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "" -"Вы действительно хотите удалить все преобразования страницы для документов: " -"%s?" +msgstr "Вы действительно хотите удалить все преобразования страницы для документов: %s?" #: views.py:710 msgid "missing documents" @@ -983,8 +954,7 @@ msgstr "Ошибка редактирования документа введи #: views.py:1211 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"редактирование файла \"%(filename)s из типа документа \"%(document_type)s\"" +msgstr "редактирование файла \"%(filename)s из типа документа \"%(document_type)s\"" #: views.py:1220 views.py:1246 views.py:1254 msgid "document type filename" @@ -999,18 +969,14 @@ msgstr "Имя файла для типа документа: %s успешно #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "" -"При удалении имени файла для типа документа %(document_type_filename)s " -"произошла ошибка %(error)s" +msgstr "При удалении имени файла для типа документа %(document_type_filename)s произошла ошибка %(error)s" #: views.py:1256 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "" -"Вы действительно хотите удалить имя файла: %(filename)s из типа документа " -"\"%(document_type)s\"?" +msgstr "Вы действительно хотите удалить имя файла: %(filename)s из типа документа \"%(document_type)s\"?" #: views.py:1281 msgid "Document type filename created successfully" @@ -1095,11 +1061,9 @@ msgstr "Далее" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per " -"user." -msgstr "" -"Максимальное количество последних (созданных, измененных, просмотренных) " -"документов, запоминаемых для каждого пользователя." +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Максимальное количество последних (созданных, измененных, просмотренных) документов, запоминаемых для каждого пользователя." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -1131,12 +1095,7 @@ msgid "" "such as: invoices, regulations or manuals. The advantage of using document " "types are: assigning a list of typical filenames for quick renaming during " "creation, as well as assigning default metadata types and sets to it." -msgstr "" -"Типы документов определяют класс, который представляет группы документов, " -"таких как: счета-фактуры, правила или инструкции. Преимуществами " -"использования типов документов являются: назначение списка типичных имен " -"файлов для быстрого переименования в процессе создания, а также присвоения " -"метаданных по умолчанию и их установки." +msgstr "Типы документов определяют класс, который представляет группы документов, таких как: счета-фактуры, правила или инструкции. Преимуществами использования типов документов являются: назначение списка типичных имен файлов для быстрого переименования в процессе создания, а также присвоения метаданных по умолчанию и их установки." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1147,6 +1106,4 @@ msgstr "Что такое последние документы?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Здесь вы найдете последние %(recent_count)s документов созданные или " -"отредактированные вами." +msgstr "Здесь вы найдете последние %(recent_count)s документов созданные или отредактированные вами." diff --git a/apps/installation/locale/de_DE/LC_MESSAGES/django.po b/apps/installation/locale/de_DE/LC_MESSAGES/django.po index 43bd864650..56f13d864a 100644 --- a/apps/installation/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/installation/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: 2012-06-17 22:19+0000\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 models.py:148 diff --git a/apps/installation/locale/es/LC_MESSAGES/django.po b/apps/installation/locale/es/LC_MESSAGES/django.po index 4f5cdc645d..0a0005725d 100644 --- a/apps/installation/locale/es/LC_MESSAGES/django.po +++ b/apps/installation/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: 2012-06-17 22:26+0000\n" +"PO-Revision-Date: 2012-07-10 15:42+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 models.py:148 @@ -25,95 +24,87 @@ msgstr "detalles de la instalación" #: models.py:63 msgid "LSB OS" -msgstr "" +msgstr "S.O. LSB" #: models.py:64 -#, fuzzy msgid "Distributor ID" -msgstr "ID de distribuidor: %s" +msgstr "ID de distribuidor" #: models.py:65 -#, fuzzy msgid "Description" -msgstr "Descripción: %s" +msgstr "Descripción" #: models.py:66 -#, fuzzy msgid "Release" -msgstr "Publicación: %s" +msgstr "Versión" #: models.py:67 -#, fuzzy msgid "Codename" -msgstr "Nombre código: %s" +msgstr "Nombre clave" #: models.py:68 -#, fuzzy msgid "System info" -msgstr "Información del sistema: %s" +msgstr "Información de sistema" #: models.py:70 msgid "POSIX OS" -msgstr "" +msgstr "S.O. POSIX" #: models.py:72 msgid "OS architecture" -msgstr "" +msgstr "Arquitectura de S.O." #: models.py:73 msgid "Python version" -msgstr "" +msgstr "Versión de Python" #: models.py:74 msgid "Hostname" -msgstr "" +msgstr "Nombre de la máquina" #: models.py:75 -#, fuzzy msgid "Platform" -msgstr "Plataforma: %s" +msgstr "Plataforma" #: models.py:76 msgid "Machine" -msgstr "" +msgstr "Máquina" #: models.py:77 -#, fuzzy msgid "Processor" -msgstr "Procesador: %s" +msgstr "Procesador" #: models.py:78 msgid "Number of CPUs" -msgstr "" +msgstr "Número de CPUs" #: models.py:79 msgid "Total physical memory" -msgstr "" +msgstr "Memoria física total" #: models.py:80 -#, fuzzy msgid "Disk partitions" -msgstr "Descripción: %s" +msgstr "Particiones de disco" #: models.py:83 models.py:85 msgid "tesseract version" -msgstr "" +msgstr "Versión de tesseract" #: models.py:85 models.py:90 msgid "not found" -msgstr "" +msgstr "No se encontró" #: models.py:88 models.py:90 msgid "unpaper version" -msgstr "" +msgstr "Versión de unpaper" #: models.py:92 msgid "Mayan EDMS version" -msgstr "" +msgstr "Versión de Mayan EDMS" #: models.py:93 msgid "Installed via fabfile" -msgstr "" +msgstr "Instalado a través de fabfile" #: permissions.py:7 msgid "Installation" diff --git a/apps/installation/locale/it/LC_MESSAGES/django.po b/apps/installation/locale/it/LC_MESSAGES/django.po index 4b51e51325..e33a4768db 100644 --- a/apps/installation/locale/it/LC_MESSAGES/django.po +++ b/apps/installation/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: 2012-06-17 22:19+0000\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 models.py:148 diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.po b/apps/installation/locale/pl/LC_MESSAGES/django.po index dd3c8f19c6..4f3d348a39 100644 --- a/apps/installation/locale/pl/LC_MESSAGES/django.po +++ b/apps/installation/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: 2012-06-17 22:19+0000\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: links.py:7 models.py:148 msgid "installation details" diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.po b/apps/installation/locale/pt/LC_MESSAGES/django.po index d0d901d68b..1b0bf7704e 100644 --- a/apps/installation/locale/pt/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: 2012-07-03 19:41+0000\n" -"Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 models.py:148 @@ -28,29 +27,24 @@ msgid "LSB OS" msgstr "" #: models.py:64 -#, fuzzy msgid "Distributor ID" -msgstr "ID do distribuidor: %s" +msgstr "" #: models.py:65 -#, fuzzy msgid "Description" -msgstr "Descrição: %s" +msgstr "" #: models.py:66 -#, fuzzy msgid "Release" -msgstr "Edição: %s" +msgstr "" #: models.py:67 -#, fuzzy msgid "Codename" -msgstr "Nome de código: %s" +msgstr "" #: models.py:68 -#, fuzzy msgid "System info" -msgstr "Informação do sistema: %s" +msgstr "" #: models.py:70 msgid "POSIX OS" @@ -69,18 +63,16 @@ msgid "Hostname" msgstr "" #: models.py:75 -#, fuzzy msgid "Platform" -msgstr "Plataforma: %s" +msgstr "" #: models.py:76 msgid "Machine" msgstr "" #: models.py:77 -#, fuzzy msgid "Processor" -msgstr "Processador: %s" +msgstr "" #: models.py:78 msgid "Number of CPUs" @@ -91,9 +83,8 @@ msgid "Total physical memory" msgstr "" #: models.py:80 -#, fuzzy msgid "Disk partitions" -msgstr "Descrição: %s" +msgstr "" #: models.py:83 models.py:85 msgid "tesseract version" diff --git a/apps/installation/locale/pt_BR/LC_MESSAGES/django.po b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po index ee5bf53748..0d3b90d091 100644 --- a/apps/installation/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: 2012-06-17 22:18+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: links.py:7 models.py:148 diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.po b/apps/installation/locale/ru/LC_MESSAGES/django.po index 47f4996706..58bbe1f80a 100644 --- a/apps/installation/locale/ru/LC_MESSAGES/django.po +++ b/apps/installation/locale/ru/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:13-0400\n" -"PO-Revision-Date: 2012-06-17 22:19+0000\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: links.py:7 models.py:148 msgid "installation details" diff --git a/apps/main/locale/de_DE/LC_MESSAGES/django.po b/apps/main/locale/de_DE/LC_MESSAGES/django.po index 58685fdfaf..b1b04ec29c 100644 --- a/apps/main/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/main/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-04-20 18:10+0000\n" -"Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:33 @@ -61,11 +60,9 @@ msgstr "Diagnosen" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Steuert ob die Suchfunktion von einem Sidebar Widget oder von einem Menü " -"Eintrag bereitgestellt wird." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Steuert ob die Suchfunktion von einem Sidebar Widget oder von einem Menü Eintrag bereitgestellt wird." #: templates/about.html:5 msgid "About this program" @@ -139,14 +136,11 @@ msgid "Django based open source document management system" msgstr "Django basiertes Open Source Dokumenten Management System" #: templates/project_description.html:6 -#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" msgstr "" -"Open Source, Django basiertes elektronisches Dokumenten Managementsystem mit " -"Metadaten, Indices, Markierungen, Dateiserver integration und OCR Fähigkeiten" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/es/LC_MESSAGES/django.po b/apps/main/locale/es/LC_MESSAGES/django.po index 80c5d349f4..f5aa67d2ae 100644 --- a/apps/main/locale/es/LC_MESSAGES/django.po +++ b/apps/main/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-01-02 05:42+0000\n" +"PO-Revision-Date: 2012-07-10 15:22+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:33 @@ -61,11 +60,9 @@ msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Controla si la funcionalidad de búsqueda es proporcionada por una barra " -"lateral o por una entrada de menú." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Controla si la funcionalidad de búsqueda es proporcionada por una barra lateral o por una entrada de menú." #: templates/about.html:5 msgid "About this program" @@ -139,15 +136,11 @@ msgid "Django based open source document management system" msgstr "Sistema de manejo de documentos de código abierto basado en Django" #: templates/project_description.html:6 -#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "" -"Gestor documental de código abierto, basado en Django con metadatos " -"personaliables, indexación, etiquedado de documentos, integración de " -"servicio de archivos y capacidades de OCR" +msgstr "Gestor documental libre y de código abierto, basado en Django con metadatos personalizados, indexación, etiquetado, integración de servicio de archivos, apoyo de firmas digitales y capacidades de OCR" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/it/LC_MESSAGES/django.po b/apps/main/locale/it/LC_MESSAGES/django.po index 8309ecdfd5..46e1538c31 100644 --- a/apps/main/locale/it/LC_MESSAGES/django.po +++ b/apps/main/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-06-08 07:41+0000\n" -"Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:33 @@ -63,11 +62,9 @@ msgstr "Diagnostica" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Controlla se la funzionalità di ricerca è fornita da un widget sidebar o da " -"una voce di menu." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Controlla se la funzionalità di ricerca è fornita da un widget sidebar o da una voce di menu." #: templates/about.html:5 msgid "About this program" @@ -141,15 +138,11 @@ msgid "Django based open source document management system" msgstr "Sistema open source di gestione dei documenti basato su Django" #: templates/project_description.html:6 -#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" msgstr "" -"Open Source, Django programma per la gestione documentale con la possibilità " -"di metadati personalizabili, tagging, indicizzazione, integrazione con file " -"server e con possibilità di OCR" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/pl/LC_MESSAGES/django.po b/apps/main/locale/pl/LC_MESSAGES/django.po index cd7c92386e..e44d71f0b9 100644 --- a/apps/main/locale/pl/LC_MESSAGES/django.po +++ b/apps/main/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-03-02 22:04+0000\n" -"Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:33 msgid "maintenance" @@ -62,8 +60,8 @@ msgstr "Diagnostyka" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." msgstr "" #: templates/about.html:5 diff --git a/apps/main/locale/pt/LC_MESSAGES/django.po b/apps/main/locale/pt/LC_MESSAGES/django.po index 1dcd9a5ebf..906857544f 100644 --- a/apps/main/locale/pt/LC_MESSAGES/django.po +++ b/apps/main/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-07-02 13:35+0000\n" -"Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:33 @@ -63,11 +62,9 @@ msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Controla se a funcionalidade de procura é fornecida por um widget da barra " -"lateral ou por uma entrada de menu." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Controla se a funcionalidade de procura é fornecida por um widget da barra lateral ou por uma entrada de menu." #: templates/about.html:5 msgid "About this program" @@ -141,15 +138,11 @@ msgid "Django based open source document management system" msgstr "Sistema de gestão documental baseado em Django de código livre" #: templates/project_description.html:6 -#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" msgstr "" -"Sistema de gestão documental de código livre e baseado em Django, com " -"metadados personalizados, indexação, etiquetagem, integração de servidor de " -"ficheiros e OCR" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/pt_BR/LC_MESSAGES/django.po b/apps/main/locale/pt_BR/LC_MESSAGES/django.po index 18764b04b4..7104ee6a4f 100644 --- a/apps/main/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/main/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:33 @@ -62,11 +61,9 @@ msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Controla-se a funcionalidade de pesquisa é fornecido por um widget da barra " -"lateral ou por uma entrada de menu." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Controla-se a funcionalidade de pesquisa é fornecido por um widget da barra lateral ou por uma entrada de menu." #: templates/about.html:5 msgid "About this program" @@ -140,15 +137,11 @@ msgid "Django based open source document management system" msgstr "Sistema aberto de gerenciamento de documentos baseado em Django " #: templates/project_description.html:6 -#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" msgstr "" -"Código Aberto, Django gestão de documentos eletrônicos com metadados " -"personalizados, indexação, etiquetagem, a integração do serviço de arquivos " -"e recursos de OCR" #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/ru/LC_MESSAGES/django.po b/apps/main/locale/ru/LC_MESSAGES/django.po index 14f7fb1d31..65f0643f3b 100644 --- a/apps/main/locale/ru/LC_MESSAGES/django.po +++ b/apps/main/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-01-17 10:58+0000\n" -"Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:33 msgid "maintenance" @@ -62,11 +60,9 @@ msgstr "Диагностика" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Определяет, будет ли функция поиска обеспечивается виджетом боковой панели " -"или пунктом меню." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Определяет, будет ли функция поиска обеспечивается виджетом боковой панели или пунктом меню." #: templates/about.html:5 msgid "About this program" @@ -140,15 +136,11 @@ msgid "Django based open source document management system" msgstr "Система управления электронными документами на основе Django" #: templates/project_description.html:6 -#, fuzzy msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" msgstr "" -"Основанное на Django программное обеспечение с открытым исходным кодом для " -"управления электронными документами с метаданными, индексами, тегами, " -"интеграцией с файл-сервером и возможностью оптического распознавания текста." #: templates/project_description.html:18 msgid "Released under the GPL V3 License" diff --git a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po index 5ef69736c3..fadf9de536 100644 --- a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-04-20 11:40+0000\n" -"Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: conf/settings.py:10 @@ -24,10 +23,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Anzuwendendes CSS Theme, Optionen sind: amro, bec, bec-green, blue, default, " -"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " -"and warehouse." +msgstr "Anzuwendendes CSS Theme, Optionen sind: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -66,9 +62,7 @@ msgstr "Umleitung zur Startseite in 5 Sekunden." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Oder klicken hier, wenn die " -"Umleitung nicht funktioniert." +msgstr "Oder klicken hier, wenn die Umleitung nicht funktioniert." #: templates/web_theme_login.html:36 msgid "First time login" diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.po b/apps/web_theme/locale/es/LC_MESSAGES/django.po index a83ec89f6c..67ea80c5c1 100644 --- a/apps/web_theme/locale/es/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2011-11-03 21:44+0000\n" +"PO-Revision-Date: 2012-07-10 15:25+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: conf/settings.py:10 @@ -23,10 +23,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Tema CSS para aplicar, las opciones son: amro, bec, bec-green, blue, " -"default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-" -"greenish y warehouse." +msgstr "Tema CSS para aplicar, las opciones son: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish y warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -65,39 +62,37 @@ msgstr "Se va a redirigir al punto de entrada al sitio web en 5 segundos." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"O haga clic aquí si la redirección no " -"funciona." +msgstr "O haga clic aquí si la redirección no funciona." #: templates/web_theme_login.html:36 msgid "First time login" -msgstr "" +msgstr "Primer inicio de sesión" #: templates/web_theme_login.html:38 msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" +msgstr "¡Felicitaciones! Usted acaba de terminar de instalar Mayan EDMS." #: templates/web_theme_login.html:39 msgid "Login using the following credentials:" -msgstr "" +msgstr "Inicie sesión con las siguientes credenciales:" #: templates/web_theme_login.html:40 #, python-format msgid "Username: %(account)s" -msgstr "" +msgstr "Nombre de usuario: %(account)s" #: templates/web_theme_login.html:41 #, python-format msgid "Password: %(password)s" -msgstr "" +msgstr "Contraseña: %(password)s" #: templates/web_theme_login.html:42 msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" +msgstr "Asegúrese de cambiar la contraseña para aumentar la seguridad y para deshabilitar este mensaje." #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.po b/apps/web_theme/locale/it/LC_MESSAGES/django.po index 2e63d93814..7156967f89 100644 --- a/apps/web_theme/locale/it/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-06-08 07:17+0000\n" -"Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: conf/settings.py:10 @@ -25,10 +24,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Tema CSS da applicare, le opzioni sono: ABN AMRO, bec, bec-verde, blu, di " -"default, djime-ceruleo, drastica-scuro, kathleene, oliva, arancio, rosso, " -"reidb-verdastro e magazzino." +msgstr "Tema CSS da applicare, le opzioni sono: ABN AMRO, bec, bec-verde, blu, di default, djime-ceruleo, drastica-scuro, kathleene, oliva, arancio, rosso, reidb-verdastro e magazzino." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -67,9 +63,7 @@ msgstr "Reindirizzamento al tuo punto di ingresso al sito in 5 secondi." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Oppure click qui if per essere " -"rimandato al tuo sito nel caso non funzioni." +msgstr "Oppure click qui if per essere rimandato al tuo sito nel caso non funzioni." #: templates/web_theme_login.html:36 msgid "First time login" diff --git a/apps/web_theme/locale/pl/LC_MESSAGES/django.po b/apps/web_theme/locale/pl/LC_MESSAGES/django.po index 6290518ac4..f6e4122a7a 100644 --- a/apps/web_theme/locale/pl/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-02-20 17:16+0000\n" -"Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: conf/settings.py:10 msgid "" diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.po b/apps/web_theme/locale/pt/LC_MESSAGES/django.po index 295fa4143f..22e3e57201 100644 --- a/apps/web_theme/locale/pt/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-07-02 11:53+0000\n" -"Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: conf/settings.py:10 @@ -25,10 +24,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, " -"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " -"and warehouse." +msgstr "Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -67,9 +63,7 @@ msgstr "Redirecionando-o para o ponto de entrada do site em 5 segundos." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Ou clique aqui se o redirecionamento " -"não funcionar." +msgstr "Ou clique aqui se o redirecionamento não funcionar." #: templates/web_theme_login.html:36 msgid "First time login" diff --git a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po index 5b6a5ec073..560b20d3d8 100644 --- a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-07-02 03:32+0000\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: conf/settings.py:10 @@ -24,10 +23,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, " -"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " -"and warehouse." +msgstr "Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -66,9 +62,7 @@ msgstr "Redirecionando você para o ponto de entrada do site em 5 segundos." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Ou clique aqui se o redirecionamento " -"não funcionar." +msgstr "Ou clique aqui se o redirecionamento não funcionar." #: templates/web_theme_login.html:36 msgid "First time login" diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.po b/apps/web_theme/locale/ru/LC_MESSAGES/django.po index b9b5d85f62..e392209cb7 100644 --- a/apps/web_theme/locale/ru/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/ru/LC_MESSAGES/django.po @@ -1,33 +1,28 @@ # 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" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2011-11-04 15:22+0000\n" -"Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: conf/settings.py:10 msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." +msgstr "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -66,9 +61,7 @@ msgstr "Перенаправит вас на вход веб-сайта чере msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Или нажмите здесь , если " -"перенаправление не работает." +msgstr "Или нажмите здесь , если перенаправление не работает." #: templates/web_theme_login.html:36 msgid "First time login" From adc6c032c7b13fcfa6fe745125bba519f553b33a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 12:24:05 -0400 Subject: [PATCH 34/71] Update translation files --- apps/acls/locale/de_DE/LC_MESSAGES/django.mo | Bin 3064 -> 3025 bytes apps/acls/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/acls/locale/es/LC_MESSAGES/django.mo | Bin 4111 -> 4072 bytes apps/acls/locale/it/LC_MESSAGES/django.mo | Bin 4052 -> 4013 bytes apps/acls/locale/pl/LC_MESSAGES/django.mo | Bin 562 -> 523 bytes apps/acls/locale/pt/LC_MESSAGES/django.mo | Bin 4130 -> 4091 bytes apps/acls/locale/pt_BR/LC_MESSAGES/django.mo | Bin 522 -> 483 bytes apps/acls/locale/ru/LC_MESSAGES/django.mo | Bin 4963 -> 4924 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 0 -> 520 bytes .../checkouts/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../checkouts/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 5495 bytes .../checkouts/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 505 bytes .../checkouts/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 562 bytes .../checkouts/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 508 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 522 bytes .../checkouts/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 579 bytes .../common/locale/de_DE/LC_MESSAGES/django.mo | Bin 520 -> 547 bytes apps/common/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/common/locale/es/LC_MESSAGES/django.mo | Bin 5939 -> 6157 bytes apps/common/locale/it/LC_MESSAGES/django.mo | Bin 5655 -> 5691 bytes apps/common/locale/pl/LC_MESSAGES/django.mo | Bin 5427 -> 5451 bytes apps/common/locale/pt/LC_MESSAGES/django.mo | Bin 5772 -> 5775 bytes .../common/locale/pt_BR/LC_MESSAGES/django.mo | Bin 5575 -> 5575 bytes apps/common/locale/ru/LC_MESSAGES/django.mo | Bin 6924 -> 6948 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 547 -> 508 bytes .../converter/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../converter/locale/es/LC_MESSAGES/django.mo | Bin 19390 -> 19351 bytes .../converter/locale/it/LC_MESSAGES/django.mo | Bin 19021 -> 18982 bytes .../converter/locale/pl/LC_MESSAGES/django.mo | Bin 8180 -> 8141 bytes .../converter/locale/pt/LC_MESSAGES/django.mo | Bin 19562 -> 19523 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 18900 -> 18861 bytes .../converter/locale/ru/LC_MESSAGES/django.mo | Bin 19694 -> 19655 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 4018 -> 3979 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 3958 -> 3919 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 3839 -> 3800 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 3792 -> 3753 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 3913 -> 3874 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 2044 -> 2005 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 4498 -> 4459 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1824 -> 1785 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 1796 -> 1757 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 1754 -> 1715 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 1793 -> 1754 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 1789 -> 1750 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 1810 -> 1771 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 2183 -> 2144 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 6028 -> 5989 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 7585 -> 7546 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 7422 -> 7383 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 6544 -> 6505 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 7466 -> 7427 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 4144 -> 4105 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 9199 -> 9160 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 2123 -> 2084 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 2096 -> 2057 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 2040 -> 2001 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 2101 -> 2062 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 2146 -> 2107 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 2120 -> 2081 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 2468 -> 2429 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 21619 -> 21619 bytes .../documents/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../documents/locale/es/LC_MESSAGES/django.mo | Bin 22797 -> 23121 bytes .../documents/locale/it/LC_MESSAGES/django.mo | Bin 21466 -> 21466 bytes .../documents/locale/pl/LC_MESSAGES/django.mo | Bin 7357 -> 7357 bytes .../documents/locale/pt/LC_MESSAGES/django.mo | Bin 22336 -> 22350 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 18416 -> 18416 bytes .../documents/locale/ru/LC_MESSAGES/django.mo | Bin 26865 -> 26865 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 2114 -> 2075 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 2232 -> 2193 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 2096 -> 2057 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 1602 -> 1563 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 2159 -> 2120 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 2206 -> 2167 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 2648 -> 2609 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 520 -> 481 bytes apps/folders/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/folders/locale/es/LC_MESSAGES/django.mo | Bin 4605 -> 4566 bytes apps/folders/locale/it/LC_MESSAGES/django.mo | Bin 4551 -> 4512 bytes apps/folders/locale/pl/LC_MESSAGES/django.mo | Bin 1562 -> 1523 bytes apps/folders/locale/pt/LC_MESSAGES/django.mo | Bin 4483 -> 4444 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 4494 -> 4455 bytes apps/folders/locale/ru/LC_MESSAGES/django.mo | Bin 5364 -> 5325 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1441 -> 1402 bytes apps/history/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/history/locale/es/LC_MESSAGES/django.mo | Bin 1756 -> 1717 bytes apps/history/locale/it/LC_MESSAGES/django.mo | Bin 1413 -> 1374 bytes apps/history/locale/pl/LC_MESSAGES/django.mo | Bin 1474 -> 1435 bytes apps/history/locale/pt/LC_MESSAGES/django.mo | Bin 1712 -> 1673 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 1363 -> 1324 bytes apps/history/locale/ru/LC_MESSAGES/django.mo | Bin 1596 -> 1557 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 547 -> 547 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 1240 -> 1945 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 532 -> 532 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 589 -> 589 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 1208 -> 836 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 522 -> 549 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 606 -> 606 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 7489 -> 7450 bytes apps/linking/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/linking/locale/es/LC_MESSAGES/django.mo | Bin 7341 -> 7302 bytes apps/linking/locale/it/LC_MESSAGES/django.mo | Bin 7169 -> 7130 bytes apps/linking/locale/pl/LC_MESSAGES/django.mo | Bin 1830 -> 1791 bytes apps/linking/locale/pt/LC_MESSAGES/django.mo | Bin 7356 -> 7317 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 4351 -> 4312 bytes apps/linking/locale/ru/LC_MESSAGES/django.mo | Bin 8292 -> 8253 bytes apps/main/locale/de_DE/LC_MESSAGES/django.mo | Bin 2664 -> 2360 bytes apps/main/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/main/locale/es/LC_MESSAGES/django.mo | Bin 2763 -> 2811 bytes apps/main/locale/it/LC_MESSAGES/django.mo | Bin 2635 -> 2327 bytes apps/main/locale/pl/LC_MESSAGES/django.mo | Bin 1460 -> 1484 bytes apps/main/locale/pt/LC_MESSAGES/django.mo | Bin 2705 -> 2394 bytes apps/main/locale/pt_BR/LC_MESSAGES/django.mo | Bin 2730 -> 2402 bytes apps/main/locale/ru/LC_MESSAGES/django.mo | Bin 3384 -> 2843 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 520 -> 481 bytes apps/metadata/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/metadata/locale/es/LC_MESSAGES/django.mo | Bin 10067 -> 10028 bytes apps/metadata/locale/it/LC_MESSAGES/django.mo | Bin 9834 -> 9795 bytes apps/metadata/locale/pl/LC_MESSAGES/django.mo | Bin 924 -> 885 bytes apps/metadata/locale/pt/LC_MESSAGES/django.mo | Bin 9917 -> 9878 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 9875 -> 9836 bytes apps/metadata/locale/ru/LC_MESSAGES/django.mo | Bin 12290 -> 12251 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 691 -> 652 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 728 -> 689 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 658 -> 619 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 714 -> 675 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 691 -> 652 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 712 -> 673 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 791 -> 752 bytes apps/ocr/locale/de_DE/LC_MESSAGES/django.mo | Bin 9143 -> 9104 bytes apps/ocr/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/ocr/locale/es/LC_MESSAGES/django.mo | Bin 8870 -> 8831 bytes apps/ocr/locale/it/LC_MESSAGES/django.mo | Bin 8447 -> 8408 bytes apps/ocr/locale/pl/LC_MESSAGES/django.mo | Bin 589 -> 550 bytes apps/ocr/locale/pt/LC_MESSAGES/django.mo | Bin 8672 -> 8633 bytes apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo | Bin 8137 -> 8098 bytes apps/ocr/locale/ru/LC_MESSAGES/django.mo | Bin 11073 -> 11034 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 3352 -> 3313 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 3402 -> 3363 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 3360 -> 3321 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 1161 -> 1122 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 3361 -> 3322 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 2406 -> 2367 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 3850 -> 3811 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 617 -> 578 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 645 -> 606 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 621 -> 582 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 656 -> 617 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 618 -> 579 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 644 -> 605 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 676 -> 637 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 578 -> 539 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 587 -> 548 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 565 -> 526 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 606 -> 567 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 562 -> 523 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 591 -> 552 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 635 -> 596 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 547 -> 508 bytes .../scheduler/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../scheduler/locale/es/LC_MESSAGES/django.mo | Bin 933 -> 894 bytes .../scheduler/locale/it/LC_MESSAGES/django.mo | Bin 532 -> 493 bytes .../scheduler/locale/pl/LC_MESSAGES/django.mo | Bin 589 -> 550 bytes .../scheduler/locale/pt/LC_MESSAGES/django.mo | Bin 903 -> 864 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 522 -> 483 bytes .../scheduler/locale/ru/LC_MESSAGES/django.mo | Bin 606 -> 567 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 679 -> 640 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 692 -> 653 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 668 -> 629 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 710 -> 671 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 661 -> 622 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 692 -> 653 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 757 -> 718 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 9683 -> 9644 bytes apps/sources/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/sources/locale/es/LC_MESSAGES/django.mo | Bin 10234 -> 10195 bytes apps/sources/locale/it/LC_MESSAGES/django.mo | Bin 10020 -> 9981 bytes apps/sources/locale/pl/LC_MESSAGES/django.mo | Bin 2702 -> 2663 bytes apps/sources/locale/pt/LC_MESSAGES/django.mo | Bin 10070 -> 10031 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 8211 -> 8172 bytes apps/sources/locale/ru/LC_MESSAGES/django.mo | Bin 12208 -> 12169 bytes apps/tags/locale/de_DE/LC_MESSAGES/django.mo | Bin 3616 -> 3577 bytes apps/tags/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes apps/tags/locale/es/LC_MESSAGES/django.mo | Bin 3781 -> 3742 bytes apps/tags/locale/it/LC_MESSAGES/django.mo | Bin 3793 -> 3754 bytes apps/tags/locale/pl/LC_MESSAGES/django.mo | Bin 1393 -> 1354 bytes apps/tags/locale/pt/LC_MESSAGES/django.mo | Bin 3757 -> 3718 bytes apps/tags/locale/pt_BR/LC_MESSAGES/django.mo | Bin 3697 -> 3658 bytes apps/tags/locale/ru/LC_MESSAGES/django.mo | Bin 4366 -> 4327 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 4994 -> 4955 bytes .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/es/LC_MESSAGES/django.mo | Bin 4922 -> 4883 bytes .../locale/it/LC_MESSAGES/django.mo | Bin 4831 -> 4792 bytes .../locale/pl/LC_MESSAGES/django.mo | Bin 4850 -> 4811 bytes .../locale/pt/LC_MESSAGES/django.mo | Bin 4881 -> 4842 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 4819 -> 4780 bytes .../locale/ru/LC_MESSAGES/django.mo | Bin 6188 -> 6149 bytes .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1745 -> 1754 bytes .../web_theme/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../web_theme/locale/es/LC_MESSAGES/django.mo | Bin 1772 -> 2558 bytes .../web_theme/locale/it/LC_MESSAGES/django.mo | Bin 1710 -> 1746 bytes .../web_theme/locale/pl/LC_MESSAGES/django.mo | Bin 714 -> 738 bytes .../web_theme/locale/pt/LC_MESSAGES/django.mo | Bin 1735 -> 1749 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 1760 -> 1760 bytes .../web_theme/locale/ru/LC_MESSAGES/django.mo | Bin 1980 -> 2004 bytes 216 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 apps/acls/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/es/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/it/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/pl/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/pt/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/ru/LC_MESSAGES/django.mo create mode 100644 apps/common/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/converter/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/django_gpg/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/document_comments/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/document_indexing/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/document_signatures/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/documents/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/dynamic_search/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/folders/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/history/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/installation/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/linking/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/main/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/metadata/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/navigation/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/ocr/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/permissions/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/project_setup/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/project_tools/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/scheduler/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/smart_settings/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/sources/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/tags/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/user_management/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/web_theme/locale/en/LC_MESSAGES/django.mo diff --git a/apps/acls/locale/de_DE/LC_MESSAGES/django.mo b/apps/acls/locale/de_DE/LC_MESSAGES/django.mo index f8940c0eec47e11d42f3c7a836f4274a88e3c2e3..3d4af834d971441b2fd53927d72e145a4ab31cbc 100644 GIT binary patch delta 398 zcmXZXJxjw-6vpvWqiLF|)gldoFGXUVB1!8Dbg5vSRCFi`DoDUk3KBsoj$K@J$s{^E zh=Y*tpmP?{&97i_aP)s^rr){Gz4x4Z|E$D%J<0UqjL3m5k`)ot5TTSJj^H#7<2+8F zjW(|0HXh+FKBep5biI)i86&^L0zRU;_kwCpf);+|q$iUUKLkb8%)tXnNH3X1)u@6C zxPm1-#5oLc25+%~&!|3-pc?dvOZbh8Xyga^GOGS-`G&|8MT1}zTgX}QQ_s`<8pp|R zu!a%xW_geAhx(dr?(emn&C9^=b}mAv>34&Ax$1gV$6a?kx9oX!uNHmiZ-pH{Y+w0p Sw$Fmo=2rBOJ&tvwul)l$%Q12Q delta 416 zcmXZXu`dH*7{~Fa${j6=hzcT&poxUjNYEz2P?qY*Kt)c~wL@F!T?dh93=)a)VzBrJ z3?yZ-N^FM4X7DE%SZ?F{#!a8+`6bWuyl*S&MIUm3#z#P8TNBYmB+)5CDM{?WHEhQX z?86LBVh%HSj#+&3`_Zod-ohU8Cyd|=s=0SmcRY-ugrp(;I2;lgz!_8zSV4A58r7mK zPT(#M;TewOHICsUPGbwzyoc)0FUC<1i%g+`D&Io2e=oc$GDvYm(2b|aj9mJ>*W59adKvQewrX024M8D;attQaNRt`}_gN*f6+ n&L);(iRILM(!JMS-3xsuvT0VVx@i?svBScCdcFCn{{;U4Wg9&A diff --git a/apps/acls/locale/en/LC_MESSAGES/django.mo b/apps/acls/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>rc*5uw6sP4Ll-Xh$8*lZd3lbbACbnbr*`KN8S#tsipZ-W(v5BO;XCH= z6Bp6$6Y0VO^x`27;1Q1EDb8U7v-pJ>oDPW0;~w^46GM0%keX0i9tcd}GwJ|8IE=sU z#i4!?KAGgF4J=&1U1WA?BE94Wb&-45N7ROI7{Lz4&=V9H#HnEIe*>F9oIno4SV4V( z6V!puQ43w5jaR7mIyi>9jy4XX-isr>B;lSjZhjfH@v0kl#@$2_6C}#0Pj-n~s2yr; zdcS=!V|{JI%$D;`wYXCuL{Va+YZ^5R@jz@eT3Cpr%Bmp=n1kJHVU^ZSA%#aN zScr{~N)+q_8#^(jScsK~jfEio2N#z8G4BoYy_xsOLG|F zhzCQsf<3r^8EnBbbmKX8;RO!h4bI{-E@E#`B#CL9!(;Sf6FcxFC^aEdJ}C_252^ve z?S$ees*O7G$ud6`u!-|{gv>5YBvW2dUF5^@8&#l$L?YnB5gfyATn*L!Z;+u7qhMkf zPf@+VHL8K`P#tuS34BDg&&PCw7(*4jglgX!k}Vs~ddKPSq6)U1`u>p9I7E%c392W1 zKy{F}vypaxd1Co$wW4cUu29X}TNB&mqGpyY!z`3dt!V5SC9PmtcGjw={QZHc@%VH! fKBG@2>J|S}eLav4ri@a~HgZ`#nzb62fu!dTA<9F8 diff --git a/apps/acls/locale/it/LC_MESSAGES/django.mo b/apps/acls/locale/it/LC_MESSAGES/django.mo index c754916451bad3e7410d06c07a1132d7bc5f519d..4d18e9cce023ababb83d7966e7d1ead4dfa4b0f3 100644 GIT binary patch delta 492 zcmXZYze_?<6u|LgrsPZeK~NFFvv7(YcnvaCFwmxgB5DYy7m1l*5w9BG60Hpq{s9$D zNudxyYhzm!O^rpXLrYNKn{TMF3j|b_%Vxvn8Pt#$9detIlRRzeqj=)!XiDmiKL_w7FUSnh-DIw@qZ8;X5YXe ze8fI{!!&-PE*y(=2Hrwla0hjRL)3L#)bCDk0?*LIJM72Th}#K1NKBLX_AbPDr3>Ue z7f}~pMLj?P$FYv1*z(SwJYP@`{_gGD$S2E>XOQlMG7u%uUufbiD%1_OQ8&D3Zur}Q zn6a|FX65#awo~4%T6x}u)2E^%CTYH6d;JU3L} E5ASz93;+NC delta 508 zcmXZYJxfAS7{Kwz%*dNBNKhe>W>8CZ6GF{`T58dyt=ev4YT*m_>L3I{TQo#DG}Ts1 z2!YTfeSx4UArPVu&{k{F|I}UX?>YB8Z=81MC3N3)G#?xy<8F~55qZ``T-d`w?BfQ$ z<0{UMhzwvBow$zyJis6x;W}Po5?^r*10InCZs9PVAXjqXk){yKHJ=FH;ol-S#<_>1 z_<=qYugD7cQ8iAZTKE)I!*f&vu2A*4MOD|vY3yPM-_Vag-sXScBWs=?Q>YTss2UvF zny4B#P%UtbllX`e*thS$Y`;-0KExDN7epReW^AKKiX_4W>IpY7j@zgPoS`aw>g+f_ zU2}z6t(wyHe6d!j?=562CEcu8hFPqbddX-QWxZ%w^_r3vwo>GDc56%a{rPCWRK! delta 89 zcmeBX*~BtIh4IHkRZsPdl9B=|ef{*zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG t)Z&SGQe0-bhUN-}7FGt96DO^m?86wvQA<}}6 z=*4H8#aB#YxLu?P9n|wJ?8aRT<1y;}Gn~f{)V`=+WDfJ#inrK-HNTXEy*#l*@C`M< z5B8vkTOsU4Z5U;l#suo%LnOP@kc{$x`XMiKJ-3jV)%%yk?!_@rAeq0U)Fox6z|I2&QZUy=eQ@Cc{y z2DRZUSXpasc!!OZ<%~76pLL2mdwDDE6tgKa9<$?CENR&>)3#G~ynO1b`xl*j?!d`$ PTqu?^#(Je{YZ3(uz#(E6k$0y^Cw`(0 zzi=6UaS0b)B33*^b$*0>c!B}ELiPSVuA<%D>RZPZ>Qn5(7wpD{TdKldnk*swLlq#z zX+Msk59d%dtg$TMCaOT^NOox;8RY}jhkT=&YxT6wy*NZYh$9%oUfl9jMS9rm@L(MG zF^Jcwf;^x~{M7apBh+u`$AFii7)5pQM%yH+;Hh?PqMEaZYVHB5z{epr{4F`dX}rXF zd`8va_tldfP1|VJG)r+!%jC>#WqUGJ%xmSMp_g;TvX<9(^@5f&j7r+5B^-WdWFj05 fhGX%mnOezlSDSSvT?xIAspy$>JXosNoLSpHQ4vM~ diff --git a/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo b/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo index 4599375497cfa4ec36473600e41430722028d238..3362a097426316fe8e6681eadfe40bac52c1de56 100644 GIT binary patch delta 75 zcmeBTdCWXPg>mIXRZkVJ0RIqO=c3falFa-(U6;g?R4WA|14AQS19M$N0|i4vD?_7+ eJNNSYB<7`;CZ+>r3rgahf+m+TMo)ggs09FUHy6zS delta 92 zcmaFN+{H3Mh4I2fRZsPdl9B=|ef{*zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG w)Z&SGQe0-bhUN-}7FGt96DRGR9M2fV?~|C9UYeMmYNb$667Li=c?Y950QABjIsgCw diff --git a/apps/acls/locale/ru/LC_MESSAGES/django.mo b/apps/acls/locale/ru/LC_MESSAGES/django.mo index cccee4b0e2e92f749419bcfd13b32594ca7bdf7f..84131860fd68ca1e98377eb06e9389f55ef9701d 100644 GIT binary patch delta 492 zcmXZX%Sr-a6u|K#lIeKKE@;pqqmaM`W(*337Da(UhAu3MS~P)JAR403MqJbzxCp5? zh%RF7BwF_XL9`5CprB0z{l6TT;djoN^PM^0N4y)q@46a2mq^qn!Xv+$hzAG#ycog_ zjNm#RBJFaGVZ6a8KH(g`ViDZ|kt0081AKF|f+8d2mpFm9L1{>W;DtgKzmZ-^g+yjC zhpMse*upLHM@*xCNW_af$nIie1dBM1XE=>ls4nn~3+Q8eHFr7O=m+~0QWQ?nQjMqv z{-9dOGu+>N6t~IaIFEJ5HmbfJsvm#iB>K57BP8Ltgj3|3IELkz6P)7;g%)P;9sdt@ zcHLhCGg>y2(^o5byLwzM>1%d1Z^e>^nbeI%-85pRX_?99g|8h*+oeLyF7UZhYo@fl J&Ykw){R6M0J{Gzp~e=c zS_)}%kopgzprI|IIhupM7cczabI#%X&hPx{{!jmX-BxzlMZ8WCj!brlv|$k2aRE1Q z1=sNsZTNy7d_^yQ;T-f&+Mq6Znkg2fi_iA+|T?COze5a7JN`!VPL>Bbo!p zyPFFI(A-?ZJ>0~3tXjUKxwwla^Wi}p#RxJ=b}ZvKMs8pqUiqxx4p%8Oa0~6d*2UU> z%Wvyc$}sYpswUG$s&o{L=Q3&`SJVsXTtUs~Cwf**7mKAtu@Z9*DbYZ9(HCCQLd%uB Z^Pv({4qP!kn=I+cgyt)hYUj$M;~%M`Mm+!k diff --git a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..841ccc478ffff6da0605af8668143e09c156990a GIT binary patch literal 520 zcmZutL2lbH5KPdVbnLl@4bX#)c1_7i5SOWox{(|huu{WTdMy}hBeRf5fu!R2A^BFG zkhg@gjrh_521|m&*`0m;c=CMYaqRiY^Rwp%&##^>2A(he@td!$<{dMm|IyOnB*#Bw ztkjA_DmFqv5~qt`PPH};Q(MR!e>H{0OmkQ{S98V+=~m5sZ>cM0v=v5b!>aZ#lh!t5 zgW2y4uMG+3Z7~*(IP}A)kKrXoAw&_6&M-U=LodWRJ<7KIe{>i8{PIia5ln@3m>HpL zDV#PO#&^>x+>X)&z9;EuGW|J<<9V`J{P0p$G@>BPNK_nd$W%U5XID2}=!IdS3B%q!R|Qh MC^#KL)D4c_0QdKqkN^Mx literal 0 HcmV?d00001 diff --git a/apps/checkouts/locale/en/LC_MESSAGES/django.mo b/apps/checkouts/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..698fd6740917e1ae6832bb9e5f9380b95a902310 GIT binary patch literal 378 zcmYL^u};G<6h(_*%E-*%fel`93KGQ>RMWU6!cM9*tpuBCO$aJ><+unwgx}*^c##mj z(vb(BXW#d8c<|l9>>)?UF|v=GB5nG}5HGLrY@Pp1y?Zmu0O<-A#y7RIj7<6HflmZk zh+>xJSyY&f^8r*-)hoE$Rt=Pnk!YHiF!DwR9D+m#!$^oEv8AaZ~M7f>W5Bn!kLQX(WD5J(Uydw?KcxFC>FA_U3>Zsd?0K>S}-f6dGe zc58cn-PKjEUcIlXef_>eKV-O8aDN>4Tkm4*8Sv)2@q_EG_b_%Gyc?uG9q`Lw0*2sg z;Ag;h!27`PPR5RcXTgtv68sSOjiUVr;79R(1El^p!9(C1;Ag>qfF1DR_cC@8yab*C zzXLuA{tEmQ_%?VPJaQLfp8%f*9|0vu^F0sV5B?ZD4E_Rq7I zfDeFgf@FvPf~42s_j$cff%sz=@bh8tGDz#X0+L<71->8r5eQY-&p?{@Wsv6iB}j5# z1MdL;3X)6T0N;d<{|*Lt{{w{dz_-B-aPLFg0!9& zL7MkB;6vaaLF)G}kmkP!otD55qudLUv_qacuUu*_COkBBh7Cza#rsxXCk~N}HvspDCj)TT4u?Gj0YvQ;Fo6 z;X5Xdc(x;XWcqm`@zD*HksGWuPn6CxX+)mv3_ItRC$ElF3Qc_{T5Q?N&EVTDX_P>LRxzp} z%oa^lv<1 z#)b2+mU|pdwj`IFxT9>PESYOt@_ZB<5y_~9k%dQ(9$PF|v}BKRk!L1>ZhgocSH2=2P?@N;2)a(Ba$9fvt*}UJE);b9jsx`Wi zLUa0wIF%x*=SJ6tlzDcmO;Bqx+Xh)vjT0>guDl+wBdiO9Z7FrN;7Ro;(Q=ExS=>|6 zP-aUOkD0uR2ez&=nR3B*MXVyO^JE*Z2q4PI*4(cySLc7OD#N67S6L!87|2xWzQp)6 zMNVbumcTdB$zm7lY(YVw1d@?UtjkuW z?%_GqoJd9bIBH_5hDuMQ1Wi7XVlB?s=2fa`2R0R>xz4cd*q|miQ`qM!^YyDym#UVK zV#I%TmY66djrPI-jjnZdnJPeajD}(t6;Eu((vR~szxiC5-uhP3p%z@XIhRw3qgq!t z=P+~iW?5N-st4|Lp(U1|sus(%VPk38rPO>?_OswZ6nx1SzAoPoW1;zaZ{yj8O*t}Y z7Hrs|ih{HG&<0zk%XhMD)D6R-%69VYR^KFHYOF|=NyCK3hRWJp+J#HcYz60#@>HjT z9(3>W<#uN|Xg?8j+Pu^0c1{NEQ|&f72AgtMQQbYD-{aj*=dm`fg)a)51zV}mHWryd zjBOfZ8e)Fa&(A-X`i54aP-|%PH4)2ePYn||gLHioQuHtvLm6yIk#za9BcW+KTs#Nq zDpo=-@x@|^dwYAWjOJ4VdDX3Sdqr`@BAu^OUTw2(;u(4j7v(suXoHM8p z8oG~1FalMLa1;xrSKtwmTA8h0-Z~$guKUrP$naoY_YIvmy8QIE$|}{noXi{NsfYul zY=XL^NAA_GF0XL^xVotMBdff#w7}MPMWoX5u+oQ}C3d#@RAMZBlPS6x?6X2=DiVk{ zoMDtqMuv|>DtLl+sZrWwT!pTw2cF<4o~~*cRK0mZig_l5xS`ShOTrytQdHwH54owO zz52?!&GxTzD~EY%_}6mi4uu7NcTJ2vdqO8)5D?I6fNi+c@W5sJe2d(SG0XsYxr9I% z7~A;%b=t@2+=fEiE2k>c38w1dSQE$In8nKaYX64z25Z{M6~s+%}dD3r-Wq};c%HIDnrbWsdX-QVWHw^ zU8AoiBc`P#i7MRMa1QUcx?~Yp(Zyok-*} zf-yqi@!kFFI6)bAD4OX(X>f}!MfI7LgZx1WrxTNMsZ^9TKcA=%Q6j@W>-Cw*c9$RJ zIjZhhSfKv520J7UT)mm`?w_A3tZ8*f8SE5MQaQ*qs<&#%vfVJ2G0)p{wW+ndx3Hmz zUKnX)uRNaJ*{{9bk1fJBai4fd+##M2YjlX8^msvMt@*>)*%viO7%t#ZIj^k|ERpZh zu(+R0gNZ7wLr8q47jRo;9#SjV60sDVXBwB)Q*&+$?yQ$iTgQv~FW25z$_L|z6z-go zNVd?Is03?;Q47Lzh(Z=cB07bz9fl-?iF(y_`+sz2qJ4fG5`vNR2&t3C=Mt?GY%m** z*nKaF*;SnMhNGKazdwnm(`%BNtdg06RLMfHAbi^tJSKBwUK^SZ$A;r^(H(o z*C9YH3eWRj8?KQb1<5dpH+zbjVQ^;+DnmoPmy{0G8}c%j+FY{vQaZ1&J4*-9+34z? x&&ok;=60b?CRpc5yoXn-G*TYT^1b$Ti-Gnz literal 0 HcmV?d00001 diff --git a/apps/checkouts/locale/pl/LC_MESSAGES/django.mo b/apps/checkouts/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..505b5ed3a0444f2b32d9a68422696b1cb176c09f GIT binary patch literal 562 zcmZutO-~y!5CxUf9((R#4iqJ79or#@)MRN>vXLTX+bCIjH;LJ}+O=1iasC@po^wl}@Ct*NtKI&B@TV=mR+x5_7r zp9Q&cN(L-TCNd}iea8EQofFQ0bHPsu8!(1KvQ&R`Z2uqKnHZdZVu)leeISLC##b^} zCt!L#pTm!Fp1~-~$Fupj@no{hR;x>tnzEIpB88H*fQ7BJ-$LhQ^xbaP3$c#ARd@Rh zn&(4!+C1+-)TZ{ddZ|L2iguHHmS=Bg;yspJSre4OneH20E~vYJN~z5Sthds671HZs zN``N`*z;C7l9{#LXj2Lp-stc;t$?OV7FFwHMW)u(UVv%#U!R^{U@%6~j!9DvUx5LJ lKXP`N_Tl7YZ;sMIG&|AFMtJ3ihrK^)SQm3R=JdPC!9Q7Hpy&Vq literal 0 HcmV?d00001 diff --git a/apps/checkouts/locale/pt/LC_MESSAGES/django.mo b/apps/checkouts/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..011983fa96183696c37a9cd651fbc9183b6e8b0a GIT binary patch literal 508 zcmZut!A=`75Tz=oJ#y}0D)j&=6Yr)}q=r-tWFtk&(kNMaH;LI8?b?<-+rWqLLwpF| z(piGw(kDIHmfy_0H_r$Ak9&*{%umcO%#X}tW`_aui9dhv*=gP|5AIH{2&ZfOqeC># zN+{HWvXGC9WwOxT1;Qd$W{nqZ6|r;@HbhL~v0Brbxh{J zOS}wP5x2#$A}yhxW_?UgF-sxKWcCfylQd-^F7#j1jsK7CyF5Alnlh4^iiBlQHr9$< zkTAKP&ERTO zIl;lZuA6zQ1Lk(+*2Y#61~-P@982(&%*959QcU3+DFL(>1~f8`7E zEuDoZx#UStw&gc(=FQ9JPyZT(GvWpD3-O%zjaZ{ce5TJIbk>?TEUdYg8;`Rs-b(9~ z(Hs)-Bs9d6WECuBX{^V@WonD#Dsz|`4twuQ&RC}WzPf8~Ou?*i!YX4~QP(o%TqRww z_?_a7mBN!PPK1{nI$_ko@Cu_4qKHSA7ZeGLi0TsV)Z724&( z8_Qw3p3mXeD2d@`oQ!7k>(OMgj9056Np)6UOwSLH2ezUDX_ z4sBnXs-1j1#wkx*ajZNALb)v*%U>;7>HmzEtQ91)Bz|98)DD9iqrKEL<5Njty?pen z%!Sf@*zARM(ht_@6npQwy6sL{jP=HBmCiWy?v#IshFE6 literal 0 HcmV?d00001 diff --git a/apps/checkouts/locale/ru/LC_MESSAGES/django.mo b/apps/checkouts/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..962a93406491aaf50be44be1cd3f1295b85804ee GIT binary patch literal 579 zcmZutO-~y!5KU<>?6Kz_rV=2c*0CK@5loggB^xPHwnWL&yGhK(XxCoZ-UcN8M*m)a zOJ@^4E{yc#8Tq}LdGqh%hrcb1cZg4j1H^m8S40zi#Qt8Zb%t-ld5M{`cWN2PWJP`} z=e0EgQu!baB%^c@%~fSxAgRywiu|l|PckcD9YQ52&2?DUH=U&|sk2@>Z5=HeE!E!F z%15)Sj9fY;1GXh28I*u7<6Xi|31`5$;3tIj7(*hNt3SFK{|4`y=$(FH7|~SvKr$zd zFJ!Pz!1#JPgV9jX+FioaYG;C|Rq1K*)P}m6wxe{CCa-tm9Tr_$6O_TF9x8Mf)P0~;A++T;TIH#)qmE5Oy!tf-wV$k@8l3ozBT^zq3#?9%wy9C8-N u9FC5lN!jO^bNCJnkdF05+*zC#4pZn`FT}|IjL0+>A8uSIeN+YxswGLe*gg5U?BAX delta 71 zcmZ3?(!nx8h4I`()h;eGT|;vPLrW_Iqlr7Ec@1?9EOm_y6bwwPOid>~6qj%d_3=^g bbM$ppuyOTu^z?CXba4rC4Gx~H&G-WVx1bZb diff --git a/apps/common/locale/en/LC_MESSAGES/django.mo b/apps/common/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ddd2ed7a1cbe2485c9c7b5ad903e0b73c2a612ed GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?D=`r(8Y(NexNc+&61`QZvj$tz6{0`Hzvpl9TVmu* zp7hY?Yv1qZ_~^TXIY3U3Q{)giN80p}AzohN**gE3diSoE0n!yLv~P^Fj7<6Hkxv9! zh;o(|c~t6+^8sX2n-$z|>jo;vNHi@f79>iBbV?rsT6ynP`MiENA zGwtJl-jm=Z$N~~h9ttMYv*#igQKp&zl~=Y|tKd8%<9U{moJ&ClLh>{l@+2w6Y<7pL zt+%SyP-*qSNXGNYysbRQvf7KaSZkXmn`@2QR8w1PK%zcW5UJztzz%F?l9?TA zLD&Z$8pQfwP*g;0AA|@(OQ51q3`A(rno^O)zT`n|DHU7w!QzYf{q3Gg5Bs0bIkP+G z@;_&GZu^m*%F>$U?;2%{XeY|InE7~iITy;y4Q3sp#hEuo}KSuhg*jM$6okE_mdE{fKxu}D4IF3uG@4Fk#?!!UUgrCI@3~@8Q zjd$Zo)I=6hYgu-OSt~Z+ZP<=YjBgvL+{2A723# zb%ognwA)b`IEnXS75niI)RuHMn+@O=)D|2-P4q3SXhrW((TqMsrDzsc;n&!L=TII0 zihS%}E}GDaO#Qi5R6m=Lx!E?PNPzG#`&Fd z5jDVh+=~}*HLmBf6MJzxPNB}kC#Zf-IpW@;f(_l2`AnpU&5D zGwt_r3(h;Qp!U9HjoI_qjoPX=P>1eK*FJ_?`7COnFHj3uM0UlhsPTTTxXNYJ46mYA za2<8HS~xj6Ob3xg+k2>qeTrJ)BI@v+M-6ZdwT0K68TRip+8ePp0cX`&S)!snyM)?; zKT#{n(aUMvfm*Saq4#zzK8!=C!!?C{n4-2|7PYdUQ2i_+$+e64ApVWa%{oXI3#(Wk zl}>Ivhg#uls2@x_KSE{ZII5#BQ7QZu_1acZdwLD^+&{?KvL^_t{}(N;i_j!hwCGX2 z|4&m<%Cm&ZFtM9>Kn+)v(wmDW{5bIl@fa~ibQ3Cr#3o{+8Wd%VV^e$e)P9P1lISOP zGJb7!yKsQeVN*I)*oj(E`t_D5J6fr>L1#cEM`&Ml26_m+UMe~pdx#D~+oYmbSebi> z*h{P@0-}~SIiw4vmtdP}e?Hnv?V}23vR1SWO8t&{vv$?q>Y&~z8>s9f^cLv9W$Rp~ zVX$FqJ|CrF*}O0c4^2dAl1&poHZLtlS+6h=gxSeBn)Ksx;3qTV&4=11y(Bpp#Ra=j z$rin&ICG}?NYhYPt|yzz4d-$*2Quqib6~i)Z|-pBhsKe7>W5{|(j@ibfZoG}xiFZB zOalad!7KPlw&2%C4U%%~6{0w+iA*dUEeH9TV%z7V`6%Rz#9uh!SuyoXB~OoVz4?pS VpGy5WC`4B9%U-Ee@7IlM{{fE8+!_D? delta 1673 zcmX}rOGs2v9LMp0WoD+1ud;`au`GK{&5W;nq?M)!QcbprXfcM-NRHv7kjU9Y6!e0@ z=%qxPKypz7(aKF!1g#7gEvyz%8=(hLL=b&{cdi}ge?R9w=ALu@|8uYS6We0%a#Kc) z)l~UOP83f!F|Yk zV%C%FSTFL7okD(ghJ#)Z!vlB~b^krC#!sjTFGw>h!D1}OMl8VNsELfA*769K;}cwr zuQ8qRZJN$XF3jRm{D~S!Cwg!R>O2z})ACUhD8w$T!6Lkkdj2UE;}j}WvzUh;P!suq zTG(&&FutXwn;pTG$k;ZB8t@$I59g6*?Ggqs?%scnw>W=|%E0kuW~=Z5R^mNWNoKGL z-=a$3$w*GL0b`oU9y%TjVLpaYFFK9<>^cWcU<~#A15_rSAYiHQ^!#QAV0wTRr4o7uva?7j|G99>Q$Ai;Xym+i(t5^EKSm|8}_6qbAUZnrIuY zzz|-<6R6UBLv6laSdMu)rz@x6mP!o)x7SNAfcr8Xpo8>#QILl$DXlAA8WCpdlI#2`jpmuS;>qVU4eB8a? zPW|*;$n`L)L}643PNEj{5MN>}K}Rb-%UhM28(52vQJZHDEAT6-1Z6B&E9*qEXor!p ztp~M`5nPXBs0BT9@4s>VjLO6xn@1EcMB-(@Ht6CG_buJ6Dn^b-PY^)Mv|B z8BwAW+D>9Gp)778)KnrhZMqFk&#cu|`@&g}zJU4GMyG|?m^hkRothc#iw^hp4GnmQ z2DQyIhYeVLbo)xJQDH&9#W5BmI-et-Ib{l0_Ury~QAzNoJyJlI|54f+Gz)6W~& kQCCr$$jF*b^9&6Ph5I9Y-f;9;A{yz97Zps#zZ4Yz1C-N}Jpcdz diff --git a/apps/common/locale/it/LC_MESSAGES/django.mo b/apps/common/locale/it/LC_MESSAGES/django.mo index eea031a938328656f36daf11dc6012dbab46d42a..034e20f73013988adb7afb7501fd96f6f1fb3e10 100644 GIT binary patch delta 687 zcmXZZKS&#K6u|MZzjVRBIKd?t0nyOSe?^>MqtCZ_$nCJQGNJCXilms|}}8ZsZr1oyAIe L-d%1TgqN&q0hU@; delta 651 zcmXZZPbdU&6u|LE%dX90{mXxo)5b1C+p^2SpK{{1Cy8cH(zdI$xkyX7aNrn`!{didvg)o4Iak}b7uu2FQp>=BC=B^GKzOti1p>R zO^&VTVZ9B9u>(0ODb)9uupQ5_3ExoT6ja!{u!OlAHIBbRa#GKrfrU7R(S>W+fEyUZ zBMjh!;~&;B5BNo*ID{H-5jEZ_7U4c>f(KZOdGz8H7UR7?XCHia7GBZK#s@ayHzv?m zDbj*-sDU?8E8Iq{@B}sCQ`GlwkXs&k&;znob1MMG90{{R3 diff --git a/apps/common/locale/pl/LC_MESSAGES/django.mo b/apps/common/locale/pl/LC_MESSAGES/django.mo index eb25795e6a436bc1538f3910ece22a8ca8c72b6d..101942a041c8cd50bab5a17922085f294dcdd98d 100644 GIT binary patch delta 661 zcmXZZODIH99LMp0!!R@6gFNyW*?5iSrXfR7EF`65gDkF+L~h-gBxF{z@<_3uY;5d^ zMp?+lc9J4RN|ut65YmsdoF^F{h_9f{@E z@y_u9-Q$c)BoFNN9t#UQb|TYwG&MubjK@L^Wn*I_N-29Q zb<-3nQc^aOk`g;RiRIY%pWIuw-*?XKJKy=vz4zPx(@|IYH%DZkgjYm@Wg;V(L>Fcp z&mAu@pZpcp;w|dFSL{S@xkwWZqwb$|j9>xr0(vlxx_`Y~(o)D`mqarjU<00^7JNVh zv*^W+3XyIcLM^z0n%{8ZeJmwDLT%&(i}23*{)l>k7bkwNNQ<~he2~yWUpR&CN|8pK zLv3&iwV@r%MH^c%gL(LjdZSm=27YiFrRu-_4C=v)sEx<57*lB$Ar_mc2VLML-e4VW zRg2W)A@-w<+Q29F;x`7cy+(w;C=;lS%%V23iaOD4Y{g@wv|OW3rt`^3yrE9w8ySLR zow%54`fFkOZcaJ? diff --git a/apps/common/locale/pt/LC_MESSAGES/django.mo b/apps/common/locale/pt/LC_MESSAGES/django.mo index c408cb5dbed6bbce6f16e74d043f740e93067601..54bd7a2a0be73b185b284b477a9b58d5a9a318f7 100644 GIT binary patch delta 692 zcmXZZ!Alfj7{~Fa&DBj^-89ox!AV7uZOu8D?v|z)7@~r*UOX5h3?XbgIlF;~uvY~k z(Eq_pgu)^eD0tEiq8=0v5>f|2ym}Et`aaDJ1E2SOX5MFh?>j5;ukp=PApiS;$VItG zpNQ;Ki1gwe1~6Ia+3VYnkEjpgI~>JoT*bGzjwW7W6V^q%^*z3?F+{x&wa-vQ^8Xu* zQ<$P)V-R<-0r&7Z{>64Idn^*eF04ljdvFnpaSLm4+n=9cnE5$I@d`D-!zvN>Eag>s z?}Jea+Mo&bg*I%&mpFqXs5{y~4S0ktc#1`MiyHVIwNE|AqCuYF6HMS7j$sMz`u@r@ z&;`e+M{Q1gve?hQ@-QX}La12{<2{q_q zt8~Q5=He;W%4E}4&T*5*gfnBiIR~?rJL?#4T(8jKdWDXUPG-SM+Y5!C;j2K|m#pn( PtWWj}!!G=YoCN;?YK~ii delta 689 zcmXZZze^io9LMo*Q>`(WHrg70RO$nY*d|BsB2^RoF<2DQNkj)hiFhr6XlP6dx@6Iz zQ0UO5e?wIiGl@7wai~&SGC1ib?ILt>aq<0a?l^co&-d>6-sgGli}l&soAwocJ`lO8 z6B!bb-Nzz>c!NHSKB@THGlsR)-{4yu#;3S}!}tvyyufx0gevP_d0ObFZlm^zhotbo z!3YJH!Yo$f5kAKfcH{)6X z3Y8CrDQJT>)E7Fi4Wqb-;**F>0SO zc47RV_npQ_IMfnLk$Gfq5V$G$EEO~URmj-7D& zBQ{rHGP#V4i#WlKdf@bO(`oGG3L|N6o!nPt~3xh9`W TrBmz4rA#(zT&s8(Dp%hFjXzn3 diff --git a/apps/common/locale/pt_BR/LC_MESSAGES/django.mo b/apps/common/locale/pt_BR/LC_MESSAGES/django.mo index 74f70bb1c2bd452c42786896b7dfd6ae58c5df3c..fbd8c090d832a0b7faac45731babd464173ccf1a 100644 GIT binary patch delta 36 pcmX@EeO!CPcOEWtT|)x}LqjV=!^w=i3LGGgsgA3Rz=4N&8ZuVf9(eYg?C|KV zC^QhN(V#;ex)j0a5FHCoozjB`A&B%ZP`vv7^*qnz_4|E(&-45JzTfAC{z3mz>~><^ zB7X)%Zi|R-P$Y*1B$ge|SDr1rNZ!Vm_z4rZKv=>@cn5!A90!KneXe`z$daUS6!Syk z$P|Mz!3jRc3%D^X62@)R@iV6J2=8KKMC2+y#zox1F+9W>Ji{K01>JlaCz#(tYLyE1 zq8)VH7oT{+CaN1gMfE`oEBGDNfs-K-Kjtux_fc)s#yNbC0X)DM9%BUiFNwUt1gZjm zdhR(4C`$gK+V~V#P%gW92}4~}idTp?>6?yk@gDw0A5O5SIuXZdw6PE0q54H1QC(yo zui*)1F+E1#CK;?EXNZI2_!?CwzIyXrR2Th+|6AO7=KIy>zme2tqneh{w4DcmaM7L4 zXEZ%A%i}K?O*>h%j7GC&*rt_w$?+ti=<4VBo0dC;>3-l z+;DJk63U%i9o+Z>ynlA)^7{QgGxMA8_dDmtzHvS7uv`w2PnSrah2TRQiIGDh$A zF^p%ZKA2rB;>0!_KtHO3wy_iU(2WmRkFQvbKX`(LCCLUaZSO1=G$l`{4*tLi{Ic_4 zsYr1Oonkq8gt-~Gg(G;2shGu0HHjQ-#wpCi9aO*Q097IP*nsaCM8AW%)v@S7z9C_( zLJQR-PVM~_szRUff5bPtsn3~C!`t4awfh6Q?{M1f>GpZ`4ox=#9Y%}J%8cCR1cR0S%r3dHDNVF}seDmfGx&HunLr~uU diff --git a/apps/converter/locale/de_DE/LC_MESSAGES/django.mo b/apps/converter/locale/de_DE/LC_MESSAGES/django.mo index a869e039ab656601970ba9250bcfb9bc059cb442..2bb98c596bbb523fec1aec7f7d87a3f2d0bba8dc 100644 GIT binary patch delta 75 zcmZ3?@`rhX3ge-Ps-7xb0sbMn&PAz-C7Jnox-N+&sa6U`28Kqu2Ijhk1`39TR)&TX ecV6Z9Nz6+xO-u*MrliKZxK8e6jGp|1Q5yh;%NRNU delta 90 zcmeyvyqINz3ggR(s-Ef@B_#z``ugdaB^jkjddc~@`bGK0iA9FVTi#wdQD#Ju#<#Pn1vg_P8I7uU%b7>&66 diff --git a/apps/converter/locale/en/LC_MESSAGES/django.mo b/apps/converter/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ddd2ed7a1cbe2485c9c7b5ad903e0b73c2a612ed GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?D=`r(8Y(NexNc+&61`QZvj$tz6{0`Hzvpl9TVmu* zp7hY?Yv1qZ_~^TXIY3U3Q{)giN80p}AzohN**gE3diSoE0n!yLv~P^Fj7<6Hkxv9! zh;o(|c~t6+^8sX2n-$z|>jo;vNHi@f79>iBbV?rsT6ynP`MiENA zGwtJl-jm=Z$N~~h9ttMYv*#igQKp&zl~=Y|tKd8%<9U{moJ&ClLh>{l@+2w6Y<7pL zt+%SyP-*qSNXGNYysbRQvft$E@LytY}?n4`MD#?;jED zXADuONZH0ECZfSIC{0koi6~^j3=Cup6=9fv#wcn;SO&d6o&%TrI_Lb(@{r0g?I|peim2Z56I6R^2ZR%kC`pU z1Zv*hxE53RBA&oPoQ_#wl@xxbp#fLcm=$3sYJqog2@c^h9KjHtK`k(et8oTP@IP-+ zty`cT)!vB}IDl(#7&qcXZD3YF;cptA!6kKWfkrH&{w8XI0QuPo?`R&!d(0WHEsl-!kegrO`+EPHK3p!Wxn7}T7{Z8j_dGs)C5CFSG(+=|Ax;}&#QMQ zjpJhKU8pO12dnUXJceVat6ER|wXrr_fWb}*VG7;26hFoS9L5lSi`jU~w@={;>a(Z~ zWpZyC*MQ5g9rN%l)K%`s<#-ge!IP-*=a3Bq_9F%5z-`pPN7#h9aTnTlZ$E};KaBbK z6_Pe~1^L-5e??f?XjYC*sL1xB`hV&@<-LdntZ$PPbb?>}gE=gwp0mM4q8t^<4Ooc1 zs1qDQB~=>L|0iK8LC&Io#ZpUU4fm^6} ztD9&&hIp{a+l@+|L*5b8Nx$~bFMIEyBJ&R_SIV}zoajIuupc$gN0^PDqvjb6C@87M zQAu+h74n~vLp+JEB9S1@ny3qFu@7~kF;vJWP!m2xMdVLZM6;UBbj5|p3u2Y1`S)NJ z1|t+ID13n_yoTCPU5mT39jFuSM`{{tWC;)DPI delta 1922 zcmXZceQ1?s7{~Ez(doD{OV`%fac<9EYPqp<_M)k$+MJnfYntI7l|gtWW1hjbcFqo% z5>FAXBG#g#Ou|1R*o+YsPI_@;#3U?O1?BulK|>OHp&2ZYA=UTibHjnpeLv6rcHP%? zp0TmK*|EIOHiZ3ad1hbLnXNUm58`HRID^k%sNSpypT*~}A6Mcz_xwDrqyGo;v-}1# zrdk3Eu@|-OtN0+Ez|D9Ti}7ZI`BqJ%sL^Z-He(bIqBhRqy*P<$a2h@Q0ky#*mSU*M ztOTo^t*8xNbp3-^MgJH+fM@VAywc>GMQD_6Fss2$=wTOD;OnS`Cy<|=b>6@-`gI$F z_dBtLelLb`5?A0U)VyiT$LpxTmQnkz_8$&TRD+6iH)`P|K7_BK7MMil*k$*=aFbar z{f($dlXwpvMy2R&T#v``U7SOuY7h6XgAL+c=pUj{PGcBX<3||5Gw9*Z7{Vp@d>M=A z7mzO_$lgu-=O9%AP4a6Pa3L$8>oq1!fYGHQCFXKj-p5Z zV=Tb$kvg(pke?Mi5^T5&E9s|DxgJ4{pK_jaUc?Cd+ae7`u;S5RU=-KVk6{EmP*=Gh zi*W=M!AVq6&7#I%#S;7v6-Wscri0X?iu7qDd)Dt9$8z?!OEi@0f3Xv*n}Zt}LPc-_ zb-+1PZJbBte#t%eT7sf$L|t_PJ=~4T@gVAkUqSs1$58>yqklJzt29&;f8#n_Mh%Q? z4X(Ha@1sA6T4)$G?i1XB^Qhbwv<87xq7KrDx}h#C#WzsjhY8g8;zBF;uc8T)aBUDp z%E02Ne?tnRc*ymSVLAN?=eMYv`5kqjo5;7!qK^mv?>1C_81?=%^2xBDkStkfyB}<{ zZF{iL9`tz8?HooG&q?PrD$*a_`^!#yBDk4yRIRk5Y9fOQa1^!9hZw@oQR~e3G*ndc zsG_-ss_K7`V62+^)lKxG7CMYg_zo(fIaKXjK`og7WDrO(>PBl(Dc*|um+V5V{}$ek z{xpp$8ed};e?=YWg|;APSyV(vQAIP0iev$g;BTmd478iwk0YpY<5-3>sPUIjsk-i- z-_~)fMtrNFp_6aM_1K1*m_{A!J=DZ6oZq1qyolOx5i2nKRPek8!}Oa`H?{-sz~@n4 z#(k*yeYc)h@`-f=-o!h3F^Y=leGK83Q|+t9%c>6y4ZW0z$9qyk2eMtU{R4gR^gt$= zP7S2veaV-T{qa;LlkLvr{;G@S>SLi$!^?9vLT4@ zRM-zR@sA0^AAd|y|8bHs&`81}3KY~Kx)2PDM2Bb)x%I<}-XG3^%YB{iInO=kd(QVf z_u}4+V|z1BmS;zU8D^g*&EjUZC}q}y>v1g}!UFsq*JG^G>@nPo>hHp0{22Mz5x#iT zu3K$B&LXbGI(!w2urIX8X45!D$3nc0Q*la_Tc83b5wE~Jd(zu`wSfYRvdpgZDkughx?3 zyMXoh8)jqqe6t*^LAq=)j>9deliQ9;us5Qij0R9Uy@Dn93o4;U7MRhr5-i1asPU~h z5BpF@`7KVwA2Eja{rI1FkhrYYmFgQ*VmDExj7Df^;s>acD4;;fY!0fw5wmc!@9#j> z{6kb?{ixp!V;+uRETzNX??oPoorll>d@e9+*m@wQ+g>)S>e+Ch&W_yps`2e1&&plUsY zML3EDIB}8Lbex6S;VM+Zuc0=w9hJx~)Fu5K=invpA6Uxz7A$rHO}Lu)UDSzuf!e`O zs01Hf;%Z-rapF2ue;Re^-a;kPi2?3F)%YkD<0(|)mr*6Sjgc$(;TDTfD{sNZc8#o{Lpw{`WDRL7H(-F`y z;vKilWjGgg)Jsqky@Gn~9q%sGi4EYBcop>){DHV zb|E>~AykI9P(K(&{-rHvg*$--7!apXiS?jPnqZ}?Z7uF2UV|#d9ee__THJHRSVCNbs&N{X*xSB;8|sei zM-q?hBn>U}wSV9)mJ!ERxgVyyji?DhcT1*w2#lCc6u507FS==ub9a=K#h!mIom{r1t+l(Ot24R0wY#l8sHzOBl9jc| kurdh4`Y`OxsW?A=b!%sPPis5F9o@Y{6&nWYQu*=!0fJl9@Gsz^;YHP-uQDe+Ehcaj?m&$n#3-IdKK2t|JYvr= zAIlQKx>fip{q;BxKf}p5kTBn-(YVP#CE6@DgCuH$_wg0{0LS4+7{k4&4bEX94q^l! zI)}|R3(=3E#w&3OuED9;g9`ZQY~O4wjb9j01|FauusQZJuqdiugM6&Xc?h-Ob=1k8 zU=l+WX4&{I=3pZ-Wt(sW9!4GP7%ISvJ`F`QggWWpScD_z1_8Z}4B1jF#%-wiBRB&G zP^o-`d6@YI&*B8sd=d8HN>r)-Km|6OI;fO>9t|xVMrC3FhVUIX-ilfDcewGrsD-{m z1vZF!?gfs+JnEQ>C8$y+Fdyqs0XE?n>_7tW?PD6c13OU~Gs?=mdRk;tYoAU&avLLDl*hPR7Xm zpoVj?g#Iej3AbPbKSv$p7%GtSs7v}APRGBTg$oFd{jHXUCfcwL_oFg$7j=T{w}JrU zsM;??1-QYD_ns}jU<^;9YJ44|coQe$Q&b7YEF}NB3}G5EoPyf82K9QRaRMH3 z^Zlrd{EAEQPgG6kED8=#jS3)*%Gh=+#Bb5VLDag>P$itcnEY#l`HO@1zaI4#e2p6K zbNzG9%czqKp-T1y6~HhqOfil}ZCrucxB)f470d7|tibP4`#i4l-R)%{#z5YZz;aZC z^{7-gqZaza&F^!bM`dgXU&DV;Z^6`Rv(Y%uS%WIkYSerK>Mo^y8oDfBpld&ZE$I7QMFx@1suo6!jK7N0lUJMNo=-%v5os zG;)|IK`lH3N8pnF%G^(jrnPo;ZAp4wOIufKchk&`?P;&0y))I(*52WzQ(IG;y|&KI t?&i+kOYwr<|KeF$iOOX8tloR^YrQ|rY#3RW+T7BeYH3c!`g6Td_IXO z!9sLVPogMUgq=6%=^wf^So0Y_&KosAQY4?m|cvS zHJaI3+^hy8*UfmWfu;dFUB3?#^t0HGvv?Pmum|_B8B2H@qb!=iE==JR-oQ^-jhl@Y z*e!xR2I}z$wZU&}#R~G6*YtlrjaTT8U=p7qd)X_zhj|>t9aJJ^XFZF0^dF%T8b^Kq zF%g*EAy{KTC;5RC!_J%`(j~MeRD#{8`9ZviPu%=VR7Dn$$F^yd_#w982`bSryDG6H z>LBTWKnVYxdl zF7~%Hfl8G_=Ijmf+w3#y5`9IL{1maI-c^t(OZ&-i}fL+pF)SnkEl>)gzA#+#ojjKn93 IJMp2KbMVAj1^@s6 delta 902 zcmXZa%WD%+6u{v_e5Gw_tEsUyTE|CyG)`xdMKvQB)Pjo^+KM751g0gV1LnbGQYs>Y zJ4IZStaPJ@e?V+SK@c}8F0`T`KB(Z*rGjo;6n_T>CilDd+{wM?o;&Xfe+um*>%wGA zB$gCO3BPS3U1%bY-KhzBp+eP-^5E7CzsPjeKjCI_BA+o33#e>+!Q}_inku-~`$I!s@s0q!Z z{{K;bD6)^vTLOBLUq~?|MVjg`5|R_B30#Qc9;O*zi{|g3R%8iz1YBK9K=ODgzd<$kui3gAf7=z=>lrP_i+=x#yqZIFUHwL9Y6zz@c@oT zV?UY?TXcGuco+p9W1R6T)C^ZJi{DX8+rxe7!e>#hZkEQt>!|BIK&{jgcH>KQ@FVIv z-JDVnTA(@14N8%Ymg)xbj@(18PoATGM4wQv;xFpL9RxL=rqPlfM;4N4)cLEZCBKaw z*v9qv3^li&IRxPj5XqFnCQ|EK-bnzzEVF8`V z*os=W6KCU2Y{8>ghNG@|HiyPj23j$eGMk34pk45+iYMo&`hQFaowX4=FA2T=}y+InP@fWB7uA)-<2hPBpC1ztWhEuT;OR*W3 z;YQSR87#vSr~uBP0=a&42(4qebCt)f1 zR%Yg+O4Es9%wP;pp)&gmPQias8wfS{R$+|uXRB!_qBl?r??DGYLOn2yIvba;3?HL* zRLonIxj8r)*J3&Lpfa!<=ivvadEX)z&3?rNnBPQ(dA}{9p@EIqhWk(%`5Co?C#V3U zOZ}9(IGuhwYJ5B9;d`h+4xod_Q8oSnm64x<@rS4llq{qEinNl34n-|SaXHS#G$!x> zYT+z8cm^AbLu+nDouavK#;5t+eLs7zeN5*$UcXMdwIQ?trHWF4s6&V> zRM4o!UhGEg^c?Ce+(MmNTjOUafvWvV+>cvOf!qnkUs&sBs2p|rt5GHHMg_J5XW%~M zjCl4L4Mlz$bqg*96Q1Bq`r&o{&YMsRw4)Y$1)rA;HE#e_ny+yT{)o!lWzHgQZ^~GD${k?TgD(R-; n$;ELu>9}s4>mFQ^7%6N^_icSMy_LVW_aA(m=o;>>DvbOO0ZrqF delta 1922 zcmXZce@xX?7{~F4rrxU{n!i90_yXcJ?Q#J@1i}yr^~TE9EOk0}u{$6|lnYbm=2vt? zwKe}>mj0p5Ce8F89gWQ`V=Xsnt+{^uQ96~)Y%R^Tso7dt?~mWJvAxbYoO{l5p68tJ zmq*inJDPT`GUQ)LGrJHq%QdriVrHvx2w%Z_ScDB_X6tb)X5eQy2fxBR9LI8ejI~%s zXEts_t=oqS@Hno-OE?$973N!nMp1=X6UH$I52H3XgVXT~oQdC|hrhW0hnAS-)6d8G zSnq5_Z7_fe;3O)5i&%m`BTLwnNFAHqP>p{;1@H)!(#bVug}4wWVjQz^EzZIY zY{31f-;Ls2{1z3!9aNxy;~dQ4Vobww)ch5JzP(CAktW@Q_pp)vaa3x@o&TaoKZiWe z#5z=FUPhIs4|8!8i}4yNv;SchmOK|6px*f!7IXisi-sZ^L@hjo9$rA5_$umd+((@- zkKJ^lYEV_3-kw#g0b#}@i$Q5pFQbpr4C zAi!oUpuZmTagQ7S07LXYK?QOiJ-m#n@vo?iJaFUL4Z#6w&{w2uY3NdH!2)c@h4?m> z;(64<)@j}6td<|aRQ zHisC{gcGO*Mw~ZMH4ncKT&^P2M$1trU5A?QqfT}j`9#={sNYQ`JyS7)%5)V@#3t8| z`!qChgBwVpB0Pv3);>jL;t|fk@G71T=AtsQ8Fk6_p-S*E>N1a@GCGFZ_&V}{>@I5k z$m$>ve*=vY2DV@l`!N^qpzcCwO>k=?s0^(`)xHz^@hwy!8S!9z5h_C~QGsnlmAD@j z*fA``v&bFs?Hd}3{1)n2+;`_R4E&%PIzElzu*Vy>w%GOJYY`Z=x+( M>+Kw_ie={g59xsIwEzGB diff --git a/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo b/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo index 6474ba5b95832bbeec269e7035986f26b234d71a..e857296962d365de5c71e560dd91b3e2d1dc7c0e 100644 GIT binary patch delta 1884 zcmXZcS!h&O9LMp0s%eZ%tXXv8Op=KvuARx;Y2q^4G$t;ITDQ8jNht%3VyQ9ch=RfE zgKb|*Bc>z@B|a35T3lcd#RaLYD2jDKZ~?U{XdV;7|L5Gf z*^zOmBjac&%l$jU?AFI-K{NX;YF3XYa4}|7m<`7-a3y|+gYhqa{2CU~e~K~89tU>bFl=db|pp#psA+mEbR=UN^O-GOq{!q2f5n^2|Q<9iyz^zUFE{*Mmk zPZp5aUGI!eF`%=0 zfQqbNop;s&RO#ZV=M6Xt*P@PS2P(r8sLXnC2);#?dhkr|>j|PZE=Ap;O4RcOE)Ct{ zuaUj29hLbF)Pl!IGWH6KaLO$2PAo?qK^v+PKcfQgMg@>YF1r1RdjA{D#3<)ihLzZY z?w2%F+KX6>y{J-V&G9mKP-kC{3LuFi(Dk2pq1GQpmGmD}K#%%D*{px&QA z*17gA4MnsaweW!NDbx$Epf-GnD*bDJJk(&;pMDILc@-+dxu{#e2(`WmKg3ql{7smR zZCI?CKhnrzU~jrG=Vfu(z(os}M(Wl#CsS+IwM1qnQ_YERJm$nBvB?o97IvJ3<8-Wu e+#WhV*|K_Lay5@zQ{U7s>4-)f)4QY7g6{!%#ow*~ delta 1902 zcmXZcTWnNS6vpw@q!)_V5exJ(v`i^2Q0QDJ7dx%COc877gBZaAH8_x_ElF?FnHY@b zVC#d4`e4RLLP<$zzz2npG?oxjFd^lEXuZT+8Ug`~@j@gjqP!UYU(QaZ{q42SKIg2x z)}A?&&G{yqb8dNo_gjwH_v_7qW_BfP){ZxEC$5Q@EyGu_6W_x{_^X@$2P=q+qGo(- zJ^z@pmvAY*i+b)P*5YM+0)N6XToE(RRx@af@rOw)$8pq)r|~iT9EoKTf(1MHckc(eKlC%#|m6^vTT(X(6;d8hS zhft+Fjscv;NAN0Yr(fd){)?)_QMSDRKS8bYE-|QLa1E8fT~ucOx%mNRxW2n+zb>6`cvFcn5 zRT#rf$j5s4SB@vK8fQ=yxP@9@K>1|Q8NpKCZ*2^;gD!Vr0E5J%Sc(&P`PoNIn3#d|eVF**G9%oSrpFkxxjXDFf=;?uT40P&$M-I4^wD>*Vfg$3T zQI&WDx8pHXFK?lC@(1e0!B)RgF{~usjru*vAYXYqgI~g&rT(lRe$_Fy#*;YxfT)uQvL9o|IkEU=C9fHkO6H=w>f2~#-3fzx1_&TZulc-8ep-MW7N?;y2`1UjE`PK9-4|m}z z+=m0`9bur--b3{)@Qh!|Fly(WsNN5v5_k(s@U**r33dOssFMDTN~o~ipAVuc(}YTR zC#qFR|GH;yGf+k!p>F)rc^mb>`=}Q#c-Hk6HQ$E0_#$fOU8o%nqfY%RsC8qQk4I7K zC$JDFu~I9~FeqT+v#GM8zbaSvrqe_5NTjDP-J3ZOJ~-GPNezx9Q+Y$u6odU%0tGwj~s6j7K+QqxC;zOT&8u9m#>7OtPmt9vVvTPdq<09BvN&55aNf A{{R30 diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.mo b/apps/converter/locale/ru/LC_MESSAGES/django.mo index 598a21012ee4d6b3e6bd9548e5e9fe902164d0ab..0f07efa6effadfbb0fdd2f0cccdad239863865f1 100644 GIT binary patch delta 1897 zcmXxkZ)nw39LMqRz;gdIv$Sox-QVWATJF00+giI$P4~|~b2JAcWv#dm))Zl_sbNC> z8eCHLWHle;K!%h`YF0A6Sz7c!8)6R@tOiAe6hzGodJvJ#dVf487<--b{hi;r=X}ri z{BDlqjF04eP>6$uT>aFk571uT`6E#J8{$r*R>!Nt!)@Td@GopyD54DNZ1Nc9Va+ zVzJO{0d}C~?Z!9`U<%*CV!R$&WJ_t>BCryd)R>iE7wQN0;XE9|`FIoq97FxUB$nZ? zxES+lopCIp-|YKOVX>JhinHVo)LhZT4LHSsCr&&Iv~V2plP z=bm?B1N~l{jVEzFp2gL88S^mbQMa)I)B-Ca8d}jR)K1f=iThEh8pcMvhD|u9-aX%f z%jx%_Qh5aL!7S$E=lBqQiI?ye>ZmR-X)b<^I?Ct=8s#*mQJI*-ITT?G6;ELyZujvX zq+IM(WK;GY>b;*(JN^^rVjk(xQ5N9>tVJzw6Y9vHbVfEngX6H1s29IO?eqpJ_0_AK z?HJJCiTB|kQZ_b<47CX?!2 zYuyf#s0D7r816tV@Su+$Lls>XwUAHo0h~mg@eR~`f1ws0tmBxm9wQY)D-G@JaV*0f zsFfeU`|&ge_!+7;uH$GJ)Ie|{XRh-a}5fAsOchou2T|v)(DZlUmeu3tHVRXv1>)U8oF1sG1l>jX#6R_*efw_?>{N z`8KjSOOjt@VmInqWl*=|O)SN07~n6ch2?K>8!16$t_pR=ji}qvftr61^?kU6B*CI_ z8vAGz@Zr~rGN=`gqIUENs%U=3rFa`>Fuutxq_WKwTN7&Bc8uW*s0_Y=I=bUN{voPH zrjUh4_8X051ZMnz_-0o;>rpT6^1h6ka0pf1Z({{s^zrXenfe2D4e#PADdiQYOopi1 zX~IH$2Jcp67Yz;U#}p1=A$~lza&9J8nZKoDYofWoJH2P;^Sz0d^q%g9pe7mCB$D-s kFd2klLl_>)U2(OrJ>A>0H{HYI{=J7LRy;M9s?L`F2i1+}T>t<8 delta 1914 zcmXZce@vBC9LMo5E|iprE=ALK)76^wf5w? zHUF?|vWB>|a?@gCS(|zpvus&eYbyS#)*l*w*dMl$)cdn@w!6K~_dL&Y?)QAp z_jyi_WKEA`eNr_qh|V$FS8cY?%sz^lZNM|Q1w*xFMfg0n=Rc2x0 zcGUGjY{YkP9-c!b{3||&H}Gy;{*c>P9F<^ez(5)8K<#uNYT*%7sU~m@-omw5|FFCM zBCa4FMwRkwycef%KK_Ld;y?HqRI&xI9n?_KA358w>yj0>9FdSO)JEqD(;hk=@57X$4qjf?RB zD)ZxbKmLdj{1eq1Ido(*mZQ$J3$?RBR02m(6&pvbcM0`fm_dCfR?x|cpIuA+^#}Wz zppWbb>Mgj4n!oAetS4OsLa3cbecXh)|0#@M2kJwU@$s0yeio~kpTbo*f1P`-XQFth235JIQD@wRdOP-@)<1#zKKzCh z!-8oBgAC#uTt;K4j3-eakl#^Flh^7puf#jVZKy;xZFJ3+MBTR+!*~c)!B0_%o%QpV zQ9Uw?RFw1IN7**HQRDGCwe;5iO!vkk^c0_{MdNe E|CA>3eErmYMUYhB15BG6?_jHUaXA(IE~KG;GTEsbA zLI;a@guB>5ddYBdU>bGmSyTbnPz5jH2yS5-E2x5br~)4+TZ5n71P30GVaOY*2A_dH z$WY`rsQajbYN!Opf{qVK7)>(|fRI@363yZ{X6&vvg(|C$?_=L^)jNSMdmXZvz_^w?bxIS&=FJvrce!@!ye3_3gn>bS4LXNIjUe+7{u#puYbLMVb}BaQ@WnB zyxro~*tVV59osb=%XajFF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>&S5RNxG8Q9+JT7j{?<;f-|zeT{l1^??=w+LT%QK~yMV}aSmZ)P{vsk{cpeq$ z#5xA?1r2<|7&dSTr9)%_mT?k~a0nl;9UGX(A8f%jny?fXUqE3ez|j_eJ=O>`~C*L)6A6 zsFR*yFJ7TOyl+~?F7}V80k5b5@6Gxz>Oe7y+J6M~eHvSF2DN{-(jQz2C8Gk<4$336` delta 498 zcmXZXze@sf7{~F)%<@-1s3?RG`$4tnsr18)rh*0oi)tuZF1gf5FT4|KD5oG=ji#n* z4FaLLErK8-`U`?+wLzq*_ZM33b@$x&`8?0}HP{H=UpXpY4v~4c$gPNsdPO4mj9u77 zC%Szie)MAp25j`2BAkyZQb_HNZ!@8qmu_)kjb*G>IyI6;=N>wxWS5f3FsBZn{!A+dfEY zS~hRz$~%#aSb8*##iOx!I657U h&4gl!WOTNA>Her5dba$_dNEtpvm7z3+MDOZ^#_^eN5%jE diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.mo b/apps/django_gpg/locale/it/LC_MESSAGES/django.mo index 72ec7c2da3de7d663512d20432de94fa20d1bf7c..e75380bafd23aa6f23785b5f6a54a6ac6818ff91 100644 GIT binary patch delta 459 zcmXZYze@sf7{~FCnWd(cQGivb_xYu*v=eg&3?tW9Bsr%bNtr?J(!%|aHFCxw1O;j4j zHU{wnN3i>E5BGWgMjP`((iC3e3^s5OJ9vQa*oSsZ;uSe)`Y**)(=@>b2h7$nPT(1) z@fuCzM_j-z&SN4j5o!(DU3s*yfTsQ&&Ej`x7HOdQfF_#yC(Pnoye5qi{BSUe3Dz?gr23?_rbu{@0G<{#NAKS=JQKyv*9){A4!XezKA?L4hHCC7c4Hg)Dbi_-y0<;6dB-_O z>Uz#{@|Dc&Ua6p$OSW0IN@cxZR?VVr*>)vs`#088+EO`dI##KuEt^g@8Hq<@aV?tA gV)K!hk&G_XPrc9etZ&D^W)^c5Ge@NH=o|C=0pD&(!2kdN diff --git a/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo index 5cf045278d50998dea83c72424336276562c2539..462f045bb25eb2af80eb2b96e768d9673ec1c6bc 100644 GIT binary patch delta 459 zcmXZYF-yZh7{>9prfSosR)m7m7Am*~lPqFI5OowPD1sD}45f%66{!wgGCH_f5Qm6@ zlUpT=i<=)HL%)QpIEwmzsSxg$TyjsIyR`OP8^)Pvlo46aiM)u&TwcV+ceL;m4gAFd z8VqWQVGk>~j9ql_0XVF=S1>)FnV?K*YWZMfdxEjP4w{IGN3cX)jk3<9&2jLh%sA3j(&bpQYW delta 498 zcmXZYze@sP9LMpmX{Dy+5+o+L)F51^29{P!HUtF*HdIqrhzj|G^BfvN2#V$;ry3lC z2+OG<8jOObW|#he{s4yvdOsu__quy{p3n1np4;GOuzhW-|JX!UoFWe*l5mS?_>CU) zkBQiE7I`E*Fpe4iS5e0%M(_<|*vC-}6OzUl4&f=P+%sO|c$Fn3rk>SnoWn1!;b7mZ`1q!+5yTDI!mN^ff^Giz9da!Fe=tZXtAi$r5uB(6ml gLea%!B++O(+l`EC&$DTiay28zl*&=(&h_i~18=QJlmGw# diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo index fc476a7a69fb064accffb9d40bcc3c60ba9abe7a..1fb84a7d6f64ab12ec1aea43b6d9813db15335a9 100644 GIT binary patch delta 459 zcmXZXJ4?f06vpvWYiv_vt!P0(LIuGokOWkSIN3o#)IkIhhX|p%)KcoAL%x7pa1+5U zUZz4vFPn(qS15u*1xFoR9Q+^bl3(68=knymZrZK$RD7KhSDvOgLyOtMRsuv=dg~mc!Ms!VFnA9$O?{QAMPO|Bto52vm}-oUScljkt-a*HcsJF z&krnfHc6qbp$1BLkXn~7)w{RHmQR`n(gLF{m{G#?}DC)-o@=sE1Po%ev>D*xlZvX%Q delta 497 zcmXZXy-Nad9LMpmspWG?G#GIh4J}=F8fj_KkV_QQ&{EKFh3E}>qUX>M&Oy*1Btery zbKukiZ9y(QOhIdFwDb@3{*lYQ?!J54T#)}NHipp!#+-+FD&B4 zNsOX~F`UB#%wq;GaS`9p#Nmj@2xf5u*Ki0=k=1gBYELI3Et%!zngX-(f^q!BY5X1- z<9dN_b6^uypgSI9muH;9chv9)Rq!ZRRFF81V*>rCV;&b`t^Y+11$FoY)xbHbq#Yc? zE~-Plfe)zqpHKz=z)}1{)&Gksh>xP$GlOb=9(|Za{!LbT3GbeNv+TOHoMDt~x7<9O zKXNKY-Dy~L+o>BB>)5IqcB9cOHbOhwyZU;)Xt}mi)eDwe%q7!iDy^FtJ(W$SmU8BD Z`y%kzwu1ZNEvs5;S|wU)z1yJe{{t9HMIQhF diff --git a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo index 6ae486f5e96ecad7425d806f60351655e7f414bf..b3ac812a8fdf7ce50b161e5410552aef40592053 100644 GIT binary patch delta 334 zcmXZXF-t;G6u|NGUcM4jUun={D%BKRc=r(~Z*Zt+5|pSZNZw%5ViwO?kZ1{naA<97 zDG*%RYiMWP~P8Z_&oVJb#bN+#j)k&uHF%VjRCQhf~}@n)Ln$<>_V`ZW6M%gXUocSFws5 zIU^+S9L-0s&@}F&8GMH>KFsq^XzE{)9pw#^_<`&#>oU&Rb$dHeuN|xX>t+~TT(;Fg r7&U{U?`dCoC8fQh)`9kiFR_VR4co15*dpDD8hb~>8|QTVL+ZnI6{0qQ~zCoo2q zT(afy8udqSP&d9s{qO@?_&kWepw9n5W|U7H!*676nUUV4Su=N=Nz$%5PQy={>FLs0 z*m9yUR*@e@PD`Du!13ca_2PVO|H$5mJeBxiU~j6#tClKmxnjG^c6p^#Uah)o-K)%d YH^?4adn#z8szFLSsjnaQ`q_f{2jSN{a{vGU diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo b/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo index a8a2e5375e82f2607cd4711d96b2961030f0b2f6..f7fd20f46beeb89222374f90dd6645be9b147c98 100644 GIT binary patch delta 459 zcmXZXze_?<7{>9(EPth0(U4gr*;ZG)f&@lXB-kL?&<~`^K};e8(;ymzW{1ee{(%Uh zaA|8VdRz5)S8c-uIsS-1nYGKc{Xl9gTN~wBV86Bt?Bv3|;-wBqq^` zn>dPj3}F?E*u+)*!bP0-OF2A2H$LJ8K4A~;1|&YAJv2E-0X3B2a7Kfr7q%#VbT9Y@ zq;cwLEaNg}@frv5yQ?=S%~Fq{g&8!1*Krt+(d0C-7q4&)Z-NbJg2OKjGf|jSGL=O0 zVj9D^-R&PDOQ&pR&=#6Mx<`}qfad-y#_$J6aAxQ~cL`n8IW+yPcF39UoA#~eHmsFu zu}~`?RIGHNR!l__aXVqf=PWxOvF((dXmvby{%oOAsuxN;uGU-o-ktWdx8wc;27fwD delta 498 zcmXZYOG^S#6u|M*(?^;WEs_c)TQ-ii=pjV(fFh+L+7xc47<33V#xV#g`v!qVP#8qJ z7D3@6XwhegplyqG(XM5i`d<_-_jk|X+;h*&_edr3P-`jsT195uBA+6%;uVRa)+G|c zG`8Up4&W&U@e)m}<1z+)BD1)IYj}$;{K0elMV^r}zX(rA1y!GGzm#Q(!xIUX{INyQ z-`yyP;}CHYEzDvH->?Tmfrc?0Bc4MI^QZ=|VISV0>Ql#de8p9K50piQIgHXxO*D`6 zmNcr1dpL+E&HNRz`Z`i$y}K2Y`fLRIhTZT!gy_7iWQ>YKq%JZR>R>%q3Ij%3zx z_7l3Ev7BsaC%Rk6>2{%L*jB;TbH<^O*R5i)WEQ>aYn$4FZ5obM$ZLy+V>7Q&2;tW7D893O1 z7)bL$X>s<=UW~>}>KP>^1y=g{>6s-NrAd0p`MLT<`NfGvnfXQfxrvpDdHR{f#igmm xlWUo!xXg47%@qtStPCtBFJwM5xt1l0-zPCIy)-dB)k+~HHQvQ_^EDP_CIH8XEt3EM diff --git a/apps/document_comments/locale/en/LC_MESSAGES/django.mo b/apps/document_comments/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>wq*rkX{U=g@E*CAk77&j{#|r{)LFUl`YEXvF;($7t-Ow7~I zEG{lhEuLJ8Vxwmio<%3=AI33=Ap^3=Dr*7#NI!v?42n4h7PxKz=8XmIu=7fiwq@J`bdY zf%FX^EeNFF0BI{A{SQck)LF7YK!z!JUr2g@Ty0E8JPqW}N^ delta 241 zcmdnYdy99%mik+a3=AI33=Ap^3=GPw3=GCV+5<}00BKbqe*=(~2h!JoGzXCW2Bd|7 z^nV~N2&9GC7#OU8v?`DWsY?LTAo&I$4U(S%q(S@36pw8NlAf~zJ7XUNk(asUUGh}eo=mLVo_#(k$!GsWn!LwW^r+8YVqV+ qW+^T+T|;vPLklYdi^&U_PfjjpiQ@7}%u6p#Oi#5^*nE!VDI)-087=|< diff --git a/apps/document_comments/locale/pl/LC_MESSAGES/django.mo b/apps/document_comments/locale/pl/LC_MESSAGES/django.mo index 399ae5196c0852e44b52b6f59210a438c83fed09..2bf10753b29eb7b4b7d93c5c47a151c04e7855e7 100644 GIT binary patch delta 225 zcmZqVyTv)x(Z111L+a1_mu4odTq_fpkBRRs_<^|FMKw1+>+X87TAguwUD}b~hkX{I+`GNFiAk7J+4+CkC{yg9VWG2h!?5x&ufn1L+Mwng>W< z0n!pc`XP`O0n)#Kvj3!JfTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0T ihE|3~lTR@3Hq3$ySJL+}lg(C;OR!3?ZI z2^Qc0M&Js@;RXib0sj8y|9GTh>HjOx3Ku-6?hT5i@j? y8=7vg5ufof(@fLuna*5D1*Br7mafQ3S$5XK(HV;EV2h7co2xw~J=vYasQU|+#x2$W diff --git a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo index fa15fac68a7ab8f72c8cad2e59de837064118a3d..9e8028b1248444d17265e8fc970bb59d6b7e03a2 100644 GIT binary patch delta 229 zcmbQl_nLRYmii-%3=AI33=C=v3=F)i3=Aef+5||O0qIO24H91fq?Lj6aUjhDq+bJR z2_XFgNQ(ezK{kj!H6X14$`!xB~n`be)S*6H7Al^K@MjOH!>Aj0_BobPddP4Gk0w4Xq4~ hCZAxw!S9opmtLBf4wNn^iFXQ`Jf9_cGZ!ld698@CCBgsz delta 247 zcmaFOJBe??mipI>3=AI33=C=v3=Af$Kn$d#fwUQro&cml;>UrsGLU`;qb7bg~F<`?PbCRQfq>1P%f zm!=j^u4R_uGSf9QS1`1&GO(Dukom^sPL?QspTxZM(!}&sD}{oRc&DJvk61XF0LIoX A0{{R3 diff --git a/apps/document_comments/locale/ru/LC_MESSAGES/django.mo b/apps/document_comments/locale/ru/LC_MESSAGES/django.mo index dd671faa59df79cf914fe0659003e58444032f31..c73faf1c2b2e15e3e3309cb6f479cde953e0961b 100644 GIT binary patch delta 225 zcmZn{d>}AkOZ{I)1_lpi1_nn41_n1)28J*o-2tWV18Gel-;9lcK?6u90BJEG-3g=( zfb;?&tqPOlTpAPv&@6iWXA($YY_Fb7bW1IW+^5_~|~ z0!T{$Y4^>Zj3!JfTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0ThE|3~lTR?8 a&Xk{QR4dh#K0EK~UhA<$( z2c+YHv;>gO+w93`!la&2Qc_^0ub-Y-l2MwZmzQ5^>-nmUrMF zsYJX1PL_j%v&6|;aPS>%GMUda^Gs%*nK|kB_TPE4k|~GuR4DaJI&e$1_=s!xfg3pB zkxua*8!%if`EUVi@Ca?Z!8&}y5&Xe0c9ux9xQqXJtT*`*CFLh@mP*aojd>WwQCvh9 z-lByM*pA;ghMux?AyI5(e2BexjeGcs!x$--LU@5ee8(=#u1HGN1l<)9MJa+bEz)sW z?PES3XFNkLr7LX0TXf=%`Asb72l+ADRobX68d^4xT`MThnOPIp$L}IbZoLuBpix zE4&$xZLO>)tijk;yvG*|*g-20vh0A*wtMXJp`vHccr3BJ9a|>56rUR$IxlcXQ#FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>HBgPIL>fouvmbVyGc4()%v`gO~3NL(~=Xsy!_vd}y*ZF_B_iJuv$0gzm zh&&OIUQpyF7Eg-I;&Z%;+jtg#VFkxdiPW%)Pw@lBFcT7qV`bzs%rbw47qO2SJVcFS zg~gG11}ouVfN!W9U8hB6Fpkr>fF`~et#|P{^8sqY=oyg-oWl~9(2E;bz&EIIexjZW zM27ipM;y9fp}|5FKVk~^(ZV2YH?W9#e2cemfLWY6Hw;)qJ-?3RkWD0n^w5vr@i_j) zqc}DxatsZJ0ZmH?FJl4?ypLD#0qTL5n7}r23$lf}uZJga56AHbavO4hJmNl2w-`m8 zUqk&;C8QQ{$_%vf=EyeEoV-I#@CiNm1-Ul)idxWb)WZMZ5i~9g_xVv1hEWT;gnBN8 zX)K_|Yazd0*YB~sapT_Ia*!TVi3ItRM delta 732 zcmXZZF-%iY6vpunBVcWztx`om^V9*TfyX0Qpd}&35EI3L0Sy>qp4yZ`O3iz144C*5 zV;EU#TwIheFcAo0GmZ|f5(iw2F%AwcopeC|H?Pz0o|Aj;Ip^NL*>|~}SI2^%O;Ri& zJ(W~XN@KWmN}9w?yn;XQ941ancQK6*@CB~oceL<+hjbaAH{8H+;*WR{m69@W3C%ro zDFvEku}i|j)-&P8J{%#wiG3KLgIkUKAzmeppA8F6;R)g*-a-$f_yMouCp7o8cZTOi z(IPH&2GTti>m)AVFC4@O;|}8(7H|o3_!%cK-W5(Zji!+`H0R$Vwe%IaN_C85tXpcs z9&EuhM$idZFuZcui!*ooDUoC#^b~entd5G1t-unbQ{gN zSscPeH2dCQle8Ca9**`dR4Pxhwp}Pz7OD>iAC*hCSN2`6SoZ9ayW%d}Mc=RH{o1ue mS0ppwj9SikcBu9^@uhYnIUk#LmkU+5kk49qfA4MbF!~?a=2}7k diff --git a/apps/document_indexing/locale/it/LC_MESSAGES/django.mo b/apps/document_indexing/locale/it/LC_MESSAGES/django.mo index d8efa30383329c25695923c14141e571d9d23ec3..bf2cb0f7fc7dae133a710f8c397f5348f36430c8 100644 GIT binary patch delta 714 zcmXZaF>6y%6u|LQF-nu5NgJECCK3(QwDr;Vf>P2FGFT8n5;0kdM0rCKLTM@z5fpr6 z5F`#ML{MnEbO>}11CdUGlcVAwD2V6>5YeUJ68s-?r{6vI-gnNqhd0Q4&h(xg@!BII z!H`H%M0Ua=bNCw<@$}d*F5)EdBXsdO-p0S!#MN<;bNChGI52T6BC<@J!?XAhbGVCI z?^{H?{|TK_6l0@_y<~C}Zb!)|KtSu$dwv)E(Ma!`hj8OF~tvZCL3q6MyA3KM7xbdG9zIhE``Dti3D;@8)q?hWM-~lEpCA= zbI}Ctf`X)lP$DR_aA9p)1T7*L(JE-=vTzZU|F^lT-+9kD_nhav+`Y`-%-g5+!B(Br z7LjgBdLNYrFn&xL!K-NXJxt&$ba4k~Fx4SF#0Pi=>yJxG>_Mxq;V9n4)A$m{@B`X? z4KW4(51figCz*JM-S`z9{EZf%r&H?38#su|cmdb&EPlgA{D&Sk#-*d^<0V`{+qa8p z{D~GYkqD$o2BSRBlCNSPuH!I%!2&j&sJ+BTJ75Dd_ya9Sva9xhNhE_jU8A1-vz4y%)BABoBH95fXcw%ab>Ics%U`1f*v2;e zj27%W+P+^%b_IXJh1jXu!GmZUFJlAV!X~_p{2rPM=a<6zepo*aeS&mX&(JPXk@W j^Tna`NGhGlp0CbD)~fO7bjyV6<$O0cpG|Fg(R}M6%*kAc diff --git a/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo index f87ba3ded8d1277ad30c8290f193b5a13fe4e234..2164bf76164c4af4256164185e24ffac1e7c52ac 100644 GIT binary patch delta 638 zcmXZaPbkA-7{Kv|=Fc{5V>3fxl0W(Tn>1ERkqEaXwF8QFAR!_Szk}MzL5-7g_2(e$ zLMSKYxY|K2M+Z4^LoMHj-{tptpQrbI-uHRm-(L4y=wdG4%;brfE)hdSq8^bTCeVi` zID_{%j5Vbq3pkIpn8rr@z)B31iS%L!t8f7gOyC$^;|SWkA`Lj<74vW5Dv3@KyI6sD z*n$~s!W_0^Bd4myC>G%|4&Wx1;0=cH5$iFBeHbkNUl+p=@dj$WvvN~pjlnYs?Qp^` z(u(^S!3S)^AJmSTIUP;NAZk2`G%qWbJ6KG7V0na`U5=40Ok06URak{;B8LsmRx#c|Xd*+xpp4(bMnmRG3jo>1q#pw=CIWuS%Mt;Dw# z>$}*pt}1)D-RP<_jEIrUxh_k_XP4sZv+?;z P-ST4c+#O5#JzMr)Q=>>( delta 699 zcmXZaPe>GT6u|MPtft$dscru0;3}zzjk7y~=7tnx;-AtEDkL79bXm8}UD=&I$RYzC zJVk^e>7}5Xf{^U7PC?hilXOy4hz^BE!GnHZ3=I4Ey*Iz#oA+k+kM+Lm%UrR0StR0C zh(tsre@mnZckwpv;|!kR06wh}N#a{<#0zZ2x@wVne1s41B{tw1YTaEN!6O{RjvA4B z=+ub&|KJu0lSBb)@f6$f65FtaZVY^mcQKDQ@B==^PZ+>s?7_d-j4eTtUK~U{w}KXa zM6Guabm@Y{6$zctxkGpO6{GkY?_)Dv=|p455c1lKmywqso1QyZM*Pk52Qq{FL>?h0 zSdJG+X(@K=L`qrIqZSIGA1&mPK7LAY68TCpjao42#d==jcc^dVGg4c2P#^H!^B3yA zbJTr4zL(Y=3b4?^)n1~>i`&pgz8iJohp3H?diN(#|0{E-6Rj4ueK-BX^NzC^HO+X! zna{oIoJ}v7nRM39B+?mk!CtacW+I!-#j^evW8=n?Ow4u?>6FoLJF#fU3P&s>+-*d9 gLXqBRc>SJvM*5C?O;X0P# zXS4)=_yi=aU9?JnV>zDVJq*$JtLUK3KSa8(F|>8lXa~%pZJa}zrUF{aH;`M^9#Vsj z(K_`PZJqy*;0{5U)to5@DN0E!#c{L*CXnAm87#pCti~k_;``$GDq08D(GvQOmcS0$ z6&|4N`yT_+W=(0lqN99xXe8P3+yyi+yDRo delta 731 zcmXZaPe>GD7{~FSm6>hjZfgEXa}`A}b7l+tGZ(W%C%bi!Ky<2gT~Swdc8iD@G=whI zVLOB;qgxROdkH&usDqb?AUatQBy{rN#ZK1u$$?=$56}C~`#$gU&O`5&xAyE%_^CoV z5tq`Ewi1$uS58Y;@c~}K4|o>;ppSL6(m3A18T^7t9IlhvaT3qr5)R`FY{8%C;66@b zU%f(ICwN+au)(iLosnGfE!c(Euor{K)oA=9c97r4W7ysxjbaa0<6TVQBA&-`lolJT1Tduq|5jQ?YkWuLbqAs(F`vRr)6x#6|BLxcoH|U z3csQi_&p?`c>P8@>0dmKUG%#fT|A0oXyX&eEod2S-gC4KUZO2rMw+O1Xf6MY+^Tkv zGyG3lrqvR%T#76!3OwrGzz2rjqQR05=A8}S+oB#j- diff --git a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo index 56ede07638d3469a106e39fe003a7df9e8a9a17e..d1ec1563610d617e04945549ca1c01db7b330810 100644 GIT binary patch delta 383 zcmXZXKS)AR6vy$Oh4r3UPb`Uy;08vM=$kYlDwmc=K@ANBVidL%5w^HEH@Ns{ZHuf) za1I)xA!rNw12s2DTWj>a5M0jZ+{5AAbGzouboV07`-rsWNJUBGF=-kDT*3p)VFxSt ziaS^wk@9$sbNGOaP#**QK^Mz$DT@KFV*_XL5ewLltEoeh%&4@2ZCu7@T*TCvw1AtK z#uiRu2WRjO?L(iK!Y{N7{UW<6<4N?|R@p8s0c*w~+Po#`jBp_~g8KLG`G1TCMGu%yGR^-Uu(7G|)G5&Xgg2K`c(B1y_GvWfS&f#0}>t79Tb zyuumm;S~099^cS;$Q=*~VE~8Op^#D18FMPfAEQP|b!qNUMpimHf`W<)BFKPvi(!ahB69+RxU^Ad zhy*2EL<*-|=e*~=C*420*XE1;qavxS zLRye?8k9ybACj_ofb}?3Dc!<1_yrd*kIh%5Pq=|C*j^<)!*>|BaZKSq?8IbP8pCOP zk4Ito`am##O{&H}7{PNKz^dzojnmk{_cu&h9wxByhE$6$@Cts!DV)U`46tb$Z{rYt z#wWOsq$m>crFnvfoSML2*n_34?#E$V!9{$I{hVg5p@)@qQZMH40dAvR;0*6$i1syO zC))Tcv_fZ)rt7Ou&_u9|ZMchcU4dw!pjxC@jiD7bg?DfVE$tPD{v95fIYOr{J#V-g7U^fLIQ0fhqmE&v<0h3sGblh$UFUEzBS~SdDhW z9<)}EViMo}AK%0xX}$bXytFAWI56xaC(_>J%hy?_%bQHMM&mIz?!+EBZY=7$t?pdD Z;zwDZm(Aq746_rtxu?O@`ckkrbOD))T1Wr@ delta 732 zcmXZY%}Z2a6vy#j#z@x9MzhSfnp9E@yUq|(jwy}`Ci#L0Eh?gGP2&X4#JoV3awCX9 zgP?ICVbC%HLo{d=E+oiJi#9C+!JVz5{($IvNEq(t+%xAn&$;Kz;IF~e#S-5sk({8k zB&nuSx{7O<#oH8z1dif3e!wm) z~ERKz_Q#!|I-( zUA%%e;1=2df6)f>4>w931W~ktB-$U#XbnH39r%Wv(GHg4ex`25gLnYlJuhNA?{Ty* z%%H9MG4|uDz5F)rlh%&}B8OV0^7;EQ*G;DKQ-#TMw=>gjHk0$RsZ7?L_GY}ao66-1 riCi%rtSyVShcAS}ow1JMo#0xrsp6V5?4^?hFPVsivW4~8is8zC$<|tutZ?Ollq;E3=Fm`3=EnK3=H2{85o3tv?3b=gB*}H1=4~*Is{1b1L-s%%?G5* zfV2vbZUxc;KzbFB76sC~fiy_nMIfyVq#pulDIm?t&cGlKq!oZPP>8_+NDBdJcXkFh z25BH83Mc@wunb6x0qLngnj1*3fr{?{(jbek18I;!&ww-+kY?k67$mrPCF4mZ6|MmP z5MAe@)Wnj^{5)Nk#FA7i1tSAPBV7Y?T|)x}LqjV=qse<&&hYyr=B1Y=rURu@QsZ4* OCwH($Z~n|0!2|#(t|?^z delta 315 zcmZ1?a9Uu(llljY3=Fm`3=EnK3=DE?3=G0R+5FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>cGn$Iie2WHRUiX)z#e!p`6hw%8je zpavAk1=9RLdJ2%{1ky`@v?!2X2c$t39|6(|K>8|>1{w4XNOJ?}zwDb=F`i&j;R^5% z(RD6LO)SaG&(n2DEJ?LeFfuSS(ls#GH8fB#G_*1_n!K0gDvwWMUV3R_I#4>bc=ANn K=*>S_&6xmD^(tln delta 313 zcmXZVy-LGi6vpw>(%7m6Bn=<;XJqIlX*A1{>X{!6htZ_QXLbS!+l)DCeEP#_XbV! zBd%c&r|})jIK)}}!X-3{f4PDyO{ vrBU3m_f#7AR?YQlw!3M2Tb5V%-RAtL5XSLS69t<#c2Urwp%k4`^JXb1P8KJ@4&92wI|LEILP>FS>#E`h(4~WO z))vIg!J)HjKSGCsi~o1}9d{3R_wW9=^WW(#CDO7)sv>f*MO^&D3R+o_OZ3pedn{lR zYuLqWj4_WNXz~m6aD`>u;td`#hbJszCMO-ar6|)iffkwteZ0UCmT-dR@C?mkYvf1y z!YkY*o76simw)O#`|Y<#$HUjL|ES}r;e~+;{ouh@fu~eMh0Aa2)9LE*;9U&{&8s(M3TALk9&V=4G%Na1ccW1s!y8yVa0pXd-zToLu?=#Da^U zlY@g(q4)_DM?ZstxH~xd58QKqm&3!k=fnInufMK_HIa?F$byLc>LMo2jZnCZ9UUuJ>>2kNrLU)HqN{RH}%`;6eAbf3<%$=l}o! diff --git a/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo index 4194358a07c1547d65f9321e80f58eaa4e948eb6..d3b1bcff2a91346586f8df4ccc21c94e09634602 100644 GIT binary patch delta 274 zcmdlg&?hkAN&OW@1_oOe1_n(A1_mKE1_oguZ3CobfOG(m<^s~WKw1DuR{&`~Al(V1 zRe|&jAT0!>_W@~;x{E-X7f9a$(uzR(6_Az!(md=CS{+Dp0QpWp8f2a~JA*q|K@3np z8YoZ>q(KHwhALbJq{V>z^*|bA@i8C`a@bWM4YKePkOmp_mwodp#uH2`Tmk+ey3R$Z zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0ThE|3~llQW0;PFY!OD|1K2TB*@OwM7A-h72M GkqH3T(J7$- delta 313 zcmeAZ*eWpLN&Rm|1_oOe1_n(A1_nzu1_oguoeZR9fOI*K<^s}FfV2RRo)4t?fb<3+ ztqP>~18E^3{S-)p)cpX`yg-_noq<6SNDBgKDIjeOrTu_32aul$q(SBtu`{@X6*L0{ zq=5qSfHcU!T~LK*fwUNqe+@{3EPe~5K@R%^q(K%+0!;%Mq{6Xz72^pe?~Ia?0xNy} z^vsfs(j>j){9OH_{Nlu-%={w#+{DVnJpIh#;?mS&t^ofKUFV|I#FEVXJYAQ>l2j`N uBLhPtT>~>+LvsZ~3o8T5$FwEe52s zfwU%&Zi4dH0BHdr|1gl|1=3f5v@(!>1f->aG#fhugDQ|#1kyku26rG0GS82l!Hq!) z$VdhXfHbrLX^;i0fHVh?J_w}6f%GY;_#+?l2j`NBLhPtT?2DnLjwgvLn}k0$$MG$@%SX>rI#kA1EmW}CRedW KZ+^tuzytu|hAA}w delta 311 zcmdlj@JL|7llt?F3=Fm`3=C=v3=F(%3=9%L+5||;18H9%%@3q=fwTyat_9L!Kzb68 z)&$Zkq5R80S^&s@1*Ca_^lu=o45T^P85pF1v@VcV1=1cs8Ysn(2c$vfm9jIqF(?5U zT|fblhP6N%WWhxs%>kre0BLa`{Shk82^0jWQvlN3K-vXJ3j*nY%_|vCGI?i|loVL$ z>!)XyWRxc9CFker7v&cx7G>ra>E|X^Cg$m978jSM7IOvohv+&Nr6!hS=I80UB$lLF uDHs_T8tEFC=^C0V7+P2vSWceCvTt%CYZSLnVqSV_VmeSs!RDQ;O-umbb2nW8 diff --git a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo index 99928f77fd38056b85f15c8c0d1ed0f789ceb93a..981cfe2b385c30d31c1c337b5f23e87f77a5ffc7 100644 GIT binary patch delta 268 zcmX>huux#ao%$n;3=Co{3=A3!3=Fqf85ksiGz%L8gFKLy1Je9J+73ty0%<=WEefO) zfV3u%E(6kHKzad?<^s~&fiy3WJ_MxIfb<0*tpKFIL-`Wy3=Et=zCDl@0n(oA40a4k zKt>!;Km|xQ0%?$e%YZZoklqWVK^7hZ(#k;k4v^*s(jZBY0X&;$GHzm0;R^5%(RD6L zO)SaG&(n2DEJ?LeFfuSS(ls#GH8fB#G_*1_nmmo=2ER{YUV3R_I#9ZxB;F}#axQE1 J<{PX9OaLLVD0lz> delta 286 zcmZ1|a6(|ho%+{|3=Co{3=A3!3=B+c3=EP$S{q2q18G+v%@3qgfwUlyE(Ow}K)M}B zYXa%HKw1n)9|zK0K>8k#<^|F(fwUTs{tl!SfV3Ptgl`X|If48%AT0u<3)mU#7?gmF zR-k|ikX`|#K?a@$(i}kg36KU^_!dYj18HWUAUBX!2htz|j5p6@+{C1wQBqQ1rLUi! zS&~tjq?eqZt6!8~oLH2ZU!*{1LF&G36S0hrJn(5J|JJ31E>c`YjH5RG3Wsq zUO)j5T?wRRf%FO>4KnZ;RQxWG23gF*$-tlqq*Z`4$RIx;4KgTp^Ge2(Oe$Of{vo=~ zMX8A;nfZCTE{P?nRtiQ2hDN#u=DLOk3WkPOhDMY3vTWq>Nz6+xO-u($7nM%VWsTl^ ImGwL`0M)N50{{R3 delta 312 zcmew>v_yEqlX@N|1_oOe1_o0G1_m!S1_nhS-2kMGfb=3DEeNEq0%=ho{TxV(1L?m& z+5kw4vNJG90%djn~ZL8U+%WKhfIm5e8uyfaEl3as?? z(=$slN|W@G^KA uj0_BobPddO4b2q{EvyVICr@M9I5~thipM80FTFG|9jK(Jbn{x)3(NqhL^z-T diff --git a/apps/documents/locale/de_DE/LC_MESSAGES/django.mo b/apps/documents/locale/de_DE/LC_MESSAGES/django.mo index 5c22e4deb7a01ad336a2a449047e65edf870812f..422c80273e517dec8a0937195c7204f1f47b4106 100644 GIT binary patch delta 40 rcmeyog7NbT#tnN6xy*G94HOIwtqct(A2XDLa!sua%{RX@Y*hjP9|8>9 delta 40 vcmeyog7NbT#tnN6xy*D8%@qtStqhDNA2XB#a*YiX3@ogS4K}|sY*hjPAYcsV diff --git a/apps/documents/locale/en/LC_MESSAGES/django.mo b/apps/documents/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ddd2ed7a1cbe2485c9c7b5ad903e0b73c2a612ed GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?D=`r(8Y(NexNc+&61`QZvj$tz6{0`Hzvpl9TVmu* zp7hY?Yv1qZ_~^TXIY3U3Q{)giN80p}AzohN**gE3diSoE0n!yLv~P^Fj7<6Hkxv9! zh;o(|c~t6+^8sX2n-$z|>jo;vNHi@f79>iBbV?rsT6ynP`MiENA zGwtJl-jm=Z$N~~h9ttMYv*#igQKp&zl~=Y|tKd8%<9U{moJ&ClLh>{l@+2w6Y<7pL zt+%SyP-*qSNXGNYysbRQvf6I-|SZdicbsjtL1+=CtQ5Qg!r{k$l} z82W4$puV@nx&m8LUuQpm)}DV6>8p7a6KLO@prDa|jv7(JcE&WpF{m#VVggoRJi4d` zm!L*ii@NRz_Qk|2jhTxDr~&Q6e7t~NFo(txaS|rbzL`luBb$qw^);A|TTmAqLrvYc z*6tm=DJ@2ga4G8gO}73DHluzVb^RIajIn&FC#GQ!yb0Zr6z-y+p1zL#@dr%9oKDDI zD8?k}3mjvv!d2KCcVlBbhfJQigsh55pfwF79knC_P}dK^6L>S~d%e3b{~AF7-E5A< zcpc6{_L+GC)selZ4t{FuZM%A#Eg!W<9zgnNUcgj5fe!wNn(B_6R0lFqGcy!*{|TwC zH-a)wsHc_4GMTwphAUAc{5PthhTZ5rUX7|R#2axNY5*}zPcKZsNjM1gy%ne>-Hr6g ze2Usz@h-zt1D&w}_QZV5wDl^~lGNZVdbUzk1vNa7?v2O6sNK69`N%Zw;ffpJX&^Oenso*0MIkPT~QphmV3HKHZ9z7`u(-+=1CR@8OdP&4p6 zs^Pb=5q@a>7&Rm3kkv9V8QQe0e;Nf%(O`_n5vU6%qIU5VR0Bb5hO?~;P$PQ?c{0u8 zsE)si>cA<~UOJDw+f00K@A|IDOVDIt678E26tpRdu{pY^9xlTK+=&|TLDYrsSkEF; zXnsU>wC&YiN4uj&nuXf^!%;I;h`N3%4#fz%%_+Puwi zar+*%L@7L*nu$)>0&}nl4n^H>ENX@)p{}2bx^6}$^RI@>?TH#xeV(l^M2%nxsw3-A zH`r`He+t#m4(o2z5*|iK5EPNF*U4K~Anp*qkw%Rc`tvb-Cmphl323D^e{aTw~t z$*2bXs1a478oV8w;sSgALDbT$M$Oa?WVbn)Wj_VG8FDpqA()rs8=VkID494f;{n--+6s52Kc7 z8*1iW#{PQ#4^X&)6F(xIG6e%!N1Tt$mWdtY%}5@qAs5xaW2hVN!p?XU6Y&BvnWn+D z-i+j7KJ{|cQf$M)_!VAB`zDjKJi=x)UWs?0ZnPTp&faQ0iuBQZhx{`+`QC3r7`0?4 zaTIpt?!0qM2qQ5}HLAl&JoGx>1DPySh^}^XEd_pA&3bfjA8P8(pqAn?CSzk-`4T&# zgH4BdyF3Hc;Ss2g6rrx)fVsE}hu}rj%;XN|9f0M-nSVNG-r$5bN3#NN(+ogux&UfM z)?r6{5nJI2?1o>VI+i@b`+ZMG&DcOJ!xGd0j-WQ|`Pb%X0Y4jVa<#EHwO zFD8wocQ^#~#qFrQ@DX;!Wahao_D4Oo6R;89ip4n7)(;>Lf_W2{W9(?J!)s78_OweO zj>2Bl4G-HdoJNiK5;nwEW4xc^_86o-3`=kaYJ{!F(l|Oe2j`<^;s^9$=W*Tu7odIv zR$&8lpQi8{g&n9hn#(gpXU#6u?v9(_EkS#1PQ5>BuN0tWVixj>Fw0N_If$9~wyj@A zEm7Q!UV|O53H2^s-8C5$w5HjpT{;32@K)3pt574HXFp$r+0@sg_Qt!YhQGw7c*)kU zxXGL1rl{*Xq6X9*)uDmdQP2Mb3Td3E#2&Z?HAVZe1HO;i&HuziY&FqaiZoOQ#^Z1d zVoR(;wvjo68d&1Z-ayh&1I)IL#7?wtrc=;`_n=0y3R~d@RD;i<_P`-jN8Uze)qH{K z;Gjuf1I5-dY{vO2)TVS%_qi97a4lxwQ|QK0c%Onc+bK-O%h&>wCwm=AMNMG_>U=Kh zx&nKCjIB>b4PdIRm!Sq0L=E6>jCRC+zIHP6uLd`8qBZVB_3#bUg(p!RyMP)=VxhM; zQcw-`K&^QW#$!I}`q8NS-hyp0f~{~VssoRru79qO`PUcsa6%WphZ@;gRKw>m72|*D z?e#Xini6xr+RWtRnA{0O?G0+)47tNRmdLAv*p_4v;H| z+K>LvW<8!$#U9CcJy~PxFIjh6AI9I>av8o&ZnyOhtUd4=Tdt>^LN-YvMe5rb`^hl8 zpIjj0NK5h<(J|j6`m6US<<+(>wvt|?ux@_xe;Oo~S62JOVSlMp76|$)eC7VSc`2W? z$o;wMgvy-AOuthS`k!xd&KGfR4+MjJQW5b5Dx%-29oM^EYA+|?UBj(w0-@PqCsY{; zgesgs*a`cC{*s8lv~Ehe)3`})MpmYim6ey3Rl6wLiBqL-UUp{Pw(Q(S?Z<}7r&s%( zQorM?E}0pq33+`8lm|*fbsrBn*3umobSmn<6#PHma;j$gof@Cxi}ul9;jearp|DdL zDw$pGuZU2r^i}(4Azb3Cp5d$R<%9!H&_{Pm0{iPK9A8DmUmXZlJN|HF|0c&*5((7! UN`1Y}*pM^RH@9xrm|+af&|$lM63~!#1gWJh$V}yNotEFDwd**T{A_Cnl~nvQfj7Z8B+$6 zv2==zpfy^isu7(k(W)vjDx#CNmQ>mfrTY87dorK7pU?k&&$;g|XS?^k(t{pr4tTh( zHu79=*s4hj@=iTtvOJ6#L1rp83!JoLh?*a~;yb69M@PYyALHk(PP z<7Qar+Wm`deHqd=^9uT70k+`&<`4z-(-;ivoeGZj^)S*?81>8?Y;u z;Q|b7?sQ}grcytKVfYvWFpOc=brY}^_c#40XtbZf_Ba=H!dBFfy=SdP4P|6YZh}vt zMr4+)uSOs0+fe84!!}ro9q}G^z}B3UiJ9oqkgunZgvA(%k0om$vb8ads1FV`CITm7 zXIzQi_%S8ybHGh90FY1EXiMA~4AP>b*)ssXoL z6g(;Xh^hF{)_c)?O-VXV$3>{cdDB{jb#y%Hg0;Atde{`z!w9U4J&;S9bj-qOsD>Xx z-Ph$s^M+9HLH3z(s2;39-S8@Et}0O{Ji?`7;3RDK#j~gY@p|VGXA*t)sR!x3#guzBTu6F5!LXZXr}>js5O*^ zyu-{`^uc+^OV8w^7UO2rTG)%e+~1T^Pz$f2UJP|RJ3S6Yo!G{jgc`!ZsD@5QHFP1W zr}?N=zX>%`Z=lZKkA1KheX)KQ=e!VfspnyKM+el2@wT3X8u~QUW0r-Qq8X@>$U{F| zhFUA@QPR1eBf4Y`B5K(+n;XVi^6c_~Og zY=F&B$3>tL*1wyZ!2cUEXKyT7kN_6`}i8(K{ae?cV|RTA|vTC zXDMiiE?XJ!c-QW`H!d2J?>-2KgNF-{6x}!#74yNJ`R8Pw>4cqp1 z-V2kFC(tah^+F8b{^lbJdPiTi*5PbTMJLpSrt&czccZ2%Fx7dNk3wDcpJ5ddK1T!ro69GZVX`hI}WE!wabM6Icj3Za{{MzfTmNXNL}~K&^$K zOy_aTz^2q^p`O>}SP$1@E^e{)`=~|ck!8%Qn2c)h8PtefM=z{KUGI_ozKQEer^g+! zE?;C~6b{9ixDY4dSEwFl4dhP+jzEpTVVrgn<5gR)L`~&w)Z+9U z>O9UZkmFn?nu2E^S?m#=mx4m|3$4OpKRy9 zWGC!EeKf!o%) z!=2xPRv5_s-l&dbqt44k_w%1eL35vvYRD?2@n#pc#QUfl1dnhGLm%qVsKwX=)$l&p z2uENvPDTCdZ9t90>llPb(GSm|OD(!aK|@$+zqp4wvGz!3zc;ELh&n#R*27Rei$Zmv zC%PMAzaN3RVJrv`9XN!#@w=$&6k}^VhkCm1qNeUKdZ5;y`}x*I|Ee8qI)Lxpb2uBd2DFtq zxF62~TNZOj5qXxV5x*y&5pAod2 zerL@`E!L&B&J4NVq`gohP)aTkjh042+ix87=`ss#<%V^-RrB4SbRvsME27PlR1?3AUz%sOkD~A-NhR-+izJcoigy1BPQ?KaUOP9a|rElh3Q$Q^Q16}JD7b(;UvqzTbV*XDj5;|HXQ{F-R{ zCz(Lbldhzaq?0MckNlm~Y`>!rLk5#GB#s;*ZxU?*NWhgA63sNjTB(eJ1Hi zo+n$$3q)I?gLxVkkv+D)##(`2l1Nfcwvay(ZSRn8-6dnb(fq$cjgThhi|az6e7ecM z$=V*1ZMlY-6knBFXb_9HZD0KzGzH*w|Yf|$)$ls4+iBl_yyvI BM8yCA diff --git a/apps/documents/locale/it/LC_MESSAGES/django.mo b/apps/documents/locale/it/LC_MESSAGES/django.mo index 93c2f8a40cbbbdfc262c3dccb3fc1b3449888d38..f6289a59186893913c24e12a80eab0bd84420dea 100644 GIT binary patch delta 40 rcmcb$oblFj#tnN6xy*G94HOIwtqct(A2XDLa!sua%{RX@e4_{e7yk_n delta 40 vcmcb$oblFj#tnN6xy*D8%@qtStqhDNA2XB#a*YiX3@ogS4K}|se4_{e8C?w- diff --git a/apps/documents/locale/pl/LC_MESSAGES/django.mo b/apps/documents/locale/pl/LC_MESSAGES/django.mo index 8ac9b1b56aafb1cf29ec185f4f41e0fefe684f72..4c1ae19c4b3f911edb2cf81650d7b9f7352e2ab6 100644 GIT binary patch delta 38 pcmdmMxz}>T79lQkT|)x}LqjV=!^!)ET79lP(T|;vPLrW_IqsjY(L diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.mo b/apps/documents/locale/pt/LC_MESSAGES/django.mo index 3e1d626e49681e585108b022b79591f9b8ded96e..33c700a2ebb7d38b706362eb24b20d96ab3a61f8 100644 GIT binary patch delta 2054 zcmXZcdu)?c7{~EviR{u{fKr@u8!NVoopi2qqpl7+)`8;0jp7)fOh%Z~4K37VOVFi2 zV*hZ&OO_!ds4-0pL5Q8-gBPw zJm=kqQ+c0E<(+)LAoES0S$>0A+|0he&1?$>8_hQ27&halxE+g{%pSr4T!-he1ud{B0P!9@hon@@7(bS(NxlJi)GBbGE zVRjJXsKCx)JN}IUY#|-j;tpJbqv*$RT#RpGJx5xCe>R4kNMHEcRk4b#24l*oxDrjQ@slN}s7_R1t4q<7_mH5&Ey7 zQaXz@IOlp5tLRs;sxsD$dVeim#0SxjjS1%f-Kc=~pfYt3ufy}mb<5a1jaCMHJiP_G zaT^{$ooEh&SiaUtSqpMs?O`m(qqq#;LfxUyQ1dUNN>I#A)m^ATWwIXo@c}Gie>>|w z_!tLy@E3-$kHYW5=TLX#57fp5cRTZ9sCmbcli25Ylb)}40;$6?`t6vHn~>z$HY~tn z7-fHZjmEP$hf3AZJ!gIL?a>2MN@Fo&D)3M#

vZ-+-!R5>?|zP=W5pVtfI0vX|WFCs3F61JqZOLv38r z<;?e?GU>;K7(%_@+(rJC(gXuO+>AQO5U#*y@Me4)70}nH6XsA~fp4QzvIuH^0u{gz z#xaY!gdbr$eudhnCg~iwF+)QO$5AKkMy2>M^kNou;-jc}$8j;fhpPPrR3Kj+lU+fL~%Yev69uAJhxp`<>JUP~%}#O50HH zB~cq}ar=F!R1diQy|{$_C{pT-jnmM=&$|;|MV;^jYT_AGfEQ5n=28C%b6AF@-OhLw zYU41L;40SyYP~MhdOOjFBk0xlKTbn6dl|LB8C;6zP!lhqQui~~;1vvF{1I!&=ibYiNZJd{lB>`xD;{K?c4ed$M2{+6^eP?vTF>IPDe@9W#$zwgw1 H!;av89K;3{ delta 2040 zcmXZcdu&ui6vy$?q%M8X*Ft%?)h=u;U`y$4ce_%kEwxbIEfiY{7Ay#MNpzE?YX7j_ zh|!`XRntU5Voa*Wq!OB%?<6pQR`(kDr@Eop1Yc%7L zH6wqP;wOcZsC6phW=;4wYQ0J9#cbRhtEI8#KC^Nh#AWyl4&ghfg#)}*h+Q}rAHsZ0 zcpk+9`Xjg)k7FsmiAykz+whV%9wM3m{b-Y8=BLrcfHpXYd6-0kv|;SPX(Sf=1CL>N zjT_imY^VPVhOmxwEWn*O4-*)~5iG+uupXyz1>SIIG}9>LrxiEh{rD2ziJ#-W_ya29 z5*})y8mz)*yax{;vDtAX7R%s1yp3(RkNURa1S;d-V+*BsN*Gndo$K6<4r7@9tEiM_ zuo7oHXR(5QF{>(LHK_OFcm=m(5UU?>572=M_y8(XL%0afA=k~Zi!@pp@bR<;J8%yk zMV)8{t1y4Po3c9OzS?eFh$rxFd<%7lK0(dDiYmcBsJl?cja4R>;vw9I`Rs3L@4<(7 zga<$4O6;cakKnVYJMtrH<3CaJYB##`P9i6ID<-6|7LfAB<9h79+%)4Dv)UmVFtDEPpE)r@d#FIG24ryn2%ZP#+#@B*KIW$ zz(I7BnhP{k!*4Mcf5S=q9l4)2!MDTO_8qErE4I7y+fXO$LzQ3w zIu>AQr(2ppC;8Wgs~FIOD5~FrN?|*y#(PkKrmzs7L!Inp@A)azrF{?e)nri{|BIUM z>vA*c#}fJh)cZAE-vtLqiLPQ77#{rFcL3aTs-i6R3G7u?)|kYJVOT$Y;o5EsI*G zfr2ZeTReNPi2eZTP9?Dvonab&8ZTlUzK(a`7kC$bgNpbT>V@20ZtBWWOWx?i}AKMUi_fD zaV5@We7R=~wO$))ysdUuV6tf1HaPHZT%Y+KyI&_`Xc=QmZEAIOZSz8LIsU0!|`Bv zbyIz0{Dnv`uf8D|4mU+(<5Q7^fu78np=2t!A@S%FhZ3nwI=J@9!)`m7o{cEjIE3fH($||kplqw2Mcrn diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.mo b/apps/documents/locale/ru/LC_MESSAGES/django.mo index 7699322c8175d17d0c597218a40463baef361f5a..cd148e5ad3c2c379bac172ccadc949ec7c1802a8 100644 GIT binary patch delta 40 rcmex(k@4e2#tnN6xy*G94HOIwtqct(A2XDLa!sua%{RX@WHtu?DSQmP delta 40 vcmex(k@4e2#tnN6xy*D8%@qtStqhDNA2XB#a*YiX3@ogS4K}|sWHtu?D%uRl diff --git a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo index 29e7ab1017b8f80b044a2f8a2fe41cc3f00de723..43b83ab719d1394b8c64cf1a73317b191da8a647 100644 GIT binary patch delta 238 zcmX>kFk4{4mHM5G3=DEC3=CQf3=B6|85k;nG&36m1CYs31ElSMbQ6$v0n!Jd;%w{; z3?e{250K^u(uzQu2S^(NX#pT@2c`XiG!QW)K6Jj*1xUYuitDm7 zFo*#8#z2}MNP7Tj9v~e7qy>O7-hb^_9Ofi%!A1_huXNTE8AW(LxxKpLdZa&sr+DJJiXl9B=|ef{*zl8n+Mz2y8{ z{i6Kh#G=gnBK_RN%EUbV%;MtG)MBmx{}5g0qSVBa%=|oEm&B4(D+MD1LnB=SGhIV- n1w#uf1B=P!EN3PMvqtgzB<7`;CZ+?Gq@>2XxNcsFF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>97&hcI%859|elw%-928&O?WRNl#yet-rMH%R9sFk5HrC?~dEuP9@zL+5@w7c$sha4?oHxwEzGB delta 296 zcmbOzxI=KlmHKCl3=DEC3=BF93=FJn3=DICv=NYI1=8n%v=flN3Z&hEv;;c?11FG9 z0McSWItxfk0qI64e-4lq0`fNlX%QfO3`heJ!)+kJ0i+)TX^{LIAPtiL&(2`RpaNuw z0A;y=v?Y-C0n#o&8f4K#Ak7b?X9H=V8yQvuX^?>%Hg__fV)D)?DJihh*H6zZ$tX?I zOU}>LFUl`YEXvF;($7t-Ow7~IEG{lhE#?aF57BilN=+=u%+J$xNi0dVQZOYfYZQ-9VqSV_VmeSsYVqbxtoNA!jU+gC diff --git a/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo index b84185a03b20f33a914644af6749a04a97da7d7a..32a9d9676ec40eb9efaf0c50c47c7fb794c8d512 100644 GIT binary patch delta 235 zcmdlW&?zwCN_{^g1A`n31A`U=1H(F228LW9eG^Cn5raD$1A`-w_65?`K)N4DgTzk* zX%QfO5lD*z>1RM%2uS|}(gHwQkez{n7f34sX`m2;0g&bc(&j*#A4t0aX^_4!b_O#B zWgsIDD8LD%Cjn_+AUy|2gDiRlqL%5P`$wY}yHfd4X!NCW mokrWV+J@ONtZu`y9n+pqOP}+mHmKgp&`YJqk;R*q75@S6moqN_ diff --git a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo index 373e36320323cb41cf30c9e332bb48089684d5a4..8fb3c122e23972b2f64aae271b41b3b959ddd64e 100644 GIT binary patch delta 203 zcmX@aGn;3^mijA<3=B`17#K7e7#Mc3FfgzJ=_f#%4M@KN(gHyGBajvX(o8@}5g;uJ zq$Pp07Leuy(k@Wi4@ipw`4Lb$4@j#5`7J;iWZo(u?Es`VLiwLq8N?U_fdW5)0?a^~ z8>osKNb_&@WW2~Y*^ya_%UsvcK*7+^%Ft+XD)R;&pTxZM(!}&sD}{ob$s#P#n`>B( GF#-Sw?;T+P delta 243 zcmbQubBJfcmipg}3=B`17#K7e7#JS1FfgzJX>K6F2BZanv;dHn0MbH0S`$c%0BIW_ zEeWIpfix$O&W6&ZKw1>YuZPl8fwU@+zZyt`%)1Dr9f0%=C|{C|L5x8VD4+n8Wd_nl zK$;s!n{D=FyvV4YQBqQ1rLUi!S&~tjq?eqZt6!8~oLH2ZU!OepTN#w#-Idb zEQTsP2Bf`!{EI*uq(KHqfE20%X`mY!EPyn~K-R=A85&KV d$Fh&dCowO*G%-EZN}-@+ax`o7=EJOOm;mn|AmRW3 delta 295 zcmX>h@LpiTmHP9H3=DEC3=A3!3=HpB85pJkX>m3N1|XAR9gsEz(p!MEIgow^q&a}J z96JMp2#{6>(qcf`21pA5>0l_G2Bal`{7N9r1*9hdX^_6TKw1DuF9Xsb_1oDQ%ovn_ zj8jmBZ-KNIkpBZngETk;36Me`APsaQLp+cM8JM!UlkpUjcScD`ft9{~dS*#RX_8)Y zey)B|esN+^W`2==ZenF(o_=O=acOEXSAc(ru5(dpVo7Fxo~}z`Nvf5Ck%6I+u7R1Z lp}B&gg_VKD7-zPCIy)-dB)k>kDB;F}#aw%){<_E0%m;iKRBOw3) delta 299 zcmew^Fi&v8mHO9=3=DEC3=A3!3=CXs3=ETjv@wuo1=7cXv<;9x3#8pZ^6U%@96&k{ zNQ(gJC?G8cr1OEa5Rh(z(lddy1dzW5NCOeWQ6K@*cNRzs0O@N$8l?U?JA)a65|Hr= zD8L1zWr3=^fV2jX25Be;62d^b21oYZ_;>4oN{389_#LC1x{mkOx($r$E0RIqO=c3falFa-(U6;g?R4WA|14AQS12bJi oa|J^SD+7zkTA-0n&`@3=FM6nh!|N0@71}G#8N8 z=U`xv1=3bPS`kP`0BJcOT?OUO1k&n2{%#-*QvVo8gUoveq@{uMZy*iQC(g-W#$XO) zSaLEjhydwAAe{oF+kiAk<7*%-1*E?LX`q`J1c8DQKw4sRC*vum$yF>;T;{rl1`39T iR)$8C=do<$@kz`}FHKBOwNfZ5o$SXNy?Gn!A{GGSd?ES( delta 296 zcmdleazkXom3kf~1_n761_nn41_o_528LZgIu}Uu0BH?&28LE3Z3?7k0qNa9nhQvW zaWF8*0_j8`tq7#+fwUZuUI^tM0MhC}{v#j_QqRQ+F;5goO9S~zKpLdaj+4QR!5qj) z01Aiz=@~#e1xT+2(jbjOKtc*g%K~Yjn;0yBv;>g0-`vS~ipe{pq@=(~Uq3ywB%?G* zFF8L~zbL;ru_!aYNIy5RGBHm-v$(i4wU{fwKSbBLC^fMpGe1w)C9x#cO2Np$&`8(7 oOxMs{!O+6Wz+!Sa%f`v3tWi8ZiFxUziRnNkMWvhjSQoPZ0FAmdzW@LL diff --git a/apps/folders/locale/de_DE/LC_MESSAGES/django.mo b/apps/folders/locale/de_DE/LC_MESSAGES/django.mo index 23f8c37d55f7c1d347ae5496ee2c516a902a0f2f..c735520e505d3b1fca0dfa92cadaf70ef3de5ced 100644 GIT binary patch delta 75 zcmeBRdB{9Lg>m^rRZkVJ0RIqO=c3falFa-(U6;g?R4WA|14AQS19M$N0|i4vD?_7+ eJ9qK>B<7`;CZ+>rQ&QtyTqhSXMo+%Ws0{#YZWoyV delta 92 zcmaFJ+`%$Ih4I`(RZsPdl9B=|ef{*zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG w)Z&SGQe0-bhUN-}7FGt96DRGO9K#sJ?~|C9UYeMmYNe2p8t>vdc`Kt10Py=D1^@s6 diff --git a/apps/folders/locale/en/LC_MESSAGES/django.mo b/apps/folders/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>bZY=4%T^f_L;YlrcfJ1nU<9Lk) z{KO*8hol)i!CrjCKK#H1w8Byr7cq}JIEt5O&b?tAf5HmX%Alu1ieUoHMg}vug2T9r zZFq`lyucBB#XJwNJEeZ+a}j9(3urE^qA746yYLJhyuv8nMuPvuFD&p0dPf((a1g)I z1VoAM#sr#z(`XW8(OkHMG_BH^LbuU8BtTQZVbeOA_`9YLjhKD!)I2xt&QADKN#D=; d)3r(WDYRT#uWXenm%5{bv|F%Y9kB)%t_oSe^j{LcCP&Ux(q?LI%W72a(kXD*RG5!v^MRN^JJ<24T8 z8_uKOE3$|iID|LYfIrxXwN)Y$*o#rz!Z@B_55Ay^bNWPDu-zvGaWIIn5WqxvV+n_u zZ(}E(q7(0M5TCIN9n~b@0sYv-e62>L8Fx`7JU~_81=iv{+VK_Z@w2Azf3e!-6U2pX ztix7pLvNRvG}Rp=3_7apT3;HvBss`FoEze|CNTl?g?Wo^YY zEuFE}^DBd^xlPT;nYxk58QP}4qi3~@Y35U=duDnzm^4zlmC0p;=*wEqF=$w`3# diff --git a/apps/folders/locale/it/LC_MESSAGES/django.mo b/apps/folders/locale/it/LC_MESSAGES/django.mo index 201daa74a4719ecbd7129cbf2c96d44c007e7387..5f03be5ee854aedf4251d9d8369013c79771f892 100644 GIT binary patch delta 437 zcmXZYze~eF7{>9pRHIE&X~mzVLbNC-N{mY(9TahJ(9uacRM6VRNv8^ND7aV!gM;88 z6mhiDtvU)0j;2V4=KT*gss;smyE6JIgJ{WtWTM{1k1X&Lq;2e?4)liF z_y_f+elD+&24%sDso|2e>xgb|#Y_R_xe0ySNlAdqEHeE3t1s YxLcK@>Pe-#A9}Up_|x9)l$;CeAE+`g!2kdN delta 496 zcmXZYze_?<7{>8eBr#3X=r;wHP(2scY-gDpgob%vY@cztJeYA<(b&E`j$i7>|j>j0l6P&?Y z+`=!*NRNm{uHgW-a2VUTfugDmBF@Up}z%;6Z zHB@ys7{V4#U#FhW+Hs}zLbjr3DQWuMb;ln$AV=Q- diff --git a/apps/folders/locale/pl/LC_MESSAGES/django.mo b/apps/folders/locale/pl/LC_MESSAGES/django.mo index 463d6d1071ea4c316665045efebcff1fbb5507ed..c51ef5f53526cf87c5ceccd7b1d51508e1c36530 100644 GIT binary patch delta 212 zcmbQm^O<|Xp86|{3=B`17#Nfo7#Mc3FfeEV>AOH$2uO3VGB5}OX=xy>0;KhUG&_(E z0n&m%ItEA!0O>p+4MYs}K!O8Ew*qNSAl(O~*?{y6C_NuYgVZkr()>VrJ1c`cSi^Cs zzy+wn2SAz|sNgy4<|xJkjFTOirMS#>4Gk0w4Xq4~CZ{rQ;PFY!OD|1KPqk7g$eAp{ L61};GWga5{u1g;9 delta 252 zcmey&J&R|;p8DU63=B`17#Nfo7#JS1FfeEVX%)#4MYsffCLASUIU~#f%H}&%?70RL+N8c8l?U#kmd){_gER^!5ZE{ z1-?TSvIBK-0~PSGZH{6*z^I;4Qc_^0ub-Y-l2MwZmz9Z6jMyvTCHC#h_!Wa(KJO+>*gQ`f)o@A;!shFi#X^aN%4O zISC?)9mJ*JY8Syx90WIU7dQWBgpgnEz03P?hlRKN?Rmt%j7T@_QbAJHk=k$%2k`($ z@B){xg;gAiOGVtpF1*5SY~n1w;5cRz(iASB$$yM#yvBZfOvwK$`1&7s#|#@kIELwD z*vJf8tXI*+4IIEzEHS`6nuMPnVMEcBG|ajedvF@*T@^HWR?wVZOZifak9`7Mf{xI} z6YRq?G(X%Sj~;lL8+t-B`7@e{K9Jh_Msq&a8OD=n8ptDCnnY7?4o#g(BNJ^|fn#Uw kiBYeZ^SrWG3S7GxpRaA!cWU+Za&Buo__CK9i;ipk0@83YEC2ui delta 497 zcmXBQJxBs!7{KvIBCRtk`=A^u$%ZKORQmFuA&MvpYAA@7I79RXKhQI5a;PO*0@s$P zB?uCP#;7qGf@%pOT7uSEf~Nj&!g0U%-h1BX<9!|63sjFCj7FpRpG|JyQNJ=xD8PxX{NB zKZeji)rf^oJU|_fun%uA$^dVu5_;R~4UOOs-_zKQain)Cp~|z5D*mv&EaGBu#s-%l z7pUPC_TVk5124!U@4VCveW9BC2h~KHSELR5QN@Q)?T@2sU=h{%EmZY#sOpqzzJ`0} zQp&b-hOQ?qJ5`K_wzFwHpDmbqE1TET=B}C1twN!gC}^uIYr)xk!nCbyCOBu>3Bw-^ mN20;-L@+Yxk4zciSfxq3t~_a*?qxHRESgC|aXRZ3jV;3R@e9Yk<* za484{M;{>g2k1~7#LcE?%=l^|FS>9F)%p2$zKH5&Hc{Q*L-oT$?8GCae;KQLI_@l!DZ|Le zG%cAnQl*{XZZ4x0az(w6&K0zbexPTybg@`U6srx}kbNc)n)QX|V$;#;r|qfwY~OON V=-FgRPbOl%ys;f$t4ADR%P-J~MEL*! diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.mo b/apps/folders/locale/ru/LC_MESSAGES/django.mo index 829541754ed7530f3a2c88a470ea4196d80ea255..996072acf41d850b4a7797c363adbe0000076380 100644 GIT binary patch delta 437 zcmXBP&nv@m9LMq347KmZFvY&2^(9Q!d>3ioT5(~ADJNM@--DJ~iki~YF7DE}?Y5hU zHGc$2x$LI6D1QJq2hUGCJwERrectc)Px3YS&{R0Q*63)D#*#Zx?}5P8E9>P(YJ7oMQ1Z?PLcu?;<55i&>s2XMk${BNw$;0`g6 zUD-qRqY}2`4XS{zr~?0B2i7$IKj_C6>M2z774+jK_ToOOAm^ywdBj$HFSj|Ks^>Dc zy%pEAbk@!k)`vEXoMsx9Ze|Tr%jw&CUdvimA!WIi7L(y=Go{;EBOjj8?Nr=19ElEx lBV*y{xGy>pkHku~uIti+Yt=ok=hFo}&5Btl_tafDe*w*iO!xo* diff --git a/apps/history/locale/de_DE/LC_MESSAGES/django.mo b/apps/history/locale/de_DE/LC_MESSAGES/django.mo index d1f41ebc7c02b2ec5929dab35d483f91a5c05d4e..22ca005812e6db452d992278792a6d488b691459 100644 GIT binary patch delta 214 zcmZ3;{fleDp87+K3=Er?7#LI-7#K=f7#LWA^eiCF1Ed!KX?7sJ7D%%J>8(H-h#2+& z2|*xz5J>X^>B~S`07yRs(%eA$6OiTv(*J-oNIwVAP>^~7AT14~m4GzJd^=VKIR-u; z!y707RLc+rq`81}JdoxG(pj4$8T%L~^D#?tnd=%FC>R=A85&JCV!q1nlbDxYnwXwy UrI3;u@8UX{jU{?>A&UVc07o1h-T(jq delta 275 zcmeyxwUB$lp8A)J3=Er?7#LI-7#QZTFfgzJ>4QL;2S^_W((FL`3Xo<4(szI~5HUOk z5`sYb1(4FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>3%rct!N>NQ+#b=v(_+cI^lYhOH#t*I@QA0Ia)nE(I) delta 320 zcmXZWElk5u5Ww+kwvMlju!RJ*P=_jQC-`V^;2?lN%{|CVSFx7#Lx2E>LXb?N2sjMM zf*1mULxCYPU=aj|L-8+Ja=Bmba`)cd*WPOv->093$Vo}W5)o~R%;Fgma!H!TE1bYP z9K#2!;M2%wtWv*@{J?SQFRbGaPNB(CVI7P2nibjp|8Rjulg1j(V;hUbW1PctB;i}1LN1&>}1)Y?>Ir2b@KhigShJ?ajKFqPMoefQjrs;X|B`B-JLyq xJ<%!)$Plm$@Z2lZ^d_4d&AOOZ%}Smw^S75DquvX{f2pM`~jwpI&uI2 diff --git a/apps/history/locale/it/LC_MESSAGES/django.mo b/apps/history/locale/it/LC_MESSAGES/django.mo index fa00d81ba596fb6a6a977467f28f86d025ff402a..7af0c6beafb1263ab109d85a9bb1677765455fa2 100644 GIT binary patch delta 211 zcmZqWzQ;9TPyJ>_28K;c3=9ek3=C;33=BZT&<-THfpia$<^a+&fHXUhUI?Vwfb>cr z%?qSA0BIm%*asv8fb?M?%>|^dKWolmtLBfo@%9#Su*(- LbM)pU7G*{NvdJCC delta 270 zcmcb|)yh3#PyH=M28K;c3=9ek3=F+23=BZTuntIY1L@5`ngdAh2h!|7`UH?>1JW0O zG%t|84y1vI;VF<10Mf63G#8Nm4W-#wA^HV@v>;Gi3P>vgX&oR9((lL0AP3eM0~7!m zlnbOefpig&23cIQIg+uD(L1B0q`*pFKRvS~qclk`IX_pwD8D$dC^NrEKR2;5F;73U zxVSX6m@B|PMAx|}HL)Z!KTp>su_V<>!N|bSNY}tj*U((S(89{Vaxypb$;l6yqquw$ R^U_Nb(}7AhTd=4x0stE0GNS+h diff --git a/apps/history/locale/pl/LC_MESSAGES/django.mo b/apps/history/locale/pl/LC_MESSAGES/django.mo index 95aaa98720d9fe828fa07fd8668865062aa340fb..33e6b357da11a11005aaead2e5f46b46f94e7cfc 100644 GIT binary patch delta 211 zcmX@aJ)3*Np87Y83=Er?7#O4(7#QZWFfafS!)_qK3#1PKX$~NL4oI^B>FYomh#2kx z2|ghG7)pNv(n3H!BP&F`2$YtE(rQ2&B(D#oC4saPkmdo>F{})7V2d(=0zkx24kQGC zbS+dt-{wfhKE}y>%u-zDx`qY{hK5##Mw5-0Pw@C8=B1Y=rl(pd6y!|)$sD~oktLB4 E0GtsWT>t<8 delta 272 zcmbQueTaL)o_b*>28K;QEX}~caEyh40f-nL0SR6p{TxVh0O_wlnhi+*1JXdmz{<+N zzz3wcptK~A76S4$fHX+GHI#ON(!NmnFd!`nl+OgxJV3gcl|c?{(FC9X5HZXH5&}Sa z2~@$>&5?|KjNTa~B?VUc`stY^8Kp^j$@#hZMft^vMVa|U`nidfiFx{&#l@wm#asdY zA-c{*sfi_-`FXl7i6yC43PuKoM!E)Ox`yToh89)^mXo=ePfUKm9L3|4n3rCfm=07@ Lkh9s6C5aIL#Y-|7 diff --git a/apps/history/locale/pt/LC_MESSAGES/django.mo b/apps/history/locale/pt/LC_MESSAGES/django.mo index 3ef044549477ace1eb6e2d555ca90e090fade360..657dc39b8cc8836c3823f4c264da25b10859f929 100644 GIT binary patch delta 259 zcmdnM+sQlOP5lZ+28KFj1_nh21_pIj1_ogu?Fpn=fOIU7<^$46K$;Us7XoQEAYBcm zn}9S(T_=#{2GV^{dKQr80P>dsX+a>p9x8qiNOJ-CXMr@xyc?_xeheZ&#v`DBERg;V zq!oa)D9{#=Ml&ES1f)HHG{~Z8APqze2|xnm&~zXTvZxwJgXCK_?_~VNIQbT{6qmWK np@D*-p_QT0_#VN+$1SiQcTt+RF$42N5FM delta 319 zcmeC=-M~BHP5pUB28KFj1_nh21_nP?1_oguT>zw6fOHFx<^$55K$;Us&j8YFKzb3B zUJ0Z@>NWsrZXmrCN*@H$96Q0k^(Dz z{q)R|jM5~%E8sTMS%1kAT0}|F9K zIe@hCW>3aE#>w}Xq`1s=4Gk0w4Xq4~CNnYL;P*+)OD|1KPqk7gD2aCpntYQvdb0}) GKO+EAyc}5o delta 267 zcmZ3(b(w3zmipI>3=B<73=Av`3=DZdf)7X+18Ghm-2|lBfOHR#W(CrdfiyReo(ZJ6 zfb>!zEeNDHK*bM1#m@n0kp7!MS_DWx2GX)X`Uj8(sTTtpCIqB4SQ*5?7Fz=aKpGr? zGzXCO+U&`g$LO6=Qc_^0ub-Y-l2MwZmzzrC?-WXryakrfX=fU}#}wU^)3V(~Zf8nWOl967$ka6Vri8 P3QFRgf;P*r2rvQw^42sS diff --git a/apps/history/locale/ru/LC_MESSAGES/django.mo b/apps/history/locale/ru/LC_MESSAGES/django.mo index d3de904280ff6f24f4ad93ced93fd85699f6f4ad..1ce46498eb156f2947b8911da9e11d98c91ecdfe 100644 GIT binary patch delta 211 zcmdnPGnHq;p8CIx3=Er?7#L(37#KFNFfecc>2p9@6i8nO(tJSrEs*8`(tm(77m(&; zWnd5k(jrh=8%Rq5`A$F@q&^l(=RoOdDBT65C4urYfi%ec&8!S^4B|k>NuU55kbVfH z6@l~%APusJYjY%HALC>`W+^UnT|)x}LqjV=qsd0hCwY7l^U_Nb(^IV!ib^N{VvgRN I#Bz%f0Ou+nQvd(} delta 272 zcmbQrvxjHGo_ZA~28K;QEX%;aaGiyLfdfc?1=6BG`X7+y1JWX_3=BL#S{X=l0cisu zEe52mp>z6s-NrAd0p`MLT<`NfGvnfXQfxrvpDdHR{f#igmm zTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx&~&thUN-}7FGt9lew8sPJYN7#p9EhmtLBf O4pdT9y4i~5HX{HX5i<|~ diff --git a/apps/installation/locale/de_DE/LC_MESSAGES/django.mo b/apps/installation/locale/de_DE/LC_MESSAGES/django.mo index c19da56f7536eaabc902c0731720a743ea8ecc6f..44b20a287728106fabdce4d6ea5d34f8d0728077 100644 GIT binary patch delta 35 lcmZ3?vY2JUdMJX0$}^NkOk7y+>839$eG delta 35 mcmZ3?vY2JUdM-0vLvsZ~3o8T5i96*WJR>73L(7d1ofrYKtqI8h diff --git a/apps/installation/locale/en/LC_MESSAGES/django.mo b/apps/installation/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..698fd6740917e1ae6832bb9e5f9380b95a902310 GIT binary patch literal 378 zcmYL^u};G<6h(_*%E-*%fel`93KGQ>RMWU6!cM9*tpuBCO$aJ><+unwgx}*^c##mj z(vb(BXW#d8c<|l9>>)?UF|v=GB5nG}5HGLrY@Pp1y?Zmu0O<-A#y7RIj7<6HflmZk zh+>xJSyY&f^8r*-)hoE$Rt=Pnk!YHiF!DwR9D+m#!$^IIk@D&oFp*ZPIXub9kM6}@|68lbAito(Xi4YBp*JFENcV?NH z^~LE^(4?b4REUZqG?9=%ktj?bL`Q=JQfQ#0pydB{_k0&A1tX1rJG*cG?_=iqw-d)c zXBe+wp27SZa~1Q>L-@hyJz^Aaj33BjD@CEP=_$c@b z_!#&rcmn(#r2YSZq_?tC`Z-zg4EO}zuYzP3g0%kvNO5d~q`wDJyi@Rb@Fqz6z6PHI zZ-J!$BlstBx(iaA-#t=t0n)yoL5k}hNV@-4-;X2sRjf~guYwmrs>eqa75F0779>BP zfu#2ZSOdSU_$ zW5WgpDe!DMcPhq1DpO4h>39F0^ zQ>tF5oXe%F^>znA%gW+(g0}E7;v0?TM$mXGXf}AW88zPs8fO~~7zTTCrl{BtuzNE) zyYYGhqjp(19}KL}4wW`G;(G=M;|*B&=WpBcMZF5BJ~8^bNaXc*CMm7}#d-lMdXkHY z3vn9EvTzR3BAtOsucJ4_v@bgsj<9PWSW%)b75BI8pu)V!laT6r3=?< z-A;Gwu$;|$qt-Io<0b}!d4?i*dCiAeB9uPQh@57C)rY8hTrFq1(#Y1O_(-<>;#2R?rHJ9EyN?>RF_c0aS)6G2TwE6^P@2Mr-vG@`z( zff@KsFbf`r{WFllUxvO5rs40wDewi9d#_*)d;=H2A@~&`UGjs6JUECEG7El#i{LLP zL(OYyk%BYu$0093Id6e7cn4euAHikt9mMJXO5i2$$xx$;lNuota7ic%VTYukNk|ql z5OU;LtZlSdk>&&`F=4v=%HvL3c`iJc*E^o$(n?9T{D2iX@Ap)oN{L#GT45}1slWQ^_|Az8Wyn;KmY&$ diff --git a/apps/installation/locale/it/LC_MESSAGES/django.mo b/apps/installation/locale/it/LC_MESSAGES/django.mo index bfa4408d015faa857c7ad4863c19c7fd89edd8f2..0425f0fee157bbbe36ccc6e8d345b853c7309dae 100644 GIT binary patch delta 35 lcmbQjGKFQrdMJX0$}^NkOU83C-$34{Ou delta 35 mcmbQjGKFQrdM-0vLvsZ~3o8T5i96*WJR>73L(7d1jTr&1lL?#v diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.mo b/apps/installation/locale/pl/LC_MESSAGES/django.mo index c9f2a4c2c3a36815cab69f0d7d9f0c8bc40843e4..9bc77a564f361abf10ba5b5f2ea9b4d52a44d90c 100644 GIT binary patch delta 35 lcmX@ha+YPndMJX0$}^NkO47y-Ow3NHWv delta 35 mcmX@ha+YPndM-0vLvsZ~3o8T5i96*WJR>73L(7d1a~J`>DGEmb diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.mo b/apps/installation/locale/pt/LC_MESSAGES/django.mo index e8ccbb53e56995eb45ff515a8c0d5d7b10b129f5..f7a9cd96a642ea875b6e69961c8890bdb31776a4 100644 GIT binary patch delta 261 zcmdnNd4#S0o)F7a1|VPsVi_QI0b+I_&H-W&=m26KAnpWW1t6XV#Hv8N9f(DM_$~-D zGBA7s(javgm>3vTKw>~z14uJ5GcZU1X>A}4RK@@l1_K}$1UMO3fF#KB$pMV|Y+;$H zVH1Ll zjfJ36Sr~|4%I%vRu z8vxtkN5D>SzIML}Quw`^FMzG^=U_8<3F^8VFbY0^-CzZL36KK$#GwlpPj!CcE7$}7 z0qReEgM(nWo{%fZ3_JOI$&{xH?(aGc?b2HM(R#TFW zOmn5AQ*|kR$eHq+ZJj8WXQ{|#B;JbmWqZo7rl~a(H)Do5VVaTThLPfVp)k%!Fc)QG zrZr}m(}p=ttyp}*8a5G;Ri<2H+hI9{$$HX`cc;I!Bo2MC6 U9X)*<99>+3T!VurYcu`=0E^8NIsgCw diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.mo b/apps/installation/locale/ru/LC_MESSAGES/django.mo index d70afae59d876e64a77b832c2e0707e4c1be4cdf..b4e2013824c52e119329cab015beb8f6556df65c 100644 GIT binary patch delta 35 lcmcb|a*t)gdMJX0$}^NkN{83Dlx3Ss~N delta 35 mcmcb|a*t)gdM-0vLvsZ~3o8T5i96*WJR>73L(7d1YZ(E;&kA|~ diff --git a/apps/linking/locale/de_DE/LC_MESSAGES/django.mo b/apps/linking/locale/de_DE/LC_MESSAGES/django.mo index e5569dcefb11ca741d7ad4bf14596a4a560e3186..14841071ba3f325cbfc9d298f07f177dca7eaf59 100644 GIT binary patch delta 664 zcmXZZPbfrD6vy$O{|uVJ^WS0=LMHPD$x|dl$oNx=qBJp0Hbnj`M;1!iV8vD`*{D(M zB(YOg!p6pqrIje(Yo=cBbMCwMoz6M;#yN7%=Tl?x6e;AE(j}!7NZpu;v)GRzJi$Ty z!g}l~lo~LKwYY~Zc!_5J1MAQ#l7_Go$8j60@fpkUyGSu*5?Gex!b%*#It=0x_TdHg z<2N>APqEa2%h-Zv*otphiB^d;MPq(!XT4J@jo}U6VquxIi%(@Ssf}Qca!eJUw*7szeuGx_}oO}^5q#K@a5i}fI87{>|B-A^VD%%JIb z9lf}POkKxl3cX71zoF^)15F|;ewzN`s&S2tPWXCPBH`7ArA1#byc%)50lyva`P+TA k-)q~B9XNP!-@Avyi_x`kl@hv)a)Q}2zpGPk9>-XoP0 zQm>@Z0qHC{ID>U8;|H9;11aucfJgBWj^HaC!!OZ!YEU}D-p5Ngi&OX#Gx!(xVP;5O z#aQ@5QXJ3WMJ!_xA7cqO@B(IbODJLJ*c_mMC%XeZN&&YxkP{R?DxT1Ol3 zC)&EdBYV2EYe&_O{|h5c%Ew)J4UeJ0BrYJ2mU!98y+&$j4Q~u9!xpV=7#k3ucO?)lbRN&VLJaU$+1N diff --git a/apps/linking/locale/en/LC_MESSAGES/django.mo b/apps/linking/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>!$RN)Jlh=Zkjge_mLX2d=SYfFKTPegs6tb9w zQdlX41zE|$M#|F4|1`7uopbL!_dEA|CrxWjXA|+E>o}4AG?4@mu~CC-aFWG!;Y}vmis07S#0t)O$xz?;Q&f=;)?m8(XNO z+l}QBtRTO`RQyJ!DSxPqSU7CM9Q0rV>bY6ebIYg`*+hmR2dIriFdlnv2=v9bs0H_^ z1#ie>HvUNY@A1sbgi~s-t delta 700 zcmXZZ&r4KM6u|N057K6Y@mHp$GGdyb&o`rkHd7*DvnZ7cT!}57`WTRr31B*7`EdGCU6Ed?Q5!5^Io>~Ip)dZ6TJR6GpsbZKV-tokg8I)Mqkh1}9$dvL+}hu*JPwR6`2KRj zG*gbhke%(HbC=AF>scAc&6rEpQ!8yco|m<~z@vv###qL-e8){2_blH|ga;zg0V6VG jM2ExCTZu?Kza9FX->99gnXuBStd%0g_V$0*ZUz4Xi!5S& diff --git a/apps/linking/locale/it/LC_MESSAGES/django.mo b/apps/linking/locale/it/LC_MESSAGES/django.mo index ca1ff68cff7516ad84a76716839b6170724022f4..aa16753db88c3473d720b83f80ad148901b77196 100644 GIT binary patch delta 661 zcmXZZ&r1|>7{~FCT9LcTtgV~tk8-0ZR3>M(ZCCfOkaZ|X@*t6R8c4)M#n?_Ah7OCM zum$@EbPHNM1X7nS;?d|3d8vbV=+vby6-1Qpr@k=E>v_J<&d&2Z^LXr2>E*rFc(X;C z^rSXPzf#f|{=rEsbxCEc;YHlWLHvp*(K{ja;dvavD|iN%-1!r{P2R);wxs{pi`Y+o zC#_h=2&x>k<0Jg{LadN);{^V7PIOBFc@2l~HCkf_PA?!KQGO{2Sd~!d#EE zi_^G{gV~tw37T2yEWSsc(|1hZPiJedbb-7RkK<*u2`b3)G>Zdx-__S}nEa`$zj5bp z(FWbaB<{xqrwP8egLd{ws0`WfCHIO+1CK(Ejkl){7$_6Xz0Bx2FB8 z59Xrk!pgFLEvn9ybNL|5`$5SMgIpMv!+hhNx6^SmTAqIx%~M{eHtMOnTR&3CGT6u|LkW!5g_-_q1fkxGqmW=+<05Dz6u*pde^s1!#XcIV(u?9LL=VccuC z(u3eZ=nx2tNK)NBMjjSVMqavj_Y`^Y``Uq-`TXAR&F?qA_vY6~DYd(NAv~-RN!N>9 z6p@}rkrdv+G|r=qWgNs4yp1=SxG{F^{PqajN;-Jg}p(OxV2T}0Z!r%e24Gx zaa+jd3@U9Rz4#YdC!IG%V%QbgkN1d&@d~~|t-wW^CnfB}4^e&x2Z+B%`9IP8DQcl- z7{}U>{&g{EM4hmZoQ$EqIE&iy1=Pw`qx?s#B`zbEeBoi>0qTLykRm0{DfL(NBFzvR zwd2#Mzx>H_23qk;)DO%>`lt&_sFiIXmwe@+ovGk0{EfQdzrF2CN3p4F5WKccGvfu> z;^N?vzhdV7f|K|Byt(4Mb#kUxC=}g7Z2H-Z@hI;)f#>Ip2`6yv?jb8NWLQZfG18q# d+1BXV=lcD%V#ABrQzw@xIvHNs``K_UehywQTl@e3 diff --git a/apps/linking/locale/pl/LC_MESSAGES/django.mo b/apps/linking/locale/pl/LC_MESSAGES/django.mo index b9715acc5462f3a505c8f1cf3b0e49d2403046c9..410ecde8b3a2696e9673f415313d5696ca1621db 100644 GIT binary patch delta 251 zcmXZWy$b#wFixM%S`pV)=8~z(mv%6K)@rL delta 313 zcmey*yNqwblltF`3=I9u3=DD%3=G|@3=C{QdKHjn2htmXG*FshCzQV%NUH<+hk-N@ zF}wy6f2c&s`{6|1qA4tCk(m=!@&%SvTqZE^OMoCG5mA-y@ zW=TeAl3sFtu6|K|abi(sevy7|Vr62Uer9oTX=*W7fPaXtb5UwyNoIbYu1jJ`s+EF~ tfuWJEftjwMxq_jEm4W5t7t9+bFJ+11@kz`}FHKAbDk;d>{Evl^2>^;TIZOZm diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.mo b/apps/linking/locale/pt/LC_MESSAGES/django.mo index 3c53f22f1555011945efcaf3fa9f855ed4c4e8ef..cf45105017a7e66c87c0fbe5042c7dd622944e7e 100644 GIT binary patch delta 661 zcmXZY%PT~26u|LAonPug)&XaEsvBCV{6t((O^eeC{~nG zBFchNC~R!}1+q|V5Z|9WtIs*V^Si%$&N*w^XgVB8jP50f^w>p`MdZ^V;>U07!^Uip zHeAM5yh9DMazrYz9^Kf7)i{S5ZetlIMp9sN%0d;yEex117{G=dWjY^de$BsfL3 zCFl7615}N?Vg;s?XjqG?^Bz=GT6u|MPsKu_}+9sKQYB2F2jx)QFxg(Zng<_H9>Y+dwYgzZ;uI2BanRPc~>N>C6y2ttP-f`SfuQbD@(eL0u;y!V?ozj^PyPi!StUzPj&Wg<^% zL@Gt3xmLu%TR4gn*pF*?A5YQ1J6EW|alDDM*p462z-_#NzwrfDMnwkDMLl1}M*JET zUoI2;;2?y5g2EH*CGWl}(uZ&G9&VzAXJ}$uorsM|?8JGzh8sA>V0)-_Egb3~BY1!% ze23|J|Du!g`iqI`u8Z)UBv2db!7x6;4t$1}&_``#0VBAHt+*4sKSFKj6j_?IHi%SV z7wWyesP_)~1h)y2!HY#~A}Wn@PA zjM~T{R^ZTgf^veN$hPDc{{I1LBT*hLXrqCnsGWPLjnAQOWMh4$;#+8V%JXI%%Svaw zsp4ek%iOe;&lTK!CYQIS-M4Pm$`lI4R3S9-G-(dxQ?8fEWz7e!mvW4_9gCZGml?Zj f#JU|jQTkZ(rSv-TJp9-#+S&GY?y@2}J<-8EuCBPOzHh|G(~U{Yih*U`o! zbnpU;_!Rkp!_>c+z-+IGiA8jA9CNr4)irEVU*aj&`r7j(C4q3h*s1n_5;9XJum@)` zj|(_}71V&c(f6~ce~xkbH>g1#Q0F|O27itEpXgBkM0LgrL<%%)ON2+}c%^X#^=3Zm zO?Pk-Pmu8Ph`R3u^``GQgx{z^68$1wXkiCtFpD|V{VwXS#D&G-&ks}fZQQ#SdAOl zi7{-(LsSEvIp1%c{2f-2e?~RP3#vZvs0ROb@*YoVp-xnFW1gHyH-~u=JhIKJ1#MKD z9iiIv1bujg3@@*!>ON3y`imXd)>InAzzX6aEW49M_FcR{Q<}YfC`BV40XUR;&vSy5ul)W*%dh_Z2s{99* C*-k!4F^| zL?eoY2x2ETHeN-Fm{u{p;(y4(Fuyl5Z)V@je)@0y(WOi?nIST27s(Ql&H|A^?88Oe z!3m7x0eT8W+VKi&F=3fq#2VvfbmJUqc!;xjgA-U-EYgc1?81{`F~vdf%tSsW(2pq$ zV5d{02lvp6*QhrBU?Vn_qzzy*<1kW_9OFW!$Qe#D&MQk7U|H>c+Y@Y;1*m pH6FL_(cHb7?yk{wpYDk~+0SzW#`^NMvCMLKJF@GTk0l+Z{U7c4RcHVJ delta 700 zcmXZZze`(D6u|LgkPMGtQmfIZZBtYVZC+mz{Luu5w6%ly6Ln|<#lC7tGMLEwF$krp zbm>s&kU?A>THLJSA~;n169g4e9K^-V&87Oiya$)}Ip@A}?>qOtz1(GPb0JU*1w_Wf zB8?)Fe<1P(=Wrg^aT|r1Y}8`?#Nocr_tafmz`_ikind!zA08!b7` zQr0kvWvAqRemP%VG_0y^TIH%`ESk$^#VFghTd=jM$yxoaRWO}$wW1H3P9YmlCsS!X kIiRNo)U;qFB diff --git a/apps/main/locale/de_DE/LC_MESSAGES/django.mo b/apps/main/locale/de_DE/LC_MESSAGES/django.mo index 22241d47743cd3423037755371a090083bcb7285..4c408ef702a71482d0796b7a49cba3b8ecfb7459 100644 GIT binary patch delta 773 zcmXxiF-#Lt9LMp0k5Zsgkb+{ZkfIPENW&pWY>aV07Z?m7VIU4i0*#Sy;o4wQ5<2MS z*yyY*#<-Z=;=sUwanQtsflW3O9W)M1L=(TiYx(E>@6-40`riNEyB|Ft($(X1{Dl$y z1FNMJ9fuoH)H0H?77moSNINV82Y?YM<1@G0v4bJRjFk!HJ%{u?|`KSZr}5Xt(V z`Jq1^;!ocC8*0K&JaqxTVk>^fJpRTh?Bk(9TtJ5G3HIO)u3-(e6Q_6!<4nRE+a1*N zvzTRlo8yPJwur-6!4&SI-sC;fY>$iH;3G1p9ia+5Mw*>)p?3R+y6>>Mb}orpFoT*e z*YG-~bj%n{bg`CkvQ-^|Lba-lK2p;t&b|_rdzrjMa*$Ez&=grxWvT>~rIHld8->0K zK9*?Db$}VNn~Y*)HVmD|vG85|UMx8??oQ-fx8P3JPMiDZ>)q*sdvk1pNX~nu^7vxl yZIsr%vL6(33;xP#Q1-Fp1&{pP?Vvu859$N?qQ6n`)>kWci{WzOnN!~( delta 1060 zcmZY7Pe>I(9KiAM`6vIp%+$0pYYIWb_vHD9N(l;-!bp^gAWCT5H?He@Z&!BbRn|d> zj?v{21s&_;De+R*I&|p}(xF3?r|1x!>fZPF@(}cc+0V?*?#}NwJFnWmcdmVDuY0VB zBeX-b&KjkTV>-o!c!|4k1KaWS&iFkJGX97osA`ou2BX-7S8*@i#CeRd1wY^@e#UyG z)>K=aQVrbb!iU(4-MEf>@C_ctEo{YK*o?KjO;@#I8aq%D)hP1=C<~6FJa=YiJcVtH z=dgkGm8o`=T0(g-!fkfpF3Jb5bJ>R;HsUG{;e8y#4eY~jD224}P$#zIBKD)~$Rixb zr^u((7B;ZH`b6g$e#IWV$J4UaPp}`?aW`(ERJ4ses(zqU@*7!OHITg|+KMvYhf;YK zWqt%@2PaSxoyK1I;2a(C22yx6+b-;`G^Kjh_S2IeAvsGLhiUQ|2{|>rv<{l2et^c0 zt%jr~A*V`Cf}|j6NlFrus)UrvA*$}Z{K$he*}rNGOl>|-6>8R2Y^al{9D6pSr-HSgQC@mjc+kx-dR63E{H;H!n~fHyrk2fSuqPiF>rxRHq&+IYno4FhfnI^Qxm!I z%6$Fd$+7H6PKLv|!5qG?J!PB?q*Au$-$Khfg`Ru+Vkz(oHgGnqTxk6H2VAhU^Z)<= diff --git a/apps/main/locale/en/LC_MESSAGES/django.mo b/apps/main/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>!rj2Vu#|rrACP!AM9xq*+~v>@+Q%9^$05AL zQGCH3j8N3|VU89Y#|+M5J>KCoKB8W%-u%mV;}h|KSr+NwE4cn?<$@6z8%zzWRB9qM;(dkV=3h8EG2$nxjEd@v zv&0YEUc#J;?^x+vF{zwv+TOC3oqIos14dy#HBh3(m@H% zI*aHK6dYU>T-^Kwy0{7=IJo$~k|n=;9y#}(U-d;jX*F9!G#n)AgO@N0AK@r`g%S7- z!!Qsc!jU4d3&vqPWKh&6U?)sL(KqMEMHoX|f^E?B-3(Fl|3?Rj4~b|Wih(9R;z2g- zfQN7z9>Wa0hhy;5ud8V4K|BI0Fa^8e1zdpFP%QT4=VgWH7I92z5)I<;jD!l`q1gNf ziWd)HEiq^k;x5XjMwe$2DePhVHRhWQ*LbWYTc>1=gPSErVL4c Dx7bJz diff --git a/apps/main/locale/it/LC_MESSAGES/django.mo b/apps/main/locale/it/LC_MESSAGES/django.mo index 975faa568c8d58215fd3dc045fb5e36588e6195d..a73c2d4a37ae74b1c9c3f1e907d32e9a7c0a84bb 100644 GIT binary patch delta 781 zcmXxiF-#Lt9LMp0OR3UQg^CCwq)0F-&~OkmY1BBNabO^Xgax99U?CPRTpNZmba2zL z5hoLHF~&GuVjLV8*pS5yjl_Y(!G)P<;`ev0|J?t5`mXQp{oi}H*Y+x1IZVf18qq^u zBAX*-*YFQ2wxVXIa2wP3uHOHQ1N3)s1ds7D_BEI_;eBkyNu0xZOyUlX;umZ*tC+>i z;@pVi1x(>t?8jal!!tO834DTFwno#8>!<>sq5gk?nrIWb>`lG@7F*~CsQGq7nSYNT zdhjcLW7R)UFZ{%)4%|UKa6oe%f1-m)25H5&QR5%cXor^YA#R`w`Hpw+7qViza=P}u zLF{0D8|8;qJb~RfTkn@qFL;hBV6%SzHFDVpns)q%8n=(sZU?BHIYb@7Z`8zpks7Rl z^U?SurgY3Yuk&PkwKLjP(IF`GNQzWRIsnE0uSDy-NNRsL$S|}7MHi`!)>O&AK{sAj^SHA!N delta 1090 zcmZ9~&r1|x7{Kv&*B_~^W~*ss>RTsEgh zI|LFP3!+Oz6oOEP4t1-bA9M*q@X)2Re?Z@7+@yNhcRuesv+w&n&pY!V`=PVCnXSLC zX#Mmf^v;x0$1#)ULVJOG@FiyPRc-ze2bq7v5ma?b9fMJ9#*4Tgmv9k7+>4)a6n|iY zQdQMnuT y6`UcVmCg;efSoS;#X|LZEV3hRx?y>n86N|L^aCu0hEBFDF2(T&1bQl z`FU(4zB0)`sTGuk0d8;#6_gG0Tn^$SN}}_40xw}6@1Rt^f&A2WE^<;^cm=mn5?N?c z>I^O+TdRlINPP8#!E1bm63FBHr1IO?i}z~t=O`P!K}qC&?fw^JsoKIW{Dtzr6xB%O zttcmyMR_ItC<)}TS27-FAPc6E!jtzW8+ETWr+ccBlB6R`TIqdsc@fg&tC18t=som9 zbY5)IEuz$+5vNj5QQ?!*N p@4t$re(Tsu#Z>Gmc9jE33a%tEWZ&K6ApTCI|HE)5Ya>lRe*@uIz&ro| diff --git a/apps/main/locale/pl/LC_MESSAGES/django.mo b/apps/main/locale/pl/LC_MESSAGES/django.mo index ba314945d6fa7024d80d800fca0defb3cc479ebe..95472e0ca018275aafbf402eb405ed11cb5ad306 100644 GIT binary patch delta 295 zcmdnOeTI9&mU>|(28Jy_%+A2TaDs(_fg4C)0MeX5`VN%;3`iRT`JaF^E09(L5+L=eq1=4Ilx*kZ20qHiV{9GUnL<}ogfx;k->w!Fw!d*Zb z#6P&%lkp*Ay}7QTfr6o-m7$TYfr)_uSAf56P-|_GfHX+ICy*8d(xE__4M?X0X)z$32bFIH(m=#8krgNm(l{N+11Vet zq(S_Zn>`sHGDex{8k#E@T38ua>Kd3B7;pvn>jtHkWfo`V=jpm6mZVxK7#SEE=^7a8 z8W<@U8Ce;aXd3_lmrr7GiEcGD7{~Ev*L7RBRcrn4rj37sLRK7O3zrTe77>CGf+r6nsEFd!?CQbG3gV?s zwba?XM0k=pCK%|+I(hIAD0K8>7cbGF?{C$IdFHe4yYIa3^Ugc(n|`HBr|H;7BRa`D zWGZ6z0RN$4Gir7NKVurdUbT0zkM;o$;vekBo+`5%e1^C2B~IZq-o)?t5PxE|S;;JB z7N;YQEm({7cn`ZUhjloKNt{J4d&4b-E2sk3QUAX~E%XVwZ0oB11#i&~QR^L4Wc?rf z(1S;K!mdwH6MkcqcD#>jA7d6zF^4HSdvOF4IERh+8hzZrTD-tvtYQ#5wozmWdx06& zw{d>x!3DgFYp6;$Q4{Q-3f#kHJVfTS->5fsh8h>)y{o?-^=4X7^Y$V`YzVn*gqy~X zNgcB~o5<#JTQpPBlnT|VVI8CnKym$*=)JU)tt1Co2_2duL#lk0qGh#Lg-TKAtKeg) zY)NIdkqu-e?vI9HbRiOM$DT%#kF)N87~$d9Fq-?>_1qAd+KVp_rWryrsgT zSM-Ct^U9x|35q@zykOpUo&=X2{lR5N|D3MhQ!h7<9((Zu+2G4KkG_aV_(-l{qO E5BPXhtpET3 delta 1082 zcmX}qziSjh6u|Mhm_&_dj4_({BRYyj#0w-IYCHr5gMvtuC}||%xI5X5-tL~ed+|qe zg<>H#8m#P05fB9B3bFOD6Z{FHh_!!!q}A`+91hHWX7aTo{jIc~zYxEDWTFaE(ET*KE4RWBBC3reCI<@pH8f@PHVPPFHf*vI?= zcC)@R`9P_8ln-P4Ko#zw1U$<{c0P?Vw_HXs#KZU$_v0sAhbuUMe=)`ZZf?YTcoH8Y zq16}cWPSCW!7~2Bop_)6Nq}c4$MPB_<8LT|exoG1g4?jbgtgQVO64@ldlT*Zr%@_2 zg%bBNvXrXfFfr6^2J*pOWaIhyN#Mc7^&LAKLyY7gBxiYRH(d@wnxr>O-$Iwvx6?V; zyh+N^x z)>lnxeQm4O%aS;9p7vv}9@;3=p@~dj6MfTV^V+MYSsd!nX2v&}DQOq^_Lhr+lFm#J z!N3B=Blf@%-OVA>^xKGIWjtaRF6+o#*Qt{ zcInF4Aw6EMln);qqxGCKX*PN(F;QAIS)5e#OzQ>e(=Mo6m$aJt_`=-kIBve{deG6h z=+exFM*CI=HqBZ~@&Emps@(NjP2aKYs#{2`w)ysrA8Q-73sTbF|9$##s%th$JUV32Z1&vJu&G{!G@&OW~6*<2mQelQIFVl%hGcu2}d7NPNM? diff --git a/apps/main/locale/pt_BR/LC_MESSAGES/django.mo b/apps/main/locale/pt_BR/LC_MESSAGES/django.mo index 13acfa78d78175c0931f9e5f247690d401fc1690..55fa01251caaa1910bc7f4ec41760691ba6182b4 100644 GIT binary patch delta 706 zcmXxiKP&@b7{~Fab*;AQU;S_WsUjgrT%{x?5)38@i5M6R77GJ|K?kG3&@f{lNG!KX z7`g}s28n?|Y&A%1V(|SnJb9n{+c3+@eqaXUTI=%&q{5xF4mFtxh8)it4&a- zRt;+*wE>F%zeMX2CmTsNvKZPlMS@iMDpAwwTNNrrp}&HkrMTuQvx%%Bi_tyqdHxlj kckWF1BE$XeK+<(b+;r|ckPNAl8F7caRPfpF9fuv?FU>bPZ~y=R delta 1035 zcmX}qJ7^R^7{Kwl%jM}A%KZrlz1o3B_M%AX&IVfW{-o@j%hzl6u5&Vc{{D$pHHB?_t zsSaKY;S(IiVcfxExQl1;6ZYaC?7=qvrm1={kNqf#YLxHeC=-@Z`dvSW=dh3X4t6lV zGHFAp6_g)C{K+n?qYSvrLslN3#E*DP;s##CcX%FuVHXy74B!aXu!KkP1>V3{$k6IH z=9pjY(b&PiID#+PKN(;b$M6eE#(O9Ob&@4r)gVg0F=TF4#v#0h(r+GRXBSa+$V2I$ zp!~mqql~GZ(vTmXBMVQ@PX-#^?9PrfPSBErkesELq$CF+MQ+U~wVx`fpQLiIX_1tr z$gPr_ASueUau`wu_euAbOO)=tqX=! zaTu72zitQ*ayPAQ1}SQr_^Wl6<=JXcoBw&s#|fqg_ZQUKPNy@`YTaLx$#i6$I-|yt M1#4?AbhT&x0aEC(XaE2J diff --git a/apps/main/locale/ru/LC_MESSAGES/django.mo b/apps/main/locale/ru/LC_MESSAGES/django.mo index c3b0ba5ed3fa3e18608bbe04b7564ed69be89e6f..3c935877ba6566c8d83c41d39b90f3c48be2a370 100644 GIT binary patch delta 782 zcmXxiKS&#K6u|L!Nla}t*4i44R!L2ZmeiP2G!R5OXmM~54Y;UqDOQ4sM=zliDP-vA zpdfasL+c`?-EQgN;E=6OuA)PsyP%T@`hA!9xOboX{qE2E{kcC~-y)Usw!p3sz2q~p z*${b!H>mO5C-MM)U>p9dw+}HvyNbhjfqfYFi#)`)_!wt#33J$lM>vAV*dS6735W#g z2x13@@e#hn=QxTjxPT#ij~w!WQ!{=<9pD$#`Wc|X<2X)W8I$PN@BhO%?MwWP9gQLptYQIAQR_^zJnB5As4vT0 z=!;uuqKn=5AD^PZ)14T>*Eoba^F`E^$)gtfRPW!yA=-P`kH^R%SDbX_x2WF@vP@y! zX6i^g8QF>Yx+}T~8tjgQ$sSV6Xx#rL`X_XeIxIHQ3*9sg9lEX;%OFhI+XV1Rs`^*3 z%-)c68d35I>BYdL>-yFV_g7%b2&D(jRLnFp=J3vSLvOa$9L<7fK6vroDkc2=?mVt?;F% z^?{=8qVJ$@Y*OlH*wxHHE5X(98SH_J4f`G3i~TR$4^@j&KY?M`0snyA@GP8!0bBzu z9EP7^n^Fa}zE!DJEcC*=a3|ahpTZyDTlgdV2-m^yuoJd$o2gm{yWj>WLN%2AekcKl zp`81*VUNT0*r(wt;wuwRl$wHaF$X34Yfv2CX3%gJ%Eb~Kf&ak6@IN>RN89WBF5HcM z1T zE@7m}SF@A8fi4oa(s|gpNv)*GS0!HpWm1$Pehi>C$v~5@igL%2P^PxgMNQoL$IDNe zFEkY{I=;^5rh}A|(BtQg@8TqdQSCx?`8MtwuA^O?)ia*Y$;^*r>@~ z+k$-+&CY#mKUR>t%XljiXrZn~j@xPi7x-Tw$`TPp25X$F*z$@cC+aIAG`b~f?4sz2 zZg6JNz8c_ah0W*j7zeLvteSm^!!rep7twOpf2 Ujk;B%*}5PEN&m^rRZkVJ0RIqO=c3falFa-(U6;g?R4WA|14AQS19M$N0|i4vD?_7+ eJ9qK>B<7`;CZ+>rQ&QtyTqhSXMo+%Ws0{#YZWoyV delta 92 zcmaFJ+`%$Ih4I`(RZsPdl9B=|ef{*zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG w)Z&SGQe0-bhUN-}7FGt96DRGO9K#sJ?~|C9UYeMmYNe2p8t>vdc`Kt10Py=D1^@s6 diff --git a/apps/metadata/locale/en/LC_MESSAGES/django.mo b/apps/metadata/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>9((py5W-^N~yy~^y4Hman{38_U= zyh);{hpH3LV!(I-Kkbr=&C+4|hYtN8pTu6i7cqxrJdHbe6i=k2HXN@whYYENCvh#M zNIf*R=L^&r>h<8N?mvXhp~uW_ZDy9FFcNCh+-e+aR3YG zb*pWWbe_g%Izl{{mPm%qp(CBbdc23na0$KP8jj-+9Kr5(=_(em4>vK6JLn4qNBChE z?!^!(%0|>q;Wcys%Q%Jaa0rvEuEhzg!JEjQx`kX$%b3LH*nuC>fo@|1#z}`Sl0iT1 zFz&~Ricy}1Q+pSEvj^x%-=I^rj*a*Mz2Q%!Xq(ChHgKBfpF(FUhrFgPVGQqJ9WJ2v zdx*}!3UbFtPiT0f_mv61@n7oDPZ2Q4M5WLN=g=7(#u4$cCa_>PlsVP94LKFd_Qn;x-eUuo}J02XXZ*z M8z;+kO{4XH0q(n6TmS$7 delta 894 zcmXxiUr1AN6u|ML0!?B(f|EEGtcmi0o!_j@nkccS!Ycp?Ycr zfsG)9B6`yYbMzAEWBC>lNeMv@A@t`hdX2s(7hLY=_xs)RJNNv~y;HsKd#4*#xJzXs zeRU$6L?pUFgiHFlHQ^QX@VtO;%0(tNifm#1^5*5|x6xoeh5K<4JJ4S*vI7S(fHzA% zMndEj?!|?Aab*vKYO-qLC^y}B1{?5JY5gf`fpd5jKVmZ;-YT*iuVW`ppziyO7qOhT zH{vj^!8}H=fVyu!;EEh!@QZ~ob_7LehNMs{y@OtSf;({795r7NwF9%r8C`kJKofl{1$deKYaQyRFpxm$LVfWFYC(C_xMw9_ zqKElBl1kp9{=~mg;{%*d3uwhv*oiB(7e^UXuyDNCpqO%_noUgW~CE3D?v!yE-v}Hy?+7!+jS-Y diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.mo b/apps/metadata/locale/it/LC_MESSAGES/django.mo index deecf788af0d7c9e0d28831a06bd14c432fdcc83..2565802314ce2a78862fb3464d98a6f99b785c97 100644 GIT binary patch delta 833 zcmXZaPe@cz6vy#j&M=u;qsWZ;uNnW3IHFJR4};~Rkf;gKjnZf-64JujBw8-sDsVp_ zxs?`4DU!JmceSZDf)s7ql)6wPLu!VfI zO1_#278tO?@6if>!v;J4gu0H?cpt66XS4-#n8qZlwc&G|#1-tp%P}b*`_VQ! zfOYsX=1aE-Rv1X)9}Ht z4-DZ?WGU_W1g!*t+H*b3kUvB#w2cLLfHv_2t>u5wS{vgS<_)9?8gtHL3Hg%C-y*lD zFKG3C;YIY12}%iaSb_OmytS$hFJTgGybG-(gDxLOTW}uj{Ux*om)-aW%p>2$BK(ea zfZxtTjI+K@2&_;E7jA{x(5|4zc^j=&BhEQD{tB(dZ=72gB>#$()DF^I<Jt6H|{;@yE}y*=T0t IEc!J3AFJYCdjJ3c delta 892 zcmXZZ%WD&H5Ww-V4Yf^!sgyKoY8z{qVq5F0u~yV=tb8coDag z-|Un?`UxIW(8eE88~?^F*h3e3$swd97qEgiP#Y|x4oom5hZAVy11#VYW^h-xNHbPY z7dnHR@lkgmGD5IKVF$*NB2hemYj7Of&_P|GhuiQjj^Q&L##a73hI!NtJw*NPHS)-3 zenR*co3OD*gpm>s2rPmD<4HV2ejByXR}5o>n8cyhmYMoCG5mA-y@W=TeAl3sFtu6|K|abi(sevy7|Vr62Uer9oTX=*W7 zfPaXtb5UwyNoIbYu1jJ`s+EF~fuWJEftjwMxq_jEm4W5tHH;f3XEH_c_$20~mnNnI Ml@#PmKE$*c0G?4TrvLx| diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.mo b/apps/metadata/locale/pt/LC_MESSAGES/django.mo index 3aa42c5e8b90d79eb7727c82f3f5f1c36f733948..901f11dfee4d9a63ba19af0982f62b728cfbc33d 100644 GIT binary patch delta 833 zcmXZaPe@cz6vy$O))+_h;FxKOn3fq`K@XYM`sopaBdt^S4n^_pD&Q;u}c zk;){UM5R)UmPj5ZFpvEdehElvHmg~$E|(hdHr~WB?7$Ul$3wKdScO!HommIb>P%xR zE>_4_Gr=AUE}mfx#$(cT>_$F%!Pixs#WcRhIxObt)<7%X!e?mbKj2;5#RQher6TM_ zt9Ku7;7r`72*Fx*;~z2v)w&$QcD#s>&>s98YjF%8O|uL7&k#X7W6_MkO9grsT;xwMw?GJehe z{)v|V7eg50Hr9ym5ZDc4Xa^J7jXP+CAD|U@ik9~pnZ9O`Vd*30<2Ss3KajVm-x$DC z4C6T#Vwmw+VFz96D@MScI?xIZp^a`7`CsY{TEPXh1~<_f`i0ieAGG{a3}S?N6Y2`q zV-hWI7_E^>vidy!dl delta 893 zcmXZaOK1~e5Ww*gKjpPLevu~ z;-i9~6~Tjo2N4t@SWpluA|8rDy?N1_clDqMp8O9Dg#6}v&U};HADJ6z_Ad=TFA+J> zC9+;b`qqf7#ocJ*D8^X7fo~!rw^{6C{!q8bHoSlte1O9^k40?jS={H~M#f&tYp8ji z;1Is+kx;S(znL&_V1r0M9>767k9_1VU+b`m9)85lnB#UWU<~)-P1N(B@HqZL3-|Sk zEXNvZzRS1;U-X6|4#Ah!LboB3WL!cXBjebKA?n3 zPt=D*Xj>H1*oGNoN%A4VR)W)L;#Jg(UZS=rky@;L7-NhNqJc+HTj`?~JdGTY$H=4Q z1FpvJt?^&f{YhStKpVA?ut=aUbWjhDwiX(wExUr6;5zEQM@aXji8M_XFpfWPCH_Hv zO^MT{2&Qla4&pK#LQPymgZ$zUa7N0g38zt8cMthr%2U*YbEpM=MJ?zbYC)a!SNEqd zig{#7c3~P_)P1*53welIz%z_WJFO;&G4Xmf9Y51?cp?a<3YO(nf{Di2%(y>k)%?0! ztN1l*(!JzXtxCP#DAyCmj-E94*UD~C@vEle2IYd0%i1|Jn>X$4hP|VZ-8u8T>+Q_N UN2)2?%30Un)6coBBTyRmu zjf*S_U0CQ&1S!OoZgt~7ptK-vL@C9`LP%HoJt_?InLBfmbLQNe8TvQ)E0*u=_q2_|AqEa)>lRj~$6is0K^$4O(GiSc{)=7=K_lp5X*GR@^0ALW|qP0{nwT zc!Ug{GFf2(k3Kc9XvcA!#8%u!tN0uX@jp6vjn+b^>aNfZWJ^i3KVHBx{Dxd!>uB+N z7{Ft+LN3rQ=H*yeV1Vn{K^!fyi`Iz_w7?|NZA~Ig(jxltCl=!x^47G4KHSGg_!}SK z3En0~hvytJJVkiXmaq#;u^;&!l|oB6hgRSUT0t9V1?{56?_&Y}MTX9q;uxa;7T1lI zc=X;0wD>d@Dqot)M*Jhe%t|O4c-`POJFc5>TQb?uL2xiVGrf?W{+MuP=Rfo$Gt1#r J_A0y@yaA-xUM&Cs delta 889 zcmXZa%WD%+6u{xrv}v^zW0j<>MrV9Qi%urf`W(bp6~U&q^@R!|(-Mcv+*A&{!R&meCOVKa?iQtCQOX)5jlt%JcOgjN1pICfUmKP%XkF)*?kZ%;uU<{8h^q`#%rhtu?&%| zcn^=`H0tjcjYwpK;42f_NZb@j;R)mrlE+>wp*HpmGq{A;@f)7Unh^6XU!dmCV_e!rUabstjweP-VL0pBcF_+@wW;iMFk@GOs#o!Yiaq1iy|V3B ztF=P4dt&^SHBu>fp&yj3%U)P;&7qt#WaUm;&MDJ5?dHxjUM7Dx!qojl-YXYtUXhg9 N@ZqH!D?d_8iT}gxZ2kZM diff --git a/apps/metadata/locale/ru/LC_MESSAGES/django.mo b/apps/metadata/locale/ru/LC_MESSAGES/django.mo index a359bd0acafa116cedcf9b7390587c935abe3d6a..d33a150de418aaf1e0ead27cae92d691e1c772d3 100644 GIT binary patch delta 833 zcmXZaPe{{o7{~EX4Q6QBKWAy=R?c#owcq-)wiQa4SsAR7pd{Oh&?tsVJ4n5L z0#cKtle?rw?8oz1z{l)=!e2h=LYCw=r@+x{hP`5P#w+>^msY z6g|glIFEkZ!lBhzgQv04CFmx|dQM`Vd=+g3_af3ZEP1|1`|t}|OLw-cx3n8$b2#cHud!#5-u`=J13~({;kF7Kz(Jr&54E_C+WnBp98a- Zd$PHKe0Jb&GBlDe7Ha!S<=WkK{{SaRXAuAZ delta 894 zcmXZaPe_w-7{Ku-jS*&lj9kqqSFM@WyLVfrb1MqeVJWmk0zK$nV{I?tmfJg|paxPD zU5bWOH|Y?B7h|Um5qR(rU7{`(MpUQr5?v$uKJ7h>&+qwddw$RFd48X!=F`i8#!7R8 z$Y`s`ArYC{C2|mN;Te2}*Efj##`Q*#S)WKB`;&X?-#@}(;;)#-&_0ndyoaaoJ0>vD zF4B!@4C4akaJ5}3GQh(0%YPkA62HLnDEmcD!zjkEiWPi=aU40o2XEsnzDF%6$t`Z+ z159B{Kx8LQ;~>uAQG6L7+XRarY(#L7HjrE9@Gw5cJ-C9s_!+eW-XO^^h2vO52e)*H zoWOacDe?+0;2L_co1|MYfhX~7g~bqyJFaiBOx)I4Z}ENHPW;jJC+Z*nptdyLRc~nl zqr{7D{0^yAHXdOt*oAD#IO>IN;ts4Vvd~u4P;dAJwZh$O>cJgI@e)JEFKIlE*H8~! z#y0$hCjLe3K*$hjz{{uy=CKLyqUK$|9-Zb>7RT6FL!D6zv)AEJ)v zHEQB@)K+iebZv1E6KJ5m85?;9@&xt9tEdHhK#y!@_U^{7TBm1n+i=ctuEb3}R?#jL%^B;el{f8DshlY_rOu5R{l$#s*oC|?U^$t%KN^lijc|_<>Gelq e@o-;tsr7l)_D(d9Sov((%JP$9xwhi<`ThYHLVe!= diff --git a/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo b/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo index 604ba8275768c7d3bee46cef9d96b112af33a2df..8b9c8afe340831389011b06a6bd4ff550292db72 100644 GIT binary patch delta 81 zcmdnY+QT}*Ms_D71H*g<1_luzj$~qBkO0zoK$-je%UsvcK*7+^%Ft-C gJmVRDpTxZM(!}&sD}|KQco)~nuNb2zhcd+h0I&uV79q`*pFKRvS~qclk` zIX_pwD8D$dC^NrEKR2;5F;73UxVSX6m@B|PMAx|}HL)Z!KTp>su_V<>!N|bSNY}tj o*U((S(89{Va^jCOldmvF@%tp^rI#kA168D?#=E#q)@6zZ0L&#SMF0Q* diff --git a/apps/navigation/locale/en/LC_MESSAGES/django.mo b/apps/navigation/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>E^}Q&0|i4vD?_8n d@{Ct`d=m50OB2&mtrSv=Cx2#)o*d0o3jm^06X^f| delta 139 zcmdnUdV_U>jqEc<28Q_z3=9fD+{VPfpaG za(=FUQGRh^QD%OTer{rAVxE3xadByCF;{?ph^}){YGO%dex9yNVo9o%f{}rtk*;_*q$OD|1K2dYRdo@~ri2LPczDnje%UsvcK*7+^%Ft-C dJmXRxpTxZM(!}&sD}~IG$%h%ECu=jM0{~jqDXh28Q_z3=D!mT*Ab_AO@t{fHW(Ro;xwJdg5;>E^}Q&0|i4vD?_8n d@{AjJd=m50OB2&mtrQA!CZA)Bo@~Z61pt?K6M6su delta 139 zcmZ3?dWv;|jqGnm28Q_z3=D!mJe!GuK@3Q*1=6fQ`pCq{YVVAak^(Dz{q)R|jM5~% zje%UsvcK*7+^%Ft-C dJmWqdpTxZM(!}&sD}{oR$#)o|C%Z7^0|0LB659X( delta 138 zcmeBS-OM_{M)o`-1H*g<1_mi0&Szp^Pz2IlK$;CmubCKG?VV9lQedU8pPpHgQJSQe zoS&;-lwX`!l$l?opPN{jn5UmvTwI!3%oX4tqU&6gnpl#VpQr1RSdwa`U}Ruuq-$WN kYiO=uXklewIq}E7$%h%ExP21y(n}N5fhr0nOEVP$023T2!vFvP diff --git a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo index cd54acb0c51c6ffe6a64932098c6398c9b170fc8..7cb51b25749d525a41385db85cfa9ce12d5317df 100644 GIT binary patch delta 81 zcmX@Xx{!5(jqDLd28Q_z3=HBxoWjJwAPb~xfHWJBo;5MDdg5;>E^}Q&0|i4vD?_8n g@{Bk5eG>E1OB2&mtrQAM;+=vfe`AcEoXC_80M7;#qW}N^ delta 142 zcmZ3;dV+O=jqGbi28Q_z3=HBx+|9(mAPb}y18FuOeQ;uAwRc8INr9EVetKp}Mro2> za(=FUQGRh^QD%OTer{rAVxE3xadByCF;{?ph^}){YGO%dex9yNVo9o%f{}rtk*Y)GCKR^- delta 140 zcmeysI-PBTjT{dX1H*g<1_nhSUIS!X1L<=>ng>X8F;9%D^3EtJDX`MlPtPpLC{5B! z&d=2^$}dhV%FHj)&rPgM%+t>-E-p7|M3Kov!$llhq*0ss&(DHZ?# diff --git a/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo b/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo index c3162ffa7e50eeb28e40b2da0ebd101e1efb431f..2fc044f71c35538611d52d67c27c539d5bda4458 100644 GIT binary patch delta 809 zcmXZaPe_w-9LMpG(Zr0Jxm8OumljI!NoI{b}RU>EtmRKfpag=5H(n$bqwgO>OvTD*_eaIv%!iX1st zox48dbU*gWfmdLkoe}1wsoiFhCzCV)AEc}h! KEsaHQg#QC%=wd1W delta 826 zcmXZaOGs2v7{Kwb$Tv0RoyqZ4Gd)nG@n(sQS4o1g(HJBo7!Wb8I?N0>j?ANoi0d|y z@X;!Cp%6v12vpnz(Nd+Qi!$7Wv}s|I+x{P381CV*3=OcM^Mkb!bbdzy6*>S;YK~p;4o@q z>lneZ21n#FgII&eRh&Qz=dd4lP!s!z+Kq7x;A>3c270jZ(n+Bq)P{oXX`H>l?i z@D^SpsoqfBaR;+VQ}Pv4xQE(NBtVy#!ywL}UinAllH?Feu!@&7D;KZ=Z=jy*K#eEcm|BUp-QcRqz@m_Nt!IE_^}@4jC~ zE#N)!xydGyXGpdg7%conJy^#7pcVR269kd(OPWy=_aIy40qPZJPy@d}JwJFF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>>Ke!VoDf zC1z6~87{(A2nvD-(ZWR=L9lRIv=H3cHaCiW55Cpsp7ZW|=iGDOm*hoa{VYH8El&!B zrHrKAi1ZYbl~Mv1(BdE1jm1^c5cZ+PAF&62V=vZKOV98nw&Mym;~pmQAKt^R8tD$s z)KK;si%%r3;yT{K9c;iO-@@xsBXJyWV;{zG7F%!`9o$7~=oDMAyjB{=NB9aq;~)m3 zmj_5iIW{>hlc>WjY{LV5i1{SD@iAI~c}(M1w8D{kX&9d%y=n=q!8I(v17xT=#1Z_9 zF818G+&7b%1We2+9Xrd1XkT3cux{_;1RpuKR8R_F>pfStSytxyzge-qk17p-6dt-vT+ wqv?%Yzzb!)aBb;>Hm4)zIIh!~T@3#W_IuM4v))A7jip~_Uqn(H-y_GN|5O)RkpKVy delta 832 zcmXZaPe{{o7{~FC#UlTau~nvND@+q}KZj=a3u^fXg4BrU5)u7oYa6B;`)x#c_<@J$ z&?VNvpqmg;5P=}w3M9jmCy5Az2t0Y{5(F0Ze%Ma0=lSltJ)~n6#m2$SbMZ$51u5Sz#hzFC%(kfxPo!qMrx_OMe4>uypMNr8o%Hq z_P16ZFyG3vInxRU$8ZySaR-O6o5KVq(F!bL3OCRSUucuA<2|HjEu%HKj(c$j8LD>i z21eQ?7c*%076XDlf_3ai9hZ272Jj(HqBXdROj|#&0so+lJQS_uS8yNsO|%Kz#yTvb zH4q?M)N`!IH@F{zWrA9Qk7%n{!w&q8whG&Wjk**0n`i>9K@Y9q9ENZn?FXM!&!6D| z@`dW>uhHtf!zTQIG?vsF0gu-vT8ICt7s4#uzR-bID2Dd(vuK5e(e7VGyXT=5oJK1! zht}xRrEejxu`5$7=3U20XN#FqGB%Z)aSA!#D`ay8XU2Qv%{p1%FQxpl8*Zr^?2Vs` h#)sU#^W{6?jdCJ#t6|)mO_#iM%8jP{r5BN{#{bs0Y(oG5 diff --git a/apps/ocr/locale/it/LC_MESSAGES/django.mo b/apps/ocr/locale/it/LC_MESSAGES/django.mo index 6a5b3e33fcd90a38724408ad3a297e89b3ad23ef..c4ba5b9199a235f1e2146a0c6c1097af323e2c7c 100644 GIT binary patch delta 806 zcmXZaJ4jn$6u|Lg>$95rh^;nlHEJYPxtbgC2|`kz;G&$^9Qb3Ge)UU?q}7;&~z? zA~KjSQjg!T1@Ev4YoFN8U>EB+HtIRnV)avz1{}e5+`t;VKtJXdh_qo7R-lEiaJxV( zA-5c}k%pI8g1@mGvkM81b*PC(u@cwN#Gj}E?@;d*KO-5w#UKu22gXnfI72P4%p(%Q zDUT(>T)r@kKfF7g_?u?|Rn!$`N~6ZT^QDOOxXB6L~&_!wJI?{_-uB}`?#jxdS>sJ4I@atB2F#!lXfVux*EE~WV9f76$m)#DPRvIpIG&8g{zLizrU|eaJz0Kksw*-t#>7*cngQ|4LTU^k@_%?NAUvg!D;Nr z`5yVAw*GQq6?Scsc3=#5V;0kR9<9)A+>5U;gFny`CN{Uv4dZ&^CLX{^JccjO8t90( z8$6Cf#CPMq#9kj*%%3d#FuX-7;s74OD|iT>V=pe@2u2dpI;@~IaurwLRB(M7hlrn{ zJ^u&o1yWnv4WISd*r+Fwsp}n{!$qWN4Q!K`woc<(yo7e%3*x7^lK3?;M7_t=_!)QN zceK3S+od(wi(yQoo%3^S>@O%HKb>LOg^j=mXd``z*2p|sg0ER z9}VI-+NAo?>gACkmUJSxP)1999WCKa4B;KLH*cYRBU5OTd4zWEZQvYQfd%CI)3=$~ zP_(RI8M3Rs5D2@7i;5Az2>>~YOU^!yVu+ar|NmlF|YM067S5WGPz_XU)Vo* aFFM=$7%g?4bSKJ9w>(xz&ZJ_GyZ!^1>t}fY diff --git a/apps/ocr/locale/pl/LC_MESSAGES/django.mo b/apps/ocr/locale/pl/LC_MESSAGES/django.mo index 4f60a9c5061f523a30ea7c2158f0114ebc48a96d..a4ce191715b22ac2035242c1c190e43c2eaaefb3 100644 GIT binary patch delta 73 zcmX@hvW#Vd3ey|LiE17yTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0ThE|3~ c6L+5A@kz`}FHKAb$`<5IZeWa_{DLtR07F9;bN~PV delta 88 zcmZ3+a+YO+3X?F?L^TifjFOT9D}DX+%#w`KB)#PPT>YZ_;>4oN{389_#LC1x{mkOx s($wOKc~TQMu(BFjSQ%JOoOEJxI%5=%PhwtrX<~Y+l|n(zGD7{~En*_3WBuI}2}y6Ku&TD##C_%B(_rJ}GP51B~FDq^q^1uoqj5IRIu z#GZm6Jt?w^pcf;$b?Ukm-6RO~(xE@MJ@|dtfnh$+JAdBy_dYYbnVrmL`LMToNOHo` zLrEJE=`uDqN>^|k2k|YY@f(g|gKKEP z%P~))R=Sy8;{+#5p2thL?E4ihP)%IAhdr3U*JvHtM4G6oQ_=;DVijIPnyQ<43#YIb z*UXg|Ih-2_yMeC?P$UJ&=wj&+xZQDd>1XqeYEH1u?`o|{;5}Jop`_X u!^s8<*>Eh-n{vAot~=mfEIbQ;svXTfn#*VBW(N|F=L;i|$*r|WPw)VgQ(1-p delta 831 zcmXZaOK1~O6vpw-N34B>RFi6(RE>&{*0gC5Od3m32N8;IU5KDEm6!%h6Z2Sfp;JK$ zb|W+!!Q#$Ecg3pcMg&1!RiuhYHx;+8+_sAULjuG6?zuC$_q%8E##wRZ*VcQV*Gayh zbX(H5kaQGJbV$eX9uDC<9LB$R5r?+b>qltsEuw?%+oc3v#zQ!T2k|)`!{x^F?oO$f z`fR5>wKJGtq6w#QH_l)TUtkJ1X?A@$=hZooX!RNcWd zIE6|4iWa!d+gblX5^dvKXeXG#49+2IE3m6RAHz0k2M6&y`f(b4_!v37o?;8WMlQYQ zM)&m#TX7Yw<6cu#YGx3?t=NToFoyf^9PY;|+6iaT0?y+m{D>QI5pBVxM!k%-(F$6y z-?$n7paovVEz+o(`QUU{5wrkFw3dya1-pT^Q4a0o#YTM>Eyx43_nu$?pP~JyUZQp4 z!@>`r>pw77sT9-kcs5rVtB&^HEac;*LfI|l3Z;17op8tFxpKLhDc91$aLbXtL^7I4 fr3VIU*Mo0sJ)x_ur`_>v)y-zo(c;4WP|E)woC#^f diff --git a/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo b/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo index 909628ec4f72c7187bde00c6794bb49a2d199482..1222c75c1f3489a5032112b8e5ae463281b2359b 100644 GIT binary patch delta 777 zcmXZaKS&#K6u|Lk)v7Tzn$%cZt)U41X%BNz(8k(`rcg;R5*$R0l0ia;+FIhD?FMOy znMK&Y57Z0qHJdvvk zkr@%$@QJ)e|6`E|4&Yl{bo`0^Cr4{wL7)EgpV|aw`v838QND`ltFCkm9 zjrzOOYKtNS_bjww15atEqmDU@lkX$Lk-TRjEm(>9_zoG0^kD+WupM_$>)fJ&-WvOb z-KdR!#0-A52spg_MK>1I+Ml2THIHE-4k10t7`ku{xn!OjQ_j*a3YsA!*lw7?fN6%!(DJbNwGT6u|MQ z#mjo|QbNZFR`4J}mp~+M9TXy?lb47Nb?{If`aWi0*w1^v-|YLnc{8tbJGu4UqyCR0 zB46r77DQw_DPrPCgGdga;wWy09^yFpK%>YomNA1L@H+kp*9XsvbdbAv6<=Z(e!?^O z4{I>iB)+r}G&Ti=MnV^`oAoNT<5$#zk#i!QXdp{6fqI{VH*pQ`-~ryozUJUT7BNNs z4%w1j)c^f#_C@*$QtV#Canw$qg;sHld>mBmwcz_O-@;SmJE)EAVJ+@s3=dEz@*5d~ z)LaT0yn?!KqBeF5IVUUk2(;jXU_qu(-_aA)8_O8SWz>)773w6a8!sZyqir*uSIioQ zo%d!+k9r>$<_xFcT28*;7<1O5HE-lyw>0fm;)ztGD7{~EnK^@F2T>sSeXE(Fm+!)*0{<;(ui9tnMVn%I+6KxiR#;_Y5q`4U3 zEznb^IxJlx!cFneMJS?-Ztg|s<{>Xa8q`7R`!vEZpZ9&A_s{b_Gt<4#d*3dv4OZ4j zuj-|DlFALzeZ1Bv74Q?@LZ?Z(jn8lhf8ky9o27?1hmWv(i!_2W*oT+5O2=^$t-p+S zY&f;8P569`jg;(Q|1`$D~8Jggw|64-a~bHt`!;BB@O77Dmpli zR>=s#gP1@Y&!g=>f;N8wH)HUDhHX5Hw%`w*!uGwP576S{$fGJRKA-+#Ek>!gZIs0I zcoa9`3ABT97{QxpiTOy8^#s#a+%gTSs4CjVzw!SKsH>Ski+3RZo${DLe>Gl4egjRd zI*Z&vKU0-2>*_bQ)?Cc>IH&!BSG+ek;BG delta 824 zcmXZaPe{{o7{~Ds13Sbj*>vT!w#u{;`#H(}42!%Jlv;xlvZVd2xec0&{gDR3NC*l# zWe|&Q5gm*WEIM@R)E{<}0>kLgB``Wz-5m6Oaxi|c=lA{lJkNfQM&6Fh|M8UDJ<>Cu z^ioo_NxF`=nxzE(!f`wwkgnltoW{1TQVJ_Lg`REFO)TMET*Wv}w@AnEE82T&P@1rD zjN$j7%4#R*Yn8}Bqi7p4cmn6}BL2k7c(P48i%-zj{l-%m*)9!Z3HRZ9JcFy4#p64q zF?@k#^oFEMcrV0Tgy07QeHaW=EuKTW=qcL5zi5fXc1oQ%hgRt#?#HoR>lNKWoBx6i zdUi_>uoo@CcNoP0RiDOKnV_HGF?Qh+zQTq*>xsNU8*l88*sFdlU>xnDPq-Ot*o|HW zt&>qah(l=OGic|`qpe@YMl7!o*uiUP8^U{~0lZN6A=>;B@>7imf1f(&vlj=@4jRS{ zcm=oM1lmPY=*Qb=iB*th>pAvVbE^b&Q8l!KL-g~11$Bqe=Htlsry1_|BS)e=NALST%zpNddI#OfWYJ9~qTyU|!D(6v`~#03c5eUx diff --git a/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo b/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo index 8f47af721564037f2ce645d323d5f35038ed606d..e0635a5e1a70ba3b2ab1133612d62f1626727297 100644 GIT binary patch delta 409 zcmXZXze@sP7{KvIy}VOTP5MDP#5qO?o%9179HO?Mr6n3pNpTATr6qLnKe(mYMQVt^ z2(-VTaA{0}w!pTwXzKfL2QT+|pXYs^hv#kzKlz92NN*ew@k|kpii-u;|7+onv$OEaJeKA$05=y_o#!%sEseE z1K*G%Gd@fBh5G)7+84Ehx-_z@tfJJ;(-6QIv6U^Z&rtt%{{@WhSq7%b^HVetUlDp-&ZpAJ8pXM}sRKI9->aAwQX*9iq NL;ub?8?7W_#y_lmFL(d| delta 470 zcmXZXze_?<6u|LgS(-mGsi7Lm#)j8Zvn-(qG7<`sXeo$#=|kV3FZ3Bifm{E84MNb? z)DpOa|3MJZ(ozKW2L!n__Pr!r?&sd~&N=tI?nHC);nG#_xI~UTA}m=O5{Y026KLTo z-r_!fVh)o&kv!gD2*ocl3?r!S)96LLcV9x)KZ9eK#WlM>*EW50w4aZDH;?Y=Ki!N%hWF)qniq1D4JLr*ft0*?l-_84d)@9o6f{IE diff --git a/apps/permissions/locale/en/LC_MESSAGES/django.mo b/apps/permissions/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>dJre>4qru6V3mZg8+*%@9f}_8n;TEAK=pRTA z8gwvf2%1`MXmSjMCUI%%{cz84yzcvXzR&l0cs}hX`}sEFP9q{6Qv{?K=fiD0#3O9r z9iHMVwlJ3vIl&8D!x3ij4L31BM#?W{aEU8uCd2gSus=zNaqfCZ}kf4GW<70yj-^H?C?LDk=|I^oTm1X~1Ws0Q5VMi*`B2UHh) z(d$!Pf8YlB7plG=T^pRvV@clsHYQPTV%mv=J*QG~oVru>W@ca=cQ5Row$ K?A$NJ%h7*NHZN=d delta 466 zcmXZYJxIeq6bJBEDK@t8qf!*2XdOGGNn5p;!4?!zYSBRuT*@h-4YY~mV-SSk?AXo0 zMG!}!AcBM7BDf27aB!*U;NsxY!T-^le)s2JXX8Sb?QDQ5BxUaoB~E@C#1EKEy~$C5V!677oKK02tvpQ zT#CkPsGxp=e9*ht?}_>cP9gt;yl)J*@;U?YSyb+HhaRGphVLI6npU^`MsS!ta$1_} zc+9mNS8K5oW^0z`1*R9@-Pu#uT$A~hW2@`TH;r^&&*fEpS#rs2p3$oQZAZ6_kicO9a&>_&@kIC!r-GLUD-% zhk~Y{p&@9=u{CO`sqdu&m-~6=cMta+ZYT3I+igUe*AbC@S7cm7OiW}ElUTyMdV+h@ zH@Jg-Tx1ImktGAR1U{;-=u>~-9Dd^jCJ1LRg=@ItOHLGvdx zqUDQoS7ZDM}K|yd4oCHA!@q6?j+$ZmQ?=Fx0jGt!DTe0>-jA%L;SYAkic& z!8y1gJcgU7A7K@m3Q+|fK|J(^B@I7?e=vc17>f#3H~@=q49>$@xR#(cS$H`_5Qo>I z@fK!K-;4Z1Bcav>;}tCCCRTLq5Pdlwc#d-D~g>Odx1M ze&Gomg=fM`k>5dn(G%o<>=p7s-i6G*or8E) QSz*mu#A;~izQk4O9~Y`b*Z=?k diff --git a/apps/permissions/locale/pl/LC_MESSAGES/django.mo b/apps/permissions/locale/pl/LC_MESSAGES/django.mo index 78205670327352881a9c2b8bf824e5b716a5d225..7bb5718a2004f7fffaf685e3a3df02775fd0a4d2 100644 GIT binary patch delta 180 zcmeC=e8e$fO8pf^28Q=Q3`7h^m>C#Yf%GvTEeE8}0BLR@{TfJf0_pEinvsQpfd|Ov z2GSsL2_Ve}q?Ld)2aq-d(jarJfHX+I1C;gw(jfH_KpJEpI|IXJVMam5$=*y-T;{rl m1`39TR)$8C^O-jA_$20~mnNpCS}7FdOqOGg-rUB_%m@IDnHQ%3 delta 241 zcmaFF(aAYsO8sv}28Q=Q3`7jCnHd;Zf%ID-EeE7O18Hs`EyTjWzzL+~ptJ^%<^l4J zpnQ8E%?IRr0%;B)9RZ|4<|G1Xkp6TiT@0i_=F|gekbUe744Z`+1sT0FN=gc>^!3v- zOEOB6^pf*)^^5Y06N@tQi}Z67D--kdGmDE$Q;WF*{6ln|i&7IyGV}9vT@p)DtrUz5 s42^UR%ybRS6$~w{42&mxFm0I3${fYxlbDxYnwSn$QjoJbj+uoK0JbzOT>t<8 diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.mo b/apps/permissions/locale/pt/LC_MESSAGES/django.mo index f37ce16a6256419340d4515916add90feb6e9323..1c191a3d6aff4f84df1ba77c7a7bc2edd6a62000 100644 GIT binary patch delta 406 zcmXZYy)Fb%7{>8u*Tl}wj$jZmA@%}D%oZlu!UYHt^%iV|=|n-d$;Jh!hDIb-w<;go zkr0ViqY?^H>ZTJa|CdQl&M)Vj_bcZt{F%6H724f`v{sV(B)Mg28hxC{ncNLbI3ME* z7CmVhS8)(eaTqUf2p`bJXB@>h?8gj4{K6Q6irRmT7Aq1<`)tgj102C4v_j|T<24T8 zeg6K07XN|P;1exALmT8ffA>hXxB$m7L1`?W;@N1f8b$S}mcEzn{H5l0ve!&D>(!mz^u%rS Iobr_O3nm6I#{d8T delta 466 zcmXZYJ4*vW5Ww+C40`5)@kKC*Nox@=mq0?&iFQ6g8!gmRj!TL>%w0f12xuo*|)5)r*uB!+3s;8Mp! zv^n46JdXQC=5Po5@DBU&5ySY78h+srdIKWe7{MrxVHR@%Y5Xr> z4?SQIpD~1Qo%|=NdX1!N5JpuWK{ZGmRo>{B!wBa|^x;ZyK zYI@1sHOqR@aq5=iUtCyDOw}yYEmq2jY16gx@l?`CC6bwhk&PRZ49DQSi_B|ku20#5GPx;TrA zPdsNX~3@jiF&?!CK5^TWJvrs8o*WJ4F35D{}q#Kr>V@EjNL8s~9{ zX}rTcKA?dwSj1PH#xWA|O)B6Is=fj#gX=hpm9)gN$f8a`HSD7rc!Y$sNORamb?*Or ziOcM-a1w{82H)T+-eMM?aS7jW1wT=JP+eB@W-{f!hw>Cm3Tvo7R7Leb6A3vPx!RXj z?uOx@VOfqFcB8Ycw%4r^R1qJVfQUJ2%=7q9P7pG&StG%s_iza+exgyCyvp| W9oT&*vYk$&Gzd@k4o6Q$to;I7>otzbe4<|X zjXH3I8<@|EH}}k!Z4}3r~~e?fUn7Xkn0c9&r{Kh>16iGYP+bEt9GIvGq(NuMYC0JHr(Q6D+;ZX I{>aK3W1jFcX8-^I delta 467 zcmXZWze@sf7{~FiQvT|!2%}#p76lERrv^nw1W_#|)Zi3ET_Jj)p4^>55I6?W5ZE8k zQfog1i3pscvD&27v8l#}=zVn4>-%}0hwt-rqNlOjV^2-;3bE@K0z@$=#3UNHh!?2h zJKmra5+Z|7xQ@XdA;vK4TEP+W84lw$rm%$)eqjQCaSdfj)Wi}Gi*5w(u^(S>9NWk) z@q^BX-QoX*F`OW)*o!+jibZthPH+$}-F_1X$j`2A^pQWqd;g2RDGX7F@SAhU3{K%P zPGjD!pQCf&6$Y^B<`y~&-Y|+Cx9{m|e0U$bHVU>~Q57Yx+lA_W;=m{=reSHOZkS3* zJJQOEZduiw724X&$}470vvs2^uWEKqji-~Tw49uiQ}glEf|{JIKltzJhk*EKXyFf_C>G@AJN48Koe ZUV3R_da9K|N@~1|>*Rfm(UUcq8~|gW6A1tS delta 134 zcmX@a@{(nOiRc4H28Ln=1_o9j4q;+o-~-Z86FuX-GfGMdtn~HMGfOf`lk}4FbM=ez zixZ17^NaLz6Dt$*^fQZ#OH+%v0{laCor_WvOEUBGbX^ilQmqt>3=EBQ4a{^6%@qtS itPCtCo;fpl1!EMyPhwtrX<|B1MM`SCi|b@YCPx4uNhomu diff --git a/apps/project_setup/locale/en/LC_MESSAGES/django.mo b/apps/project_setup/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>lzv;7#dm`8cqCsmB%MB WFTFG|J=IDfwRrMz#^}lVOkn^cfD%Oj delta 131 zcmcb|(#kr)MD!UW14A(b0|OrrM=>!lNCWB2iJtM^86_nJR{HwsnI##eNqWiox%x%< z#fe3k`9=D*EKXyFf_C>G@AJN5RXq{ WUV3R_da9K|X369&jM0;2m;wPQdJ-4_ delta 129 zcmX@c@|IkOtC$6FuX-GfGMdtn~HMGfOf`lk}4FbM=ez zixZ17^NaLz6Dt$*^fQZ#OH+%v0{laCor_WvOEUBGbX^ilQmqt>3=EBQ4a{^6%@qtS dtPCtCo;fsmHe(c*PhwtrX<|B1#pF+nAplb*EKXyFf_C>G@AH%1CLK) WUV3R_da9K|LC)kwjM0<1nA!j@B@$5p delta 131 zcmaFKGJ$o1iRf=e28Ln=1_mx5&Szp^5Czgz6FuX-GfGMdtn~HMGfOf`lk}4FbM=ez zixZ17^NaLz6Dt$*^fQZ#OH+%v0{laCor_WvOEUBGbX^ilQmqt>3=EBQ4a{^6%@qtS ftPCtCp4l+DlQD|NCowO*G%+2hq9AATBgS?Bx1A`p diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt/LC_MESSAGES/django.mo index 7aeea30622c153fb9dbf2db06bbeee66a8abd6cd..b3e907e1d269a5a6cc291464646f2133659ab35e 100644 GIT binary patch delta 69 zcmaFGa+qa;iRcPO28Ln=1_nMLmSJLG5C_uQ6FuW6o|ob>*EKXyFf_C>G@AH%ACFIB WUV3R_da9K|LCNF|jM0-Nn1TQ%X%Ywk delta 130 zcmX@i@``1GiRgJo28Ln=1_nMLc4lH=5C_sh6FuX-GfGMdtn~HMGfOf`lk}4FbM=ez zixZ17^NaLz6Dt$*^fQZ#OH+%v0{laCor_WvOEUBGbX^ilQmqt>3=EBQ4a{^6%@qtS etPCtCp4m5fI%5>KPhwtrX<|B1MZx6vj3EGY&?ol* diff --git a/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo index 0e634a67b356c2bf6db043e75d0f7ebc25da32b6..26539f8375907d37c44a1e6a36b6e2a3a8dc9105 100644 GIT binary patch delta 72 zcmZo+y~{GeMDz$F14A(b0|O5bTQD&&hy!WYiJtKj&r5Nc>lzv;7#dm`8cqCsgWo4H ZFTFG|J=IE~pd{WYX!0q>=*gx`{s3Lc6Hx#F delta 134 zcmcc1(!x5yMD#Ty14A(b0|O5b$1^c7hy&@IiJtM^86_nJR{HwsnI##eNqWiox%x%< z#fe3k`9=DC28Ln=1_mJ@j$~qB5CGCS6FuW6o|ob>*EKXyFf_C>G@AH%BacsF XUV3R_da9K|QR(ExjM0<1nPvh2MzIpu delta 131 zcmey%vV?Vli6{>f14A(b1A`C{HvriJKzi~-&v@^Ql9B=|ef{*zl8n+Mz2y8{{i6Kh z#G=gnBK_RN%EUbV%;MtG)MBmx{}5g0qSVBa%=|oEm&B4(D+MD1LnB=SGhIV-1w#uf e1IvkLHcswhjNzrC?-WXryak ou4`zZU}$J%Xf*Nq8GfI{y!6tFF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>)V4)1zrC?-WXryak lu4`zZU}$J%Xf*NqRUV(jy!6tG@5w*5RXq{UV3R_I#4#VWbzEg=t)eb09B+GvH$=8 delta 99 zcmeBU*~&6Ohxalg14B3i0|O@zYfrQcR?jFYDX`MlPtPpLC{5B!&d=2^$}dhV%FHj) z&rPgM%+t>-E-pzrC?-WXryak lu4`zZU}$J%Xf*Nq1|FZpy!6tylWKYNcRgU}&Uk nV6JOupkQcdWoR_<`d%KN#Ju#<#B`u+LCNIFjM0;SGnxYcutXT3 delta 101 zcmeBX*~BtIhwmIC14B3i0|Pe@t1(Tq3R2G~DJihh*H6zZ$tX?IOU}>LFUl`YEXvF; z($7t-Ow7~IEG{lhEuPpT#bu^zXs%#rVP#-Bal_upRg6*GK8bnhrHSdORtg1^FELsI E0Md0I+W-In diff --git a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo index 9100b15fe65400795b75124e0fb52f77fb80e277..1dd807b6dad13eb51474bedc61091bfb51548701 100644 GIT binary patch delta 87 zcmX@lvVvuT4(}0028M731_o{*mYHZ7til!GAEN7Al$uzQnV+ZYl30>zrC?-WXryak ou4`zZU}$J%Xf*Nq4St`*y!6ttV0M=_5TmS$7 delta 104 zcmZ3%a-L;^4)1G528M731_o{*cAjV%te#O)QedU8pPpHgQJSQeoS&;-lwX`!l$l?o zpPN{jn5UmvTwI!3Jh4ZL%S_kMT*1)7%D{5sh8vS-Fh=qFB<7`;CZ?xaDHN2%I|WVt H$Y>4#f>R<5 diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.mo b/apps/project_tools/locale/ru/LC_MESSAGES/django.mo index 539ad3c92084b5130cfe3522b69554b25f08bfec..1eb8af9d9b2b4e73574a7c10d1771767fe856e17 100644 GIT binary patch delta 84 zcmey(a)o7r4)0S&28M731_m)8ww-7htil!GAEN7Al$uzQnV+ZYl30>zrC?-WXryak lu4`zZU}$J%Xf*NqMjoHUy!6tEw3C=*jOHdjP&Z80!E4 delta 101 zcmcb@@|$IX4lfTA14B3i1A`b4r%bdAR?jFYDX`MlPtPpLC{5B!&d=2^$}dhV%FHj) z&rPgM%+t>-E-pFVTi#wdQD#Ju#<#Pn1vg_P8I7uU%b7RMWU6!cM9*tpuBCO$aJ><+unwgx}*^c##mj z(vb(BXW#d8c<|l9>>)?UF|v=GB5nG}5HGLrY@Pp1y?Zmu0O<-A#y7RIj7<6HflmZk zh+>xJSyY&f^8r*-)hoE$Rt=Pnk!YHiF!DwR9D+m#!$^=sFjrCYEI8=jpm6mZVxK7#SEE=^B{p8X71V8d@0|PhQJ-mB%MB VFTFG|9VnezJh_o6dh$!AJpc>&9YO#A delta 172 zcmeyzwv>HBjO{Z<1_oUq=4N1E5MgFuPzBNoK$;Usy8&rAARPdtMS*lakmdl=tw34~ zNcT;gdD1(hq@=(~Uq3ywB%?G*FF8L~zbL;ru_!aYNIy5RGBHm-v$(i4wU{fwKSbBL zC^fMpGe1w)C9x#cO2Np$&`8(7OxMs{!O+6Wz;bdMEz@L#waeI#Ju#<#Pn1vg~|IF^#DW09`OJG diff --git a/apps/scheduler/locale/pl/LC_MESSAGES/django.mo b/apps/scheduler/locale/pl/LC_MESSAGES/django.mo index c9f2a4c2c3a36815cab69f0d7d9f0c8bc40843e4..ffac5948936cb4a6df65fed0c0aa5cdc67e98309 100644 GIT binary patch delta 73 zcmX@hvW#Vd3ey|LiE17yTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0ThE|5g c6L+5A@kz`}FHKAb$`<5IZeWa_{DLtR07G0CbpQYW delta 88 zcmZ3+a+YO+3X?F?L^TifjFOT9D}DX+%#w`KB)#PPT>YZ_;>4oN{389_#LC1x{mkOx s($wOKc~TQMu(BFjSQ%JOoOEJxI%5=%PhwtrX<~Y+l|n(zL z0cp>PGf%2;1^9>PIv1rTmSpDV>AEDAq*^H$85kPr8kp-E8YmbVS{WKoUdyi_@% delta 171 zcmaFB*3Ld5#`ZiT1A{IQb22b6{AFTbPzKWM%n-gdkd_7VO@XuskPZgY>_9pLNQ(jK zf{8OvdS{fB6jmIXRZkVJ0RIqO=c3falFa-(U6;g?R4WA|14AQS19M$N0|i4vD?{Un eJNNSYB<7`;CZ+>r3rgahf+m+TMo)ggs09FUQy0zv delta 90 zcmaFN+{H3Mh4I2fRZsPdl9B=|ef{*zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG u)Z&SGQWH0@vKm@g8CXu7w0CkmV-&wnVqSV_VtT5TLP1HqQ_$ocjM@O$WFU|L diff --git a/apps/scheduler/locale/ru/LC_MESSAGES/django.mo b/apps/scheduler/locale/ru/LC_MESSAGES/django.mo index d70afae59d876e64a77b832c2e0707e4c1be4cdf..c790f804a77e66aa966dc366b94f0e94adc828af 100644 GIT binary patch delta 73 zcmcb|vYlmu3e#W4iE17yTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0ThE|5g c6L+5E@kz`}FHKAb$`+MQZe)y}{F1R008!%?#sB~S delta 88 zcmdnaa*t(#3X=-cL^TifjFOT9D}DX+%#w`KB)#PPT>YZ_;>4oN{389_#LC1x{mkOx s($wOKc~TQMu(BFjSQ%JOoOE(>24fVDPhwtrX<~Y+l|oVJR=A j85&JiWjw?0lbDxYnwXwyrI3;u@8UZ717q~$XeJ*3#8?wT delta 128 zcmZo*UCuheMfCwA1H)1V1_llwZewC#U;)zoK$;gwPl56mP0TD*&nPJ=u+rC0&n(F( zP0~xw&($x=FHS7V%rDZ2XxK1`^@&y3p(j=t- diff --git a/apps/smart_settings/locale/en/LC_MESSAGES/django.mo b/apps/smart_settings/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>8Vxw V9-qX#^wPxiR4awl;>ngwApn_*Br*U1 diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.mo b/apps/smart_settings/locale/it/LC_MESSAGES/django.mo index 5fa01ee64dd36d1d2ff0da7a2a86cd4d9bce6d53..3e7a12a309ec3b1ddbdbdd16abfed895658e809d 100644 GIT binary patch delta 87 zcmbQk`jusZi|QIi28N{!3=Hf*9K^)HzyhSBfHWVFjtA0gKss+?X5nN;Mky|HT|)x} jLqjV=qsgj_hj@Gv^U_Nb(^IV!GD{{uV~n2c$K(e9pWG63 delta 123 zcmey$GKY17i|S=Y28N{!3=Hf*T*<`1zyhQjfixeGZUfS6Kzi!L%tG~yl9B=|ef{*z zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG)Z&S^q`1s<4b2q{EvyVIC;mG$`7C1; Tmrr6|dTC;Ms+GcI6{bJ{NAV){ diff --git a/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo index f52371fdcca6f723bdb2003a83f591cf325dd8e1..3f7ef8b6d09a8f7527770335fb2ee535eff2054d 100644 GIT binary patch delta 87 zcmX@cI-hldi|Q3d28N{!3=Et=T*bt|zzU>WfHW77?gG*v@u?Ft3nw!&N^zO%8X71V i8d@0|O;%;xz~hscmtLBfo@%8~kTdxTWAtPjrY-=$$`c#_ delta 125 zcmbQwdW>~~i|TJi28N{!3=Et=ypV~3ffY!v2GU$WdLxhqiSL=1S*V^-Qc_^0ub-Y- zl2MwZmz diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo index ca0b0df5a73d8e1a906d450525bfdb086923f3c6..de8ad85695d0c06595fb859558f8c165482f38fb 100644 GIT binary patch delta 87 zcmbQr`i^CSi|PtS28N{!3=Hf*?8n5wzyhShfHV(~jt0`KKssY$X5nN;Mky|HT|)x} jLqjV=qsgj_`*?g3^U_Nb(^IV!3Q8tFVvL^b#pDeDl`|4W delta 124 zcmaFIGL?0Li|Tns28N{!3=Hf*T*}12zyhRefiw@0ZUWM*K)QcoW}$jUNlAf~zJ7XU zNk(asUUGh}eo=mLVo_#(k$!GsWn!LwW^r+8YVpKdQe0-bhUN-}7FGt96aVd-e3CJW U+b1zEy)-dB)k>jYvLcf&09#-qFaQ7m diff --git a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo index 6a1b083352b71354fce209008550924a97fd1a73..aeb9a53c42aae947e9692171ac9585fcd98cdb93 100644 GIT binary patch delta 90 zcmdnO+RHk@MfC_H1H)1V1_pK@&SGL8Vx<1tsxLL6iS5Mo&&>@&y3igcIKY delta 128 zcmeBW-NHJ-MfEi!1H)1V1_pK@p2)<&zyhRa0%?9AJr78;0_k-VGYi!-N=gc>^!3v- zOEOB6^pf*)^^5Y06N@tQi}Z67D--kdGmDE$Q;R3wlHxMcH8fW+w6HR;ocQm?7|M3sa6UFCGk!{lkJ)O01ROzLI3~& diff --git a/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo b/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo index 4b2fb6f9d8b8f7d4eb5f375c219c717fdb926972..49f9cdbddbfed7535e4382d9892a6a8fb732ef08 100644 GIT binary patch delta 87 zcmey$dX9C1i|SKG28N{!3=HBx+|9(mzy_oj18E^3y$VPR0O`FGGYcm(GD>lo>lzv; j7#dm`8ckMZ+{ojTn3rCfn4W5-P*ghkDr59yTc#ZV2G|r` delta 125 zcmX@d`jvHpiz*Kj1H)1V1_p5;-UMW`0qIjfS_nvA1kwUP`pLx1LiLQ2k^(Dz{q)R| zjM5~%}S|4j=wRBZk1UIhp`0T;b~mKdTiQlwg)rVguTd=jbS-H$0B@-5nRM(T*m^e zjhJU;3>ug{hOM{_`>+P@U@bmECGY|j@C|C+H*Ccp*no}IW(jP^B=(~&G>iLi6Lnq{ zhwH+JYdo_y21og!iGI|E$G8=ju@OIEB?efegsZU-9c;lkcH$M(zL);|9I6rvs03G$ z9IT-3{{^ESgG2mCp@Ua_AD}kQ;ST(WD%}^{iy`W-M3blluVXtt#Dn-5(-@3$IXr_g zyoajTYorV2{bHbra_Xv^rBM|*=YLP&e!izrJzhoy$mco-&_VU`ENXui>4sfH_5QB! zD5_=S$n&x%NCKYCGEhlAU@>l@O8p0QKn2(3eOeuE$2cnBaa5_(sCB3O`A*dOOQ?Xi zQEz7eOK}t{aPps?*$e|^Jn#Dzb?_EmjCx#zK`isFM+I~+fC*H96z;?fs05>0OL8NjNO8h(TcWO;bYr<^ fq4%YkuHK#-T|M2&=;iJUC)#p@;q3HAcrExB82lThgw&*%B%^iu@(UMru33yhk2f)f+VBn+;XH1{e0HtGMpVLkumIy2!frf{*HQbvdh@fWO8iD8 zSh&WFT&w{(+V;5&8W{9q0B?A{Ky94GrKozVbj7$HTTzKRs04500ep$|SmZbBz$V;< z=P`oMP!;=*bi-Uf_0&WZb+Z(zBChxS7VG%_i0bh?D!^v0vkBvcwsb%6Jgf^DDRsK3Vyt_#dCzgVg{4 diff --git a/apps/sources/locale/en/LC_MESSAGES/django.mo b/apps/sources/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..45abe191e98786c045a01a70c86fe1aef646f561 GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=z#?8!-_p8Y(Ne*luJD61`QZvj$tz6{0`Hzvpl9TVmu* zp0r7yetr9MeDvMH93UsiDRPLMBW?P~5D%|$ZJqy2y?fWo0NDx_+Be2oN~Ub|$R?aD zcsa|8JSz3Z`2e!1%?j?fbpw^7B$^f#jJ#F>FF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>88!X`&+8YdmSjXCL5nof9aOq#~9NQyEn3N0c^VNzNIF|>)`E-M-$ zn`Mja1FA(B7`aQ^2;ri@iWV(Oj9G;h*rG4`KX_r7-#Pc5d)|+8e)Z1wK7G5~n_Ol# zQe_q}vm@1JE}pe_ySpK-?0LNj@c@#MXhVb-FN^? zFz=XWl?-n2U>`oha{Pud{EPg|S!Wi)cGUB3)CPm7z{9A(w=s#&a0kxeHjMERIoV;X z#dD~Fug1Kkz&HIDAFz`bKm7$MR&QsX!PA&SRWyrA;4`XYMa*CgWgf>qRDdxo#R=Sq zFL47FQH7Oyb!H@K2~?}QP!(N3ZTtW?<9m$YKWxN`xY-umiD^8GTk$R`fj6j5G!g9} z_G1^`#}=GNeeZ=iNM(}2{n(GIaTNF980zeQU;_sDOJOrA;WOBQBdCtNLal#|QJlvh z{=qT~B+OP|1c~dJ!$1|bV-ue87hJ(G^BcGlM^T-5jJjMOQ2`fx7g4SL?axc-_ZsG9 zsH2FX?oh&ip28&Yt($>bmqU)x?jc>aDO9GPP#YAHuGs?83=3~sdY4h&_}@ocW}C3KDTMJOkH2>+fX+$ToWo5Oe`Xr5U*p*k#4mQDk9fK5P}in zO?VeUmllnvZoA07sG#yD>aGuhAi5|JqW*`yF!p=i=Y8JiJm;L}ZE7WT_gz!%%PNsM zr-(&F&bvjzco~o5Jq)3>O=J_s@F=FR3vc08e1Z}DjC>;Qc99Jj#53GlZUM^O)a75niaYDIpcuK$fL zwDpLzU^m(@fNL;@#H~r3fo3>{yYY&-U=i2zd>@-}3AHkBP%l>#_0)h)Qx9sXyUb@F zuH!j^+KL3~9ZH(>Y4j6cCK+hy7Lc~eGo;$`74@W+9gPj_sJ(L{MUeq>K5d#o4R9JY z@I};1H;a0yZ{vQfqbB+beR^p;q_3quj9R)`)XZ<9wx*8Sl2@n!KB8{;qdsF9bR;J# zl{2wmFqf}PRL29E;#9CyEE}bKu@sy#E*OPizFe+m%Pk|RWBx=bYgF>Zf`8bkWMiF? pP&ncb_4&j7o#ALK)I0y(`F{ST>tyQ@qmZi_IhJJ0b+3ET@gE(Tf_4A^ diff --git a/apps/sources/locale/it/LC_MESSAGES/django.mo b/apps/sources/locale/it/LC_MESSAGES/django.mo index 312fbb7d4e6b4485ec212184488df92d04bda0bd..7f661ea6aded9c30ec8955ef89cde12432a9d33d 100644 GIT binary patch delta 1003 zcmXZaO-NK>6vpurQ(2~C_A!&wG+ooCNXNXBrCC%o?!`BbY|bAH`*O2RGt4*5NB$ zf?ul4GtRc}3>?C8R_jAAYQZVghSzvh;F$mZ7&Y%D?!hVCii_8qwPOMg;{|NPXSf-E zVhP5g%*A-rD^93mfNwT{9XNu@dXJq1L6`n(_ zzlyqyBdGObsLPuBuV?m-fT~+L=@42yD$^d{K2)jBAUWA})W-Kw2j)<%n(&=OUFsQB z1wWx$@(p!xEf;~J*)dG2Cqo2lF^9^064mp!s6=K_2Y&Yb8ZQi&%muTzLXpzugxl!2 hZmXNjPJ~{Ub*9q&ms9;`Tb+SR+2QcX!iR82#XsR$auWam delta 1062 zcmXZaOGs2<6u|KllTA%E_VAJ8Ytqud#(C=CM1|R4WK&tTuoiMN8E2sr^T3MaBDIKG z6buF}LMUNcxR`L`%Ag3c*J22yS_KhCgo_pi5%fRJh2j3r{qFZTbI$iSHhZ%0)@FWM zClaU<*&rfYcM)R+_G2%4@d0kfCG5q|xEq^mL>e%PKD>l3oJO5rz>WAE8}SXc;SVgs zYL}S8*;3D{V;DmHFp0Y02J(}~Jj!v=dVh~P?>ipARosVdwIba(fXDGZ9>g!W7aQwD z>=?!M7^^c&6V5Qe9Jz-_a1J%|Rn(1s;~4hTQzd+gHhhLbe1U_whI&9hW!Z#-$dC+U z3r-ANY?=$GZWz^P`xkdcgfrl}UI-W|mIe}V% zoaIB*isn%(P(WH@%DYk^zpM#0drFBkp>7aHEnzqA#38g{8uboLpaUmSFYzthfp<~Y zKSI5XbExYVQ7>!pzb2cJ2Gy4kGA3tHGreLtg<7iHNRBd#y74R21B=1nEjMka#<(|;PG?8bj? jPLDtA_IE{m!Q7pyrJPZH-f_Yhk7tcIQ|1?{qvihqSa^k1 diff --git a/apps/sources/locale/pl/LC_MESSAGES/django.mo b/apps/sources/locale/pl/LC_MESSAGES/django.mo index d1c187b24fd04ba2ce642dbcd7f696fa85947d3f..ab324c520c63d4d12cf95a98d0973185a2cbea7a 100644 GIT binary patch delta 379 zcmXZWu}eZx6vy$SuYCE`2rVB(g_VLN&)$6mg0Pa2qw(#T7iqdA!FZd_$d=iAzsX6q9ig{vbuvKpDx%KF(ni zb|fBq57c+RQFA}Y5{ssqau)vzmjiux7ByHz7Y&Z#I_kjP z!CACp<(;j~9dGrd9<~pTTHadNu2*w`ZvxM+c*f5eQ#C<__dr J!J(bEegVIoEinK9 delta 397 zcmXZWy-EW?7=__4iMuf|O365?pdLPniZz^Pe~wvn zPz}5t^x`*(^``GTreQQ}zZqO^UUl1s+x0Bh?z%?X>RBDb_Pn6(g+JOtdUvC=moM#` cTRUM+e+`HFMW$+X8iCcQn|Y@-I7${0|1JeJ$N&HU diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.mo b/apps/sources/locale/pt/LC_MESSAGES/django.mo index e5489e8e8cc9e6b4e205cd172f53b1adfe4c6d81..ef7e10f826886f7279b63aaca9a28e109a911b60 100644 GIT binary patch delta 1010 zcmXZbPe@cz6vy#n)1;|2BblR<)l>U#Q}c%YK2*k)Ee8LPLNElGMn`WPt=NDyU6KxUq%R_s0x8?&rSy?mOq+bKm>eI@0=NF5o{d zFdL{aTV-ZmrJ0M(coffK9A9Gum#_`PRb~#Jz-qjT+i?grZwABo8Q0(fYThz>7>$|* zu`6o6mD5QxpoD!`h_7%1zCkYgL8E{H1~pzzQ-pEcjfYW*dvOn5!F@Q4G5mt8-NLM5 z6YfO4f27){q0_;@MjXT>j-yui2kY@4wqre$LU;-F{5C4#9ZcdRcHj!KsG^-%jA>Nj zUK$7cQ44zH)1fN%5|wBk_hN8!ZfE;Z6Hn&7h)Q@DHE#-=a1piRgkyFbGnl|>RAraY z!&FV~NUx*f_~Ue_j(tb%Fi@M@VJ9|le+t**1FXYm*odD{391-8geg=-`cX%E3$?NP zs0vJA2~MMq_#G10w|P4HcouL6Mz-WimqeX;3o5`dN?b$DA4Da5irUe0)VDE( zO8g!b?;DolUyNhPHZv}3poyu(J#l)-DfiAyECUfr|(?$Z6rNs; zVGu5Y7A^V%L6VUKMG(1=S`=+WT0~Nd2-7w}M6~GpV+J1YbMJlkopbNG?@f0vbU&G2 z<9%3VcGGXR&dl6OvoOZ-6yC-V{=^Eb*<#j%tr);-Sd9;H7tW#Pt>8v1s4^=>KWg4i zjN)M|z^hf}*=8D}3@G6(EW{tU6@MX@`RFKM6Keb*xAk}ioADwl@dUQu1Kfx67{ns7 zvj=O%?bwTYKUM9S9i?%Zfo(X8ow$fvVSvFs*nquw5`B0N^?U}E@CA0_ckIL6WKl&& zuoy>Ci6^)Pa0<1c_Z|(ZW#3SVtj5fNX4KBkqb82!y^Bit5;boLJFqH{+wobvK>r3t za2ZwEn%Z3HGpHkdjEdte(x6IKR+rmh6KaPecnGg!Iljdm_!--AH611B#5T;JDl&yS z(x<46y+Kvr3zpzA>WKd!aXr3@+{fd`MjmvaN*6<&c@h=CLoOT7k5A)T`ma&*=dcLh zp%$`$djAua;R>pf|4<7nuQ#hzeuoA>fc2ps#8DL)#R9y8N^l=liASjUv#5k0Q9JsI zs@xJP@n2NDk_NL4SdS`w1i7rATTmq)r=gNQ$4&Sf_1hHlPbpw!-bPg5HdMf4Gh>DA zzT@$1b|~sNu|zgLe5s{BHRz;M88@9srJX_dikoy2nauD&rntA~bnr-ez|AI7$zYe8 t9f$@Zp>QM^+8+$J2EqrTp}mt!{#TRFD$bRhaFelNH^!8qnbOKS-+y>Lg!KRb diff --git a/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo b/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo index 429cace5f8c1fa2f5ee75550dec754962ffa7afa..d252107d52474bd1a3d6e981cd6053cf726e9b01 100644 GIT binary patch delta 907 zcmXZaPe>GD7{~D^w6%27&{a48j$~%&)XXBJtD~83*V#u`+?0^KyBPWX98WE z#hF-WRz+ir4o%p_N!-J7bkCTzU>CZ04H>e#$YalVX~T8AgrCsEf2et#WW(Ne1+~sJ zw&6omB5NTHmF^>U;xBB+80FB!!J>0G&i4~kzU BWxfCa delta 925 zcmXZaKWI}?6vy!++E~+IwTWq3tENP(T9en1;-6Hk)rBwt)>a(^p@u?L%?X4^1{Tk!f$E7*xO)I`>97K82Bj0f=$W{}ISbL+!7?8lebi{DWH1-b3Q1Zv?^ zn8h=A4IjjOvsQxD#(+9r;CUT`8rWgB8%HsYw~B(nE%Q)Y@C0>w-=lu~+^~k4;17l{5MO!}m`ba!|EZdie2iAWTO7cTSU`W9v>s>BzTZb`)kEBd zuaVmH4ZF})Bx)D*U;?jW5}%+|`Wv@nh(CvM2>0PFJcG}$ADtc21g5bE-(wzKJ8KiT zfy4Y>Mw?LEuG++kV;rUk%pu>@LDp-SLWLn&rmfHQxQjOJ{{m=l9IiWz zmMDi-@NFE$IXsSQdH6$^Hf?L~a-b=FLQB+0*;Y^&Zo(9L@B-TMjV%@$et0TnUyC~) ljz&V!Xm2!DdE|T3bR?V4jc0S0dqY>pD-+J>;)?Um`3L4>c8&l5 delta 1063 zcmXZaT}YE*6u|LAMjvC0lyupuS(#?E4I~&T)_e! z!atZob64pE9^f(N%cv*RRaZJOdy>I*7Uq#>(nHi7jv~p*4?Kx3F18{Yg9S8k5$RKL6V-u! z)TRyL20V%yU;r!e0_r{mY{4f;E%FV6SWdPf;!7t3t@PT84^cOKh5r*kJ()%1w8cqz zx^AMr7e>9~z7;Q{2D*)!@KZd6^Vo~^TznV{s&?&51{5c&Nmm0Is0sCBIgX-MRzz*S z$?37RKV8R%bGb{+hLK3-hVw)IbLkNylg?V1WIAJvSYuYoNM^J7c-GM!?em2*aVwWh yr+l4OF5X-dGy_4OdC(VVstJUe%>xtTRc|IN_n`BHl}hBT1g~WB)6d=S-TwdzTaK#$ diff --git a/apps/tags/locale/de_DE/LC_MESSAGES/django.mo b/apps/tags/locale/de_DE/LC_MESSAGES/django.mo index e4f33b0959d3ccfc2c031bf061a20be381f6137b..d9e9ae33ae857839eb357730c8e7977cd92695bc 100644 GIT binary patch delta 519 zcmXZYJ4nM&6vpveT5F%ahWhA(qIGC7k_1F7=we+&sEC6gC{asssUYp(VsR5EAvlSk zs}5=f!BIzXaHxXd;G%=82o*v6ADSWja?i;<-yz4bpXf#1RlRX3HSJT%qj&;JMbVE# zIEceIhiTlw44z>OpHc38VGA~}75}gky}@R`2Sc3Wn8FOUVLqs;%HU;*0(aCt%AiAJ zCv}1{@D$@%LkWCDFFv6gU$GD0upfUhfeBJ2a2zAJg1xwfGS3cGn*%Q?$O6|mfVU_? z?-<5U?8XMlf*lmQFoI;MG|IvwC;<~F^A=G4#H!P;pr7-$)88F)3O34zM<|2Oo%0>a zB6TENy*T}k@YSCC+mi~+=I6D^&4N{4-zaH0t6az?P2DgxeN;2_q+w(Y)4umTw9iHuE_xXNupW$ln`F(@)(jcUW_Qkw%PQGmc;fPNB{hFo=sdjH}p&doAKff`qZq}0Orai_#x6X>9;~9~)q~D|;3FGa;2DST74@KC zs|c5LaO=hhYQY)o#CfEHte_TNM?Jto&2v!yMA@Amp`Z1MJ3pIqH|nS_UZDm*xa&96 zB40?SzyGH5*0x&N^X?tZ7K^({!^q@{+0tfgE5B_N^0ryXFF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>l4`siugsuFhop@qJtLZ@W6{( zUfe^i8wwBB&Eqg}+H)DFi5)M$j^o5zxP<#&d=Zw$|3NJ##z^!~H+o0TkWU=JFI>PM z3}8Gmn4d*$JdK*q;35{hxQ;2}YmDIoYU9tC#P3K$B*Y*#D#9lwKiwdMJc<-?0(UWv z$EXdS;S^qB6mL-LZ*dOqQ5$_jeTfg$i}XEzQR@RMTzis16!m~4>Vmvy5w*cX)VeCp z;CbhAsP9i1+l3u#wOVp(M<*3)&8?O42`6hiRyJqZ*@SK9ZKwGZe2r|nm2%xJlP;Y$ M+o8Qq!07t_0B$xqA^-pY delta 534 zcmXZYJugF19LMp0qpFXdqtc`y9@0coR}EEnFp(g-l!fh*raJT?y}eRXV?a!XP7<*g ziIBd4cHtFZWa0&MkeK)$PI7ZU=XW0e=Uhb}qxa9Q`lm}|-7Df2k%V6)ibWE=K42d{p_>1SWB87$&>vJU;o)}bB2n!$s`>F0jX@eoR0ph~T3~5ws0uts zHSYpP@wR!^_2rK3SF2^yFmn0ozOy^KS1K5ll5JJ;rHWCo4y~e*w{0hDH|pMqKN(Lf hj3-j&++yR}`_ee}?F2WhV$QL0S#vyVH{X11_b<;jL+Ahi diff --git a/apps/tags/locale/it/LC_MESSAGES/django.mo b/apps/tags/locale/it/LC_MESSAGES/django.mo index 8c4ae0c72d236e327ff583466a9ac669789e41e4..91ca5ac0e2d2fc889827ab1c064117685700b398 100644 GIT binary patch delta 516 zcmXZYJ4*vW6o%mwj4^jLL5$*tO$cbSvb%_vRDyyif`M2m7F&dnW(AF zR$?KfR1hq+62(Tbva<35+NAIuoa&kH?94ecdvBZ>7mtC)c|c?-ED{uv--t*KJ2-*a zs7MjZXyc*w8b`<yOKaVDkVF4F$6n&jfP+jN}4SYcL(9d||zfqcLDGCPW(MI*6 zGNy422hi8`eaw)Xn8Z`$CrTT$c%}0*s=;rlF5E%&pb&>tPENB>jWehkj_bUj-9WW* z8~bq=hw-R=(Df56L`y5H*4$RbtJgMtYu>9@il%Eju4PYIj%_+l(Q#Y1;hXrf=T~>U RDxYihRx`5R{*Jr`{{S5yJedFh delta 532 zcmXZYyGw#m7{~ErT6yVa5t^h}22S>BnCZLNP*4#xMbOk+$g6`Fyb!s(1TD?t(pr-( zk<=0`ZP64pwN=m`(9jSBeGi`LbAHb`=Q)>7@Hu$(YO`K!LTosNa0nqnZXsqcf=OIO z9h(@(8|4>HlYO4vz9bHiGdPIL=)*Nt-@{R|i3@m$W7zQsOQaawQJ|;z#(w<6VYCnR z8hSBIoCU%e2?-%9~i`6ln?a}TfIg)r;Srs!CBlv`JyIH z;4w~OTh%YoPrk+xd_q1^ykQ7GRqkU_9_&GR;RwnfimAMqW*{49Q8wIGxuiTnx$z9W zc!2@D?Vj3y9MOEeUePtpEY$Oj{rQ7(QLC0~Mzv6`YDMG7C~1XSt&yv>EN8%-iY1o9 eiL@Tiw9cImt*UF+y=j!phGFLPaQD&m?)V3$FhYX> diff --git a/apps/tags/locale/pl/LC_MESSAGES/django.mo b/apps/tags/locale/pl/LC_MESSAGES/django.mo index eb2c10cf13f11bce8f90071dd0081260120f187d..14f515808fd96c2700a097e40bc1f34df7f8981c 100644 GIT binary patch delta 227 zcmey!b&6}knffb?3=9jI7#KJi7#PY}7#LWAbOVqU1k!Cl8i*KX00{vgJr_uWE%FL5J;~D(m=$pA4muQ=_5cIB!3l1 za{=kwK$;y$KZACLiY0(FH;@JjF{l7(khmt076Q^ntPFZ!0au^^ z8&JRxNCOc=D3D+V($PSg2S~>QX^;Uqn=2V(8ND+~N(!v>_0uy;GD?&5lJj%*i}H&T zi!$?z^m7v{6Z7;li;GKBi@5^)Lv)>sQWHxu^Ye6F5=&C86pRcEjdTsnbPdfF3@xk- fEGPeB+Aw)La}8-jwSM~FnAkv6-8(kwJK2N49) z668=VH3zjhHW~y`Ti;VI?{k0m9nLxTDqf3UzqqOwE|E2_NUw-|`b3iWgVPxGi_BsU zHP>(kZ&B+$(2YSuqzA*OeWEym$!^ZzFnJLtF^5A~Hl!*RhZ8RP@dmZQLpMKRANduh zu#Gy<6ZpS3kliJO6Bt9STRi(SvuWb&sfZZ>V+esEc>zI0QL-V+0MVbkh{-{XFV|8{NEv zW8{P8Y0sBC<=@P0naf9cr?Ouvnk!BvpG~AKJ8fDS)3y?}owd`AXKyR8?i35hPJ!Qt Nl}6pS+wAyS?qA>hJ4gTk delta 533 zcmXZXy-Px26vy#LH1j3xjWi_F2y(KkMy3u0wnX(8Gz3>Ob?^n>pryM7H6}E;Hii;7 z7cI30(by8SR7+E1^*wZ#`#HbE;W_7?1pC43XN&P@QEJj$;-5 zc#QI=7dVYQ^x^Ya_NrQ&!HUHHnV{N z^7-)8`fZDpTCI9U(~9L*shwNS*D6}0*3=v2T0^VoM|xE&H=FH3vuij4u4FX67LKPf dv2^#+aoepr_uRXBwb<5+g-p0Ud~n{`{s6U*Lz(~p diff --git a/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo b/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo index cfb48c98aaa91a3f1bb3c8b36a3ffcd2b1be8b3e..72fef3ea5453f2225e7d2280198c0d0ed7cf0d20 100644 GIT binary patch delta 481 zcmXZXze_?<6u|K#zRIVTlo~0odi|uK;N5}(m!PGgCf5d$C<{Uos@1VSKqL^?rWV1W znj&y&XbK9qAX*}#A45Y_-%}4B_jAsDhkMR>b*`L7D^P9)M3NzqaS>_TA_jkO9!>Z^ z-@-Za8oGFm7QSE*Kd=KoF^S)Po`{I_lBaP3r!kIM^l&pGW$7k3;zA!dMm{;==)zN+ z#0%7hkN*7=GPAtnFn-}EI#H1^T=ZSX1oP7~2(`D2RRF~mg@mymvX0}od-Njb(#ln8Ru#s_h_i{_w%8tF(ytQlAFKy#Fga7~l delta 521 zcmXZXze_?<6u|K-TKOZBOeIb7k!eBHQv$2k(yt++si34KUSawMpYqhf$*m!X25E}^ zg$i6F2%Dm*rKWx?5i~V4we-CtJkIBw`wr)xdmsIdUftOmUp66vP9a8x5H`0EX-r}U zvz__`r>SpI!5?&B$RmUuhp-D{7{o-Up2vRbMNHr(4qzQqch<7{+k~mobh99gi?TeSuMIqk?bfLYue2P!bP8UKB=o@dEmA z73GVvC|_!#e1V01c!;w96o>H~yYU)jU%T`F3FX4C=*LeS#NTm}5J`Y(a^M6(ZlZ)(3(RIO4)w~Ugd7WKMrsz#+!%T=0d&WJlRnVwP7 ivs!AdX*!>qTdp17x^CucdOoKqMT?yK~vBY2!XUTHMkVi_n^!B+;iXWoqNwa3w%!AyjrR)i^!@?#3~|ThlqhuT*F+~ zYh0oJ>6+{piBX>*Tk?pskQW@mH=M>Vbm6d5WE2Cqh|4&I`%bA!ip6<1@Q&K3jUN2N zA@mH0#BmmTF^9Upi+aEzM)4HA_|Ub96V$&LLNDPlOrZ}mu4-q3BQ`Wx!zH{#&XyJq z;y3DtJ?_p0eHf$;p-z@YBC?G-Sp_wJfirlA3)n>M=jNe*&L3x?lg{BdCQ)yiL2Y!5 z8oWZC_#QR)+^F@mtwG1e`lgXA<+J6Ty`quImh%aJBy2{EaLh2ne$z~tk@}PE)|t*0 U3zckv*QHARz`oV^u+R7X19we8CIA2c delta 534 zcmXZYze_?<6u|LQhN-=NP(f(F?3YDgFQLp{&{84&AgCpXmRE#YsPUc-O>RL#LAW%u zRclyo4GsMT4bm2kQDabJ^u73&_qpeubI-fyehi!smaBCItzKlsBhnxuTRxF6?%*mG z9bYj{JlIt80B49Fkd%BOE#wC~@ef1Tp^3Dhfqq=ZDcr*myws#1i!7d;0#|dbQ7?9} zAHsH=#~5y)8;j2V1*#w1;51gS2R|L%B>Rbna1<9XfQQ(JCoP5A1h-CM8Rtm6Aa@e2 zRiq95s1A;!nsf<=aUIoUHgZJHP)&A)s{R?r@C|iz(@gb?@=-4rkFijbZelkcpt|V^ zsz!IH3ahAI;vH4pcjeUe+c28U<&F$pPo#3m{O-hFHmzG(+q6aRhHMj!!s;f0#whBND=jM+_OGxZ_|PUvLV4a1#Aq5lTs6 z64!7VuPq;OhWw5D80Zl>z%wl2FNSg3ClbMPjA9MVf!=(E$RNch2j(QUUXgYTp!pz# z=A^UezzjMuhyA!|-5+5G`4Y{(D=Xh4%aaCNcH!m(c9 SdMCe?Uaa19ZPe{^IDmJ}l9NFW9~4IL2Pe?u5*f!Z zQW6crc#4zwX8VbLa$AeYAx7{RA5h0Gx5yA);V?ep7#7hQ=+B)K>EPgMtxPhGHRK3d z4NGWEx{VGrupZCQgO~RG4c3yM(R%l4=K``kDWdhhjJ^1cEL~~?bXzNQV?R!y_2CNE zVGP-x9N9VhlC7?HtQ?r;Nk~x=nt70k`SFF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>EFb#F2y(Nkqndj2qts*nXKK9}fvaDoL_dQ3w;3evQRhwXx;0`CSg?f+|^x_xl zL4HyHU^GfSK5yLE-8rzL4w1s>k&3g2}iF{g+oBI9lm9d~P9;u!HO zcH%E~V0%k74qz|wEcW9DcB5U(pP@l~U-JtWi9H?>KW=)YAORM662o|1+bH1>aRt5T zXstHVgQLVT3}Fsu@dhm{;~}oMi5%k#s=85%C=YN1FR%}vy@l!|pCo)Fey|Z6+N%${ zQB6F6O=zInpFwKN9P-I3KXq;o=|PUL0Z);k+jy+gG)yN+@ z&_`8z5C6e}jZacJ-Nom=PWoDC^td=tKW?D;HRxWNiSC-d; z^Vzs*Co}2bf@#MigGN|4g5imvJ~^mQMZ(j?JLgC7#I@yKGSi8inczs=dMvvP$3KRG BOx*wg diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.mo b/apps/user_management/locale/it/LC_MESSAGES/django.mo index 3af4e2a501576947aea3d97cce55c3d3e14654f2..ab350a1e8a3ea504fea0bfeaf90d205d33b0f7b5 100644 GIT binary patch delta 508 zcmXZYy-UMD7{~Fah*kS$t5uMyWN3A1G^sR}f*`nxf`g;r_v9el=lNaka(V78)lFSI`drT^vK$aGMZ^~pN#m?` z3unkj7{jji0psLXOyD;TVmK@^h7%aYEaq_$3)sXJyg>t_5pg9+VMpZOb(|zOv}ed8 z*9HvY zXs@uJe5-v%weJOo@DqDc1)38-s_(>6-9$p?G>((!bS_#HBTQ_dy1HGRTY5nUxm`Ke z`O-V=8R$y}imPkp{C>%)S87#r!Ks&WM#i!;rj<2q%dqX7ooPP>?n6sXwS3@|d0nZu MPlB7?Z}8p!2W;>?z5oCK delta 545 zcmXZYIY0tYkMx@JL}H2--xj zx3CdJu(7ca(uj68Y7-m5O0lx_zcMh)Z@yt>-_E-YRYKQKRmHa|k$JC(CL#lkB7?Z9 zJisCHHTtlk{J{XZx=Ex9JFo?Zu@h&o6*n-37Ea(LF5o8yakN>A(#vA4S^nL_9`d>J z9vSk^6vA(1JJtHhG3>(x9^w)1pr7i;c!ELf=I`A)lgc=9R1SSbkv0}*Y%t`K$%A+3 zzObx(#X9nr@)zBE;{P8Kz#3vd@;K4Z{Z0(sPE4u1jNRmQmA4HR?QHC$+qzSguhfAu z(rtNE`Q@fiU0*w!cATxKuBS3iIv*cOSetszvdvt^%ITYC!OZFz+s-F#@6zImHl0hF wPR7b=Gp3V_1|vo|q8TGvcr+LuiyGsl3-3c|w_)8oXJ%7*GsTgc=Y|i@9}m?`>Hq)$ diff --git a/apps/user_management/locale/pl/LC_MESSAGES/django.mo b/apps/user_management/locale/pl/LC_MESSAGES/django.mo index bc8ab1aeb2e70789ff08139028d141c4512058e4..74f63826b178a70b73790923f3b96fde7d811fd5 100644 GIT binary patch delta 478 zcmXZYu}i~16vy#bwM|KCZB-B}*s8?Fq1F>2P;hYSqEpeu#S9V!5uxhfl1T&|v#P6g zD^ynpaS(JVIEbzyo&5vE@0mcj&%Gb_xO@4rU+nf%B6v%PBu$aBh zdN_hjEaDj!@CI#s#0l)-3=Ry6xaib^A7=!YsC$F+PA9qL6NIG5q5HZVzEL_L5V*9vu?8|QV@_cR^flNYKC-UZER%gZu^O zsfTax;bM(@{M%gVSjFoBadl1WtlmoWwg+llE`~ zKhS~S$Q|;FQ|KG-=V4TJ9PPM)YJl{h&Y=_TXXDC}#1hF+Vl}nA c*2=ott)P3)lQzovx{=SNLe;~L<=%Dv0XIKJ9{>OV diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.mo b/apps/user_management/locale/pt/LC_MESSAGES/django.mo index b3efc353f0ed95fa78bda569446dac5851bafbe2..f35900abea6d3e3f486822ba347f34e6b7be5b66 100644 GIT binary patch delta 509 zcmXZYKS%;`6u|K(VHc-aN`W<`{V^lB@-C!usKJ(?e?vp%(hVXl7G(ql83aL2hS1(r zL_^>jts&JAv_!NtMpHwy)%THb+~?hU_kO?k`Q+FTZ ze4in+Neu__8Dsd10~lkf6wcuR9%B*BR*@qtVJ`-Q|9wf+bu*|3ISlf5JHaUlo%jm9 zc#rhT6Kee(4gA4I)NZXCsP!;veh4|7BvIE%BQwc#y}pb*vdT->+p-DT2=-8~vW)B@ zm#8PdLEYdExovq1Rd*Yjj6QQ=e$h&AX5GTtdfu9H3)xiEN!X5+7`5y~)V5Q$Q+YIR W{WESpx9#RAZxkveU#9xyix_|8;XV%l delta 547 zcmXZYyDvjg9Ki8ky-MpK4&g7l(L*#g%~)69f5EtW9j`Az>;I;myTIU}1$XSJlUXQZ@5E|-ty zY%9yFzL{*)FcayNZ`LrQVOKDq2YrDtpFZx=L*c+g>C$#z+O@CS7mQRaZ^S6c+&tR* FtbZQlOr`(; diff --git a/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo b/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo index 769629d159b5c3c05cd19a728ef31835e4a1b1d0..27785164e82131b622676c93255c6d1f0b98567e 100644 GIT binary patch delta 511 zcmXZYy-Pw-7{~GF5^28VO-m?(u$PNN-MrU=z$NSjm%@me3d%r42rJPb5bjc~4USEP zLxV%)zaUNJ5`jT;)IZQrOW#We4(Idy&Ku{P7o%z1KWR=|6Iu6*%!)`PC}Lq6Z7ky) zHc-bdM(`7(_=_VL?iU%wX&lCk%KMlg*OX0MCBNesPK3mf7)3fnzysw48st0VZqmUx zzNvAI+qgN7^O(gGJjW`2V+{`nM8@$8CovHIKR1Dc@gL-IqVY}cIXZF|iK4sDK$^_Zx#ulf6hjmlbiZ;J-3_PMhnGl` zD>@(Ew$6Hd-YNe^cFSBY=W~_fQOR7%Rr0A=(z27LwP4y-%(hc@vi|Jv>T9`Dp_(f& SeO%dF+N?JMJ1srf_WS`ZP(E1z delta 550 zcmXZYIZFdU6u|K(!6VTeUZ98)BSD*FH&LPnE001viDF?RtHfjrH=1k&A&|mCY(z+9 zVI|n8AO!pXf}ki^*yty)5X*Fe{s$L^`OSNC@ZMa9-@>;qb>*)*kp+)PR7A#GM0Ctz z49{>FpV5!M*oJUcD%+g z@heiB)Nl}06)Hc3Dqh49+{ZnItM?nk@y=Mu;%RlIQw3{MdkaECS?fKI|-yFnQ->!ks&Kg>b-59MF$HD)mI*( zx^Rw7c!LbNV{+qD^}ywBoXgtwZc@`SrkyQrMz?Z1T0U1W@@6it?HC7!rJ037F;9u+zz4T#v;gdLj}V4aUZj`grBi^Ikb=UiZ%%R;FlVII?SROs1-z H%?}NK2Ov&o diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.mo b/apps/user_management/locale/ru/LC_MESSAGES/django.mo index 6239cdbfb5c1b7e381cdf0ea6ddbd6389a6575e6..f2bf828122025bc34d9ae30a8dfeae99de5233c8 100644 GIT binary patch delta 509 zcmXZY%S!@L6vy!+6@_D_Wf`p|>;*M6W6@)v2$CLPCDcN!%|Idr8Hf@DArUQG`40px zB8nckY1yJynJ$8$RV!PyZdddjMwpq;`Q3qg&$-w7seV^>x z0*6{fLU@7$c!3jG!EtQzibT-FIm}}WA8`r&Z6fQKz%9H%6&0W4rI%vFC(@6rXkr!@ z@D_vkgUjgkI|s&bhJ1!o_<|K|Y!@lx8@}UthsZD<1RRT~k*jFnZy@h%INIq5w1ZiF>`QZsbbFiay{ acy-@B-l0bRjV89#X8j8nYW)fJkf!Ak z)ugYe3KrJ+`vcfOK7s1u1gZx1Q4Mm3)RYh8@&3A31C+9;ycJag5u`_1HVMK64yqS8 zKt8!<3E>mAqg28KUO3=GQ|7#QxdFfbSa=~h+-1|VYC0VLRf^gbXR52TL*X?7s3 z3KUca(z-xe21thjX)YjL1f=$Gh7={{73UFF~q;rlc1qJ&3O$iAj>sc7GYiC_<@s zrXBw0J#kioEFfj%p`bE5doFSw3DpFsyt2(&1?MRl&xIg4lbj5=WSJPUG%fjTc8991 zx2o1qY4t&gVEJU;Rvrj3T$`@*_1?j%GLwA&zoZ*SBWHuQ_}te9dk6g)E;egr>7{`&JTLlr(pJW9VZnF_&VaALhhTf0u_U+(9ss|9P2f+k7yJb_g1mvTX|M-828LiWxD1{G zpMZE@W}mS+1VI8?R)K@oUfLZVs2p{YzxEEXpkAiPN8{k(E zaj`Z`J6fuUR$Hl7Osii%n&F?J0Ffh9E*eNIszB`+IcvuO2}J{b*d9!q-99ThE4T@@ z;DOJb0;xQ91;I;X%%ZPdE0)U9f(+gXC)6@n;-sRBgRV4`^Q?w6yeN#Jyhv7tV((8+ zNNoZh$fDq$pO=bFZm&EvQspBzbH3;Ki}nN;u26v_&!j7f__f|z0BJsI0`05(SkLjz zpiY?4!J4pgGoI<4H9{*Yiu$+YIDV*t`lrkBuIU?o$P2U}_x{s zP)>T%J`g4lsJSvUFOuwvC=$DwrbFmhv6 zv5Qs$d;grbu5E;o6(jSZL}Q@_R%ljX~PF^4}6L4+nG zE&Y0>{~O0GwiGV#ol(e P)Ba66v^QB2m26<26&|41uVd8s4p^t7&8sDpd>Oz7EuTr-S9v3pFr)j zi5{#2ccU4k{$iC4K1a6PrtPRgXkQIN)%=0mVZxJ4v^*&qUDk4&P1#_maKpFOqG2vE zvsC8G1}}1++^!ir^2GLS*D=;aTb7x{P1C^Q3(PXh#p19YsRYzl^dqz3*hjYTm@j?% ge(0!`_@R1?Z{~LWHU@MBI~GhjZBH~@b(N_701EX@ivR!s diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.mo b/apps/web_theme/locale/it/LC_MESSAGES/django.mo index f694f43e14c1c3754a8070c6d61ba1b478c45055..ab5d16649479db8478602942c34d3d12dd51b723 100644 GIT binary patch delta 196 zcmZ3-dx>{KOX@8~28KUO3=A6>7#OazFfb?q=?+!~1|VWs4J5dL^hO|E0HpUo`MPWj z4E8|21&|g1(iK1&h!{G71P_p&0Hh^>^jsh<1*ErceA&swWv**zpkQcdWoR_HhFOjs z!Zn?|kXgz&C_gE+s3cz@D8D$dC^KKdrU)XSR|FBzOV7`%O3X>Ea!Aij%*@eC&d=R^ Iiunl>06|172><{9 delta 160 zcmcb_yN-84OX@a828KUO3=A6>7#KFQFfb?q=@eE51|VW+2NGOBx)(?n0O=V}J|`Ok zgFTQh0;C0ibO?|JB8F5T!2_gofV3o#t_0FjKzj1Vmz_*pX1a#v3WgR|29}d+nB~~b kbPX&N49q7lWR~K0PAtmFSBOf?ODrkLSFqXqj`;}_09o}L>;M1& diff --git a/apps/web_theme/locale/pl/LC_MESSAGES/django.mo b/apps/web_theme/locale/pl/LC_MESSAGES/django.mo index 76c2c8d732a93204fde33d9c605db4f18200d013..5c41bd72f7be4f61b768b880bc9b717d67676bcc 100644 GIT binary patch delta 116 zcmX@b`iOOcjjS*e1H()P1_n+bUJGP{=9K>o^!k=wY;bPdfF3@xk-EGJ7c%5fR# o8W|`Unp+u~O?G4y7tGB}Rr%| z;+R?)nrj;X0hdo=afxn7QDR28KUO3=FFn7#Pm5Ffix=>2g*E1|VWs1|&Fu^co-?38c3|`TT4Q z4E8|21dx^n(h)!!h!{$M1P_p|2GWW^x&uhd0O?g5Uv@HandusuD;Qc>8CXuPVOFp* zFj6oyv@$i;HUI)HpTy!4-H@WhyyBe1lKdhog|NeGfwY2KW_oFAX3^oz3N~eF5O)6N IC(Iw20Q(~;ng9R* diff --git a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo index a6d94f4742dfd2cb6901f7c1a83f096cdf517ecf..969975f40786e1b37bd954863a26b9a9695e5944 100644 GIT binary patch delta 36 pcmaFB`+#>t5i^&$uAzZ~p`n$b(c~It1r89$)XLC&^ActoW&pf$2}%F} delta 36 rcmaFB`+#>t5i^&WuA#Ytp@o%!<>VS>1r7rv1p{L%W24PWm~EH=z3&NF diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.mo b/apps/web_theme/locale/ru/LC_MESSAGES/django.mo index f1f16a8fbf4ed1a46e37f54f7ee221e2a3cf99ce..61df396e23f275f110cc7961dd4cd197345024d2 100644 GIT binary patch delta 220 zcmdnPe}#WSOR5SJ1H&I6UckV>pvcO=5CNnQ0ckEEEzQQjAOxhwgl25K>7fX zjsntGfwTsYHehF9-~-Z;Kw1s}AYBKgS8jaS$;4%@YiOWgXlP|)WoWK#00dkz{$$M5CNoD0ckEE&CJHYAOxiOfOH#>Rs_-_Kzap` zjsntqfwTsYmS6{}0n&~@S`wraQ;X75D;3;xGD{K_Y|@L%%nclJ Q6Ek!4ib^-XV}8aA00@gFVgLXD From b8aa5fa974862fae25345931c7504cbd6cd53e56 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 19 Jul 2012 02:39:54 -0400 Subject: [PATCH 35/71] Initial import of the database bootstrap app --- apps/bootstrap/__init__.py | 10 +++ apps/bootstrap/api.py | 79 ++++++++++++++++++ apps/bootstrap/links.py | 9 ++ apps/bootstrap/models.py | 12 +++ .../images/icons/database_lightning.png | Bin 0 -> 1880 bytes apps/bootstrap/urls.py | 6 ++ apps/bootstrap/views.py | 59 +++++++++++++ settings.py | 1 + urls.py | 1 + 9 files changed, 177 insertions(+) create mode 100644 apps/bootstrap/__init__.py create mode 100644 apps/bootstrap/api.py create mode 100644 apps/bootstrap/links.py create mode 100644 apps/bootstrap/models.py create mode 100755 apps/bootstrap/static/images/icons/database_lightning.png create mode 100644 apps/bootstrap/urls.py create mode 100644 apps/bootstrap/views.py diff --git a/apps/bootstrap/__init__.py b/apps/bootstrap/__init__.py new file mode 100644 index 0000000000..d583de1073 --- /dev/null +++ b/apps/bootstrap/__init__.py @@ -0,0 +1,10 @@ +from __future__ import absolute_import + +from project_setup.api import register_setup +from navigation.api import register_links#, register_sidebar_template + +from .links import database_bootstrap, bootstrap_execute +from .api import BootstrapSimple + +register_setup(database_bootstrap) +register_links(BootstrapSimple, [bootstrap_execute]) diff --git a/apps/bootstrap/api.py b/apps/bootstrap/api.py new file mode 100644 index 0000000000..a5e6c40143 --- /dev/null +++ b/apps/bootstrap/api.py @@ -0,0 +1,79 @@ +from __future__ import absolute_import + +from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import ugettext + +from metadata.models import MetadataType, MetadataSet +from document_indexing.models import Index, IndexTemplateNode + +bootstrap_options = {} + + +class BootstrapBase(object): + name = None + label = '' + description = '' + + def __unicode__(self): + return unicode(self.label) + + +class BootstrapSimple(BootstrapBase): + name = 'simple' + label = _(u'Simple') + description = _(u'A simple setup providing an uploaded date metadata and index plus an alphabetic index based on document filenames.') + + def execute(self): + # Create metadata types + date = MetadataType.objects.create(name='upload_date', title=ugettext(u'Upload date'), default='current_date()') + + # Create a segmented date index + index = Index.objects.create(name='date_tree', title=ugettext(u'Segmented date index'), enabled=True) + + # Create index template + #node1 = IndexTemplateNode + + +for bootstrap in [BootstrapSimple()]: + bootstrap_options[bootstrap.name] = bootstrap + +""" + +class Index(models.Model): + name = models.CharField(unique=True, max_length=64, verbose_name=_(u'name'), help_text=_(u'Internal name used to reference this index.')) + title = models.CharField(unique=True, max_length=128, verbose_name=_(u'title'), help_text=_(u'The name that will be visible to users.')) + enabled = models.BooleanField(default=True, verbose_name=_(u'enabled'), help_text=_(u'Causes this index to be visible and updated when document data changes.')) + + @property + def template_root(self): + return self.indextemplatenode_set.get(parent=None) + + @property + def instance_root(self): + return self.template_root.indexinstancenode_set.get() + + def __unicode__(self): + return self.title + + @models.permalink + def get_absolute_url(self): + return ('index_instance_node_view', [self.instance_root.pk]) + + def save(self, *args, **kwargs): + super(Index, self).save(*args, **kwargs) + index_template_node_root, created = IndexTemplateNode.objects.get_or_create(parent=None, index=self) + + class Meta: + verbose_name = _(u'index') + verbose_name_plural = _(u'indexes') + + +class IndexTemplateNode(MPTTModel): + parent = TreeForeignKey('self', null=True, blank=True, related_name='index_template_node') + index = models.ForeignKey(Index, verbose_name=_(u'index')) + expression = models.CharField(max_length=128, verbose_name=_(u'indexing expression'), help_text=_(u'Enter a python string expression to be evaluated.')) + # % available_indexing_functions_string) + enabled = models.BooleanField(default=True, verbose_name=_(u'enabled'), help_text=_(u'Causes this node to be visible and updated when document data changes.')) + link_documents = models.BooleanField(default=False, verbose_name=_(u'link documents'), help_text=_(u'Check this option to have this node act as a container for documents and not as a parent for further nodes.')) +""" + diff --git a/apps/bootstrap/links.py b/apps/bootstrap/links.py new file mode 100644 index 0000000000..e2af43dbaa --- /dev/null +++ b/apps/bootstrap/links.py @@ -0,0 +1,9 @@ +from django.utils.translation import ugettext_lazy as _ + + +def is_superuser(context): + return context['request'].user.is_staff or context['request'].user.is_superuser + + +database_bootstrap = {'text': _(u'bootstrap database'), 'view': 'bootstrap_type_list', 'icon': 'database_lightning.png', 'condition': is_superuser}#, 'children_view_regex': [r'statistics']} +bootstrap_execute = {'text': _(u'execute'), 'view': 'bootstrap_execute', 'args': 'object.name', 'sprite': 'database_lightning.png', 'condition': is_superuser}#, 'children_view_regex': [r'statistics']} diff --git a/apps/bootstrap/models.py b/apps/bootstrap/models.py new file mode 100644 index 0000000000..1f13d1559f --- /dev/null +++ b/apps/bootstrap/models.py @@ -0,0 +1,12 @@ +from __future__ import absolute_import + +#import logging + +#from django.db import models +#from django.utils.translation import ugettext_lazy as _ + +#logger = logging.getLogger(__name__) + + +#class CompanyType(models.Model): +# name = diff --git a/apps/bootstrap/static/images/icons/database_lightning.png b/apps/bootstrap/static/images/icons/database_lightning.png new file mode 100755 index 0000000000000000000000000000000000000000..373590bef648df5db70adb216c94ac181727cc39 GIT binary patch literal 1880 zcmV-e2dDUnP)(=%41OcIN7@DS`w>OGtG>Swr0Yle6eeI0A~l}XAZSz1y*qt41#GMO6H;HYWk zjxe1kPoG@EY>*^|bHJ(VI{ZF2I=gyqMZ}bh)39l$t3QA#lLKJ7nT?Sg5ZKD9d$sKLe8kRmfy>i1x*h z%jS_tB?(;mhz`iI1dq!N)v2Ju??ahWMKYbTbmj|%k=OE^Ba_bJ#2-!Yy4|G251-Eq zkGmYTwKcFZYO2*CpQ56M&-1!6&WFo-^KK9NZBd0})11hOECHhQxZbubi0IMN4M zk|0U46(OS}dzNJf=@cm|1!%fPHP%ol=+<4MdK(5CGiaS;*Jczv%SDJ3R$`DBu(9zSoli3(41DYrZx=9S^?g?TNbv_3nw-~V{C63)DG|$vK;+GIO`yu^h zDkZB-Y<{j!dghfc7e8Z)G6X6oDa6#3+f{lg-(Lcc*T4Aj1&^Zf=rLUWr`4hn1ESMe z4zJg3;lM-S6uDzeIZM4rrDNdBY6e`9R`?%Sgvy7WMsbqLBtDoGix{Hwc9!l9>@CrzQ3|KeG{fuhppv4m ztE+~CkneJpq1c&CvlQ06L9x{Y_^yU6P^<1nu4fn3!)28LrVh3GS){IRM&f1`+m2jY zOA}#|>_8Tj^zTe2i>_Rdvd}w#hLYqcp`pNONc5u=#x7; zqKtGOLZVB@ij5~(?IXq7529hnrlB}q8ZvJvJMmVO2PVPDUa_JU2ooYXA_!Ro&voL| zKatNmBbghtAT_u(Su`Y6vs|LPduSRCM?t&IQVj7ns8cIp7NQiqYU6{3gXdZh?}%Y` zt$S7T#s#Y^)Uc*TrDXK2dv(8R<;v^zE?&5hXn16J8nWkG4)G313iAajL5$Y;?3l+2PhZ%2#Oc=_?(rDdx3Zs3u}N>9kv79Q`5Hny}} zvJQ~!;2~M5mxiQaF&nq-h>`-wjeT%d1t6$7G9JUl-M?aQY<}bFhSu+R%~ON7W{Js> zL%$rqXWI12bS6_D>5U+p$ylA9op`(+AN2*9M6nK-?9QCDovc)*7ViI1e3WWvHlPu(}YuKtm#K=oYuJaah|rK*U2 z6NCB~MQ>8u)dUrldPjbt{)19kKO3DFT0$Q*Tv~PTT>LK{d3?AJ6QLv%tb?#^tehPY z_+905;wYeyep)^C?b=DMMd^YWnYX5S8IPLv{`5$nX17iac74)(OyM#X<8V1e-(3OM zqP&hI8DC06?R?uUjCL#)@c&$_gm-eMyGTOZ__+D>UoVB13_O#Cu`c{qfB^unGa~y0 S1J<7a0000\w+)/execute/$', 'bootstrap_execute', (), 'bootstrap_execute'), +) diff --git a/apps/bootstrap/views.py b/apps/bootstrap/views.py new file mode 100644 index 0000000000..3be20b1dc1 --- /dev/null +++ b/apps/bootstrap/views.py @@ -0,0 +1,59 @@ +from __future__ import absolute_import + +from django.utils.translation import ugettext_lazy as _ +from django.http import HttpResponseRedirect +from django.shortcuts import render_to_response, get_object_or_404 +from django.template import RequestContext +from django.contrib import messages +from django.core.urlresolvers import reverse + +from .api import bootstrap_options + + +def bootstrap_type_list(request): + # TODO: Check for superadmin + + context = { + 'object_list': bootstrap_options.values(), + 'title': _(u'database bootstrap setups'), + 'hide_link': True, + 'extra_columns': [ + {'name': _(u'description'), 'attribute': 'description'}, + #{'name': _(u'label'), 'attribute': encapsulate(lambda document: document.checkout_info().expiration_datetime)}, + ], + } + + return render_to_response('generic_list.html', context, + context_instance=RequestContext(request)) + + +def bootstrap_execute(request, bootstrap_name): + bootstrap = bootstrap_options[bootstrap_name] + + post_action_redirect = reverse('bootstrap_type_list') + + previous = request.POST.get('previous', request.GET.get('previous', request.META.get('HTTP_REFERER', '/'))) + next = request.POST.get('next', request.GET.get('next', post_action_redirect if post_action_redirect else request.META.get('HTTP_REFERER', '/'))) + + if request.method == 'POST': + try: + bootstrap.execute() + except Exception, exc: + messages.error(request, _(u'Error executing bootstrap setup; %s') % exc) + else: + messages.success(request, _(u'Bootstrap setup "%s" executed successfully.') % bootstrap) + return HttpResponseRedirect(next) + + context = { + 'object_name': _(u'bootstrap setup'), + 'delete_view': False, + 'previous': previous, + 'next': next, + #'form_icon': u'basket_remove.png', + 'object': bootstrap, + } + + context['title'] = _(u'Are you sure you wish to execute the database bootstrap named: %s?') % bootstrap.label + + return render_to_response('generic_confirm.html', context, + context_instance=RequestContext(request)) diff --git a/settings.py b/settings.py index b4fb25d35d..026e444c5f 100644 --- a/settings.py +++ b/settings.py @@ -168,6 +168,7 @@ INSTALLED_APPS = ( 'documents', 'linking', 'document_indexing', + 'bootstrap', 'document_acls', 'ocr', 'sources', diff --git a/urls.py b/urls.py index 79bc1fab54..b2d5ccd4f3 100644 --- a/urls.py +++ b/urls.py @@ -34,6 +34,7 @@ urlpatterns = patterns('', (r'^checkouts/', include('checkouts.urls')), (r'^installation/', include('installation.urls')), (r'^scheduler/', include('scheduler.urls')), + (r'^bootstrap/', include('bootstrap.urls')), ) From 0822f6d076bab4082c4225a05f6ecd2d2b4a0d55 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 19 Jul 2012 11:48:47 -0400 Subject: [PATCH 36/71] Add bootstrap app to translation config file and script --- .tx/config | 11 +++++++++++ misc/process_messages.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.tx/config b/.tx/config index cedeb59913..f607087021 100644 --- a/.tx/config +++ b/.tx/config @@ -1,3 +1,14 @@ +[mayan-edms.apps-bootstrap] +source_file = apps/bootstrap/locale/en/LC_MESSAGES/django.po +source_lang = en +trans.es = apps/bootstrap/locale/es/LC_MESSAGES/django.po +trans.pt = apps/bootstrap/locale/pt/LC_MESSAGES/django.po +trans.pt_BR = apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.po +trans.ru = apps/bootstrap/locale/ru/LC_MESSAGES/django.po +trans.it = apps/bootstrap/locale/it/LC_MESSAGES/django.po +trans.pl = apps/bootstrap/locale/pl/LC_MESSAGES/django.po +trans.de_DE = apps/bootstrap/locale/de_DE/LC_MESSAGES/django.po + [mayan-edms.apps-converter] source_file = apps/converter/locale/en/LC_MESSAGES/django.po source_lang = en diff --git a/misc/process_messages.py b/misc/process_messages.py index 847ca069fe..25fa595902 100755 --- a/misc/process_messages.py +++ b/misc/process_messages.py @@ -10,7 +10,7 @@ APP_LIST = ('common', 'converter', 'documents', 'document_comments', 'linking', 'main', 'metadata', 'navigation', 'ocr', 'permissions', 'project_setup', 'project_tools', 'smart_settings', 'sources', 'tags', 'user_management', 'web_theme', 'django_gpg', 'document_signatures', - 'acls', 'installation', 'scheduler') + 'acls', 'installation', 'scheduler', 'bootstrap') LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE') makemessages = pbs.Command('django-admin.py') From 79d50b3f3259060837a4ae0f967c77a643c83301 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 24 May 2012 02:50:02 -0400 Subject: [PATCH 37/71] Rename version_fields to add_version_fields, fix document description not loading on document edit view --- apps/documents/forms.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/documents/forms.py b/apps/documents/forms.py index db6a6d8001..36125f2fad 100644 --- a/apps/documents/forms.py +++ b/apps/documents/forms.py @@ -145,7 +145,8 @@ class DocumentForm(forms.ModelForm): """ class Meta: model = Document - exclude = ('description', 'tags', 'document_type') + #exclude = ('description', 'tags', 'document_type') + exclude = ('tags', 'document_type') def __init__(self, *args, **kwargs): document_type = kwargs.pop('document_type', None) @@ -158,14 +159,14 @@ class DocumentForm(forms.ModelForm): self.fields['document_type'].widget = forms.HiddenInput() if instance: + self.fields['description'].initial = instance.description self.fields['use_file_name'] = forms.BooleanField( label=_(u'Use the new version filename as the document filename'), initial=False, required=False, ) - - # Instance's document_type overrides the passed document_type - if instance: + + # Instance's document_type overrides the passed document_type if hasattr(instance, 'document_type'): document_type = instance.document_type @@ -178,9 +179,9 @@ class DocumentForm(forms.ModelForm): label=_(u'Quick document rename')) if instance: - self.version_fields(instance) + self.add_version_fields(instance) - def version_fields(self, document): + def add_version_fields(self, document): self.fields['version_update'] = forms.ChoiceField( label=_(u'Version update'), choices=DocumentVersion.get_version_update_choices(document.latest_version) From d7d409582f5d2b5ca4858ab939fa9d8fcd98378c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 19 Jul 2012 12:15:52 -0400 Subject: [PATCH 38/71] Catch a DocumentNotCheckedOut exception if user tries to view checkout info on a non checked out document --- apps/checkouts/views.py | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/apps/checkouts/views.py b/apps/checkouts/views.py index 8ba2930ada..ace4a14085 100644 --- a/apps/checkouts/views.py +++ b/apps/checkouts/views.py @@ -101,22 +101,26 @@ def checkin_document(request, document_pk): document = get_object_or_404(Document, pk=document_pk) post_action_redirect = reverse('checkout_info', args=[document.pk]) + previous = request.POST.get('previous', request.GET.get('previous', request.META.get('HTTP_REFERER', '/'))) + next = request.POST.get('next', request.GET.get('next', post_action_redirect if post_action_redirect else request.META.get('HTTP_REFERER', '/'))) + # If the user trying to check in the document is the same as the check out # user just check for the normal permission otherwise check for the forceful # checkin permission - if document.checkout_info().user_object == request.user: - try: - Permission.objects.check_permissions(request.user, [PERMISSION_DOCUMENT_CHECKIN]) - except PermissionDenied: - AccessEntry.objects.check_access(PERMISSION_DOCUMENT_CHECKIN, request.user, document) - else: - try: - Permission.objects.check_permissions(request.user, [PERMISSION_DOCUMENT_CHECKIN_OVERRIDE]) - except PermissionDenied: - AccessEntry.objects.check_access(PERMISSION_DOCUMENT_CHECKIN_OVERRIDE, request.user, document) - - previous = request.POST.get('previous', request.GET.get('previous', request.META.get('HTTP_REFERER', '/'))) - next = request.POST.get('next', request.GET.get('next', post_action_redirect if post_action_redirect else request.META.get('HTTP_REFERER', '/'))) + try: + if document.checkout_info().user_object == request.user: + try: + Permission.objects.check_permissions(request.user, [PERMISSION_DOCUMENT_CHECKIN]) + except PermissionDenied: + AccessEntry.objects.check_access(PERMISSION_DOCUMENT_CHECKIN, request.user, document) + else: + try: + Permission.objects.check_permissions(request.user, [PERMISSION_DOCUMENT_CHECKIN_OVERRIDE]) + except PermissionDenied: + AccessEntry.objects.check_access(PERMISSION_DOCUMENT_CHECKIN_OVERRIDE, request.user, document) + except DocumentNotCheckedOut: + messages.error(request, _(u'Document has not been checked out.')) + return HttpResponseRedirect(previous) if request.method == 'POST': try: From 6f2f9469b11457d65cd117b6983e0a80bbc323cc Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 19 Jul 2012 12:26:05 -0400 Subject: [PATCH 39/71] Add an extra column showing if the index node will contain document links --- apps/document_indexing/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/document_indexing/views.py b/apps/document_indexing/views.py index 5442493345..83f27cf940 100644 --- a/apps/document_indexing/views.py +++ b/apps/document_indexing/views.py @@ -166,6 +166,7 @@ def index_setup_view(request, index_pk): 'extra_columns': [ {'name': _(u'level'), 'attribute': encapsulate(lambda x: node_level(x))}, {'name': _(u'enabled'), 'attribute': encapsulate(lambda x: two_state_template(x.enabled))}, + {'name': _(u'has document links?'), 'attribute': encapsulate(lambda x: two_state_template(x.link_documents))}, ], } From 5c7d4e982bbb8f9491eb2231e70ed8dd7eca8d72 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 19 Jul 2012 12:26:56 -0400 Subject: [PATCH 40/71] Don't show if an index node template has document links on the unicode method --- apps/document_indexing/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/document_indexing/models.py b/apps/document_indexing/models.py index ce3863ef7e..3c4b5cfff3 100644 --- a/apps/document_indexing/models.py +++ b/apps/document_indexing/models.py @@ -51,7 +51,7 @@ class IndexTemplateNode(MPTTModel): link_documents = models.BooleanField(default=False, verbose_name=_(u'link documents'), help_text=_(u'Check this option to have this node act as a container for documents and not as a parent for further nodes.')) def __unicode__(self): - return self.expression if not self.link_documents else u'%s/[document]' % self.expression + return self.expression class Meta: verbose_name = _(u'index template node') From 53a35e0f1c208f4ce927289058b6781cdca3e8d7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 19 Jul 2012 12:37:43 -0400 Subject: [PATCH 41/71] Add segmented date index nodes templates to the simple bootstrap --- apps/bootstrap/api.py | 48 +++++-------------------------------------- 1 file changed, 5 insertions(+), 43 deletions(-) diff --git a/apps/bootstrap/api.py b/apps/bootstrap/api.py index a5e6c40143..5a71ba559e 100644 --- a/apps/bootstrap/api.py +++ b/apps/bootstrap/api.py @@ -25,55 +25,17 @@ class BootstrapSimple(BootstrapBase): def execute(self): # Create metadata types - date = MetadataType.objects.create(name='upload_date', title=ugettext(u'Upload date'), default='current_date()') + upload_date = MetadataType.objects.create(name='upload_date', title=ugettext(u'Upload date'), default='current_date()') # Create a segmented date index index = Index.objects.create(name='date_tree', title=ugettext(u'Segmented date index'), enabled=True) + template_root = index.template_root # Create index template - #node1 = IndexTemplateNode + node1 = IndexTemplateNode.objects.create(parent=template_root, index=index, expression='metadata.upload_date[0:4]', enabled=True, link_documents=False) + node2 = IndexTemplateNode.objects.create(parent=node1, index=index, expression='metadata.upload_date[5:7]', enabled=True, link_documents=False) + node3 = IndexTemplateNode.objects.create(parent=node2, index=index, expression='metadata.upload_date[8:10]', enabled=True, link_documents=True) for bootstrap in [BootstrapSimple()]: bootstrap_options[bootstrap.name] = bootstrap - -""" - -class Index(models.Model): - name = models.CharField(unique=True, max_length=64, verbose_name=_(u'name'), help_text=_(u'Internal name used to reference this index.')) - title = models.CharField(unique=True, max_length=128, verbose_name=_(u'title'), help_text=_(u'The name that will be visible to users.')) - enabled = models.BooleanField(default=True, verbose_name=_(u'enabled'), help_text=_(u'Causes this index to be visible and updated when document data changes.')) - - @property - def template_root(self): - return self.indextemplatenode_set.get(parent=None) - - @property - def instance_root(self): - return self.template_root.indexinstancenode_set.get() - - def __unicode__(self): - return self.title - - @models.permalink - def get_absolute_url(self): - return ('index_instance_node_view', [self.instance_root.pk]) - - def save(self, *args, **kwargs): - super(Index, self).save(*args, **kwargs) - index_template_node_root, created = IndexTemplateNode.objects.get_or_create(parent=None, index=self) - - class Meta: - verbose_name = _(u'index') - verbose_name_plural = _(u'indexes') - - -class IndexTemplateNode(MPTTModel): - parent = TreeForeignKey('self', null=True, blank=True, related_name='index_template_node') - index = models.ForeignKey(Index, verbose_name=_(u'index')) - expression = models.CharField(max_length=128, verbose_name=_(u'indexing expression'), help_text=_(u'Enter a python string expression to be evaluated.')) - # % available_indexing_functions_string) - enabled = models.BooleanField(default=True, verbose_name=_(u'enabled'), help_text=_(u'Causes this node to be visible and updated when document data changes.')) - link_documents = models.BooleanField(default=False, verbose_name=_(u'link documents'), help_text=_(u'Check this option to have this node act as a container for documents and not as a parent for further nodes.')) -""" - From dd8d35aec686c3239ab7227bd7d457e04c05daa0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 19 Jul 2012 17:09:01 -0400 Subject: [PATCH 42/71] Add a permit agency type database bootstrap --- apps/bootstrap/__init__.py | 3 ++- apps/bootstrap/api.py | 49 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/apps/bootstrap/__init__.py b/apps/bootstrap/__init__.py index d583de1073..07c8a915e2 100644 --- a/apps/bootstrap/__init__.py +++ b/apps/bootstrap/__init__.py @@ -4,7 +4,8 @@ from project_setup.api import register_setup from navigation.api import register_links#, register_sidebar_template from .links import database_bootstrap, bootstrap_execute -from .api import BootstrapSimple +from .api import BootstrapSimple, BootstrapPermit register_setup(database_bootstrap) register_links(BootstrapSimple, [bootstrap_execute]) +register_links(BootstrapPermit, [bootstrap_execute]) diff --git a/apps/bootstrap/api.py b/apps/bootstrap/api.py index 5a71ba559e..cd9149561b 100644 --- a/apps/bootstrap/api.py +++ b/apps/bootstrap/api.py @@ -5,6 +5,7 @@ from django.utils.translation import ugettext from metadata.models import MetadataType, MetadataSet from document_indexing.models import Index, IndexTemplateNode +from documents.models import DocumentType, DocumentTypeFilename bootstrap_options = {} @@ -35,7 +36,51 @@ class BootstrapSimple(BootstrapBase): node1 = IndexTemplateNode.objects.create(parent=template_root, index=index, expression='metadata.upload_date[0:4]', enabled=True, link_documents=False) node2 = IndexTemplateNode.objects.create(parent=node1, index=index, expression='metadata.upload_date[5:7]', enabled=True, link_documents=False) node3 = IndexTemplateNode.objects.create(parent=node2, index=index, expression='metadata.upload_date[8:10]', enabled=True, link_documents=True) - -for bootstrap in [BootstrapSimple()]: + +class BootstrapPermit(BootstrapBase): + name = 'permits' + label = _(u'Permits') + description = _(u'A setup for handling permits and related documents.') + + def execute(self): + # Create document types + form = DocumentType.objects.create(name=ugettext(u'Form')) + DocumentTypeFilename.objects.create(document_type=form, filename=ugettext(u'Building construction form')) + DocumentTypeFilename.objects.create(document_type=form, filename=ugettext(u'Building usage form')) + + blueprint = DocumentType.objects.create(name=ugettext(u'Blueprint')) + DocumentTypeFilename.objects.create(document_type=blueprint, filename=ugettext(u'Floorplan')) + DocumentTypeFilename.objects.create(document_type=blueprint, filename=ugettext(u'Plot plan')) + + # Create metadata types + date = MetadataType.objects.create(name='date', title=ugettext(u'Date'), default='current_date()') + client = MetadataType.objects.create(name='client', title=ugettext(u'Client')) + permit = MetadataType.objects.create(name='permit', title=ugettext(u'Permit number')) + project = MetadataType.objects.create(name='project', title=ugettext(u'Project')) + user = MetadataType.objects.create(name='user', title=ugettext(u'User'), lookup='sorted([user.get_full_name() or user for user in User.objects.all() if user.is_active])') + + # Create a segmented date index + index = Index.objects.create(name='main_index', title=ugettext(u'Permit index'), enabled=True) + + # Create index template + per_permit = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per permit'), enabled=True, link_documents=False) + per_permit_child = IndexTemplateNode.objects.create(parent=per_permit, index=index, expression='metadata.permit', enabled=True, link_documents=True) + + per_project = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per project'), enabled=True, link_documents=False) + per_project_child = IndexTemplateNode.objects.create(parent=per_project, index=index, expression='metadata.project', enabled=True, link_documents=False) + per_permit = IndexTemplateNode.objects.create(parent=per_project_child, index=index, expression=ugettext(u'Per permit'), enabled=True, link_documents=False) + per_permit_child = IndexTemplateNode.objects.create(parent=per_permit, index=index, expression='metadata.permit', enabled=True, link_documents=True) + + per_date = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per date'), enabled=True, link_documents=False) + per_date_child = IndexTemplateNode.objects.create(parent=per_date, index=index, expression='metadata.date', enabled=True, link_documents=True) + + per_user = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per user'), enabled=True, link_documents=False) + per_user_child = IndexTemplateNode.objects.create(parent=per_user, index=index, expression='metadata.user', enabled=True, link_documents=True) + + per_client = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per client'), enabled=True, link_documents=False) + per_client_child = IndexTemplateNode.objects.create(parent=per_client, index=index, expression='metadata.client', enabled=True, link_documents=True) + + +for bootstrap in [BootstrapSimple(), BootstrapPermit()]: bootstrap_options[bootstrap.name] = bootstrap From ea19bd901abfb14a81ea0f74553b0d7f9bf9d46b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 20 Jul 2012 17:03:23 -0400 Subject: [PATCH 43/71] Shutdown scheduler everytime Mayan exits for any reason --- apps/scheduler/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/scheduler/__init__.py b/apps/scheduler/__init__.py index 84ee326f65..18d7ea6e9f 100644 --- a/apps/scheduler/__init__.py +++ b/apps/scheduler/__init__.py @@ -1,6 +1,7 @@ from __future__ import absolute_import import logging +import atexit from .runtime import scheduler @@ -34,4 +35,10 @@ def sheduler_shutdown_pre_migrate(sender, **kwargs): scheduler.shutdown() +def schedule_shutdown_on_exit(): + logger.debug('Scheduler shut down on exit') + scheduler.shutdown() + + register_tool(job_list) +atexit.register(schedule_shutdown_on_exit) From 65293a740223bcaa6d2d7c65dc5e8c85adea4cae Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 22 Jul 2012 16:40:53 -0400 Subject: [PATCH 44/71] Update APScheduler to latest version (2.0.3) --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 0b7528f959..0e0f8beed7 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,7 +7,7 @@ django-taggit==0.9.3 slate==0.3 ghostscript==0.4.1 pdfminer==20110227 -APScheduler==2.0.2 +APScheduler==2.0.3 Pillow==1.7.4 cssmin==0.1.4 django-compressor==1.1.1 From 7531cf8168cc29f774725651748195fc6286b9ce Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 23 Jul 2012 21:07:25 -0400 Subject: [PATCH 45/71] Add Bulgarian translation files --- apps/acls/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes apps/acls/locale/bg/LC_MESSAGES/django.po | 241 ++++ .../checkouts/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../checkouts/locale/bg/LC_MESSAGES/django.po | 271 ++++ apps/common/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 534 bytes apps/common/locale/bg/LC_MESSAGES/django.po | 351 ++++++ .../converter/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../converter/locale/bg/LC_MESSAGES/django.po | 936 ++++++++++++++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../locale/bg/LC_MESSAGES/django.po | 214 ++++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2111 bytes .../locale/bg/LC_MESSAGES/django.po | 97 ++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 534 bytes .../locale/bg/LC_MESSAGES/django.po | 367 ++++++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../locale/bg/LC_MESSAGES/django.po | 122 ++ .../documents/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 21452 bytes .../documents/locale/bg/LC_MESSAGES/django.po | 1108 +++++++++++++++++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2526 bytes .../locale/bg/LC_MESSAGES/django.po | 115 ++ apps/folders/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2665 bytes apps/folders/locale/bg/LC_MESSAGES/django.po | 230 ++++ apps/history/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1888 bytes apps/history/locale/bg/LC_MESSAGES/django.po | 122 ++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 534 bytes .../locale/bg/LC_MESSAGES/django.po | 118 ++ apps/linking/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes apps/linking/locale/bg/LC_MESSAGES/django.po | 333 +++++ apps/main/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2699 bytes apps/main/locale/bg/LC_MESSAGES/django.po | 147 +++ apps/metadata/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes apps/metadata/locale/bg/LC_MESSAGES/django.po | 454 +++++++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 728 bytes .../locale/bg/LC_MESSAGES/django.po | 31 + apps/ocr/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes apps/ocr/locale/bg/LC_MESSAGES/django.po | 421 +++++++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../locale/bg/LC_MESSAGES/django.po | 204 +++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../locale/bg/LC_MESSAGES/django.po | 26 + .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 562 bytes .../locale/bg/LC_MESSAGES/django.po | 23 + .../scheduler/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../scheduler/locale/bg/LC_MESSAGES/django.po | 46 + .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../locale/bg/LC_MESSAGES/django.po | 35 + apps/sources/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes apps/sources/locale/bg/LC_MESSAGES/django.po | 528 ++++++++ apps/tags/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes apps/tags/locale/bg/LC_MESSAGES/django.po | 247 ++++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../locale/bg/LC_MESSAGES/django.po | 256 ++++ .../web_theme/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1964 bytes .../web_theme/locale/bg/LC_MESSAGES/django.po | 105 ++ 54 files changed, 7148 insertions(+) create mode 100644 apps/acls/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/acls/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/common/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/common/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/converter/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/converter/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/django_gpg/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/django_gpg/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/document_comments/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/document_comments/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/document_indexing/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/document_indexing/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/document_signatures/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/document_signatures/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/documents/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/documents/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/dynamic_search/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/folders/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/folders/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/history/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/history/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/installation/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/installation/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/linking/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/linking/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/main/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/main/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/metadata/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/metadata/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/navigation/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/navigation/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/ocr/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/ocr/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/permissions/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/permissions/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/project_setup/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/project_setup/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/project_tools/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/project_tools/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/scheduler/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/smart_settings/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/smart_settings/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/sources/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/sources/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/tags/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/tags/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/user_management/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/user_management/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/web_theme/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/web_theme/locale/bg/LC_MESSAGES/django.po diff --git a/apps/acls/locale/bg/LC_MESSAGES/django.mo b/apps/acls/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9590c69e8e91899cfdc9891944814c684189403a GIT binary patch literal 507 zcmY*V!A=`75T&B0J#ywSm3jcd#NGu&Fa$M_jT9-{M#<8?mYEP*6_VMH z67Ri|k=o)&MkOHQX@>j~volC9#MveCbIwVKbM?z~PQpsAtU0Z2#NV$&Q+;6wrUhG<# zNA>&~qS@^tux1wn)w&L>dTYd%njI&_q{u%umG*dY?`%|-Y`rv;FRJIrno1gb4Xcgx zLB+vCImZ5nuABL&Jmz-g*2Zc9{iTWTh6OBjGOJoID;zst2LZNueTG4H4ZG{$$ikNa Iq{qqLKaZ`Iv;Y7A literal 0 HcmV?d00001 diff --git a/apps/acls/locale/bg/LC_MESSAGES/django.po b/apps/acls/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..45b9705d91 --- /dev/null +++ b/apps/acls/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,241 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-01-02 09:45+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:14 +msgid "ACLs" +msgstr "" + +#: __init__.py:15 __init__.py:23 +msgid "details" +msgstr "" + +#: __init__.py:16 __init__.py:25 +msgid "grant" +msgstr "" + +#: __init__.py:17 __init__.py:26 +msgid "revoke" +msgstr "" + +#: __init__.py:18 __init__.py:24 forms.py:21 +msgid "New holder" +msgstr "" + +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + +#: forms.py:38 +msgid "Users" +msgstr "" + +#: forms.py:41 +msgid "Groups" +msgstr "" + +#: forms.py:44 +msgid "Roles" +msgstr "" + +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:118 managers.py:130 +msgid "Insufficient access." +msgstr "" + +#: models.py:25 models.py:67 +msgid "permission" +msgstr "" + +#: models.py:51 +msgid "access entry" +msgstr "" + +#: models.py:52 +msgid "access entries" +msgstr "" + +#: models.py:88 +msgid "default access entry" +msgstr "" + +#: models.py:89 +msgid "default access entries" +msgstr "" + +#: models.py:108 +msgid "Creator" +msgstr "" + +#: models.py:111 models.py:112 +msgid "creator" +msgstr "" + +#: permissions.py:7 permissions.py:8 +msgid "Access control lists" +msgstr "" + +#: permissions.py:10 +msgid "Edit ACLs" +msgstr "" + +#: permissions.py:11 +msgid "View ACLs" +msgstr "" + +#: permissions.py:13 +msgid "Edit class default ACLs" +msgstr "" + +#: permissions.py:14 +msgid "View class default ACLs" +msgstr "" + +#: views.py:47 +#, python-format +msgid "access control lists for: %s" +msgstr "" + +#: views.py:49 views.py:409 +msgid "holder" +msgstr "" + +#: views.py:50 views.py:410 +msgid "permissions" +msgstr "" + +#: views.py:97 +#, python-format +msgid "permissions available to: %(actor)s for %(obj)s" +msgstr "" + +#: views.py:104 views.py:442 +msgid "namespace" +msgstr "" + +#: views.py:105 views.py:443 +msgid "label" +msgstr "" + +#: views.py:107 views.py:445 +msgid "has permission" +msgstr "" + +#: views.py:184 views.py:277 views.py:525 views.py:604 +msgid ", " +msgstr "" + +#: views.py:185 views.py:278 views.py:526 views.py:605 +#, python-format +msgid " for %s" +msgstr "" + +#: views.py:186 views.py:527 +#, python-format +msgid " to %s" +msgstr "" + +#: views.py:189 views.py:530 +#, python-format +msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +msgstr "" + +#: views.py:191 views.py:532 +#, python-format +msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:198 views.py:539 +#, python-format +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +msgstr "" + +#: views.py:204 views.py:545 +#, python-format +msgid "" +"%(actor)s, already had the permission \"%(permission)s\" granted for " +"%(object)s." +msgstr "" + +#: views.py:279 views.py:606 +#, python-format +msgid " from %s" +msgstr "" + +#: views.py:282 views.py:609 +#, python-format +msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +msgstr "" + +#: views.py:284 views.py:611 +#, python-format +msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:291 views.py:618 +#, python-format +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +msgstr "" + +#: views.py:297 views.py:624 +#, python-format +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgstr "" + +#: views.py:353 +#, python-format +msgid "add new holder for: %s" +msgstr "" + +#: views.py:354 views.py:486 +msgid "Select" +msgstr "" + +#: views.py:386 +msgid "classes" +msgstr "" + +#: views.py:388 +msgid "class" +msgstr "" + +#: views.py:407 +#, python-format +msgid "default access control lists for class: %s" +msgstr "" + +#: views.py:435 +#, python-format +msgid "permissions available to: %(actor)s for class %(class)s" +msgstr "" + +#: views.py:484 +#, python-format +msgid "add new holder for class: %s" +msgstr "" diff --git a/apps/checkouts/locale/bg/LC_MESSAGES/django.mo b/apps/checkouts/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..724203dc17fc87d210f80096bb51c072297094d0 GIT binary patch literal 507 zcmZ8d!A=4(5Y^~ukDfi$!~;f$?g9p^VnkUI5>^Q;-V4-Hv)gXkuIPvOLH>x};w%tN ze924O^v%qB^L=#qxrf+C9wSeY2gnO#g%0uyKdI^C}h|hD&%B)+wVIN%#lX zB1(oBaqEQd&e8#N z{&dyM7hxgR3$s*OGSZnV|7)0$xeUfxX?X?%V{^xdE;disZCsP>wOiBVq)Vc+VDAT% CLY24x literal 0 HcmV?d00001 diff --git a/apps/checkouts/locale/bg/LC_MESSAGES/django.po b/apps/checkouts/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c929c79ea1 --- /dev/null +++ b/apps/checkouts/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,271 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-07-10 15:47+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:137 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:122 views.py:129 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:131 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:133 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:146 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:148 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/common/locale/bg/LC_MESSAGES/django.mo b/apps/common/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..85a4a81e1632e33c3491ecfbdb5b85f580e8988e GIT binary patch literal 534 zcmZ8d%TB{E5Cp*~N6s9K!~p~wC*@TPMW|3DBqFL3xI69Q8YOmQI~4d2{todiY}yJW zRvN7z)c=P^}U+3EPA=BwKale@?9D> zxXvD;5!TiP$h^`M=r_tkZUvi$Pz%nL4%4QH$F}0mdg-)vylUTa?R|qj8s6t{nf~s-!MkuNO4Ms75M;9Aza~zbO@&r^q|YV6)jQ4y}rQ z#wBFuwpjLd4BP6l IbT?Z00X5O10RR91 literal 0 HcmV?d00001 diff --git a/apps/common/locale/bg/LC_MESSAGES/django.po b/apps/common/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..736f6ff24e --- /dev/null +++ b/apps/common/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,351 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-10 15:16+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:26 +msgid "change password" +msgstr "" + +#: __init__.py:27 +msgid "user details" +msgstr "" + +#: __init__.py:28 +msgid "edit details" +msgstr "" + +#: __init__.py:32 __init__.py:37 +msgid "about" +msgstr "" + +#: __init__.py:33 +msgid "license" +msgstr "" + +#: forms.py:101 +msgid "Selection" +msgstr "" + +#: forms.py:133 +msgid "Email" +msgstr "" + +#: forms.py:144 +msgid "" +"Please enter a correct email and password. Note that the password fields is " +"case-sensitive." +msgstr "" + +#: forms.py:146 +msgid "This account is inactive." +msgstr "" + +#: literals.py:24 +msgid "A5" +msgstr "" + +#: literals.py:25 +msgid "A4" +msgstr "" + +#: literals.py:26 +msgid "A3" +msgstr "" + +#: literals.py:27 +msgid "B5" +msgstr "" + +#: literals.py:28 +msgid "B4" +msgstr "" + +#: literals.py:29 +msgid "Letter" +msgstr "" + +#: literals.py:30 +msgid "Legal" +msgstr "" + +#: literals.py:31 +msgid "Ledger" +msgstr "" + +#: literals.py:38 +msgid "Portrait" +msgstr "" + +#: literals.py:39 +msgid "Landscape" +msgstr "" + +#: models.py:17 +msgid "lock field" +msgstr "" + +#: models.py:45 +msgid "Anonymous user" +msgstr "" + +#: models.py:48 models.py:49 +msgid "anonymous user" +msgstr "" + +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +msgid "password" +msgstr "" + +#: models.py:55 +msgid "password hash" +msgstr "" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + +#: utils.py:295 +msgid "function found" +msgstr "" + +#: views.py:36 +msgid "No action selected." +msgstr "" + +#: views.py:40 +msgid "Must select at least one item." +msgstr "" + +#: views.py:88 +#, python-format +msgid "%(selection)s added successfully added to %(right_list_title)s." +msgstr "" + +#: views.py:94 views.py:121 +#, python-format +msgid "Unable to add %(selection)s to %(right_list_title)s." +msgstr "" + +#: views.py:115 +#, python-format +msgid "%(selection)s added successfully removed from %(right_list_title)s." +msgstr "" + +#: views.py:136 +msgid "Add" +msgstr "" + +#: views.py:147 +msgid "Remove" +msgstr "" + +#: views.py:170 +msgid "current user details" +msgstr "" + +#: views.py:187 +msgid "E-mail conflict, another user has that same email." +msgstr "" + +#: views.py:190 +msgid "Current user's details updated." +msgstr "" + +#: views.py:199 +msgid "edit current user details" +msgstr "" + +#: views.py:230 +msgid "License" +msgstr "" + +#: views.py:239 +msgid "Current user password change" +msgstr "" + +#: views.py:254 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "" + +#: widgets.py:58 +msgid "None" +msgstr "" + +#: conf/settings.py:16 +msgid "" +"Temporary directory used site wide to store thumbnails, previews and " +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" +msgstr "" + +#: conf/settings.py:66 +msgid "" +"Controls the mechanism used to authenticated user. Options are: username, " +"email" +msgstr "" + +#: conf/settings.py:75 +msgid "Allow non authenticated users, access to all views" +msgstr "" + +#: templates/403.html:3 templates/403.html.py:7 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:9 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:3 templates/404.html.py:7 +msgid "Page not found" +msgstr "" + +#: templates/404.html:9 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/calculate_form_title.html:11 +#, python-format +msgid "Details for %(object_name)s: %(object)s" +msgstr "" + +#: templates/calculate_form_title.html:13 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/calculate_form_title.html:18 +#, python-format +msgid "Edit %(object_name)s:" +msgstr "" + +#: templates/calculate_form_title.html:20 +msgid "Edit" +msgstr "" + +#: templates/calculate_form_title.html:24 +#, python-format +msgid "Create new %(object_name)s" +msgstr "" + +#: templates/calculate_form_title.html:26 +msgid "Create" +msgstr "" + +#: templates/generic_assign_remove.html:3 +#, python-format +msgid "Assign %(title)s %(object)s" +msgstr "" + +#: templates/generic_confirm.html:3 templates/generic_confirm.html.py:18 +msgid "Confirm" +msgstr "" + +#: templates/generic_confirm.html:16 +msgid "Confirm delete" +msgstr "" + +#: templates/generic_confirm.html:32 +msgid "form icon" +msgstr "" + +#: templates/generic_confirm.html:40 +#, python-format +msgid "Are you sure you wish to delete %(object_name)s: %(object)s?" +msgstr "" + +#: templates/generic_confirm.html:42 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/generic_confirm.html:50 +msgid "Yes" +msgstr "" + +#: templates/generic_confirm.html:54 +msgid "No" +msgstr "" + +#: templates/generic_form_instance.html:37 +#: templates/generic_form_subtemplate.html:56 +msgid "required" +msgstr "" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Save" +msgstr "" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Submit" +msgstr "" + +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "" + +#: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 +#, python-format +msgid "List of %(stripped_title)s" +msgstr "" + +#: templates/generic_list_horizontal_subtemplate.html:23 +#: templates/generic_list_subtemplate.html:24 +#, python-format +msgid "" +"List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " +"%(page_number)s of %(total_pages)s)" +msgstr "" + +#: templates/generic_list_horizontal_subtemplate.html:25 +#: templates/generic_list_subtemplate.html:26 +#, python-format +msgid "List of %(title)s (%(total)s)" +msgstr "" + +#: templates/generic_list_subtemplate.html:72 +msgid "Identifier" +msgstr "" + +#: templates/generic_list_subtemplate.html:152 +#, python-format +msgid "There are no %(stripped_title)s" +msgstr "" + +#: templates/login.html:5 +msgid "Login" +msgstr "" + +#: templates/password_change_done.html:3 templates/password_change_form.html:3 +#: templates/password_change_form.html:5 +msgid "Password change" +msgstr "" diff --git a/apps/converter/locale/bg/LC_MESSAGES/django.mo b/apps/converter/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..35cb3075582a845f7a2fabc64e04cc44ed121c3b GIT binary patch literal 507 zcmYLF!A=`75T$BQd+fP~sl)-)PV7wx4W>a2WFtk&(kNNDJBe{z?b<8b+rWqPgZd+U z3$p}~Cq3Dg-^{!>&!0d2J0g4_ejy$cKN7zaTMUT*>GOilR`ZUzcYoA6;&g-e$_L}D zfLuOF3)whdCJR+NA2AQwZ1B3#0ShN!8)GdP(yH=DujD9_+$mXD^hU!(DOku8^3B(=JcT4AANCE&U#H94eQCvWa|yIm)? zt;~aZd<{|WcM({Pal_gtGHRX%yF|xXp#$LjD zD}7LLcvnntaL~0gAC$+;uHD91Enu)R@!hb1l}_em<7J5x=c^#V*00Yn>|VnDIy|xP KbqMKca`Xa|4VAY5 literal 0 HcmV?d00001 diff --git a/apps/converter/locale/bg/LC_MESSAGES/django.po b/apps/converter/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b2752b03e7 --- /dev/null +++ b/apps/converter/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,936 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:55+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:15 +msgid "file formats" +msgstr "" + +#: literals.py:19 +msgid "Resize" +msgstr "" + +#: literals.py:20 +msgid "Resize." +msgstr "" + +#: literals.py:22 literals.py:37 +msgid "width" +msgstr "" + +#: literals.py:23 literals.py:38 +msgid "height" +msgstr "" + +#: literals.py:27 +msgid "Rotate" +msgstr "" + +#: literals.py:28 +msgid "Rotate by n degress." +msgstr "" + +#: literals.py:30 +msgid "degrees" +msgstr "" + +#: literals.py:34 +msgid "Density" +msgstr "" + +#: literals.py:35 +msgid "Change the resolution (ie: DPI) without resizing." +msgstr "" + +#: literals.py:42 +msgid "Zoom" +msgstr "" + +#: literals.py:43 +msgid "Zoom by n percent." +msgstr "" + +#: literals.py:45 +msgid "percent" +msgstr "" + +#: literals.py:51 +msgid "Hasselblad Photo RAW, CFV/H3D39II" +msgstr "" + +#: literals.py:52 literals.py:53 +msgid "Photoshop resource format" +msgstr "" + +#: literals.py:54 +msgid "Photoshop resource text format" +msgstr "" + +#: literals.py:55 +msgid "Photoshop resource wide text format" +msgstr "" + +#: literals.py:57 +msgid "Raw alpha samples" +msgstr "" + +#: literals.py:58 +msgid "Adobe Illustrator CS2" +msgstr "" + +#: literals.py:59 +msgid "Raw application information" +msgstr "" + +#: literals.py:60 +msgid "Raw JPEG binary data" +msgstr "" + +#: literals.py:61 +msgid "PFS: 1st Publisher Clip Art" +msgstr "" + +#: literals.py:62 +msgid "Sony Alpha DSLR Raw Image Format" +msgstr "" + +#: literals.py:63 +msgid "Microsoft Audio/Visual Interleaved" +msgstr "" + +#: literals.py:64 +msgid "AVS X image" +msgstr "" + +#: literals.py:66 +msgid "Raw blue samples" +msgstr "" + +#: literals.py:67 +msgid "Raw blue, green, and red samples" +msgstr "" + +#: literals.py:68 +msgid "Raw blue, green, red and alpha samples" +msgstr "" + +#: literals.py:69 +msgid "Microsoft Windows bitmap image" +msgstr "" + +#: literals.py:70 +msgid "Microsoft Windows bitmap image version 2" +msgstr "" + +#: literals.py:71 +msgid "Microsoft Windows bitmap image version 3" +msgstr "" + +#: literals.py:72 +msgid "BRF ASCII Braille format" +msgstr "" + +#: literals.py:73 +msgid "Raw blue, red, and green samples" +msgstr "" + +#: literals.py:75 +msgid "Raw cyan samples" +msgstr "" + +#: literals.py:76 literals.py:181 +msgid "Magick Persistent Cache image format" +msgstr "" + +#: literals.py:77 literals.py:78 +msgid "Continuous Acquisition and Life-cycle Support Type 1 image" +msgstr "" + +#: literals.py:79 +msgid "Image caption" +msgstr "" + +#: literals.py:80 +msgid "Cineon Image File" +msgstr "" + +#: literals.py:81 +msgid "Cisco IP phone image format" +msgstr "" + +#: literals.py:82 +msgid "Image Clip Mask" +msgstr "" + +#: literals.py:83 +msgid "Raw cyan, magenta, yellow, and black samples" +msgstr "" + +#: literals.py:84 +msgid "Raw cyan, magenta, yellow, black, and opacity samples" +msgstr "" + +#: literals.py:85 literals.py:86 +msgid "Canon Digital Camera Raw Image Format" +msgstr "" + +#: literals.py:87 +msgid "Microsoft Cursor Icon" +msgstr "" + +#: literals.py:88 +msgid "DR Halo" +msgstr "" + +#: literals.py:90 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "" + +#: literals.py:91 +msgid "Kodak Digital Camera Raw Image File" +msgstr "" + +#: literals.py:92 +msgid "ZSoft IBM PC multi-page Paintbrush" +msgstr "" + +#: literals.py:93 +msgid "Microsoft DirectDraw Surface" +msgstr "" + +#: literals.py:94 +msgid "Multi-face font package (Freetype 2.4.2)" +msgstr "" + +#: literals.py:95 +msgid "Déjà vu" +msgstr "" + +#: literals.py:96 +msgid "Adobe Digital Negative" +msgstr "" + +#: literals.py:97 +msgid "Graphviz" +msgstr "" + +#: literals.py:98 +msgid "SMPTE 268M-2003 (DPX 2.0)" +msgstr "" + +#: literals.py:100 +msgid "Encapsulated Portable Document Format" +msgstr "" + +#: literals.py:101 literals.py:106 +msgid "Adobe Encapsulated PostScript Interchange format" +msgstr "" + +#: literals.py:102 literals.py:105 +msgid "Adobe Encapsulated PostScript" +msgstr "" + +#: literals.py:103 +msgid "Adobe Level II Encapsulated PostScript" +msgstr "" + +#: literals.py:104 +msgid "Adobe Level III Encapsulated PostScript" +msgstr "" + +#: literals.py:107 +msgid "Adobe Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:108 +msgid "Adobe Level II Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:109 +msgid "Adobe Level III Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:110 +msgid "Epson RAW Format" +msgstr "" + +#: literals.py:111 +msgid "Exif digital camera binary data" +msgstr "" + +#: literals.py:112 +msgid "High Dynamic-range (HDR)" +msgstr "" + +#: literals.py:114 +msgid "Group 3 FAX (Not TIFF Group3 FAX)" +msgstr "" + +#: literals.py:115 +msgid "Autodesk FLI animations file" +msgstr "" + +#: literals.py:116 +msgid "Autodesk FLC animations file" +msgstr "" + +#: literals.py:117 literals.py:120 +msgid "Flexible Image Transport System" +msgstr "" + +#: literals.py:118 +msgid "Kodak FlashPix file" +msgstr "" + +#: literals.py:119 literals.py:225 +msgid "Plasma fractal image" +msgstr "" + +#: literals.py:122 +msgid "Raw green samples" +msgstr "" + +#: literals.py:123 +msgid "Group 3 FAX" +msgstr "" + +#: literals.py:124 +msgid "Raw green, blue, and red samples" +msgstr "" + +#: literals.py:125 +msgid "GIMP brush file" +msgstr "" + +#: literals.py:126 +msgid "CompuServe graphics interchange format (version 89a)" +msgstr "" + +#: literals.py:127 +msgid "CompuServe graphics interchange format (version 87a)" +msgstr "" + +#: literals.py:128 +msgid "Gradual passing from one shade to another" +msgstr "" + +#: literals.py:129 +msgid "Raw gray samples" +msgstr "" + +#: literals.py:130 +msgid "Raw green, red, and blue samples" +msgstr "" + +#: literals.py:131 +msgid "Raw CCITT Group4" +msgstr "" + +#: literals.py:133 +msgid "Histogram of the image" +msgstr "" + +#: literals.py:134 +msgid "HRZ: Slow scan TV" +msgstr "" + +#: literals.py:135 literals.py:136 literals.py:255 +msgid "Hypertext Markup Language and a client-side image map" +msgstr "" + +#: literals.py:138 literals.py:264 literals.py:279 literals.py:283 +msgid "Truevision Targa image" +msgstr "" + +#: literals.py:139 literals.py:140 +msgid "ICC Color Profile" +msgstr "" + +#: literals.py:141 literals.py:142 +msgid "Microsoft Icon" +msgstr "" + +#: literals.py:143 +msgid "Hald CLUT identity image" +msgstr "" + +#: literals.py:144 +msgid "LabEye image format" +msgstr "" + +#: literals.py:145 +msgid "GraphicsMagick Embedded Image" +msgstr "" + +#: literals.py:146 +msgid "The image format and characteristics" +msgstr "" + +#: literals.py:147 +msgid "Base64-encoded inline images" +msgstr "" + +#: literals.py:148 +msgid "IPL Image Sequence" +msgstr "" + +#: literals.py:149 +msgid "IPTC Newsphoto" +msgstr "" + +#: literals.py:150 literals.py:151 +msgid "IPTC Newsphoto text format" +msgstr "" + +#: literals.py:152 +msgid "ISO/TR 11548-1 format" +msgstr "" + +#: literals.py:154 literals.py:157 +msgid "JPEG-2000 Code Stream Syntax" +msgstr "" + +#: literals.py:155 +msgid "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:156 +msgid "JPEG-2000 JP2 File Format Syntax" +msgstr "" + +#: literals.py:158 literals.py:159 +msgid "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" +msgstr "" + +#: literals.py:160 +msgid "JPEG-2000 File Format Syntax" +msgstr "" + +#: literals.py:162 +msgid "Raw black samples" +msgstr "" + +#: literals.py:163 literals.py:164 +msgid "Kodak Digital Camera Raw Image Format" +msgstr "" + +#: literals.py:166 +msgid "Image label" +msgstr "" + +#: literals.py:168 +msgid "Raw magenta samples" +msgstr "" + +#: literals.py:169 literals.py:179 literals.py:182 literals.py:183 +msgid "MPEG Video Stream" +msgstr "" + +#: literals.py:170 +msgid "Raw MPEG-4 Video" +msgstr "" + +#: literals.py:171 +msgid "Colormap intensities and indices" +msgstr "" + +#: literals.py:172 +msgid "MATLAB image format" +msgstr "" + +#: literals.py:173 +msgid "MATTE raw opacity format" +msgstr "" + +#: literals.py:174 +msgid "8-bit McIdas area file" +msgstr "" + +#: literals.py:175 +msgid "Microsoft Image Composer (MIC) file" +msgstr "" + +#: literals.py:176 +msgid "Magick Image File Format" +msgstr "" + +#: literals.py:177 +msgid "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:178 +msgid "Raw Bi-level bitmap in least-significant-byte first order" +msgstr "" + +#: literals.py:180 +msgid "MPEG-4 Video Stream" +msgstr "" + +#: literals.py:184 +msgid "Sony (Minolta) Raw Image File" +msgstr "" + +#: literals.py:185 +msgid "Magick Scripting Language" +msgstr "" + +#: literals.py:186 +msgid "Windows 1 and 2 MSP file format" +msgstr "" + +#: literals.py:187 +msgid "ImageMagick's own SVG internal renderer" +msgstr "" + +#: literals.py:188 +msgid "MTV Raytracing image format" +msgstr "" + +#: literals.py:189 +msgid "Magick Vector Graphics" +msgstr "" + +#: literals.py:191 +msgid "Nikon Digital SLR Camera Raw Image File" +msgstr "" + +#: literals.py:192 +msgid "Constant image of uniform color" +msgstr "" + +#: literals.py:194 +msgid "Raw opacity samples" +msgstr "" + +#: literals.py:195 +msgid "Olympus Digital Camera Raw Image File" +msgstr "" + +#: literals.py:196 +msgid "On-the-air bitmap" +msgstr "" + +#: literals.py:197 +msgid "Open Type font (Freetype 2.4.2)" +msgstr "" + +#: literals.py:199 +msgid "Xv thumbnail format" +msgstr "" + +#: literals.py:200 literals.py:277 +msgid "16bit/pixel interleaved YUV" +msgstr "" + +#: literals.py:201 +msgid "Palm pixmap" +msgstr "" + +#: literals.py:202 +msgid "Common 2-dimensional bitmap format" +msgstr "" + +#: literals.py:203 +msgid "Predefined pattern" +msgstr "" + +#: literals.py:204 +msgid "Portable bitmap format (black and white)" +msgstr "" + +#: literals.py:205 literals.py:206 +msgid "Photo CD" +msgstr "" + +#: literals.py:207 +msgid "Page Control Language" +msgstr "" + +#: literals.py:208 literals.py:221 +msgid "Apple Macintosh QuickDraw/PICT" +msgstr "" + +#: literals.py:209 +msgid "ZSoft IBM PC Paintbrush" +msgstr "" + +#: literals.py:210 +msgid "Palm Database ImageViewer Format" +msgstr "" + +#: literals.py:211 +msgid "Portable Document Format" +msgstr "" + +#: literals.py:212 +msgid "Portable Document Archive Format" +msgstr "" + +#: literals.py:213 +msgid "Pentax Electronic File" +msgstr "" + +#: literals.py:214 +msgid "Embrid Embroidery Format" +msgstr "" + +#: literals.py:215 +msgid "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" +msgstr "" + +#: literals.py:216 +msgid "Postscript Type 1 font (binary) (Freetype 2.4.2)" +msgstr "" + +#: literals.py:217 +msgid "Portable float format" +msgstr "" + +#: literals.py:218 +msgid "Portable graymap format (gray scale)" +msgstr "" + +#: literals.py:219 +msgid "JPEG-2000 VM Format" +msgstr "" + +#: literals.py:220 +msgid "Personal Icon" +msgstr "" + +#: literals.py:222 +msgid "Alias/Wavefront RLE image format" +msgstr "" + +#: literals.py:223 +msgid "PIXAR raster file" +msgstr "" + +#: literals.py:224 +msgid "Joint Photographic Experts Group JFIF format (62)" +msgstr "" + +#: literals.py:226 +msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:227 +msgid "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:228 +msgid "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:229 +msgid "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:230 +msgid "Portable anymap" +msgstr "" + +#: literals.py:231 +msgid "Portable pixmap format (color)" +msgstr "" + +#: literals.py:232 +msgid "Show a preview an image enhancement, effect, or f/x" +msgstr "" + +#: literals.py:233 +msgid "Adobe PostScript" +msgstr "" + +#: literals.py:234 +msgid "Adobe Level II PostScript" +msgstr "" + +#: literals.py:235 +msgid "Adobe Level III PostScript" +msgstr "" + +#: literals.py:236 +msgid "Adobe Large Document Format" +msgstr "" + +#: literals.py:237 +msgid "Adobe Photoshop bitmap" +msgstr "" + +#: literals.py:238 +msgid "Pyramid encoded TIFF" +msgstr "" + +#: literals.py:239 literals.py:253 +msgid "Seattle Film Works" +msgstr "" + +#: literals.py:241 +msgid "Raw red samples" +msgstr "" + +#: literals.py:242 +msgid "Fuji CCD-RAW Graphic File" +msgstr "" + +#: literals.py:243 literals.py:259 +msgid "SUN Rasterfile" +msgstr "" + +#: literals.py:244 +msgid "Raw red, blue, and green samples" +msgstr "" + +#: literals.py:245 +msgid "Raw red, green, and blue samples" +msgstr "" + +#: literals.py:246 +msgid "Raw red, green, blue, and matte samples" +msgstr "" + +#: literals.py:247 +msgid "Raw red, green, blue, and opacity samples" +msgstr "" + +#: literals.py:248 +msgid "Alias/Wavefront image" +msgstr "" + +#: literals.py:249 +msgid "Utah Run length encoded image" +msgstr "" + +#: literals.py:251 +msgid "ZX-Spectrum SCREEN$" +msgstr "" + +#: literals.py:252 +msgid "Scitex HandShake" +msgstr "" + +#: literals.py:254 +msgid "Irix RGB image" +msgstr "" + +#: literals.py:256 +msgid "Sony Raw Format 2" +msgstr "" + +#: literals.py:257 +msgid "Sony Raw Format" +msgstr "" + +#: literals.py:258 +msgid "Steganographic image" +msgstr "" + +#: literals.py:260 +msgid "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" +msgstr "" + +#: literals.py:261 +msgid "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" +msgstr "" + +#: literals.py:263 literals.py:273 +msgid "Text" +msgstr "" + +#: literals.py:265 +msgid "EXIF Profile Thumbnail" +msgstr "" + +#: literals.py:266 +msgid "Tagged Image File Format (LIBTIFF, Version 3.9.4)" +msgstr "" + +#: literals.py:267 +msgid "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" +msgstr "" + +#: literals.py:268 +msgid "Tile image with a texture" +msgstr "" + +#: literals.py:269 +msgid "PSX TIM" +msgstr "" + +#: literals.py:270 +msgid "TOPOL X Image" +msgstr "" + +#: literals.py:271 +msgid "TrueType font collection (Freetype 2.4.2)" +msgstr "" + +#: literals.py:272 +msgid "TrueType font (Freetype 2.4.2)" +msgstr "" + +#: literals.py:275 +msgid "Unicode Text format" +msgstr "" + +#: literals.py:276 +msgid "X-Motif UIL table" +msgstr "" + +#: literals.py:280 +msgid "VICAR rasterfile format" +msgstr "" + +#: literals.py:281 +msgid "Visual Image Directory" +msgstr "" + +#: literals.py:282 literals.py:299 +msgid "Khoros Visualization image" +msgstr "" + +#: literals.py:285 +msgid "Wireless Bitmap (level 0) image" +msgstr "" + +#: literals.py:286 +msgid "Windows Meta File" +msgstr "" + +#: literals.py:287 +msgid "Word Perfect Graphics" +msgstr "" + +#: literals.py:288 +msgid "Windows Media Video" +msgstr "" + +#: literals.py:289 +msgid "Compressed Windows Meta File" +msgstr "" + +#: literals.py:291 +msgid "X Window System" +msgstr "" + +#: literals.py:292 +msgid "Foveon X3 (Sigma/Polaroid) Raw picture file" +msgstr "" + +#: literals.py:293 +msgid "X Windows system bitmap (black and white)" +msgstr "" + +#: literals.py:294 +msgid "Constant image uniform color" +msgstr "" + +#: literals.py:295 +msgid "GIMP image" +msgstr "" + +#: literals.py:296 +msgid "Adobe XML metadata" +msgstr "" + +#: literals.py:297 +msgid "X Windows system pixmap (color)" +msgstr "" + +#: literals.py:298 +msgid "Microsoft XML Paper Specification" +msgstr "" + +#: literals.py:300 +msgid "XV thumbnail file" +msgstr "" + +#: literals.py:301 +msgid "X Windows system window dump (color)" +msgstr "" + +#: literals.py:303 +msgid "Raw yellow samples" +msgstr "" + +#: literals.py:304 +msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" +msgstr "" + +#: views.py:17 +msgid "suported file formats" +msgstr "" + +#: views.py:22 +msgid "name" +msgstr "" + +#: views.py:26 +msgid "description" +msgstr "" + +#: conf/settings.py:11 +msgid "File path to imagemagick's convert program." +msgstr "" + +#: conf/settings.py:12 +msgid "File path to imagemagick's identify program." +msgstr "" + +#: conf/settings.py:13 +msgid "File path to graphicsmagick's program." +msgstr "" + +#: conf/settings.py:15 +msgid "" +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "" + +#: conf/settings.py:16 +msgid "Path to the unoconv program." +msgstr "" + +#: conf/settings.py:17 +msgid "" +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." +msgstr "" + +#: conf/settings.py:18 +msgid "Path to the libreoffice program." +msgstr "" + +#: templates/converter_file_formats_help.html:3 +msgid "Help" +msgstr "" + +#: templates/converter_file_formats_help.html:4 +#, python-format +msgid "" +"These are the file formats supported by the currently selected converter " +"backend. In this case: '%(backend)s'" +msgstr "" diff --git a/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo b/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..13b059f33830e5b336fe54b6b5d3770371cf5638 GIT binary patch literal 507 zcmYLFO>Y`85T$BPd+fP~iPS@)cJMAAf|^nV!XhEDErLz&1{~vR*IwD)ko=JTp#G8k zmdu7IJn6}{{AT98dH!_quSNJk{7n2p{7C#pY%nDLr_b+nHkx;=oc$|z0T+AxBc0dQ zaLB}yFp$o&O|+JkbpbQ4^d6_R@|ar=hY%{xn9|`;Z`(UtGH1PT+B#M?wM=_oOCPO% z=XmR+2-Fs5B1jIMIO$+Kz)lyEKJN}N?!_?)aV;NoGybegu#xs58Sq~BYfOli!UxQq zFuoAMIu7%@8nX3NQNAD_1FH(5%?Ne} z;k*pvyL^trv#yzWFCC_4XZPAD4#TYu?}j;SRkSK literal 0 HcmV?d00001 diff --git a/apps/django_gpg/locale/bg/LC_MESSAGES/django.po b/apps/django_gpg/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..9f75e7f45e --- /dev/null +++ b/apps/django_gpg/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,214 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2011-12-05 17:43+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:14 views.py:66 +msgid "private keys" +msgstr "" + +#: __init__.py:15 views.py:69 +msgid "public keys" +msgstr "" + +#: __init__.py:16 +msgid "delete" +msgstr "" + +#: __init__.py:17 +msgid "query keyservers" +msgstr "" + +#: __init__.py:18 +msgid "import" +msgstr "" + +#: __init__.py:19 +msgid "key management" +msgstr "" + +#: api.py:24 +msgid "Public" +msgstr "" + +#: api.py:25 +msgid "Secret" +msgstr "" + +#: api.py:33 api.py:38 +msgid "RSA" +msgstr "" + +#: api.py:34 +msgid "DSA" +msgstr "" + +#: api.py:39 +msgid "Elgamal" +msgstr "" + +#: api.py:53 +msgid "Bad signature." +msgstr "" + +#: api.py:57 +msgid "Document not signed or invalid signature." +msgstr "" + +#: api.py:61 +msgid "Signature error." +msgstr "" + +#: api.py:65 +msgid "Document is signed but no public key is available for verification." +msgstr "" + +#: api.py:69 +msgid "Document is signed, and signature is good." +msgstr "" + +#: api.py:73 +msgid "Document is signed with a valid signature." +msgstr "" + +#: api.py:146 +msgid "unknown" +msgstr "" + +#: forms.py:7 +msgid "Term" +msgstr "" + +#: forms.py:8 +msgid "Name, e-mail, key ID or key fingerprint to look for." +msgstr "" + +#: permissions.py:7 +msgid "Key management" +msgstr "" + +#: permissions.py:9 +msgid "View keys" +msgstr "" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "" + +#: views.py:37 +#, python-format +msgid "Key: %s, imported successfully." +msgstr "" + +#: views.py:42 +#, python-format +msgid "Unable to import key id: %(key_id)s; %(error)s" +msgstr "" + +#: views.py:51 +msgid "Import key" +msgstr "" + +#: views.py:52 +#, python-format +msgid "Are you sure you wish to import key id: %s?" +msgstr "" + +#: views.py:77 +msgid "Key ID" +msgstr "" + +#: views.py:81 +msgid "Owner" +msgstr "" + +#: views.py:101 +#, python-format +msgid "Key: %s, deleted successfully." +msgstr "" + +#: views.py:108 +msgid "Delete key" +msgstr "" + +#: views.py:110 +#, python-format +msgid "" +"Are you sure you wish to delete key: %s? If you try to delete a public key " +"that is part of a public/private pair the private key will be deleted as " +"well." +msgstr "" + +#: views.py:128 +msgid "Query key server" +msgstr "" + +#: views.py:141 +msgid "results" +msgstr "" + +#: views.py:146 +msgid "ID" +msgstr "" + +#: views.py:150 +msgid "type" +msgstr "" + +#: views.py:154 +msgid "creation date" +msgstr "" + +#: views.py:158 +msgid "disabled" +msgstr "" + +#: views.py:162 +msgid "expiration date" +msgstr "" + +#: views.py:166 +msgid "expired" +msgstr "" + +#: views.py:170 +msgid "length" +msgstr "" + +#: views.py:174 +msgid "revoked" +msgstr "" + +#: views.py:179 +msgid "Identifies" +msgstr "" + +#: conf/settings.py:15 +msgid "List of keyservers to be queried for unknown keys." +msgstr "" + +#: conf/settings.py:16 +msgid "Home directory used to store keys as well as configuration files." +msgstr "" diff --git a/apps/document_comments/locale/bg/LC_MESSAGES/django.mo b/apps/document_comments/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5f490d83ac7dde642475ec2d7bd02f1dd3ab2a25 GIT binary patch literal 2111 zcmcJP&2Jk;7{&)EU#1OE5C{R%)KaP>u-dVbY7rH;7Y=CSo!ATO9cyPd zZVrefJy7)kNPvV85`uFN?uQktpCI@HX2lgaap%Ypo_D==Qj;QaV5HgKdUoFTecoqh z{oDRMUoebkFkiyFj`=d?=?8GZ_#S)_`~kGUU%?_c_8?<<@EAzXYv5zxhaly;2tEmZ z4VvI(Fc1C$?gReY0g!R1-GxiR+ z1ilMi24AOj1kHkr;C}D}a0dJooC1FW&w_t|C&4mA90WfGssAqc6!mB~hDjc# zj5b;QISJq;>xB0kY$3wx_WXx5Z-LyT`NOuWeM1n^RF^Hx8Z~m76)sHA; zrSsz|&)qbwi+Z)1P--Ri{j~xcY;jyy+~=8MrBFCf6o~dfkzxydm05R+mBUbm{UTma zAME4#@ri89q{>6pgrI$sidAA2@m45TJy&oi;=XXOAcJAk1$NHcSr7^bSy`5HKsCHc zopm9W_1k5!5+Pd(<$IzQ8K+$1oCuXC1DjWzH7DTZh05ExGomHK$f&5g=Nc#Cx-zQL z=8Y(7*``_dqDH)2Kt(f@$_YIgnoWu|J*8rya!YSjjnp8dH5O3X=F?Vj+OXz~=^0*p z&7PSxtV5QCjm8QVWTeby|u=Ilc=uUHtl(=fuQhEAY-Cz7Gf-(Fvx!W9yWK8Cl+0TZ=hHS|I=P|DR=*KLxJ_mH zSt4_}ZcgSZrz+)buZjgLSCT=5qia;xTIetm=OeS_J6>>v*BVZ!L^OZ4x@a8U-bXc8 zL}-+Qnsjj_Y<_szi-v-2zFf~O`Els@#-a?HII=-2{i)`skMREO{6xSH%=6-8j_J?! z9eqW2^ws1OeOq@qE*-9KVD*;n>f6bt?j-A2NG|DHTwllfjpV}Mna$~w)8FczzLs1_ z))Cy}`X(;P1|qw!^5i4R*-JK%vO`Oh0|k0|E7?RqPj~yPBNcV0|E>KmxqDPH%m3BA zohFx(O?+MWuv6Uwl~_c78~QHfUPPC73QX@7+3zoNl>9@O-ukyN-GhHHcZ+<{S24HW z0_tD|j*gmxm@fy?Mq+l^`WbvC*?0q7-zC#``hRc9k?{Nf(dh4zbsU*1R6cvBI5}y0 zY9qB6)zCrOPZ#a=V8>`H@bMdxr?27IVAJmBk4&PYmmbtz3}K^b|FJ+BMtak|^ly!P Z$9d?m9cME0gpvOAn08S*ZAsr`e*^haR^0#q literal 0 HcmV?d00001 diff --git a/apps/document_comments/locale/bg/LC_MESSAGES/django.po b/apps/document_comments/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..bcf26807c4 --- /dev/null +++ b/apps/document_comments/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 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-06 07:43+0000\n" +"Last-Translator: koldo \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:19 __init__.py:20 +msgid "delete" +msgstr "изтриване" + +#: __init__.py:21 +msgid "add comment" +msgstr "добави коментар" + +#: __init__.py:22 +msgid "comments" +msgstr "коментари" + +#: __init__.py:26 +msgid "date" +msgstr "дата" + +#: __init__.py:30 +msgid "user" +msgstr "потребител" + +#: __init__.py:34 +msgid "comment" +msgstr "коментар" + +#: permissions.py:7 +msgid "Comments" +msgstr "Коментари" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "Създаване на нови коментари" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "Изтриване на коментари" + +#: permissions.py:11 +msgid "View comments" +msgstr "Преглед на коментари" + +#: views.py:36 +msgid "Must provide at least one comment." +msgstr "Трябва да направите поне един коментар." + +#: views.py:46 +#, python-format +msgid "Comment \"%s\" deleted successfully." +msgstr "Коментарът \"%s\" е изтрит успешно." + +#: views.py:48 +#, python-format +msgid "Error deleting comment \"%(comment)s\": %(error)s" +msgstr "Грешка при изтриване на коментар \"%(comment)s\": %(error)s" + +#: views.py:63 +#, python-format +msgid "Are you sure you wish to delete the comment: %s?" +msgstr "Сигурни ли сте, че искате да изтриете коментара: %s?" + +#: views.py:65 +#, python-format +msgid "Are you sure you wish to delete the comments: %s?" +msgstr "Сигурни ли сте, че искате да изтриете коментарите: %s?" + +#: views.py:99 +msgid "Comment added successfully." +msgstr "Коментарът е добавен узпешно." + +#: views.py:106 +#, python-format +msgid "Add comment to document: %s" +msgstr "Добавяне на коментар към документ: %s" + +#: views.py:126 +#, python-format +msgid "comments: %s" +msgstr "коментари: %s" diff --git a/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo b/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d6517c5471ee24d82911fbc2106c0025855cfcc9 GIT binary patch literal 534 zcmZut%TB{E5Cp*~N6s9K!~p~wC*@TPMW|3DBqFL3xI69Q8YOmQI~4d2{todiY}yJg ztTb9b#yd0q-dO)!p;{$u61E9zgndF=UBVY#o>Ff)zcqCB1;+tyC-8*MYik6{u1x+!kkqRM4Sqau}N=4==^3F2YY&MHStD>Lr zZJw`Qe3R$(A|c?U^1NIQ;)UY7QFfaR{ys5{ljzEtfQB5u*AzYATi|smwK-$ssdOGg z?=ioD?jNt!d`1TYGqw|LlwjRLhhM{j6)GB*jguwZSXX($Og-QFUgwN0mc1Rrwt6hx HjaGgDK6Il9 literal 0 HcmV?d00001 diff --git a/apps/document_indexing/locale/bg/LC_MESSAGES/django.po b/apps/document_indexing/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..0157328f7e --- /dev/null +++ b/apps/document_indexing/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,367 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-23 19:51+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: views.py:284 +msgid "indexes" +msgstr "" + +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "" + +#: __init__.py:33 views.py:77 +msgid "create index" +msgstr "" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "" + +#: __init__.py:36 +msgid "tree template" +msgstr "" + +#: __init__.py:38 +msgid "new child node" +msgstr "" + +#: __init__.py:44 +msgid "go up one level" +msgstr "" + +#: __init__.py:49 +msgid "rebuild indexes" +msgstr "" + +#: __init__.py:49 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: __init__.py:51 +msgid "Indexes" +msgstr "" + +#: api.py:69 +#, python-format +msgid "Maximum suffix (%s) count reached." +msgstr "" + +#: api.py:83 +#, python-format +msgid "" +"Error in document indexing update expression: %(expression)s; %(exception)s" +msgstr "" + +#: api.py:92 api.py:107 +#, python-format +msgid "" +"Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "" + +#: api.py:149 +#, python-format +msgid "Unable to delete document indexing node; %s" +msgstr "" + +#: filesystem.py:51 +#, python-format +msgid "Unable to create indexing directory; %s" +msgstr "" + +#: filesystem.py:69 +#, python-format +msgid "" +"Unable to create symbolic link, file exists and could not be deleted: " +"%(filepath)s; %(exc)s" +msgstr "" + +#: filesystem.py:71 +#, python-format +msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" +msgstr "" + +#: filesystem.py:84 +#, python-format +msgid "Unable to delete document symbolic link; %s" +msgstr "" + +#: filesystem.py:96 +#, python-format +msgid "Unable to delete indexing directory; %s" +msgstr "" + +#: models.py:13 +#, python-format +msgid "Available functions: %s" +msgstr "" + +#: models.py:17 views.py:42 +msgid "name" +msgstr "" + +#: models.py:17 +msgid "Internal name used to reference this index." +msgstr "" + +#: models.py:18 views.py:43 +msgid "title" +msgstr "" + +#: models.py:18 +msgid "The name that will be visible to users." +msgstr "" + +#: models.py:19 models.py:50 views.py:44 views.py:168 +msgid "enabled" +msgstr "" + +#: models.py:19 +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "" + +#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 +#: views.py:199 views.py:229 views.py:269 +msgid "index" +msgstr "" + +#: models.py:48 +msgid "indexing expression" +msgstr "" + +#: models.py:48 +msgid "Enter a python string expression to be evaluated." +msgstr "" + +#: models.py:50 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" + +#: models.py:51 +msgid "link documents" +msgstr "" + +#: models.py:51 +msgid "" +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "" + +#: models.py:57 models.py:63 +msgid "index template node" +msgstr "" + +#: models.py:58 +msgid "indexes template nodes" +msgstr "" + +#: models.py:64 +msgid "value" +msgstr "" + +#: models.py:65 +msgid "documents" +msgstr "" + +#: models.py:75 +msgid "index instance node" +msgstr "" + +#: models.py:76 +msgid "indexes instance nodes" +msgstr "" + +#: models.py:80 +msgid "index instance" +msgstr "" + +#: models.py:81 +msgid "document" +msgstr "" + +#: models.py:88 +msgid "document rename count" +msgstr "" + +#: models.py:89 +msgid "documents rename count" +msgstr "" + +#: permissions.py:7 +msgid "Indexing" +msgstr "" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "" + +#: utils.py:19 +msgid "document indexes" +msgstr "" + +#: views.py:71 +msgid "Index created successfully." +msgstr "" + +#: views.py:95 +msgid "Index edited successfully" +msgstr "" + +#: views.py:101 +#, python-format +msgid "edit index: %s" +msgstr "" + +#: views.py:126 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "" + +#: views.py:128 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "" + +#: views.py:140 +#, python-format +msgid "Are you sure you with to delete the index: %s?" +msgstr "" + +#: views.py:164 +#, python-format +msgid "tree template nodes for index: %s" +msgstr "" + +#: views.py:167 +msgid "level" +msgstr "" + +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 +msgid "Index template node created successfully." +msgstr "" + +#: views.py:196 +msgid "create child node" +msgstr "" + +#: views.py:217 +msgid "Index template node edited successfully" +msgstr "" + +#: views.py:223 +#, python-format +msgid "edit index template node: %s" +msgstr "" + +#: views.py:230 views.py:270 views.py:338 +msgid "node" +msgstr "" + +#: views.py:252 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "" + +#: views.py:254 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "" + +#: views.py:263 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "" + +#: views.py:287 +msgid "nodes" +msgstr "" + +#: views.py:320 +#, python-format +msgid "contents for index: %s" +msgstr "" + +#: views.py:342 +msgid "items" +msgstr "" + +#: views.py:367 +msgid "Are you sure you wish to rebuild all indexes?" +msgstr "" + +#: views.py:368 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:374 +msgid "Index rebuild completed successfully." +msgstr "" + +#: views.py:381 +#, python-format +msgid "Index rebuild error: %s" +msgstr "" + +#: views.py:403 +#, python-format +msgid "indexes containing: %s" +msgstr "" + +#: conf/settings.py:22 +msgid "" +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "" + +#: templates/indexing_help.html:3 +msgid "What are indexes?" +msgstr "" + +#: templates/indexing_help.html:4 +msgid "Indexes group documents into a tree like hierarchical structure." +msgstr "" diff --git a/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo b/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..02156f490fdd9459312a236a1b5ed6d95c39df41 GIT binary patch literal 507 zcmY*V!A=`75T$BQd+fP~LFxh2PV8NR2&SnBWFtk&wo$ThcM{{c+O=1@9-shZzxKMvhH~v3eiaZ0}7yZ+3oRG|9h*)}Q zLnWj00wy=J8T=X*IsC|r(R6k>8jlzGa`}^_R<}|sES0PUT(y-Zhm`B+)%|X_>&32> zxl{KqA)5Uz0&Dg$P;KhKs@FzrrP*;(OpE+|Q)!PU*Um;|$<{+d`J%dytf{227qH$+ zA5$;hD%42TVZey$#Fj$%RW>~;VC-bWHvcie;br4{imuDDe7qGt$k1QMx JAw5nGo&ky%m9GE* literal 0 HcmV?d00001 diff --git a/apps/document_signatures/locale/bg/LC_MESSAGES/django.po b/apps/document_signatures/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..7761148435 --- /dev/null +++ b/apps/document_signatures/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,122 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-01-02 04:45+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:83 +msgid "upload signature" +msgstr "" + +#: __init__.py:84 +msgid "download signature" +msgstr "" + +#: __init__.py:85 +msgid "signatures" +msgstr "" + +#: forms.py:11 +msgid "Signature file" +msgstr "" + +#: models.py:20 +msgid "document version" +msgstr "" + +#: models.py:21 +msgid "signature file" +msgstr "" + +#: models.py:22 +msgid "has embedded signature" +msgstr "" + +#: models.py:37 +msgid "document version signature" +msgstr "" + +#: models.py:38 +msgid "document version signatures" +msgstr "" + +#: permissions.py:7 +msgid "Document signatures" +msgstr "" + +#: permissions.py:8 +msgid "Verify document signatures" +msgstr "" + +#: permissions.py:9 +msgid "Upload detached signatures" +msgstr "" + +#: permissions.py:10 +msgid "Download detached signatures" +msgstr "" + +#: views.py:47 +#, python-format +msgid "Signature status: %(widget)s %(text)s" +msgstr "" + +#: views.py:54 +msgid "embedded" +msgstr "" + +#: views.py:56 +msgid "detached" +msgstr "" + +#: views.py:61 +#, python-format +msgid "Signature ID: %s" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Signature type: %s" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Key ID: %s" +msgstr "" + +#: views.py:64 +#, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:65 +#, python-format +msgid "Signee: %s" +msgstr "" + +#: views.py:70 +#, python-format +msgid "signature properties for: %s" +msgstr "" + +#: views.py:96 +msgid "Detached signature uploaded successfully." +msgstr "" + +#: views.py:105 +#, python-format +msgid "Upload detached signature for: %s" +msgstr "" diff --git a/apps/documents/locale/bg/LC_MESSAGES/django.mo b/apps/documents/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..03d6ef492b91ef7b37946279bc03e786e7369624 GIT binary patch literal 21452 zcmd6t3zVE?dB)a(^9=s5o1lNN9 z6P~X<&bg)B-wQ4VzXSGzhrisptH5)?Uhp>XrQkE*eDE9L{=dMNaR0k-Kj(PoPUQY* zkg441pw>MboC|(1yuUHLzZVp#Uj;SKKS90%2Z zTX=pOD7wA^9s@oNE(gC2!h$=NNwnVULFxBmP14o-uJ!u=A|d@sZJR)8mh=Ym&&?+0%I zrT5I~^2VD?#b~t)TeY0IJ_cQ1p(1n)gpY z+3U@q^l=A>sNI*qBfw`t+4VO;_4_U;J^v8Yd_M!V&aVOcMYg;t8jZ-5&2Q*a*mdr*9wjuESWZ@|@{=(!pcJ)1!BQ3Yi$ zH-VDtJ)o@vuHt?lsQG^jYTR5F6@Mpy>VFcb=MkuNdq70(mVnaN<)GFb0j0+YP~*3Q z>c0cj_}f9zaUZC8zZTx_0i~xYP~)Es_-#<~{vN1#egcZ0pM#qJ@Yj2}9Sv&yNuc_j z3TmFSK+&}nRQ$LwJiijuyaV7-U=frZeGn91cY>IldkoZk{|HJxKLn+(pMsF!jzAfr z=S*-8xEvH+t3mO5G5Gz%us85}?)%Rmc7glA&x0H1JNHHK#XVeukAUw2k319G00+QF zz-PcwaMM}dZvFwxbN_Qtc5>AMPsdom?ch?L-vu(%{T=vW@YkUDn&?G$;GLk}e*=_! zehG@tBl?`X2s{zI8r%r31)l)#0*_qi+y&r+;N{?t!4=@Si=2A{xD`Z1?g5Y`-Pge@ zz~{jCfEN*@uL2(i6`x*&^TLYDgG}Y_0O{(!4vOCY23LY7Li8H&N>KOrf$P8@f||Gg zY+^9@DX{h;_y(n?)o&!mfTQ5?;BJtm-Cu#C_gA3ga0)?A_;zqLSOaFejL@ zD1MJc36kr%;4$EO@KkURJOR7`JRSTDcm()Vc>ip;{|P90{3m!Cc=Balo-4uEb3Xv; z{YSwba1zw~{|bt}IXKB{!IQw_z@?zxzZKNFc~J7XIp9~r`@aRn$IrkO;JkG{9u0$% z!y};PeG(KM-vy z{Mw)4TDBy@5b#k@_HZTbHd=vp4Xs3zKk9QeO}0>` zokv?hldoJ)JB!v!JAtOp9@?ku%KuaBliv0DoClw0xqgWDRodq8TyQh(M4Ei%owWDU zUPQZtb~o)yG+fs{NArI-P5%Efd*XAwE?3j8rR8+f^x4~Vt;;nuOwwYk?%zjSMH{27 zq-~`wq3I+4{&U(m?LM09U7ssx%W0pWy^Ho`+I2KSl6^Mve}aZ<*yknuC#<;m2mAjq{=Y_7 zD+`6FIvPjgxsf=kmUG3*aH%|&tL96^O2lO}R2r;}#l`BfXkKMOG@9ESM+0$OjE3Su zT#bjKN^Nj3u2hC=g~HZ8w{omhD^{a?F&dA{gA9wVDV4@_&s3#aHOi$E`X%WW)hhhU z7prkOH>ib~rW{9GOEo4B7Zdr)XjCmlgM~O(j&g@W^zs*Mwu)ph!*pIGCeB1^QFZHh zeCWdteZ*{OYte9Y+PwL#I`65RCatsn{Dg&#GL4=}cPS3%i$kW8q1t#MKbWh=2x--5 zJh-V+8*{68v?(eTO)U8_nVHN=_7YX{*I;?&cym6UaH~pVva<>om_o6dAP>qhlQs-T zGHrXBJ}AZ$8AG-O#f8}N+(f0}biQV0;d8at$_)+0LvFR%c-qmFNr%>_dQcfG=f`Eb zTvv1X0?&fmNW_Dlp^c@1_s4@(iFnXB8j1$CLXkvK%#9)AzF7`Kn&<~Qt9cDO)M?_O zygc_17oW&gqA>Dc>qpUgLdtNdP$*60izCtCXs$RCS8(9crf9s78#GOXr&+cWyOW%f zATuMWodz6?!e&9UPT;FGmZd5*ZJBZtr3Shhv-k-b_ZCiPp4GavdS7Z6T?pwkBoWae z3^_Pmm1zFFN>3|06-9B3E;o>?NPoCTB92Oxgi)#H2b=6(PTJ_9yN=vtx^y5d(_=Va zh~+Jvbk?OS#8y&M>LRBQryEgE4{$9n-Y71YeN?myMTvy>Ffi$vO^7Z1)QMjG z<%+djq0;C5FE_L~SF9@F66|UfIpR<=)ht&=ktJJ2IL_4y)o6^sDC_Y-G|G`PDlsgR)brJ*z$bYs znKjI-H9j9yBMsejw^(~qsg}wYXSSO1Ys_VimWBsF~i9wMvvO)jWx) z^@Y*j`Yd$G`1+yb-Zd(Y(9h;vAwQ)5wYbl%kxhE1YSZm`B#6XReLpi~^_y+Am%2hv zrD?WgSvhLks;Rv&0H%$;jvf8`E%9KjIj@hEhVsK(jmA=m9J*!;=Gd$%cOlMC-B=w} zEDHMb4^>Lom0|-InAcby%WgJ$S#!m`Elz7nY}JYvi3B%_G5&e;%dzU#je{y=6##Tk>PIu_)J85zn93Bde!~Elv2^m%F4) z&eq3iS-d$`eVxo&tc?vo0{sVVVvOBG$mO#z^zd=w<(S)B{GDnBS|{;hSujUQ!w-;;6^0agYMXpAVkXGQZ-kw zQn#YVdX$htw6}p~5m9Yig;z9K8XMOJh*-NiwGjBzUML8S+b6o$N0u*hgZ!thjet08Z%gkvMjjvn5hyz?x;q$?M7)Eai)E;xYbE zCbE^W&_V-gtm(O3yo zab&@wWePfCA<2YikjNB5{2n*rO|evsHWi8X3mSpZD|(bPCO?nqj8uIZLoSf8nDu2_ zewVO5*;A#{*T9oeE$)mjE3I#vZ__HK zjg+nnNUMzr&9ag*G4oi}Wad#*2`M%EQoglM6M1GpQO7ZjUQJgDDrPM$G?E~!qK(;$ zS58Y8!^l-?a_>t$mmXgARFIZT%A#?OdhINm$Dm^++CU z)FgECQ=9Eq$$WO}=T;EFrZuJgvq~pfpprgnJ+?C@ZG4Ag8pe{Gley3`-Cg;m8FDMck}v(!>~C@wqW!DlkNEaV2_f`97E7k_PBdVZ5Y>UT6QIT0Mu17L8V`|&~_uNK5GxoULyQVnEzNa{{EIM}} zUrh;K77dKdy{u3x=L)?SawN~5xHxXNmGk@0;}lJA&Yxe5PCY+b+%wnJZ=JrjJ~{o- z`u_T4R6j7it-iNDReu!RS>MOiF7PQj+!6shqv>m>x7#~CyRp7=dOHv8O??l&_fKC} zf07xVn%=I%6Xv;P`UdrwtnagdlMI-Qrmths1NFVrA7kiLpR0e4Ij5MyOr- zVBBL65Qxw;Jc{VLo#l3Nvlq&f_j?bO#QM$!o@Grt#Y!w6!8PAL;M`3h3Z=RUG z#nm5#g56NRO)`m$7)hkQcR>Up5TH4pfTF#67>P(vtqH}?6xDalAaVpav&fB_t|DLl z|D8s}rY}PdF3CxRwBHOYkz;B@4e7R89Fm)?@A<>c|A!(x*v0Io?_^CSWF`^=>y?*jayE5n8vcaiZgQYsB$H*n4~;z*dn$^Ve+8cP80v%QtVz zF3)dn7)q$sB7FySl+j^ulmsg-}poXYFyz(R%q?txDWHd`bHBS*|W|##pZDirp+ilw?f;x(*wS<|Cs}jOGuan`~ z)gNeAiTa3>~z4w2Z-PTnhl${yECxhh$DNJ9Fl`0M>3__d5{YNcmQ{E=2FbryN8ARxF!@p^7OyTj^i%R6yk*E#nxr+}PpS+`6IM$k^I3};o=$tZY5gFt z%_y?5uhkr8GsCuan{Ctj=ZOz#)!)&rQZqM&c#cvHk`V8fa+lDkpltW@o z(JP59;iM&E0|2v_wy8yx7J*NWK>A0Ado?Ec4sB-5%#OCia@!Ig!7*&ul(5*JC|>Tz z)ORWlv$fez2k#|GKe;TnwoAR0izC=j7Qw1yV{nEG9MGi_R5sYuCv8$0?bNc!^gj~2Pmmv&&VvQPab)uy-Y zg5c$(4UmhA`DNNFDm z;b={Kd8t}TXNclM7uuWI)THnYm1*>_ZL9r5)_w!8-K(#q6_l8`Bjyx3TCsLE4>mX;3cPGUF37?ILgyK5dN}HPmxtSo^ z;!;b*?O=K=9!{T(nAT{LVcP88HWJ;AygI9}DN*$Bg;$ya@TU$G$vwJiyJPMnS7c_w zzB|q$`L>G7VrteF*pV>f-HNnmO#5o9;ZvJa4EBMr^?BPos#kVQ--Nm?y!#p|>wd2O z1-6bat+ z5ajQV#EmWQDPeZAWE~1#i>RbJQiVNi`{9R}YCZ=INi)gBCL|>(3-NMzJJC$iWt&;p z2KHXM?PqCOhMjt9(hweswORCLm%NYi%p8>!S`JY) z+WLyc^oZB$fi9<_9m&(F3x4h^2~+Zv5v(KM$!LC)0BpN0G4a0LD^yu{AKe{9Z{8WW zZ8~ty2pVB%iy}p;l%T%Bu!u#nJJWs_W*$UVP4OvoZcnzZelL=Qmlswi*ZS#vdB*f+ zDu<|#&mqY4NZYK`L|{2g0*36i7%E2!Cq+&1Cu_|3dQgHSd6P*PYuUm42-xrIs4}P{ ztQ&rrq-`!_?6%9HTsCd+j0)CUCYEMjGCav6j_Rzp*^Xo&H>7+q1^O@}`)w|+EQ_l{ zCYTX^Q7H28AsurjH0xk1{E)}jxjG}fi5bJMZ_?lMWL!b?Vm^&6fl8e=cW22@sg}dN zeB#>&XQ2j@Z3T-m|IjI8tGlrVtg4i5*+Ek>-yaS#9~BYEL~hi+x^iLq6QcIlEEgh& zWNNatc@l5UQlsh8-xyi8Xgg2!{A32o7NFBRw1tr*5VUB6h})_j9(;PXoAZq1!>NMI zk!^?SF6kU$nzw5&)O?8Sqc>FRAQ?egr`E%0Mzn;NP@1!)k>xk$X067S0{KeGelsCG zNx`a!*j1qpQ=7g?l8;&e zl|6r)RZ-PL&?cXyZcEC4+gG#*V0JR{sgna1F)N*mv2a4@El+XS+*e_lWJ=^A+L73N zpoRwfDoq2uY%C3-BKTKm#+};iUgd?Xjaf|pNsP~!h}O{FikXsnfG1`mdr^?)#tx>p z<85~dO(gUPzKZX+Qx&{b!Ohg`#l%m&>JKvo-e#61LRyZ*rT>m6U`+#Btk3^8tb1q) z0r4u}KD#wt`Bh6=C+o0`LN}ikW8Q)UETj5c%H?@tzHTiXdah9g%zRPEt;Kt_Jzq zqCgbACQVApNW^U$1#HtdzfhEPVKU@`RINO*q)E}LqT1^=lq+5J$@f}1FJVg~zh-^E z%QG+ZYi6x?a=HH+Dh#k_&{R})A9QPzPkD1^Io06XShW2h*OSb2-JA`=%n_9L5r;!? zE#@6~ZYm@ae?!gK43%l;om|sQe&U%UvTIk1L!_;d-uMe&7ZO*|y^eqEAPVi7^P4nU z{Ly;???ON`V>0uy_iXd2j|GGzMpF9z*l*Kg>$3S{PCswNJ|q9uPBEBqxtAlU1a zMl6V`;ajgOl22+`PZRi z=*EES(-PH=X zFI7Sp--F_oIwqOBi{dOi2lq+bTT56e{sMf%(i9Hc?FLIV4!u>Gog^7O99+IoWMnPY ze59o?l8I?w&>1^ z&@5)ihnv1frWEV^I1NsnEkTCcJ`ibO96l|QNxc0w*-7SCt|q~mEw1CwUfUPOB*^lt z4sTX`hNUwBNkOjz**4m&%5$ZNs)`|elj#x;g8gOLI*3_z85NwnvtP0WBQPL(YL9dy znT)_^(;x4p`VOTOmfCq#hmPHg0Z2A6s?Z=A5~7s+ebHue%0^bF8cEWXQHCVp=-+xE z*X|raHe`-4dCL)l-#}X`30hNs{X)^_z4YfjUNTvtOxq@oJwC{F?k0)ZPZ!eT$BfmG zXA;BeJcD28AYnX19g6Y;_TT{a+ag;eOq|RT0#4cOkYhTMy0Z8Cv{hPbQ$6!Av&CLr~pZ7vGCpG zlv5_@^nMQ|nSSpz<%^7P_{49o#kqccJ@dD&t)u!IqqJXW`Mylz?PScRzGT@YjS22; zvwLqNZMIH1i7&&#By!o#ZV2m6G@BT7OCi_Ip6tj>nNA_Xf;pL??bIny(Pe80kH%>C zZI-N&q$6K5jWmB9CVxSlZ5CqsmqOreuZdNT^MteVRKJmJIdqoAvDZt!mX, 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 19:51+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:55 +msgid "all documents" +msgstr "всички документи" + +#: __init__.py:56 models.py:669 views.py:870 +msgid "recent documents" +msgstr "последни документи" + +#: __init__.py:57 +msgid "upload new documents" +msgstr "добавяне на нови документи" + +#: __init__.py:58 +msgid "clone metadata" +msgstr "клониране на мета данни" + +#: __init__.py:59 +msgid "details" +msgstr "детайли" + +#: __init__.py:60 +msgid "properties" +msgstr "свойства" + +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 +msgid "delete" +msgstr "изтриване" + +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 +msgid "edit" +msgstr "редактиране" + +#: __init__.py:64 +msgid "preview" +msgstr "предварителен преглед" + +#: __init__.py:65 __init__.py:66 __init__.py:67 +msgid "download" +msgstr "изтегляне" + +#: __init__.py:68 +msgid "find duplicates" +msgstr "намиране на дубликати" + +#: __init__.py:69 +msgid "find all duplicates" +msgstr "намиране на всички дубликати" + +#: __init__.py:69 +msgid "" +"Search all the documents' checksums and return a list of the exact matches." +msgstr "Претърсване на контролните суми на всички документи и връщане на списък с точните съвпадения" + +#: __init__.py:70 +msgid "update office documents' page count" +msgstr "актуализиране на броя страница на офис документите" + +#: __init__.py:70 +msgid "" +"Update the page count of the office type documents. This is useful when " +"enabling office document support after there were already office type " +"documents in the database." +msgstr "Актуализиране на броя страници на офис документи. Това е полезно, когато поддръжката на офис документи е включена след като вече има офис документи в базата данни." + +#: __init__.py:71 __init__.py:72 +msgid "clear transformations" +msgstr "изчистване на преобразованията" + +#: __init__.py:73 +msgid "print" +msgstr "отпечатване" + +#: __init__.py:74 +msgid "history" +msgstr "история" + +#: __init__.py:75 +msgid "Find missing document files" +msgstr "Намиране на липсващи файлове на документи" + +#: __init__.py:78 +msgid "Clear the document image cache" +msgstr "" + +#: __init__.py:78 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" + +#: __init__.py:81 +msgid "page transformations" +msgstr "преобразуване на страници" + +#: __init__.py:82 +msgid "create new transformation" +msgstr "създаване на ново преобразуване" + +#: __init__.py:86 +msgid "page image" +msgstr "изображение на страницата" + +#: __init__.py:87 +msgid "page text" +msgstr "текст на страницата" + +#: __init__.py:88 +msgid "edit page text" +msgstr "редактиране текста на страницата" + +#: __init__.py:89 +msgid "next page" +msgstr "следваща страница" + +#: __init__.py:90 +msgid "previous page" +msgstr "предишна страница" + +#: __init__.py:91 +msgid "first page" +msgstr "първа страница" + +#: __init__.py:92 +msgid "last page" +msgstr "последна страница" + +#: __init__.py:93 +msgid "zoom in" +msgstr "увеличаване" + +#: __init__.py:94 +msgid "zoom out" +msgstr "смаляване" + +#: __init__.py:95 +msgid "rotate right" +msgstr "завъртане надясно" + +#: __init__.py:96 +msgid "rotate left" +msgstr "завъртане наляво" + +#: __init__.py:97 +msgid "reset view" +msgstr "първоначален вид" + +#: __init__.py:100 +msgid "versions" +msgstr "" + +#: __init__.py:101 +msgid "revert" +msgstr "" + +#: __init__.py:104 +msgid "document type list" +msgstr "списък с вид на документа" + +#: __init__.py:105 views.py:1049 +msgid "document types" +msgstr "видове документи" + +#: __init__.py:106 +msgid "documents of this type" +msgstr "документи от този вид" + +#: __init__.py:109 views.py:1160 +msgid "create document type" +msgstr "създаване на нов вид документ" + +#: __init__.py:111 +msgid "filenames" +msgstr "имена на файлове" + +#: __init__.py:112 +msgid "add filename to document type" +msgstr "добавяне на име на файл към вид документ" + +#: __init__.py:156 permissions.py:7 +msgid "Documents" +msgstr "Документи" + +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 +msgid "documents" +msgstr "документи" + +#: __init__.py:161 +msgid "thumbnail" +msgstr "миниатюра" + +#: __init__.py:164 +msgid "metadata" +msgstr "мета данни" + +#: events.py:7 +msgid "Document creation" +msgstr "Създаване на докумнт" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Документ \"%(content_object)s\" създаден от %(fullname)s." + +#: events.py:9 +#, python-format +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Документ \"%(content_object)s\" създаден на %(datetime)s от %(fullname)s." + +#: events.py:13 +msgid "Document edited" +msgstr "Редактиране на документ" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Документ \"%(content_object)s\" редактиран от %(fullname)s." + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Документ \"%(content_object)s\" е редактиран на %(datetime)s от %(fullname)s. Направени са промени: %(changes)s." + +#: events.py:22 +msgid "Document deleted" +msgstr "Документът е изтрит" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Документ \"%(document)s\" е изтрит от %(fullname)s." + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "Документ \"%(document)s\" e изтрит на %(datetime)s от %(fullname)s." + +#: forms.py:63 +msgid "Page image" +msgstr "Изображение на страница" + +#: forms.py:73 forms.py:271 +msgid "Contents" +msgstr "Съдържание" + +#: forms.py:109 +msgid "Page" +msgstr "" + +#: forms.py:121 +msgid "Details" +msgstr "Детайли" + +#: forms.py:126 +msgid "Click on the image for full size preview" +msgstr "Натиснете върху изображението за да видите пълния размер" + +#: forms.py:136 +#, python-format +msgid "Document pages (%s)" +msgstr "Страници в документа (%s)" + +#: forms.py:164 +msgid "Use the new version filename as the document filename" +msgstr "" + +#: forms.py:179 +msgid "Quick document rename" +msgstr "Бързо преименуване на документ" + +#: forms.py:186 +msgid "Version update" +msgstr "" + +#: forms.py:191 +msgid "Release level" +msgstr "" + +#: forms.py:197 +msgid "Release level serial" +msgstr "" + +#: forms.py:205 +msgid "Comment" +msgstr "" + +#: forms.py:211 +msgid "New document filename" +msgstr "Ново име на документ" + +#: forms.py:289 +msgid "Page range" +msgstr "Поредица от страници" + +#: forms.py:319 +msgid "Compress" +msgstr "" + +#: forms.py:319 +msgid "" +"Download the document in the original format or in a compressed manner. " +"This option is selectable only when downloading one document, for multiple " +"documents, the bundle will always be downloads as a compressed file." +msgstr "" + +#: forms.py:320 +msgid "Compressed filename" +msgstr "" + +#: forms.py:320 +msgid "" +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" + +#: literals.py:15 +msgid "final" +msgstr "" + +#: literals.py:16 +msgid "alpha" +msgstr "" + +#: literals.py:17 +msgid "beta" +msgstr "" + +#: literals.py:18 +msgid "release candidate" +msgstr "" + +#: literals.py:19 +msgid "hotfix" +msgstr "" + +#: models.py:62 +msgid "name" +msgstr "име" + +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 +msgid "document type" +msgstr "вид документ" + +#: models.py:69 +msgid "documents types" +msgstr "видове документи" + +#: models.py:79 +msgid "description" +msgstr "описание" + +#: models.py:80 +msgid "added" +msgstr "добавен" + +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 +msgid "document" +msgstr "документ" + +#: models.py:295 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "" + +#: models.py:296 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "" + +#: models.py:297 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "" + +#: models.py:309 +msgid "mayor" +msgstr "" + +#: models.py:310 +msgid "minor" +msgstr "" + +#: models.py:311 +msgid "micro" +msgstr "" + +#: models.py:312 +msgid "release level" +msgstr "" + +#: models.py:313 +msgid "serial" +msgstr "" + +#: models.py:314 +msgid "timestamp" +msgstr "" + +#: models.py:315 views.py:1356 +msgid "comment" +msgstr "" + +#: models.py:318 +msgid "file" +msgstr "файл" + +#: models.py:322 +msgid "checksum" +msgstr "контролна сума" + +#: models.py:326 models.py:327 models.py:560 +msgid "document version" +msgstr "" + +#: models.py:419 +msgid "" +"This document's file format is not known, the page count has therefore " +"defaulted to 1." +msgstr "Форматът на документа във файла е непознат. Затова броят страници е зададен на 1." + +#: models.py:544 views.py:1352 +msgid "filename" +msgstr "име на файла" + +#: models.py:545 views.py:1180 +msgid "enabled" +msgstr "разрешено" + +#: models.py:552 +msgid "document type quick rename filename" +msgstr "име на файла за бързо преименуване на вида документ" + +#: models.py:553 +msgid "document types quick rename filenames" +msgstr "имена на файлове за бързо преименуване на вида документ" + +#: models.py:561 +msgid "content" +msgstr "съдържание" + +#: models.py:562 +msgid "page label" +msgstr "надпис на страница" + +#: models.py:563 +msgid "page number" +msgstr "номер на страница" + +#: models.py:566 +#, python-format +msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" +msgstr "Страница %(page_num)d от общо %(total_pages)d страници от %(document)s документи." + +#: models.py:574 models.py:620 +msgid "document page" +msgstr "страница на документа" + +#: models.py:575 +msgid "document pages" +msgstr "добавяне на име на файл към вид документ" + +#: models.py:595 +msgid "Enter a valid value." +msgstr "Въведете валидна стойност" + +#: models.py:621 views.py:448 +msgid "order" +msgstr "ред" + +#: models.py:622 views.py:449 views.py:510 views.py:541 +msgid "transformation" +msgstr "преобразуване" + +#: models.py:623 views.py:450 +msgid "arguments" +msgstr "аргументи" + +#: models.py:623 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Използвайте речници за да идентифицирате аргументите, например %s" + +#: models.py:631 +msgid "document page transformation" +msgstr "трансформация на страница на документ" + +#: models.py:632 +msgid "document page transformations" +msgstr "трансформации на страница на документ" + +#: models.py:657 +msgid "user" +msgstr "потребител" + +#: models.py:659 +msgid "accessed" +msgstr "достъпен" + +#: models.py:668 +msgid "recent document" +msgstr "скорошен документ" + +#: models.py:674 +msgid "Document type" +msgstr "Вид на документа" + +#: models.py:675 +msgid "MIME type" +msgstr "" + +#: models.py:676 views.py:130 +msgid "Filename" +msgstr "Име на файл" + +#: models.py:677 +msgid "Metadata value" +msgstr "Стойност на мета данни" + +#: models.py:678 +msgid "Content" +msgstr "Съдържание" + +#: models.py:679 +msgid "Description" +msgstr "Описание" + +#: models.py:680 +msgid "Tags" +msgstr "Тагове" + +#: models.py:681 +msgid "Comments" +msgstr "Коментари" + +#: permissions.py:9 +msgid "Create documents" +msgstr "Създаване на документи" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "Редактиране на свойства на документа" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "Редактиране на документи" + +#: permissions.py:12 +msgid "View documents" +msgstr "Преглед на документи" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "Изтриване на документи" + +#: permissions.py:14 views.py:406 +msgid "Download documents" +msgstr "Изтегляне на документи" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "Преобразуване на документи" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "Изпълнение на изменение на документа" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "Настройки за документи" + +#: permissions.py:22 +msgid "View document types" +msgstr "" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "Редактиране на вида документи" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "Изтриване на вида документи" + +#: permissions.py:25 +msgid "Create document types" +msgstr "Създаване на вид на документа" + +#: statistics.py:44 +#, python-format +msgid "Document types: %d" +msgstr "Видове документи: %d" + +#: statistics.py:45 +#, python-format +msgid "Documents in database: %d" +msgstr "Документи в базата данни: %d" + +#: statistics.py:50 +#, python-format +msgid "Documents in storage: %d" +msgstr "Документи в склада: %d" + +#: statistics.py:52 +#, python-format +msgid "" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Пространството, използвано в склада: %(base_2)s (база 2), %(base_10)s (база 10), %(bytes)d байта" + +#: statistics.py:63 +#, python-format +msgid "Document pages in database: %d" +msgstr "Страници в базата данни: %d" + +#: statistics.py:64 +#, python-format +msgid "Minimum amount of pages per document: %d" +msgstr "" + +#: statistics.py:65 +#, python-format +msgid "Maximum amount of pages per document: %d" +msgstr "" + +#: statistics.py:66 +#, python-format +msgid "Average amount of pages per document: %f" +msgstr "" + +#: statistics.py:71 +msgid "Document statistics" +msgstr "Статистика за документите" + +#: views.py:131 +msgid "File mimetype" +msgstr "" + +#: views.py:131 views.py:132 +msgid "None" +msgstr "" + +#: views.py:132 +msgid "File mime encoding" +msgstr "" + +#: views.py:133 +msgid "File size" +msgstr "Размер на файла" + +#: views.py:134 +msgid "Exists in storage" +msgstr "Съществува в склада" + +#: views.py:135 +msgid "File path in storage" +msgstr "Файлов път до склада" + +#: views.py:136 +msgid "Date added" +msgstr "Дата на добавяне" + +#: views.py:137 +msgid "Time added" +msgstr "Час на добавяне" + +#: views.py:138 +msgid "Checksum" +msgstr "Контролна сума" + +#: views.py:139 +msgid "UUID" +msgstr "UUID" + +#: views.py:140 +msgid "Pages" +msgstr "Страници" + +#: views.py:149 +#, python-format +msgid "document properties for: %s" +msgstr "свойства на документите за %s" + +#: views.py:171 +msgid "document data" +msgstr "данни в документа" + +#: views.py:195 views.py:645 +msgid "Must provide at least one document." +msgstr "Приложете поне един документ" + +#: views.py:216 +msgid "Document deleted successfully." +msgstr "" + +#: views.py:218 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "Документ: %(document)s Грешка при триене: %(error)s" + +#: views.py:233 +#, python-format +msgid "Are you sure you wish to delete the document: %s?" +msgstr "Сигурни ли сте, че искате да изтриете документ %s?" + +#: views.py:235 +#, python-format +msgid "Are you sure you wish to delete the documents: %s?" +msgstr "Сигурни ли сте, че искате да изтриете документите %s?" + +#: views.py:274 +#, python-format +msgid "Document \"%s\" edited successfully." +msgstr "Документът \"%s\" е редактиран успешно" + +#: views.py:340 +msgid "documents to be downloaded" +msgstr "" + +#: views.py:350 views.py:1336 +msgid "version" +msgstr "" + +#: views.py:407 +msgid "Download" +msgstr "" + +#: views.py:409 +msgid "Return" +msgstr "" + +#: views.py:444 +#, python-format +msgid "transformations for: %s" +msgstr "преобразувания за %s" + +#: views.py:471 +msgid "Document page transformation created successfully." +msgstr "Преобразуването на страницата е извършено успешно" + +#: views.py:480 +#, python-format +msgid "Create new transformation for page: %(page)s of document: %(document)s" +msgstr "Създаване на ново преобразуване на страница %(page)s на документ %(document)s" + +#: views.py:499 +msgid "Document page transformation edited successfully." +msgstr "имена на файлове за бързо преименуване на вида документ" + +#: views.py:512 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +msgstr "Редактиране на преобразуване %(transformation)s за %(document_page)s" + +#: views.py:532 +msgid "Document page transformation deleted successfully." +msgstr "Преобразуването на страницата е изтрито успешно." + +#: views.py:543 +#, python-format +msgid "" +"Are you sure you wish to delete transformation \"%(transformation)s\" for: " +"%(document_page)s" +msgstr "Сигурни ли сте, че желаете да изтриете преобразуването преобразуване %(transformation)s за %(document_page)s" + +#: views.py:561 +#, python-format +msgid "duplicates of: %s" +msgstr "дублирания на %s" + +#: views.py:573 +msgid "Are you sure you wish to find all duplicates?" +msgstr "Сигурни ли сте, че желаете да откриете всички дублирания?" + +#: views.py:574 views.py:632 views.py:700 +msgid "On large databases this operation may take some time to execute." +msgstr "При големи бази данни тази операция може да отнеме известно време за изпълнение." + +#: views.py:597 +msgid "duplicated documents" +msgstr "дублирани документи" + +#: views.py:623 +#, python-format +msgid "" +"Page count update complete. Documents processed: %(total)d, documents with " +"changed page count: %(change)d" +msgstr "Актуализирането на броя страници е завършено. Обработени документи: %(total)d, документи с променени брой страници: %(change)d" + +#: views.py:631 +#, python-format +msgid "" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "" + +#: views.py:663 +#, python-format +msgid "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "Всички преобразования на страницата на документ %s бяха изтрити успешно." + +#: views.py:665 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "Грешка при изтриването на преобразования на страница на документ %(document)s, %(error)s." + +#: views.py:671 +msgid "document transformation" +msgstr "преобразуване на документ" + +#: views.py:680 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "Сигурни ли сте, че желаете да отмените всички преобразувания на страниците на документ %s?" + +#: views.py:682 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr "Сигурни ли сте, че желаете да отмените всички преобразувания на страниците на документи %s?" + +#: views.py:710 +msgid "missing documents" +msgstr "липсващи документи" + +#: views.py:726 views.py:768 +#, python-format +msgid "details for: %s" +msgstr "детайли за %s" + +#: views.py:787 +msgid "Document page edited successfully." +msgstr "Страницата на документа е редактирана успешно." + +#: views.py:796 +#, python-format +msgid "edit: %s" +msgstr "редактиране на %s" + +#: views.py:813 +msgid "There are no more pages in this document" +msgstr "Няма повече страници в този документ" + +#: views.py:831 +msgid "You are already at the first page of this document" +msgstr "Вече сте на първа страница на този документ" + +#: views.py:992 +#, python-format +msgid "print: %s" +msgstr "отпечатване: %s" + +#: views.py:1065 +#, python-format +msgid "documents of type \"%s\"" +msgstr "документи от вида \"%s\"" + +#: views.py:1085 +msgid "Document type edited successfully" +msgstr "Вид на документа е редактиран успешно" + +#: views.py:1088 +#, python-format +msgid "Error editing document type; %s" +msgstr "Грешка в редактирането на вид на документа %s" + +#: views.py:1093 +#, python-format +msgid "edit document type: %s" +msgstr "редактиране вид на документа %s" + +#: views.py:1117 +#, python-format +msgid "Document type: %s deleted successfully." +msgstr "Вид на документа %s изтрит успешно" + +#: views.py:1119 +#, python-format +msgid "Document type: %(document_type)s delete error: %(error)s" +msgstr "Вид на документа: %(document_type)s грешка при триене: %(error)s" + +#: views.py:1134 +#, python-format +msgid "Are you sure you wish to delete the document type: %s?" +msgstr "Сигурни ли сте, че искате да изтриете документ вид %s?" + +#: views.py:1135 +msgid "" +"The document type of all documents using this document type will be set to " +"none." +msgstr "Вида документ на всички документи ще бъде оставен празно поле" + +#: views.py:1151 +msgid "Document type created successfully" +msgstr "Вид на документа е създаден успешно" + +#: views.py:1154 +#, python-format +msgid "Error creating document type; %(error)s" +msgstr "Грешка при създаване на вид документ: %(error)s" + +#: views.py:1172 +#, python-format +msgid "filenames for document type: %s" +msgstr "име на файла на вид документ: %s" + +#: views.py:1203 +msgid "Document type filename edited successfully" +msgstr "Успешно редактиране на име на файла" + +#: views.py:1206 +#, python-format +msgid "Error editing document type filename; %s" +msgstr "Грешка при редактиране на име на файла %s" + +#: views.py:1211 +#, python-format +msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" +msgstr "редактирате името на файла \"%(filename)s\" от вид на документа \"%(document_type)s\"" + +#: views.py:1220 views.py:1246 views.py:1254 +msgid "document type filename" +msgstr "име на файла на вид документ" + +#: views.py:1238 +#, python-format +msgid "Document type filename: %s deleted successfully." +msgstr "Име на файла на вид документ %s изтрит успешно" + +#: views.py:1240 +#, python-format +msgid "" +"Document type filename: %(document_type_filename)s delete error: %(error)s" +msgstr "" + +#: views.py:1256 +#, python-format +msgid "" +"Are you sure you wish to delete the filename: %(filename)s, from document " +"type \"%(document_type)s\"?" +msgstr "" + +#: views.py:1281 +msgid "Document type filename created successfully" +msgstr "" + +#: views.py:1284 +#, python-format +msgid "Error creating document type filename; %(error)s" +msgstr "" + +#: views.py:1290 +#, python-format +msgid "create filename for document type: %s" +msgstr "" + +#: views.py:1305 +msgid "Document image cache cleared successfully" +msgstr "" + +#: views.py:1307 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "" + +#: views.py:1313 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "" + +#: views.py:1330 +#, python-format +msgid "versions for document: %s" +msgstr "" + +#: views.py:1340 +msgid "time and date" +msgstr "" + +#: views.py:1344 +msgid "mimetype" +msgstr "" + +#: views.py:1348 +msgid "encoding" +msgstr "" + +#: views.py:1379 +msgid "Document version reverted successfully" +msgstr "" + +#: views.py:1381 +#, python-format +msgid "Error reverting document version; %s" +msgstr "" + +#: views.py:1388 +msgid "Are you sure you wish to revert to this version?" +msgstr "" + +#: views.py:1389 +msgid "All later version after this one will be deleted too." +msgstr "" + +#: widgets.py:25 +msgid "document page image" +msgstr "" + +#: wizards.py:36 +msgid "step 1 of 3: Document type" +msgstr "стъпка 1 от 3: Вид на документа" + +#: wizards.py:37 +msgid "step 2 of 3: Metadata selection" +msgstr "стъпка 2 от 3: Избиране на мета данни" + +#: wizards.py:38 +msgid "step 3 of 3: Document metadata" +msgstr "стъпка 3 от 3: Мета данни на документа" + +#: wizards.py:46 +msgid "Next step" +msgstr "Следваща стъпка" + +#: conf/settings.py:38 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Максимален брой от скорошни (създадени, редактирани, прегледани) документи, които да се показват на потребителя" + +#: conf/settings.py:39 +msgid "Amount in percent zoom in or out a document page per user interaction." +msgstr "Процент приближавани или отдалечаване на страницата на документа, приложен за потребителя" + +#: conf/settings.py:40 +msgid "" +"Maximum amount in percent (%) to allow user to zoom in a document page " +"interactively." +msgstr "Максимален процент (%) допустим за интерактивно увеличаване страницата от потребителя" + +#: conf/settings.py:41 +msgid "" +"Minimum amount in percent (%) to allow user to zoom out a document page " +"interactively." +msgstr "Минимален процент (%) допустим за интерактивно смаляване страницата от потребителя" + +#: conf/settings.py:42 +msgid "Amount in degrees to rotate a document page per user interaction." +msgstr "" + +#: templates/document_types_help.html:3 +msgid "What are document types?" +msgstr "Какви са видовете документи?" + +#: templates/document_types_help.html:4 +msgid "" +"Document types define a class that represents a broard group of documents, " +"such as: invoices, regulations or manuals. The advantage of using document " +"types are: assigning a list of typical filenames for quick renaming during " +"creation, as well as assigning default metadata types and sets to it." +msgstr "Видове документи определят класа, които представлява широка група от документи, като: фактури, закони или ръководства. Предимството на използването на документи типове са: възлагане на списък на типични имена на файлове за бързо преименуване по време на създаването, както и възлагане на типове мета данни по подразбиране и прилагане към него." + +#: templates/recent_document_list_help.html:3 +msgid "What are recent documents?" +msgstr "Кои са скорошните документи?" + +#: templates/recent_document_list_help.html:4 +#, python-format +msgid "" +"Here you will find the latest %(recent_count)s documents you have either " +"created or edited in any way." +msgstr "Тук ще намерите последните %(recent_count)s документи, които сте създали или редактирали" diff --git a/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..97c0e9e759855ba55fd7e60712376f08baa05609 GIT binary patch literal 2526 zcma)+ONXTW3N4UpoHG5OsBlAoOgp8$VG?$3fY zzW)j5e}T`ys040xhj6DzT1$TibKn|V-cY;?yivK-G zdCr1#?iM%*{ta#i%i9=xA3Ow7oG-wqz^fqD@e@e?egTm-dlZv;L0XV5G|27|Oq8B! zLvd-4J!H=Y!mSLHkoAB*Jcdd7(4c&FV3H0Llg53R2+i1tCn6;su3cZ+e0P~R?nqCI z0mYSUgn^^jNT6lRbxU$bDmTV)B}Lq5@iVg14r7N-Mj{p(JM|7%k!Z*Y=O+TMlUeC7 zg6rI7JeDf)v>NwZ-_;0Gta;n@JYJVvObXW%bx&5lnreicdU10tlTiL`KaiKfR7v;ROY6w4R-3MF zCG|=p^s8~GMC^uf)hFAkt5hOY>Ewwq>j=pMx7JapWb>ig;E+{&#Twej2Vb`L9k6Qq zYc(9SPRU7^!uOr49pJTt_Wr>=HH^|*LTPI(7J>4Frly?~Kj;O3$*)rEc%vm^CH3&zW5=w6tLG@@gp93`pba9&Fjt5NiT_oXB`W1`D`9U*-{M;9pd@F!{vbQ8s>uoC1$=#r_u{%+FUc! z=|!`|&9(Hr>6!)8-S9h4r?4@XeqX`Wt4FQw-*CyS=Lmm|(JHed~-E*WvNlwRPbXBNpE`$)>nb92)yQ9|$!hqS+d zXTyAp%>~MM5zfsFob=#su84idha@ZSIue_wx@mG0j_hYp&MbY&1I}gHWyMsO`8rEs zDZR+dm)Mv?8AyZDqtwaxJWkx8qPk|S_oArv#pi-#b>(5GP>6y+|LUD|OfN$gRCzm5 z3oW1*;!!3uxf*7kneW!B&&+4EpMDHa5bq`yy}kxzubTPh|C9p}mk=Op8QPt, 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-06 08:41+0000\n" +"Last-Translator: koldo \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:5 +msgid "search" +msgstr "търсене" + +#: __init__.py:6 views.py:72 +msgid "advanced search" +msgstr "разширено търсене" + +#: __init__.py:7 +msgid "search again" +msgstr "търсене отново" + +#: forms.py:8 +msgid "Search terms" +msgstr "Термини на търсене" + +#: models.py:21 +msgid "user" +msgstr "потребител" + +#: models.py:22 +msgid "query" +msgstr "заявка" + +#: models.py:23 +msgid "datetime created" +msgstr "дата на създаване" + +#: models.py:24 +msgid "hits" +msgstr "показвания" + +#: models.py:62 +msgid "recent search" +msgstr "последно търсене" + +#: models.py:63 +msgid "recent searches" +msgstr "последни търсения" + +#: views.py:33 +#, python-format +msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" +msgstr "резултати, (показване на %(shown_result_count)s от %(result_count)s)" + +#: views.py:37 +msgid "results" +msgstr "резултати" + +#: views.py:56 +#, python-format +msgid "Search error: %s" +msgstr "Грешка при търсене: %s" + +#: views.py:60 +msgid "type" +msgstr "вид" + +#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 +#: templatetags/search_tags.py:20 +msgid "Search" +msgstr "Търсене" + +#: conf/settings.py:12 +msgid "Maximum amount search hits to fetch and display." +msgstr "Максимален брой резултати от търсене за показване." + +#: conf/settings.py:13 +msgid "Maximum number of search queries to remember per user." +msgstr "Максимален брой заявки за търсене на потребител" + +#: templates/search_help.html:3 +msgid "Help" +msgstr "Помощ" + +#: templates/search_help.html:4 +#, python-format +msgid "" +"Enter the desired search keywords separated by space. Only the top " +"%(search_results_limit)s results will be available." +msgstr "Въведете желаните думи за търсене, разделени от интервал помежду им. Само на близките %(search_results_limit)s резултата ще бъдат показани." + +#: templates/search_results.html:3 +msgid "Search results" +msgstr "Резултати от търсенето" + +#: templates/search_results.html:19 +#, python-format +msgid "Elapsed time: %(time_delta)s seconds" +msgstr "Оставащо време: %(time_delta)s секунди" + +#: templatetags/search_tags.py:33 +#, python-format +msgid "recent searches (maximum of %d)" +msgstr "последни търсения (maximum of %d)" diff --git a/apps/folders/locale/bg/LC_MESSAGES/django.mo b/apps/folders/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fa5c5e78f63c507eb8309bea1b9d79045f16df5a GIT binary patch literal 2665 zcma)*%WoS+9LEQm@G#-gQV7p7K^zjQjqQZc$ZcBEJWxa%3v3`3BCmW1onZ4;4$#;kX=U@dk*tn@G-C-d=-p? zuYezbkApezbzy$7PtVBQPTdK#ph-vHkPe++pDlI{oK+u#udNje8XS|1PR z^Wck^3y|*p93(&2z_-93z!TtMxc^tU{!hpgI7I#?z~f*VMA-hIJW>v+J~U|m89bCn z8ZYCaJ82+1U&r(QEcl~5qAmP7^?-B_#Y%cmu4qud_2Qv^pqfye)GJhf8j$MOhWd^M z^%EPPxFFehHp{birc@A?%Uzr6JZGC(;WTYX+7T;;bPX#X8b~(b2;CLj63fxjq%cLx z(p1)Pn{1{7{{eW$car6@l*tGwb0yPUW#OK{QPFWrvUyRkmqa98@|-4Qjjb4*9{jX?)$!hIHMV_Agh8U;}k%d&o$td_UvMKY4i!VCt8B!7W^r+H>kccgH~K1xq(qjfvFGbbEv%F5VTd>ko0x?s4G;1plT$L7qEqnp~a z?G$8+TSb2=$A(Vx;B~Cu;(cR0IS^y&mfBZ)-c|1kcu(!AD)-jZfvS3I-iG%jrfNr( zx!P9ySh?zLr~{_Hf$gR$t1a(qoTza81tx0OTUYm0g*CWJ& zui?6?(9O7PU2Undcb)cYKC4W9hg)`_4|4F-wCf{k2Kg3d8&pyr-w>yC!x zG*`0bs>~Wp{QQyIa*$l~?KQlw)g?D~1yj}5;s>G{TDEOLRhgg5wjN+neCX7>_5RqLkIu> literal 0 HcmV?d00001 diff --git a/apps/folders/locale/bg/LC_MESSAGES/django.po b/apps/folders/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..e4247a6a2d --- /dev/null +++ b/apps/folders/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,230 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Iliya Georgiev , 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-11 08:55+0000\n" +"Last-Translator: Iliya Georgiev \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:18 +msgid "folder list" +msgstr "списък с папките" + +#: __init__.py:19 views.py:77 +msgid "create folder" +msgstr "създаване на папка" + +#: __init__.py:20 +msgid "edit" +msgstr "редактиране" + +#: __init__.py:21 +msgid "delete" +msgstr "изтриване" + +#: __init__.py:22 +msgid "remove from folder" +msgstr "премахване от папка" + +#: __init__.py:23 +msgid "folder documents" +msgstr "документи в папката" + +#: __init__.py:24 +msgid "add to a folder" +msgstr "добавяне към папка" + +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 +msgid "folders" +msgstr "папки" + +#: __init__.py:27 +msgid "ACLs" +msgstr "Контролни списъци за достъп" + +#: forms.py:38 +msgid "Folder" +msgstr "Папка" + +#: models.py:11 +msgid "title" +msgstr "заглавие" + +#: models.py:12 +msgid "user" +msgstr "потребител" + +#: models.py:13 +msgid "datetime created" +msgstr "дата и час на създаване" + +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 +msgid "folder" +msgstr "папка" + +#: models.py:48 +msgid "document" +msgstr "документ" + +#: models.py:54 views.py:261 +msgid "folder document" +msgstr "документ в папката" + +#: models.py:55 +msgid "folders documents" +msgstr "документи в папката" + +#: permissions.py:7 +msgid "Folders" +msgstr "Папки" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "Създаване на нови папки" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "Редактиране на новите папки" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "Изтриване на новите папки" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "Премахване на документи от папки" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "Преглед на съществуващи папки" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "Добавяне на документи към съществуващи папки" + +#: views.py:37 +msgid "created" +msgstr "създаден" + +#: views.py:38 +msgid "documents" +msgstr "документи" + +#: views.py:69 +msgid "Folder created successfully" +msgstr "Папката е създадена успешно" + +#: views.py:72 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:97 +msgid "Folder edited successfully" +msgstr "Папката е редактирана успешно" + +#: views.py:100 +#, python-format +msgid "Error editing folder; %s" +msgstr "" + +#: views.py:105 +#, python-format +msgid "edit folder: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Folder: %s deleted successfully." +msgstr "" + +#: views.py:131 +#, python-format +msgid "Folder: %(folder)s delete error: %(error)s" +msgstr "" + +#: views.py:142 +#, python-format +msgid "Are you sure you with to delete the folder: %s?" +msgstr "" + +#: views.py:168 +#, python-format +msgid "documents in folder: %s" +msgstr "" + +#: views.py:188 +#, python-format +msgid "Document: %(document)s added to folder: %(folder)s successfully." +msgstr "" + +#: views.py:191 +#, python-format +msgid "Document: %(document)s is already in folder: %(folder)s." +msgstr "" + +#: views.py:199 +#, python-format +msgid "add document \"%s\" to a folder" +msgstr "" + +#: views.py:219 +#, python-format +msgid "folders containing: %s" +msgstr "" + +#: views.py:235 +msgid "Must provide at least one folder document." +msgstr "" + +#: views.py:253 +#, python-format +msgid "Document: %s removed successfully." +msgstr "" + +#: views.py:255 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "" + +#: views.py:269 +#, python-format +msgid "" +"Are you sure you wish to remove the document: %(document)s from the folder " +"\"%(folder)s\"?" +msgstr "" + +#: views.py:272 +#, python-format +msgid "" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "" + +#: templates/folders_help.html:3 +msgid "What are folders?" +msgstr "Какви са папките?" + +#: templates/folders_help.html:4 +msgid "" +"These folders can also be described as user folders. They are a way to let " +"individual users create their own document organization methods. Folders " +"created by one user and the documents contained by them don't affect any " +"other user folders or documents." +msgstr "" + +#: templatetags/folder_tags.py:17 +msgid "Add document to a folder" +msgstr "Добавяне на документ към папка" diff --git a/apps/history/locale/bg/LC_MESSAGES/django.mo b/apps/history/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b83882a2242413ccc3cc31bddc983aaf1ca7cfa9 GIT binary patch literal 1888 zcma))O^g&p6vs;el~Gag`;#&eg_zpzSrFG=m&n2rNE{h)Br$sFnXc_==`Xr!cA1Nj zjfsKFCIk}>YJw*(#+5iSF6*v|@o22MdC`j=JQxoiJ^6p#y|V*oVkOnT`grx;|Gn40 zY~TC=!*~SqG0Z@Wg5M#hcR+#j=`D;s1E%0@;6?BW@DfOIzb(&y1WDgdC4U7;&!6S}79>md z+rWFl$3fCpEzkFttbtGA{4J2;p8@xRpMwEbNEihyr7kb%DSx35=d39 z)=#=zQsCinxgEM#&!MoQR7hg(ef=ueJi1XVcA=I&Ds@|u6{+(uh)*)ri6R$*@>lgN zp`wVRo;V>hg|axj=5|r7nM1YLD#vA-WLngeA9!NA<15if9NyMCbu7ydbi30WYbBAD zCCbf$B(oxVYXwSmq^i`9HN?S8x>N!|HFo&8T^$$p^J07tuRiDO*(dD1whcpZT+Rg) z{yIB*AGcp{?1^V>jLOTd(xQ>Mu?k%@*5N0U&`bD>DbbCRxtIJ14JAqYVI2D%*O#Ip z-N@n7ozRCyWVWl+KR-V|rpZ|_D^KTXq(wE9l@^Hz=|##4OGj4Iw{}-*M{6@1wW^NU zm4ivF(LvG3`=aG(ZKa_b#FM<$b~7dQ)a#AIVq(LNV$RA;%*3t43u52l6U{&m1v|Xy zSL$IWb3<`B$s*Z~Eq|!Gh^=(;u9{Vs-E?R*P6I zaq|s*R?QctXO;&G%v```ZE((9#Z8}H6)SGOG(CD@zQ#eH?3QTD%qMWaR``MUbMQpZ z`nmNgGZ#lgGV>8`&l;S6yb6O${j2sAi{3g7X|uXMkCQjD)3(}QSQM4&ug?+NTza?CHyx9 p`8C>d`GyuEqoQs(kTm*%vY`uC%rZ508OxPx`ioZQ4JhKXe*mz+iS+;g literal 0 HcmV?d00001 diff --git a/apps/history/locale/bg/LC_MESSAGES/django.po b/apps/history/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..3ee7ac6c30 --- /dev/null +++ b/apps/history/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,122 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 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-06 09:08+0000\n" +"Last-Translator: koldo \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:17 +msgid "date and time" +msgstr "дата и време" + +#: __init__.py:21 +msgid "type" +msgstr "тип" + +#: __init__.py:25 +msgid "summary" +msgstr "общо" + +#: links.py:7 models.py:73 +msgid "history" +msgstr "история" + +#: links.py:8 +msgid "details" +msgstr "детайли" + +#: models.py:18 +msgid "namespace" +msgstr "имена" + +#: models.py:19 +msgid "name" +msgstr "име" + +#: models.py:34 models.py:43 +msgid "history type" +msgstr "тип на историята" + +#: models.py:35 +msgid "history types" +msgstr "типове история" + +#: models.py:39 +msgid "date time" +msgstr "дата" + +#: models.py:44 +msgid "dictionary" +msgstr "речник" + +#: models.py:74 +msgid "histories" +msgstr "истории" + +#: permissions.py:7 +msgid "History" +msgstr "История" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "Вижте историята на обект" + +#: views.py:37 +msgid "history events" +msgstr "събития в историята" + +#: views.py:40 +msgid "object link" +msgstr "връзка към обект" + +#: views.py:68 +#, python-format +msgid "history events for: %s" +msgstr "събития в историята за: %s" + +#: views.py:86 +msgid "Date" +msgstr "Дата" + +#: views.py:87 +msgid "Time" +msgstr "Време" + +#: views.py:88 +msgid "Object" +msgstr "Обект" + +#: views.py:89 +msgid "Event type" +msgstr "Тип на събитието" + +#: views.py:90 +msgid "Additional details" +msgstr "Допълнителни детайли" + +#: views.py:90 +msgid "None" +msgstr "Нищо" + +#: views.py:94 +#, python-format +msgid "details for: %s" +msgstr "данни за: %s" + +#: views.py:106 +#, python-format +msgid "history events of type: %s" +msgstr "събития в историята от тип: %s" diff --git a/apps/installation/locale/bg/LC_MESSAGES/django.mo b/apps/installation/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f32fe2f0a851817556d4ef41e163c52eb3db09a5 GIT binary patch literal 534 zcmZ8dO-lnY5LNWFN6#K2cu;gUyH#n8R-{@%aIw_Yd$t|Z$ZoPES*!jJ|DE_-oNbGO z1CPna%e?pUy|wwdMzv1ZChQV62#18WdW0{!Jf+@perx3H3r+&uPT>ii*VYJ@$#-ek z@H%^l##mbyAoEI3VbCZKxfN^{LM=E~I?S3Pp4f^z>!s7y@v42xwf7DBXmp>$l|vb5 zEL_Wgf_0L#14$P;M=U)NM_ovclZ1#c##i0S|Kp`e%S*cl2~~6_eSq9a<4YN=6Kre? zbiqu=#u*hgL;D zt#Z~Y2|sj8pI35_oM7K8~%M_8Yj_}H31Ddey=Hdz_-BbQfhO?CNt?g zhW=xI1HC_9tNDx$hGt@?+9<(#g$}=l1uIlEDjO$DxUsJCf|+`;_5IEnTQ2*1hVArO Ix*x6m061l%0{{R3 literal 0 HcmV?d00001 diff --git a/apps/installation/locale/bg/LC_MESSAGES/django.po b/apps/installation/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b626db25c3 --- /dev/null +++ b/apps/installation/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,118 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: links.py:7 models.py:148 +msgid "installation details" +msgstr "" + +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +msgid "Distributor ID" +msgstr "" + +#: models.py:65 +msgid "Description" +msgstr "" + +#: models.py:66 +msgid "Release" +msgstr "" + +#: models.py:67 +msgid "Codename" +msgstr "" + +#: models.py:68 +msgid "System info" +msgstr "" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +msgid "Platform" +msgstr "" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +msgid "Processor" +msgstr "" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +msgid "Disk partitions" +msgstr "" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:24 +msgid "Installation environment details" +msgstr "" diff --git a/apps/linking/locale/bg/LC_MESSAGES/django.mo b/apps/linking/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e87bee1415e20240d7304d51755b0c09fe8fe4ad GIT binary patch literal 507 zcmYLF!A=`75T$BQd*s~1RO$g#CiW(28w{x$$VQ5kZKGuA-ARmNv}>FUOyrjtC!!pNU_IABktg76alleV)_VYThyT?oO>EPB-{Z`CyzC zkjqDDAsgq*WT9&3Bj!Py4PG@mVBrL8W2^;Z+Qea1PGybIDB=ULU(G800hLNfnb z;I&sWQd=C$s04I*+C}~oyFEz1i{209ea=aU3w3YW@dsUs{2Y56cwh9>Z=8_KWQbUJ zX+tTa^8zL}vl;vud@dq*galD=d_(1Y9+xCWn;k(#gDRyex6zd=&)P`t=!x-3!=XhbI=k K3?V&Dj{XCUg_W`Z literal 0 HcmV?d00001 diff --git a/apps/linking/locale/bg/LC_MESSAGES/django.po b/apps/linking/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..8ae90a433c --- /dev/null +++ b/apps/linking/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,333 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:41+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:17 +msgid "smart links actions" +msgstr "" + +#: __init__.py:18 __init__.py:20 models.py:23 views.py:132 +msgid "smart links" +msgstr "" + +#: __init__.py:21 +msgid "smart links list" +msgstr "" + +#: __init__.py:22 +msgid "create new smart link" +msgstr "" + +#: __init__.py:23 __init__.py:28 +msgid "edit" +msgstr "" + +#: __init__.py:24 __init__.py:29 +msgid "delete" +msgstr "" + +#: __init__.py:26 +msgid "conditions" +msgstr "" + +#: __init__.py:27 +msgid "create condition" +msgstr "" + +#: __init__.py:31 +msgid "ACLs" +msgstr "" + +#: forms.py:48 +msgid "Pages" +msgstr "" + +#: forms.py:54 +msgid "Select" +msgstr "" + +#: forms.py:61 +msgid "Click on the image for full size view of the first page." +msgstr "" + +#: literals.py:7 +msgid "and" +msgstr "" + +#: literals.py:8 +msgid "or" +msgstr "" + +#: literals.py:12 +msgid "is equal to" +msgstr "" + +#: literals.py:13 +msgid "is equal to (case insensitive)" +msgstr "" + +#: literals.py:14 +msgid "contains" +msgstr "" + +#: literals.py:15 +msgid "contains (case insensitive)" +msgstr "" + +#: literals.py:16 +msgid "is in" +msgstr "" + +#: literals.py:17 +msgid "is greater than" +msgstr "" + +#: literals.py:18 +msgid "is greater than or equal to" +msgstr "" + +#: literals.py:19 +msgid "is less than" +msgstr "" + +#: literals.py:20 +msgid "is less than or equal to" +msgstr "" + +#: literals.py:21 +msgid "starts with" +msgstr "" + +#: literals.py:22 +msgid "starts with (case insensitive)" +msgstr "" + +#: literals.py:23 +msgid "ends with" +msgstr "" + +#: literals.py:24 +msgid "ends with (case insensitive)" +msgstr "" + +#: literals.py:25 +msgid "is in regular expression" +msgstr "" + +#: literals.py:26 +msgid "is in regular expression (case insensitive)" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 views.py:135 +msgid "dynamic title" +msgstr "" + +#: models.py:13 models.py:31 +msgid "" +"This expression will be evaluated against the current selected document. " +"The document metadata is available as variables `metadata` and document " +"properties under the variable `document`." +msgstr "" + +#: models.py:14 models.py:33 views.py:136 views.py:232 +msgid "enabled" +msgstr "" + +#: models.py:22 models.py:27 views.py:296 views.py:330 +msgid "smart link" +msgstr "" + +#: models.py:28 +msgid "The inclusion is ignored for the first item." +msgstr "" + +#: models.py:29 +msgid "foreign document data" +msgstr "" + +#: models.py:29 +msgid "" +"This represents the metadata of all other documents. Available objects: " +"`document.` and `metadata.`." +msgstr "" + +#: models.py:31 +msgid "expression" +msgstr "" + +#: models.py:32 +msgid "negated" +msgstr "" + +#: models.py:32 +msgid "Inverts the logic of the operator." +msgstr "" + +#: models.py:36 +msgid "not" +msgstr "" + +#: models.py:39 +msgid "link condition" +msgstr "" + +#: models.py:40 +msgid "link conditions" +msgstr "" + +#: permissions.py:7 +msgid "Smart links" +msgstr "" + +#: permissions.py:9 +msgid "View existing smart links" +msgstr "" + +#: permissions.py:10 +msgid "Create new smart links" +msgstr "" + +#: permissions.py:11 +msgid "Delete smart links" +msgstr "" + +#: permissions.py:12 +msgid "Edit smart links" +msgstr "" + +#: views.py:41 +msgid "No action selected." +msgstr "" + +#: views.py:60 +#, python-format +msgid "documents in smart link: %(group)s" +msgstr "" + +#: views.py:76 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:98 +#, python-format +msgid "smart links (%s)" +msgstr "" + +#: views.py:112 +msgid "There no defined smart links for the current document." +msgstr "" + +#: views.py:152 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:159 +msgid "Create new smart link" +msgstr "" + +#: views.py:175 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:184 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:202 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:204 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(error)s." +msgstr "" + +#: views.py:213 +#, python-format +msgid "Are you sure you wish to delete smart link: %s?" +msgstr "" + +#: views.py:229 +#, python-format +msgid "conditions for smart link: %s" +msgstr "" + +#: views.py:254 +#, python-format +msgid "Smart link condition: \"%s\" created successfully." +msgstr "" + +#: views.py:261 +#, python-format +msgid "Add new conditions to smart link: \"%s\"" +msgstr "" + +#: views.py:283 +#, python-format +msgid "Smart link condition: \"%s\" edited successfully." +msgstr "" + +#: views.py:290 +msgid "Edit smart link condition" +msgstr "" + +#: views.py:297 views.py:331 +msgid "condition" +msgstr "" + +#: views.py:317 +#, python-format +msgid "Smart link condition: \"%s\" deleted successfully." +msgstr "" + +#: views.py:319 +#, python-format +msgid "" +"Error deleting smart link condition: %(smart_link_condition)s; %(error)s." +msgstr "" + +#: views.py:333 +#, python-format +msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +msgstr "" + +#: conf/settings.py:11 +msgid "Show smart link that don't return any documents." +msgstr "" + +#: templates/smart_links_help.html:3 +msgid "What are smart links?" +msgstr "" + +#: templates/smart_links_help.html:4 +msgid "" +"Smart links are a set of conditional statements that are used to query the " +"database using the current document the user is accessing as the data " +"source, the results of these queries are a list of documents that relate in " +"some manner to the document being displayed and allow users the ability to " +"jump to and from linked documents very easily." +msgstr "" diff --git a/apps/main/locale/bg/LC_MESSAGES/django.mo b/apps/main/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2281218f5c85858faf429664ced917300c9fb047 GIT binary patch literal 2699 zcma)+OKcNI7{{kAeYtO5eXB!T+C;FnlN5>!sdywosELS@zzw0XJy|dE?pQnH1k+0h zDo7kCL{xno`Vi`=J(v&|H?Q7$?fPD|TzW%QPnCM8)c-fTF5rO5$h*IJevkh*-e1?R z`mFdN8@vfpyZ9hukAj!L_26g8_&abL#tUFCcmsSL-0%=%kApkG=fJ(- zF>nlg0<435;4=6y_$T-X_!sy*_z(CDxM>|@TfnX0)8Iic1s(Np|hkDHKcY&qdHKd`aETO zu`TMh?+N*O3C|07P%_)7Zq&#>X#**2?vU0tih~;63tShg2gOc#Z@^<)*TCTZBL}GOsy(!NXwCA|WpO6L9-MKfOK7QXv z?rAkpLCsfH*q;(!S>(%-izK=ODlnlcYd&3)rX)k;Ai0(zER^_UHL$xx*)ugBr#9sk zWs&D=TyTwUUW9zwE4tEfq-Upn8C1E1)moYjc)|^oHeNxqffFKd70(L|1F9keu2nTG zNM2NhDh?U$i$J*2c6Ch~>9b+wdI7zmE<0@F6Khf!lVxFGvz-#g(mJUI#U!DFqr?1Y zA0PG#GSHHZ%Yq7uBCK%=mW>;fArA70mLa1TFG>TgG&?FojT$jg^gV>^8Oe&bWmQtX zWWMkMBLfi>?&!zXV=9fDaCgjHkwAMTN#0(XLl?_E%l) zOsE_$8B@t+GOlMz)qJ|3{7k5{2t5^Md^(%)w602>8a+JW90;YoSk3^1$?@K7Pp^}G z*Xix!Jv(xJJDu!1*(^3XV{*!)+7r`Utt|YPP>FKl~FW#g) zY4gJ$iDc55N}Qo1i@wg36GNH2o9RxC92yzCC1OuHo1zPi%j8VdDoEYPlO|IsqdvQN zp(H{rP5+UJA!paEedKdehR$G6P(?3rb9`6cGyesg<9RnVTCRqo>

U$A34d*rD$4 z-Ob}}e^S5QE=P^%ht_Ef z=A&loqcsyex*pa4_p8xqrhV$Zz8`lze6KG_bdi$5(?kx9XoW>{t@DU+8I#}BG>;ZK zQ~I0^v}SGkOSE2(mT2Sr9Vej^_CS<4c=XS=W}qFML=Ah2(b7KKY*K8r8zY)oOfp_+tFnrzGf52axE*FWZUUPEcP~SYGe~%iaCejZOFE9{YTJ3oE&B@YY!zlnek&Ax#EnplJ)q&d~cUJ<&}, 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-10 15:16+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:33 +msgid "maintenance" +msgstr "поддръжка" + +#: __init__.py:34 +msgid "statistics" +msgstr "статистика" + +#: __init__.py:35 +msgid "diagnostics" +msgstr "диагностика" + +#: __init__.py:36 +msgid "sentry" +msgstr "" + +#: __init__.py:37 +msgid "admin site" +msgstr "административен сайт" + +#: __init__.py:40 +msgid "home" +msgstr "начало" + +#: __init__.py:42 +msgid "search" +msgstr "търсене" + +#: views.py:43 +msgid "maintenance menu" +msgstr "меню поддръжка" + +#: views.py:56 +msgid "Statistics" +msgstr "Статистика" + +#: views.py:66 +msgid "Diagnostics" +msgstr "Диагностика" + +#: conf/settings.py:12 +msgid "" +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Контрол дали възможността за търсене да се предлага в страничен бар или от меню." + +#: templates/about.html:5 +msgid "About this program" +msgstr "Относно програмата" + +#: templates/about.html:9 templates/verbose_login.html:4 +msgid "Version" +msgstr "Версия" + +#: templates/base.html:28 +msgid "(DEBUG)" +msgstr "(DEBUG)" + +#: templates/base.html:193 +msgid "User" +msgstr "Потребител" + +#: templates/base.html:195 +msgid "Anonymous" +msgstr "Анонимен" + +#: templates/base.html:197 +msgid "User details" +msgstr "Данни за потребител" + +#: templates/base.html:214 +msgid "Login" +msgstr "Вход" + +#: templates/base.html:214 +msgid "Logout" +msgstr "Изход" + +#: templates/base.html:294 +msgid "Secondary menu" +msgstr "Вторично меню" + +#: templates/base.html:310 +#, python-format +msgid "Actions for %(name)s: %(navigation_object)s" +msgstr "Действия за %(name)s: %(navigation_object)s" + +#: templates/base.html:312 templates/base.html.py:355 +#, python-format +msgid "Actions for: %(navigation_object)s" +msgstr "Действия за: %(navigation_object)s" + +#: templates/base.html:315 +msgid "Available actions" +msgstr "Възможни действия" + +#: templates/base.html:327 templates/base.html.py:370 +msgid "Related actions" +msgstr "Подобни действия" + +#: templates/base.html:338 templates/base.html.py:383 +msgid "Other available actions" +msgstr "Други възможни действия" + +#: templates/base.html:353 +#, python-format +msgid "Actions for %(object_name)s: %(navigation_object)s" +msgstr "Действия за %(object_name)s: %(navigation_object)s" + +#: templates/base.html:358 +msgid "Actions" +msgstr "Действия" + +#: templates/home.html:8 +msgid "Django based open source document management system" +msgstr "Django базирана система за управление на електронни документи, с отворен код" + +#: templates/project_description.html:6 +msgid "" +"Open source, Django based electronic document manager with custom metadata, " +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "" + +#: templates/project_description.html:18 +msgid "Released under the GPL V3 License" +msgstr "Реализирано по GPL V3 лиценз" diff --git a/apps/metadata/locale/bg/LC_MESSAGES/django.mo b/apps/metadata/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e6f0f7871215e45681f7b4758527e17b95a28b08 GIT binary patch literal 507 zcmYLFO-~y!5T&B0J@(9DD)j)O6MGXrf@!J-vXLTX+bCIjcM{{c+O=1Q z0l9pV7P3*kNam_`K4KoUS>sKk0~SueCdOJYrcK;5%g)MG%)21Hah_FeEi)lBDkQT% z1>SlkBelhmj7mV4r(NWi*zG}jE_xTp&p0O`&eely$M1D1@+<6d;Ai6e;*=ATsSFVd zFKsAgbY8&tZaRhE!#sl@Sw5Uhe+@^YdA3;mB&pSn)CvnFD*-o6smUSbI(~P*-EKRv zZDsD&<6DS&w~N5)T?|y~DzNgs5nF0@lH`*-+ixoE@Z{Fns4UrfswrPokCD}-H1--+ z8|j0JgS%pk{k^W8d9OTXcIDQ_Y61PFi64dqEOjy~8!t;7J6{C>wtjntLH8PV*TJ!c KuLDR=l7s)0D3!PX literal 0 HcmV?d00001 diff --git a/apps/metadata/locale/bg/LC_MESSAGES/django.po b/apps/metadata/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..de87f7f7be --- /dev/null +++ b/apps/metadata/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,454 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:56+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:21 __init__.py:23 +msgid "edit metadata" +msgstr "" + +#: __init__.py:22 +msgid "metadata" +msgstr "" + +#: __init__.py:24 __init__.py:25 +msgid "add metadata" +msgstr "" + +#: __init__.py:26 __init__.py:27 +msgid "remove metadata" +msgstr "" + +#: __init__.py:29 models.py:34 views.py:316 +msgid "metadata types" +msgstr "" + +#: __init__.py:30 __init__.py:35 +msgid "edit" +msgstr "" + +#: __init__.py:31 __init__.py:36 +msgid "delete" +msgstr "" + +#: __init__.py:32 __init__.py:37 +msgid "create new" +msgstr "" + +#: __init__.py:34 views.py:416 +msgid "metadata sets" +msgstr "" + +#: __init__.py:39 models.py:93 +msgid "default metadata" +msgstr "" + +#: classes.py:14 +#, python-format +msgid "'metadata' object has no attribute '%s'" +msgstr "" + +#: forms.py:28 +msgid "required" +msgstr "" + +#: forms.py:54 +msgid "id" +msgstr "" + +#: forms.py:55 +msgid "Name" +msgstr "" + +#: forms.py:57 +msgid "Value" +msgstr "" + +#: forms.py:58 +msgid "Update" +msgstr "" + +#: forms.py:64 +msgid "Metadata type" +msgstr "" + +#: forms.py:68 +msgid "Remove" +msgstr "" + +#: forms.py:86 views.py:541 views.py:559 +msgid "Metadata sets" +msgstr "" + +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "" + +#: models.py:10 +#, python-format +msgid " Available models: %s" +msgstr "" + +#: models.py:11 +#, python-format +msgid " Available functions: %s" +msgstr "" + +#: models.py:18 +msgid "name" +msgstr "" + +#: models.py:18 +msgid "Do not use python reserved words, or spaces." +msgstr "" + +#: models.py:19 models.py:41 +msgid "title" +msgstr "" + +#: models.py:21 +msgid "default" +msgstr "" + +#: models.py:22 +#, python-format +msgid "Enter a string to be evaluated.%s" +msgstr "" + +#: models.py:24 +msgid "lookup" +msgstr "" + +#: models.py:25 +#, python-format +msgid "" +"Enter a string to be evaluated. Example: [user.get_full_name() for user in " +"User.objects.all()].%s" +msgstr "" + +#: models.py:33 models.py:58 views.py:353 views.py:398 +msgid "metadata type" +msgstr "" + +#: models.py:48 models.py:49 models.py:57 views.py:468 views.py:514 +msgid "metadata set" +msgstr "" + +#: models.py:65 +msgid "metadata set item" +msgstr "" + +#: models.py:66 +msgid "metadata set items" +msgstr "" + +#: models.py:74 +msgid "document" +msgstr "" + +#: models.py:75 +msgid "type" +msgstr "" + +#: models.py:76 views.py:304 +msgid "value" +msgstr "" + +#: models.py:82 models.py:83 +msgid "document metadata" +msgstr "" + +#: models.py:91 views.py:599 +msgid "document type" +msgstr "" + +#: models.py:92 +msgid "default metadata sets" +msgstr "" + +#: models.py:99 +msgid "document type defaults" +msgstr "" + +#: models.py:100 +msgid "document types defaults" +msgstr "" + +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "" + +#: permissions.py:17 +msgid "View metadata types" +msgstr "" + +#: permissions.py:19 +msgid "Edit metadata sets" +msgstr "" + +#: permissions.py:20 +msgid "Create new metadata sets" +msgstr "" + +#: permissions.py:21 +msgid "Delete metadata sets" +msgstr "" + +#: permissions.py:22 +msgid "View metadata sets" +msgstr "" + +#: views.py:41 views.py:204 +msgid "The selected document doesn't have any metadata." +msgstr "" + +#: views.py:52 views.py:144 views.py:216 +msgid "Must provide at least one document." +msgstr "" + +#: views.py:87 views.py:251 +#, python-format +msgid "Error deleting document indexes; %s" +msgstr "" + +#: views.py:99 +#, python-format +msgid "Error editing metadata for document %(document)s; %(error)s." +msgstr "" + +#: views.py:102 +#, python-format +msgid "Metadata for document %s edited successfully." +msgstr "" + +#: views.py:107 views.py:268 +#, python-format +msgid "Error updating document indexes; %s" +msgstr "" + +#: views.py:109 views.py:270 +msgid "Document indexes updated successfully." +msgstr "" + +#: views.py:120 +#, python-format +msgid "Edit metadata for document: %s" +msgstr "" + +#: views.py:122 +#, python-format +msgid "Edit metadata for documents: %s" +msgstr "" + +#: views.py:161 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s successfully added to document " +"%(document)s." +msgstr "" + +#: views.py:164 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s already present in document %(document)s." +msgstr "" + +#: views.py:188 +#, python-format +msgid "Add metadata type to document: %s" +msgstr "" + +#: views.py:190 +#, python-format +msgid "Add metadata type to documents: %s" +msgstr "" + +#: views.py:259 +#, python-format +msgid "" +"Successfully remove metadata type: %(metadata_type)s from document: " +"%(document)s." +msgstr "" + +#: views.py:262 +#, python-format +msgid "" +"Error removing metadata type: %(metadata_type)s from document: %(document)s." +msgstr "" + +#: views.py:281 +#, python-format +msgid "Remove metadata types from document: %s" +msgstr "" + +#: views.py:283 +#, python-format +msgid "Remove metadata types from documents: %s" +msgstr "" + +#: views.py:302 +#, python-format +msgid "metadata for: %s" +msgstr "" + +#: views.py:320 +msgid "internal name" +msgstr "" + +#: views.py:341 +msgid "Metadata type edited successfully" +msgstr "" + +#: views.py:344 +#, python-format +msgid "Error editing metadata type; %s" +msgstr "" + +#: views.py:350 +#, python-format +msgid "edit metadata type: %s" +msgstr "" + +#: views.py:365 +msgid "Metadata type created successfully" +msgstr "" + +#: views.py:371 +msgid "create metadata type" +msgstr "" + +#: views.py:390 +#, python-format +msgid "Metadata type: %s deleted successfully." +msgstr "" + +#: views.py:392 +#, python-format +msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +msgstr "" + +#: views.py:403 +#, python-format +msgid "Are you sure you wish to delete the metadata type: %s?" +msgstr "" + +#: views.py:420 +msgid "members" +msgstr "" + +#: views.py:464 +#, python-format +msgid "non members of metadata set: %s" +msgstr "" + +#: views.py:465 +#, python-format +msgid "members of metadata set: %s" +msgstr "" + +#: views.py:480 +msgid "Metadata set created successfully" +msgstr "" + +#: views.py:486 +msgid "create metadata set" +msgstr "" + +#: views.py:505 +#, python-format +msgid "Metadata set: %s deleted successfully." +msgstr "" + +#: views.py:508 +#, python-format +msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +msgstr "" + +#: views.py:519 +#, python-format +msgid "Are you sure you wish to delete the metadata set: %s?" +msgstr "" + +#: views.py:538 views.py:556 +msgid "Metadata types" +msgstr "" + +#: views.py:594 +#, python-format +msgid "non members of document type: %s" +msgstr "" + +#: views.py:595 +#, python-format +msgid "members of document type: %s" +msgstr "" + +#: templates/metadata_set_help.html:3 +msgid "What are metadata sets?" +msgstr "" + +#: templates/metadata_set_help.html:4 +msgid "" +"A metadata set is a group of one or more metadata types. Metadata sets are " +"useful when creating new documents; selecing a metadata set automatically " +"attaches it's member metadata types to said document." +msgstr "" + +#: templates/metadata_type_help.html:3 +msgid "What are metadata types?" +msgstr "" + +#: templates/metadata_type_help.html:4 +msgid "" +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " +"name is the internal identifier with which it can be referenced to by other " +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." +msgstr "" diff --git a/apps/navigation/locale/bg/LC_MESSAGES/django.mo b/apps/navigation/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c2388b092ceef53cb5aeb973d0dac3e1c5b808b2 GIT binary patch literal 728 zcmZ9IF>ezw6vqveP6pp8H16H2{TL{HfZUq*W7nmhhD2aA>&J)Yi ze>V+9B7w8MR9HERxpwKmL7vyW);gg z8E{rmyjJBI^aztJUiLp8j~mt(6T5tWIz~Br4HK5LK?qL^6XutN!eJIJ1@TtgyLzi; zBMR1)v|K`C2PI5s`MwRyoC(>%$%tvgZTI96UwI(YWkU6lA<7dMvzv#1r nc9Z(VeRDtDg9 literal 0 HcmV?d00001 diff --git a/apps/navigation/locale/bg/LC_MESSAGES/django.po b/apps/navigation/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..cff73b9219 --- /dev/null +++ b/apps/navigation/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,31 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 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-06 08:21+0000\n" +"Last-Translator: koldo \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: forms.py:14 +msgid "Multi item action" +msgstr "Действие върху няколко елемента" + +#: widgets.py:48 +msgid "icon" +msgstr "икона" + +#: templatetags/navigation_tags.py:283 +msgid "Selected item actions:" +msgstr "Действия върху елемента:" diff --git a/apps/ocr/locale/bg/LC_MESSAGES/django.mo b/apps/ocr/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e87bee1415e20240d7304d51755b0c09fe8fe4ad GIT binary patch literal 507 zcmYLF!A=`75T$BQd*s~1RO$g#CiW(28w{x$$VQ5kZKGuA-ARmNv}>FUOyrjtC!!pNU_IABktg76alleV)_VYThyT?oO>EPB-{Z`CyzC zkjqDDAsgq*WT9&3Bj!Py4PG@mVBrL8W2^;Z+Qea1PGybIDB=ULU(G800hLNfnb z;I&sWQd=C$s04I*+C}~oyFEz1i{209ea=aU3w3YW@dsUs{2Y56cwh9>Z=8_KWQbUJ zX+tTa^8zL}vl;vud@dq*galD=d_(1Y9+xCWn;k(#gDRyex6zd=&)P`t=!x-3!=XhbI=k K3?V&Dj{XCUg_W`Z literal 0 HcmV?d00001 diff --git a/apps/ocr/locale/bg/LC_MESSAGES/django.po b/apps/ocr/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c930bae60f --- /dev/null +++ b/apps/ocr/locale/bg/LC_MESSAGES/django.po @@ -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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:41+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py: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 "" diff --git a/apps/permissions/locale/bg/LC_MESSAGES/django.mo b/apps/permissions/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a46646803d3c466b1f4f99d351cf8e8ee54c1c67 GIT binary patch literal 507 zcmYLF!A=`75T%0C9((36NIihsiM>fGf+1A{*+`MHZImp%JBe|OcI}nzZQw)tLH!ZF zg;|2glb&qLZ)V<`m(M5vjtHNKr^GMBW8ybrivjUJeO}SoYCbUc?oq8HPB-{R`CyzC zkjrOjAsgq*WT9&3Bj!Py4c<07VBrL8W2^;Z+Qea1PGybIDB=ULU(G800hLNfnd z;GI`8Qd=C$s04I*+C_ee-5#XhMeh=MpK}u8Lj5)E_=7G*euX^_yf6CcS58P~GDIxA zw4s#Ic>$CA*$jS-@(gaWd^DZ?9F50|Y`OeFQmY%O6&6ZX0&bg9lS9gN{_cLa+jU~w z$~>s2w-EJy7lGCL7^pT?VC8!ww$kh($)|aC*i_o#$(^%NS+ez9Q@*I4BCAVj>@}>n z(gziX_r(MU2VFb!L3zyV+HH*00tPD+KMV_4>119uUY0m\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:17 models.py:209 views.py:40 +msgid "roles" +msgstr "" + +#: __init__.py:18 +msgid "create new role" +msgstr "" + +#: __init__.py:19 +msgid "edit" +msgstr "" + +#: __init__.py:20 +msgid "members" +msgstr "" + +#: __init__.py:21 +msgid "role permissions" +msgstr "" + +#: __init__.py:22 +msgid "delete" +msgstr "" + +#: __init__.py:24 +msgid "grant" +msgstr "" + +#: __init__.py:25 +msgid "revoke" +msgstr "" + +#: models.py:51 +msgid "Insufficient permissions." +msgstr "" + +#: models.py:123 views.py:60 +msgid "namespace" +msgstr "" + +#: models.py:124 views.py:61 +msgid "name" +msgstr "" + +#: models.py:131 models.py:187 views.py:152 views.py:215 +msgid "permission" +msgstr "" + +#: models.py:132 views.py:57 views.py:154 views.py:217 +msgid "permissions" +msgstr "" + +#: models.py:195 +msgid "permission holder" +msgstr "" + +#: models.py:196 +msgid "permission holders" +msgstr "" + +#: models.py:204 +msgid "label" +msgstr "" + +#: models.py:208 models.py:239 views.py:76 views.py:93 views.py:117 +#: views.py:334 +msgid "role" +msgstr "" + +#: models.py:255 +msgid "role member" +msgstr "" + +#: models.py:256 +msgid "role members" +msgstr "" + +#: permissions.py:7 +msgid "Permissions" +msgstr "" + +#: permissions.py:9 +msgid "View roles" +msgstr "" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "" + +#: permissions.py:11 +msgid "Create roles" +msgstr "" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "" + +#: views.py:63 +msgid "has permission" +msgstr "" + +#: views.py:149 views.py:212 +msgid " and " +msgstr "" + +#: views.py:149 views.py:212 +#, python-format +msgid "%(permissions)s to %(requester)s" +msgstr "" + +#: views.py:159 +#, python-format +msgid "Permission \"%(permission)s\" granted to: %(requester)s." +msgstr "" + +#: views.py:162 +#, python-format +msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +msgstr "" + +#: views.py:173 +#, python-format +msgid "" +"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +msgstr "" + +#: views.py:222 +#, python-format +msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +msgstr "" + +#: views.py:225 +#, python-format +msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +msgstr "" + +#: views.py:236 +#, python-format +msgid "" +"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" +msgstr "" + +#: views.py:271 views.py:295 +msgid "Users" +msgstr "" + +#: views.py:274 views.py:298 +msgid "Groups" +msgstr "" + +#: views.py:277 views.py:301 +msgid "Special" +msgstr "" + +#: views.py:330 +#, python-format +msgid "non members of role: %s" +msgstr "" + +#: views.py:331 +#, python-format +msgid "members of role: %s" +msgstr "" + +#: widgets.py:16 +msgid "Revoke" +msgstr "" + +#: widgets.py:21 +msgid "Grant" +msgstr "" + +#: conf/settings.py:10 +msgid "" +"A list of existing roles that are automatically assigned to newly created " +"users" +msgstr "" diff --git a/apps/project_setup/locale/bg/LC_MESSAGES/django.mo b/apps/project_setup/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bb05dd25ebc863a6568e7320820cbae753edf106 GIT binary patch literal 507 zcmYLFL2lbH5KPdXbnLl@Es#Tkc1=ol5QnLYITC6*kMTgOP|+tcA7UVy!)j#5ocR`P(B!E z1r+jGTF58GDp{(=`G`f(W{bD24p=$?yBHh6m^N|Ou6r9-Gw*`*#(7qEwakRjs*o&x zmU!otjMNq0=Bw2=l3LwLt*}(G7I52EnjBKD^H=x#{k|8w zR_0MXy@Y5Ey9lf~#6Y#J1FK#ev9)FwNii$(\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:5 +msgid "setup" +msgstr "" + +#: views.py:15 +msgid "setup items" +msgstr "" diff --git a/apps/project_tools/locale/bg/LC_MESSAGES/django.mo b/apps/project_tools/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cf159913b7867eef77b1bb6930d76cb8bb98816e GIT binary patch literal 562 zcmZ8d%We}f6de$3X32sLU6@@fxUn+@8o5n{+NM$^Mh#_vwUcojgU24(o~GSF`361( zsSCR54@`c5Z{bc-5s4!mT_5Q_&heiokA5bIhsX`&OXOqZ9)E0Ug+-pe|_u?VFR9JFBl?yCqjh63mc4x&U5nBnbMKHx~rmc7jIQ1wCODEW3yF_ zP!b9$Dozd>qtGKJ+r0NbpU-=-Tc*$DXy-UPf9Qq3tf2&V&y#4nG#hFj)6>H_xSqk)66yTgAy>qT@fqoJ>?Y zHjNhsj-9UpC$?V7FwAzz>N(uBS+b7uSn#iy!Up_7|$__9poYJ7TOF literal 0 HcmV?d00001 diff --git a/apps/project_tools/locale/bg/LC_MESSAGES/django.po b/apps/project_tools/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..5fa89cf477 --- /dev/null +++ b/apps/project_tools/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,23 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# , 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:37-0400\n" +"PO-Revision-Date: 2012-07-06 08:22+0000\n" +"Last-Translator: koldo \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:5 views.py:15 +msgid "tools" +msgstr "инструменти" diff --git a/apps/scheduler/locale/bg/LC_MESSAGES/django.mo b/apps/scheduler/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..41ed9358f06a82e56e2674aea111fa6d2e5de4db GIT binary patch literal 507 zcmY*V!A=`75Tz=oJ@(wgAoT#E6Ynl<6HJ3h$VQ5krBSkQcM{{c+O=1`e1KB8FL~~hN7cloquW{HYkA>y138ChUDIGS=va_-kbJh!|tz%VN%e426^wI2J zftOB-Ky7g(g5;3KNs4h7(-TO3^OG*dzv7sLIG1<29sf!92a_(ODNjz1V?s0)K49U5 z@udjXaTs4ur*JjMGx(e3gUR$_FdEIX#p0Z#Mm0i7ETpJ744YDsL&|md=6<`~c0$`q z-^%;f5cO^sp4Gb;DA$!|\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo b/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ea8394ff384205ef80cc87c372fa889a304e19b7 GIT binary patch literal 690 zcmZ9J&2AGh5XTLa5A6x{43c|mg`C}_rKwzkP@7b$L_|~qcPHy?3|@O>dz1DCT!0G_ z2e={*+=~PvAQBF|fb#-83*)4s5+nWgKeL({&)9!fSKcA8%fJnw30wsv5bPBY;@7|m z@D{iRyaz(f2jKSwgg$}Z1jI#zu7JJ-T?KsudL8s5D5N2fMW0X`?9x&YO8J15(jmoi zjx2XhsLY}flO;zTqo44;BZnz@%#9UVQQT%HOyO3u{V+P>g*J|~Z6;E(S7w%UHN`{c z3L3|maKo}!>FYc;+A<@wiStk!3u{Ymqt1ga**BayXiJ*Raf)k6wMLRUscquwZMs<} z$ySm;B01tC5sv>aFWJUPoo;R4O2DG~%sSFFOj*gCHWWYAGS&D_5tQY6bT7-9kYS{| zkgT$jWt?<5%PHO~Wd<|CX6tA3kH_PR3(drUA1~G@mbYQ!Vz~(6X>MbA)+p{}@kZ1> zY`4zus#-~+eXSfgyC9gW{c@ zaQ_CTxR*s8SsEtEfi}6NSQU%VHfp_LGG- i^, 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:37-0400\n" +"PO-Revision-Date: 2012-07-06 07:46+0000\n" +"Last-Translator: koldo \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:9 views.py:28 +msgid "settings" +msgstr "настройки" + +#: views.py:33 +msgid "name" +msgstr "име" + +#: views.py:34 +msgid "default" +msgstr "по подразбиране" + +#: views.py:35 +msgid "value" +msgstr "стойност" diff --git a/apps/sources/locale/bg/LC_MESSAGES/django.mo b/apps/sources/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a46646803d3c466b1f4f99d351cf8e8ee54c1c67 GIT binary patch literal 507 zcmYLF!A=`75T%0C9((36NIihsiM>fGf+1A{*+`MHZImp%JBe|OcI}nzZQw)tLH!ZF zg;|2glb&qLZ)V<`m(M5vjtHNKr^GMBW8ybrivjUJeO}SoYCbUc?oq8HPB-{R`CyzC zkjrOjAsgq*WT9&3Bj!Py4c<07VBrL8W2^;Z+Qea1PGybIDB=ULU(G800hLNfnd z;GI`8Qd=C$s04I*+C_ee-5#XhMeh=MpK}u8Lj5)E_=7G*euX^_yf6CcS58P~GDIxA zw4s#Ic>$CA*$jS-@(gaWd^DZ?9F50|Y`OeFQmY%O6&6ZX0&bg9lS9gN{_cLa+jU~w z$~>s2w-EJy7lGCL7^pT?VC8!ww$kh($)|aC*i_o#$(^%NS+ez9Q@*I4BCAVj>@}>n z(gziX_r(MU2VFb!L3zyV+HH*00tPD+KMV_4>119uUY0m\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:20 +msgid "preview" +msgstr "" + +#: __init__.py:21 __init__.py:29 __init__.py:35 +msgid "delete" +msgstr "" + +#: __init__.py:23 +msgid "sources" +msgstr "" + +#: __init__.py:24 literals.py:53 models.py:203 +msgid "web forms" +msgstr "" + +#: __init__.py:25 models.py:174 +msgid "staging folders" +msgstr "" + +#: __init__.py:26 models.py:238 +msgid "watch folders" +msgstr "" + +#: __init__.py:28 __init__.py:34 +msgid "edit" +msgstr "" + +#: __init__.py:30 +msgid "add new source" +msgstr "" + +#: __init__.py:32 +msgid "transformations" +msgstr "" + +#: __init__.py:33 +msgid "add transformation" +msgstr "" + +#: __init__.py:37 +msgid "Document sources" +msgstr "" + +#: __init__.py:39 +msgid "upload new version" +msgstr "" + +#: __init__.py:69 widgets.py:39 +msgid "thumbnail" +msgstr "" + +#: forms.py:34 forms.py:59 +msgid "Expand compressed files" +msgstr "" + +#: forms.py:35 forms.py:60 +msgid "Upload a compressed file's contained files as individual documents" +msgstr "" + +#: forms.py:43 +msgid "Staging file" +msgstr "" + +#: forms.py:50 +msgid "File" +msgstr "" + +#: literals.py:8 literals.py:13 +msgid "Always" +msgstr "" + +#: literals.py:9 literals.py:14 +msgid "Never" +msgstr "" + +#: literals.py:15 +msgid "Ask user" +msgstr "" + +#: literals.py:30 +msgid "Disk" +msgstr "" + +#: literals.py:31 +msgid "Database" +msgstr "" + +#: literals.py:32 +msgid "Drive" +msgstr "" + +#: literals.py:33 +msgid "Network drive" +msgstr "" + +#: literals.py:34 +msgid "User drive" +msgstr "" + +#: literals.py:35 +msgid "Envelope" +msgstr "" + +#: literals.py:36 +msgid "Folder" +msgstr "" + +#: literals.py:37 +msgid "World" +msgstr "" + +#: literals.py:38 +msgid "Printer" +msgstr "" + +#: literals.py:39 +msgid "Empty printer" +msgstr "" + +#: literals.py:47 models.py:202 +msgid "web form" +msgstr "" + +#: literals.py:48 +msgid "server staging folder" +msgstr "" + +#: literals.py:49 +msgid "server watch folder" +msgstr "" + +#: literals.py:54 +msgid "server staging folders" +msgstr "" + +#: literals.py:55 +msgid "server watch folders" +msgstr "" + +#: models.py:35 +msgid "title" +msgstr "" + +#: models.py:36 +msgid "enabled" +msgstr "" + +#: models.py:37 +msgid "whitelist" +msgstr "" + +#: models.py:38 +msgid "blacklist" +msgstr "" + +#: models.py:142 +msgid "icon" +msgstr "" + +#: models.py:142 +msgid "An icon to visually distinguish this source." +msgstr "" + +#: models.py:158 models.py:210 +msgid "folder path" +msgstr "" + +#: models.py:158 models.py:210 +msgid "Server side filesystem path." +msgstr "" + +#: models.py:159 +msgid "preview width" +msgstr "" + +#: models.py:159 +msgid "Width value to be passed to the converter backend." +msgstr "" + +#: models.py:160 +msgid "preview height" +msgstr "" + +#: models.py:160 +msgid "Height value to be passed to the converter backend." +msgstr "" + +#: models.py:161 models.py:198 models.py:211 +msgid "uncompress" +msgstr "" + +#: models.py:161 models.py:198 models.py:211 +msgid "Whether to expand or not compressed archives." +msgstr "" + +#: models.py:162 models.py:212 +msgid "delete after upload" +msgstr "" + +#: models.py:162 models.py:212 +msgid "Delete the file after is has been successfully uploaded." +msgstr "" + +#: models.py:173 +msgid "staging folder" +msgstr "" + +#: models.py:213 +msgid "interval" +msgstr "" + +#: models.py:213 +msgid "" +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "" + +#: models.py:237 +msgid "watch folder" +msgstr "" + +#: models.py:242 +msgid "Enter a valid value." +msgstr "" + +#: models.py:270 views.py:595 +msgid "order" +msgstr "" + +#: models.py:271 views.py:596 views.py:633 views.py:663 +msgid "transformation" +msgstr "" + +#: models.py:272 views.py:597 +msgid "arguments" +msgstr "" + +#: models.py:272 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "" + +#: models.py:283 +msgid "document source transformation" +msgstr "" + +#: models.py:284 +msgid "document source transformations" +msgstr "" + +#: models.py:291 models.py:292 +msgid "out of process" +msgstr "" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "" + +#: staging.py:45 +#, python-format +msgid "Unable get list of staging files: %s" +msgstr "" + +#: staging.py:128 +#, python-format +msgid "Unable to upload staging file: %s" +msgstr "" + +#: staging.py:138 +#, python-format +msgid "Unable to delete staging file: %s" +msgstr "" + +#: utils.py:40 +msgid "Whitelist Blacklist validation error." +msgstr "" + +#: views.py:100 +msgid "here" +msgstr "" + +#: views.py:105 +msgid "Upload sources" +msgstr "" + +#: views.py:107 +msgid "" +"No interactive document sources have been defined or none have been enabled." +msgstr "" + +#: views.py:108 +#, python-format +msgid "Click %(setup_link)s to add or enable some document sources." +msgstr "" + +#: views.py:165 +msgid "New document version uploaded successfully." +msgstr "" + +#: views.py:169 +msgid "File uploaded successfully." +msgstr "" + +#: views.py:172 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "" + +#: views.py:175 +msgid "File was not a compressed file, uploaded as it was." +msgstr "" + +#: views.py:179 views.py:260 +msgid "New version uploads are not allowed for this document." +msgstr "" + +#: views.py:183 views.py:264 +#, python-format +msgid "Unhandled exception: %s" +msgstr "" + +#: views.py:192 +#, python-format +msgid "upload a new version from source: %s" +msgstr "" + +#: views.py:194 +#, python-format +msgid "upload a local document from source: %s" +msgstr "" + +#: views.py:240 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:243 +#, python-format +msgid "Staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "" + +#: views.py:249 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "" + +#: views.py:254 +#, python-format +msgid "Staging file: %s, deleted successfully." +msgstr "" + +#: views.py:279 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "" + +#: views.py:281 +#, python-format +msgid "upload a document from staging source: %s" +msgstr "" + +#: views.py:294 +msgid "files in staging path" +msgstr "" + +#: views.py:326 +msgid "Current document type" +msgstr "" + +#: views.py:327 +msgid "None" +msgstr "" + +#: views.py:334 +msgid "Current metadata" +msgstr "" + +#: views.py:372 views.py:391 +#, python-format +msgid "Staging file transformation error: %(error)s" +msgstr "" + +#: views.py:414 +msgid "Staging file delete successfully." +msgstr "" + +#: views.py:416 +#, python-format +msgid "Staging file delete error; %s." +msgstr "" + +#: views.py:476 +msgid "Source edited successfully" +msgstr "" + +#: views.py:479 +#, python-format +msgid "Error editing source; %s" +msgstr "" + +#: views.py:484 +#, python-format +msgid "edit source: %s" +msgstr "" + +#: views.py:489 views.py:529 views.py:591 views.py:632 views.py:662 +#: views.py:705 +msgid "source" +msgstr "" + +#: views.py:518 +#, python-format +msgid "Source \"%s\" deleted successfully." +msgstr "" + +#: views.py:520 +#, python-format +msgid "Error deleting source \"%(source)s\": %(error)s" +msgstr "" + +#: views.py:527 +#, python-format +msgid "Are you sure you wish to delete the source: %s?" +msgstr "" + +#: views.py:559 +msgid "Source created successfully" +msgstr "" + +#: views.py:562 +#, python-format +msgid "Error creating source; %s" +msgstr "" + +#: views.py:567 +#, python-format +msgid "Create new source of type: %s" +msgstr "" + +#: views.py:589 +#, python-format +msgid "transformations for: %s" +msgstr "" + +#: views.py:619 +msgid "Source transformation edited successfully" +msgstr "" + +#: views.py:622 +#, python-format +msgid "Error editing source transformation; %s" +msgstr "" + +#: views.py:627 +#, python-format +msgid "Edit transformation: %s" +msgstr "" + +#: views.py:650 +msgid "Source transformation deleted successfully." +msgstr "" + +#: views.py:652 +#, python-format +msgid "Error deleting source transformation; %(error)s" +msgstr "" + +#: views.py:665 +#, python-format +msgid "" +"Are you sure you wish to delete source transformation \"%(transformation)s\"" +msgstr "" + +#: views.py:695 +msgid "Source transformation created successfully" +msgstr "" + +#: views.py:698 +#, python-format +msgid "Error creating source transformation; %s" +msgstr "" + +#: views.py:707 +#, python-format +msgid "Create new transformation for source: %s" +msgstr "" diff --git a/apps/tags/locale/bg/LC_MESSAGES/django.mo b/apps/tags/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a46646803d3c466b1f4f99d351cf8e8ee54c1c67 GIT binary patch literal 507 zcmYLF!A=`75T%0C9((36NIihsiM>fGf+1A{*+`MHZImp%JBe|OcI}nzZQw)tLH!ZF zg;|2glb&qLZ)V<`m(M5vjtHNKr^GMBW8ybrivjUJeO}SoYCbUc?oq8HPB-{R`CyzC zkjrOjAsgq*WT9&3Bj!Py4c<07VBrL8W2^;Z+Qea1PGybIDB=ULU(G800hLNfnd z;GI`8Qd=C$s04I*+C_ee-5#XhMeh=MpK}u8Lj5)E_=7G*euX^_yf6CcS58P~GDIxA zw4s#Ic>$CA*$jS-@(gaWd^DZ?9F50|Y`OeFQmY%O6&6ZX0&bg9lS9gN{_cLa+jU~w z$~>s2w-EJy7lGCL7^pT?VC8!ww$kh($)|aC*i_o#$(^%NS+ez9Q@*I4BCAVj>@}>n z(gziX_r(MU2VFb!L3zyV+HH*00tPD+KMV_4>119uUY0m\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:20 +msgid "tag list" +msgstr "" + +#: __init__.py:21 +msgid "create new tag" +msgstr "" + +#: __init__.py:22 +msgid "attach tag" +msgstr "" + +#: __init__.py:23 __init__.py:24 +msgid "remove" +msgstr "" + +#: __init__.py:25 __init__.py:44 __init__.py:52 views.py:98 +msgid "tags" +msgstr "" + +#: __init__.py:26 __init__.py:29 +msgid "delete" +msgstr "" + +#: __init__.py:27 +msgid "edit" +msgstr "" + +#: __init__.py:28 +msgid "tagged documents" +msgstr "" + +#: __init__.py:30 +msgid "ACLs" +msgstr "" + +#: __init__.py:34 +msgid "preview" +msgstr "" + +#: __init__.py:38 +msgid "tagged items" +msgstr "" + +#: forms.py:24 +msgid "Name" +msgstr "" + +#: forms.py:25 +msgid "Color" +msgstr "" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "" + +#: literals.py:18 +msgid "Blue" +msgstr "" + +#: literals.py:19 +msgid "Cyan" +msgstr "" + +#: literals.py:20 +msgid "Coral" +msgstr "" + +#: literals.py:21 +msgid "Green-Yellow" +msgstr "" + +#: literals.py:22 +msgid "Khaki" +msgstr "" + +#: literals.py:23 +msgid "LightGrey" +msgstr "" + +#: literals.py:24 +msgid "Magenta" +msgstr "" + +#: literals.py:25 +msgid "Red" +msgstr "" + +#: literals.py:26 +msgid "Orange" +msgstr "" + +#: literals.py:27 +msgid "Yellow" +msgstr "" + +#: models.py:12 views.py:154 views.py:206 views.py:220 +msgid "tag" +msgstr "" + +#: models.py:13 +msgid "color" +msgstr "" + +#: models.py:16 +msgid "tag properties" +msgstr "" + +#: models.py:17 +msgid "tags properties" +msgstr "" + +#: permissions.py:9 +msgid "Create new tags" +msgstr "" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "" + +#: permissions.py:12 +msgid "View tags" +msgstr "" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "" + +#: views.py:42 +msgid "Tag already exists." +msgstr "" + +#: views.py:50 +msgid "Tag created succesfully." +msgstr "" + +#: views.py:56 +msgid "create tag" +msgstr "" + +#: views.py:77 +#, python-format +msgid "Document is already tagged as \"%s\"" +msgstr "" + +#: views.py:82 +#, python-format +msgid "Tag \"%s\" attached successfully." +msgstr "" + +#: views.py:88 +#, python-format +msgid "attach tag to: %s" +msgstr "" + +#: views.py:130 views.py:257 +msgid "Must provide at least one tag." +msgstr "" + +#: views.py:145 +#, python-format +msgid "Tag \"%s\" deleted successfully." +msgstr "" + +#: views.py:147 views.py:269 +#, python-format +msgid "Error deleting tag \"%(tag)s\": %(error)s" +msgstr "" + +#: views.py:162 +#, python-format +msgid "Are you sure you wish to delete the tag: %s?" +msgstr "" + +#: views.py:163 views.py:166 +msgid "Will be removed from all documents." +msgstr "" + +#: views.py:165 +#, python-format +msgid "Are you sure you wish to delete the tags: %s?" +msgstr "" + +#: views.py:194 +msgid "Tag updated succesfully." +msgstr "" + +#: views.py:203 +#, python-format +msgid "edit tag: %s" +msgstr "" + +#: views.py:217 +#, python-format +msgid "documents with the tag \"%s\"" +msgstr "" + +#: views.py:236 +#, python-format +msgid "tags for: %s" +msgstr "" + +#: views.py:267 +#, python-format +msgid "Tag \"%s\" removed successfully." +msgstr "" + +#: views.py:283 +#, python-format +msgid "Are you sure you wish to remove the tag: %s?" +msgstr "" + +#: views.py:285 +#, python-format +msgid "Are you sure you wish to remove the tags: %s?" +msgstr "" + +#: templatetags/tags_tags.py:17 +msgid "Add tag to document" +msgstr "" diff --git a/apps/user_management/locale/bg/LC_MESSAGES/django.mo b/apps/user_management/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2865c0269efcf83180a9cd02a7a81590e3cfbba4 GIT binary patch literal 507 zcmYLF!A=`75CyfTJ@(wgAoT!hC-x>p1k+RmvXLTX+bCJMJBe{z?b<8b+rWqPgZL4? zg;|2glb&qLZ)V<`moK0H9}$j;Uy0v{pNKz*Ee6DA`n;sG)qG&?-CwniINjjA^1(PO zAeT?lLN?Bq$wJl6N6dpZ8@y?Bz`_aG##jr+w29kh)mgiWc^9NN&aesw2S-#yFEzzqIZG(oO2T5Lj5!C_=7G*eu+H}{9N?=-#HAU;gZr6!z zEAyZp-$K;;T?AI|W1!kpftBx#*h;grB%kKlVN+>`C%4W2jwxdYqv303mB|S{4gwFrIUHtcv<4a`6>vo_1iNHyH~Kk4o@wd K3?V&Bj$Q$jP?fj< literal 0 HcmV?d00001 diff --git a/apps/user_management/locale/bg/LC_MESSAGES/django.po b/apps/user_management/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c8ccda1ba4 --- /dev/null +++ b/apps/user_management/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,256 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2011-09-30 04:55+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:13 +msgid "user list" +msgstr "" + +#: __init__.py:14 views.py:31 +msgid "users" +msgstr "" + +#: __init__.py:15 __init__.py:24 +msgid "edit" +msgstr "" + +#: __init__.py:16 views.py:97 +msgid "create new user" +msgstr "" + +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 +msgid "delete" +msgstr "" + +#: __init__.py:19 __init__.py:20 +msgid "reset password" +msgstr "" + +#: __init__.py:22 +msgid "group list" +msgstr "" + +#: __init__.py:23 views.py:228 +msgid "groups" +msgstr "" + +#: __init__.py:25 views.py:276 +msgid "create new group" +msgstr "" + +#: __init__.py:28 views.py:232 +msgid "members" +msgstr "" + +#: forms.py:13 +msgid "New password" +msgstr "" + +#: forms.py:14 +msgid "Confirm password" +msgstr "" + +#: permissions.py:7 +msgid "User management" +msgstr "" + +#: permissions.py:9 +msgid "Create new users" +msgstr "" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:11 +msgid "View existing users" +msgstr "" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "" + +#: views.py:35 +msgid "full name" +msgstr "" + +#: views.py:39 +msgid "email" +msgstr "" + +#: views.py:43 +msgid "active" +msgstr "" + +#: views.py:47 +msgid "has usable password?" +msgstr "" + +#: views.py:61 +msgid "" +"Super user and staff user editing is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:68 +#, python-format +msgid "User \"%s\" updated successfully." +msgstr "" + +#: views.py:74 +#, python-format +msgid "edit user: %s" +msgstr "" + +#: views.py:77 views.py:135 views.py:198 +msgid "user" +msgstr "" + +#: views.py:91 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "" + +#: views.py:113 views.py:167 +msgid "Must provide at least one user." +msgstr "" + +#: views.py:123 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:126 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "" + +#: views.py:128 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:143 +#, python-format +msgid "Are you sure you wish to delete the user: %s?" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Are you sure you wish to delete the users: %s?" +msgstr "" + +#: views.py:178 +msgid "Passwords do not match, try again." +msgstr "" + +#: views.py:183 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "" + +#: views.py:187 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "" + +#: views.py:189 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:205 +#, python-format +msgid "Reseting password for user: %s" +msgstr "" + +#: views.py:207 +#, python-format +msgid "Reseting password for users: %s" +msgstr "" + +#: views.py:249 +#, python-format +msgid "Group \"%s\" updated successfully." +msgstr "" + +#: views.py:255 +#, python-format +msgid "edit group: %s" +msgstr "" + +#: views.py:258 views.py:311 views.py:356 +msgid "group" +msgstr "" + +#: views.py:270 +#, python-format +msgid "Group \"%s\" created successfully." +msgstr "" + +#: views.py:292 +msgid "Must provide at least one group." +msgstr "" + +#: views.py:302 +#, python-format +msgid "Group \"%s\" deleted successfully." +msgstr "" + +#: views.py:304 +#, python-format +msgid "Error deleting group \"%(group)s\": %(error)s" +msgstr "" + +#: views.py:319 +#, python-format +msgid "Are you sure you wish to delete the group: %s?" +msgstr "" + +#: views.py:321 +#, python-format +msgid "Are you sure you wish to delete the groups: %s?" +msgstr "" + +#: views.py:351 +#, python-format +msgid "non members of group: %s" +msgstr "" + +#: views.py:352 +#, python-format +msgid "members of group: %s" +msgstr "" diff --git a/apps/web_theme/locale/bg/LC_MESSAGES/django.mo b/apps/web_theme/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..15f69a1c46e91d1f55935b4f2883bf385ede5b22 GIT binary patch literal 1964 zcmc(f?`s@I7{{ktt)2?C_(t%>Sd=F8_I@OmgliI{Nh*P)374xN6w2K0+}<>MJIBmk zuUCALrqyCV3IRcUVf8<_#2h)3^!nD9v%V9=7ryqjz7h00yO+jF!IuuqerIQ%d7jVn z%25FF;Q`N61O&Dd;lvRp?95YtTt3 zhrS8@8fxwP(3hcu;rtIn{T2E%eEtdTV*MvLU4w37llAvI^fdG@=*Q60FCrH7bLchb zS5V9S2lNc|jZ=iY13d>Fhb}_TL)W1QlQhedLB|w%9^J+{YPJq=mBg^TwgHX2f^PFA zv#YB#s`Cb?k)*8I3_4jVn~{*ArcCh?Wep{>w94J&;rNR45W}Fwv()1?)(RpFZiohV zT&`LHXISy(8aZ6kDDwlvR? zIiZ^Y>rj3xQjChQCRKx3K8!6n4Wy5eb}d+rEZR461=eI)Q8y6o8l7Uau6S+w?7Jh2 z%O5OUxn7>1TPV-ZR<2(yFOKT7Gj*=`RG!UHQL{)waW{$JNv^|l5p7GgmLn^Q-xPo% zrvxQaN9g|kM9UTOtC;F0pk zFtK*Kox{ZmwW#r1Nq)_=Ogi68GjzDu(D`8KC|~vSqnV|JrTOC`7ITHntPCR@tW)VU zk$QytmB+Od;YI4!nbJI(zFN8LOdi|Wm^H4P`OuY~2>lYBtcvIfaEVs^%u3KwEO0L4 zO6w90o5`!59=k}>;q*vI-=3z$(Mk4l zH{!cyKlv?yf8PvJkRC$q#G61lh#w5SVF_+&du_2e0gf~A@-Op zi?<(dn!}XxK0F*G9uluz3W}cD26@+f55L_k{wR3sVbfiB-c2HHA*=f-f=v$j+dAyo z, 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:37-0400\n" +"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: conf/settings.py:10 +msgid "" +"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" +"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " +"warehouse." +msgstr "CSS тема за прилагане, опции: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish и warehouse." + +#: conf/settings.py:12 +msgid "Display extra information in the login screen." +msgstr "Показване на допълнителна информация в прозореца за вход." + +#: templates/web_theme_base.html:101 +msgid "dismiss all notifications" +msgstr "отказване на всички промени" + +#: templates/web_theme_base.html:101 +msgid "close all" +msgstr "затваряне на всичко" + +#: templates/web_theme_base.html:102 +msgid "dismiss this notification" +msgstr "отказ от това съобщение" + +#: templates/web_theme_base.html:102 +msgid "close" +msgstr "затваряне" + +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 +msgid "Login" +msgstr "Вход" + +#: templates/web_theme_login.html:19 +msgid "You are already logged in" +msgstr "Вече сте влезли" + +#: templates/web_theme_login.html:22 +msgid "Redirecting you to the website entry point in 5 seconds." +msgstr "Прехвърляме Ви към началото на уебсайта, 5 секунди." + +#: templates/web_theme_login.html:25 +#, python-format +msgid "" +"Or click here if redirection doesn't " +"work." +msgstr "Или натиснете тук ако прехвърлянето не сработи." + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/pagination/pagination.html:6 +#: templates/pagination/pagination.html:8 +msgid "Previous" +msgstr "Предна" + +#: templates/pagination/pagination.html:26 +#: templates/pagination/pagination.html:28 +msgid "Next" +msgstr "Следваща" From 45f93f7b694c95a2c8362b78945ecba593f7a657 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 23 Jul 2012 21:09:19 -0400 Subject: [PATCH 46/71] Add French translaion files --- apps/acls/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes apps/acls/locale/fr/LC_MESSAGES/django.po | 241 ++++ .../checkouts/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes .../checkouts/locale/fr/LC_MESSAGES/django.po | 271 ++++ apps/common/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes apps/common/locale/fr/LC_MESSAGES/django.po | 351 ++++++ .../converter/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes .../converter/locale/fr/LC_MESSAGES/django.po | 936 ++++++++++++++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes .../locale/fr/LC_MESSAGES/django.po | 214 ++++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1835 bytes .../locale/fr/LC_MESSAGES/django.po | 97 ++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 7611 bytes .../locale/fr/LC_MESSAGES/django.po | 368 ++++++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes .../locale/fr/LC_MESSAGES/django.po | 122 ++ .../documents/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 22859 bytes .../documents/locale/fr/LC_MESSAGES/django.po | 1108 +++++++++++++++++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2208 bytes .../locale/fr/LC_MESSAGES/django.po | 115 ++ apps/folders/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes apps/folders/locale/fr/LC_MESSAGES/django.po | 229 ++++ apps/history/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes apps/history/locale/fr/LC_MESSAGES/django.po | 121 ++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes .../locale/fr/LC_MESSAGES/django.po | 118 ++ apps/linking/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 7363 bytes apps/linking/locale/fr/LC_MESSAGES/django.po | 334 +++++ apps/main/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2851 bytes apps/main/locale/fr/LC_MESSAGES/django.po | 147 +++ apps/metadata/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes apps/metadata/locale/fr/LC_MESSAGES/django.po | 454 +++++++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 697 bytes .../locale/fr/LC_MESSAGES/django.po | 31 + apps/ocr/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 9370 bytes apps/ocr/locale/fr/LC_MESSAGES/django.po | 422 +++++++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 3395 bytes .../locale/fr/LC_MESSAGES/django.po | 205 +++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 623 bytes .../locale/fr/LC_MESSAGES/django.po | 27 + .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 559 bytes .../locale/fr/LC_MESSAGES/django.po | 23 + .../scheduler/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes .../scheduler/locale/fr/LC_MESSAGES/django.po | 46 + .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 665 bytes .../locale/fr/LC_MESSAGES/django.po | 35 + apps/sources/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 10855 bytes apps/sources/locale/fr/LC_MESSAGES/django.po | 529 ++++++++ apps/tags/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 3933 bytes apps/tags/locale/fr/LC_MESSAGES/django.po | 248 ++++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes .../locale/fr/LC_MESSAGES/django.po | 256 ++++ .../web_theme/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 503 bytes .../web_theme/locale/fr/LC_MESSAGES/django.po | 104 ++ 54 files changed, 7152 insertions(+) create mode 100644 apps/acls/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/acls/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/common/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/common/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/converter/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/converter/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/django_gpg/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/django_gpg/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/document_comments/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/document_comments/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/document_indexing/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/document_indexing/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/document_signatures/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/document_signatures/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/documents/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/documents/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/dynamic_search/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/folders/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/folders/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/history/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/history/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/installation/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/installation/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/linking/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/linking/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/main/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/main/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/metadata/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/metadata/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/navigation/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/navigation/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/ocr/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/ocr/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/permissions/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/permissions/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/project_setup/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/project_setup/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/project_tools/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/project_tools/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/scheduler/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/smart_settings/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/smart_settings/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/sources/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/sources/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/tags/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/tags/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/user_management/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/user_management/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/web_theme/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/web_theme/locale/fr/LC_MESSAGES/django.po diff --git a/apps/acls/locale/fr/LC_MESSAGES/django.mo b/apps/acls/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..017ce8334cea962c488aed9f096b51f177ad5b07 GIT binary patch literal 503 zcmY*VK~BRk5G;aIj+{B{fddG(b^?gv(uzV;sZs+~8@QX)O^p&evKPTx8TqU z#7HCC^6c!+e(mplv^;h^4?GV&cRf!%8+1HB{pXcG8_h4KM!$&6;dp^h!dR&lgM`0x z1@SPM2QyJ=<1n$gT;Oe;TTC^Bm2(v%B$sYgKesbo5~D3QQX5h>wM1H53mZ%yQoJ*Q zJ8z3a?gWE~h7r\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:14 +msgid "ACLs" +msgstr "" + +#: __init__.py:15 __init__.py:23 +msgid "details" +msgstr "" + +#: __init__.py:16 __init__.py:25 +msgid "grant" +msgstr "" + +#: __init__.py:17 __init__.py:26 +msgid "revoke" +msgstr "" + +#: __init__.py:18 __init__.py:24 forms.py:21 +msgid "New holder" +msgstr "" + +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + +#: forms.py:38 +msgid "Users" +msgstr "" + +#: forms.py:41 +msgid "Groups" +msgstr "" + +#: forms.py:44 +msgid "Roles" +msgstr "" + +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:118 managers.py:130 +msgid "Insufficient access." +msgstr "" + +#: models.py:25 models.py:67 +msgid "permission" +msgstr "" + +#: models.py:51 +msgid "access entry" +msgstr "" + +#: models.py:52 +msgid "access entries" +msgstr "" + +#: models.py:88 +msgid "default access entry" +msgstr "" + +#: models.py:89 +msgid "default access entries" +msgstr "" + +#: models.py:108 +msgid "Creator" +msgstr "" + +#: models.py:111 models.py:112 +msgid "creator" +msgstr "" + +#: permissions.py:7 permissions.py:8 +msgid "Access control lists" +msgstr "" + +#: permissions.py:10 +msgid "Edit ACLs" +msgstr "" + +#: permissions.py:11 +msgid "View ACLs" +msgstr "" + +#: permissions.py:13 +msgid "Edit class default ACLs" +msgstr "" + +#: permissions.py:14 +msgid "View class default ACLs" +msgstr "" + +#: views.py:47 +#, python-format +msgid "access control lists for: %s" +msgstr "" + +#: views.py:49 views.py:409 +msgid "holder" +msgstr "" + +#: views.py:50 views.py:410 +msgid "permissions" +msgstr "" + +#: views.py:97 +#, python-format +msgid "permissions available to: %(actor)s for %(obj)s" +msgstr "" + +#: views.py:104 views.py:442 +msgid "namespace" +msgstr "" + +#: views.py:105 views.py:443 +msgid "label" +msgstr "" + +#: views.py:107 views.py:445 +msgid "has permission" +msgstr "" + +#: views.py:184 views.py:277 views.py:525 views.py:604 +msgid ", " +msgstr "" + +#: views.py:185 views.py:278 views.py:526 views.py:605 +#, python-format +msgid " for %s" +msgstr "" + +#: views.py:186 views.py:527 +#, python-format +msgid " to %s" +msgstr "" + +#: views.py:189 views.py:530 +#, python-format +msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +msgstr "" + +#: views.py:191 views.py:532 +#, python-format +msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:198 views.py:539 +#, python-format +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +msgstr "" + +#: views.py:204 views.py:545 +#, python-format +msgid "" +"%(actor)s, already had the permission \"%(permission)s\" granted for " +"%(object)s." +msgstr "" + +#: views.py:279 views.py:606 +#, python-format +msgid " from %s" +msgstr "" + +#: views.py:282 views.py:609 +#, python-format +msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +msgstr "" + +#: views.py:284 views.py:611 +#, python-format +msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:291 views.py:618 +#, python-format +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +msgstr "" + +#: views.py:297 views.py:624 +#, python-format +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgstr "" + +#: views.py:353 +#, python-format +msgid "add new holder for: %s" +msgstr "" + +#: views.py:354 views.py:486 +msgid "Select" +msgstr "" + +#: views.py:386 +msgid "classes" +msgstr "" + +#: views.py:388 +msgid "class" +msgstr "" + +#: views.py:407 +#, python-format +msgid "default access control lists for class: %s" +msgstr "" + +#: views.py:435 +#, python-format +msgid "permissions available to: %(actor)s for class %(class)s" +msgstr "" + +#: views.py:484 +#, python-format +msgid "add new holder for class: %s" +msgstr "" diff --git a/apps/checkouts/locale/fr/LC_MESSAGES/django.mo b/apps/checkouts/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..27b8a1fd452b7275781cdb440c0d4e565a3f5b6d GIT binary patch literal 503 zcmZ9IPfx-y7{)Pr+R?Lz9y~zwr5j+tB1D9dkZej|crT-jnyp>hPT+(1ar`QN7CRuA z_#{u-roZ>^&-K+;#p=TP#`@O!()!-IRLA<;em>f>WX_r@`N3iXlNG!(rMVOYg>+8^ z@<-v^nXz0d1EEg%3SNptLnH~>7?Tr>6K*!evL4F}E2*jCQsJzO#a!!xX=nNt!B8=3 zY+4vm!w71)UIW}VG@8hJAk8+oE!VXm%-AO{%m3p%x8z#wJJ-qys5THODs)PXR0NF| zL4aNdp^u*Ya4-p;2cyx\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:137 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:122 views.py:129 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:131 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:133 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:146 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:148 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/common/locale/fr/LC_MESSAGES/django.mo b/apps/common/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c31d2679420f67ab4671b1e95032bbeb7b39e9e2 GIT binary patch literal 503 zcmYLF!A=4(5Y^~ukDfiu!GlJJc0m-Y7*UplgjE8o_qvp&X1Cq6UBM6WbNm&*#V!ze z$xGYx&6|1idvy4{=dtg3?0MpO;CbO$qvQGGKX3e5YyL4d`a`4+hckQ=#!9Ui#QcjZ zi2Cs~n21svhq2A%3?Hk^Vxk!=oGTe2nRJWly^-pI7;U+c+K{5ICDPhT*kJsU;FA&D zd0XsrCm1wo*hG4b%@%}h*1AG^NvRj&M10D+{Z1Dmy}=d*ddb@DbLtU{xOJEqu58Yo zHVg)@qY*s!;t1}dxHlX<^!oitG@agismdyz2}}epywC`hF5q-K`f|B!xY|d~#cG|P z+$_S9a+3kYtgs~Cx{$dcXF)uSqurXq1`VFHazgo;zDgg?iIpQ|&ZWAAbis`kuKSt{ zu(Q+EJ?Fw;q*6VTDr3-jm+pUB26GdP^UClX2ig>tfhyNe+il*$=Gr|~a1Y^Gu=fWO CbChxb literal 0 HcmV?d00001 diff --git a/apps/common/locale/fr/LC_MESSAGES/django.po b/apps/common/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b87a5cdcf3 --- /dev/null +++ b/apps/common/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,351 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:55+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:26 +msgid "change password" +msgstr "" + +#: __init__.py:27 +msgid "user details" +msgstr "" + +#: __init__.py:28 +msgid "edit details" +msgstr "" + +#: __init__.py:32 __init__.py:37 +msgid "about" +msgstr "" + +#: __init__.py:33 +msgid "license" +msgstr "" + +#: forms.py:101 +msgid "Selection" +msgstr "" + +#: forms.py:133 +msgid "Email" +msgstr "" + +#: forms.py:144 +msgid "" +"Please enter a correct email and password. Note that the password fields is " +"case-sensitive." +msgstr "" + +#: forms.py:146 +msgid "This account is inactive." +msgstr "" + +#: literals.py:24 +msgid "A5" +msgstr "" + +#: literals.py:25 +msgid "A4" +msgstr "" + +#: literals.py:26 +msgid "A3" +msgstr "" + +#: literals.py:27 +msgid "B5" +msgstr "" + +#: literals.py:28 +msgid "B4" +msgstr "" + +#: literals.py:29 +msgid "Letter" +msgstr "" + +#: literals.py:30 +msgid "Legal" +msgstr "" + +#: literals.py:31 +msgid "Ledger" +msgstr "" + +#: literals.py:38 +msgid "Portrait" +msgstr "" + +#: literals.py:39 +msgid "Landscape" +msgstr "" + +#: models.py:17 +msgid "lock field" +msgstr "" + +#: models.py:45 +msgid "Anonymous user" +msgstr "" + +#: models.py:48 models.py:49 +msgid "anonymous user" +msgstr "" + +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +msgid "password" +msgstr "" + +#: models.py:55 +msgid "password hash" +msgstr "" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + +#: utils.py:295 +msgid "function found" +msgstr "" + +#: views.py:36 +msgid "No action selected." +msgstr "" + +#: views.py:40 +msgid "Must select at least one item." +msgstr "" + +#: views.py:88 +#, python-format +msgid "%(selection)s added successfully added to %(right_list_title)s." +msgstr "" + +#: views.py:94 views.py:121 +#, python-format +msgid "Unable to add %(selection)s to %(right_list_title)s." +msgstr "" + +#: views.py:115 +#, python-format +msgid "%(selection)s added successfully removed from %(right_list_title)s." +msgstr "" + +#: views.py:136 +msgid "Add" +msgstr "" + +#: views.py:147 +msgid "Remove" +msgstr "" + +#: views.py:170 +msgid "current user details" +msgstr "" + +#: views.py:187 +msgid "E-mail conflict, another user has that same email." +msgstr "" + +#: views.py:190 +msgid "Current user's details updated." +msgstr "" + +#: views.py:199 +msgid "edit current user details" +msgstr "" + +#: views.py:230 +msgid "License" +msgstr "" + +#: views.py:239 +msgid "Current user password change" +msgstr "" + +#: views.py:254 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "" + +#: widgets.py:58 +msgid "None" +msgstr "" + +#: conf/settings.py:16 +msgid "" +"Temporary directory used site wide to store thumbnails, previews and " +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" +msgstr "" + +#: conf/settings.py:66 +msgid "" +"Controls the mechanism used to authenticated user. Options are: username, " +"email" +msgstr "" + +#: conf/settings.py:75 +msgid "Allow non authenticated users, access to all views" +msgstr "" + +#: templates/403.html:3 templates/403.html.py:7 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:9 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:3 templates/404.html.py:7 +msgid "Page not found" +msgstr "" + +#: templates/404.html:9 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/calculate_form_title.html:11 +#, python-format +msgid "Details for %(object_name)s: %(object)s" +msgstr "" + +#: templates/calculate_form_title.html:13 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/calculate_form_title.html:18 +#, python-format +msgid "Edit %(object_name)s:" +msgstr "" + +#: templates/calculate_form_title.html:20 +msgid "Edit" +msgstr "" + +#: templates/calculate_form_title.html:24 +#, python-format +msgid "Create new %(object_name)s" +msgstr "" + +#: templates/calculate_form_title.html:26 +msgid "Create" +msgstr "" + +#: templates/generic_assign_remove.html:3 +#, python-format +msgid "Assign %(title)s %(object)s" +msgstr "" + +#: templates/generic_confirm.html:3 templates/generic_confirm.html.py:18 +msgid "Confirm" +msgstr "" + +#: templates/generic_confirm.html:16 +msgid "Confirm delete" +msgstr "" + +#: templates/generic_confirm.html:32 +msgid "form icon" +msgstr "" + +#: templates/generic_confirm.html:40 +#, python-format +msgid "Are you sure you wish to delete %(object_name)s: %(object)s?" +msgstr "" + +#: templates/generic_confirm.html:42 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/generic_confirm.html:50 +msgid "Yes" +msgstr "" + +#: templates/generic_confirm.html:54 +msgid "No" +msgstr "" + +#: templates/generic_form_instance.html:37 +#: templates/generic_form_subtemplate.html:56 +msgid "required" +msgstr "" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Save" +msgstr "" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Submit" +msgstr "" + +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "" + +#: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 +#, python-format +msgid "List of %(stripped_title)s" +msgstr "" + +#: templates/generic_list_horizontal_subtemplate.html:23 +#: templates/generic_list_subtemplate.html:24 +#, python-format +msgid "" +"List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " +"%(page_number)s of %(total_pages)s)" +msgstr "" + +#: templates/generic_list_horizontal_subtemplate.html:25 +#: templates/generic_list_subtemplate.html:26 +#, python-format +msgid "List of %(title)s (%(total)s)" +msgstr "" + +#: templates/generic_list_subtemplate.html:72 +msgid "Identifier" +msgstr "" + +#: templates/generic_list_subtemplate.html:152 +#, python-format +msgid "There are no %(stripped_title)s" +msgstr "" + +#: templates/login.html:5 +msgid "Login" +msgstr "" + +#: templates/password_change_done.html:3 templates/password_change_form.html:3 +#: templates/password_change_form.html:5 +msgid "Password change" +msgstr "" diff --git a/apps/converter/locale/fr/LC_MESSAGES/django.mo b/apps/converter/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c31d2679420f67ab4671b1e95032bbeb7b39e9e2 GIT binary patch literal 503 zcmYLF!A=4(5Y^~ukDfiu!GlJJc0m-Y7*UplgjE8o_qvp&X1Cq6UBM6WbNm&*#V!ze z$xGYx&6|1idvy4{=dtg3?0MpO;CbO$qvQGGKX3e5YyL4d`a`4+hckQ=#!9Ui#QcjZ zi2Cs~n21svhq2A%3?Hk^Vxk!=oGTe2nRJWly^-pI7;U+c+K{5ICDPhT*kJsU;FA&D zd0XsrCm1wo*hG4b%@%}h*1AG^NvRj&M10D+{Z1Dmy}=d*ddb@DbLtU{xOJEqu58Yo zHVg)@qY*s!;t1}dxHlX<^!oitG@agismdyz2}}epywC`hF5q-K`f|B!xY|d~#cG|P z+$_S9a+3kYtgs~Cx{$dcXF)uSqurXq1`VFHazgo;zDgg?iIpQ|&ZWAAbis`kuKSt{ zu(Q+EJ?Fw;q*6VTDr3-jm+pUB26GdP^UClX2ig>tfhyNe+il*$=Gr|~a1Y^Gu=fWO CbChxb literal 0 HcmV?d00001 diff --git a/apps/converter/locale/fr/LC_MESSAGES/django.po b/apps/converter/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b264596728 --- /dev/null +++ b/apps/converter/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,936 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:55+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:15 +msgid "file formats" +msgstr "" + +#: literals.py:19 +msgid "Resize" +msgstr "" + +#: literals.py:20 +msgid "Resize." +msgstr "" + +#: literals.py:22 literals.py:37 +msgid "width" +msgstr "" + +#: literals.py:23 literals.py:38 +msgid "height" +msgstr "" + +#: literals.py:27 +msgid "Rotate" +msgstr "" + +#: literals.py:28 +msgid "Rotate by n degress." +msgstr "" + +#: literals.py:30 +msgid "degrees" +msgstr "" + +#: literals.py:34 +msgid "Density" +msgstr "" + +#: literals.py:35 +msgid "Change the resolution (ie: DPI) without resizing." +msgstr "" + +#: literals.py:42 +msgid "Zoom" +msgstr "" + +#: literals.py:43 +msgid "Zoom by n percent." +msgstr "" + +#: literals.py:45 +msgid "percent" +msgstr "" + +#: literals.py:51 +msgid "Hasselblad Photo RAW, CFV/H3D39II" +msgstr "" + +#: literals.py:52 literals.py:53 +msgid "Photoshop resource format" +msgstr "" + +#: literals.py:54 +msgid "Photoshop resource text format" +msgstr "" + +#: literals.py:55 +msgid "Photoshop resource wide text format" +msgstr "" + +#: literals.py:57 +msgid "Raw alpha samples" +msgstr "" + +#: literals.py:58 +msgid "Adobe Illustrator CS2" +msgstr "" + +#: literals.py:59 +msgid "Raw application information" +msgstr "" + +#: literals.py:60 +msgid "Raw JPEG binary data" +msgstr "" + +#: literals.py:61 +msgid "PFS: 1st Publisher Clip Art" +msgstr "" + +#: literals.py:62 +msgid "Sony Alpha DSLR Raw Image Format" +msgstr "" + +#: literals.py:63 +msgid "Microsoft Audio/Visual Interleaved" +msgstr "" + +#: literals.py:64 +msgid "AVS X image" +msgstr "" + +#: literals.py:66 +msgid "Raw blue samples" +msgstr "" + +#: literals.py:67 +msgid "Raw blue, green, and red samples" +msgstr "" + +#: literals.py:68 +msgid "Raw blue, green, red and alpha samples" +msgstr "" + +#: literals.py:69 +msgid "Microsoft Windows bitmap image" +msgstr "" + +#: literals.py:70 +msgid "Microsoft Windows bitmap image version 2" +msgstr "" + +#: literals.py:71 +msgid "Microsoft Windows bitmap image version 3" +msgstr "" + +#: literals.py:72 +msgid "BRF ASCII Braille format" +msgstr "" + +#: literals.py:73 +msgid "Raw blue, red, and green samples" +msgstr "" + +#: literals.py:75 +msgid "Raw cyan samples" +msgstr "" + +#: literals.py:76 literals.py:181 +msgid "Magick Persistent Cache image format" +msgstr "" + +#: literals.py:77 literals.py:78 +msgid "Continuous Acquisition and Life-cycle Support Type 1 image" +msgstr "" + +#: literals.py:79 +msgid "Image caption" +msgstr "" + +#: literals.py:80 +msgid "Cineon Image File" +msgstr "" + +#: literals.py:81 +msgid "Cisco IP phone image format" +msgstr "" + +#: literals.py:82 +msgid "Image Clip Mask" +msgstr "" + +#: literals.py:83 +msgid "Raw cyan, magenta, yellow, and black samples" +msgstr "" + +#: literals.py:84 +msgid "Raw cyan, magenta, yellow, black, and opacity samples" +msgstr "" + +#: literals.py:85 literals.py:86 +msgid "Canon Digital Camera Raw Image Format" +msgstr "" + +#: literals.py:87 +msgid "Microsoft Cursor Icon" +msgstr "" + +#: literals.py:88 +msgid "DR Halo" +msgstr "" + +#: literals.py:90 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "" + +#: literals.py:91 +msgid "Kodak Digital Camera Raw Image File" +msgstr "" + +#: literals.py:92 +msgid "ZSoft IBM PC multi-page Paintbrush" +msgstr "" + +#: literals.py:93 +msgid "Microsoft DirectDraw Surface" +msgstr "" + +#: literals.py:94 +msgid "Multi-face font package (Freetype 2.4.2)" +msgstr "" + +#: literals.py:95 +msgid "Déjà vu" +msgstr "" + +#: literals.py:96 +msgid "Adobe Digital Negative" +msgstr "" + +#: literals.py:97 +msgid "Graphviz" +msgstr "" + +#: literals.py:98 +msgid "SMPTE 268M-2003 (DPX 2.0)" +msgstr "" + +#: literals.py:100 +msgid "Encapsulated Portable Document Format" +msgstr "" + +#: literals.py:101 literals.py:106 +msgid "Adobe Encapsulated PostScript Interchange format" +msgstr "" + +#: literals.py:102 literals.py:105 +msgid "Adobe Encapsulated PostScript" +msgstr "" + +#: literals.py:103 +msgid "Adobe Level II Encapsulated PostScript" +msgstr "" + +#: literals.py:104 +msgid "Adobe Level III Encapsulated PostScript" +msgstr "" + +#: literals.py:107 +msgid "Adobe Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:108 +msgid "Adobe Level II Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:109 +msgid "Adobe Level III Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:110 +msgid "Epson RAW Format" +msgstr "" + +#: literals.py:111 +msgid "Exif digital camera binary data" +msgstr "" + +#: literals.py:112 +msgid "High Dynamic-range (HDR)" +msgstr "" + +#: literals.py:114 +msgid "Group 3 FAX (Not TIFF Group3 FAX)" +msgstr "" + +#: literals.py:115 +msgid "Autodesk FLI animations file" +msgstr "" + +#: literals.py:116 +msgid "Autodesk FLC animations file" +msgstr "" + +#: literals.py:117 literals.py:120 +msgid "Flexible Image Transport System" +msgstr "" + +#: literals.py:118 +msgid "Kodak FlashPix file" +msgstr "" + +#: literals.py:119 literals.py:225 +msgid "Plasma fractal image" +msgstr "" + +#: literals.py:122 +msgid "Raw green samples" +msgstr "" + +#: literals.py:123 +msgid "Group 3 FAX" +msgstr "" + +#: literals.py:124 +msgid "Raw green, blue, and red samples" +msgstr "" + +#: literals.py:125 +msgid "GIMP brush file" +msgstr "" + +#: literals.py:126 +msgid "CompuServe graphics interchange format (version 89a)" +msgstr "" + +#: literals.py:127 +msgid "CompuServe graphics interchange format (version 87a)" +msgstr "" + +#: literals.py:128 +msgid "Gradual passing from one shade to another" +msgstr "" + +#: literals.py:129 +msgid "Raw gray samples" +msgstr "" + +#: literals.py:130 +msgid "Raw green, red, and blue samples" +msgstr "" + +#: literals.py:131 +msgid "Raw CCITT Group4" +msgstr "" + +#: literals.py:133 +msgid "Histogram of the image" +msgstr "" + +#: literals.py:134 +msgid "HRZ: Slow scan TV" +msgstr "" + +#: literals.py:135 literals.py:136 literals.py:255 +msgid "Hypertext Markup Language and a client-side image map" +msgstr "" + +#: literals.py:138 literals.py:264 literals.py:279 literals.py:283 +msgid "Truevision Targa image" +msgstr "" + +#: literals.py:139 literals.py:140 +msgid "ICC Color Profile" +msgstr "" + +#: literals.py:141 literals.py:142 +msgid "Microsoft Icon" +msgstr "" + +#: literals.py:143 +msgid "Hald CLUT identity image" +msgstr "" + +#: literals.py:144 +msgid "LabEye image format" +msgstr "" + +#: literals.py:145 +msgid "GraphicsMagick Embedded Image" +msgstr "" + +#: literals.py:146 +msgid "The image format and characteristics" +msgstr "" + +#: literals.py:147 +msgid "Base64-encoded inline images" +msgstr "" + +#: literals.py:148 +msgid "IPL Image Sequence" +msgstr "" + +#: literals.py:149 +msgid "IPTC Newsphoto" +msgstr "" + +#: literals.py:150 literals.py:151 +msgid "IPTC Newsphoto text format" +msgstr "" + +#: literals.py:152 +msgid "ISO/TR 11548-1 format" +msgstr "" + +#: literals.py:154 literals.py:157 +msgid "JPEG-2000 Code Stream Syntax" +msgstr "" + +#: literals.py:155 +msgid "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:156 +msgid "JPEG-2000 JP2 File Format Syntax" +msgstr "" + +#: literals.py:158 literals.py:159 +msgid "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" +msgstr "" + +#: literals.py:160 +msgid "JPEG-2000 File Format Syntax" +msgstr "" + +#: literals.py:162 +msgid "Raw black samples" +msgstr "" + +#: literals.py:163 literals.py:164 +msgid "Kodak Digital Camera Raw Image Format" +msgstr "" + +#: literals.py:166 +msgid "Image label" +msgstr "" + +#: literals.py:168 +msgid "Raw magenta samples" +msgstr "" + +#: literals.py:169 literals.py:179 literals.py:182 literals.py:183 +msgid "MPEG Video Stream" +msgstr "" + +#: literals.py:170 +msgid "Raw MPEG-4 Video" +msgstr "" + +#: literals.py:171 +msgid "Colormap intensities and indices" +msgstr "" + +#: literals.py:172 +msgid "MATLAB image format" +msgstr "" + +#: literals.py:173 +msgid "MATTE raw opacity format" +msgstr "" + +#: literals.py:174 +msgid "8-bit McIdas area file" +msgstr "" + +#: literals.py:175 +msgid "Microsoft Image Composer (MIC) file" +msgstr "" + +#: literals.py:176 +msgid "Magick Image File Format" +msgstr "" + +#: literals.py:177 +msgid "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:178 +msgid "Raw Bi-level bitmap in least-significant-byte first order" +msgstr "" + +#: literals.py:180 +msgid "MPEG-4 Video Stream" +msgstr "" + +#: literals.py:184 +msgid "Sony (Minolta) Raw Image File" +msgstr "" + +#: literals.py:185 +msgid "Magick Scripting Language" +msgstr "" + +#: literals.py:186 +msgid "Windows 1 and 2 MSP file format" +msgstr "" + +#: literals.py:187 +msgid "ImageMagick's own SVG internal renderer" +msgstr "" + +#: literals.py:188 +msgid "MTV Raytracing image format" +msgstr "" + +#: literals.py:189 +msgid "Magick Vector Graphics" +msgstr "" + +#: literals.py:191 +msgid "Nikon Digital SLR Camera Raw Image File" +msgstr "" + +#: literals.py:192 +msgid "Constant image of uniform color" +msgstr "" + +#: literals.py:194 +msgid "Raw opacity samples" +msgstr "" + +#: literals.py:195 +msgid "Olympus Digital Camera Raw Image File" +msgstr "" + +#: literals.py:196 +msgid "On-the-air bitmap" +msgstr "" + +#: literals.py:197 +msgid "Open Type font (Freetype 2.4.2)" +msgstr "" + +#: literals.py:199 +msgid "Xv thumbnail format" +msgstr "" + +#: literals.py:200 literals.py:277 +msgid "16bit/pixel interleaved YUV" +msgstr "" + +#: literals.py:201 +msgid "Palm pixmap" +msgstr "" + +#: literals.py:202 +msgid "Common 2-dimensional bitmap format" +msgstr "" + +#: literals.py:203 +msgid "Predefined pattern" +msgstr "" + +#: literals.py:204 +msgid "Portable bitmap format (black and white)" +msgstr "" + +#: literals.py:205 literals.py:206 +msgid "Photo CD" +msgstr "" + +#: literals.py:207 +msgid "Page Control Language" +msgstr "" + +#: literals.py:208 literals.py:221 +msgid "Apple Macintosh QuickDraw/PICT" +msgstr "" + +#: literals.py:209 +msgid "ZSoft IBM PC Paintbrush" +msgstr "" + +#: literals.py:210 +msgid "Palm Database ImageViewer Format" +msgstr "" + +#: literals.py:211 +msgid "Portable Document Format" +msgstr "" + +#: literals.py:212 +msgid "Portable Document Archive Format" +msgstr "" + +#: literals.py:213 +msgid "Pentax Electronic File" +msgstr "" + +#: literals.py:214 +msgid "Embrid Embroidery Format" +msgstr "" + +#: literals.py:215 +msgid "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" +msgstr "" + +#: literals.py:216 +msgid "Postscript Type 1 font (binary) (Freetype 2.4.2)" +msgstr "" + +#: literals.py:217 +msgid "Portable float format" +msgstr "" + +#: literals.py:218 +msgid "Portable graymap format (gray scale)" +msgstr "" + +#: literals.py:219 +msgid "JPEG-2000 VM Format" +msgstr "" + +#: literals.py:220 +msgid "Personal Icon" +msgstr "" + +#: literals.py:222 +msgid "Alias/Wavefront RLE image format" +msgstr "" + +#: literals.py:223 +msgid "PIXAR raster file" +msgstr "" + +#: literals.py:224 +msgid "Joint Photographic Experts Group JFIF format (62)" +msgstr "" + +#: literals.py:226 +msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:227 +msgid "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:228 +msgid "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:229 +msgid "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:230 +msgid "Portable anymap" +msgstr "" + +#: literals.py:231 +msgid "Portable pixmap format (color)" +msgstr "" + +#: literals.py:232 +msgid "Show a preview an image enhancement, effect, or f/x" +msgstr "" + +#: literals.py:233 +msgid "Adobe PostScript" +msgstr "" + +#: literals.py:234 +msgid "Adobe Level II PostScript" +msgstr "" + +#: literals.py:235 +msgid "Adobe Level III PostScript" +msgstr "" + +#: literals.py:236 +msgid "Adobe Large Document Format" +msgstr "" + +#: literals.py:237 +msgid "Adobe Photoshop bitmap" +msgstr "" + +#: literals.py:238 +msgid "Pyramid encoded TIFF" +msgstr "" + +#: literals.py:239 literals.py:253 +msgid "Seattle Film Works" +msgstr "" + +#: literals.py:241 +msgid "Raw red samples" +msgstr "" + +#: literals.py:242 +msgid "Fuji CCD-RAW Graphic File" +msgstr "" + +#: literals.py:243 literals.py:259 +msgid "SUN Rasterfile" +msgstr "" + +#: literals.py:244 +msgid "Raw red, blue, and green samples" +msgstr "" + +#: literals.py:245 +msgid "Raw red, green, and blue samples" +msgstr "" + +#: literals.py:246 +msgid "Raw red, green, blue, and matte samples" +msgstr "" + +#: literals.py:247 +msgid "Raw red, green, blue, and opacity samples" +msgstr "" + +#: literals.py:248 +msgid "Alias/Wavefront image" +msgstr "" + +#: literals.py:249 +msgid "Utah Run length encoded image" +msgstr "" + +#: literals.py:251 +msgid "ZX-Spectrum SCREEN$" +msgstr "" + +#: literals.py:252 +msgid "Scitex HandShake" +msgstr "" + +#: literals.py:254 +msgid "Irix RGB image" +msgstr "" + +#: literals.py:256 +msgid "Sony Raw Format 2" +msgstr "" + +#: literals.py:257 +msgid "Sony Raw Format" +msgstr "" + +#: literals.py:258 +msgid "Steganographic image" +msgstr "" + +#: literals.py:260 +msgid "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" +msgstr "" + +#: literals.py:261 +msgid "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" +msgstr "" + +#: literals.py:263 literals.py:273 +msgid "Text" +msgstr "" + +#: literals.py:265 +msgid "EXIF Profile Thumbnail" +msgstr "" + +#: literals.py:266 +msgid "Tagged Image File Format (LIBTIFF, Version 3.9.4)" +msgstr "" + +#: literals.py:267 +msgid "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" +msgstr "" + +#: literals.py:268 +msgid "Tile image with a texture" +msgstr "" + +#: literals.py:269 +msgid "PSX TIM" +msgstr "" + +#: literals.py:270 +msgid "TOPOL X Image" +msgstr "" + +#: literals.py:271 +msgid "TrueType font collection (Freetype 2.4.2)" +msgstr "" + +#: literals.py:272 +msgid "TrueType font (Freetype 2.4.2)" +msgstr "" + +#: literals.py:275 +msgid "Unicode Text format" +msgstr "" + +#: literals.py:276 +msgid "X-Motif UIL table" +msgstr "" + +#: literals.py:280 +msgid "VICAR rasterfile format" +msgstr "" + +#: literals.py:281 +msgid "Visual Image Directory" +msgstr "" + +#: literals.py:282 literals.py:299 +msgid "Khoros Visualization image" +msgstr "" + +#: literals.py:285 +msgid "Wireless Bitmap (level 0) image" +msgstr "" + +#: literals.py:286 +msgid "Windows Meta File" +msgstr "" + +#: literals.py:287 +msgid "Word Perfect Graphics" +msgstr "" + +#: literals.py:288 +msgid "Windows Media Video" +msgstr "" + +#: literals.py:289 +msgid "Compressed Windows Meta File" +msgstr "" + +#: literals.py:291 +msgid "X Window System" +msgstr "" + +#: literals.py:292 +msgid "Foveon X3 (Sigma/Polaroid) Raw picture file" +msgstr "" + +#: literals.py:293 +msgid "X Windows system bitmap (black and white)" +msgstr "" + +#: literals.py:294 +msgid "Constant image uniform color" +msgstr "" + +#: literals.py:295 +msgid "GIMP image" +msgstr "" + +#: literals.py:296 +msgid "Adobe XML metadata" +msgstr "" + +#: literals.py:297 +msgid "X Windows system pixmap (color)" +msgstr "" + +#: literals.py:298 +msgid "Microsoft XML Paper Specification" +msgstr "" + +#: literals.py:300 +msgid "XV thumbnail file" +msgstr "" + +#: literals.py:301 +msgid "X Windows system window dump (color)" +msgstr "" + +#: literals.py:303 +msgid "Raw yellow samples" +msgstr "" + +#: literals.py:304 +msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" +msgstr "" + +#: views.py:17 +msgid "suported file formats" +msgstr "" + +#: views.py:22 +msgid "name" +msgstr "" + +#: views.py:26 +msgid "description" +msgstr "" + +#: conf/settings.py:11 +msgid "File path to imagemagick's convert program." +msgstr "" + +#: conf/settings.py:12 +msgid "File path to imagemagick's identify program." +msgstr "" + +#: conf/settings.py:13 +msgid "File path to graphicsmagick's program." +msgstr "" + +#: conf/settings.py:15 +msgid "" +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "" + +#: conf/settings.py:16 +msgid "Path to the unoconv program." +msgstr "" + +#: conf/settings.py:17 +msgid "" +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." +msgstr "" + +#: conf/settings.py:18 +msgid "Path to the libreoffice program." +msgstr "" + +#: templates/converter_file_formats_help.html:3 +msgid "Help" +msgstr "" + +#: templates/converter_file_formats_help.html:4 +#, python-format +msgid "" +"These are the file formats supported by the currently selected converter " +"backend. In this case: '%(backend)s'" +msgstr "" diff --git a/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo b/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f0b98792b250b964f207ae686c3b3945585ebdea GIT binary patch literal 503 zcmYL_-%i3X6vj1rwM(zPI2T@M^w4c+z#>GHk&rMYFukv%jGC=o+D_y_d>miJXR!kU zU-G4G`a6IB&Q5=hoQ|E(oiChEoNt_KwVi+6=e;{?X0M4>pFFiVn&UgyMkq-kW@{!P z8pJbi%1fm!#wHVUe5x{oiK4Kywxon)!Y-?iMyd*;m0?;aO^P~}2xBU4yvb{V&zdvq z(&B(wP9gMz5d9X0O$hF2vxWYx?>i8u{7cm34_tsXdIv#^-Zrm&CvVJ*#Y8h{a%PpL zFnk-2;iVr(@DRoQ(fF}H7)+zttmjafRV?F}a8@`_bD1vTa@YE5wQATpk67^U%>?Ck z5r&l88IaElL-Jh~ve4wpi$`&ESX0pOy=NsYm#(LE>4vlX+mbS8LUtfsGHtl+z9mC! zAGo^af@_Rqs^&sw6xtuc?z^S1(B34kG|O?QbYUpSa`QCZumjs`_fkR+f-CRn9}!KI AZ~y=R literal 0 HcmV?d00001 diff --git a/apps/django_gpg/locale/fr/LC_MESSAGES/django.po b/apps/django_gpg/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..8dd31fa749 --- /dev/null +++ b/apps/django_gpg/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,214 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2011-12-05 17:43+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:14 views.py:66 +msgid "private keys" +msgstr "" + +#: __init__.py:15 views.py:69 +msgid "public keys" +msgstr "" + +#: __init__.py:16 +msgid "delete" +msgstr "" + +#: __init__.py:17 +msgid "query keyservers" +msgstr "" + +#: __init__.py:18 +msgid "import" +msgstr "" + +#: __init__.py:19 +msgid "key management" +msgstr "" + +#: api.py:24 +msgid "Public" +msgstr "" + +#: api.py:25 +msgid "Secret" +msgstr "" + +#: api.py:33 api.py:38 +msgid "RSA" +msgstr "" + +#: api.py:34 +msgid "DSA" +msgstr "" + +#: api.py:39 +msgid "Elgamal" +msgstr "" + +#: api.py:53 +msgid "Bad signature." +msgstr "" + +#: api.py:57 +msgid "Document not signed or invalid signature." +msgstr "" + +#: api.py:61 +msgid "Signature error." +msgstr "" + +#: api.py:65 +msgid "Document is signed but no public key is available for verification." +msgstr "" + +#: api.py:69 +msgid "Document is signed, and signature is good." +msgstr "" + +#: api.py:73 +msgid "Document is signed with a valid signature." +msgstr "" + +#: api.py:146 +msgid "unknown" +msgstr "" + +#: forms.py:7 +msgid "Term" +msgstr "" + +#: forms.py:8 +msgid "Name, e-mail, key ID or key fingerprint to look for." +msgstr "" + +#: permissions.py:7 +msgid "Key management" +msgstr "" + +#: permissions.py:9 +msgid "View keys" +msgstr "" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "" + +#: views.py:37 +#, python-format +msgid "Key: %s, imported successfully." +msgstr "" + +#: views.py:42 +#, python-format +msgid "Unable to import key id: %(key_id)s; %(error)s" +msgstr "" + +#: views.py:51 +msgid "Import key" +msgstr "" + +#: views.py:52 +#, python-format +msgid "Are you sure you wish to import key id: %s?" +msgstr "" + +#: views.py:77 +msgid "Key ID" +msgstr "" + +#: views.py:81 +msgid "Owner" +msgstr "" + +#: views.py:101 +#, python-format +msgid "Key: %s, deleted successfully." +msgstr "" + +#: views.py:108 +msgid "Delete key" +msgstr "" + +#: views.py:110 +#, python-format +msgid "" +"Are you sure you wish to delete key: %s? If you try to delete a public key " +"that is part of a public/private pair the private key will be deleted as " +"well." +msgstr "" + +#: views.py:128 +msgid "Query key server" +msgstr "" + +#: views.py:141 +msgid "results" +msgstr "" + +#: views.py:146 +msgid "ID" +msgstr "" + +#: views.py:150 +msgid "type" +msgstr "" + +#: views.py:154 +msgid "creation date" +msgstr "" + +#: views.py:158 +msgid "disabled" +msgstr "" + +#: views.py:162 +msgid "expiration date" +msgstr "" + +#: views.py:166 +msgid "expired" +msgstr "" + +#: views.py:170 +msgid "length" +msgstr "" + +#: views.py:174 +msgid "revoked" +msgstr "" + +#: views.py:179 +msgid "Identifies" +msgstr "" + +#: conf/settings.py:15 +msgid "List of keyservers to be queried for unknown keys." +msgstr "" + +#: conf/settings.py:16 +msgid "Home directory used to store keys as well as configuration files." +msgstr "" diff --git a/apps/document_comments/locale/fr/LC_MESSAGES/django.mo b/apps/document_comments/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2372f8ace3035ba27977db14eda44fc24bb84dbd GIT binary patch literal 1835 zcmb7^-EJF26vqczK5A$iii#9I#MDxx7&KlxrL=65w!w)-rC5zx)BDNp*gMtk&T2mF zq&M6mZV`7p0F}5za0|){^Z@{gD;|Icfd8y_H*QcR7-{kw@1BqUIXfr6Upo5@!Fm(> zUF;vQ-^1Q}0e`T52HydH0ej$YU?05jA|Y+?4(Q)U;H%&lppW$>coF;-48ZTfHux)e z9{d}84LpB_kXOJ}(EDEjUk5(`&w|&%m%+{I_W*nf4WEH)c)t1)At87h+yozk9q=dc z3it=;*{he9b;S+zF(Xv5<;f!uD$g8>KeO=e&UJdswdRIHr-xGLc(q z6^&Ko{5hm+hHPs=kCdavRfoAWNogfgVFk5`sC~Wt?f>Io79N8tb$iXUX;&voXYyMY+Top~=2hk3?kI z-IzTT+DMg$bi|K%PIq@k4_fy{p|oWqGnFy>)J+W=tB@wv7GV%frA^#H7a0Ss4A)ZW zAoIR~G{y+ z+9x0Ouv&X)1RHCfo0MCnL%J`~G(quofg@Cq#T++U0z=aF3}4ps6WF<;%kSd, 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-21 20:59+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:19 __init__.py:20 +msgid "delete" +msgstr "supprimer" + +#: __init__.py:21 +msgid "add comment" +msgstr "ajouter un commentaire" + +#: __init__.py:22 +msgid "comments" +msgstr "commentaires" + +#: __init__.py:26 +msgid "date" +msgstr "date" + +#: __init__.py:30 +msgid "user" +msgstr "utilisateur" + +#: __init__.py:34 +msgid "comment" +msgstr "commentaire" + +#: permissions.py:7 +msgid "Comments" +msgstr "Commentaires" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "Ajouter de nouveaux commentaires" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "Supprimer des commentaires" + +#: permissions.py:11 +msgid "View comments" +msgstr "Afficher les commentaires" + +#: views.py:36 +msgid "Must provide at least one comment." +msgstr "Fournissez au moins un commentaire" + +#: views.py:46 +#, python-format +msgid "Comment \"%s\" deleted successfully." +msgstr "Commentaires \"%s\" supprimés avec succès" + +#: views.py:48 +#, python-format +msgid "Error deleting comment \"%(comment)s\": %(error)s" +msgstr "Erreur lors de la suppression du commentaire \"%(comment)s\": %(error)s" + +#: views.py:63 +#, python-format +msgid "Are you sure you wish to delete the comment: %s?" +msgstr "Êtes vous certain de vouloir supprimer le commentaire:%s?" + +#: views.py:65 +#, python-format +msgid "Are you sure you wish to delete the comments: %s?" +msgstr "Êtes vous certain de vouloir supprimer les commentaires:%s?" + +#: views.py:99 +msgid "Comment added successfully." +msgstr "Commentaire ajouté avec succès." + +#: views.py:106 +#, python-format +msgid "Add comment to document: %s" +msgstr "Ajouter un commentaire au document:%s" + +#: views.py:126 +#, python-format +msgid "comments: %s" +msgstr "commentaires:%s" diff --git a/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo b/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..557183e88922a7a08142c3b6eb2e1a5226195dcf GIT binary patch literal 7611 zcmb`LU5s5-6~{MU6-E$>h$y04bm$a%XQnNMGHq$gbV@57T805bh{QAJ>^t|g=bm#p zAM;W51&x|UA5;u6Mgs{k4DrDjK=DPB8(xSQpNJ2NCg_XN7viH)e{1i3?#Ilu1>(u< z`#&Fhuf6tK|F!no^Vap3e_wH(qix^Z}*zgGa$} z@T=fQ!JmWogRg@}!RxPdavlRe&hu;F&EQ`^>HlwV3cTSer9J|l1b2c4d;oj~JO;iE z%D5dPN_`AG29AOYpvd_qxE*{J+y=f5j)Cuhp8{|Gpi-!$_JN1MX^^Sa*T6f#Z-cjj zuY$LMe*`}XUUs$Xe=B$s&mk!CzwGgO@Nu4h3+@5Ou5t37@OTcC{;zl>Wa0`BT5~&%XyTg?bbGH27ElehZ8K!zI`R{0{H`hS3gy%hx+TybRvS^M63` z%Wjl94W0mnr@sKtfj8cu)MvowK=H$Cp!oTppz!KCj4Ja!1`1!k1bz{G9$WygzzD*( z7AX9C3Y-9c42s;}fer8-|6W5z;qNI>c*P!rmD@xoB?ge*)A^0Tt40tbi6~QHV3>1C70p10^49a@{0kR}@EsGEw1yNb; z12MUp1BF)$pztmMF_Ef3iJx=+`-`CH_Yx@m-UP*Ne+H%hm5@-@dkZMfqoDYG3KSk6 z0$GxJ2$XqG`{%QujQbua<9-P8r+((~4G@#5zk_1GOK)*;at*kZ=NrJwz}r9>e>*7i z9t0(xWJ?R7uD_xXFtN#egdY5QnXG)W4=<(NO_O}GgC^HO2lkiLX1Of(lIsv{oOTaQF5%1Ibqx<If))tFH-e4%7D1K1m~d?IoNTybkd2AWb-6ufsZu z!!pj&AYavGD=2k4=oH);9jB35(P_{&I!GhE+%mb*S!%yE@tnYqm~OnJC7dwP9-|X3`R61Kn9ITNt7!^Eh49W~Gyx zqVT4{#AYc-D)A3;gon6soh%vVd^j)~?~nCmZ7=rO=g?TIZ!f$oJ50t8Yq#S)2s&=# z%2^~LGQtq`n^lsmjw|=guzct>_{o2%!zRq&KOr&PsUBbVGO~QjYA1InYV?IP818vq zeZ*$gJKGEGW3--g%-&!(JGCg`du*z*@%@Or#XPGzJ@ZNs!uUX!xiLD4&luf`O&;W7 zD-MH1NKl0(ob_wRHOvT4Qa;+;ML0(;<1|TNY3L)zsy(h|gO#{l!O5!Gj92v7XtA9z zst6Dm8@7Z*54sdHCb4#bb^31STjt4BCqcdl+es4(K`+N-9adulyB&~$0~T0hq}(!= zpA24^uqs*JoX?oU#KUm&gpggSP2Y76uJaWlus}|DKa$#X#|!6qm)~L5CsP7a!$G zHf#e~f;eZL_Uro&O|^MnONxyac{JWE?|oi&OOmOxqwHUjf61++Ih%FZK85$nn;XVj zJ4L2`W2aM2PgSp}cT>ylzkt578(V(%-WL5kI6KfmqE^X|6QqY?+A7xn=pHRWBDDx* zI_&hsn^`i6a%$RNL=|N~5V@DVM{9roE`b^Tc4$iX4#HYVM7rOuu(zGQeqB%DwxwS0 zAz5CCxT>GC6!Wkt$g{m{A*FlwWnHXhrPCf7NlT&V; zqh;eU>QtVcCY&0_qsF5I9vjn?o()!mRL>lleRyQfbh5l`%odAr)VQx&EE@CKlx~$} zXKG?%F)mxx!Z_)DBF~B-kF$J&ybz=laZyyJ7&&!vzA-JEDPkK(*yX15uF0Ld8k2W7 zcJ0;1WVG42%_U(C|8L1NAxT5MB7iLUn|C0(q7Mbnr!L3>Icl|cPi!BVJw7|rx8Tn4$q@<^iLb`|YKL`~W~H2<3XIcz zQg-EqDGxj{f3&f;-%sWw>o;c7FpDhD_AbO_PunT#k&#nLl?O@VXqLCB0Mm|rEDr42 zr`_#=u~grycWxgcdDX>o8jvydlU1zq?pm|E=Ju78+9ujorP_sxv4IyqSrJFuY`q#9 zTPSATS9R#VQecyu107YJgr40swuiK!e~>RwK^LLjup$a*itX+T1V5EzGls-ArFYMj z#L-e#5llD@Q^EvueIip~^sUnfx&Z6!M zyok2hMM~hl2SI~_j%L2>#;8RnOQpIlrbw5kOy0&i-Dd}k6m9FiNHogJBp~W2ed`U5 zu5BLqayqMWoFdgO8oFd$IgiwdK%0W@aG@D@*T#pYs@Lde`hSR@&Zr>H$}%{q`0~9Y zO0ws(M86;^5^r8VH4Jjf8@giiTKPh=)((|^VXDMYiLP#}uj-?1L4{a37~n7lq|Ja0 zX`r?jclJpzD4im|yN0`YmuA(H396MIS%&&O++zl*^I~04d5DL@vr{ekDqnPEagbP! zQbwO8sxs;`>nlsb^GwC5AjilR+ZCy(jrUD`LVy!yrMo8eQ*I9f)}SuH`rC%3bzE3- zSqgb>yQ+-Xt5t;T7ds)y1WA@l5hz53m;+)Z54hAIcB`cp@8|5$T_aU+3JmQbq5Fa_ zpL^6E{x(-90(;J_V^^DIlYNS$!>M*aRNqpj@4BIp5~UBGCnHc?Zct8Y=*{!T<_h~- zUhHk{Mb*t|!bgM6OYXpD9U^C(p<{+mTqES^-G}!QPg#bSYiljcKg$89?H2k-Nb(54%Le(W{Vyi94R4MU(oLDVepjaF9e0@A3pY{@=Bogn*-cIJWtbx}y1*qO)RJ~$lKZpqi zwn<2_@daP1z6R$lcH3z0n*AHuhX6%M}VHSM`nX#QR~>QfQ!KztmCue=c6?uBqI# zrGRCJl_D{XWs7x-;MX0iYX72~O_)eo_u&MmD_Nd5ecf?`I<<9b^d$wms~FviXSF@~ z?w%}W`X75T2S3jA|J^pYPpa-((p{7Cmho<7wV$j}g?`N1rrFX$y9Ih@+Xt@{W*R74 p2U3R|%5ozn_7!M92Xh{+S2Un>|GQMlHV69+SdyXQv_@u8{{v=5=LrA+ literal 0 HcmV?d00001 diff --git a/apps/document_indexing/locale/fr/LC_MESSAGES/django.po b/apps/document_indexing/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..fe37dc590e --- /dev/null +++ b/apps/document_indexing/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,368 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Pierre Lhoste , 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 19:51+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: views.py:284 +msgid "indexes" +msgstr "indexes" + +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "Liste des index" + +#: __init__.py:33 views.py:77 +msgid "create index" +msgstr "créer un index" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "modifier" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "supprimer" + +#: __init__.py:36 +msgid "tree template" +msgstr "modèle d'arborescence" + +#: __init__.py:38 +msgid "new child node" +msgstr "nouveau noeud enfant" + +#: __init__.py:44 +msgid "go up one level" +msgstr "remonter d'un niveau" + +#: __init__.py:49 +msgid "rebuild indexes" +msgstr "reconstruire les indexes" + +#: __init__.py:49 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Supprimer et reconstruire les indexes des documents en partant de zéro." + +#: __init__.py:51 +msgid "Indexes" +msgstr "Indexes" + +#: api.py:69 +#, python-format +msgid "Maximum suffix (%s) count reached." +msgstr "Le nombre maximal de suffixes (%s) est atteint." + +#: api.py:83 +#, python-format +msgid "" +"Error in document indexing update expression: %(expression)s; %(exception)s" +msgstr "Erreur dans l'expression de mise à jour d'indexation du document: %(expression)s; %(exception)s" + +#: api.py:92 api.py:107 +#, python-format +msgid "" +"Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "Erreur lors de la mise à jour de l'index des documents, expression: %(expression)s; %(exception)s" + +#: api.py:149 +#, python-format +msgid "Unable to delete document indexing node; %s" +msgstr "Impossible de supprimer le noeud d'indexation des documents;%s" + +#: filesystem.py:51 +#, python-format +msgid "Unable to create indexing directory; %s" +msgstr "Impossible de créer le répertoire d'indexation;%s" + +#: filesystem.py:69 +#, python-format +msgid "" +"Unable to create symbolic link, file exists and could not be deleted: " +"%(filepath)s; %(exc)s" +msgstr "Impossible de créer le lien symbolique, le fichier existe déjà et ne peut être effacé: %(filepath)s; %(exc)s" + +#: filesystem.py:71 +#, python-format +msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" +msgstr "Impossible de créer le lien symbolique: %(filepath)s; %(exc)s" + +#: filesystem.py:84 +#, python-format +msgid "Unable to delete document symbolic link; %s" +msgstr "Impossible de supprimer le lien symbolique;%s" + +#: filesystem.py:96 +#, python-format +msgid "Unable to delete indexing directory; %s" +msgstr "Impossible de supprimer le répertoire d'indexation;%s" + +#: models.py:13 +#, python-format +msgid "Available functions: %s" +msgstr "Fonctions disponibles:%s" + +#: models.py:17 views.py:42 +msgid "name" +msgstr "nom" + +#: models.py:17 +msgid "Internal name used to reference this index." +msgstr "nom interne utilisé pour référencer cet index." + +#: models.py:18 views.py:43 +msgid "title" +msgstr "titre" + +#: models.py:18 +msgid "The name that will be visible to users." +msgstr "Le nom qui sera affiché aux utilisateurs." + +#: models.py:19 models.py:50 views.py:44 views.py:168 +msgid "enabled" +msgstr "activé" + +#: models.py:19 +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "Permet à cet index d'être à la fois visible et mis à jour quand le contenu d'un document est modifié." + +#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 +#: views.py:199 views.py:229 views.py:269 +msgid "index" +msgstr "index" + +#: models.py:48 +msgid "indexing expression" +msgstr "Expression d'indexation" + +#: models.py:48 +msgid "Enter a python string expression to be evaluated." +msgstr "Entrez une commande python à exécuter." + +#: models.py:50 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "Permet à ce noeud d'être visible et mis à jour quand le contenu d'un document est modifié." + +#: models.py:51 +msgid "link documents" +msgstr "documents de lien" + +#: models.py:51 +msgid "" +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "Cochez cette option pour permettre à ce noeud d'être un conteneur de documents et pas seulement un noeud parent d'autres noeuds enfants." + +#: models.py:57 models.py:63 +msgid "index template node" +msgstr "noeud de modèle d'index" + +#: models.py:58 +msgid "indexes template nodes" +msgstr "noeuds de modèles d'indexes" + +#: models.py:64 +msgid "value" +msgstr "valeur" + +#: models.py:65 +msgid "documents" +msgstr "documents" + +#: models.py:75 +msgid "index instance node" +msgstr "noeud d'instance d'index" + +#: models.py:76 +msgid "indexes instance nodes" +msgstr "noeuds d'instances d'indexes" + +#: models.py:80 +msgid "index instance" +msgstr "instance d'index" + +#: models.py:81 +msgid "document" +msgstr "document" + +#: models.py:88 +msgid "document rename count" +msgstr "nombre de renommage du document" + +#: models.py:89 +msgid "documents rename count" +msgstr "nombre de renommages de documents" + +#: permissions.py:7 +msgid "Indexing" +msgstr "Indexation" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "Configurer les indexes de documents" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "Créer de nouveaux indexes de documents" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "Modifier les indexes de documents" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "Supprimer des indexes de documents" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "Afficher les indexes des documents" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "Reconstruire les indexes des documents" + +#: utils.py:19 +msgid "document indexes" +msgstr "indexes de documents" + +#: views.py:71 +msgid "Index created successfully." +msgstr "Index créé avec succès" + +#: views.py:95 +msgid "Index edited successfully" +msgstr "Index modifié avec succès" + +#: views.py:101 +#, python-format +msgid "edit index: %s" +msgstr "modifier l'index: %s" + +#: views.py:126 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "Index: %s supprimé avec succès." + +#: views.py:128 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "Index: %(index)s erreur de suppression: %(error)s" + +#: views.py:140 +#, python-format +msgid "Are you sure you with to delete the index: %s?" +msgstr "Êtes vous certain de vouloir supprimer l'index: %s?" + +#: views.py:164 +#, python-format +msgid "tree template nodes for index: %s" +msgstr "noeuds de modèles arborescentes pour l'index: %s" + +#: views.py:167 +msgid "level" +msgstr "niveau" + +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 +msgid "Index template node created successfully." +msgstr "Noeud de modèle d'index créé avec succès." + +#: views.py:196 +msgid "create child node" +msgstr "créer un noeud enfant" + +#: views.py:217 +msgid "Index template node edited successfully" +msgstr "Noeud de modèle d'index modifié avec succès." + +#: views.py:223 +#, python-format +msgid "edit index template node: %s" +msgstr "modifier le noeud de modèle d'index: %s" + +#: views.py:230 views.py:270 views.py:338 +msgid "node" +msgstr "noeud" + +#: views.py:252 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "Noeud: %s supprimé avec succès." + +#: views.py:254 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "Noeud: %(node)s erreur de suppression: %(error)s" + +#: views.py:263 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "Êtes vous certain de vouloir supprimer le noeud de modèle d'index: %s?" + +#: views.py:287 +msgid "nodes" +msgstr "noeuds" + +#: views.py:320 +#, python-format +msgid "contents for index: %s" +msgstr "contenu de l'index:%s" + +#: views.py:342 +msgid "items" +msgstr "éléments" + +#: views.py:367 +msgid "Are you sure you wish to rebuild all indexes?" +msgstr "Êtes vous certain de vouloir reconstruire tous les indexes ?" + +#: views.py:368 +msgid "On large databases this operation may take some time to execute." +msgstr "Sur de grosses bases de données, cette opération peut prendre un certain temps." + +#: views.py:374 +msgid "Index rebuild completed successfully." +msgstr "Reconstruction d'index effectuée avec succès." + +#: views.py:381 +#, python-format +msgid "Index rebuild error: %s" +msgstr "Erreur de reconstruction d'index:%s" + +#: views.py:403 +#, python-format +msgid "indexes containing: %s" +msgstr "indexes contenant:%s" + +#: conf/settings.py:22 +msgid "" +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "Un dictionnaire qui référence nom d'un index et indique l'emplacement où cet index sera dupliqué dans l'arborescence du système de fichiers." + +#: templates/indexing_help.html:3 +msgid "What are indexes?" +msgstr "Que sont les indexes?" + +#: templates/indexing_help.html:4 +msgid "Indexes group documents into a tree like hierarchical structure." +msgstr "Les indexes regoupent les documents dans une structure hiérarchique arborescente." diff --git a/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo b/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1169f66e39648eb03e941e542f7fbf0a6592b0c5 GIT binary patch literal 503 zcmY*VK~BRk5Cp*~N6sAfzySnXJE4eTD5A8fRH=cg4ctxYrbdY!*$#z=@EpFvTX0%b z#7HCC^6c!+ejn_A?s)8a9(o>m?s=YhHt2YM`OhnVHkvIaM!$;8;b@M}!dR&lgM@!@ z1@R!61yfOJ<1n$goa23+TTC^BrE?V{B$sYkzqB%45~D3QQX5h>wM1H53mZ%xQ|ueT zowvmScY;Ag!wBgmM&}S-u=7i#ZA!fmr{YaE?f>aQq!G|IYhRpFk6_HL!_;tP3+}XG zFnk)1;h~qra1$rJ(fF=67);~Y?AA+FUh`aFDtPIIMyPBF$G@YmR;!k4eB?sBuMpc8?X@LU\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:83 +msgid "upload signature" +msgstr "" + +#: __init__.py:84 +msgid "download signature" +msgstr "" + +#: __init__.py:85 +msgid "signatures" +msgstr "" + +#: forms.py:11 +msgid "Signature file" +msgstr "" + +#: models.py:20 +msgid "document version" +msgstr "" + +#: models.py:21 +msgid "signature file" +msgstr "" + +#: models.py:22 +msgid "has embedded signature" +msgstr "" + +#: models.py:37 +msgid "document version signature" +msgstr "" + +#: models.py:38 +msgid "document version signatures" +msgstr "" + +#: permissions.py:7 +msgid "Document signatures" +msgstr "" + +#: permissions.py:8 +msgid "Verify document signatures" +msgstr "" + +#: permissions.py:9 +msgid "Upload detached signatures" +msgstr "" + +#: permissions.py:10 +msgid "Download detached signatures" +msgstr "" + +#: views.py:47 +#, python-format +msgid "Signature status: %(widget)s %(text)s" +msgstr "" + +#: views.py:54 +msgid "embedded" +msgstr "" + +#: views.py:56 +msgid "detached" +msgstr "" + +#: views.py:61 +#, python-format +msgid "Signature ID: %s" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Signature type: %s" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Key ID: %s" +msgstr "" + +#: views.py:64 +#, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:65 +#, python-format +msgid "Signee: %s" +msgstr "" + +#: views.py:70 +#, python-format +msgid "signature properties for: %s" +msgstr "" + +#: views.py:96 +msgid "Detached signature uploaded successfully." +msgstr "" + +#: views.py:105 +#, python-format +msgid "Upload detached signature for: %s" +msgstr "" diff --git a/apps/documents/locale/fr/LC_MESSAGES/django.mo b/apps/documents/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ae09a0b719fc63fccb8378882169c88b2753b001 GIT binary patch literal 22859 zcmcJX3792Sb;qxW3M0$l#*(N7GW4`e_iSu7!Z6Gt0}PBz4+c?(>i4R6TqY)HiRM42HNKhE!g5sXUts`O*O(a1~5R68RBvIpPr|K3~ms@{7u-D8sX zar$4&UCurC+;h%7b%%$aaQIDz-;beRh5qDm#$56!V_tBqo*MJ2CmC}lcs+O-_(^a* zc+8WH*$i$2w}Nj1_5NGnIp7&jG3G3=39bfj1J{6G25aDv#~br}y$46Yd%;!UPeHXe zbb>Ln4}luT zec%%C#FJdPQ$dv*10N4w0;-?qfg0CNQ1xyG&jcR==fEfaiW|p`;04@&0z3u$1$Z2I z3Z1ImGeC`J6DU#F!C|lss{GqP$?MY|e+){FLrLd!IQx+ zfv1B%0-p&!ok|yj7lV@bP2f4;J>U@d3nBAA^mJpM!2RWcF{gnO;3#-KcqI5y5RsYB zfJ}w?DyVV%1k^k{hR#+081O6L$)L*pCn)}(2$RQvL*P2_ED+T)dqDB=YEb;$?eD({ zO23YJhSQ6yL0B}u1)d7t1_t2gLCN`_LG}ONpyYBah1C92LGix^6raxqnHsYRoCHJv z{$6l7_xFK2!2k01&s}EB72NLw#s3$;72sFFE5RcXmg-#tYCf+AVZq!DO8*`J)&FGa!2RH1&qQ~@cZ1UVuY;1q@hF+f zp9boF4AgvY0a+Sm0$c;W1Uv$~3q&Q&$3Tte0Z`+3$lw19cqI2f0M-A0fvP8AYurbI z>gVa;l8N z1kJyL;`>P>uKzWl^k+SY=`t?_j|Mv+rp~+^lpekXlpeeX6yIM0#os@GvImbHb>lrA zRK1fuo&!pLmxJPS7brgWfg0z_LFxOOLCNV(Q1#yjZUFBAj{%pgboEXIHSSaV{WC$; zTkG%70VVhKpw`zVpyp>cC^=jU9t*w#l%CuKs=Zr4$@dOW_1_1o-p4@k`$>O)ufPAI zzkdJ}{||xU)?h0#$E6sB#|xHJ;Ca>hJU5QQ-al`8Pn#%OjxVbogp#k52{F-v-d~ z;qR{oH4hOeJ!yl|hu47O|1MDD|179+{5dGO-3Lm4AN0?E;-CKv{K})?kwtYr@4vRz z`O~MJ;nw>ccn!}#3+@C@W3h(dE5QrF?||#T)6a7LY&R&ob1N8w4}z26rn9k;;JZQo zGmr3R8a$c8(%&0E>Gxe=0M3Iqg5LyDJ(E7m$?qMY^8Gldaemh07eKA6`$5U$ zN8k{6#F(>Nt3cI%IT(Pi1CIya58C+wC9nHIST_%Yo53fa>&Ep0a3A+Kfr!d1Wl&ll z8^K}lRiNz32SAPIUXZCZ4}!;mN1f;F{L?`3bqUCSCgaZq;QK+z^M~M5z%@(?A~0J( zT&j5)xDf507@-POk`=ww&dn-Vd-%4jHpMe_38^Gs)cY?nP z{ty(u$8Iv_QgAcKRGBw`4e$$~%8wy@RLr~#ya4Cq=a&ENMxjW52)JvXI$py?`7bL+`kSKUw4Av z0pABQMdr;geFgXssCBYxn;YjvpyWOcJ_EcCRQvA)wJz=hj|3n4TsL1!!N+lbKB#rE z8Pxc$0#$A&sQzRBz6DB-*MZWn+d!?)Pl0OZFTs<*zXeCY?}IA;RG3wJ7l0~%F?a-c zCAbva>F;Mi>C2pd{#x*9+`k=EJD&iTfnNuY10T2D*^3iF^*aWty&a&+PlB4K>p|)D zyTB)a4}s4H{|$U1I5O_|TMw%LOF*rUYe2O-3##7h!K1-eP_V@RK8vmC;>D$8~ zLpMJM)&I5~Zrn{!<>o+*|2ltv19%MguLs5dJ3!6b2SClo*Fd%NEl~4)*p;sQN#GLh zhe65r4FCLmPpMk1> z zuYGv9F%3irYF9rSx`h>eJ{=SK;I`ls1InWoOc_{zgn_qbRp~shl($nAa_e`U; z$MQ|mlP^K{L+3-%YyE!1f&IJBUw_l%E{~GsW=M1M5=d)Uzr&#)L#T1_dnQ+B_&d$5 zejk7~L9c>74ZQ&RZRj3|C1nnSc0E}A=pCIX?erH49hrX>Fe&2!K0DT^M3Um~tpKRh+pwB`-fKo`m zPeCDcA9N=42y`Jd2^|Z)AIg6(<6;$bIrIf+4fHYS-H?9AK|g{{fHLS@Xe;y$=u}Ad z>S9RtZ5DbPv=`FvE(his@Ws%6e}ALLZ-HNjhM<3h-U|I5q~D)F|7x#{`4{lD(C|f-zT9DL09O8-`_(Yu~+WTEx_wb_t$cLJ+vK)p+AQ{4DE#U`yBKb=x?A7 z^cT=M&?}+*cMKPQ4K0KI7J4J}SI{&RK>GbU^eku#bQ<&?NWTZ6&p?mX4ZpR}A3*=C z8~=L}xBS5M3DTquUqM*3<$9ZexlYEPxCNhK zO?{SI;C+pbgMCTTREsc^blQt;CXIr*q!VNve=!?p(_*I9h{7}o5yhg1z0R!vKWZ(L z6c=nxjOAhv;-+S%7S^VtgH&{LYKK(RY|qU^3-mXj+M(B2Xi%k2CgVob3Y%hUd44^N zT1}=*afR{Vlx55F2Rk*A;p~(}jK8A5YNM*sG$N%|_eJB<{Ne1tQ#={B>Q-OsotZ{l zLz53SgK5O-YfI7Wy7No%Ae?t*>RKFyGS=(@(#q4LWO6dDb+sW2mM^Oh(;DqcEkd{4 zl1aOwvOr5J9~gt2G#jR)+U~5=G#jkiA4s!Gucy**W;(8AK^o1ZQN{xF#(rH(g*l>>G3do{XhpN#qJF9>FRQ#;dnk30{y4Q^ zf{GT(T7^Pwv^K9^kLqTlwYWt=&sEP;YD8Hrjb~&Bxo(GXgJ<6SN|$SHv^$fDT~Vzq zU9Q>T)`N*TEhq%1#Wjp<7gr70vk>639jn@*HWSrj`H@5Hd^XGiUvr`UgJ7IBFqt$O z$!y%33To3~Ys&hRWOsnF)$C08r@h0@bwF}*CTIax2US>z!?K|1$B(P(6N|a9vt=hY zpH$CRx0RgH1GM1U?-nmP2j|$Bj&jv*N$cMa&YmsOqw%?dl^ZQ-*Ptp33}H}}h53@< z%Z97N$!wSrw!?`qlOnLra=B(QT3H)2)_o>ZP`xXbPkD4bMFz0eQzG|ci)pPWyZC0y zR>eBPop~cHSSRZsN>k_5?1gMkE(i@e$ScrPUZtugr5RO)zAhKr(_%Xi7r0f0gtbPP z5hPBB?XJVgcs`LPVOkHS(gaUaGO`2<%+_=e5_QC_Jqg~CM`<+GA@;RFD=wrNwmM-W z8+G<0tnUf&Vz^7%>0~k_`BHb5I0#e53?K1SOK-!Vf%2#{(!k?43JJQ9_}Y#fSE@+H zHr7e4agr^DgB7$C%tkmdu-hmj4)J?I6T^)lJ$m!PK6x5!dy%BZg!KoFA}ynHzzUmpB&_ke9Ri+PfGERj1_g z+?@D^2Uh4WXN{5=kZ1>(`@Vf;5sMFJrPlKC$W&H_Q?Y5K0SzozdheD^r76FnT%o;D zty7L2n@K&MoU;Q-5<;;}d$9`TrC>Ir2SJnADTrD%O1GxEkHn?Bn+e;~(rUke+(QMp z_DT^O7np%&j0Gyshtw=H7e&Pm7Mo&sBND8(`WUHY%hO1^Vqd-DLL&4N-0J*{Ger9*vtn|e{O)oD&J zJPJBd1k3$MSNL(R2(*oe>cb`Bz)u=ABU@9uCM6>1J2%dDMVYN}ElmbV!pekqRwk42 z-iX*_Yuq|yX$;C|^opa}>_Nn#NgBi~)0QRZsM~3Z(+-M*z1kDkal!3C(}}w)nafdg zS$S)e2M|2n+eVM08FLxM&E+lBFvYRTp(zTJC$~nL?Wuer#(OSkhr6S|a-eO7^dfRg zZPaXIX6+yN)-3O2E{E$j&BH+1y^}d=?6mW*$9k0OH&Kpi<0+JI^1Eoc4JEhm78{Fo zz(|#$it6%=w#DK4ijpeKvON6OqVDXKZBwP))?&Esy0UiEU6N<;oM+~_HXO+LLapqQ zzQU~%gu5qdn93clD~&@vYU9bFalctd4KG@Ne$Ue zK3)nllG;{jp$K9q9qlE*#%#1H%l2^l40|W(ytM&c&%RufxN{9=#9jq!hF2g3`*8KD z;whK*@f;S2X_*k3@oB9Y znSfRqWVtF$P!PS#8yv#L$Ta()f;X+C9qex5(4E6qBVKc+aqcpY5rvVei_(w_EUcz~ zX>4dW@#A@Jspuv%J9cc@Xm$+D;4pAalTYASpOv%c0#mr+Kjwgay9-`WoQZ}!Ku^|( zIB#YqK}GU}u4FQ61=GN$*XQyI)n1&Cx{Gtv?8vx_ZK5?yiBvR5JP+;zM~9TBY^Il> z2zAjyVhJ!tDrqD#{dokM8w5p0dY6x^h#t(9J_qd{@~Ir-JXKHM{$U|xg{~Fu?7a9= znwDy(#_bA$ZaS&%(@7q+GHfGxvnIc=ro4M68CLIHLb~T!F9UhxX{Vt2GOJcC-xd*c zAA5Zx%sY^ZbQ`q#pNp;Mv8-XwqtZUEyGgE=DY0j@F&J2HX$f%K1HqpHS9NCMPj-h6lF~DP#xI0R?uhkrzmAPDc*Hg13Qsi ziZ)}usO-FJ+RZp&g1vQZ%dEkF5hJT@lXp;DWZf&fS<8pgWs=wzuW2J-yD*DztWR+5~Ebbc3@DhR`HQO|deYiuH_wc{@EeNUvJp<;^X;VzPTh4|VzEzqmqecFwkW5sQf7v{0u}Vv3bM4t>@kI==RV_s z4bu5=)T+ly@fJ^9K%&%s+s4JbQ2b&1SGqqoj7|XHl$mBI=OjTYzw{|~i1>~c^9`{Lv zWQA^{I)l=XsIcBF*Ragsg;SF+U5{D*pl`pL8NZcrNDyzfrHOL#BU|btS31u(7HkdY z!d9?poR-HYvW^J(g%(1m+jjTFj)hY^(5KPAU z_&cE7v&PO`eflbXOD<&*jEpOuVHYV+a7Drn3WIZn>pysQ>K=@GhDN87*1oV2?Ym&A z$vlbI^J%3u)j>~3#-p$~7HlT)B|cs5M>RV;J8Gvbo{aX|!J)pAQMPi%4R0i>H?x%u z-^$9#bmj08?LxZ}Ts^vKiT}hiGLDHH3$%n*lKGEY=PG1RQR4GysD(+UV>abFvPAzAW zPD=ZQQ6AHGcC|9UpI&V2m&Q%C7Vz=CW|MyNcMv`?AJnv;;-}L2{o+e4h3a=5gBHGkROKqtQ)mb zy!8gO(J92fP!kIBnP}IHe2^rR&zWUm)8b@U)unZ2(bW!Z$Q6G1Nq%#V2tErInmswu z7OHHmL7Oz9_aY0`!wI%oP*mHMubfuWoRDF$sfxl*uSg;-DvWU=V7qo8nh|Y5()kY(id|V%UY9N|X|CBMduA2W9SgwN$V9mBE$+a; zwKyuj=B=r+7J|Lj{Qd@}Qgw$yF+1%IOFo8xCJJF*QSyRw z1N63!79FSF7zH7Dy!qQvIXskWQf4_nH4w&W<(lvO`8S5tpCjmW5q{v=^1@2AlaO<) z0|NG~d_vzt8O2u8A?E`NUI)rnAg^30*Q3*RK&ZM5H!DgoOjlh~Qr2zMS|I@@hjcBG z$o9gF9Dw_7f$9J@mbQx<@jZ(=elWiu7bO)twBrZ18Um`EJ~-57Y<@oeCHgNaF33R; zT*@T7@|^s^r*d{-a*`;fW3@bE4QVnKaRkAe%LUoZHA)+=Zk+`=HCy$yLdTP=s6Tf{Ul1*K;ozaIU9S>!t0J( z>6wyQfsXk(f9^`UBNsgdLk`kLRs;35ryVs^m+cr~0iQ4;4q(jRG1cIETC2_8rK4~5 zortV|vB|)M@J;5@^1WtY0OJKW1SpDB?B+uYVhmQ%8+#m{)(!Yo*|| zkp+{a_JQ3fNe`{T;DAQl%3_VcMI|~$V9jROX(vrC^`_vC0EKIN5XA|Zy%1$Q;aYq3ifn6R2Xk^4gO1IN|$wD8%o)#u~Y_P_tjjo;#>##_nLAff;ki)2x6+-b?&JU6E^2#7h6%&6&)OBfl*^a_ ztVnxiL$|r4@$%lOA9!PY?lOBMrCUvh8?00E+SVbWuJ{XtA&nEP|`bnIJMQvHYrHrU6HSi0*7!YH*XG zPtE5_+RXrPQfP|}P@M+KA(-dr2($H7c3)=)n_+ioyAsQm9Q!8h? zMdJ|*flm*zeXYJ?F6gB3A{n_DYhE#eL&W(Uiz8Z+m*dzL-{913kuJ2)b1fkqBAwzO z_8jXGx19&$qGj~##$B$c^pCa- z%qV=d$<5ruSdo^P)7p&rV%2JOh(DD>w8{+6u2H>5D{HE^+8RF6C!8qf$oNIFQ)0sA z|BCd6=0j6g#Oe01lI+C7i$+slRJ4LqxaG3VHr&SVi6c^W{3DA_!+sUAk+j6=;-;>@ z!=TFLp&i7tbdMo*y9HV<_v5qKAseMT*u2>R@qx?c+hYEmRaaa^=KDZUEn|W>4%E z!AWUtSFKieg|D~SanFtP5XqDVOp@NYL0_Vn9gZJrJFZNm9Y}vwzFqW`DJt6%Yr4nA#V?U4jim?KkOo4NQZDLzih=%fhx=%%_H7jQsJ7LJb@`aGaUiTjPh5I2NA zhP$uw$vsf=O8QfjE`1ch^_2dRwee}jC^amG;-CK^c$a|BFRaq4$wK6L2BI<#G8UBw zrB5VUf4#4(%t)}VNLTav4qNy#J?iPKR9Pje+t+S`#YlSlE~!(W*n3ooe)@`ZJ&#`X zu-BhD8Wj8VwYjL4=nM92ho$Yqpsbw9_f=&%UMdc8} zeHu2Um(HL0=LEeabLkJF$qZp<+%{v9HBZvW9jUP6vpYLewNUP4nw7qer*SAv`+$;S zu+z|vRHy7Xpq4a^UBgA-&KWgqn==F@S+-++c=oH=a84}`Fs-EfL|, 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 19:51+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:55 +msgid "all documents" +msgstr "tous les documents" + +#: __init__.py:56 models.py:669 views.py:870 +msgid "recent documents" +msgstr "documents récents" + +#: __init__.py:57 +msgid "upload new documents" +msgstr "transférer de nouveaux documents" + +#: __init__.py:58 +msgid "clone metadata" +msgstr "dupliquer les métadonnées" + +#: __init__.py:59 +msgid "details" +msgstr "détails" + +#: __init__.py:60 +msgid "properties" +msgstr "propriétés" + +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 +msgid "delete" +msgstr "supprimer" + +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 +msgid "edit" +msgstr "éditer" + +#: __init__.py:64 +msgid "preview" +msgstr "prévisualiser" + +#: __init__.py:65 __init__.py:66 __init__.py:67 +msgid "download" +msgstr "télécharger" + +#: __init__.py:68 +msgid "find duplicates" +msgstr "rechercher des doublons" + +#: __init__.py:69 +msgid "find all duplicates" +msgstr "rechercher tous les doublons" + +#: __init__.py:69 +msgid "" +"Search all the documents' checksums and return a list of the exact matches." +msgstr "Rechercher l'ensemble des sommes de contrôle des documents et renvoyer la liste des correspondances exactes." + +#: __init__.py:70 +msgid "update office documents' page count" +msgstr "mise à jour du nombre total de pages du document office" + +#: __init__.py:70 +msgid "" +"Update the page count of the office type documents. This is useful when " +"enabling office document support after there were already office type " +"documents in the database." +msgstr "mise à jour du nombre total de pages des documents de type office. Ceci est particulièrement utile lorsque vous activez la prise en charge des documents office après l'ajour effectif de documents office dans la base de données." + +#: __init__.py:71 __init__.py:72 +msgid "clear transformations" +msgstr "réinitialiser les transformations" + +#: __init__.py:73 +msgid "print" +msgstr "imprimer" + +#: __init__.py:74 +msgid "history" +msgstr "historique" + +#: __init__.py:75 +msgid "Find missing document files" +msgstr "Rechercher les fichiers de documents manquant " + +#: __init__.py:78 +msgid "Clear the document image cache" +msgstr "Vider le cache image du document" + +#: __init__.py:78 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "Effacer les représentations graphiques utilisées pour accélérer l'affichage du document et le résultat des transformations interactives." + +#: __init__.py:81 +msgid "page transformations" +msgstr "transformations de pages" + +#: __init__.py:82 +msgid "create new transformation" +msgstr "créer une nouvelle transformation" + +#: __init__.py:86 +msgid "page image" +msgstr "image de la page" + +#: __init__.py:87 +msgid "page text" +msgstr "texte de la page" + +#: __init__.py:88 +msgid "edit page text" +msgstr "modifier le texte de la page" + +#: __init__.py:89 +msgid "next page" +msgstr "page suivante" + +#: __init__.py:90 +msgid "previous page" +msgstr "page précédente" + +#: __init__.py:91 +msgid "first page" +msgstr "première page" + +#: __init__.py:92 +msgid "last page" +msgstr "dernière page" + +#: __init__.py:93 +msgid "zoom in" +msgstr "zoom avant" + +#: __init__.py:94 +msgid "zoom out" +msgstr "zoom arrière" + +#: __init__.py:95 +msgid "rotate right" +msgstr "rotation droite" + +#: __init__.py:96 +msgid "rotate left" +msgstr "rotation gauche" + +#: __init__.py:97 +msgid "reset view" +msgstr "réinitialiser la vue" + +#: __init__.py:100 +msgid "versions" +msgstr "versions" + +#: __init__.py:101 +msgid "revert" +msgstr "revenir" + +#: __init__.py:104 +msgid "document type list" +msgstr "liste des types de documents" + +#: __init__.py:105 views.py:1049 +msgid "document types" +msgstr "types de documents" + +#: __init__.py:106 +msgid "documents of this type" +msgstr "documents de ce type" + +#: __init__.py:109 views.py:1160 +msgid "create document type" +msgstr "créer un type de document" + +#: __init__.py:111 +msgid "filenames" +msgstr "noms de fichiers" + +#: __init__.py:112 +msgid "add filename to document type" +msgstr "ajouter un nom de fichier au type de document" + +#: __init__.py:156 permissions.py:7 +msgid "Documents" +msgstr "Documents" + +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 +msgid "documents" +msgstr "documents" + +#: __init__.py:161 +msgid "thumbnail" +msgstr "aperçu" + +#: __init__.py:164 +msgid "metadata" +msgstr "métadonnées" + +#: events.py:7 +msgid "Document creation" +msgstr "Création de document" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Document \"%(content_object)s\" créé par %(fullname)s." + +#: events.py:9 +#, python-format +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Document \"%(content_object)s\" créé le %(datetime)s par %(fullname)s." + +#: events.py:13 +msgid "Document edited" +msgstr "Document modifié" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Document \"%(content_object)s\" modifié par %(fullname)s." + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Document \"%(content_object)s\" modifié le %(datetime)s par %(fullname)s. Les modifications effectuées sont: %(changes)s." + +#: events.py:22 +msgid "Document deleted" +msgstr "Document supprimé" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Document \"%(document)s\" supprimé par %(fullname)s." + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "Document \"%(document)s\" supprimé le %(datetime)s par %(fullname)s." + +#: forms.py:63 +msgid "Page image" +msgstr "Image de la page" + +#: forms.py:73 forms.py:271 +msgid "Contents" +msgstr "Contenu" + +#: forms.py:109 +msgid "Page" +msgstr "Page" + +#: forms.py:121 +msgid "Details" +msgstr "Détails" + +#: forms.py:126 +msgid "Click on the image for full size preview" +msgstr "Cliquez l'image pour un aperçu taille réelle" + +#: forms.py:136 +#, python-format +msgid "Document pages (%s)" +msgstr "Pages du document (%s)" + +#: forms.py:164 +msgid "Use the new version filename as the document filename" +msgstr "Utiliser le nom de fichier de la nouvelle version comme nom de fichier du document" + +#: forms.py:179 +msgid "Quick document rename" +msgstr "Renommage rapide du document" + +#: forms.py:186 +msgid "Version update" +msgstr "Mise à jour de version" + +#: forms.py:191 +msgid "Release level" +msgstr "Niveau de version" + +#: forms.py:197 +msgid "Release level serial" +msgstr "Numéro de série du niveau de version" + +#: forms.py:205 +msgid "Comment" +msgstr "Commentaire" + +#: forms.py:211 +msgid "New document filename" +msgstr "Nouveau nom de fichier du document" + +#: forms.py:289 +msgid "Page range" +msgstr "Groupe de pages" + +#: forms.py:319 +msgid "Compress" +msgstr "Compresser" + +#: forms.py:319 +msgid "" +"Download the document in the original format or in a compressed manner. " +"This option is selectable only when downloading one document, for multiple " +"documents, the bundle will always be downloads as a compressed file." +msgstr "Télécharger le document dans son format original ou sous forme d'archive compressée. Cette option est uniquement disponible lors du téléchargement d'un document, lors du téléchargemtn d'un groupe de documents, ce dernier sera toujours téléchargé en tant qu'archive compressée." + +#: forms.py:320 +msgid "Compressed filename" +msgstr "" + +#: forms.py:320 +msgid "" +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" + +#: literals.py:15 +msgid "final" +msgstr "final" + +#: literals.py:16 +msgid "alpha" +msgstr "alpha" + +#: literals.py:17 +msgid "beta" +msgstr "beta" + +#: literals.py:18 +msgid "release candidate" +msgstr "version candidate pour publication" + +#: literals.py:19 +msgid "hotfix" +msgstr "correctif" + +#: models.py:62 +msgid "name" +msgstr "nom" + +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 +msgid "document type" +msgstr "type de document" + +#: models.py:69 +msgid "documents types" +msgstr "types de documents" + +#: models.py:79 +msgid "description" +msgstr "description" + +#: models.py:80 +msgid "added" +msgstr "ajouté" + +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 +msgid "document" +msgstr "document" + +#: models.py:295 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "Majeur %(major)i.%(minor)i, (nouvelle version)" + +#: models.py:296 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "Mineur %(major)i.%(minor)i, (mises à jour)" + +#: models.py:297 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "Micro %(major)i.%(minor)i.%(micro)i, (correction mineures)" + +#: models.py:309 +msgid "mayor" +msgstr "majeur" + +#: models.py:310 +msgid "minor" +msgstr "mineur" + +#: models.py:311 +msgid "micro" +msgstr "micro" + +#: models.py:312 +msgid "release level" +msgstr "niveau de version" + +#: models.py:313 +msgid "serial" +msgstr "série" + +#: models.py:314 +msgid "timestamp" +msgstr "horodatage" + +#: models.py:315 views.py:1356 +msgid "comment" +msgstr "commentaire" + +#: models.py:318 +msgid "file" +msgstr "fichier" + +#: models.py:322 +msgid "checksum" +msgstr "somme de contrôle" + +#: models.py:326 models.py:327 models.py:560 +msgid "document version" +msgstr "version du document" + +#: models.py:419 +msgid "" +"This document's file format is not known, the page count has therefore " +"defaulted to 1." +msgstr "Le format de fichier de ce document est inconnu, le nombre de pages est donc de 1 par défaut." + +#: models.py:544 views.py:1352 +msgid "filename" +msgstr "nom de fichier" + +#: models.py:545 views.py:1180 +msgid "enabled" +msgstr "activé" + +#: models.py:552 +msgid "document type quick rename filename" +msgstr "renommage rapide du nom de fichier du type de document" + +#: models.py:553 +msgid "document types quick rename filenames" +msgstr "renommage rapide des noms de fichiers des types de documents" + +#: models.py:561 +msgid "content" +msgstr "contenu" + +#: models.py:562 +msgid "page label" +msgstr "titre de page" + +#: models.py:563 +msgid "page number" +msgstr "numéro de page" + +#: models.py:566 +#, python-format +msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" +msgstr "Page %(page_num)d sur %(total_pages)d de %(document)s" + +#: models.py:574 models.py:620 +msgid "document page" +msgstr "page du document" + +#: models.py:575 +msgid "document pages" +msgstr "pages du document" + +#: models.py:595 +msgid "Enter a valid value." +msgstr "Saisissez une valeur valide." + +#: models.py:621 views.py:448 +msgid "order" +msgstr "ordre" + +#: models.py:622 views.py:449 views.py:510 views.py:541 +msgid "transformation" +msgstr "transformation" + +#: models.py:623 views.py:450 +msgid "arguments" +msgstr "arguments" + +#: models.py:623 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Recourir aux dictionnaires pour identifier les arguments, exemple:%s" + +#: models.py:631 +msgid "document page transformation" +msgstr "transformation de page de document" + +#: models.py:632 +msgid "document page transformations" +msgstr "transformations de pages de documents" + +#: models.py:657 +msgid "user" +msgstr "utilisateur" + +#: models.py:659 +msgid "accessed" +msgstr "consulté" + +#: models.py:668 +msgid "recent document" +msgstr "document récent" + +#: models.py:674 +msgid "Document type" +msgstr "Type de document" + +#: models.py:675 +msgid "MIME type" +msgstr "type MIME" + +#: models.py:676 views.py:130 +msgid "Filename" +msgstr "Nom de fichier" + +#: models.py:677 +msgid "Metadata value" +msgstr "Valeur de la métadonnée" + +#: models.py:678 +msgid "Content" +msgstr "Contenu" + +#: models.py:679 +msgid "Description" +msgstr "Description" + +#: models.py:680 +msgid "Tags" +msgstr "Tags" + +#: models.py:681 +msgid "Comments" +msgstr "Commentaires" + +#: permissions.py:9 +msgid "Create documents" +msgstr "Créer les documents" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "Modifier les propriétés du document" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "Modifier les documents" + +#: permissions.py:12 +msgid "View documents" +msgstr "Visualiser les documents" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "Supprimer les documents" + +#: permissions.py:14 views.py:406 +msgid "Download documents" +msgstr "Télécharger les documents" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "Transformer les documents" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "Lancer les outils de modification de document" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "Revenir à une version précédente du document" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "Créer une nouvelle version du document" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "Configuration des documents" + +#: permissions.py:22 +msgid "View document types" +msgstr "Afficher les types de documents" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "Modifier des types de documents" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "Supprimer des types de documents" + +#: permissions.py:25 +msgid "Create document types" +msgstr "Créer des types de documents" + +#: statistics.py:44 +#, python-format +msgid "Document types: %d" +msgstr "Types de documents:%d" + +#: statistics.py:45 +#, python-format +msgid "Documents in database: %d" +msgstr "Documents dans la base de données:%d" + +#: statistics.py:50 +#, python-format +msgid "Documents in storage: %d" +msgstr "Documents en stockage local:%d " + +#: statistics.py:52 +#, python-format +msgid "" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Espace utilisé en stockage local: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" + +#: statistics.py:63 +#, python-format +msgid "Document pages in database: %d" +msgstr "Nombre de pages de documents dans la base de données:%d" + +#: statistics.py:64 +#, python-format +msgid "Minimum amount of pages per document: %d" +msgstr "Nombre minimal de pages par document:%d" + +#: statistics.py:65 +#, python-format +msgid "Maximum amount of pages per document: %d" +msgstr "Nombre maximal de pages par document:%d" + +#: statistics.py:66 +#, python-format +msgid "Average amount of pages per document: %f" +msgstr "Nombre moyen de pages par document:%f" + +#: statistics.py:71 +msgid "Document statistics" +msgstr "Statistiques sur les documents" + +#: views.py:131 +msgid "File mimetype" +msgstr "Type MIME du fichier" + +#: views.py:131 views.py:132 +msgid "None" +msgstr "Aucun" + +#: views.py:132 +msgid "File mime encoding" +msgstr "Encodage MIME du fichier" + +#: views.py:133 +msgid "File size" +msgstr "Taille du fichier" + +#: views.py:134 +msgid "Exists in storage" +msgstr "Présent dans le stockage local" + +#: views.py:135 +msgid "File path in storage" +msgstr "Chemin du fichier dans le stockage local" + +#: views.py:136 +msgid "Date added" +msgstr "Date d'ajout" + +#: views.py:137 +msgid "Time added" +msgstr "Heure d'ajout" + +#: views.py:138 +msgid "Checksum" +msgstr "Somme de contrôle" + +#: views.py:139 +msgid "UUID" +msgstr "UUID" + +#: views.py:140 +msgid "Pages" +msgstr "Pages" + +#: views.py:149 +#, python-format +msgid "document properties for: %s" +msgstr "propriétés de document pour:%s" + +#: views.py:171 +msgid "document data" +msgstr "données du document" + +#: views.py:195 views.py:645 +msgid "Must provide at least one document." +msgstr "Au moins un document est requis" + +#: views.py:216 +msgid "Document deleted successfully." +msgstr "Suppression du document effectuée avec succès." + +#: views.py:218 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "Document: erreur de suppression du %(document)s: %(error)s" + +#: views.py:233 +#, python-format +msgid "Are you sure you wish to delete the document: %s?" +msgstr "Etes vous certain de vouloir supprimer le document:%s?" + +#: views.py:235 +#, python-format +msgid "Are you sure you wish to delete the documents: %s?" +msgstr "Etes vous certain de vouloir supprimer les documents:%s?" + +#: views.py:274 +#, python-format +msgid "Document \"%s\" edited successfully." +msgstr "Modification du document \"%s\" effectuée." + +#: views.py:340 +msgid "documents to be downloaded" +msgstr "documents à télécharger" + +#: views.py:350 views.py:1336 +msgid "version" +msgstr "version" + +#: views.py:407 +msgid "Download" +msgstr "Télécharger" + +#: views.py:409 +msgid "Return" +msgstr "Retour" + +#: views.py:444 +#, python-format +msgid "transformations for: %s" +msgstr "transformations pour:%s" + +#: views.py:471 +msgid "Document page transformation created successfully." +msgstr "Transformation de page pour le document créée avec succès." + +#: views.py:480 +#, python-format +msgid "Create new transformation for page: %(page)s of document: %(document)s" +msgstr "Créer une nouvelle transformation pour la page:%(page)s du document: %(document)s" + +#: views.py:499 +msgid "Document page transformation edited successfully." +msgstr "Transformation de page pour le document modifiée avec succès." + +#: views.py:512 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +msgstr "Modifier la transformation \"%(transformation)s\" pour: %(document_page)s" + +#: views.py:532 +msgid "Document page transformation deleted successfully." +msgstr "Transformation de page pour le document supprimée avec succès." + +#: views.py:543 +#, python-format +msgid "" +"Are you sure you wish to delete transformation \"%(transformation)s\" for: " +"%(document_page)s" +msgstr "Êtes vous certain de vouloir supprimer la transformation \"%(transformation)s\" pour: %(document_page)s" + +#: views.py:561 +#, python-format +msgid "duplicates of: %s" +msgstr "doublon de:%s" + +#: views.py:573 +msgid "Are you sure you wish to find all duplicates?" +msgstr "Êtes vous certain de vouloir rechercher tous les doublons ?" + +#: views.py:574 views.py:632 views.py:700 +msgid "On large databases this operation may take some time to execute." +msgstr "Sur une grosse base de données cette opération peut prendre un certain temps." + +#: views.py:597 +msgid "duplicated documents" +msgstr "documents en doublon" + +#: views.py:623 +#, python-format +msgid "" +"Page count update complete. Documents processed: %(total)d, documents with " +"changed page count: %(change)d" +msgstr "Mise à jour du nombre total de pages effectué. Documents traités: %(total)d, documents dont le nombre total de pages a été modifié: %(change)d" + +#: views.py:631 +#, python-format +msgid "" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "Êtes vous certain de vouloir mettre à jour les nombres totals de pages pour les documents office (%d)?" + +#: views.py:663 +#, python-format +msgid "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "Toutes les transformations de page pour le document:%s, ont été supprimées avec succès" + +#: views.py:665 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "Erreur survenue lors de la suppression des transformations de page pour le document:%(document)s; %(error)s." + +#: views.py:671 +msgid "document transformation" +msgstr "transformation du document" + +#: views.py:680 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "Êtes vous certain de vouloir supprimer toutes les transformations de page pour le document:%s?" + +#: views.py:682 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr "Êtes vous certain de vouloir supprimer toutes les transformations de page pour les documents:%s?" + +#: views.py:710 +msgid "missing documents" +msgstr "documents introuvables" + +#: views.py:726 views.py:768 +#, python-format +msgid "details for: %s" +msgstr "détails pour:%s" + +#: views.py:787 +msgid "Document page edited successfully." +msgstr "Page du document modifiée avec succès" + +#: views.py:796 +#, python-format +msgid "edit: %s" +msgstr "modifier:%s" + +#: views.py:813 +msgid "There are no more pages in this document" +msgstr "Il n'y a pas d'autres pages dans ce document" + +#: views.py:831 +msgid "You are already at the first page of this document" +msgstr "Vous êtes déjà sur la première page du document" + +#: views.py:992 +#, python-format +msgid "print: %s" +msgstr "imprimer:%s" + +#: views.py:1065 +#, python-format +msgid "documents of type \"%s\"" +msgstr "documents du type \"%s\"" + +#: views.py:1085 +msgid "Document type edited successfully" +msgstr "Type de document modifié avec succès" + +#: views.py:1088 +#, python-format +msgid "Error editing document type; %s" +msgstr "Erreur lors de la modification du type de document;%s" + +#: views.py:1093 +#, python-format +msgid "edit document type: %s" +msgstr "modifier le type de document:%s" + +#: views.py:1117 +#, python-format +msgid "Document type: %s deleted successfully." +msgstr "Type de document:%s supprimé avec succès." + +#: views.py:1119 +#, python-format +msgid "Document type: %(document_type)s delete error: %(error)s" +msgstr "Type de document: %(document_type)s erreur de suppression: %(error)s" + +#: views.py:1134 +#, python-format +msgid "Are you sure you wish to delete the document type: %s?" +msgstr "Êtes vous certain de vouloir supprimer le type de document:%s?" + +#: views.py:1135 +msgid "" +"The document type of all documents using this document type will be set to " +"none." +msgstr "Le type de document de tous les documents utilisant ce type de document seront réinitialisés." + +#: views.py:1151 +msgid "Document type created successfully" +msgstr "Type de document créé avec succès" + +#: views.py:1154 +#, python-format +msgid "Error creating document type; %(error)s" +msgstr "Erreur lors de la création du type de document;%(error)s" + +#: views.py:1172 +#, python-format +msgid "filenames for document type: %s" +msgstr "noms de fichiers pour le type de document:%s" + +#: views.py:1203 +msgid "Document type filename edited successfully" +msgstr "nom de fichier pour le type de document modifié avec succès" + +#: views.py:1206 +#, python-format +msgid "Error editing document type filename; %s" +msgstr "Erreur lors de la modification du nom de fichier du type de document;%s" + +#: views.py:1211 +#, python-format +msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" +msgstr "modifier le nom de fichier \"%(filename)s\" du type de document \"%(document_type)s\"" + +#: views.py:1220 views.py:1246 views.py:1254 +msgid "document type filename" +msgstr "nom de fichier du type de document" + +#: views.py:1238 +#, python-format +msgid "Document type filename: %s deleted successfully." +msgstr "Nom de fichier du type de document:%s supprimé avec succès." + +#: views.py:1240 +#, python-format +msgid "" +"Document type filename: %(document_type_filename)s delete error: %(error)s" +msgstr "Nom de fichier du type de document:%(document_type_filename)s erreur de suppression:%(error)s" + +#: views.py:1256 +#, python-format +msgid "" +"Are you sure you wish to delete the filename: %(filename)s, from document " +"type \"%(document_type)s\"?" +msgstr "Êtes vous certain de vouloir supprimer le fichier:%(filename)s, du type de document \"%(document_type)s\"?" + +#: views.py:1281 +msgid "Document type filename created successfully" +msgstr "Nom de fichier du type de document créé avec succès" + +#: views.py:1284 +#, python-format +msgid "Error creating document type filename; %(error)s" +msgstr "Erreur lors de la création du nom de fichier du type de document; %(error)s" + +#: views.py:1290 +#, python-format +msgid "create filename for document type: %s" +msgstr "créer un fichier pour le type de document:%s" + +#: views.py:1305 +msgid "Document image cache cleared successfully" +msgstr "Cache d'image du document vidé avec succès" + +#: views.py:1307 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "Erreur lors du vidage du cache d'images du document;%s" + +#: views.py:1313 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "Êtes vous certain de vouloir vider le cache d'images du document?" + +#: views.py:1330 +#, python-format +msgid "versions for document: %s" +msgstr "versions du document:%s" + +#: views.py:1340 +msgid "time and date" +msgstr "heure et date" + +#: views.py:1344 +msgid "mimetype" +msgstr "type mime" + +#: views.py:1348 +msgid "encoding" +msgstr "encodage" + +#: views.py:1379 +msgid "Document version reverted successfully" +msgstr "Retour à version précédente du document effectuée avec succès" + +#: views.py:1381 +#, python-format +msgid "Error reverting document version; %s" +msgstr "Erreur lors du retour à une version précédente du document;%s" + +#: views.py:1388 +msgid "Are you sure you wish to revert to this version?" +msgstr "Êtes vous certain de vouloir revenir à cette version?" + +#: views.py:1389 +msgid "All later version after this one will be deleted too." +msgstr "Toutes les versions postérieures à celle-ci seront effacées" + +#: widgets.py:25 +msgid "document page image" +msgstr "image pour la page du document" + +#: wizards.py:36 +msgid "step 1 of 3: Document type" +msgstr "étape 1 sur 3: Type de document" + +#: wizards.py:37 +msgid "step 2 of 3: Metadata selection" +msgstr "étape 2 sur 3: Sélection des métadonnées" + +#: wizards.py:38 +msgid "step 3 of 3: Document metadata" +msgstr "étape 3 sur 3: Métadonnées du document" + +#: wizards.py:46 +msgid "Next step" +msgstr "Étape suivante" + +#: conf/settings.py:38 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Nombre maximum de documents récents (créés, modifiés, visualisés) à mémoriser par utilisateur." + +#: conf/settings.py:39 +msgid "Amount in percent zoom in or out a document page per user interaction." +msgstr "Valeur en pourcentage du zoom avant ou arrière pour une page de document pour les utilisateurs." + +#: conf/settings.py:40 +msgid "" +"Maximum amount in percent (%) to allow user to zoom in a document page " +"interactively." +msgstr "Maximum en pourcents (%) de la valeur du zoom avant interactif autorisé pour l'utilisateur." + +#: conf/settings.py:41 +msgid "" +"Minimum amount in percent (%) to allow user to zoom out a document page " +"interactively." +msgstr "Minimum en pourcents (%) de la valeur du zoom arrière interactif autorisé pour l'utilisateur." + +#: conf/settings.py:42 +msgid "Amount in degrees to rotate a document page per user interaction." +msgstr "Valeur en degrés pour la rotation d'une page de document par l'utilisateur" + +#: templates/document_types_help.html:3 +msgid "What are document types?" +msgstr "Quels sont les types de documents ?" + +#: templates/document_types_help.html:4 +msgid "" +"Document types define a class that represents a broard group of documents, " +"such as: invoices, regulations or manuals. The advantage of using document " +"types are: assigning a list of typical filenames for quick renaming during " +"creation, as well as assigning default metadata types and sets to it." +msgstr "Les types de documents définissent une classe de documents qui représentent un groupe de documents au sens large tels que: facture, règlement, ou manuel d'utilisation. L'utilisation de types de documents présente comme avantages: renommage rapide d'une liste de noms de fichiers lors de leur création, ainsi que l'affectation automatique de types et de groupes de métadonnées. " + +#: templates/recent_document_list_help.html:3 +msgid "What are recent documents?" +msgstr "Quels sont les documents les plus récents ?" + +#: templates/recent_document_list_help.html:4 +#, python-format +msgid "" +"Here you will find the latest %(recent_count)s documents you have either " +"created or edited in any way." +msgstr "Vous trouverez ici les derniers %(recent_count)s documents que vous avez créés ou modifiés d'une façon ou d'une autre." diff --git a/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d10b74891d2586996809efd9285dc963b9108bda GIT binary patch literal 2208 zcmZ{k&u<$=6vqcBv^BrmLPdpOgc^~kUE4`%DO*wjX;LaRG)e*-I7H*!XM13GW;-)$ z*W9>+5E9&bLP|NojU)Jg#EAn(;9o%E4?uk1dTob5M_PY8Ki<6ezBBXwIC11Ffp!|- z^Z0(n_aeSeAHWaVu?K}X3mylDU=ut7ehs$4Z@^37Z{Q=~$%lk^3OoZo0iFXN17q+> z@OnM}KFIs@!H2;dd>r&3uloe#IKBXng5QE0;P)W=VPoF+D9HPqs`(uF3u1o(d>P|^ zV)J|8X&CXkA3=`yCol&829JZU!3k@y2A%;w0G|a1;0f?E@M-Wa$a#GS9s_@<=YIxI zq5nI07W@lrfTywOCioJ_ek}M5I08AI&%sB*FF}@^=Qs}5f_34>{@6ECue9O3xgm4` z*{cTgS%d5940wQZU_abAkCXT~E{>HO`{uaBdZr3bsSG-&SS~Cw_fpD&TJq9UVomDB zx(VcD=#xyzYlr2YluP>ZBN`2@OL=9XoC=ufjHEAALQN@enQT;91zTY2iOrrPUuMDY zWjfaZPU^lK>MWBTl4_uIraBol#oLq>VpHAGd6`R<+tP%o=e`bJ1}nQ15Qj3UOtmjE zHEPZbOqq8Ow(U-BZkOaVRc4NIs%8tUC_TBR*r`&gA;~%GAc&t1)L~A$5G40Pr2}P> znI0mA1gxM;9I+aL!xZdyBpf9)i~rv}@`w9!F|X4`_zUS0<}1~vJTDi0-ww6uNy{oj zU35(??q0%DL0ek}&VONXVm=*T5|gv2AyrRlBf_X4!CHtdXFsGQL^smtJ#t=K6U$9C zQbw*{+uUhvQ(;|*HhoX0(OYHDN4qwb{Sb<{)#~ZcFFVb|<}GKva@x99&bBS>eM!Et zb!#_TV|lP`bPX!Sa;3ez6188ARxZfpi}8g^QTvs48w;at8fbQZc-^vGxeza3Jl95R z+*Ce9yG|LOslbP}rEz*BZ}zPZBwsHGht*6}=yz1wXdo!{M+Qcx&CIJ5^G}L>u2KCTT^K=DwBHyR^Elwba?<9xsH;#6WNAp^a`y=pfzC@m-bXDM?|TVw!H`rH1docaLnU_M zz3*EN3Or4mAL;_OK%r0^13Bndy>M%E)*;^%Z|ao9J2vkig6gfP49*T(jqgg;?P?CJ z3S}1K|CvqWhe~&4KHkr*({NiEmO*FQcB?F30x*;ZLnRr_L4Tz)&S(HC7dv z$q5}8oL3oaTUD7^>|!oIYE2ILaU;3 G$ovn({elYs literal 0 HcmV?d00001 diff --git a/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po b/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..404453b597 --- /dev/null +++ b/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,115 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Pierre Lhoste , 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-21 23:15+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:5 +msgid "search" +msgstr "recherche" + +#: __init__.py:6 views.py:72 +msgid "advanced search" +msgstr "recherche avancée" + +#: __init__.py:7 +msgid "search again" +msgstr "rechercher à nouveau" + +#: forms.py:8 +msgid "Search terms" +msgstr "Termes de la recherche" + +#: models.py:21 +msgid "user" +msgstr "utilisateur" + +#: models.py:22 +msgid "query" +msgstr "requête" + +#: models.py:23 +msgid "datetime created" +msgstr "date de création" + +#: models.py:24 +msgid "hits" +msgstr "nombre de vues" + +#: models.py:62 +msgid "recent search" +msgstr "recherche récente" + +#: models.py:63 +msgid "recent searches" +msgstr "recherches récentes" + +#: views.py:33 +#, python-format +msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" +msgstr "résultats, (montrant seulement %(shown_result_count)s sur %(result_count)s)" + +#: views.py:37 +msgid "results" +msgstr "résultats" + +#: views.py:56 +#, python-format +msgid "Search error: %s" +msgstr "Erreur de recherche: %s" + +#: views.py:60 +msgid "type" +msgstr "type" + +#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 +#: templatetags/search_tags.py:20 +msgid "Search" +msgstr "Recherche" + +#: conf/settings.py:12 +msgid "Maximum amount search hits to fetch and display." +msgstr "Nombre maximal de résultats à afficher par recherche" + +#: conf/settings.py:13 +msgid "Maximum number of search queries to remember per user." +msgstr "Nombre maximal de recherches à mémoriser par utilisateur" + +#: templates/search_help.html:3 +msgid "Help" +msgstr "Aide" + +#: templates/search_help.html:4 +#, python-format +msgid "" +"Enter the desired search keywords separated by space. Only the top " +"%(search_results_limit)s results will be available." +msgstr "Saisissez les mots sur lesquels vous souhaitez faire une recherche, séparés par des espaces. Seuls les %(search_results_limit)s premiers résultats seront disponilbes." + +#: templates/search_results.html:3 +msgid "Search results" +msgstr "Résultats de la recherche" + +#: templates/search_results.html:19 +#, python-format +msgid "Elapsed time: %(time_delta)s seconds" +msgstr "Temps écoulé: %(time_delta)s secondes" + +#: templatetags/search_tags.py:33 +#, python-format +msgid "recent searches (maximum of %d)" +msgstr "recherches récentes (maximum de %d)" diff --git a/apps/folders/locale/fr/LC_MESSAGES/django.mo b/apps/folders/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c31d2679420f67ab4671b1e95032bbeb7b39e9e2 GIT binary patch literal 503 zcmYLF!A=4(5Y^~ukDfiu!GlJJc0m-Y7*UplgjE8o_qvp&X1Cq6UBM6WbNm&*#V!ze z$xGYx&6|1idvy4{=dtg3?0MpO;CbO$qvQGGKX3e5YyL4d`a`4+hckQ=#!9Ui#QcjZ zi2Cs~n21svhq2A%3?Hk^Vxk!=oGTe2nRJWly^-pI7;U+c+K{5ICDPhT*kJsU;FA&D zd0XsrCm1wo*hG4b%@%}h*1AG^NvRj&M10D+{Z1Dmy}=d*ddb@DbLtU{xOJEqu58Yo zHVg)@qY*s!;t1}dxHlX<^!oitG@agismdyz2}}epywC`hF5q-K`f|B!xY|d~#cG|P z+$_S9a+3kYtgs~Cx{$dcXF)uSqurXq1`VFHazgo;zDgg?iIpQ|&ZWAAbis`kuKSt{ zu(Q+EJ?Fw;q*6VTDr3-jm+pUB26GdP^UClX2ig>tfhyNe+il*$=Gr|~a1Y^Gu=fWO CbChxb literal 0 HcmV?d00001 diff --git a/apps/folders/locale/fr/LC_MESSAGES/django.po b/apps/folders/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..bb789d7bc8 --- /dev/null +++ b/apps/folders/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,229 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:55+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:18 +msgid "folder list" +msgstr "" + +#: __init__.py:19 views.py:77 +msgid "create folder" +msgstr "" + +#: __init__.py:20 +msgid "edit" +msgstr "" + +#: __init__.py:21 +msgid "delete" +msgstr "" + +#: __init__.py:22 +msgid "remove from folder" +msgstr "" + +#: __init__.py:23 +msgid "folder documents" +msgstr "" + +#: __init__.py:24 +msgid "add to a folder" +msgstr "" + +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 +msgid "folders" +msgstr "" + +#: __init__.py:27 +msgid "ACLs" +msgstr "" + +#: forms.py:38 +msgid "Folder" +msgstr "" + +#: models.py:11 +msgid "title" +msgstr "" + +#: models.py:12 +msgid "user" +msgstr "" + +#: models.py:13 +msgid "datetime created" +msgstr "" + +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 +msgid "folder" +msgstr "" + +#: models.py:48 +msgid "document" +msgstr "" + +#: models.py:54 views.py:261 +msgid "folder document" +msgstr "" + +#: models.py:55 +msgid "folders documents" +msgstr "" + +#: permissions.py:7 +msgid "Folders" +msgstr "" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "" + +#: views.py:37 +msgid "created" +msgstr "" + +#: views.py:38 +msgid "documents" +msgstr "" + +#: views.py:69 +msgid "Folder created successfully" +msgstr "" + +#: views.py:72 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:97 +msgid "Folder edited successfully" +msgstr "" + +#: views.py:100 +#, python-format +msgid "Error editing folder; %s" +msgstr "" + +#: views.py:105 +#, python-format +msgid "edit folder: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Folder: %s deleted successfully." +msgstr "" + +#: views.py:131 +#, python-format +msgid "Folder: %(folder)s delete error: %(error)s" +msgstr "" + +#: views.py:142 +#, python-format +msgid "Are you sure you with to delete the folder: %s?" +msgstr "" + +#: views.py:168 +#, python-format +msgid "documents in folder: %s" +msgstr "" + +#: views.py:188 +#, python-format +msgid "Document: %(document)s added to folder: %(folder)s successfully." +msgstr "" + +#: views.py:191 +#, python-format +msgid "Document: %(document)s is already in folder: %(folder)s." +msgstr "" + +#: views.py:199 +#, python-format +msgid "add document \"%s\" to a folder" +msgstr "" + +#: views.py:219 +#, python-format +msgid "folders containing: %s" +msgstr "" + +#: views.py:235 +msgid "Must provide at least one folder document." +msgstr "" + +#: views.py:253 +#, python-format +msgid "Document: %s removed successfully." +msgstr "" + +#: views.py:255 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "" + +#: views.py:269 +#, python-format +msgid "" +"Are you sure you wish to remove the document: %(document)s from the folder " +"\"%(folder)s\"?" +msgstr "" + +#: views.py:272 +#, python-format +msgid "" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "" + +#: templates/folders_help.html:3 +msgid "What are folders?" +msgstr "" + +#: templates/folders_help.html:4 +msgid "" +"These folders can also be described as user folders. They are a way to let " +"individual users create their own document organization methods. Folders " +"created by one user and the documents contained by them don't affect any " +"other user folders or documents." +msgstr "" + +#: templatetags/folder_tags.py:17 +msgid "Add document to a folder" +msgstr "" diff --git a/apps/history/locale/fr/LC_MESSAGES/django.mo b/apps/history/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9d8ed125faeaf99bd5c1bc12ae03b5f7b906d8f8 GIT binary patch literal 503 zcmYLF!A=4(5Y^~ukDfiu!GlDHc0mxU7*UplgjE8I_qvp&X1Cq6UC|HmbNm&*#jY56 z$xGYx&6|1ieRTM_=dtg3?0MpO;Cb#@qv!eMKd<~*YyL4c`cYdHNIeY4p#UF{=R;{7*4 zxm|=MN4qtJO&UCC<%IGxeUv_&6Yq|cIhX1h(ls|$xc(v; zVQ;6ad#;4RNTqryRmPzABHjPA3|1zX=9S?&j\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:17 +msgid "date and time" +msgstr "" + +#: __init__.py:21 +msgid "type" +msgstr "" + +#: __init__.py:25 +msgid "summary" +msgstr "" + +#: links.py:7 models.py:73 +msgid "history" +msgstr "" + +#: links.py:8 +msgid "details" +msgstr "" + +#: models.py:18 +msgid "namespace" +msgstr "" + +#: models.py:19 +msgid "name" +msgstr "" + +#: models.py:34 models.py:43 +msgid "history type" +msgstr "" + +#: models.py:35 +msgid "history types" +msgstr "" + +#: models.py:39 +msgid "date time" +msgstr "" + +#: models.py:44 +msgid "dictionary" +msgstr "" + +#: models.py:74 +msgid "histories" +msgstr "" + +#: permissions.py:7 +msgid "History" +msgstr "" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "" + +#: views.py:37 +msgid "history events" +msgstr "" + +#: views.py:40 +msgid "object link" +msgstr "" + +#: views.py:68 +#, python-format +msgid "history events for: %s" +msgstr "" + +#: views.py:86 +msgid "Date" +msgstr "" + +#: views.py:87 +msgid "Time" +msgstr "" + +#: views.py:88 +msgid "Object" +msgstr "" + +#: views.py:89 +msgid "Event type" +msgstr "" + +#: views.py:90 +msgid "Additional details" +msgstr "" + +#: views.py:90 +msgid "None" +msgstr "" + +#: views.py:94 +#, python-format +msgid "details for: %s" +msgstr "" + +#: views.py:106 +#, python-format +msgid "history events of type: %s" +msgstr "" diff --git a/apps/installation/locale/fr/LC_MESSAGES/django.mo b/apps/installation/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c479b034f043f26a0a6988961296ca7db9735b7a GIT binary patch literal 503 zcmY*V(N4lJ6vgP%9)0%VKKOvqOShqdMT{sTAz?~j`d&vFHCwy1o#==7IsS^@Vkbo6 zNlx0P=bn4d{XRVSY&h&W9yuO6?mM12*62EZxz8(i)|x*|wR+{L#qk24xi&&c3Nia& z5~5)|_h!6Q+G1=nvB0}3Gngm}D{D(iNG9y6dTFJqAX*uwh0>&`Yl$$X;>MdkCU~zo zv(6TW%yJ5$AB5<4Fl<9`LE9bl&wbwsamL?7-Tt5M5`zweAq~2xzJoVm#$uwGG&!?M zQy4u>Ch#zbBe;&@!FX~z7!GIAe17AkGOJj|G2yImLd|8mg64Mg^?Kd1wU1cx_umBN zW)X&zn+(Vog(3OYg)B8W@#1kD?bZ~ueD7XK%cYy?qjcdcf48K}nUFn5S4\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: links.py:7 models.py:148 +msgid "installation details" +msgstr "" + +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +msgid "Distributor ID" +msgstr "" + +#: models.py:65 +msgid "Description" +msgstr "" + +#: models.py:66 +msgid "Release" +msgstr "" + +#: models.py:67 +msgid "Codename" +msgstr "" + +#: models.py:68 +msgid "System info" +msgstr "" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +msgid "Platform" +msgstr "" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +msgid "Processor" +msgstr "" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +msgid "Disk partitions" +msgstr "" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:24 +msgid "Installation environment details" +msgstr "" diff --git a/apps/linking/locale/fr/LC_MESSAGES/django.mo b/apps/linking/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1b73e2b0fd9edbcdcaf4d17c60ba327bda107c52 GIT binary patch literal 7363 zcmb7|U5p)N8OL7`kuE9-RZ$UNpk;TV=j?6^rJRDBBq@^=iReI=gb`D zW7~x*6JmsTLx>6?8oVH~#uyVX)EJ}5;X`EO;0AQ}7n>va8B*+rW47z6WG! zvmcxX7yG!@$FGBu2VB{ zo+m;6nKk~%zE6Xgz&rzL{pUdW<0Vl0d=Jz*Jy3f54!jBc3wRB9#e2(rw}P_UJa_}R z8@vO27(_(#RR8Vn{PCkc{sEL6{{=CXxom4W?ix@$ehl0Pz5wnAe+}LaZpGMj z@BpayxQ{P_Y-wHtpGU7Z!5zGx`JgfPf-itS2Y&-T559sEWdC~z0t-4&cKsYEKR*M? zzR!cw_p6|I^cpDMz5ybV`4=eOTnWiFZx)mtcY&DJoB=iODNufV8q~NifSUIuQ2Trz zlz(0W#fLwG)8IcrOmA+0ygZuQL9Mq4YWzc>_UnKe_X?L2>v_?!l#;q)WQ#5@%#L z*Lp*vpYnfXvs~XvIk;`3W!f2&(>Vda0 zw_&$u2h5=;Y@V@6Z1YuT!%on4b|p#eN)bgi3!ij$EkxjC#s9t%rde*g462($sSA)r z>Wmba{53O&Hw&JbMJ!O6InreFFOqZfH$J2(VtRvwaeLxIOq}teosw-&4UImV?d2Dz z1!lAQg;yG%ziHOdc+I6b{=;lh(hi#g8zo(r26>X!%|nR|n)0&EP`{bGR^6Pyc9}Wp z-_6O@q-s3Y3Ub>@;_2L`E-%v92Jt!{nnlOOIij8%GG%10(($(G-O++G&8EvT`EUKA z6G|?Z{qHyWD^=9=h8wsn|OA6=*T}miF=n{fp-l3T?8xTSP4#?%7Aq4`+ zokL%5*V679SY#+joRzA`wXGlzmV-<`iDvrLEYcKr4E^FiGBdRy+j;A2Xi#!P3)n0v z(x%(tN2V?-B8XFl6f0}9&@c zE6lo4u#PH0%pFCrO!Aci1t9A$cdB^^H)gT~5PD`CtaABld4Y&c=FDK(9C-MKDS^1GZ3$wSM| zy0suGumJkBgD}QMRaXq+Ybbf$T1h)l#CBXBcu&YhYe5(V%MrZD>{^h9dd}?W!I;zD z9>b~KR1uxaLq*(@(OGyf&7K~NJKdK(b&_4->IV)Ml}qu2O_)vE8iusB2Z!P$%a4;K zvc_o9`o18~({Q=S-TqRnp_KJ~gQZX9>s@y$4mymfn@5$d-8on^o)$CnNo5zYyyA%i z2H%@uSd5;s%Af`cz*+}`htBY^ZbZK) z3i3mqRG%lU#n84_NSp{_4X?giqN2J~=tmI2scRQez>hd32De*85vv1==uOq}E#V>SXlJs60>7rF7(p zG!gS_M_aW=NmFE(hCLpv2eDl|eEj6pBd(jIdF^=C4qLVRi*{C9N*Z=G&%2Gexi&5@ zmg~)=GnXbA(VV1n9nGB!v#fC0)QN|eYQ9!s+1g>0ZrGjk3p;D`ch`3AvI}=LcI~ds z-#I_ez}h2jE!6g#$1T{MyBhNgcg%B59SgF&wv+~OMoLc7hCLB-=sA0AHOWZP`?{29 zX}uZbtII*Fu8;S%JER=RxS!c^yPycDExDl6utzvbnyYrEug%%BXY09^4p-bcuN3LW zXN9?LsaDOkI@w&*UuAA3otvFHe)Ra_$Z`wy`Kd!hB{`_JL~3Z*+?~tkI1<8muWhad zDW~DRpIACl+cO%cJy%>>Ta24Yi_FomdzQm|C~brDVd_Lwq(M|WlB6AyRNVEi*}XgW z+Vb(y)<9bXg&HInODK zGx9{JgC9}I`kk=%Dm+kmY*7r!rE%KZkmlwPC}Whin4mqivmb)8-dsU(&g-MpFfc<*hfdM7Q!_-9zckG{Ip99&rm zn>yK5Nu2K!&KL?tk%0rD_l;Z(VFO}+EeY93`wh<_L-3Z}p&GyovYLXrx6#|6oN-NG z_4i(-L)bKTv#AwegAhWQi%*_F2tU8$33mSUJ{9nJUrkC4DX>|H?U|=~;9H~CB*&>p zt7>)Z{3S+OjEyyuh7JTC8(H^5H^t7e$?nVKK3wGM5X#C*9-}JEDX25dky)P?2Fjy( zV14hvcnBc&WIL1@${7J`awJgAm+gU;9SoD#2lbF{rBp5PkGBv+8)vA{as4ksk6nZ{0nXGWwK&L zBFWGVGR0OJbi21(!^xbWt_h_`t+;0$l%i#|RzL9f=9mQB9g281BwIC_B%4M$7 zl!J~B>R_;7IDOPR&H-f?vE3D*i#C#lBtnN>iD{q2#_` zgMzr1>`yM4DM$O5k7E}fdXi4$9FNum#^q*swv3*}dY22OP?8W+Y3m@(;K9y>F&ydA zODJZ_Xrisjd@ln5%3`LnWqD#>>`))pD`vn0%9Pk-|;Z!!!CHac#5, 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-21 23:01+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:17 +msgid "smart links actions" +msgstr "actions sur liens intelligents" + +#: __init__.py:18 __init__.py:20 models.py:23 views.py:132 +msgid "smart links" +msgstr "liens intelligents" + +#: __init__.py:21 +msgid "smart links list" +msgstr "liste des liens intelligents" + +#: __init__.py:22 +msgid "create new smart link" +msgstr "créer un nouveau lien intelligent" + +#: __init__.py:23 __init__.py:28 +msgid "edit" +msgstr "modifier" + +#: __init__.py:24 __init__.py:29 +msgid "delete" +msgstr "supprimer" + +#: __init__.py:26 +msgid "conditions" +msgstr "conditions" + +#: __init__.py:27 +msgid "create condition" +msgstr "créer une condition" + +#: __init__.py:31 +msgid "ACLs" +msgstr "ACLs" + +#: forms.py:48 +msgid "Pages" +msgstr "Pages" + +#: forms.py:54 +msgid "Select" +msgstr "Sélectionner" + +#: forms.py:61 +msgid "Click on the image for full size view of the first page." +msgstr "Cliquer l'image pour visualiser la première page en taille réelle" + +#: literals.py:7 +msgid "and" +msgstr "et" + +#: literals.py:8 +msgid "or" +msgstr "ou" + +#: literals.py:12 +msgid "is equal to" +msgstr "est égal à" + +#: literals.py:13 +msgid "is equal to (case insensitive)" +msgstr "est égal à (indépendant de la casse)" + +#: literals.py:14 +msgid "contains" +msgstr "contient" + +#: literals.py:15 +msgid "contains (case insensitive)" +msgstr "contient (indépendant de la casse)" + +#: literals.py:16 +msgid "is in" +msgstr "est dans" + +#: literals.py:17 +msgid "is greater than" +msgstr "est supérieur à" + +#: literals.py:18 +msgid "is greater than or equal to" +msgstr "est supérieur ou égal à" + +#: literals.py:19 +msgid "is less than" +msgstr "est inférieur à" + +#: literals.py:20 +msgid "is less than or equal to" +msgstr "est inférieur ou égal à" + +#: literals.py:21 +msgid "starts with" +msgstr "commence par" + +#: literals.py:22 +msgid "starts with (case insensitive)" +msgstr "commence pas (insensible à la casse)" + +#: literals.py:23 +msgid "ends with" +msgstr "finit par" + +#: literals.py:24 +msgid "ends with (case insensitive)" +msgstr "finit par (insensible à la casse)" + +#: literals.py:25 +msgid "is in regular expression" +msgstr "est une expression régulière" + +#: literals.py:26 +msgid "is in regular expression (case insensitive)" +msgstr "est une expression régulière (insensible à la casse)" + +#: models.py:12 +msgid "title" +msgstr "titre" + +#: models.py:13 views.py:135 +msgid "dynamic title" +msgstr "titre dynamique" + +#: models.py:13 models.py:31 +msgid "" +"This expression will be evaluated against the current selected document. " +"The document metadata is available as variables `metadata` and document " +"properties under the variable `document`." +msgstr "Cette expression sera évaluée sur le document sélectionné. Les métadonnées du document sont accessibles en tant que variables `metadata` et les propriétés d'un document sous la variable `document`." + +#: models.py:14 models.py:33 views.py:136 views.py:232 +msgid "enabled" +msgstr "activé" + +#: models.py:22 models.py:27 views.py:296 views.py:330 +msgid "smart link" +msgstr "lien intelligent" + +#: models.py:28 +msgid "The inclusion is ignored for the first item." +msgstr "Ignorer l'inclusion sur le premier élément" + +#: models.py:29 +msgid "foreign document data" +msgstr "document en langue étrangère" + +#: models.py:29 +msgid "" +"This represents the metadata of all other documents. Available objects: " +"`document.` and `metadata.`." +msgstr "Ceci représente les métadonnées de tous les autres documents. Eléments disponibles: `document.` et `metadata.`." + +#: models.py:31 +msgid "expression" +msgstr "expression" + +#: models.py:32 +msgid "negated" +msgstr "négation" + +#: models.py:32 +msgid "Inverts the logic of the operator." +msgstr "Inverser l'opérateur logique" + +#: models.py:36 +msgid "not" +msgstr "ne pas" + +#: models.py:39 +msgid "link condition" +msgstr "condition sur le lien" + +#: models.py:40 +msgid "link conditions" +msgstr "conditions sur le lien" + +#: permissions.py:7 +msgid "Smart links" +msgstr "Liens intelligents" + +#: permissions.py:9 +msgid "View existing smart links" +msgstr "Afficher les liens intelligents disponibles" + +#: permissions.py:10 +msgid "Create new smart links" +msgstr "Créer de nouveaux liens intelligents" + +#: permissions.py:11 +msgid "Delete smart links" +msgstr "Supprimer les liens intelligents" + +#: permissions.py:12 +msgid "Edit smart links" +msgstr "Modifier les liens intelligents" + +#: views.py:41 +msgid "No action selected." +msgstr "Aucune action sélectionnée." + +#: views.py:60 +#, python-format +msgid "documents in smart link: %(group)s" +msgstr "documents concernés par le lien intelligent: %(group)s" + +#: views.py:76 +#, python-format +msgid "Smart link query error: %s" +msgstr "Erreur de requête sur lien intelligent:%s" + +#: views.py:98 +#, python-format +msgid "smart links (%s)" +msgstr "liens intelligents(%s)" + +#: views.py:112 +msgid "There no defined smart links for the current document." +msgstr "Aucun lien intelligent n'est défini sur le document courant." + +#: views.py:152 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "Création du lien intelligent:%s avec succès." + +#: views.py:159 +msgid "Create new smart link" +msgstr "Céer un nouveau lien intelligent" + +#: views.py:175 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "Lien intelligent:%s modifié avec succès." + +#: views.py:184 +#, python-format +msgid "Edit smart link: %s" +msgstr "Modifier le lien intelligent:%s" + +#: views.py:202 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Lien intelligent:%s supprimé avec succès" + +#: views.py:204 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(error)s." +msgstr "Erreur lors de la suppression du lien intelligent:%(smart_link)s; %(error)s." + +#: views.py:213 +#, python-format +msgid "Are you sure you wish to delete smart link: %s?" +msgstr "Êtes vous certain de vouloir supprimer le lien intelligent:%s?" + +#: views.py:229 +#, python-format +msgid "conditions for smart link: %s" +msgstr "conditions sur le lien intelligent:%s" + +#: views.py:254 +#, python-format +msgid "Smart link condition: \"%s\" created successfully." +msgstr "Condition sur le lien intelligent:\"%s\" créé avec succès." + +#: views.py:261 +#, python-format +msgid "Add new conditions to smart link: \"%s\"" +msgstr "Ajouter une nouvelle condition au lien intelligent:\"%s\"" + +#: views.py:283 +#, python-format +msgid "Smart link condition: \"%s\" edited successfully." +msgstr "Condition sur le lien intelligent:\"%s\" modifiée avec succès." + +#: views.py:290 +msgid "Edit smart link condition" +msgstr "Modifier la condition sur le lien intelligent" + +#: views.py:297 views.py:331 +msgid "condition" +msgstr "condition" + +#: views.py:317 +#, python-format +msgid "Smart link condition: \"%s\" deleted successfully." +msgstr "Condition sur lien intelligent:\"%s\" supprimée avec succès." + +#: views.py:319 +#, python-format +msgid "" +"Error deleting smart link condition: %(smart_link_condition)s; %(error)s." +msgstr "Erreur lors de la suppression de la condition sur lien intelligent: %(smart_link_condition)s; %(error)s." + +#: views.py:333 +#, python-format +msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +msgstr "Êtes vous certain de vouloir supprimer la condition sur le lien intelligent:\"%s\"?" + +#: conf/settings.py:11 +msgid "Show smart link that don't return any documents." +msgstr "Afficher les liens intelligents dont le requêtage ne renvoie aucun document" + +#: templates/smart_links_help.html:3 +msgid "What are smart links?" +msgstr "Que sont les liens intelligents?" + +#: templates/smart_links_help.html:4 +msgid "" +"Smart links are a set of conditional statements that are used to query the " +"database using the current document the user is accessing as the data " +"source, the results of these queries are a list of documents that relate in " +"some manner to the document being displayed and allow users the ability to " +"jump to and from linked documents very easily." +msgstr "Les liens intelligents sont un groupe de conditions utilisées pour requêter la base de données, en utilisant comme source de données le document en cours pour l'utilisateur, le résultat de la requête consistant en une liste de documents qui ont un lien avec le document en cours, et permettent ainsi à l'utilisateur de passer rapidement d'un de ces documents liés à l'autre, dans les deux sens." diff --git a/apps/main/locale/fr/LC_MESSAGES/django.mo b/apps/main/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bd886f61e497542a25be119cc7a748cd4187e440 GIT binary patch literal 2851 zcmb7_y>A>v7{(_MzAk};5W-gyUO-W7#p^rUe1r>*NNmT7u(9Qj6i5)}cIWmc?9MDR zvvv;AAyK5Di>MI=xB?m^Bt&CTL6L$636S^$B2iQEynA=H<3JQfxA)uGosai@X6D&H z4(+`zP@ctg6xZQBLJWiZ@4+9+*Wd%-H{c=gyMFy=@D%F5fa9RJSBU3<3GgBC68I?i zF8DU+zb-( zJiZ5C0RIB<6NeuZ;xX_jSbz=iVem6>68s9}cyEH7-{0T~%vXbGPov&I5UleX;4|Pm zAh-JfV`E(oP)sWMY12=lr_QG%+q>Dg^qH_ zL6KL|#T{ywrfMZK9lF#@ZA~XCp;nh9dEB<7qjjC6DiG4E9_PxGq%dlCR7`7`8ta3O zy_mitO=_tnJqECaGURRPVnvCKOLPj9OCwWN-TJN%Di?D$)rS9}u2|UaGeWnFrZULq ztkLoA!8p3mp}6$H=9H@-6B*rsU?bKAzKLr!QfZPYtqpm73N(9pres*z= zE=|y!j+OCBEUVa>M7k~_H>Fq(2&gCKDgqV!M+tJ$nHQIo^N3c+B-fBu2PKjn>UV6e zL@qfmBTanEeQ)&Mq6=Rwo$%XpEjr8FGrE{W{YjcMFT2vv%=G+nZAq~d(Y#M}5}hwo zAFbFXbwVhb^*V&>l&#U&=5=SiblSRl&VB3J`%?MZ;=)Qa4G~O5+j~cH; z;}bOYQghfrinNTGO24?sj7|KGAHvda8j^o0C37D^3~@wXJK?qE-$|HrK&E zRPc(h{36T2V4@(gmjs4#H4BoAvee(ZECNwz^s+ zg~QI;_sf!4dfU~9Yx5W9XSS6a8*SA1&_U*CrCT81pst2`kzsAlP~4Hu zt1!8`av?gs-HzvMD;Ld}*e2MYO*-AuVJq4uwOws7E1k@u3)bcE7gJPKKRJGedbg89 zhR)L1a7}EP7JF4;J@ydc9P(j{waNyLH6Rr@r*zleRkc1b^uNrD``p>R)K)Z!_63eQ zOw5Z#<#47s{$3_H51EA1_I%5*acyq!Yo}tE8!k#9C6$J9o0K^4cn1%|{=jb8+<<_J zY)J)dtu(5#vCR#%DyuU>+lKZ&Hm_KQOKpCcSEI}-oJ?zIy6h;`tVo;EiIrpKY&ai$THYYNtgX1k=RmOkIy zfGuKXWQxxhd<6H9&hv-D!~RZIZdn~s)(b&m_m=zuJvF9>hbmNi_NkB|ZreKUATji> zCLcH^H`=n%zOk}?h@>x^C#>k8Is8_)tJk+h4&N2$%HYto@2D{9?XA)O{9?8opFAuE zc1zjHG_L_Zg_QL?mU@;e=J~7Tdwz??TV7kO^J;*%dze${1l$l`3flQ-V7+X*5T$b9 kZS$>0ka1ipo!#odJSFtl>B?LCwDMtXRF, 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-21 23:09+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:33 +msgid "maintenance" +msgstr "maintenance" + +#: __init__.py:34 +msgid "statistics" +msgstr "statistiques" + +#: __init__.py:35 +msgid "diagnostics" +msgstr "diagnostiques" + +#: __init__.py:36 +msgid "sentry" +msgstr "sentinelle" + +#: __init__.py:37 +msgid "admin site" +msgstr "site d'admin" + +#: __init__.py:40 +msgid "home" +msgstr "accueil" + +#: __init__.py:42 +msgid "search" +msgstr "recherche" + +#: views.py:43 +msgid "maintenance menu" +msgstr "menu de maintenance" + +#: views.py:56 +msgid "Statistics" +msgstr "Statistiques" + +#: views.py:66 +msgid "Diagnostics" +msgstr "Diagnostiques" + +#: conf/settings.py:12 +msgid "" +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Permet de proposer la fonctionnalité de recherche dans un module de barre latérale ou par une entrée du menu " + +#: templates/about.html:5 +msgid "About this program" +msgstr "A propos de ce Logiciel" + +#: templates/about.html:9 templates/verbose_login.html:4 +msgid "Version" +msgstr "Version" + +#: templates/base.html:28 +msgid "(DEBUG)" +msgstr "(DEBUG)" + +#: templates/base.html:193 +msgid "User" +msgstr "Utilisateur" + +#: templates/base.html:195 +msgid "Anonymous" +msgstr "Anonyme" + +#: templates/base.html:197 +msgid "User details" +msgstr "Profil Utilisateur" + +#: templates/base.html:214 +msgid "Login" +msgstr "S'identifier" + +#: templates/base.html:214 +msgid "Logout" +msgstr "Se déconnecter" + +#: templates/base.html:294 +msgid "Secondary menu" +msgstr "Menu secondaire" + +#: templates/base.html:310 +#, python-format +msgid "Actions for %(name)s: %(navigation_object)s" +msgstr "Actions pour %(name)s: %(navigation_object)s" + +#: templates/base.html:312 templates/base.html.py:355 +#, python-format +msgid "Actions for: %(navigation_object)s" +msgstr "Actions pour: %(navigation_object)s" + +#: templates/base.html:315 +msgid "Available actions" +msgstr "Actions disponibles" + +#: templates/base.html:327 templates/base.html.py:370 +msgid "Related actions" +msgstr "Actions similaires" + +#: templates/base.html:338 templates/base.html.py:383 +msgid "Other available actions" +msgstr "Autres actions disponibles" + +#: templates/base.html:353 +#, python-format +msgid "Actions for %(object_name)s: %(navigation_object)s" +msgstr "Actions pour %(object_name)s: %(navigation_object)s" + +#: templates/base.html:358 +msgid "Actions" +msgstr "Actions" + +#: templates/home.html:8 +msgid "Django based open source document management system" +msgstr "Système de Gestion Documentaire open source basé sur Django" + +#: templates/project_description.html:6 +msgid "" +"Open source, Django based electronic document manager with custom metadata, " +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "Système de Gestion de documents électroniques open source basé sur Django, avec des fonctionnalités de métadonnées personnalisables, d'indexation de contenu, d'étiquetage, de serveur de fichiers, avec support de signature digitale des documents et support natif des fonctionnalités OCR" + +#: templates/project_description.html:18 +msgid "Released under the GPL V3 License" +msgstr "Publié sous license GPL V3" diff --git a/apps/metadata/locale/fr/LC_MESSAGES/django.mo b/apps/metadata/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9d8ed125faeaf99bd5c1bc12ae03b5f7b906d8f8 GIT binary patch literal 503 zcmYLF!A=4(5Y^~ukDfiu!GlDHc0mxU7*UplgjE8I_qvp&X1Cq6UC|HmbNm&*#jY56 z$xGYx&6|1ieRTM_=dtg3?0MpO;Cb#@qv!eMKd<~*YyL4c`cYdHNIeY4p#UF{=R;{7*4 zxm|=MN4qtJO&UCC<%IGxeUv_&6Yq|cIhX1h(ls|$xc(v; zVQ;6ad#;4RNTqryRmPzABHjPA3|1zX=9S?&j\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:21 __init__.py:23 +msgid "edit metadata" +msgstr "" + +#: __init__.py:22 +msgid "metadata" +msgstr "" + +#: __init__.py:24 __init__.py:25 +msgid "add metadata" +msgstr "" + +#: __init__.py:26 __init__.py:27 +msgid "remove metadata" +msgstr "" + +#: __init__.py:29 models.py:34 views.py:316 +msgid "metadata types" +msgstr "" + +#: __init__.py:30 __init__.py:35 +msgid "edit" +msgstr "" + +#: __init__.py:31 __init__.py:36 +msgid "delete" +msgstr "" + +#: __init__.py:32 __init__.py:37 +msgid "create new" +msgstr "" + +#: __init__.py:34 views.py:416 +msgid "metadata sets" +msgstr "" + +#: __init__.py:39 models.py:93 +msgid "default metadata" +msgstr "" + +#: classes.py:14 +#, python-format +msgid "'metadata' object has no attribute '%s'" +msgstr "" + +#: forms.py:28 +msgid "required" +msgstr "" + +#: forms.py:54 +msgid "id" +msgstr "" + +#: forms.py:55 +msgid "Name" +msgstr "" + +#: forms.py:57 +msgid "Value" +msgstr "" + +#: forms.py:58 +msgid "Update" +msgstr "" + +#: forms.py:64 +msgid "Metadata type" +msgstr "" + +#: forms.py:68 +msgid "Remove" +msgstr "" + +#: forms.py:86 views.py:541 views.py:559 +msgid "Metadata sets" +msgstr "" + +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "" + +#: models.py:10 +#, python-format +msgid " Available models: %s" +msgstr "" + +#: models.py:11 +#, python-format +msgid " Available functions: %s" +msgstr "" + +#: models.py:18 +msgid "name" +msgstr "" + +#: models.py:18 +msgid "Do not use python reserved words, or spaces." +msgstr "" + +#: models.py:19 models.py:41 +msgid "title" +msgstr "" + +#: models.py:21 +msgid "default" +msgstr "" + +#: models.py:22 +#, python-format +msgid "Enter a string to be evaluated.%s" +msgstr "" + +#: models.py:24 +msgid "lookup" +msgstr "" + +#: models.py:25 +#, python-format +msgid "" +"Enter a string to be evaluated. Example: [user.get_full_name() for user in " +"User.objects.all()].%s" +msgstr "" + +#: models.py:33 models.py:58 views.py:353 views.py:398 +msgid "metadata type" +msgstr "" + +#: models.py:48 models.py:49 models.py:57 views.py:468 views.py:514 +msgid "metadata set" +msgstr "" + +#: models.py:65 +msgid "metadata set item" +msgstr "" + +#: models.py:66 +msgid "metadata set items" +msgstr "" + +#: models.py:74 +msgid "document" +msgstr "" + +#: models.py:75 +msgid "type" +msgstr "" + +#: models.py:76 views.py:304 +msgid "value" +msgstr "" + +#: models.py:82 models.py:83 +msgid "document metadata" +msgstr "" + +#: models.py:91 views.py:599 +msgid "document type" +msgstr "" + +#: models.py:92 +msgid "default metadata sets" +msgstr "" + +#: models.py:99 +msgid "document type defaults" +msgstr "" + +#: models.py:100 +msgid "document types defaults" +msgstr "" + +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "" + +#: permissions.py:17 +msgid "View metadata types" +msgstr "" + +#: permissions.py:19 +msgid "Edit metadata sets" +msgstr "" + +#: permissions.py:20 +msgid "Create new metadata sets" +msgstr "" + +#: permissions.py:21 +msgid "Delete metadata sets" +msgstr "" + +#: permissions.py:22 +msgid "View metadata sets" +msgstr "" + +#: views.py:41 views.py:204 +msgid "The selected document doesn't have any metadata." +msgstr "" + +#: views.py:52 views.py:144 views.py:216 +msgid "Must provide at least one document." +msgstr "" + +#: views.py:87 views.py:251 +#, python-format +msgid "Error deleting document indexes; %s" +msgstr "" + +#: views.py:99 +#, python-format +msgid "Error editing metadata for document %(document)s; %(error)s." +msgstr "" + +#: views.py:102 +#, python-format +msgid "Metadata for document %s edited successfully." +msgstr "" + +#: views.py:107 views.py:268 +#, python-format +msgid "Error updating document indexes; %s" +msgstr "" + +#: views.py:109 views.py:270 +msgid "Document indexes updated successfully." +msgstr "" + +#: views.py:120 +#, python-format +msgid "Edit metadata for document: %s" +msgstr "" + +#: views.py:122 +#, python-format +msgid "Edit metadata for documents: %s" +msgstr "" + +#: views.py:161 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s successfully added to document " +"%(document)s." +msgstr "" + +#: views.py:164 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s already present in document %(document)s." +msgstr "" + +#: views.py:188 +#, python-format +msgid "Add metadata type to document: %s" +msgstr "" + +#: views.py:190 +#, python-format +msgid "Add metadata type to documents: %s" +msgstr "" + +#: views.py:259 +#, python-format +msgid "" +"Successfully remove metadata type: %(metadata_type)s from document: " +"%(document)s." +msgstr "" + +#: views.py:262 +#, python-format +msgid "" +"Error removing metadata type: %(metadata_type)s from document: %(document)s." +msgstr "" + +#: views.py:281 +#, python-format +msgid "Remove metadata types from document: %s" +msgstr "" + +#: views.py:283 +#, python-format +msgid "Remove metadata types from documents: %s" +msgstr "" + +#: views.py:302 +#, python-format +msgid "metadata for: %s" +msgstr "" + +#: views.py:320 +msgid "internal name" +msgstr "" + +#: views.py:341 +msgid "Metadata type edited successfully" +msgstr "" + +#: views.py:344 +#, python-format +msgid "Error editing metadata type; %s" +msgstr "" + +#: views.py:350 +#, python-format +msgid "edit metadata type: %s" +msgstr "" + +#: views.py:365 +msgid "Metadata type created successfully" +msgstr "" + +#: views.py:371 +msgid "create metadata type" +msgstr "" + +#: views.py:390 +#, python-format +msgid "Metadata type: %s deleted successfully." +msgstr "" + +#: views.py:392 +#, python-format +msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +msgstr "" + +#: views.py:403 +#, python-format +msgid "Are you sure you wish to delete the metadata type: %s?" +msgstr "" + +#: views.py:420 +msgid "members" +msgstr "" + +#: views.py:464 +#, python-format +msgid "non members of metadata set: %s" +msgstr "" + +#: views.py:465 +#, python-format +msgid "members of metadata set: %s" +msgstr "" + +#: views.py:480 +msgid "Metadata set created successfully" +msgstr "" + +#: views.py:486 +msgid "create metadata set" +msgstr "" + +#: views.py:505 +#, python-format +msgid "Metadata set: %s deleted successfully." +msgstr "" + +#: views.py:508 +#, python-format +msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +msgstr "" + +#: views.py:519 +#, python-format +msgid "Are you sure you wish to delete the metadata set: %s?" +msgstr "" + +#: views.py:538 views.py:556 +msgid "Metadata types" +msgstr "" + +#: views.py:594 +#, python-format +msgid "non members of document type: %s" +msgstr "" + +#: views.py:595 +#, python-format +msgid "members of document type: %s" +msgstr "" + +#: templates/metadata_set_help.html:3 +msgid "What are metadata sets?" +msgstr "" + +#: templates/metadata_set_help.html:4 +msgid "" +"A metadata set is a group of one or more metadata types. Metadata sets are " +"useful when creating new documents; selecing a metadata set automatically " +"attaches it's member metadata types to said document." +msgstr "" + +#: templates/metadata_type_help.html:3 +msgid "What are metadata types?" +msgstr "" + +#: templates/metadata_type_help.html:4 +msgid "" +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " +"name is the internal identifier with which it can be referenced to by other " +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." +msgstr "" diff --git a/apps/navigation/locale/fr/LC_MESSAGES/django.mo b/apps/navigation/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..88db32736bee4ccab57f45da2fa221096479fe34 GIT binary patch literal 697 zcmZ9K&2rN)5P$`gi*Im%3x_?nWfa?K3mvuT0BthUnR>{yffEPn$w)G3&s=x` zE?hY0%p>FlcmkeK7b3)d zCw|>y><8(mM0=mHebQe^hy0(U$-R;X^bI*=Vl3-wuRwWhK;~W<&2F&9++*>t(Fvw< z@{O(eNKSrP@b_pPg$u~!ozyVA$Zn!*Y>o9ibEPWyo33Ove zlIYxMkDAK7YpGw4w?1xbsq_itm9!51;N4`zkGFB*%o$of)VV2?E(IJVPQ;SAEfh`nCDIW%Dk_;OJ%7Y$Y8Hg*TC=`7UfVCw@% QYZ?N&eZ5?`)nFj|1KS1CMF0Q* literal 0 HcmV?d00001 diff --git a/apps/navigation/locale/fr/LC_MESSAGES/django.po b/apps/navigation/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..bcd9432b7b --- /dev/null +++ b/apps/navigation/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,31 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Pierre Lhoste , 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-21 21:45+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: forms.py:14 +msgid "Multi item action" +msgstr "Action multi-éléments" + +#: widgets.py:48 +msgid "icon" +msgstr "icone" + +#: templatetags/navigation_tags.py:283 +msgid "Selected item actions:" +msgstr "Actions pour les éléments sélectionnés" diff --git a/apps/ocr/locale/fr/LC_MESSAGES/django.mo b/apps/ocr/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fdba247dbd03cead599708e9f33c0a00b6443a06 GIT binary patch literal 9370 zcmb`MU2Gl4b;rlC8`r9v)=n$8`J5`1DOS29McIx*T9#x{vYD6>Em2P67-*JvhrDaw zyL-JKq*N3M(4YxmBSl_{JhTRqJS3qD6n!fKw?zTAXpo{ofFMN-G)DW9pbtS|ATJ4$ zqQC#_2k%~9Q5M>ThX1>}GiT47`JXfAjNZ8au0Jze&(YpP`}y09`84?Nzr-J|@84}q z0KN`B1TOxvF{i;HcnaJB_526mGI;+z<@4vjS?<38&Vl~`s^6QS1s^d;D3XB+T8Ig#=IZA2mAmy4NikA6>fvax&Jb#_x}q1F8C&>euwWh=AGa< zQ1@%#8Sqo!Iq+}6v*0hlhru(yYRm&*2L1;4GAO;i1ZqCt1ZTjXf)9en-hnRQW$?Y= zE8t_`YoO-wGf>~X_t%WM6MO{Zky!xGfyk}LdMtuZbH57y z7WfrVdcFptiuo=mJO3vr`G@)V+rgvY{oo1k9`G!97+eNrmrqvDb5Q+11+t{(Pe94} zQ}DOJS3u40Z@~9~-vd$6`~;M|yZFdm;JZOl$X57Z_51{=@1LxmFM?X%^B_xYmO*`Q z4U}G8Q1Z7y>GL^I`h5YE{4atU_X;REUk5eruR(q1A3@3cHYhni0A;TqgWtIW8FYS` z`+sARp8(f?)0j)(tKc&DCioF>k;%yqJ_qXlzrYWH4n(sP_$>-ZT^e*b0uJPH0icn-Xqmm2>hsOMhqvRbS=`vgZjF{57~E$rg$u_f0!ojf1IY6D;{f&>g!p4JWiAU zc4*?e*76)p*PS$RM|{?Gfp*&eDmk!J{jT9je#nQlzvz-*=@PHBH$hReMk7@D*nbr? z=Lbm<=Qi1}nd>HTnAtqBq3Z`X?Bxqr^gK+u#lXe6e-rfk$+q1{Qk(ajjg!z#Wj4!` zG}v@Db;Ewt4e}_7ZL;Oko(sYmb3S$UMpD?UsD5lmSx;XHx_Pt}b8>vkf1>%KzID4}vfCMyr$L-yu0d&)BS(+5 zpG;>*4p2GDg7yCG*(Y_K+nVCO{`K^VJdx5}?0loLTI{y@-Ax^f7B)7_JRKm*jJd$l zxG>5sDE5?^4AW%j(mZlm*&)`XX2WW7;!)GL>~P(63zn*W(=0i((yG^lw0`N$g`Vra z069nHc$J1O4x@Op>7SvX*WEG^+g=AhV2^$miZq2zFq^4*LN2+Dpy=mjsiaY@1Cvja z!N>%bDsQn-_yGonCvXzmPvT9NT6aClaP*Hlw*YR@-wr zvr)z>m&$mtBi|Y8xgF3o4B;Ztq_zI)=m$@an0vzLn*9e#7*({T-ntXLpto#`7C{`^ zZV*r9c3r_xj)-!5WSh`YY$3a{x;#tSFRXv*U2b*hlHEWI3*3@c#KVAaQ%jgJE5Y?>Pz-F)>~w4v z-O9mh-pPX@li$&_h87VD+YFDgY}8adDKf9%RunoLxy%@Zs`)U2>qp(p zT#ju&NZBmIAP?4qjJ+%GL3xG9a*r6W_2$6~&SuGgAQvUCFG8PZfXAttLjE`$Cdp7oZ@17VImjb;JwC2W#3)2tQ zUEjpPz!{~6*8fV<(50r@j7=3S@hDTql3K;FTia*V$DU=Tj@SIiv>W^VnZL=fRLK8i zYci!3wTNO+xjcEV7_7%Z)Hm&!j@@SC_sR|YOjpz7dDqQ5%VFmkmu669!L9^1h!z)@ zR<0hp;)Y3@cUH2^DC|65Y-XLcWWo0Ge7G<>yBYEM^%-bAn<3Z2XuG{2&0K!w+S;Yg>AikFopx#GV%$xX+%4GC>rvil zyMTKiTJ0BU(C=I#e3NLzLw}o{nP0T!&ojqj`F$oRF0P6n+#c3uMFv}C zU+xG5yI<+{^kzy_8YTsMi%SPC&oO3DT$jIfcXvX{8$TS8du5QsKk%C#$^^Lz9)i~1W{@o$ z&2AwlM(yN=1S!O-W-25hPe`~k9QzW?DqHZ~^ zvexXumTS5<4q=O!GEHQa>&WvsKiJ1p|M6xr=9%4{R9f0BnmifL`AF7~XYUySwvG5x zn<%Opi4rLq$#*eeAC9;CRK7jVI{D*8N=UhH;rhB=4N{9OC?<1KmOU>T)dq*$@8>en zQ+vKXQeRH_x{~~m@9vrWR--i;pLpLi z6jcSNB5bhby1pXZ{d%3RA21C2JP#d9>Qw3dTj-vqyRX7Xs-auzRd=1Bm$abi6T!I@^~!Rqbha^fp5%dxa%K{!wji$`<-gAsMtp0O z9E+`T`XB+`@%QV}4z34^E8}!^2s>#Se!Fj-N@`*pq7BG6NHNF)2q?Qd9Krd+$ErHt ztIbc?B9F+d{W{4l>s_D@V4OTt+4u7x);@%Ll#DESs(4+eT1iX~YwB@!5X3JQL7dN+XOwS+ zZVTRQ!1GwCRzbxX`y&G+G-Jx_Z9Kx4HU3p%yy|;Y$o$rK6_RMXP=Q|t5ow?;$63xb zs4FS)BleLKBzq)sl>hZa%Q+0mw?k}-26Z-w>kV=KrTU<6Uzk}K>YftgTR`c|Et=kn_BYj{wg`c1e*#L(4&tsiB)Tb7d8eSb z5nFs34-p{O?#>p`t;}y!Cn@NOaNT}@cl(tc;q`>Al_Q9RLjqqGD3Pw2Q>IoTuRn62 z+|XH;jw%YdMD=h)HbKDmzUJKwm3*#Jo=s4`s?6|Yf-d8FtXASrSvHt0tCNr*x1}kbQ3IYsJ{H%h>Jssf>345&VAvvN9UW literal 0 HcmV?d00001 diff --git a/apps/ocr/locale/fr/LC_MESSAGES/django.po b/apps/ocr/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2c08ea289d --- /dev/null +++ b/apps/ocr/locale/fr/LC_MESSAGES/django.po @@ -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: +# Pierre Lhoste , 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-21 22:30+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:32 __init__.py:33 +msgid "submit to OCR queue" +msgstr "Ajouter à la file d'attente OCR" + +#: __init__.py:34 __init__.py:35 +msgid "re-queue" +msgstr "ré-jouter à la file d'attente" + +#: __init__.py:36 __init__.py:37 __init__.py:50 +msgid "delete" +msgstr "supprimer" + +#: __init__.py:39 +msgid "stop queue" +msgstr "arrêter la file d'attente" + +#: __init__.py:40 +msgid "activate queue" +msgstr "activer la file d'attente" + +#: __init__.py:42 +msgid "clean up pages content" +msgstr "nettoyer le contenu des pages" + +#: __init__.py:42 +msgid "" +"Runs a language filter to remove common OCR mistakes from document pages " +"content." +msgstr "Lance un filtre de langue permettant d'éviter les erreurs OCR classiques à partir du contenu des pages." + +#: __init__.py:44 +msgid "queue document list" +msgstr "liste de documents en file d'attente" + +#: __init__.py:45 __init__.py:63 permissions.py:7 +msgid "OCR" +msgstr "OCR" + +#: __init__.py:47 +msgid "transformations" +msgstr "transformations" + +#: __init__.py:48 +msgid "add transformation" +msgstr "ajout d'une transformation" + +#: __init__.py:49 +msgid "edit" +msgstr "modifier" + +#: __init__.py:74 +msgid "Default" +msgstr "Par défaut" + +#: __init__.py:102 +msgid "Checks the OCR queue for pending documents." +msgstr "Vérifie si la file d'attente OCR contient des documents en attente de transformation." + +#: api.py:122 +msgid "Text from OCR" +msgstr "Texte à partir de l'OCR" + +#: literals.py:8 +msgid "stopped" +msgstr "arrêté" + +#: literals.py:9 +msgid "active" +msgstr "actif" + +#: literals.py:18 +msgid "pending" +msgstr "en attente" + +#: literals.py:19 +msgid "processing" +msgstr "en cours" + +#: literals.py:20 +msgid "error" +msgstr "erreur" + +#: models.py:27 +msgid "name" +msgstr "nom" + +#: models.py:28 +msgid "label" +msgstr "label" + +#: models.py:32 models.py:52 +msgid "state" +msgstr "état" + +#: 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 "file d'attente des documents" + +#: models.py:38 +msgid "document queues" +msgstr "files d'attentes des documents" + +#: models.py:46 +msgid "document" +msgstr "document" + +#: models.py:47 +msgid "date time submitted" +msgstr "heure et date de soumission" + +#: models.py:48 +msgid "delay ocr" +msgstr "reporter l'ocr" + +#: models.py:53 +msgid "result" +msgstr "résultat" + +#: models.py:54 +msgid "node name" +msgstr "nom du noeud" + +#: models.py:58 +msgid "queue document" +msgstr "document en file d'attente" + +#: models.py:59 +msgid "queue documents" +msgstr "documents en file d'attente" + +#: models.py:79 views.py:47 +msgid "Missing document." +msgstr "document manquant." + +#: models.py:83 +msgid "Enter a valid value." +msgstr "Saisissez une valeur valide." + +#: models.py:111 views.py:317 +msgid "order" +msgstr "ordre" + +#: 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 "arguments" + +#: models.py:113 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Utiliser des dictionnaires pour identifier des arguments, exemple:%s" + +#: models.py:123 +msgid "document queue transformation" +msgstr "transformation de la file d'attente des documents" + +#: models.py:124 +msgid "document queue transformations" +msgstr "transformations de la file d'attente des documents" + +#: permissions.py:8 +msgid "Submit documents for OCR" +msgstr "Soumettre les documents à l'OCR" + +#: permissions.py:9 +msgid "Delete documents from OCR queue" +msgstr "Supprimer les documents de la file d'attente OCR" + +#: permissions.py:10 +msgid "Can enable/disable the OCR queue" +msgstr "Peut activer/désactiver la file d'attente OCR" + +#: permissions.py:11 +msgid "Can execute the OCR clean up on all document pages" +msgstr "Peut effectuer un nettoyage OCR sur toutes les pages d'un document" + +#: permissions.py:12 +msgid "Can edit an OCR queue properties" +msgstr "Peut modifier les propriétés d'une file d'attente OCR" + +#: statistics.py:8 +#, python-format +msgid "Document queues: %d" +msgstr "Files d'attentes de documents:%d" + +#: statistics.py:9 +#, python-format +msgid "Queued documents: %d" +msgstr "Documents en file d'attente:%d" + +#: statistics.py:13 +msgid "OCR statistics" +msgstr "Statistiques OCR" + +#: views.py:40 +#, python-format +msgid "documents in queue: %s" +msgstr "documents en file d'attente:%s" + +#: views.py:48 +msgid "thumbnail" +msgstr "aperçu" + +#: views.py:61 +msgid "document queue properties" +msgstr "propriétés de la file d'attente des documents" + +#: views.py:62 +#, python-format +msgid "Current state: %s" +msgstr "Etat actuel:%s" + +#: views.py:78 views.py:166 +msgid "Must provide at least one queue document." +msgstr "Vous devez fournir au minimum un document pour la file d'attente." + +#: views.py:88 +#, python-format +msgid "Document: %s is being processed and can't be deleted." +msgstr "Le document:%s est en cours de traitement et ne peut être supprimé" + +#: views.py:91 +#, python-format +msgid "Queue document: %(document)s deleted successfully." +msgstr "Document en file d'attente:%(document)s supprimé avec succès." + +#: views.py:95 +#, python-format +msgid "Error deleting document: %(document)s; %(error)s" +msgstr "Erreur lors de la suppression du document %(document)s;%(error)s" + +#: views.py:108 +#, python-format +msgid "Are you sure you wish to delete queue document: %s?" +msgstr "Êtes vous certain de vouloir supprimer le document en file d'attente:%s?" + +#: views.py:110 +#, python-format +msgid "Are you sure you wish to delete queue documents: %s?" +msgstr "Êtes vous certain de vouloir supprimer les documents en file d'attente:%s?" + +#: views.py:146 +#, python-format +msgid "Document: %(document)s was added to the OCR queue: %(queue)s." +msgstr "Le document: %(document)s a été ajouté à la file d'attente OCR: %(queue)s." + +#: views.py:149 +#, python-format +msgid "Document: %(document)s is already queued." +msgstr "Le document: %(document)s est déjà en file d'attente" + +#: views.py:178 +#, python-format +msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgstr "Le document: %(document)s a été ré-ajouté à la file d'attente OCR:%(queue)s" + +#: views.py:184 +#, python-format +msgid "Document id#: %d, no longer exists." +msgstr "Le document id#: %d, n'existe plus." + +#: views.py:188 +#, python-format +msgid "Document: %s is already being processed and can't be re-queded." +msgstr "Le document:%s est déjà en cours de traitement et ne peut être rajouté à la file d'attente" + +#: views.py:200 +#, python-format +msgid "Are you sure you wish to re-queue document: %s?" +msgstr "Êtes vous certain de vouloir ré-ajouter le document:%s?" + +#: views.py:202 +#, python-format +msgid "Are you sure you wish to re-queue documents: %s?" +msgstr "Êtes vous certain de vouloir ré-ajouter les documents:%s?" + +#: views.py:220 +#, python-format +msgid "Document queue: %s, already stopped." +msgstr "File d'attente de documents:%s, déjà arrêtée." + +#: views.py:226 +#, python-format +msgid "Document queue: %s, stopped successfully." +msgstr "File d'attente de documents:%s, arrêtée avec succès." + +#: views.py:232 +#, python-format +msgid "Are you sure you wish to disable document queue: %s" +msgstr "Êtes vous certain de vouloir désactiver la file d'attente de documents:%s" + +#: views.py:247 +#, python-format +msgid "Document queue: %s, already active." +msgstr "File d'attente de documents:%s, déjà active." + +#: views.py:253 +#, python-format +msgid "Document queue: %s, activated successfully." +msgstr "File d'attente de documents:%s, activée avec succès." + +#: views.py:259 +#, python-format +msgid "Are you sure you wish to activate document queue: %s" +msgstr "Êtes vous certain de vouloir activer la file d'attente de documents:%s" + +#: views.py:276 +msgid "Are you sure you wish to clean up all the pages content?" +msgstr "Êtes vous certain de vouloir nettoyer le contenu de toutes les pages?" + +#: views.py:277 +msgid "On large databases this operation may take some time to execute." +msgstr "Sur une base de données de grande taille, cette opération peut prendre un certain temps." + +#: views.py:283 +msgid "Document pages content clean up complete." +msgstr "Nettoyage du contenu des pages du document achevé." + +#: views.py:285 +#, python-format +msgid "Document pages content clean up error: %s" +msgstr "Erreur de nettoyage du contenu des pages du document:%s" + +#: views.py:311 +#, python-format +msgid "transformations for: %s" +msgstr "transformation pour:%s" + +#: views.py:341 +msgid "Queue transformation edited successfully" +msgstr "Modification de la transformation de file d'attente effectuée avec succès" + +#: views.py:344 +#, python-format +msgid "Error editing queue transformation; %s" +msgstr "Erreur lors de la modification de la file d'attente de transformation;%s" + +#: views.py:349 +#, python-format +msgid "Edit transformation: %s" +msgstr "Modifier la transformation:%s" + +#: views.py:372 +msgid "Queue transformation deleted successfully." +msgstr "Transformation de file d'attente supprimée avec succès." + +#: views.py:374 +#, python-format +msgid "Error deleting queue transformation; %(error)s" +msgstr "Erreur lors de la suppression de la transformation de file d'attente;%(error)s" + +#: views.py:387 +#, python-format +msgid "" +"Are you sure you wish to delete queue transformation \"%(transformation)s\"" +msgstr "Êtes vous certain de vouloir supprimer la file d'attente de transformation \"%(transformation)s\"" + +#: views.py:410 +msgid "Queue transformation created successfully" +msgstr "Création de la transformation de la file d'attente effectuée avec succès" + +#: views.py:413 +#, python-format +msgid "Error creating queue transformation; %s" +msgstr "Erreur lors de la création de la transformation de la file d'attente;%s" + +#: views.py:422 +#, python-format +msgid "Create new transformation for queue: %s" +msgstr "Créer une nouvelle transformation pour la file d'attente:%s" + +#: conf/settings.py:13 +msgid "" +"Amount of seconds to delay OCR of documents to allow for the node's storage " +"replication overhead." +msgstr "Durée en secondes de suspension des tâches d'OCR pour permettre aux procédures de réplication de stockage pour le noeud de s'effectuer." + +#: conf/settings.py:14 +msgid "Maximum amount of concurrent document OCRs a node can perform." +msgstr "Maximum d'opérations d'OCR sur documents simultanés que peut traiter un noeud donné " + +#: conf/settings.py:15 +msgid "Automatically queue newly created documents for OCR." +msgstr "Ajouter automatiquement les nouveaux documents créés à la file d'attente OCR." + +#: conf/settings.py:17 +msgid "File path to unpaper program." +msgstr "Chemin vers l'exécutable \"unpaper\"" + +#: conf/settings.py:18 +msgid "" +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Chemin vers l'exécutable poppler pdftotext, utilisé pour extraire du texte à partir des fichiers PDF." + +#: parsers/__init__.py:87 parsers/__init__.py:164 +msgid "Text extracted from PDF" +msgstr "Texte extrait du PDF" diff --git a/apps/permissions/locale/fr/LC_MESSAGES/django.mo b/apps/permissions/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f8fc7a32fdb66b2aa2072b74c890a43e0e937e2c GIT binary patch literal 3395 zcmbW2ON$kguClUW7lMfi)^^v-G<0`0Rn_}2 zdea!?;K_J`aNyu39zA#>CKD4mVN5uf7!yyPOpL*J(Zv5(-7`BdKsHvk`qy3a)mPuE zzWrt6`p+50PR!>p-@l8o5%A}Acwl^gH)HpJS3nM41;@cZzzJ~odd7}|%itT}74S`P z6E-~vzFRN`OZa{d#2@U<~4qeSil{VjqGe_X+qg_*wCN0VF+_z{kO_K$8C!+yH(DZU(P{r2jXN z?EVuZJJw?}*|!sXp_X8k~U~d(_p8$8^`*gtzAldyRNOC`c z1Ae}o4lAjVJy=Oq$Z$Oj|`xqp-bKo=J zd64A40iOgfgLKX{knH;%Bt6$blKTgwJg<8wkLyP8DSU4ON&Wzc@VYYxz<$gZG3jj5 zzXg-dB_H}QX;8`2Uh{>)kgx3lSFuqf0cU*!snl_3OsEnw zXt-6pZ$QhlnKV}FK?8xVubo^(T8dzqH$}j0Q}Wf_d~3I^L9>-Nv`DNB$~Wr>lr%}d zg^mTeb|qsx3XSEe&gBwb!lc2qiX=>K3d@C-Tx3?o!iK(xqGc}NQzMZuQ}IMDV#SB) zu!mb72F)wCSEc2G zI+OdjR$b%H$lNtHAtPyJ@i7^Mws?JwBFo&fD+2~ADoYKUN}O$eC==WLdzsC2l6~8B zAq2G>Yv9h?avuX;*DAilM#GM|U=-*!i_NCe4@Ja|yTqIbN7Yv)x>a_H&Hx+m%-~w)CjZceZk?_fh>DkgTnJR6)Y10S; z@71hfyg6j6X>D4oR2rdeX7goV#TBiL(4o?mnD$n1zj2{UGe_qt>CH)j(mAYU;y3v~;mzXWV%d`F zur8OJQ)wO>Q%Q5TJQ>8M5*1o1bzK=OO;1fvu10RCTrG_&G@%4$E~oI<$|YM#BM~Me z+;0kPq#Zpzci7v%Do1D5rS>KhUj=A0HNJm7v>j_}sPxiIlxY!phn0>^jVG!5G^4{K zJbxV>NccfMG+1I>+TJdks!ZQ_$8PSCf(NaY)2)jfRT5~0o8Qx3gMMMH4(GGhN>7VT z`UOvMHP*QMcp_bQ#aU>my7e{nRo7|JC1BD&yv(^LM2I|#O1VT*wU~GO0nT#-nb2- zUaa+|y%Tiay4cfiou1x3TG|i}aH_jo@1gb#85mj6xms8`o3>W+2HlleHimzHe)C3O zDZyCDl05Gs%ZrJ1BG2L?LaguuC#K4n)|V)NcC~i3agE?me+GF_Xsh+1jjNbR*TSiC z@D-zxbR^}HAECCoH#k=qS_mqjwStmEo5Jt6Sa$pJ^}>G_J{amQMsY|-dFRmfY3*cc QiKZCV>24HJ$S)TA4>BUH3;+NC literal 0 HcmV?d00001 diff --git a/apps/permissions/locale/fr/LC_MESSAGES/django.po b/apps/permissions/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..df17270b57 --- /dev/null +++ b/apps/permissions/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,205 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Pierre Lhoste , 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:37-0400\n" +"PO-Revision-Date: 2012-07-21 22:40+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:17 models.py:209 views.py:40 +msgid "roles" +msgstr "rôles" + +#: __init__.py:18 +msgid "create new role" +msgstr "créer un nouveau rôle" + +#: __init__.py:19 +msgid "edit" +msgstr "modifier" + +#: __init__.py:20 +msgid "members" +msgstr "membres" + +#: __init__.py:21 +msgid "role permissions" +msgstr "Droits relatifs au rôle" + +#: __init__.py:22 +msgid "delete" +msgstr "supprimer" + +#: __init__.py:24 +msgid "grant" +msgstr "attribuer" + +#: __init__.py:25 +msgid "revoke" +msgstr "retirer" + +#: models.py:51 +msgid "Insufficient permissions." +msgstr "Droits insuffisants" + +#: models.py:123 views.py:60 +msgid "namespace" +msgstr "espace de nommage" + +#: models.py:124 views.py:61 +msgid "name" +msgstr "nom" + +#: models.py:131 models.py:187 views.py:152 views.py:215 +msgid "permission" +msgstr "droit" + +#: models.py:132 views.py:57 views.py:154 views.py:217 +msgid "permissions" +msgstr "droits" + +#: models.py:195 +msgid "permission holder" +msgstr "propriétaire du droit" + +#: models.py:196 +msgid "permission holders" +msgstr "propriétaires du droit" + +#: models.py:204 +msgid "label" +msgstr "label" + +#: models.py:208 models.py:239 views.py:76 views.py:93 views.py:117 +#: views.py:334 +msgid "role" +msgstr "rôle" + +#: models.py:255 +msgid "role member" +msgstr "membre du rôle" + +#: models.py:256 +msgid "role members" +msgstr "membres du rôle" + +#: permissions.py:7 +msgid "Permissions" +msgstr "Droits" + +#: permissions.py:9 +msgid "View roles" +msgstr "Afficher les rôles" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "Modifier les rôles" + +#: permissions.py:11 +msgid "Create roles" +msgstr "Créer des rôles" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "Supprimer des rôles" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "Donner des droits" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "Retirer des droits" + +#: views.py:63 +msgid "has permission" +msgstr "possède le droit" + +#: views.py:149 views.py:212 +msgid " and " +msgstr " et " + +#: views.py:149 views.py:212 +#, python-format +msgid "%(permissions)s to %(requester)s" +msgstr "%(permissions)s pour %(requester)s" + +#: views.py:159 +#, python-format +msgid "Permission \"%(permission)s\" granted to: %(requester)s." +msgstr "Droit \"%(permission)s\" attribué à: %(requester)s." + +#: views.py:162 +#, python-format +msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +msgstr "%(requester)s, a déjà le droit \"%(permission)s\" d'attribué." + +#: views.py:173 +#, python-format +msgid "" +"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +msgstr "Êtes vous certain de vouloir attribuer le droit %(permissions_label)s %(title_suffix)s?" + +#: views.py:222 +#, python-format +msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +msgstr "Droit \"%(permission)s\" retiré pour: %(requester)s." + +#: views.py:225 +#, python-format +msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +msgstr "%(requester)s, n'a pas le droit \"%(permission)s\" d'attribué." + +#: views.py:236 +#, python-format +msgid "" +"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" +msgstr "Êtes vous certain de vouloir supprimer le droit %(permissions_label)s %(title_suffix)s?" + +#: views.py:271 views.py:295 +msgid "Users" +msgstr "Utilisateurs" + +#: views.py:274 views.py:298 +msgid "Groups" +msgstr "Groupes" + +#: views.py:277 views.py:301 +msgid "Special" +msgstr "Spécial" + +#: views.py:330 +#, python-format +msgid "non members of role: %s" +msgstr "membres exclus du rôle:%s" + +#: views.py:331 +#, python-format +msgid "members of role: %s" +msgstr "membres du rôle:%s" + +#: widgets.py:16 +msgid "Revoke" +msgstr "Retirer" + +#: widgets.py:21 +msgid "Grant" +msgstr "Attribuer" + +#: conf/settings.py:10 +msgid "" +"A list of existing roles that are automatically assigned to newly created " +"users" +msgstr "Une liste des rôles existant qui sont automatiquement attribués aux comptes utilisateurs nouvellement créés" diff --git a/apps/project_setup/locale/fr/LC_MESSAGES/django.mo b/apps/project_setup/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..da22badefdbb6cd548dc469d5ee91ee8d851aa70 GIT binary patch literal 623 zcmZ9I&2G~`5Xa5e#fS@M4s&dU)@vt4skWp-G>KFx5m5-7+1L|%k-clpu1WhKeTTjW zFTfMXFq0UXXf|o=XVk78S{oYV_q;zrq?&7KWpYCQ!>AvM3HCvikUq< z#%+pKp-I(6!O9f(h98Xie@r=0RK+;wzFj&MH{xTWw)JTYZi<*g6VgqGI`qNfi5$eEc#Y_iOFiNwLNGD=6 zhU}dhPegi_rtBy-_`~$y|L>Q, 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:37-0400\n" +"PO-Revision-Date: 2012-07-21 23:17+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:5 +msgid "setup" +msgstr "configuration" + +#: views.py:15 +msgid "setup items" +msgstr "paramètres de configuration" diff --git a/apps/project_tools/locale/fr/LC_MESSAGES/django.mo b/apps/project_tools/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1cb2ca75ec28dd5fd8e6369926266b9093619227 GIT binary patch literal 559 zcmZ8e!EV$r5M2;($dNM#AGZR>Nm|s(?N*3(SE|&APy(F2$!ubj*wJ{xwjaWO^$Yqf zOm-_);z>{TSo3D)ji27W`ZHs^WWHm5V7_KvFeenuDgMfQd@-B-HbItNirwTSR@o3n2vPB+lvfCbxU9T31X^TCn#tr;X2&A^sE-j4MO!+SKv%_^IiQ?WP$oS?!w9 zG$2bby%sA3SG8jP>}I>&#x#|-8@S(@8uq&hYS`P7Q1?M~&sEe0)lrn+bU`wOIP{Yx<-q$wWWX4YO%qn=teZ1 fTzTw+7H-&uVUeAS{dF;S;!>nX(aeuz`CtD64Y{MX literal 0 HcmV?d00001 diff --git a/apps/project_tools/locale/fr/LC_MESSAGES/django.po b/apps/project_tools/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..61e6a877c6 --- /dev/null +++ b/apps/project_tools/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,23 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Pierre Lhoste , 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:37-0400\n" +"PO-Revision-Date: 2012-07-21 22:41+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:5 views.py:15 +msgid "tools" +msgstr "outils" diff --git a/apps/scheduler/locale/fr/LC_MESSAGES/django.mo b/apps/scheduler/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..804aaca951182477cf5ba73902b9af4560170ed0 GIT binary patch literal 503 zcmY*V(N4lJ6vgP%9)0%VKKOvqOShqdRfs4fAz?~j`d&vFHCwy1o#==7IsS^@Vkbo6 zNlx0P=bn4d{XRVSY&h&W9yuO6?mM12*62EZxz8(i)|x*|wR+{L#qk24xi&&c3Nia& z5~5)|_h!6Q+G1=nvB0}3Gngm}D{D(iNG9y6dTFJqAX*uwh0>&`Yl$$X;>MdkCU~zo zv(6TW%yJ5$AB5<4Fl<9`LE9bl&wbwsamL?7-Tt5M5`zweAq}oheFtyCjKxGVX>w+j zrZ9S%OyFSGOJj|G2yImLd|8mg64Mg^?Kd1wU1cx_umBN zW)X&zn+(Vog(3OYg)B8W@#1kD?bZ~ueD7XK%cYy?qjcdcf48K}nUL3zu9!C5_MVav zc6YkE=aOrTWU3ZIW)!+F!v0N5VX3`oUTK!&Na?~*kmc{w^ulY{TzgFkeF#px#t#?* Bly(3B literal 0 HcmV?d00001 diff --git a/apps/scheduler/locale/fr/LC_MESSAGES/django.po b/apps/scheduler/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..77b277b1e3 --- /dev/null +++ b/apps/scheduler/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,46 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-06-17 22:19+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo b/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..51dbffe9f4f48457080a201f682a2a583eccadfd GIT binary patch literal 665 zcmZ9J&2G~`5XToNA2K)29QN1>ZEUAOt+u49XcDPXEus>*Z|sS^$lkSP*GYTjfZzxc zTsa}ZbMysx0-l9gr=k)g{q*-(GqdyY=gH1jMs}ZgN=%4{L`?+yNCf{Au|s?&9ueP& zkn^4ReTT6hq>qX9UB>Q_z9$X-2hsMVXx~BZ#aSWV0y=Gt*xYni(X`|)P;E2l};?I`>%c|xR||29pgffo6XikjVUi9-av+BLJbfO~LyyOl zZOTrSAQqq+$!7>AulVlGG@H$4;6rJ>g3ErWcDoxFx7)D<6pf4Pn=0`NbN$mJ^e2Z7*, 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:37-0400\n" +"PO-Revision-Date: 2012-07-21 21:44+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:9 views.py:28 +msgid "settings" +msgstr "paramètres" + +#: views.py:33 +msgid "name" +msgstr "nom" + +#: views.py:34 +msgid "default" +msgstr "par défaut" + +#: views.py:35 +msgid "value" +msgstr "valeur" diff --git a/apps/sources/locale/fr/LC_MESSAGES/django.mo b/apps/sources/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7483c9dddd1b6d0c869a6f74ab2df6d3fbd32926 GIT binary patch literal 10855 zcmb`MdyE~|UB{2>v`LpHZ5k*ElyvIguATVa^((czjvYUCoj7 zO@sG>H-ke^^qvMa|8w9`@Yg`C=kLLN;MNg7k)%{ z3rc+t=z)^kQ4o=sc~J5@56T`M1u+$qf$I115}yQR4^M;Q;}<~j@eHW(FO<(;1SQXx zK+*dq_%86fp!oSd$e+2MkK%J1sPQ{N(c1%xucM&Wbq3UYkCfj(QhrZB$@Sx)2Dl&mSCBt*8^$QU4}+MLIS~f%kwb;8E};unqnX z$P}gxQR(9pcpvy6$e;NYeolhF1Ij+OU{puI>%pG`PlM9mAA{om&%wLEzXs>PTQNS( z+X1D|-vG6qFN2!@cfs4he+FUMyxnv2-T{jLQ{W!30C$5gfRg8TK>p0D{2T#qLYN1@ zv!M9>BsdGc0w&$KC?O`zu61|oWM zHz;{M1|9;R1;xjog5u*p!MA|#-r?rI4b=R1fYQrPm+wCXYW~lFvWsUy&3gru{eKmd z|Gfg<1O62#xlJP!>F-0}8Spcp?C)<&+l5odrer6exNRgIhrHq;<7u39WwZ z<3YO8mD3)wcgCCpMMLsMjaGkJyDsUzx;$>~rrGs^sL&u*dp%g9V38Kro~O7!Rz7RZ z1KJZb$@>u+rf5={;=o&J^{dCjhiFClvJDxdEYH@rNoP%Vyf&~K69S7Ow%P@zk`O^*h{)PNDFDwYlntv ztGEmvu~j{Aou=JN!&J;iXwv_qG}&37rYoXh0@j8Uhjl4_e3&MC`YGB6 zX?tn96hki1WZN0-I8AZ>~Wv?4%c^EGjVb=HZewcY#Qly=rZH}dZcR4A%tSE0*ZI{IB z22qd)Wj`-Z{W$9->A=rJNN?M|qxoiMw(WIE<^77>thYV8+Z@X-dPNqb=0p^BE_&N{ zWI&wVq;&yt@7X3mLj)ZNXURqrK- zUdW34ULK?#%IN!n5D& zA0U7l@pauRy3Kx$y-Pzs?s}bMFig=}(6vI(%t@4Mf4m~DeQYRK11kl4s6ULm;Y!%W zTOE;hNuacW3EgQ1Zd;%0)R>Pv|947p2`BgvYSwvB?T25=@T;+reOJJX6 z`JEiYA3Jkt^Ee@ItrvEKUKm3}tS50$`{F_o61kuE=1l1a=MWA{&%&;A?Cf%u2LmgL zwmD}5EfF)@R>susgfhz>)>D|ZzSwHCjBk@qO@np*c6D7{gl|qb;&+1V<_wTZ6t>N| zTHI+oRGGxOsr-gHYJIEE^<_`=nB+zNUU&RDIT!LaSz2vc*YE%0pX+Dc#9r5TtUPz@ zw@sJzv88w!7ne7;&3TsqmxJ7k$m2?4S#2qq)>3uCiQVEGT_$=sMmOrwCoV;pPjIOd z43+BLNE?OL2byX8Jc)DPdW(3)5gVbb@;=yeBuZy9=QBJo#1oU)PeaDRHzANL8}=^a z&C52+le~gU{$Longw3F|j2aJx1cBg^t7_KyvboR?h)k)d1};cjU(V~1(oZ{m0s-cD zp^tZ2$sUggdG^lcG*|3c!=+c)CA8TrceQczLXt*ZqcTPz(5>A*HZ9tW)@zn328`2U z31z9^^kyolZk$tJ=W}M{%l4;Uv*x8wHA|Eub=0`*_oN;5b-ayiG(w0k`W7%bY`HjGhvn$ zK{j>ffyI`s@d*_zN^C;G-rallwss$A?cL|?xpQ{kf!6N*yLZ#Ebry?LB|O=0kGFTv z?EZas?B<#}?PqywQA&*bT)I0G;^BdJx}T7?y}O2Nd(w6XvtRPNZM{6YJit1{;}J%) zi}II))?(lfX1$Ya3@Cnfl&e`?U2R+Y2z$XLyC}RtvdLzKZdt9MJIH3DlFCdko!L3H zaB5+GEV(`H-BTxss>H(9qTQ?H!KHj=7!hUS3-wpsgRPGDb23bF(RCG2Y~&ruRmEfqud z5d%m>{^a(OZq8CS-e|r7!ll7$yEzvONN&ux_IWRwF7l8#k2w`~|M^4_d~|XLIz$AX zk04YFvqg4=BN>QQIl7q@M!7G`+8$fVwJUUn|2Qew2Pq>~T`f6sdgbF)=Yk5e>Rl}x z0(P6aUAt6EveByl=qQS)r2FY%`ZZVpRJv6CL8eLes!ge)@W2lm?JGs?fW{$IQ zb*pio%(=0CYKy4RG&K#XQX!kNbbpwxy+{o(kk7mPNnPEsRV^RvUKU}Og)IUcGigrQ zLE-|FsDd0%mBggEp`YehPi@#}Z5lYh`eDURtiZVo>9IS_)~G-ixrFu5N;QRvQ`^NB-jsy@mN5R>;K%uK)zp}9lW`zT4RA+hL= z*tI7tP6!i<=4HY`O(!_S#PbBL*BCrGRo(`zw*?D6j6|GTq$|R|_*>SOJOo|fK!)BwlIlFd+ zc$^bO1M`rxEi9w&6R0o<>m=A7zF0ufZsui+d?E_?X&SD*NV+4R#M;>t+%Qbyl8&G3 z-X3=+_t2#q6qme}wJYh!rL4bVqt)~ZIYhXEA})*|*nzI1CX&p_dhifU+XyPX+92mc zvhrt6#GD&KF$?^{+~<>MtxJu9hx3C`d>loEaoA`$HZq=eiW<#mgK#;H1Cx>55m%Dh z$Y5E9^@=Y}MT?Fc*IAJ$RiDO32tCpAJr;_#ST9EgA?{hs#G%4!h};54rxqd%$07rl z2OCo4z+mk~j0#B-hR_27Ez;3u+#Vj3;TE!u6<0?D3LTq$a}KiZ>tdsl)iTQki`K*} zoA%v=t+v^8M9}MD8^yXQD0+I~GBrvW05k8LO=uaL5|>=6EGAa#PG7}Btw3q3ifhHl zvo;tR+IfhMmDgJTuvv1FzM~orCZa-Z+R1?RnlroXG(Na|z2%W+HsfHfIuzbuf#o!8 zqML!O9?KYJi#jF4jUw8vhOM<bFM0y)OVTJM`TK~a@FccP***?j7W-x zS2uXRI(^akqqj^1##t(+?9nWQ2<@zmI5o<(AkVTm?paFev_nCmR**+ zQMGE$+xnQ75?Fas!yXye;w(ZDY?@j|r!^}2?7>g{%qFmBHrq!5zFut~>q-92={BtA zNKRd;)XSzrPQ{7Ws=_6anmw0vMk?)2m*+avS*}1LDA>x&g%xK79J8=(Bj@EakaX|j ziF_JyD)R>ODWxJi3{z%2^s=t9ci&)I-LwV|aOF7d{oiQ1k6z1k!H&f~ce8_oX$Rw&K+ literal 0 HcmV?d00001 diff --git a/apps/sources/locale/fr/LC_MESSAGES/django.po b/apps/sources/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..310b11669a --- /dev/null +++ b/apps/sources/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,529 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Pierre Lhoste , 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:37-0400\n" +"PO-Revision-Date: 2012-07-21 21:43+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:20 +msgid "preview" +msgstr "prévisualiser" + +#: __init__.py:21 __init__.py:29 __init__.py:35 +msgid "delete" +msgstr "supprimer" + +#: __init__.py:23 +msgid "sources" +msgstr "sources" + +#: __init__.py:24 literals.py:53 models.py:203 +msgid "web forms" +msgstr "formulaires web" + +#: __init__.py:25 models.py:174 +msgid "staging folders" +msgstr "répertoires dit d'index, modifications en cours" + +#: __init__.py:26 models.py:238 +msgid "watch folders" +msgstr "répertoires surveillés" + +#: __init__.py:28 __init__.py:34 +msgid "edit" +msgstr "modifier" + +#: __init__.py:30 +msgid "add new source" +msgstr "ajout d'une nouvelle source" + +#: __init__.py:32 +msgid "transformations" +msgstr "transformations" + +#: __init__.py:33 +msgid "add transformation" +msgstr "ajouter une transformation" + +#: __init__.py:37 +msgid "Document sources" +msgstr "Sources du document" + +#: __init__.py:39 +msgid "upload new version" +msgstr "importer une nouvelle version" + +#: __init__.py:69 widgets.py:39 +msgid "thumbnail" +msgstr "aperçu" + +#: forms.py:34 forms.py:59 +msgid "Expand compressed files" +msgstr "Décompresser les fichiers" + +#: forms.py:35 forms.py:60 +msgid "Upload a compressed file's contained files as individual documents" +msgstr "Importer le contenu d'un ensemble de fichiers compressés comme fichiers individuels" + +#: forms.py:43 +msgid "Staging file" +msgstr "fichier en cours de modification" + +#: forms.py:50 +msgid "File" +msgstr "Fichier" + +#: literals.py:8 literals.py:13 +msgid "Always" +msgstr "Toujours" + +#: literals.py:9 literals.py:14 +msgid "Never" +msgstr "Jamais" + +#: literals.py:15 +msgid "Ask user" +msgstr "Demander à l'utilisateur" + +#: literals.py:30 +msgid "Disk" +msgstr "Disque" + +#: literals.py:31 +msgid "Database" +msgstr "Base de données" + +#: literals.py:32 +msgid "Drive" +msgstr "Disque dur" + +#: literals.py:33 +msgid "Network drive" +msgstr "Disque réseau" + +#: literals.py:34 +msgid "User drive" +msgstr "Disque utilisateur" + +#: literals.py:35 +msgid "Envelope" +msgstr "Envelope" + +#: literals.py:36 +msgid "Folder" +msgstr "Répertoire" + +#: literals.py:37 +msgid "World" +msgstr "Monde" + +#: literals.py:38 +msgid "Printer" +msgstr "Imprimante" + +#: literals.py:39 +msgid "Empty printer" +msgstr "Imprimante manquante" + +#: literals.py:47 models.py:202 +msgid "web form" +msgstr "formulaire web" + +#: literals.py:48 +msgid "server staging folder" +msgstr "répertoire du serveur dit d'index, modifications en cours" + +#: literals.py:49 +msgid "server watch folder" +msgstr "répertoire surveillé du serveur" + +#: literals.py:54 +msgid "server staging folders" +msgstr "répertoires du serveur dit d'index, modifications en cours" + +#: literals.py:55 +msgid "server watch folders" +msgstr "répertoires surveillés du serveur" + +#: models.py:35 +msgid "title" +msgstr "titre" + +#: models.py:36 +msgid "enabled" +msgstr "activé" + +#: models.py:37 +msgid "whitelist" +msgstr "liste blanche" + +#: models.py:38 +msgid "blacklist" +msgstr "liste noire" + +#: models.py:142 +msgid "icon" +msgstr "icone" + +#: models.py:142 +msgid "An icon to visually distinguish this source." +msgstr "Un icone permettant de distinguer visuellement cette source." + +#: models.py:158 models.py:210 +msgid "folder path" +msgstr "chemin de répertoire" + +#: models.py:158 models.py:210 +msgid "Server side filesystem path." +msgstr "chemin de répertoire système sur le serveur." + +#: models.py:159 +msgid "preview width" +msgstr "largeur de la prévisualisation" + +#: models.py:159 +msgid "Width value to be passed to the converter backend." +msgstr "Valeur de largeur à passer au convertisseur en arrière plan" + +#: models.py:160 +msgid "preview height" +msgstr "hauteur de prévisualisation" + +#: models.py:160 +msgid "Height value to be passed to the converter backend." +msgstr "Valeur de hauteur à passer au convertisseur en arrière plan." + +#: models.py:161 models.py:198 models.py:211 +msgid "uncompress" +msgstr "décompresser" + +#: models.py:161 models.py:198 models.py:211 +msgid "Whether to expand or not compressed archives." +msgstr "Indique s'il faut ou non décompresser les fichiers d'archive." + +#: models.py:162 models.py:212 +msgid "delete after upload" +msgstr "supprimer après importation" + +#: models.py:162 models.py:212 +msgid "Delete the file after is has been successfully uploaded." +msgstr "supprimer le fichier après importation avec succès." + +#: models.py:173 +msgid "staging folder" +msgstr "répertoire dit d'index, modifications en cours" + +#: models.py:213 +msgid "interval" +msgstr "intervalle" + +#: models.py:213 +msgid "" +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "Intervalle en secondes entre deux vérifications du répertoire sous surveillance pour détecter l'ajout de nouveaux documents" + +#: models.py:237 +msgid "watch folder" +msgstr "répertoire sous surveillance" + +#: models.py:242 +msgid "Enter a valid value." +msgstr "Saisissez une valeur valide." + +#: models.py:270 views.py:595 +msgid "order" +msgstr "ordre" + +#: models.py:271 views.py:596 views.py:633 views.py:663 +msgid "transformation" +msgstr "transformation" + +#: models.py:272 views.py:597 +msgid "arguments" +msgstr "Version de document à partir du fichier " + +#: models.py:272 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Utiliser des dictionnaires afin d'identifier les arguments, exemple:%s" + +#: models.py:283 +msgid "document source transformation" +msgstr "transformation du document source" + +#: models.py:284 +msgid "document source transformations" +msgstr "transformation des documents osurce" + +#: models.py:291 models.py:292 +msgid "out of process" +msgstr "process externe" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "Configuration des Sources" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "Afficher les sources du document en cours" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "Modifier les sources du document" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "Supprimer les sources du document" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "Créer de nouvelles sources pour le document" + +#: staging.py:45 +#, python-format +msgid "Unable get list of staging files: %s" +msgstr "Impossible d'obtenir la liste des fichiers en cours de modification:%s" + +#: staging.py:128 +#, python-format +msgid "Unable to upload staging file: %s" +msgstr "Impossible d'importer le fichier en cours de modification:%s" + +#: staging.py:138 +#, python-format +msgid "Unable to delete staging file: %s" +msgstr "Impossible de supprimer le fichier en cours de modification:%s" + +#: utils.py:40 +msgid "Whitelist Blacklist validation error." +msgstr "Erreur de validation liste blanche et/ou liste noire" + +#: views.py:100 +msgid "here" +msgstr "ici" + +#: views.py:105 +msgid "Upload sources" +msgstr "Importer les sources" + +#: views.py:107 +msgid "" +"No interactive document sources have been defined or none have been enabled." +msgstr "Aucune source de document interactifs n'a été définie ou/ni activée" + +#: views.py:108 +#, python-format +msgid "Click %(setup_link)s to add or enable some document sources." +msgstr "Cliquez %(setup_link)s pour ajouter ou activer des sources de documents. " + +#: views.py:165 +msgid "New document version uploaded successfully." +msgstr "Importation de la nouvelle version du document avec succès." + +#: views.py:169 +msgid "File uploaded successfully." +msgstr "Fichie importé avec succès." + +#: views.py:172 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "Fichier décompressé avec succès et importé comme fichiers individuels." + +#: views.py:175 +msgid "File was not a compressed file, uploaded as it was." +msgstr "Le fichier n'est pas un fichier compressé reconnu, importé tel quel." + +#: views.py:179 views.py:260 +msgid "New version uploads are not allowed for this document." +msgstr "L'import de nouvelles versions n'est pas autorisé pour ce document." + +#: views.py:183 views.py:264 +#, python-format +msgid "Unhandled exception: %s" +msgstr "Exception non gérée:%s" + +#: views.py:192 +#, python-format +msgid "upload a new version from source: %s" +msgstr "importer une nouvelle version à partir de la source:%s" + +#: views.py:194 +#, python-format +msgid "upload a local document from source: %s" +msgstr "importer un document local à partir de la source:%s" + +#: views.py:240 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "Import de la version de document à partir du document en cours de modification: %s,réalisé avec succès" + +#: views.py:243 +#, python-format +msgid "Staging file: %s, uploaded successfully." +msgstr "fichier en cours de modification:%s importé avec succès" + +#: views.py:246 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Document en cours de modification:%s, décompressé et importé en tant que fichiers individuels, avec succès." + +#: views.py:249 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "Document en cours de modification:%s, n'était pas un fichier compressé, importé comme fichier unique." + +#: views.py:254 +#, python-format +msgid "Staging file: %s, deleted successfully." +msgstr "fichier en cours de modification:%s supprimé avec succès" + +#: views.py:279 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "importer une nouvelle version à partir de la source en cours de modification:%s" + +#: views.py:281 +#, python-format +msgid "upload a document from staging source: %s" +msgstr "importer un document à partir de la source en cours de modification:%s" + +#: views.py:294 +msgid "files in staging path" +msgstr "fichiers dans l'index, en cours de modification" + +#: views.py:326 +msgid "Current document type" +msgstr "Type du document en cours" + +#: views.py:327 +msgid "None" +msgstr "Aucun" + +#: views.py:334 +msgid "Current metadata" +msgstr "Métadonnées actuelles" + +#: views.py:372 views.py:391 +#, python-format +msgid "Staging file transformation error: %(error)s" +msgstr "Erreur de transformation du fichier en cours de modification:%(error)s" + +#: views.py:414 +msgid "Staging file delete successfully." +msgstr "Fichier en cours de modification supprimé avec succès" + +#: views.py:416 +#, python-format +msgid "Staging file delete error; %s." +msgstr "Erreur de suppression du fichier en cours de modificiation;%s." + +#: views.py:476 +msgid "Source edited successfully" +msgstr "Source modifiée avec succès" + +#: views.py:479 +#, python-format +msgid "Error editing source; %s" +msgstr "Erreur lors de la modification de la source;%s" + +#: views.py:484 +#, python-format +msgid "edit source: %s" +msgstr "modifier la source:%s" + +#: views.py:489 views.py:529 views.py:591 views.py:632 views.py:662 +#: views.py:705 +msgid "source" +msgstr "source" + +#: views.py:518 +#, python-format +msgid "Source \"%s\" deleted successfully." +msgstr "Source \"%s\" supprimée avec succès" + +#: views.py:520 +#, python-format +msgid "Error deleting source \"%(source)s\": %(error)s" +msgstr "Erreur lors de la suppression de la source \"%(source)s\": %(error)s" + +#: views.py:527 +#, python-format +msgid "Are you sure you wish to delete the source: %s?" +msgstr "Êtes vous certain de vouloir supprimer la source:%s?" + +#: views.py:559 +msgid "Source created successfully" +msgstr "Source créée avec succès" + +#: views.py:562 +#, python-format +msgid "Error creating source; %s" +msgstr "Erreur lors de la création de la source;%s" + +#: views.py:567 +#, python-format +msgid "Create new source of type: %s" +msgstr "Créer une nouvelle source de type:%s" + +#: views.py:589 +#, python-format +msgid "transformations for: %s" +msgstr "transformations pour:%s" + +#: views.py:619 +msgid "Source transformation edited successfully" +msgstr "Transformation de source effectuée avec succès" + +#: views.py:622 +#, python-format +msgid "Error editing source transformation; %s" +msgstr "Erreur lors de la modification de la transformation de source;%s" + +#: views.py:627 +#, python-format +msgid "Edit transformation: %s" +msgstr "Modifier la transformation:%s" + +#: views.py:650 +msgid "Source transformation deleted successfully." +msgstr "Transformation de source supprimée avec succès." + +#: views.py:652 +#, python-format +msgid "Error deleting source transformation; %(error)s" +msgstr "Erreur lors de la suppression de la transformation de source; %(error)s" + +#: views.py:665 +#, python-format +msgid "" +"Are you sure you wish to delete source transformation \"%(transformation)s\"" +msgstr "Êtes vous certain de vouloir supprimer la transformation de source \"%(transformation)s\"" + +#: views.py:695 +msgid "Source transformation created successfully" +msgstr "Transformation de source crée avec succès" + +#: views.py:698 +#, python-format +msgid "Error creating source transformation; %s" +msgstr "Erreur lors de la création de la transformation de osurce;%s" + +#: views.py:707 +#, python-format +msgid "Create new transformation for source: %s" +msgstr "Créer une nouvelle transformation pour la source:%s" diff --git a/apps/tags/locale/fr/LC_MESSAGES/django.mo b/apps/tags/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9f99d8afeb4b1e3102458ddbbef25d27a9d20cce GIT binary patch literal 3933 zcmbW3ON<;x8OJMN9vL2iglEj7SXjJE+%x-#V>6DE*z0w0vXiXVYa?>&ovxW_(~qI5 zdmkXA9C9H%b3lRvBnJ-JNCQ2M_FkHZ^K?EVtUx_$%sQ-9(i{r(Ka@0;+g@NZD; z{TsduHuxyxjzh7tP`!IlbZx_56T`=<_TxAyx@!1oxCYO_FT*x`1)ha}g(sj#FvRXv z$du|SD1Plg(J!ppzXCtV`!}HE!;4UK`yIRhZ$eC}WtP1 z$~@0N(ebNL^nMPCUoXQ?!dI*JWA7;SJPF0G&%jT>0hD>a4#l7EzB`9{Efui^Kpp5?^lzCr13%kmlOu)sMZ<4T>HnGMUlYfa>?#dfq*JyPe(t=xt4$?%uBHqn*d5v&`?}rr&qd zt8wZ=lpD2{Mycg#{Yb4@=nJ$+JT>_i`Ci~t}a$e=+J3DqIYm0J^LomzSDE_ zZceQSVOEY_w>Gspkl|s1kcc@qzW^599E)Bs(!S`_qt=+j`<#iQbWc4#@IN1_jj%t+ z_n`thjdQ&`iVm8S_QLc3-dt*ZtI=a+%zo%HS6b{A(vEviO_dJ=G=FV_ zQ`f?A96lRHk=`+SJY}&WpKs&LWRgn1a#13-n*1c}l4Yt}#JY549A#C#%7}8ssZzv$_ngA-qZ+GDTr@Xw5F3s?s?ncBndH?Zpp*HZ(R1jgwbNmD>LJLztPkXe}SQ zm)gQK{hb7TJbu%r*G)I`E(hKwJO~NK#s8+MLx7W(@l~&KT78{+*o%M-w%gv?6TAF0+FK_!`$a*ugpS6aOA0}sYci>xR zvU69rFL`Gs{bbIbvEF*pO#`-dTc6npv)bD>yRESq<(wworPRh8LCLUqb>~*j>hkBg zg+xE3mlqq=NqarbQ9|cz=Fwpmejzs*`uKUBC~EX% z+AzjMbYfyaGU(ygH}Z84loRm(n3FY4{B>=acB?v-?*D z@jW_31e8hAe3$d|sD<)4zfy}eGlAMLwS8?kT!Yc!_0bEphoeJHV#cOC2RcN*M?TNG zsW|msuOrGJPKZgC##NT8@sFb?1fC3;!s9T{eJ(8W%ks|(xuK@!lbcLLIIpF literal 0 HcmV?d00001 diff --git a/apps/tags/locale/fr/LC_MESSAGES/django.po b/apps/tags/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..6cc82f5be5 --- /dev/null +++ b/apps/tags/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,248 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Pierre Lhoste , 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:37-0400\n" +"PO-Revision-Date: 2012-07-21 21:56+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:20 +msgid "tag list" +msgstr "liste des étiquettes" + +#: __init__.py:21 +msgid "create new tag" +msgstr "créer une nouvelle étiquette" + +#: __init__.py:22 +msgid "attach tag" +msgstr "rattacher une étiquette" + +#: __init__.py:23 __init__.py:24 +msgid "remove" +msgstr "retirer" + +#: __init__.py:25 __init__.py:44 __init__.py:52 views.py:98 +msgid "tags" +msgstr "étiquettes" + +#: __init__.py:26 __init__.py:29 +msgid "delete" +msgstr "supprimer" + +#: __init__.py:27 +msgid "edit" +msgstr "modifier" + +#: __init__.py:28 +msgid "tagged documents" +msgstr "documents étiquetés" + +#: __init__.py:30 +msgid "ACLs" +msgstr "ACLs" + +#: __init__.py:34 +msgid "preview" +msgstr "pré-visualiser" + +#: __init__.py:38 +msgid "tagged items" +msgstr "éléments étiquetés" + +#: forms.py:24 +msgid "Name" +msgstr "Nom" + +#: forms.py:25 +msgid "Color" +msgstr "Couleur" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "Etiquettes" + +#: literals.py:18 +msgid "Blue" +msgstr "Bleu" + +#: literals.py:19 +msgid "Cyan" +msgstr "Cyan" + +#: literals.py:20 +msgid "Coral" +msgstr "Corail" + +#: literals.py:21 +msgid "Green-Yellow" +msgstr "Jaune-Vert" + +#: literals.py:22 +msgid "Khaki" +msgstr "Kaki" + +#: literals.py:23 +msgid "LightGrey" +msgstr "Gris léger" + +#: literals.py:24 +msgid "Magenta" +msgstr "Magenta" + +#: literals.py:25 +msgid "Red" +msgstr "Rouge" + +#: literals.py:26 +msgid "Orange" +msgstr "Orange" + +#: literals.py:27 +msgid "Yellow" +msgstr "Jaune" + +#: models.py:12 views.py:154 views.py:206 views.py:220 +msgid "tag" +msgstr "étiquette" + +#: models.py:13 +msgid "color" +msgstr "couleur" + +#: models.py:16 +msgid "tag properties" +msgstr "propriétés de l'étiquette" + +#: models.py:17 +msgid "tags properties" +msgstr "propriétés des étiquettes" + +#: permissions.py:9 +msgid "Create new tags" +msgstr "Créer de nouvelles étiquettes" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "Supprimer des étiquettes" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "Modifier des étiquettes" + +#: permissions.py:12 +msgid "View tags" +msgstr "Afficher les étiquettes" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "Rattacher des étiquettes aux documents" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "Retirer des étiquettes au document" + +#: views.py:42 +msgid "Tag already exists." +msgstr "L'étiquette existe déjà." + +#: views.py:50 +msgid "Tag created succesfully." +msgstr "Etiquette créée avec succès." + +#: views.py:56 +msgid "create tag" +msgstr "créer une étiquette" + +#: views.py:77 +#, python-format +msgid "Document is already tagged as \"%s\"" +msgstr "Le document est déjà étiqueté comme \"%s\"" + +#: views.py:82 +#, python-format +msgid "Tag \"%s\" attached successfully." +msgstr "Etiquette \"%s\" rattachée avec succès." + +#: views.py:88 +#, python-format +msgid "attach tag to: %s" +msgstr "rattacher l'étiquette à:%s" + +#: views.py:130 views.py:257 +msgid "Must provide at least one tag." +msgstr "Vous devez fournir au moins une étiquette" + +#: views.py:145 +#, python-format +msgid "Tag \"%s\" deleted successfully." +msgstr "Etiquette \"%s\" supprimée avec succès" + +#: views.py:147 views.py:269 +#, python-format +msgid "Error deleting tag \"%(tag)s\": %(error)s" +msgstr "Erreur lors de la suppression de l'étiquette \"%(tag)s\": %(error)s" + +#: views.py:162 +#, python-format +msgid "Are you sure you wish to delete the tag: %s?" +msgstr "Êtes vous certain de vouloir supprimer l'étiquette: %s?" + +#: views.py:163 views.py:166 +msgid "Will be removed from all documents." +msgstr "Sera supprimée de tous les documents" + +#: views.py:165 +#, python-format +msgid "Are you sure you wish to delete the tags: %s?" +msgstr "Êtes vous certain de vouloir supprimer l'étiquette:%s?" + +#: views.py:194 +msgid "Tag updated succesfully." +msgstr "Etiquette mise à jour avec succès." + +#: views.py:203 +#, python-format +msgid "edit tag: %s" +msgstr "modifier l'étiquette:%s" + +#: views.py:217 +#, python-format +msgid "documents with the tag \"%s\"" +msgstr "documents étiquetés comme \"%s\"" + +#: views.py:236 +#, python-format +msgid "tags for: %s" +msgstr "étiquettes pour:%s" + +#: views.py:267 +#, python-format +msgid "Tag \"%s\" removed successfully." +msgstr "Etiquette \"%s\" supprimée avec succès." + +#: views.py:283 +#, python-format +msgid "Are you sure you wish to remove the tag: %s?" +msgstr "Êtes vous certain de vouloir supprimer l'étiquette:\"%s\"?" + +#: views.py:285 +#, python-format +msgid "Are you sure you wish to remove the tags: %s?" +msgstr "Êtes vous certain de vouloir supprimer les étiquettes:%s?" + +#: templatetags/tags_tags.py:17 +msgid "Add tag to document" +msgstr "Ajouter une étiquette au document" diff --git a/apps/user_management/locale/fr/LC_MESSAGES/django.mo b/apps/user_management/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d3d8c2ea4661d5e261838555f471e5dec8b7550f GIT binary patch literal 503 zcmYLF!A=4(5Y^~ukDfiu!GlDHc0mGGF`_I939AGa?`0`V&2GDCyP_ZB=lCmri(N7D zl9#sWn>X|3`{elZz~j*K)bq^q$n(;(M$hxhe_s2u*8F2?^s7i6j#v01jFnn3i1`Os z5DnvbFcYOV4r80i6+Tp%#Y8jMI9D=4GU+zevYG0F7;U+c+K{5ICDPhT*kJmc;G+@T zd0QNECm6J7*h1RHRvW?&Yj=@eQR;;_6K}F^zt@FGudz*mUa?N+f_elKZXG6uE1Pqt z4TI5QGJ&T-9KmfA55|-G!EiW>=JPu*RawO|fr;RS7aF0`4V?dtzTIw{uJ(~@@&22j z+%3YAa+d+cs<0&gb0KR(8bLgcqy3t~CJi37azgo;K1v_XiFZfJoJ(~B>4qCCTz`>_ zu(#LMJ=eluq*A?-Dr3-FO7}l4gS82!d1ZKxBW()HK$X8w+i%^#?%F?Ba0g){IQRh+ CvXpZG literal 0 HcmV?d00001 diff --git a/apps/user_management/locale/fr/LC_MESSAGES/django.po b/apps/user_management/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..d774b507d6 --- /dev/null +++ b/apps/user_management/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,256 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2011-09-30 04:55+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: __init__.py:13 +msgid "user list" +msgstr "" + +#: __init__.py:14 views.py:31 +msgid "users" +msgstr "" + +#: __init__.py:15 __init__.py:24 +msgid "edit" +msgstr "" + +#: __init__.py:16 views.py:97 +msgid "create new user" +msgstr "" + +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 +msgid "delete" +msgstr "" + +#: __init__.py:19 __init__.py:20 +msgid "reset password" +msgstr "" + +#: __init__.py:22 +msgid "group list" +msgstr "" + +#: __init__.py:23 views.py:228 +msgid "groups" +msgstr "" + +#: __init__.py:25 views.py:276 +msgid "create new group" +msgstr "" + +#: __init__.py:28 views.py:232 +msgid "members" +msgstr "" + +#: forms.py:13 +msgid "New password" +msgstr "" + +#: forms.py:14 +msgid "Confirm password" +msgstr "" + +#: permissions.py:7 +msgid "User management" +msgstr "" + +#: permissions.py:9 +msgid "Create new users" +msgstr "" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:11 +msgid "View existing users" +msgstr "" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "" + +#: views.py:35 +msgid "full name" +msgstr "" + +#: views.py:39 +msgid "email" +msgstr "" + +#: views.py:43 +msgid "active" +msgstr "" + +#: views.py:47 +msgid "has usable password?" +msgstr "" + +#: views.py:61 +msgid "" +"Super user and staff user editing is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:68 +#, python-format +msgid "User \"%s\" updated successfully." +msgstr "" + +#: views.py:74 +#, python-format +msgid "edit user: %s" +msgstr "" + +#: views.py:77 views.py:135 views.py:198 +msgid "user" +msgstr "" + +#: views.py:91 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "" + +#: views.py:113 views.py:167 +msgid "Must provide at least one user." +msgstr "" + +#: views.py:123 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:126 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "" + +#: views.py:128 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:143 +#, python-format +msgid "Are you sure you wish to delete the user: %s?" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Are you sure you wish to delete the users: %s?" +msgstr "" + +#: views.py:178 +msgid "Passwords do not match, try again." +msgstr "" + +#: views.py:183 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "" + +#: views.py:187 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "" + +#: views.py:189 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:205 +#, python-format +msgid "Reseting password for user: %s" +msgstr "" + +#: views.py:207 +#, python-format +msgid "Reseting password for users: %s" +msgstr "" + +#: views.py:249 +#, python-format +msgid "Group \"%s\" updated successfully." +msgstr "" + +#: views.py:255 +#, python-format +msgid "edit group: %s" +msgstr "" + +#: views.py:258 views.py:311 views.py:356 +msgid "group" +msgstr "" + +#: views.py:270 +#, python-format +msgid "Group \"%s\" created successfully." +msgstr "" + +#: views.py:292 +msgid "Must provide at least one group." +msgstr "" + +#: views.py:302 +#, python-format +msgid "Group \"%s\" deleted successfully." +msgstr "" + +#: views.py:304 +#, python-format +msgid "Error deleting group \"%(group)s\": %(error)s" +msgstr "" + +#: views.py:319 +#, python-format +msgid "Are you sure you wish to delete the group: %s?" +msgstr "" + +#: views.py:321 +#, python-format +msgid "Are you sure you wish to delete the groups: %s?" +msgstr "" + +#: views.py:351 +#, python-format +msgid "non members of group: %s" +msgstr "" + +#: views.py:352 +#, python-format +msgid "members of group: %s" +msgstr "" diff --git a/apps/web_theme/locale/fr/LC_MESSAGES/django.mo b/apps/web_theme/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4216b234b8a6ce9e861ee1682f7749412e787544 GIT binary patch literal 503 zcmYLF(N4lJ6xHa{9)0%VKKP)~OSho`s~8bRLc)~5^u3HSYPNQ1JAn`JbNm&*#SRRd zMkt52R<9M18BYa^7T5VH-F z5cT7!H{qqy7Gsl%Ilfex!9-D5T3b>=GGUk1tdXjMXl0ldN|U0lCBm4B8*luUU{7;q zoh|m6CQZ() z(i8^oqY=Dz;|Lz3xH}v@cl-TGG@U*5^%~ZRb51 zVEdq}doH-fNTzBoWJaMq6Lvo>g@yLUd8Jv71EmW?L6+O6>4XokyLK)mJV9{f9sL0Z CTa;%2 literal 0 HcmV?d00001 diff --git a/apps/web_theme/locale/fr/LC_MESSAGES/django.po b/apps/web_theme/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..aa1d7b74cc --- /dev/null +++ b/apps/web_theme/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,104 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2011-11-03 21:42+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: conf/settings.py:10 +msgid "" +"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" +"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " +"warehouse." +msgstr "" + +#: conf/settings.py:12 +msgid "Display extra information in the login screen." +msgstr "" + +#: templates/web_theme_base.html:101 +msgid "dismiss all notifications" +msgstr "" + +#: templates/web_theme_base.html:101 +msgid "close all" +msgstr "" + +#: templates/web_theme_base.html:102 +msgid "dismiss this notification" +msgstr "" + +#: templates/web_theme_base.html:102 +msgid "close" +msgstr "" + +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 +msgid "Login" +msgstr "" + +#: templates/web_theme_login.html:19 +msgid "You are already logged in" +msgstr "" + +#: templates/web_theme_login.html:22 +msgid "Redirecting you to the website entry point in 5 seconds." +msgstr "" + +#: templates/web_theme_login.html:25 +#, python-format +msgid "" +"Or click here if redirection doesn't " +"work." +msgstr "" + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/pagination/pagination.html:6 +#: templates/pagination/pagination.html:8 +msgid "Previous" +msgstr "" + +#: templates/pagination/pagination.html:26 +#: templates/pagination/pagination.html:28 +msgid "Next" +msgstr "" From 8e227d7f3ee1974134acb92a87ecedf17166f261 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 23 Jul 2012 21:10:19 -0400 Subject: [PATCH 47/71] Add Dutch translation files --- apps/acls/locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes apps/acls/locale/nl_NL/LC_MESSAGES/django.po | 241 ++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 271 ++++ .../common/locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../common/locale/nl_NL/LC_MESSAGES/django.po | 351 ++++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 936 ++++++++++++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 214 ++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 1823 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 97 ++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 550 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 367 ++++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 122 ++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 21919 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 1108 +++++++++++++++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 114 ++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 229 ++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 121 ++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 118 ++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 333 +++++ apps/main/locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes apps/main/locale/nl_NL/LC_MESSAGES/django.po | 146 +++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 454 +++++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 691 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 31 + apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 5745 bytes apps/ocr/locale/nl_NL/LC_MESSAGES/django.po | 422 +++++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 204 +++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 26 + .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 22 + .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 46 + .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 676 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 35 + .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 10368 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 529 ++++++++ apps/tags/locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 3696 bytes apps/tags/locale/nl_NL/LC_MESSAGES/django.po | 248 ++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 256 ++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 104 ++ 54 files changed, 7145 insertions(+) create mode 100644 apps/acls/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/acls/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/common/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/common/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/converter/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/converter/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/documents/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/documents/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/folders/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/folders/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/history/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/history/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/installation/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/installation/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/linking/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/linking/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/main/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/main/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/metadata/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/navigation/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/ocr/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/permissions/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/project_setup/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/project_tools/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/scheduler/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/sources/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/sources/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/tags/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/tags/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/user_management/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po diff --git a/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo b/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..260319f2ee315f7fa07481716d7b57d2f11edb40 GIT binary patch literal 523 zcmY*VT~FIE6lL0;^0?iOh9&;2=QUa&U$uP7WYOZ+X2 zm0B^#_ybpv#Mw63h)x@anXP1rzxv8zt{K$Mb&QZoy1Kua6uKowTW+K_q#bgJw6+&E zSYPFMX#{t^EXLdk1`!P-q-Pi%LwL%L&yb!_>V>!wcXDX|Mi(NDfS$9H)34McNV#>G z8?J1_oi+>>*J%o?d6vNUB%3eOpYu50B-`x|FI82~D}lM-ErYmsMGd2saJ4WESEU`p z=)aHMZZ~m5QF$xw_jbC&RxIfbhESBPB|dFmlBnj-Dkb9}TV~1Y+QJD9F12z(`57NN zZ`O%>N4kbfbpb`qjTLTooiA|usvFwg3WJF%bSYKEV0t6n%k&KPy@GYq8{XhTo7Vcb VZhy72=mHMmY^31x48n16^bac!n\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:14 +msgid "ACLs" +msgstr "" + +#: __init__.py:15 __init__.py:23 +msgid "details" +msgstr "" + +#: __init__.py:16 __init__.py:25 +msgid "grant" +msgstr "" + +#: __init__.py:17 __init__.py:26 +msgid "revoke" +msgstr "" + +#: __init__.py:18 __init__.py:24 forms.py:21 +msgid "New holder" +msgstr "" + +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + +#: forms.py:38 +msgid "Users" +msgstr "" + +#: forms.py:41 +msgid "Groups" +msgstr "" + +#: forms.py:44 +msgid "Roles" +msgstr "" + +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:118 managers.py:130 +msgid "Insufficient access." +msgstr "" + +#: models.py:25 models.py:67 +msgid "permission" +msgstr "" + +#: models.py:51 +msgid "access entry" +msgstr "" + +#: models.py:52 +msgid "access entries" +msgstr "" + +#: models.py:88 +msgid "default access entry" +msgstr "" + +#: models.py:89 +msgid "default access entries" +msgstr "" + +#: models.py:108 +msgid "Creator" +msgstr "" + +#: models.py:111 models.py:112 +msgid "creator" +msgstr "" + +#: permissions.py:7 permissions.py:8 +msgid "Access control lists" +msgstr "" + +#: permissions.py:10 +msgid "Edit ACLs" +msgstr "" + +#: permissions.py:11 +msgid "View ACLs" +msgstr "" + +#: permissions.py:13 +msgid "Edit class default ACLs" +msgstr "" + +#: permissions.py:14 +msgid "View class default ACLs" +msgstr "" + +#: views.py:47 +#, python-format +msgid "access control lists for: %s" +msgstr "" + +#: views.py:49 views.py:409 +msgid "holder" +msgstr "" + +#: views.py:50 views.py:410 +msgid "permissions" +msgstr "" + +#: views.py:97 +#, python-format +msgid "permissions available to: %(actor)s for %(obj)s" +msgstr "" + +#: views.py:104 views.py:442 +msgid "namespace" +msgstr "" + +#: views.py:105 views.py:443 +msgid "label" +msgstr "" + +#: views.py:107 views.py:445 +msgid "has permission" +msgstr "" + +#: views.py:184 views.py:277 views.py:525 views.py:604 +msgid ", " +msgstr "" + +#: views.py:185 views.py:278 views.py:526 views.py:605 +#, python-format +msgid " for %s" +msgstr "" + +#: views.py:186 views.py:527 +#, python-format +msgid " to %s" +msgstr "" + +#: views.py:189 views.py:530 +#, python-format +msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +msgstr "" + +#: views.py:191 views.py:532 +#, python-format +msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:198 views.py:539 +#, python-format +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +msgstr "" + +#: views.py:204 views.py:545 +#, python-format +msgid "" +"%(actor)s, already had the permission \"%(permission)s\" granted for " +"%(object)s." +msgstr "" + +#: views.py:279 views.py:606 +#, python-format +msgid " from %s" +msgstr "" + +#: views.py:282 views.py:609 +#, python-format +msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +msgstr "" + +#: views.py:284 views.py:611 +#, python-format +msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:291 views.py:618 +#, python-format +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +msgstr "" + +#: views.py:297 views.py:624 +#, python-format +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgstr "" + +#: views.py:353 +#, python-format +msgid "add new holder for: %s" +msgstr "" + +#: views.py:354 views.py:486 +msgid "Select" +msgstr "" + +#: views.py:386 +msgid "classes" +msgstr "" + +#: views.py:388 +msgid "class" +msgstr "" + +#: views.py:407 +#, python-format +msgid "default access control lists for class: %s" +msgstr "" + +#: views.py:435 +#, python-format +msgid "permissions available to: %(actor)s for class %(class)s" +msgstr "" + +#: views.py:484 +#, python-format +msgid "add new holder for class: %s" +msgstr "" diff --git a/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo b/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7824ef99840a1b6fabc09d7fdb736bf6818c8b33 GIT binary patch literal 523 zcmZ8dU2oGc6di)6Jo3!LMdG0q+&bxoT0DvL3c5GA9@6-aD=%P z+BJfV<*>R=Q`juC1U@I(a-Du%#_=xM@4tAdu6j{P%%x~K#61-?j5d;LX&a$SH-^za zABV$XLPJq?EANhWy3rRGHmaStx?O2lO=I175;~-mS$@AKxNf=xiO;Yldn z\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:40 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 links.py:18 +msgid "checkouts" +msgstr "" + +#: events.py:7 +msgid "Document checked out" +msgstr "" + +#: events.py:8 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:17 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:18 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:21 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:22 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:24 views.py:137 +msgid "document" +msgstr "" + +#: models.py:25 +msgid "check out date and time" +msgstr "" + +#: models.py:26 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:26 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:31 +msgid "block new version upload" +msgstr "" + +#: models.py:31 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:54 +msgid "document checkout" +msgstr "" + +#: models.py:55 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:122 views.py:129 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:131 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:133 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:146 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:148 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/common/locale/nl_NL/LC_MESSAGES/django.mo b/apps/common/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f37ee5360736c5143f048cbff0b5c9b45ef5a004 GIT binary patch literal 523 zcmYLF%Wm5+5KPdVbnLl@EzpCFc1_BTQ-`U8x{(YRkX*x7dMy}+{5kVD_k8F1!SjvhC(j-;&%gfj+Mm7V6&s^}iQM6;z#qa` zsTG5iKXV0flU`)d?($6@aKsaTSE2Ni{dLeGbZ`rp$=|ZH}IH5o<*>w7mdISl# z4l~1*t+~^N!SX&yV7*9V_!6g!Rq}NaMca6{yY*64cDxjr3EnV>I+s^4SPNGPQ*%|= zAq-x8?DzYT>x;@q@pQ1$9=Bpido+ZiXe{w*hmu6qKi3Hv2I(q|PiqTDG`Q2s3FT*e zZoOG2o*ZdwF4Ya>6*pG6`F*y;*-6*8eG~>`mFq&PlELgjy4UF$9C`(tx--1Sr8bTA WZ|&h~=i?hVhVy}f_j3q`!P$Q\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:26 +msgid "change password" +msgstr "" + +#: __init__.py:27 +msgid "user details" +msgstr "" + +#: __init__.py:28 +msgid "edit details" +msgstr "" + +#: __init__.py:32 __init__.py:37 +msgid "about" +msgstr "" + +#: __init__.py:33 +msgid "license" +msgstr "" + +#: forms.py:101 +msgid "Selection" +msgstr "" + +#: forms.py:133 +msgid "Email" +msgstr "" + +#: forms.py:144 +msgid "" +"Please enter a correct email and password. Note that the password fields is " +"case-sensitive." +msgstr "" + +#: forms.py:146 +msgid "This account is inactive." +msgstr "" + +#: literals.py:24 +msgid "A5" +msgstr "" + +#: literals.py:25 +msgid "A4" +msgstr "" + +#: literals.py:26 +msgid "A3" +msgstr "" + +#: literals.py:27 +msgid "B5" +msgstr "" + +#: literals.py:28 +msgid "B4" +msgstr "" + +#: literals.py:29 +msgid "Letter" +msgstr "" + +#: literals.py:30 +msgid "Legal" +msgstr "" + +#: literals.py:31 +msgid "Ledger" +msgstr "" + +#: literals.py:38 +msgid "Portrait" +msgstr "" + +#: literals.py:39 +msgid "Landscape" +msgstr "" + +#: models.py:17 +msgid "lock field" +msgstr "" + +#: models.py:45 +msgid "Anonymous user" +msgstr "" + +#: models.py:48 models.py:49 +msgid "anonymous user" +msgstr "" + +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +msgid "password" +msgstr "" + +#: models.py:55 +msgid "password hash" +msgstr "" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + +#: utils.py:295 +msgid "function found" +msgstr "" + +#: views.py:36 +msgid "No action selected." +msgstr "" + +#: views.py:40 +msgid "Must select at least one item." +msgstr "" + +#: views.py:88 +#, python-format +msgid "%(selection)s added successfully added to %(right_list_title)s." +msgstr "" + +#: views.py:94 views.py:121 +#, python-format +msgid "Unable to add %(selection)s to %(right_list_title)s." +msgstr "" + +#: views.py:115 +#, python-format +msgid "%(selection)s added successfully removed from %(right_list_title)s." +msgstr "" + +#: views.py:136 +msgid "Add" +msgstr "" + +#: views.py:147 +msgid "Remove" +msgstr "" + +#: views.py:170 +msgid "current user details" +msgstr "" + +#: views.py:187 +msgid "E-mail conflict, another user has that same email." +msgstr "" + +#: views.py:190 +msgid "Current user's details updated." +msgstr "" + +#: views.py:199 +msgid "edit current user details" +msgstr "" + +#: views.py:230 +msgid "License" +msgstr "" + +#: views.py:239 +msgid "Current user password change" +msgstr "" + +#: views.py:254 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "" + +#: widgets.py:58 +msgid "None" +msgstr "" + +#: conf/settings.py:16 +msgid "" +"Temporary directory used site wide to store thumbnails, previews and " +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" +msgstr "" + +#: conf/settings.py:66 +msgid "" +"Controls the mechanism used to authenticated user. Options are: username, " +"email" +msgstr "" + +#: conf/settings.py:75 +msgid "Allow non authenticated users, access to all views" +msgstr "" + +#: templates/403.html:3 templates/403.html.py:7 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:9 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:3 templates/404.html.py:7 +msgid "Page not found" +msgstr "" + +#: templates/404.html:9 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/calculate_form_title.html:11 +#, python-format +msgid "Details for %(object_name)s: %(object)s" +msgstr "" + +#: templates/calculate_form_title.html:13 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/calculate_form_title.html:18 +#, python-format +msgid "Edit %(object_name)s:" +msgstr "" + +#: templates/calculate_form_title.html:20 +msgid "Edit" +msgstr "" + +#: templates/calculate_form_title.html:24 +#, python-format +msgid "Create new %(object_name)s" +msgstr "" + +#: templates/calculate_form_title.html:26 +msgid "Create" +msgstr "" + +#: templates/generic_assign_remove.html:3 +#, python-format +msgid "Assign %(title)s %(object)s" +msgstr "" + +#: templates/generic_confirm.html:3 templates/generic_confirm.html.py:18 +msgid "Confirm" +msgstr "" + +#: templates/generic_confirm.html:16 +msgid "Confirm delete" +msgstr "" + +#: templates/generic_confirm.html:32 +msgid "form icon" +msgstr "" + +#: templates/generic_confirm.html:40 +#, python-format +msgid "Are you sure you wish to delete %(object_name)s: %(object)s?" +msgstr "" + +#: templates/generic_confirm.html:42 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "" + +#: templates/generic_confirm.html:50 +msgid "Yes" +msgstr "" + +#: templates/generic_confirm.html:54 +msgid "No" +msgstr "" + +#: templates/generic_form_instance.html:37 +#: templates/generic_form_subtemplate.html:56 +msgid "required" +msgstr "" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Save" +msgstr "" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Submit" +msgstr "" + +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "" + +#: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 +#, python-format +msgid "List of %(stripped_title)s" +msgstr "" + +#: templates/generic_list_horizontal_subtemplate.html:23 +#: templates/generic_list_subtemplate.html:24 +#, python-format +msgid "" +"List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " +"%(page_number)s of %(total_pages)s)" +msgstr "" + +#: templates/generic_list_horizontal_subtemplate.html:25 +#: templates/generic_list_subtemplate.html:26 +#, python-format +msgid "List of %(title)s (%(total)s)" +msgstr "" + +#: templates/generic_list_subtemplate.html:72 +msgid "Identifier" +msgstr "" + +#: templates/generic_list_subtemplate.html:152 +#, python-format +msgid "There are no %(stripped_title)s" +msgstr "" + +#: templates/login.html:5 +msgid "Login" +msgstr "" + +#: templates/password_change_done.html:3 templates/password_change_form.html:3 +#: templates/password_change_form.html:5 +msgid "Password change" +msgstr "" diff --git a/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo b/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f37ee5360736c5143f048cbff0b5c9b45ef5a004 GIT binary patch literal 523 zcmYLF%Wm5+5KPdVbnLl@EzpCFc1_BTQ-`U8x{(YRkX*x7dMy}+{5kVD_k8F1!SjvhC(j-;&%gfj+Mm7V6&s^}iQM6;z#qa` zsTG5iKXV0flU`)d?($6@aKsaTSE2Ni{dLeGbZ`rp$=|ZH}IH5o<*>w7mdISl# z4l~1*t+~^N!SX&yV7*9V_!6g!Rq}NaMca6{yY*64cDxjr3EnV>I+s^4SPNGPQ*%|= zAq-x8?DzYT>x;@q@pQ1$9=Bpido+ZiXe{w*hmu6qKi3Hv2I(q|PiqTDG`Q2s3FT*e zZoOG2o*ZdwF4Ya>6*pG6`F*y;*-6*8eG~>`mFq&PlELgjy4UF$9C`(tx--1Sr8bTA WZ|&h~=i?hVhVy}f_j3q`!P$Q\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:15 +msgid "file formats" +msgstr "" + +#: literals.py:19 +msgid "Resize" +msgstr "" + +#: literals.py:20 +msgid "Resize." +msgstr "" + +#: literals.py:22 literals.py:37 +msgid "width" +msgstr "" + +#: literals.py:23 literals.py:38 +msgid "height" +msgstr "" + +#: literals.py:27 +msgid "Rotate" +msgstr "" + +#: literals.py:28 +msgid "Rotate by n degress." +msgstr "" + +#: literals.py:30 +msgid "degrees" +msgstr "" + +#: literals.py:34 +msgid "Density" +msgstr "" + +#: literals.py:35 +msgid "Change the resolution (ie: DPI) without resizing." +msgstr "" + +#: literals.py:42 +msgid "Zoom" +msgstr "" + +#: literals.py:43 +msgid "Zoom by n percent." +msgstr "" + +#: literals.py:45 +msgid "percent" +msgstr "" + +#: literals.py:51 +msgid "Hasselblad Photo RAW, CFV/H3D39II" +msgstr "" + +#: literals.py:52 literals.py:53 +msgid "Photoshop resource format" +msgstr "" + +#: literals.py:54 +msgid "Photoshop resource text format" +msgstr "" + +#: literals.py:55 +msgid "Photoshop resource wide text format" +msgstr "" + +#: literals.py:57 +msgid "Raw alpha samples" +msgstr "" + +#: literals.py:58 +msgid "Adobe Illustrator CS2" +msgstr "" + +#: literals.py:59 +msgid "Raw application information" +msgstr "" + +#: literals.py:60 +msgid "Raw JPEG binary data" +msgstr "" + +#: literals.py:61 +msgid "PFS: 1st Publisher Clip Art" +msgstr "" + +#: literals.py:62 +msgid "Sony Alpha DSLR Raw Image Format" +msgstr "" + +#: literals.py:63 +msgid "Microsoft Audio/Visual Interleaved" +msgstr "" + +#: literals.py:64 +msgid "AVS X image" +msgstr "" + +#: literals.py:66 +msgid "Raw blue samples" +msgstr "" + +#: literals.py:67 +msgid "Raw blue, green, and red samples" +msgstr "" + +#: literals.py:68 +msgid "Raw blue, green, red and alpha samples" +msgstr "" + +#: literals.py:69 +msgid "Microsoft Windows bitmap image" +msgstr "" + +#: literals.py:70 +msgid "Microsoft Windows bitmap image version 2" +msgstr "" + +#: literals.py:71 +msgid "Microsoft Windows bitmap image version 3" +msgstr "" + +#: literals.py:72 +msgid "BRF ASCII Braille format" +msgstr "" + +#: literals.py:73 +msgid "Raw blue, red, and green samples" +msgstr "" + +#: literals.py:75 +msgid "Raw cyan samples" +msgstr "" + +#: literals.py:76 literals.py:181 +msgid "Magick Persistent Cache image format" +msgstr "" + +#: literals.py:77 literals.py:78 +msgid "Continuous Acquisition and Life-cycle Support Type 1 image" +msgstr "" + +#: literals.py:79 +msgid "Image caption" +msgstr "" + +#: literals.py:80 +msgid "Cineon Image File" +msgstr "" + +#: literals.py:81 +msgid "Cisco IP phone image format" +msgstr "" + +#: literals.py:82 +msgid "Image Clip Mask" +msgstr "" + +#: literals.py:83 +msgid "Raw cyan, magenta, yellow, and black samples" +msgstr "" + +#: literals.py:84 +msgid "Raw cyan, magenta, yellow, black, and opacity samples" +msgstr "" + +#: literals.py:85 literals.py:86 +msgid "Canon Digital Camera Raw Image Format" +msgstr "" + +#: literals.py:87 +msgid "Microsoft Cursor Icon" +msgstr "" + +#: literals.py:88 +msgid "DR Halo" +msgstr "" + +#: literals.py:90 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "" + +#: literals.py:91 +msgid "Kodak Digital Camera Raw Image File" +msgstr "" + +#: literals.py:92 +msgid "ZSoft IBM PC multi-page Paintbrush" +msgstr "" + +#: literals.py:93 +msgid "Microsoft DirectDraw Surface" +msgstr "" + +#: literals.py:94 +msgid "Multi-face font package (Freetype 2.4.2)" +msgstr "" + +#: literals.py:95 +msgid "Déjà vu" +msgstr "" + +#: literals.py:96 +msgid "Adobe Digital Negative" +msgstr "" + +#: literals.py:97 +msgid "Graphviz" +msgstr "" + +#: literals.py:98 +msgid "SMPTE 268M-2003 (DPX 2.0)" +msgstr "" + +#: literals.py:100 +msgid "Encapsulated Portable Document Format" +msgstr "" + +#: literals.py:101 literals.py:106 +msgid "Adobe Encapsulated PostScript Interchange format" +msgstr "" + +#: literals.py:102 literals.py:105 +msgid "Adobe Encapsulated PostScript" +msgstr "" + +#: literals.py:103 +msgid "Adobe Level II Encapsulated PostScript" +msgstr "" + +#: literals.py:104 +msgid "Adobe Level III Encapsulated PostScript" +msgstr "" + +#: literals.py:107 +msgid "Adobe Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:108 +msgid "Adobe Level II Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:109 +msgid "Adobe Level III Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:110 +msgid "Epson RAW Format" +msgstr "" + +#: literals.py:111 +msgid "Exif digital camera binary data" +msgstr "" + +#: literals.py:112 +msgid "High Dynamic-range (HDR)" +msgstr "" + +#: literals.py:114 +msgid "Group 3 FAX (Not TIFF Group3 FAX)" +msgstr "" + +#: literals.py:115 +msgid "Autodesk FLI animations file" +msgstr "" + +#: literals.py:116 +msgid "Autodesk FLC animations file" +msgstr "" + +#: literals.py:117 literals.py:120 +msgid "Flexible Image Transport System" +msgstr "" + +#: literals.py:118 +msgid "Kodak FlashPix file" +msgstr "" + +#: literals.py:119 literals.py:225 +msgid "Plasma fractal image" +msgstr "" + +#: literals.py:122 +msgid "Raw green samples" +msgstr "" + +#: literals.py:123 +msgid "Group 3 FAX" +msgstr "" + +#: literals.py:124 +msgid "Raw green, blue, and red samples" +msgstr "" + +#: literals.py:125 +msgid "GIMP brush file" +msgstr "" + +#: literals.py:126 +msgid "CompuServe graphics interchange format (version 89a)" +msgstr "" + +#: literals.py:127 +msgid "CompuServe graphics interchange format (version 87a)" +msgstr "" + +#: literals.py:128 +msgid "Gradual passing from one shade to another" +msgstr "" + +#: literals.py:129 +msgid "Raw gray samples" +msgstr "" + +#: literals.py:130 +msgid "Raw green, red, and blue samples" +msgstr "" + +#: literals.py:131 +msgid "Raw CCITT Group4" +msgstr "" + +#: literals.py:133 +msgid "Histogram of the image" +msgstr "" + +#: literals.py:134 +msgid "HRZ: Slow scan TV" +msgstr "" + +#: literals.py:135 literals.py:136 literals.py:255 +msgid "Hypertext Markup Language and a client-side image map" +msgstr "" + +#: literals.py:138 literals.py:264 literals.py:279 literals.py:283 +msgid "Truevision Targa image" +msgstr "" + +#: literals.py:139 literals.py:140 +msgid "ICC Color Profile" +msgstr "" + +#: literals.py:141 literals.py:142 +msgid "Microsoft Icon" +msgstr "" + +#: literals.py:143 +msgid "Hald CLUT identity image" +msgstr "" + +#: literals.py:144 +msgid "LabEye image format" +msgstr "" + +#: literals.py:145 +msgid "GraphicsMagick Embedded Image" +msgstr "" + +#: literals.py:146 +msgid "The image format and characteristics" +msgstr "" + +#: literals.py:147 +msgid "Base64-encoded inline images" +msgstr "" + +#: literals.py:148 +msgid "IPL Image Sequence" +msgstr "" + +#: literals.py:149 +msgid "IPTC Newsphoto" +msgstr "" + +#: literals.py:150 literals.py:151 +msgid "IPTC Newsphoto text format" +msgstr "" + +#: literals.py:152 +msgid "ISO/TR 11548-1 format" +msgstr "" + +#: literals.py:154 literals.py:157 +msgid "JPEG-2000 Code Stream Syntax" +msgstr "" + +#: literals.py:155 +msgid "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:156 +msgid "JPEG-2000 JP2 File Format Syntax" +msgstr "" + +#: literals.py:158 literals.py:159 +msgid "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" +msgstr "" + +#: literals.py:160 +msgid "JPEG-2000 File Format Syntax" +msgstr "" + +#: literals.py:162 +msgid "Raw black samples" +msgstr "" + +#: literals.py:163 literals.py:164 +msgid "Kodak Digital Camera Raw Image Format" +msgstr "" + +#: literals.py:166 +msgid "Image label" +msgstr "" + +#: literals.py:168 +msgid "Raw magenta samples" +msgstr "" + +#: literals.py:169 literals.py:179 literals.py:182 literals.py:183 +msgid "MPEG Video Stream" +msgstr "" + +#: literals.py:170 +msgid "Raw MPEG-4 Video" +msgstr "" + +#: literals.py:171 +msgid "Colormap intensities and indices" +msgstr "" + +#: literals.py:172 +msgid "MATLAB image format" +msgstr "" + +#: literals.py:173 +msgid "MATTE raw opacity format" +msgstr "" + +#: literals.py:174 +msgid "8-bit McIdas area file" +msgstr "" + +#: literals.py:175 +msgid "Microsoft Image Composer (MIC) file" +msgstr "" + +#: literals.py:176 +msgid "Magick Image File Format" +msgstr "" + +#: literals.py:177 +msgid "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:178 +msgid "Raw Bi-level bitmap in least-significant-byte first order" +msgstr "" + +#: literals.py:180 +msgid "MPEG-4 Video Stream" +msgstr "" + +#: literals.py:184 +msgid "Sony (Minolta) Raw Image File" +msgstr "" + +#: literals.py:185 +msgid "Magick Scripting Language" +msgstr "" + +#: literals.py:186 +msgid "Windows 1 and 2 MSP file format" +msgstr "" + +#: literals.py:187 +msgid "ImageMagick's own SVG internal renderer" +msgstr "" + +#: literals.py:188 +msgid "MTV Raytracing image format" +msgstr "" + +#: literals.py:189 +msgid "Magick Vector Graphics" +msgstr "" + +#: literals.py:191 +msgid "Nikon Digital SLR Camera Raw Image File" +msgstr "" + +#: literals.py:192 +msgid "Constant image of uniform color" +msgstr "" + +#: literals.py:194 +msgid "Raw opacity samples" +msgstr "" + +#: literals.py:195 +msgid "Olympus Digital Camera Raw Image File" +msgstr "" + +#: literals.py:196 +msgid "On-the-air bitmap" +msgstr "" + +#: literals.py:197 +msgid "Open Type font (Freetype 2.4.2)" +msgstr "" + +#: literals.py:199 +msgid "Xv thumbnail format" +msgstr "" + +#: literals.py:200 literals.py:277 +msgid "16bit/pixel interleaved YUV" +msgstr "" + +#: literals.py:201 +msgid "Palm pixmap" +msgstr "" + +#: literals.py:202 +msgid "Common 2-dimensional bitmap format" +msgstr "" + +#: literals.py:203 +msgid "Predefined pattern" +msgstr "" + +#: literals.py:204 +msgid "Portable bitmap format (black and white)" +msgstr "" + +#: literals.py:205 literals.py:206 +msgid "Photo CD" +msgstr "" + +#: literals.py:207 +msgid "Page Control Language" +msgstr "" + +#: literals.py:208 literals.py:221 +msgid "Apple Macintosh QuickDraw/PICT" +msgstr "" + +#: literals.py:209 +msgid "ZSoft IBM PC Paintbrush" +msgstr "" + +#: literals.py:210 +msgid "Palm Database ImageViewer Format" +msgstr "" + +#: literals.py:211 +msgid "Portable Document Format" +msgstr "" + +#: literals.py:212 +msgid "Portable Document Archive Format" +msgstr "" + +#: literals.py:213 +msgid "Pentax Electronic File" +msgstr "" + +#: literals.py:214 +msgid "Embrid Embroidery Format" +msgstr "" + +#: literals.py:215 +msgid "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" +msgstr "" + +#: literals.py:216 +msgid "Postscript Type 1 font (binary) (Freetype 2.4.2)" +msgstr "" + +#: literals.py:217 +msgid "Portable float format" +msgstr "" + +#: literals.py:218 +msgid "Portable graymap format (gray scale)" +msgstr "" + +#: literals.py:219 +msgid "JPEG-2000 VM Format" +msgstr "" + +#: literals.py:220 +msgid "Personal Icon" +msgstr "" + +#: literals.py:222 +msgid "Alias/Wavefront RLE image format" +msgstr "" + +#: literals.py:223 +msgid "PIXAR raster file" +msgstr "" + +#: literals.py:224 +msgid "Joint Photographic Experts Group JFIF format (62)" +msgstr "" + +#: literals.py:226 +msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:227 +msgid "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:228 +msgid "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:229 +msgid "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:230 +msgid "Portable anymap" +msgstr "" + +#: literals.py:231 +msgid "Portable pixmap format (color)" +msgstr "" + +#: literals.py:232 +msgid "Show a preview an image enhancement, effect, or f/x" +msgstr "" + +#: literals.py:233 +msgid "Adobe PostScript" +msgstr "" + +#: literals.py:234 +msgid "Adobe Level II PostScript" +msgstr "" + +#: literals.py:235 +msgid "Adobe Level III PostScript" +msgstr "" + +#: literals.py:236 +msgid "Adobe Large Document Format" +msgstr "" + +#: literals.py:237 +msgid "Adobe Photoshop bitmap" +msgstr "" + +#: literals.py:238 +msgid "Pyramid encoded TIFF" +msgstr "" + +#: literals.py:239 literals.py:253 +msgid "Seattle Film Works" +msgstr "" + +#: literals.py:241 +msgid "Raw red samples" +msgstr "" + +#: literals.py:242 +msgid "Fuji CCD-RAW Graphic File" +msgstr "" + +#: literals.py:243 literals.py:259 +msgid "SUN Rasterfile" +msgstr "" + +#: literals.py:244 +msgid "Raw red, blue, and green samples" +msgstr "" + +#: literals.py:245 +msgid "Raw red, green, and blue samples" +msgstr "" + +#: literals.py:246 +msgid "Raw red, green, blue, and matte samples" +msgstr "" + +#: literals.py:247 +msgid "Raw red, green, blue, and opacity samples" +msgstr "" + +#: literals.py:248 +msgid "Alias/Wavefront image" +msgstr "" + +#: literals.py:249 +msgid "Utah Run length encoded image" +msgstr "" + +#: literals.py:251 +msgid "ZX-Spectrum SCREEN$" +msgstr "" + +#: literals.py:252 +msgid "Scitex HandShake" +msgstr "" + +#: literals.py:254 +msgid "Irix RGB image" +msgstr "" + +#: literals.py:256 +msgid "Sony Raw Format 2" +msgstr "" + +#: literals.py:257 +msgid "Sony Raw Format" +msgstr "" + +#: literals.py:258 +msgid "Steganographic image" +msgstr "" + +#: literals.py:260 +msgid "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" +msgstr "" + +#: literals.py:261 +msgid "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" +msgstr "" + +#: literals.py:263 literals.py:273 +msgid "Text" +msgstr "" + +#: literals.py:265 +msgid "EXIF Profile Thumbnail" +msgstr "" + +#: literals.py:266 +msgid "Tagged Image File Format (LIBTIFF, Version 3.9.4)" +msgstr "" + +#: literals.py:267 +msgid "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" +msgstr "" + +#: literals.py:268 +msgid "Tile image with a texture" +msgstr "" + +#: literals.py:269 +msgid "PSX TIM" +msgstr "" + +#: literals.py:270 +msgid "TOPOL X Image" +msgstr "" + +#: literals.py:271 +msgid "TrueType font collection (Freetype 2.4.2)" +msgstr "" + +#: literals.py:272 +msgid "TrueType font (Freetype 2.4.2)" +msgstr "" + +#: literals.py:275 +msgid "Unicode Text format" +msgstr "" + +#: literals.py:276 +msgid "X-Motif UIL table" +msgstr "" + +#: literals.py:280 +msgid "VICAR rasterfile format" +msgstr "" + +#: literals.py:281 +msgid "Visual Image Directory" +msgstr "" + +#: literals.py:282 literals.py:299 +msgid "Khoros Visualization image" +msgstr "" + +#: literals.py:285 +msgid "Wireless Bitmap (level 0) image" +msgstr "" + +#: literals.py:286 +msgid "Windows Meta File" +msgstr "" + +#: literals.py:287 +msgid "Word Perfect Graphics" +msgstr "" + +#: literals.py:288 +msgid "Windows Media Video" +msgstr "" + +#: literals.py:289 +msgid "Compressed Windows Meta File" +msgstr "" + +#: literals.py:291 +msgid "X Window System" +msgstr "" + +#: literals.py:292 +msgid "Foveon X3 (Sigma/Polaroid) Raw picture file" +msgstr "" + +#: literals.py:293 +msgid "X Windows system bitmap (black and white)" +msgstr "" + +#: literals.py:294 +msgid "Constant image uniform color" +msgstr "" + +#: literals.py:295 +msgid "GIMP image" +msgstr "" + +#: literals.py:296 +msgid "Adobe XML metadata" +msgstr "" + +#: literals.py:297 +msgid "X Windows system pixmap (color)" +msgstr "" + +#: literals.py:298 +msgid "Microsoft XML Paper Specification" +msgstr "" + +#: literals.py:300 +msgid "XV thumbnail file" +msgstr "" + +#: literals.py:301 +msgid "X Windows system window dump (color)" +msgstr "" + +#: literals.py:303 +msgid "Raw yellow samples" +msgstr "" + +#: literals.py:304 +msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" +msgstr "" + +#: views.py:17 +msgid "suported file formats" +msgstr "" + +#: views.py:22 +msgid "name" +msgstr "" + +#: views.py:26 +msgid "description" +msgstr "" + +#: conf/settings.py:11 +msgid "File path to imagemagick's convert program." +msgstr "" + +#: conf/settings.py:12 +msgid "File path to imagemagick's identify program." +msgstr "" + +#: conf/settings.py:13 +msgid "File path to graphicsmagick's program." +msgstr "" + +#: conf/settings.py:15 +msgid "" +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "" + +#: conf/settings.py:16 +msgid "Path to the unoconv program." +msgstr "" + +#: conf/settings.py:17 +msgid "" +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." +msgstr "" + +#: conf/settings.py:18 +msgid "Path to the libreoffice program." +msgstr "" + +#: templates/converter_file_formats_help.html:3 +msgid "Help" +msgstr "" + +#: templates/converter_file_formats_help.html:4 +#, python-format +msgid "" +"These are the file formats supported by the currently selected converter " +"backend. In this case: '%(backend)s'" +msgstr "" diff --git a/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo b/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..14433b58ebfc11c976f23b70167a7f846ae59f1c GIT binary patch literal 523 zcmYLFT~FIE6lG#hdE7G(cM=b+wp%AHsGV66rAehqNvYbf*U2O%F-q*nb}0N1ei(m% z-!iA2=#h?mZJ+yb?#H*UZzm349M2rj9Zwy9I(C>izPry~?(8(5SZnpfGmFa{|8Q-D zk`xm5$|OW#vh_B+QQBf+3X$V&TNq3gh0@xF5>g0Twhx0$)kG`9v{0JVT`m#EwA^^> zyAo`WL?Mgt+0)qHBND1=vY1AsEw((GTCjiv^tkM(~_i+rXSrWnTD48wen^_ocqV4wDNoCQpf@8{AO(AS;Rzh#ZZOL`TWN!M< z`|o47+YM}2R6O#Ry`AQ;6+@bXA>?^&h)dg-B(nOuib>x~mPvG6TQKmwxssMkH{)yL z%v%0pNmDT)uOKU#Hr!6{(*;hBx~}ab*BHr6\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:14 views.py:66 +msgid "private keys" +msgstr "" + +#: __init__.py:15 views.py:69 +msgid "public keys" +msgstr "" + +#: __init__.py:16 +msgid "delete" +msgstr "" + +#: __init__.py:17 +msgid "query keyservers" +msgstr "" + +#: __init__.py:18 +msgid "import" +msgstr "" + +#: __init__.py:19 +msgid "key management" +msgstr "" + +#: api.py:24 +msgid "Public" +msgstr "" + +#: api.py:25 +msgid "Secret" +msgstr "" + +#: api.py:33 api.py:38 +msgid "RSA" +msgstr "" + +#: api.py:34 +msgid "DSA" +msgstr "" + +#: api.py:39 +msgid "Elgamal" +msgstr "" + +#: api.py:53 +msgid "Bad signature." +msgstr "" + +#: api.py:57 +msgid "Document not signed or invalid signature." +msgstr "" + +#: api.py:61 +msgid "Signature error." +msgstr "" + +#: api.py:65 +msgid "Document is signed but no public key is available for verification." +msgstr "" + +#: api.py:69 +msgid "Document is signed, and signature is good." +msgstr "" + +#: api.py:73 +msgid "Document is signed with a valid signature." +msgstr "" + +#: api.py:146 +msgid "unknown" +msgstr "" + +#: forms.py:7 +msgid "Term" +msgstr "" + +#: forms.py:8 +msgid "Name, e-mail, key ID or key fingerprint to look for." +msgstr "" + +#: permissions.py:7 +msgid "Key management" +msgstr "" + +#: permissions.py:9 +msgid "View keys" +msgstr "" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "" + +#: views.py:37 +#, python-format +msgid "Key: %s, imported successfully." +msgstr "" + +#: views.py:42 +#, python-format +msgid "Unable to import key id: %(key_id)s; %(error)s" +msgstr "" + +#: views.py:51 +msgid "Import key" +msgstr "" + +#: views.py:52 +#, python-format +msgid "Are you sure you wish to import key id: %s?" +msgstr "" + +#: views.py:77 +msgid "Key ID" +msgstr "" + +#: views.py:81 +msgid "Owner" +msgstr "" + +#: views.py:101 +#, python-format +msgid "Key: %s, deleted successfully." +msgstr "" + +#: views.py:108 +msgid "Delete key" +msgstr "" + +#: views.py:110 +#, python-format +msgid "" +"Are you sure you wish to delete key: %s? If you try to delete a public key " +"that is part of a public/private pair the private key will be deleted as " +"well." +msgstr "" + +#: views.py:128 +msgid "Query key server" +msgstr "" + +#: views.py:141 +msgid "results" +msgstr "" + +#: views.py:146 +msgid "ID" +msgstr "" + +#: views.py:150 +msgid "type" +msgstr "" + +#: views.py:154 +msgid "creation date" +msgstr "" + +#: views.py:158 +msgid "disabled" +msgstr "" + +#: views.py:162 +msgid "expiration date" +msgstr "" + +#: views.py:166 +msgid "expired" +msgstr "" + +#: views.py:170 +msgid "length" +msgstr "" + +#: views.py:174 +msgid "revoked" +msgstr "" + +#: views.py:179 +msgid "Identifies" +msgstr "" + +#: conf/settings.py:15 +msgid "List of keyservers to be queried for unknown keys." +msgstr "" + +#: conf/settings.py:16 +msgid "Home directory used to store keys as well as configuration files." +msgstr "" diff --git a/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo b/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..48913307ef9ad2b00328d1499330baa9783369c6 GIT binary patch literal 1823 zcmb7@O^+Kj7{?7Qlm=Q#5kgQ9ZqyYCFqtGRg$eg-drzkp5fcd!MXf1a@_cn9?V``}C9SD=se4frbfJs5&NfK~7}@ErIr z_%e9z6k}(=w?OZI8GHr&06Yy|178Gh&EL1dU!mbM@Cv^37Z}?FJK#3>HR!)T0pA1v z1}oqN1bGv@1ilTfgInM}_&)e8_!{^V==DDV&w_t~-v2M~JopcYkn9vhd;MoYZ}$cW zS%qfr?_>G;R|iU73?I`EU$d_l?nPW56Din5Og}DQqSVFkxx5a)hsD^8W8T+UM#^!g zd93@nUq^h+vQ0z$Sm)g4^Tkx!L19HHIpS_WrLVWY{eK+n%wv0=y1HhoJTAh<$k*?a zwMTiH9yeHNBI1}%_-EO+Apu2-rllgwc4jK))mhdtMw?j@sglx;SJ!HDle(=!RgJt| z-Lh_O9UmJ#kuh=McuE2vv|1G1V2|W#LMSYwvU$jocCjdSHilR>E0^V#3_CD-NPQRF zje|#Itkf#vU2!ZF@9cCRRPNJQ8y9qKBI95yPi)ZB5g#}=j>0gJZjc`~kTEpc3L~`% zGw&NpYjd)dgL}Q8*dT-rc91&a?PjYTG_M8ib>8|oTK^^YJnUJZM^(h=wl8c0b9*HdC zJGtu*cx|81K_(R{wsl^cS2LYX8_tK8NA$QT3P<4g#)jirSpmhF4dGUV3|0EY{$5zG zbnkXM%gt*wnw4#>9C|tE9gk76qsJ~Br$VZmygv}elG}LL+YPQS?R?rJGC@c6b&MW~ z`1M2S7V0Bja<%_~i}Ws#n;(aYkn3+s$d3Xi7+N zfm40zo^AQdmvb`wOB&%h@djwP9L>sg8NoNsM|?^OO^8;XkeSM1Oor5Lc5;LPxw0pP zz)77PV=1+`jI&EP(djaiYpm3>{Ey0#qPBQ(S&@ou3YCcw>h=N{w{?-`)gO{ zjvvY)_o`P4obAX{d$D?JS1;{Do@qE|Qprq+loJFjwh-qdgtMd?*s+luj#hQ`76-Jj ZXUo+}0n251m-B43Dwfcp$t6yb{RgJs_Rs(T literal 0 HcmV?d00001 diff --git a/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po b/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..72d48b2305 --- /dev/null +++ b/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# 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 , 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-12 19:49+0000\n" +"Last-Translator: Lucas Weel \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:19 __init__.py:20 +msgid "delete" +msgstr "Verwijderen" + +#: __init__.py:21 +msgid "add comment" +msgstr "Toevoegen opmerking" + +#: __init__.py:22 +msgid "comments" +msgstr "commentaar" + +#: __init__.py:26 +msgid "date" +msgstr "datum" + +#: __init__.py:30 +msgid "user" +msgstr "gebruiker" + +#: __init__.py:34 +msgid "comment" +msgstr "opmerking" + +#: permissions.py:7 +msgid "Comments" +msgstr "Commentaar" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "Aanmaken van commentaar" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "Verwijderen van commentaar" + +#: permissions.py:11 +msgid "View comments" +msgstr "Bekijk commentaar" + +#: views.py:36 +msgid "Must provide at least one comment." +msgstr "U moet minimaal een opmerking plaatsen." + +#: views.py:46 +#, python-format +msgid "Comment \"%s\" deleted successfully." +msgstr "Opmerking \"%s\" succesvol verwijdert." + +#: views.py:48 +#, python-format +msgid "Error deleting comment \"%(comment)s\": %(error)s" +msgstr "Fout bij het verwijderen van de opmerking: \"%(comment)s: %(error)s" + +#: views.py:63 +#, python-format +msgid "Are you sure you wish to delete the comment: %s?" +msgstr "Bent u er zeker van dat u de opmerking: %s, wenst te verwijderen?" + +#: views.py:65 +#, python-format +msgid "Are you sure you wish to delete the comments: %s?" +msgstr "Bent u er zeker van dat u het commentaar: %s, wenst te verwijderen?" + +#: views.py:99 +msgid "Comment added successfully." +msgstr "Opmerking succesvol toegevoegd." + +#: views.py:106 +#, python-format +msgid "Add comment to document: %s" +msgstr "Opmerking toevoegen aan document: %s" + +#: views.py:126 +#, python-format +msgid "comments: %s" +msgstr "commentaar: %s" diff --git a/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo b/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8897e9653e772c3f7eb9d438dfcdf60af3e0d01a GIT binary patch literal 550 zcmZut!EV$r5G{gJj+{9diNmg7;$%x<>#_*Z-Aa|3vRVRHQ;$mPem;zmq<1G zM%yw>#pGec-EJ4t;AgJzdYrV|FD%GzKPzC_2FYn-Nokv3mltvxW#`%IX`^YJM5oRY zT5kWQ<2?{wlk6I8?1?C9?E}){M}7wLC*5Fsg&tP6aHX-867#L0$L^IFy`pu~d)>g9 Z^KIZ*H$KB+b|UuI#l(u&3z1HvgMYBbsCWPX literal 0 HcmV?d00001 diff --git a/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po b/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b61592c1b4 --- /dev/null +++ b/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,367 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-23 19:51+0000\n" +"Last-Translator: Roberto Rosario \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:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: views.py:284 +msgid "indexes" +msgstr "" + +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "" + +#: __init__.py:33 views.py:77 +msgid "create index" +msgstr "" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "" + +#: __init__.py:36 +msgid "tree template" +msgstr "" + +#: __init__.py:38 +msgid "new child node" +msgstr "" + +#: __init__.py:44 +msgid "go up one level" +msgstr "" + +#: __init__.py:49 +msgid "rebuild indexes" +msgstr "" + +#: __init__.py:49 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: __init__.py:51 +msgid "Indexes" +msgstr "" + +#: api.py:69 +#, python-format +msgid "Maximum suffix (%s) count reached." +msgstr "" + +#: api.py:83 +#, python-format +msgid "" +"Error in document indexing update expression: %(expression)s; %(exception)s" +msgstr "" + +#: api.py:92 api.py:107 +#, python-format +msgid "" +"Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "" + +#: api.py:149 +#, python-format +msgid "Unable to delete document indexing node; %s" +msgstr "" + +#: filesystem.py:51 +#, python-format +msgid "Unable to create indexing directory; %s" +msgstr "" + +#: filesystem.py:69 +#, python-format +msgid "" +"Unable to create symbolic link, file exists and could not be deleted: " +"%(filepath)s; %(exc)s" +msgstr "" + +#: filesystem.py:71 +#, python-format +msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" +msgstr "" + +#: filesystem.py:84 +#, python-format +msgid "Unable to delete document symbolic link; %s" +msgstr "" + +#: filesystem.py:96 +#, python-format +msgid "Unable to delete indexing directory; %s" +msgstr "" + +#: models.py:13 +#, python-format +msgid "Available functions: %s" +msgstr "" + +#: models.py:17 views.py:42 +msgid "name" +msgstr "" + +#: models.py:17 +msgid "Internal name used to reference this index." +msgstr "" + +#: models.py:18 views.py:43 +msgid "title" +msgstr "" + +#: models.py:18 +msgid "The name that will be visible to users." +msgstr "" + +#: models.py:19 models.py:50 views.py:44 views.py:168 +msgid "enabled" +msgstr "" + +#: models.py:19 +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "" + +#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 +#: views.py:199 views.py:229 views.py:269 +msgid "index" +msgstr "" + +#: models.py:48 +msgid "indexing expression" +msgstr "" + +#: models.py:48 +msgid "Enter a python string expression to be evaluated." +msgstr "" + +#: models.py:50 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" + +#: models.py:51 +msgid "link documents" +msgstr "" + +#: models.py:51 +msgid "" +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "" + +#: models.py:57 models.py:63 +msgid "index template node" +msgstr "" + +#: models.py:58 +msgid "indexes template nodes" +msgstr "" + +#: models.py:64 +msgid "value" +msgstr "" + +#: models.py:65 +msgid "documents" +msgstr "" + +#: models.py:75 +msgid "index instance node" +msgstr "" + +#: models.py:76 +msgid "indexes instance nodes" +msgstr "" + +#: models.py:80 +msgid "index instance" +msgstr "" + +#: models.py:81 +msgid "document" +msgstr "" + +#: models.py:88 +msgid "document rename count" +msgstr "" + +#: models.py:89 +msgid "documents rename count" +msgstr "" + +#: permissions.py:7 +msgid "Indexing" +msgstr "" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "" + +#: utils.py:19 +msgid "document indexes" +msgstr "" + +#: views.py:71 +msgid "Index created successfully." +msgstr "" + +#: views.py:95 +msgid "Index edited successfully" +msgstr "" + +#: views.py:101 +#, python-format +msgid "edit index: %s" +msgstr "" + +#: views.py:126 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "" + +#: views.py:128 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "" + +#: views.py:140 +#, python-format +msgid "Are you sure you with to delete the index: %s?" +msgstr "" + +#: views.py:164 +#, python-format +msgid "tree template nodes for index: %s" +msgstr "" + +#: views.py:167 +msgid "level" +msgstr "" + +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 +msgid "Index template node created successfully." +msgstr "" + +#: views.py:196 +msgid "create child node" +msgstr "" + +#: views.py:217 +msgid "Index template node edited successfully" +msgstr "" + +#: views.py:223 +#, python-format +msgid "edit index template node: %s" +msgstr "" + +#: views.py:230 views.py:270 views.py:338 +msgid "node" +msgstr "" + +#: views.py:252 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "" + +#: views.py:254 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "" + +#: views.py:263 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "" + +#: views.py:287 +msgid "nodes" +msgstr "" + +#: views.py:320 +#, python-format +msgid "contents for index: %s" +msgstr "" + +#: views.py:342 +msgid "items" +msgstr "" + +#: views.py:367 +msgid "Are you sure you wish to rebuild all indexes?" +msgstr "" + +#: views.py:368 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:374 +msgid "Index rebuild completed successfully." +msgstr "" + +#: views.py:381 +#, python-format +msgid "Index rebuild error: %s" +msgstr "" + +#: views.py:403 +#, python-format +msgid "indexes containing: %s" +msgstr "" + +#: conf/settings.py:22 +msgid "" +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "" + +#: templates/indexing_help.html:3 +msgid "What are indexes?" +msgstr "" + +#: templates/indexing_help.html:4 +msgid "Indexes group documents into a tree like hierarchical structure." +msgstr "" diff --git a/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo b/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a2d0ba34b6252aff8117bcbb72ea5d0bafee3bd6 GIT binary patch literal 523 zcmY*V%Wm5+5KPdXbnLl@EzpCFc1=og5SOWoIFSq(kX*x7axEB%kyuEiKvHq?A^oua zK)z0e~QB4s>C~C ztkjA@#-F)@B+hohR&?4p%xon~yzVQDxn@v1*D*pW>FWM|Qs|Z#ZMl)!kaox=(%N3w zVDml48zZ>$WijSXFo\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:83 +msgid "upload signature" +msgstr "" + +#: __init__.py:84 +msgid "download signature" +msgstr "" + +#: __init__.py:85 +msgid "signatures" +msgstr "" + +#: forms.py:11 +msgid "Signature file" +msgstr "" + +#: models.py:20 +msgid "document version" +msgstr "" + +#: models.py:21 +msgid "signature file" +msgstr "" + +#: models.py:22 +msgid "has embedded signature" +msgstr "" + +#: models.py:37 +msgid "document version signature" +msgstr "" + +#: models.py:38 +msgid "document version signatures" +msgstr "" + +#: permissions.py:7 +msgid "Document signatures" +msgstr "" + +#: permissions.py:8 +msgid "Verify document signatures" +msgstr "" + +#: permissions.py:9 +msgid "Upload detached signatures" +msgstr "" + +#: permissions.py:10 +msgid "Download detached signatures" +msgstr "" + +#: views.py:47 +#, python-format +msgid "Signature status: %(widget)s %(text)s" +msgstr "" + +#: views.py:54 +msgid "embedded" +msgstr "" + +#: views.py:56 +msgid "detached" +msgstr "" + +#: views.py:61 +#, python-format +msgid "Signature ID: %s" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Signature type: %s" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Key ID: %s" +msgstr "" + +#: views.py:64 +#, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:65 +#, python-format +msgid "Signee: %s" +msgstr "" + +#: views.py:70 +#, python-format +msgid "signature properties for: %s" +msgstr "" + +#: views.py:96 +msgid "Detached signature uploaded successfully." +msgstr "" + +#: views.py:105 +#, python-format +msgid "Upload detached signature for: %s" +msgstr "" diff --git a/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo b/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..06e8ce4585183d339ff575074ebfffa29dbd5a24 GIT binary patch literal 21919 zcmb`O37BP7b?>(Z6k3@C0+=9&mZqzqt9k;20>qw>sk@;E2$0x0Rrl1b({=AX*L&{m zqAKCV!~uDtd5IE@#vwkRQ4*)1NsLAl6A=@Qkwh_1F^NVKO?<|I@O@8xzTbZjXSj8n zt~TDUSN+f4XAf(yz1G@m@3Z@hPdnyb!|%J$PeUJkvN6{`!I+;tNx8px%E4ycE3XCyluTY=axYw}6|#&w?}H@n;xwo8E&H;Dg`> z@IOJdxAsh9#=rr19QX$C8Q|}LIrxBoKXsNduxw^Pm7Dk2_xX4F^ov1QGp_(o2Hyf| zyzc`wj)%Zi;8{<1<<0|DZVG$~cs;0oZUHr}1EA{t26!>}2)GEI`crNkF9)AP`a|Gq z@Q2_j;A%QmyBC2P&kj(cZh+%pA5{4_fRfjrdHgOYIj%jMKEPW+)o=UsJ>UtX-vp}u zJHd0oPlFeN-vKWG&!N(F;B}zneJ^+^_yD*T{GpKfUwe)*Pb0lMGUj}68k_|029F2- z2t;J&BOp^@z5r?*kAj+qW9eM=PXs>)o(rnn{{_YWsW5pWxE8z$yaYtG%pp*GybKh7 z_xtoegVL|3KGW&N?I0|g7lG%2Zvi9l1HS;?3?7fLRPX0O&F9@9ESUR2>EFYk z`u_%a4EPxM9Ps--eIGcN?Chpz>t2k!vI_oqSe_m80b!ILK4 zc+UV;?_7_Uf|B2EP<$Q)#pe>JalR0gzP|>PobCfv|6SlV@B#2daMgNO?<`Q`UhUHt zfU39Ir!NI1_bs68>v~Z0GY?7*&j(KeUkpl5?giD}n?T9;ZJ_GE3sk-LgW~tYKK-Ci z|Fus)42u6pK=JWSQ1!p--~T^Q{Tzcc5S|2T{+DxigLjp=q`k?gT9#H(h8`Ste3ThmG2}*7cfzsd4`}{|J{tv)^e*!#WR9Eo+ zJDagJaKlB;e=LET|NBAN^<&`e;4X~zI`BSF_WLM*E(0&T#I=)vJ<@Lmo8alsLN~xW z!OOw-fVY9)05M5(4bDn@_CZX;+zI|Fcppd+GezT)XV2rEpyc^dQ1X41$Jc>pl72HN zJ^KK-7W@<_ejfu*2DeT*d)o{CB4!i>ZoUde;F(t%gKC<~K=GM^r-L5=C7(}& zYVQZ2^x>3eyY=}TQ2lNN)y_1i_J19m0sjJ&+{dnR@zBqL>gPVN#k@ZRKArScTbv)c z4ct!p1)${pQSdzQZ@_cFN5M0|)3>_$ngGS;CEyRi8^C7>Q5wy|JSe_j1oFzf20RP= zJa{$uD0l;S1)W|1-VNRkz89n`bMg+y?;a3V%@Vj8{9{o5@DWh`{|6|!KZ!<_J`D!LF0m`v1!d=-1lNI&fYOIm*SK;wdwcp;o#t)Te-1E2pv zQ2l=lRJ~7tn%~cWCxZV9s{Ui3E}-HDPS9XD!2$f8GH#SyMG0! z_TT8!Zv)l-`$3KCK~UrP5_mTFLs0e3zR~IRBq)Ee6FdQIfU=(+sCjugD1P1yo&~2;^RS3~qfpvKt%WzX~Ax!_%( z^z7~6@!-cnwfna|{S{Dre-o6R`~VyWPuuV2>)D{{-3qGx8BpUn2udG%pyY86sB-s$ zPXP6sfmG&yDZx+u{0uY!bs*`Hevde?`t%n6EXbhyp)RC8{|EG0NWXiarhRgMUI6?q z^dXll{=S;02J|lIxzJxje-4G;gW`cPL`BVud|JM061o!7I6n=224cCg@&(L) z(;xp^^7zjl4| zsWVT6=Akj@2Ix7^pFj^omq6D;-+<)9e-3&p^j_#!q1&KehVTTl3HS->un~G1bSw0akbc{t{|@~Jv;vVrwiskE2$zJ*K$Ec(i)WSjae_ zk&Nf7S1|sX0;`R>O4EpxTHP0oOY_I`!%y*S+G$vQX$-opbOud+ycz5zSYKa?X6??K z;^S~W=r&{=g)+`q1Cr$_E1R87XG(3zqp>xOaayBYsYUF}Et|C#l}9qEFfax=YqrfL zGxPbNZMIppKb&S&UN?JjcP^dDqh8YOB{>G@odKpQpAqHVgoi=5rfm7zsFCK~R=gO+ zh^w$@yhVKm)NVd#_47&kOlRitOtvAX<{GvgYa z-&iE0mq?mH29Y#pS#FWhNfyeYeyVCO>%3ckD0PwkIJIGdiWaI`g+gt&KCjV88fLro zxJ5zF)le=ql62=LiYRqbe-NgAovk)!NT5#=`#Vd=0 zTiBS6YSpr&UEd#{JzHc*kYt1ZzVj!aBB+){3$#Z?@`H>_T`TG=jl8Sw~5)=N2{l zAm0-Np+QHX0!@V~bv3EXs46V$a-}`3v;%R$vZ|19rWNM|iF0wkTyS#or+Zo4Yedan z#!6FhvIGmv)?5@5b)=m`8LJ~%y`(uH_O(GPOGrEJ4B}Qk>HJ6BI25yrv0T#5AeSQv zrtUm(6!#c2e5B2e-o{Z2oaBq)U>z+*3ki!D zST@RtW7fT>jbq2<#-VFg%RK4ZI63VPO@tz=idOp-ik^9r=N+lH)!AFY#Fff&czd#M z@_we6qsCG$-UnUuZK2c3V)5!83JI%upH&Y&+_Inb(q`I`gzc_FF+Pz#YT;LS2FYZ0 zlAfK*l#PsC9wVM|7S$Pyzs0+M|h9cWBE5 zQ-|VK+R)#D7?K-s>wwkE-~=kG#O1hvP|oV>urU;>PRX(0PJF{7D=aT(ost-kXh*pF zW&6q^79YmhiStFfYv;)a9La`lp z;1#N-V6H|FqBgNplyqh&-D#Ft;?kwMaeq!)?G4CfD!{c*ir9F-4YX4{P<1|}X1Td0 zDR!{<6uTRdV71l9Nv#>{CE6t)u=@ttyPx&kZh!55JxQs6V)$SY9g(OoEty&e%Zb^! z@4R;B4(pT5&iEij){M1<_TWQY}v=wjBBgF zE<0Ordwf!1A3uB!P}wZ#2w|vIys&g=+1{p66zmMz(+rP-P889YAL%+j&UKNt5lLgb zA{_YXCGEu4)UHVf5%e9Lv$ZI*Go9&WqaE4b<%84wHD&M7o&bWpG1}eZ8M}7i8HlHb0afr|G>9q`2ce{-mu3! z43ynFCr7OVcK(&Etf1dSIjYS{p#vwsi`KHC!!1^e?S&mMQk_sG4Xuo}#qq|viYhE% z9)4@laQ@1+snTw1G2U=pSwHF?IcM;k=jJ9G4g|hXD{InwoRuKlLrKfjQY>A)G*)JR z(CYwN&MOSba@^)O8|2|M&+O&gN`VhfK=vQ{W9QA$klp07O5sL&wpCgvf*49CcW}PO zZ1gG1_Hb{Py_0m_`hap}AJZfr*n}IgPtm6Fbx6TxZro7h@@TUc@jy(=w9xE}oBXLT zW}S)VOdJ>7`T)$TNyv01!|@~$g>8PE7RvF~EYE4iOy$cPlWr>k% z_CW=2I$1xO@35e|1z(ML&6#6ymwQYoj8t8ehFoA_BmGNbW4npp7tWT7ZgR7K|FzrA z{*fm*3|!OX4{+?771(ouDO~Z7Ibh%Jf)^BLx}_Ch=+uWeuiMQ~k#L|ZnJierwD9ST z#ZaN%ixX05oRemMPAatrt#OY?MT2DJVfkR8L&{Bi(o0Z;y2y|)0meurjYO_LM4-VT zC^FK!FtQ?gFgN=%XlIz_W*l%?N_^(^yxiQPJ%DDqXv`M7s(j(ydw9<=+^wAOs!HtT zKnr4LHtos7X_D4PP zuE%sax$>(a=r=ehdz9sma*SK4hWhrIg^(4x*0{6t;!9~->YW<5D+J2pq=r9E@+ix& zjf7@Rc(AU#Oi70Ilsk|f${S`NM4omE>M!$p)oQYcpqH_?Y=of$sYuzN)&C&2p=^1> zp{&Y2uG}Qo%T(C2+8B+jQz_*wq-dpl#ok3O0bQ&y?XnpLCw%$pvYu43vI#+9!xXs& z)Ue-l6$jIes3>EKOm$%AT0x)DpQ4oIq-#)tF)IIkl z7MnY465*uVq85FXGF{FUsGz@Akd-awkSjDp>6{E3r1RmZ(@1s1TjaQaL`VC58yE9J z@rUtW=~~Hb@yzCYu5Wy_qOdR8C?(!JRYX@#m+h-f{#6k}yA8U|JMH_;!&M8>_veV< zI~;c#8z3r(u^cPKNnX2a>hc;&+Wn*zkdFd~mQNxiD|8#x8I*>D3cH#G4a*IyaL)wO z^_Yi@W&73K_^pgXf_QUdFVmU)#I=oyo88Jc743`{<4&|=`_8?q_9R-rCwAt|v@x-D z(99?HWmC~yzu%o&zrIQQIhdYgX;|OOau(*Sw;tt;JL}QDL6Wb!areH7ZFcjWbtbkm zms8QE4I4L2YEeUGO^*J4I3ypK`@!>p!}p=Q1WeLzB&{vlO?IrROx;%#(P1Hm!7;1N3xaUlO-bi2=c7 zG`1^Y1@5(&#C$v&^Fv%%SeUePn9e45*pZ^k5?H>z>&7~fG}`%ks@W#jcUlK_-LQUq zm3F12L^n=uSmi(YOzgvDPDL`Q^?V6PJC`ej@1fLJ?%#Ly#HD398@46Ai5-56J{4U$ zo%Rdvry|?esvBE_Ufi0vnsX?Q-8x;H%&**ZIUgGI=E|{7bncbW#_?79W}ZaO;uM5g zeIc0Yu(3_}Y_-I97>=SczELd5KXg=LAw7tv;DB!n!LW^Dab~q;jTR1Nm6cu^y)Ifx z4{~x~zp)?6TJ@H6s@dX*G*%x$nNfAMY^^z^Blfnul>G`gl#Ep+Jk)G2aJp04r;X3@ZDxmJv{6U%t33x33T363kYoud(~ zKdUJdvit}6X!SZTo_e>3=eO#|wS`%(0(5i~AMFpPE=4F1<_`uHH&o`1DR;_i$7&VW z&Kl>cgC}6$tp$(?0@>PF#*Q;c0#%lU2MtX7Fm^4F$6M2r=lm_Ur zqVXJ!;5YCYxQu@AU}9FrB0+Tcw!u*B@Jkh3NRnPtw}W_9Il`*DIJ~Al{W@hLI17IP&L&5hNX4U2Ur7ZSgPd@We$YO$H0)Fuf|6TDiJf+o^YxC&S`N-_|*?sLWwuO75Zn zhp7E5X(osGQ-1KVmIn(JM^fdvn!UTtJoeIqhtRzh-W@;;&7>X2Omag`|7b1{RO&K2 zwL1hy-4+|7X-;Q*qxdL>Yu(TA{Rc8Dm4_KwKB{Ok+Kw$}E&Mt<$CA9HuTS#wbIJ5H zKqL|ObIpT%g=Vj~To6^h%~gFNQ@gsHA??71WVzCcE8)K)4>pUHxWG%We9sKkmAt}Z zS!z^ZQNAsO%SVVKE|iqcx*XKAMk2kU6~CsIJq1>6{K+|lE*olADxr_BLyM)NnR@wP zOTK7f3;m&TquLD|1p9Yw;Arg~gDuYch7NpCz*|``j$qV<19#sbB^WBbinZQC3^rAn zu*$#!8^cA0*>vx#>-OmOd=IZMnA+g^^a;^fzxgDQ{YC=4dYBYNamM zvcDkAw-I7y!y6n9`rJ(BI4aQ0FYzVP9zRzG=N9>;q%})X+tKhyeA9jHZ@4lnCWG(c ztUZ%S5HeeaZNMq{6z8FAhw9em$HKIh9t75MJVZHHHbk?FWv?+>N5TlI>LJbGU}>as zhAGEUda~+l55su zwbEo+uSv*?e(}mFA6s%8|0Ialzt?g{@Tw~l>`F84q}WXiEzBT7O^TeZsu!JdYsTfa z3Fp|bmVpluTeO3sx+_6LQj8I0B2Ed|2ud45=*TWJ43Rh7{iBg)Qf1dWta5=(Qr2V^ zlDOMdk2X3O_N=2`RP(m_n4%t=joe&F3{_3B9~=qHZpKb5yY`j^0fTf`d*)K z`N>4#{|SF8Efeb$Y=mhG+#hB=8Xk|AO7JH|E5m~slAiSmgwIy3wR)xmL*v(?X8m&3-gw$BY) znNUcw;d>YdpD@dzGy6h6=kf|EYDi$;(CG!^vN3AH(&~<&mfif&TB0r70H?uWuDpbM zKruqZU*tLYaxV3w-v5X(c)NFzik3q6YGe;e*}v+Fiq4yKF=W(nlD+hyrr=SBT17}U zwD&DhxyvLRxUN7RE57!zUs}Nt7((LfhIFjv`UwZfVp&BjW|wxo<+9+F(H<7z7X1c_ z8Sk1KlBCJef^+MfI-&wTLXPIG9oiMh-Um^Xp*2X0L)xKDmP-!enKyeAgrhfIuFwfw z?KX%U)9_UgEUJt_@j=EZOnLso-hl`gYfc+1gO!c`ECCOJ76GbUzP}C-yh_9%ue z&z&A@Iu!~mR*otHx160P>AX*^&COmG>7o&Auh+>mNK?B6Qcr~|A^UXtWbEInGb{P` zXHpD~k25xGBQ_$g$a+h}TJ*|_ZVzIEzhn^1Z1_sOjtQ1e(99FAasq3^SKSW5EO0)& znAbtDjKl01q;2xGMYbo%uK6O)`7hiSxxs!RtHwKak+N&wF#90}b@8W-Fc^{Uhm;}4 zQi2QH!I7Sh%NYiti$;opTZLlxreH;mxO(F1wzbYthnUL7MAbq%W601}yhk6$S{`xh z7_6tIf=H}^;~>tK57Z+;H{Z&1edJ(+Yv@?k^3xrdD;8NTTkbN+%}EdT*$=odAoNx$ zw&icx!6G_NY!9c>ZPu#=U7CeEyI|-rgYTiqz}{{i-GE;rG}Q{c=CKc*NgIqG!Uw1BdrXVZ3*;KEMDQ`}0^g%oafhs8Wx zxljyR-$$*5s>F>oe_>^7GS6 zvS`2$n{>DttGXD6uF2R@RfVZfS)rxy ze^^69-pKpOJlB#!zm}V-3oh@>_-UqSWx9PrcT!}*_Ki(AXBzr0N8xVJXfNS|gm8tX zV{B$cOf_fZZ_!|Z#WfnP5Cm7XqN_A0gxlBzu3*`2dy4aTZ!=13UGO1Y)e>EaiB`B? zL#R067N$_x$ukHy+}Ly;EL^hjp_A{d1ZJvA5MVgN1`pPJ7;KaItBR#8J!LhT;6&v1d3h(xo zXFSDT#+KL|N^B37QM|9-!tqfHCPy&O{~jKF6DKi4-j5i{%5Ufbj$hHr5Tb|$%+S|0 jI&}AQkcy8v!^Iry{8`rhwVYA6C0L2vEe2EEXE6UCI^vj) literal 0 HcmV?d00001 diff --git a/apps/documents/locale/nl_NL/LC_MESSAGES/django.po b/apps/documents/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b88475a07a --- /dev/null +++ b/apps/documents/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,1108 @@ +# 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 , 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 19:51+0000\n" +"Last-Translator: Roberto Rosario \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:55 +msgid "all documents" +msgstr "alle documenten" + +#: __init__.py:56 models.py:669 views.py:870 +msgid "recent documents" +msgstr "recente documenten" + +#: __init__.py:57 +msgid "upload new documents" +msgstr "nieuwe documenten uploaden" + +#: __init__.py:58 +msgid "clone metadata" +msgstr "clone metadata" + +#: __init__.py:59 +msgid "details" +msgstr "details" + +#: __init__.py:60 +msgid "properties" +msgstr "eigenschappen" + +#: __init__.py:61 __init__.py:62 __init__.py:84 __init__.py:108 +#: __init__.py:114 +msgid "delete" +msgstr "verwijderen" + +#: __init__.py:63 __init__.py:83 __init__.py:107 __init__.py:113 +msgid "edit" +msgstr "bewerken" + +#: __init__.py:64 +msgid "preview" +msgstr "preview" + +#: __init__.py:65 __init__.py:66 __init__.py:67 +msgid "download" +msgstr "download" + +#: __init__.py:68 +msgid "find duplicates" +msgstr "vind duplicaten" + +#: __init__.py:69 +msgid "find all duplicates" +msgstr "vind alle duplicaten" + +#: __init__.py:69 +msgid "" +"Search all the documents' checksums and return a list of the exact matches." +msgstr "Doorzoek door alle documenten op checksum, geeft een lijst met exacte overeenkomenden " + +#: __init__.py:70 +msgid "update office documents' page count" +msgstr "office document paginanummering bijwerken" + +#: __init__.py:70 +msgid "" +"Update the page count of the office type documents. This is useful when " +"enabling office document support after there were already office type " +"documents in the database." +msgstr "Verversen van de paginanummering voor Office-documenten. Dit is handig wanneer u de ondersteuning voor Office-documenten heeft ingeschakeld en de paginanummering van de al aanwezige Office-documenten automatisch wilt bijwerken." + +#: __init__.py:71 __init__.py:72 +msgid "clear transformations" +msgstr "wis transformaties" + +#: __init__.py:73 +msgid "print" +msgstr "print" + +#: __init__.py:74 +msgid "history" +msgstr "historie" + +#: __init__.py:75 +msgid "Find missing document files" +msgstr "Vind vermiste bestanden" + +#: __init__.py:78 +msgid "Clear the document image cache" +msgstr "Opschonen van documentafbeeldingen voorraad." + +#: __init__.py:78 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "Opschonen van de grafische afbeeldingen, die gebuikt worden bij het versnellen van de documentweergave en interactive transformatie resultaten." + +#: __init__.py:81 +msgid "page transformations" +msgstr "pagina transformaties" + +#: __init__.py:82 +msgid "create new transformation" +msgstr "creeer een nieuwe transformatie" + +#: __init__.py:86 +msgid "page image" +msgstr "pagina afbeelding" + +#: __init__.py:87 +msgid "page text" +msgstr "pagina tekst" + +#: __init__.py:88 +msgid "edit page text" +msgstr "bewerk pagina tekst" + +#: __init__.py:89 +msgid "next page" +msgstr "volgende pagina" + +#: __init__.py:90 +msgid "previous page" +msgstr "vorige pagina" + +#: __init__.py:91 +msgid "first page" +msgstr "eerste pagina" + +#: __init__.py:92 +msgid "last page" +msgstr "laaste pagina" + +#: __init__.py:93 +msgid "zoom in" +msgstr "inzoomen" + +#: __init__.py:94 +msgid "zoom out" +msgstr "uitzoomen" + +#: __init__.py:95 +msgid "rotate right" +msgstr "rotatie rechtsom" + +#: __init__.py:96 +msgid "rotate left" +msgstr "rotatie linksom" + +#: __init__.py:97 +msgid "reset view" +msgstr "reset weergave" + +#: __init__.py:100 +msgid "versions" +msgstr "versies" + +#: __init__.py:101 +msgid "revert" +msgstr "ongedaan maken" + +#: __init__.py:104 +msgid "document type list" +msgstr "documentsoortenlijst" + +#: __init__.py:105 views.py:1049 +msgid "document types" +msgstr "documentsoorten" + +#: __init__.py:106 +msgid "documents of this type" +msgstr "documenten van deze soort" + +#: __init__.py:109 views.py:1160 +msgid "create document type" +msgstr "aanmaken documentsoort" + +#: __init__.py:111 +msgid "filenames" +msgstr "bestandnamen" + +#: __init__.py:112 +msgid "add filename to document type" +msgstr "bestandnaam aan documentsoort toevoegen." + +#: __init__.py:156 permissions.py:7 +msgid "Documents" +msgstr "Documenten" + +#: __init__.py:158 __init__.py:171 events.py:5 models.py:91 views.py:77 +msgid "documents" +msgstr "documenten" + +#: __init__.py:161 +msgid "thumbnail" +msgstr "thumbnail" + +#: __init__.py:164 +msgid "metadata" +msgstr "metadata" + +#: events.py:7 +msgid "Document creation" +msgstr "Document aanmaken" + +#: events.py:8 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +msgstr "Document \"%(content_object)s\" aangemaakt door %(fullname)s." + +#: events.py:9 +#, python-format +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Document \"%(content_object)s\" aangemaakt op %(datetime)s door %(fullname)s." + +#: events.py:13 +msgid "Document edited" +msgstr "Document is bewerkt" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Document \"%(content_object)s\" is bewerkt door %(fullname)s" + +#: events.py:15 +#, python-format +msgid "" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." +msgstr "Document \" %(content_object)s \" is bewerkt op %(datetime)s door %(fullname)s . De volgende wijzigingen hebben plaatsgevonden: %(changes)s ." + +#: events.py:22 +msgid "Document deleted" +msgstr "Document verwijderd" + +#: events.py:23 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Document \" %(document)s \" verwijderd door %(fullname)s ." + +#: events.py:24 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "Document \" %(document)s \" verwijderd op %(datetime)s door %(fullname)s ." + +#: forms.py:63 +msgid "Page image" +msgstr "Pagina afbeelding" + +#: forms.py:73 forms.py:271 +msgid "Contents" +msgstr "Inhoud" + +#: forms.py:109 +msgid "Page" +msgstr "Pagina" + +#: forms.py:121 +msgid "Details" +msgstr "Details" + +#: forms.py:126 +msgid "Click on the image for full size preview" +msgstr "Click op de afbeelding voor een preview op ware grootte" + +#: forms.py:136 +#, python-format +msgid "Document pages (%s)" +msgstr "Documentpagina's (%s)" + +#: forms.py:164 +msgid "Use the new version filename as the document filename" +msgstr "Gebruik de nieuwe versie van de bestandsnaam als document bestandsnaam" + +#: forms.py:179 +msgid "Quick document rename" +msgstr "Snel document hernoemen" + +#: forms.py:186 +msgid "Version update" +msgstr "Version update" + +#: forms.py:191 +msgid "Release level" +msgstr "Release level" + +#: forms.py:197 +msgid "Release level serial" +msgstr "Release level serial" + +#: forms.py:205 +msgid "Comment" +msgstr "Commentaar" + +#: forms.py:211 +msgid "New document filename" +msgstr "Nieuw document bestandsnaam" + +#: forms.py:289 +msgid "Page range" +msgstr "Pagina bereik" + +#: forms.py:319 +msgid "Compress" +msgstr "Comprimeren" + +#: forms.py:319 +msgid "" +"Download the document in the original format or in a compressed manner. " +"This option is selectable only when downloading one document, for multiple " +"documents, the bundle will always be downloads as a compressed file." +msgstr "Het document downloaden in het orginele formaat of in een gecomprimeerd formaat. Deze optie zowel te selecteren voor een document als voor meerdere documenten. Een bundel van meerdere documenten zal altijd worden ge download als een gecomprimeerd bestand." + +#: forms.py:320 +msgid "Compressed filename" +msgstr "" + +#: forms.py:320 +msgid "" +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" + +#: literals.py:15 +msgid "final" +msgstr "final" + +#: literals.py:16 +msgid "alpha" +msgstr "alpha" + +#: literals.py:17 +msgid "beta" +msgstr "beta" + +#: literals.py:18 +msgid "release candidate" +msgstr "release candidate" + +#: literals.py:19 +msgid "hotfix" +msgstr "hotfix" + +#: models.py:62 +msgid "name" +msgstr "naam" + +#: models.py:68 models.py:78 models.py:543 views.py:1067 views.py:1096 +#: views.py:1125 views.py:1130 views.py:1173 views.py:1219 views.py:1253 +msgid "document type" +msgstr "documentsoort" + +#: models.py:69 +msgid "documents types" +msgstr "documentsoorten" + +#: models.py:79 +msgid "description" +msgstr "omschrijving" + +#: models.py:80 +msgid "added" +msgstr "toegevoegd" + +#: models.py:90 models.py:308 models.py:658 models.py:673 views.py:225 +#: views.py:349 +msgid "document" +msgstr "document" + +#: models.py:295 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "Major %(major)i.%(minor)i, (new release)" + +#: models.py:296 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "Minor %(major)i.%(minor)i, (some updates)" + +#: models.py:297 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" + +#: models.py:309 +msgid "mayor" +msgstr "mayor" + +#: models.py:310 +msgid "minor" +msgstr "minor" + +#: models.py:311 +msgid "micro" +msgstr "micro" + +#: models.py:312 +msgid "release level" +msgstr "release level" + +#: models.py:313 +msgid "serial" +msgstr "serial" + +#: models.py:314 +msgid "timestamp" +msgstr "timestamp" + +#: models.py:315 views.py:1356 +msgid "comment" +msgstr "commentaar" + +#: models.py:318 +msgid "file" +msgstr "bestand" + +#: models.py:322 +msgid "checksum" +msgstr "checksum" + +#: models.py:326 models.py:327 models.py:560 +msgid "document version" +msgstr "documentversie" + +#: models.py:419 +msgid "" +"This document's file format is not known, the page count has therefore " +"defaulted to 1." +msgstr "Het bestandformaat voor dit document is onbekent, de pagina teller staat daarom standaard op 1." + +#: models.py:544 views.py:1352 +msgid "filename" +msgstr "bestandsnaam" + +#: models.py:545 views.py:1180 +msgid "enabled" +msgstr "ingeschakeld" + +#: models.py:552 +msgid "document type quick rename filename" +msgstr "snel bestandsnaam hernoemen op documentsoort" + +#: models.py:553 +msgid "document types quick rename filenames" +msgstr "snel bestandsnamen hernoemen op documentsoorten" + +#: models.py:561 +msgid "content" +msgstr "inhoud" + +#: models.py:562 +msgid "page label" +msgstr "pagina-label" + +#: models.py:563 +msgid "page number" +msgstr "pagina-nummer" + +#: models.py:566 +#, python-format +msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" +msgstr "Pagina %(page_num)d van %(total_pages)d in %(document)s " + +#: models.py:574 models.py:620 +msgid "document page" +msgstr "documentpagina" + +#: models.py:575 +msgid "document pages" +msgstr "documentpagina's" + +#: models.py:595 +msgid "Enter a valid value." +msgstr "Voer een valide waarde in" + +#: models.py:621 views.py:448 +msgid "order" +msgstr "volgorde" + +#: models.py:622 views.py:449 views.py:510 views.py:541 +msgid "transformation" +msgstr "transformatie" + +#: models.py:623 views.py:450 +msgid "arguments" +msgstr "argumenten" + +#: models.py:623 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Gebruik woordenboeken voor het identificeren van argumenten. Bijvoorbeeld: %s" + +#: models.py:631 +msgid "document page transformation" +msgstr "transformatie documentpagina" + +#: models.py:632 +msgid "document page transformations" +msgstr "transformaties documentpagina" + +#: models.py:657 +msgid "user" +msgstr "gebruiker" + +#: models.py:659 +msgid "accessed" +msgstr "benaderd" + +#: models.py:668 +msgid "recent document" +msgstr "recent document" + +#: models.py:674 +msgid "Document type" +msgstr "Documentsoort" + +#: models.py:675 +msgid "MIME type" +msgstr "MIME type" + +#: models.py:676 views.py:130 +msgid "Filename" +msgstr "Bestandsnaam" + +#: models.py:677 +msgid "Metadata value" +msgstr "Waarde metadata" + +#: models.py:678 +msgid "Content" +msgstr "Inhoud" + +#: models.py:679 +msgid "Description" +msgstr "Omschrijving" + +#: models.py:680 +msgid "Tags" +msgstr "Label" + +#: models.py:681 +msgid "Comments" +msgstr "Commentaar" + +#: permissions.py:9 +msgid "Create documents" +msgstr "Documenten aanmaken" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "Documenteigenschappen bewerken" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "Documenten bewerken" + +#: permissions.py:12 +msgid "View documents" +msgstr "Documenten bekijken" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "Documenten verwijderen" + +#: permissions.py:14 views.py:406 +msgid "Download documents" +msgstr "Documenten downloaden" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "Documenten transformeren" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "Document modificatie tools starten" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "Terugvoeren van documenten naar de vorige versie" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "Aanmaken van een nieuwe document versie" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "Documenten configuratie" + +#: permissions.py:22 +msgid "View document types" +msgstr "Bekijk de documentsoorten" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "Documentsoorten bewerken" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "Documentsoorten verwijderen" + +#: permissions.py:25 +msgid "Create document types" +msgstr "Documentsoorten aanmaken" + +#: statistics.py:44 +#, python-format +msgid "Document types: %d" +msgstr "Aantal documentsoorten: %d" + +#: statistics.py:45 +#, python-format +msgid "Documents in database: %d" +msgstr "Aantal documenten in de database: %d" + +#: statistics.py:50 +#, python-format +msgid "Documents in storage: %d" +msgstr "Aantal documenten in opslag: %d" + +#: statistics.py:52 +#, python-format +msgid "" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "Ruimte ingebruik door opslag: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" + +#: statistics.py:63 +#, python-format +msgid "Document pages in database: %d" +msgstr "Aantal document pagina's in de database: %d" + +#: statistics.py:64 +#, python-format +msgid "Minimum amount of pages per document: %d" +msgstr "Minimale aantal pagina's per document: %d" + +#: statistics.py:65 +#, python-format +msgid "Maximum amount of pages per document: %d" +msgstr "Maximaal aantal pagina's per document: %d" + +#: statistics.py:66 +#, python-format +msgid "Average amount of pages per document: %f" +msgstr "Gemiddelde aantal pagina's per document: %f" + +#: statistics.py:71 +msgid "Document statistics" +msgstr "Documentstatisieken" + +#: views.py:131 +msgid "File mimetype" +msgstr "MIME-type bestand" + +#: views.py:131 views.py:132 +msgid "None" +msgstr "Leeg" + +#: views.py:132 +msgid "File mime encoding" +msgstr "MIME-encoding bestand" + +#: views.py:133 +msgid "File size" +msgstr "Bestandgrootte" + +#: views.py:134 +msgid "Exists in storage" +msgstr "Aanwezig in opslag" + +#: views.py:135 +msgid "File path in storage" +msgstr "Bestandspad in opslag" + +#: views.py:136 +msgid "Date added" +msgstr "Datum toegevoegd" + +#: views.py:137 +msgid "Time added" +msgstr "Tijdstip toegevoegd" + +#: views.py:138 +msgid "Checksum" +msgstr "Checksum" + +#: views.py:139 +msgid "UUID" +msgstr "UUID" + +#: views.py:140 +msgid "Pages" +msgstr "Pagina's" + +#: views.py:149 +#, python-format +msgid "document properties for: %s" +msgstr "documenteigenschappen voor: %s" + +#: views.py:171 +msgid "document data" +msgstr "documentgegevens" + +#: views.py:195 views.py:645 +msgid "Must provide at least one document." +msgstr "U dient tenminste een document op te geven " + +#: views.py:216 +msgid "Document deleted successfully." +msgstr "Document succesvol verwijdert" + +#: views.py:218 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "Fout bij verwijderen document: %(document)s. foutmelding: %(error)s" + +#: views.py:233 +#, python-format +msgid "Are you sure you wish to delete the document: %s?" +msgstr "Weet u zeker dat u dit document wenst te verwijderen: %s?" + +#: views.py:235 +#, python-format +msgid "Are you sure you wish to delete the documents: %s?" +msgstr "Weet u zeker dat u deze documenten wents te verwijderen: %s?" + +#: views.py:274 +#, python-format +msgid "Document \"%s\" edited successfully." +msgstr "Document \"%s\" succesvol bewerkt" + +#: views.py:340 +msgid "documents to be downloaded" +msgstr "documenten om te worden gedownload" + +#: views.py:350 views.py:1336 +msgid "version" +msgstr "versie" + +#: views.py:407 +msgid "Download" +msgstr "Download" + +#: views.py:409 +msgid "Return" +msgstr "Terug" + +#: views.py:444 +#, python-format +msgid "transformations for: %s" +msgstr "transformaties for: %s" + +#: views.py:471 +msgid "Document page transformation created successfully." +msgstr "Transformatie voor documentpagina is aangemaakt" + +#: views.py:480 +#, python-format +msgid "Create new transformation for page: %(page)s of document: %(document)s" +msgstr "Aanmaken van transformatie voor pagina: %(page)s in document: %(document)s" + +#: views.py:499 +msgid "Document page transformation edited successfully." +msgstr "Transformatie voor documentpagina bewerkt" + +#: views.py:512 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +msgstr "Bewerkt transformatie \"%(transformation)s\" voor: %(document_page)s" + +#: views.py:532 +msgid "Document page transformation deleted successfully." +msgstr "Transformatie documentpagina verwijdert" + +#: views.py:543 +#, python-format +msgid "" +"Are you sure you wish to delete transformation \"%(transformation)s\" for: " +"%(document_page)s" +msgstr "Weet u zeker dat u deze transformatie wenst te verwijderen: \"%(transformation)s\" for: %(document_page)s" + +#: views.py:561 +#, python-format +msgid "duplicates of: %s" +msgstr "duplicaat van: %s" + +#: views.py:573 +msgid "Are you sure you wish to find all duplicates?" +msgstr "Weet u zeker dat u alle duplicaten wenst te finden?" + +#: views.py:574 views.py:632 views.py:700 +msgid "On large databases this operation may take some time to execute." +msgstr "Op een grote database kan deze operatie veel tijd inbeslag nemen." + +#: views.py:597 +msgid "duplicated documents" +msgstr "document duplicaten" + +#: views.py:623 +#, python-format +msgid "" +"Page count update complete. Documents processed: %(total)d, documents with " +"changed page count: %(change)d" +msgstr "paginanummering is voltooid. Documenten afgehandeld: %(total)d / %(change)d documenten bijgewerkt." + +#: views.py:631 +#, python-format +msgid "" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "Bent u zeker van dat u de paginanummering voor Office-documenten (%d) wenst bij te werken?" + +#: views.py:663 +#, python-format +msgid "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "Al de pagina transformaties voor document: %s, zijn succesvol verwijdert." + +#: views.py:665 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "Fout bij verwijderen van de pagina transformaties voor document: %(document)s ; %(error)s ." + +#: views.py:671 +msgid "document transformation" +msgstr "document transformatie" + +#: views.py:680 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "Weet u zeker dat u alle pagina transformaties voor document: %s, wenst te verwijderen?" + +#: views.py:682 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr "Weet u zeker dat u alle pagina transformaties voor de documenten: %s, wenst te verwijderen?" + +#: views.py:710 +msgid "missing documents" +msgstr "vermiste documenten" + +#: views.py:726 views.py:768 +#, python-format +msgid "details for: %s" +msgstr "details voor: %s" + +#: views.py:787 +msgid "Document page edited successfully." +msgstr "Documentpagina succesvol bewerkt" + +#: views.py:796 +#, python-format +msgid "edit: %s" +msgstr "bewerken: %s" + +#: views.py:813 +msgid "There are no more pages in this document" +msgstr "Er zijn verder geen pagina's meer in dit document" + +#: views.py:831 +msgid "You are already at the first page of this document" +msgstr "U bent al op de eerste pagina in dit document" + +#: views.py:992 +#, python-format +msgid "print: %s" +msgstr "afdrukken: %s" + +#: views.py:1065 +#, python-format +msgid "documents of type \"%s\"" +msgstr "documenten van de soort: \"%s\"" + +#: views.py:1085 +msgid "Document type edited successfully" +msgstr "Documentsoort succesvol bewerkt" + +#: views.py:1088 +#, python-format +msgid "Error editing document type; %s" +msgstr "Fout tijdens bewerken documentsoort; %s" + +#: views.py:1093 +#, python-format +msgid "edit document type: %s" +msgstr "bewerken documentsoort: %s" + +#: views.py:1117 +#, python-format +msgid "Document type: %s deleted successfully." +msgstr "Documentsoort: %s, succesvol verwijdert" + +#: views.py:1119 +#, python-format +msgid "Document type: %(document_type)s delete error: %(error)s" +msgstr "Fout bij verwijderen Documentsoort: %(document_type)s. Foutmelding: %(error)s" + +#: views.py:1134 +#, python-format +msgid "Are you sure you wish to delete the document type: %s?" +msgstr "Bent u zeker dat u het document wilt verwijderen: %s?" + +#: views.py:1135 +msgid "" +"The document type of all documents using this document type will be set to " +"none." +msgstr "Het documentsoort van alle documenten van deze soort zal op none worden gezet." + +#: views.py:1151 +msgid "Document type created successfully" +msgstr "Documentsoort succesvol aangemaakt" + +#: views.py:1154 +#, python-format +msgid "Error creating document type; %(error)s" +msgstr "Fout bij aanmaken documentsoort; %(error)s" + +#: views.py:1172 +#, python-format +msgid "filenames for document type: %s" +msgstr "bestandnamen voor documentsoort: %s" + +#: views.py:1203 +msgid "Document type filename edited successfully" +msgstr "bestandnaam voor documentsoort, succesvol bewerkt" + +#: views.py:1206 +#, python-format +msgid "Error editing document type filename; %s" +msgstr "Fout bij bewerken bestandnaam voor documentsoort. Foutmelding: %s" + +#: views.py:1211 +#, python-format +msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" +msgstr "bewerk bestandsnaam \"%(filename)s\" van documentsoort \"%(document_type)s\"" + +#: views.py:1220 views.py:1246 views.py:1254 +msgid "document type filename" +msgstr "documentsoort bestandsnaam" + +#: views.py:1238 +#, python-format +msgid "Document type filename: %s deleted successfully." +msgstr "documentsoort bestandsnaam: %s succesvol verwijdert" + +#: views.py:1240 +#, python-format +msgid "" +"Document type filename: %(document_type_filename)s delete error: %(error)s" +msgstr "Fout bij verwijderen documentsoort bestandsnaam: %(document_type_filename)s. Foutmelding: %(error)s" + +#: views.py:1256 +#, python-format +msgid "" +"Are you sure you wish to delete the filename: %(filename)s, from document " +"type \"%(document_type)s\"?" +msgstr "Bent u zeker dat u de bestandsnaam: %(filename)s , van documentsoort: \" %(document_type)s \", wenst te verwijderen?" + +#: views.py:1281 +msgid "Document type filename created successfully" +msgstr "Documentsoort bestandsnaam succesvol aangemaakt" + +#: views.py:1284 +#, python-format +msgid "Error creating document type filename; %(error)s" +msgstr "Fout bij het aanmaken van documentsoort bestandsnaam. Foutmelding: %(error)s" + +#: views.py:1290 +#, python-format +msgid "create filename for document type: %s" +msgstr "aanmaken bestandsnaam voor documentsoort: %s" + +#: views.py:1305 +msgid "Document image cache cleared successfully" +msgstr "Het buffer met pagina afbeeldingen is opgeschoond" + +#: views.py:1307 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "Fout bij het opschonen van pagina afbeeldingen buffer. Foutmelding: %s" + +#: views.py:1313 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "Bent u zeker dat u het buffer met pagina afbeeldingen wenst op te schonen?" + +#: views.py:1330 +#, python-format +msgid "versions for document: %s" +msgstr "versies voor document: %s" + +#: views.py:1340 +msgid "time and date" +msgstr "tijdstip en datum" + +#: views.py:1344 +msgid "mimetype" +msgstr "mimetype" + +#: views.py:1348 +msgid "encoding" +msgstr "encoding" + +#: views.py:1379 +msgid "Document version reverted successfully" +msgstr "Documentversie succesvol teruggevoerd" + +#: views.py:1381 +#, python-format +msgid "Error reverting document version; %s" +msgstr "Fout bij het terugvoeren van de documentversie. Foutmelding: %s" + +#: views.py:1388 +msgid "Are you sure you wish to revert to this version?" +msgstr "Bent u er zeker van dat u wilt terugkeren naar deze versie?" + +#: views.py:1389 +msgid "All later version after this one will be deleted too." +msgstr "Alle recentere versies na deze zullen ook worden verwijdert." + +#: widgets.py:25 +msgid "document page image" +msgstr "documentpagina afbeelding" + +#: wizards.py:36 +msgid "step 1 of 3: Document type" +msgstr "stap 1 van 3: Documentsoort" + +#: wizards.py:37 +msgid "step 2 of 3: Metadata selection" +msgstr "stap 2 van 3: Selecteren metadata" + +#: wizards.py:38 +msgid "step 3 of 3: Document metadata" +msgstr "stap 3 van 3: Document metadata" + +#: wizards.py:46 +msgid "Next step" +msgstr "Volgende stap" + +#: conf/settings.py:38 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Maximum aantal recente docmenten (aangemaakt, bewerkt, bekeken), te onthouden per gebruiker." + +#: conf/settings.py:39 +msgid "Amount in percent zoom in or out a document page per user interaction." +msgstr "Percentage in- of uitzoomen voor documentpagina per gebruikeractie." + +#: conf/settings.py:40 +msgid "" +"Maximum amount in percent (%) to allow user to zoom in a document page " +"interactively." +msgstr "Maximaal toegestane documentpagina zoom percentage (%) per gebruikeractie." + +#: conf/settings.py:41 +msgid "" +"Minimum amount in percent (%) to allow user to zoom out a document page " +"interactively." +msgstr "Minimaal toegestane documentpagina zoom percentage (%) per gebruikeractie. " + +#: conf/settings.py:42 +msgid "Amount in degrees to rotate a document page per user interaction." +msgstr "Aantal graden documentpagina rotatie per gebruikeractie." + +#: templates/document_types_help.html:3 +msgid "What are document types?" +msgstr "Wat zijn documentsoorten" + +#: templates/document_types_help.html:4 +msgid "" +"Document types define a class that represents a broard group of documents, " +"such as: invoices, regulations or manuals. The advantage of using document " +"types are: assigning a list of typical filenames for quick renaming during " +"creation, as well as assigning default metadata types and sets to it." +msgstr "Documentsoorten defineren een groep documenten met een gelijkwaardig doel of functie. Bijvoorbeeld: facturen, polissen, handleidingen. Het voordeel bij het gebruik van documentsoorten ligt in de mogelijkheid om acties uit te voeren op de gehele verzameling documenten van dezelfde soort. Bijvoorbeeld: acties tijdens het aanmaken, toekennen van standaard metadata." + +#: templates/recent_document_list_help.html:3 +msgid "What are recent documents?" +msgstr "Wat zijn recente documenten?" + +#: templates/recent_document_list_help.html:4 +#, python-format +msgid "" +"Here you will find the latest %(recent_count)s documents you have either " +"created or edited in any way." +msgstr "Hier vindt u de laatse %(recent_count)s documenten, die u heeft of heeft aangemaakt of heeft bewerkt." diff --git a/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cb52efaf9c43cbbf8f9d687e472a8ec02b986d46 GIT binary patch literal 523 zcmYLFU2oGc6di)6Jo3!LMdG0q+}cSCbRI>NC6y{ArD`)?k(YRhQDR57L$@EYAGSZh zZ^3ENdZZ&?+vk3q`}g&$#|w`ao^L$gdA{`g;5lIK`Q$$@{W)l!u{HX)C>*X!{3(o; zS~1A@16Pp5**@5bP8)}rtz?Pc`^sXj8Pv{ojF3vYy1$(ix+O+iZlpG(9de1Zwihbs#2=07YjJXpGA{s_WKVvk7@FSakLOP?=3vnm@$f5mN7b3mHDFr%Xv* W>yB5uh_2uiE=CI8E+8BS7yke$@|z<7 literal 0 HcmV?d00001 diff --git a/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po b/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..300c66b850 --- /dev/null +++ b/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,114 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:42+0000\n" +"Last-Translator: FULL NAME \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:5 +msgid "search" +msgstr "" + +#: __init__.py:6 views.py:72 +msgid "advanced search" +msgstr "" + +#: __init__.py:7 +msgid "search again" +msgstr "" + +#: forms.py:8 +msgid "Search terms" +msgstr "" + +#: models.py:21 +msgid "user" +msgstr "" + +#: models.py:22 +msgid "query" +msgstr "" + +#: models.py:23 +msgid "datetime created" +msgstr "" + +#: models.py:24 +msgid "hits" +msgstr "" + +#: models.py:62 +msgid "recent search" +msgstr "" + +#: models.py:63 +msgid "recent searches" +msgstr "" + +#: views.py:33 +#, python-format +msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" +msgstr "" + +#: views.py:37 +msgid "results" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Search error: %s" +msgstr "" + +#: views.py:60 +msgid "type" +msgstr "" + +#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 +#: templatetags/search_tags.py:20 +msgid "Search" +msgstr "" + +#: conf/settings.py:12 +msgid "Maximum amount search hits to fetch and display." +msgstr "" + +#: conf/settings.py:13 +msgid "Maximum number of search queries to remember per user." +msgstr "" + +#: templates/search_help.html:3 +msgid "Help" +msgstr "" + +#: templates/search_help.html:4 +#, python-format +msgid "" +"Enter the desired search keywords separated by space. Only the top " +"%(search_results_limit)s results will be available." +msgstr "" + +#: templates/search_results.html:3 +msgid "Search results" +msgstr "" + +#: templates/search_results.html:19 +#, python-format +msgid "Elapsed time: %(time_delta)s seconds" +msgstr "" + +#: templatetags/search_tags.py:33 +#, python-format +msgid "recent searches (maximum of %d)" +msgstr "" diff --git a/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo b/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f37ee5360736c5143f048cbff0b5c9b45ef5a004 GIT binary patch literal 523 zcmYLF%Wm5+5KPdVbnLl@EzpCFc1_BTQ-`U8x{(YRkX*x7dMy}+{5kVD_k8F1!SjvhC(j-;&%gfj+Mm7V6&s^}iQM6;z#qa` zsTG5iKXV0flU`)d?($6@aKsaTSE2Ni{dLeGbZ`rp$=|ZH}IH5o<*>w7mdISl# z4l~1*t+~^N!SX&yV7*9V_!6g!Rq}NaMca6{yY*64cDxjr3EnV>I+s^4SPNGPQ*%|= zAq-x8?DzYT>x;@q@pQ1$9=Bpido+ZiXe{w*hmu6qKi3Hv2I(q|PiqTDG`Q2s3FT*e zZoOG2o*ZdwF4Ya>6*pG6`F*y;*-6*8eG~>`mFq&PlELgjy4UF$9C`(tx--1Sr8bTA WZ|&h~=i?hVhVy}f_j3q`!P$Q\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:18 +msgid "folder list" +msgstr "" + +#: __init__.py:19 views.py:77 +msgid "create folder" +msgstr "" + +#: __init__.py:20 +msgid "edit" +msgstr "" + +#: __init__.py:21 +msgid "delete" +msgstr "" + +#: __init__.py:22 +msgid "remove from folder" +msgstr "" + +#: __init__.py:23 +msgid "folder documents" +msgstr "" + +#: __init__.py:24 +msgid "add to a folder" +msgstr "" + +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 +msgid "folders" +msgstr "" + +#: __init__.py:27 +msgid "ACLs" +msgstr "" + +#: forms.py:38 +msgid "Folder" +msgstr "" + +#: models.py:11 +msgid "title" +msgstr "" + +#: models.py:12 +msgid "user" +msgstr "" + +#: models.py:13 +msgid "datetime created" +msgstr "" + +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 +msgid "folder" +msgstr "" + +#: models.py:48 +msgid "document" +msgstr "" + +#: models.py:54 views.py:261 +msgid "folder document" +msgstr "" + +#: models.py:55 +msgid "folders documents" +msgstr "" + +#: permissions.py:7 +msgid "Folders" +msgstr "" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "" + +#: views.py:37 +msgid "created" +msgstr "" + +#: views.py:38 +msgid "documents" +msgstr "" + +#: views.py:69 +msgid "Folder created successfully" +msgstr "" + +#: views.py:72 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "" + +#: views.py:97 +msgid "Folder edited successfully" +msgstr "" + +#: views.py:100 +#, python-format +msgid "Error editing folder; %s" +msgstr "" + +#: views.py:105 +#, python-format +msgid "edit folder: %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Folder: %s deleted successfully." +msgstr "" + +#: views.py:131 +#, python-format +msgid "Folder: %(folder)s delete error: %(error)s" +msgstr "" + +#: views.py:142 +#, python-format +msgid "Are you sure you with to delete the folder: %s?" +msgstr "" + +#: views.py:168 +#, python-format +msgid "documents in folder: %s" +msgstr "" + +#: views.py:188 +#, python-format +msgid "Document: %(document)s added to folder: %(folder)s successfully." +msgstr "" + +#: views.py:191 +#, python-format +msgid "Document: %(document)s is already in folder: %(folder)s." +msgstr "" + +#: views.py:199 +#, python-format +msgid "add document \"%s\" to a folder" +msgstr "" + +#: views.py:219 +#, python-format +msgid "folders containing: %s" +msgstr "" + +#: views.py:235 +msgid "Must provide at least one folder document." +msgstr "" + +#: views.py:253 +#, python-format +msgid "Document: %s removed successfully." +msgstr "" + +#: views.py:255 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "" + +#: views.py:269 +#, python-format +msgid "" +"Are you sure you wish to remove the document: %(document)s from the folder " +"\"%(folder)s\"?" +msgstr "" + +#: views.py:272 +#, python-format +msgid "" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "" + +#: templates/folders_help.html:3 +msgid "What are folders?" +msgstr "" + +#: templates/folders_help.html:4 +msgid "" +"These folders can also be described as user folders. They are a way to let " +"individual users create their own document organization methods. Folders " +"created by one user and the documents contained by them don't affect any " +"other user folders or documents." +msgstr "" + +#: templatetags/folder_tags.py:17 +msgid "Add document to a folder" +msgstr "" diff --git a/apps/history/locale/nl_NL/LC_MESSAGES/django.mo b/apps/history/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..66c12fd1b706dc4618934adaa75d900edf0863c3 GIT binary patch literal 523 zcmYLF%Wm5+5KPgWbnLl@4UmJ4c1_AoQirLFx{(YRkX*x7dMy}7iTGD1q}s_uT2>xLL@xslqCrq3nP+D_PD z{WHT`Be?TrG2%`z7}Ic!^b3wB5MHv$719ezy%0Czuk70&bs^GgoKT<_?DFap^#~Gf z9cG3rTXUxkgT-Bvz-pex@HI~7%jEk!iZ=0f`^`&L+3`|fCV0aj>RevIU?p57OwCnc zhcI~cvD@uNt}iMd#N*yhd)SI4?ZFU=qOruM?Mo6>|6V0z7^KTIKCUes(co4qCzPM@ zsr6=^cyy$#xl}ihSKL_PW_Q^Fr$=4i_CXkoRjv!EN(R$=>E5Piu(1~R7uqz| WzqR|TosDnc5Y7e)&Snq}gOmR+%9|(v literal 0 HcmV?d00001 diff --git a/apps/history/locale/nl_NL/LC_MESSAGES/django.po b/apps/history/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..3be79839d8 --- /dev/null +++ b/apps/history/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,121 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:56+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:17 +msgid "date and time" +msgstr "" + +#: __init__.py:21 +msgid "type" +msgstr "" + +#: __init__.py:25 +msgid "summary" +msgstr "" + +#: links.py:7 models.py:73 +msgid "history" +msgstr "" + +#: links.py:8 +msgid "details" +msgstr "" + +#: models.py:18 +msgid "namespace" +msgstr "" + +#: models.py:19 +msgid "name" +msgstr "" + +#: models.py:34 models.py:43 +msgid "history type" +msgstr "" + +#: models.py:35 +msgid "history types" +msgstr "" + +#: models.py:39 +msgid "date time" +msgstr "" + +#: models.py:44 +msgid "dictionary" +msgstr "" + +#: models.py:74 +msgid "histories" +msgstr "" + +#: permissions.py:7 +msgid "History" +msgstr "" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "" + +#: views.py:37 +msgid "history events" +msgstr "" + +#: views.py:40 +msgid "object link" +msgstr "" + +#: views.py:68 +#, python-format +msgid "history events for: %s" +msgstr "" + +#: views.py:86 +msgid "Date" +msgstr "" + +#: views.py:87 +msgid "Time" +msgstr "" + +#: views.py:88 +msgid "Object" +msgstr "" + +#: views.py:89 +msgid "Event type" +msgstr "" + +#: views.py:90 +msgid "Additional details" +msgstr "" + +#: views.py:90 +msgid "None" +msgstr "" + +#: views.py:94 +#, python-format +msgid "details for: %s" +msgstr "" + +#: views.py:106 +#, python-format +msgid "history events of type: %s" +msgstr "" diff --git a/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo b/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c84eee2d11ce185752cc9651babaa76fcc1b7e96 GIT binary patch literal 523 zcmY*VT~FIE6lH>^Jnor?i?oMU+pUwZt({q?6_QGolCEk4ugD}O@s!w+?NIn3{4o9i zzXhj7AdYn8Yx~@fbDuvSJsvoGay)kY;&|xz&9TSC@yUJua%Zo3!%D0FJh!+g@QQ0A zl%$Zd2PPqo(v7#~t2rxNrsKw2 z{mbw|b7oyxjF{yVLO%%6A7gk5!4G;mM*q9-J0Y(5o#@+t(EY?<3}Hxv$yeXOOPH~k zX(mn0tkM+bmq`N4SsKIdIGrt$zq2S>$D7R`CzWN#N{$(44TY$)c?E+dw-whllZ6?= z;MK==yB*oSsJP|#J3H-uD~7atL&%H95SO+qNo0M!Ovunn7is*ywqWFY7fM<#-HZ>d zGi&+1C2h@wJcGPq+HgC)%;q?G*Y$00xyD%Lst~fIFu4)-ZF&m3Uf!ziG^=s0bYt9G VySticcn14$I*@QOg<$9%yZ|y&n<@YR literal 0 HcmV?d00001 diff --git a/apps/installation/locale/nl_NL/LC_MESSAGES/django.po b/apps/installation/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b02151716a --- /dev/null +++ b/apps/installation/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,118 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-06-17 22:18+0000\n" +"Last-Translator: FULL NAME \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" + +#: links.py:7 models.py:148 +msgid "installation details" +msgstr "" + +#: models.py:63 +msgid "LSB OS" +msgstr "" + +#: models.py:64 +msgid "Distributor ID" +msgstr "" + +#: models.py:65 +msgid "Description" +msgstr "" + +#: models.py:66 +msgid "Release" +msgstr "" + +#: models.py:67 +msgid "Codename" +msgstr "" + +#: models.py:68 +msgid "System info" +msgstr "" + +#: models.py:70 +msgid "POSIX OS" +msgstr "" + +#: models.py:72 +msgid "OS architecture" +msgstr "" + +#: models.py:73 +msgid "Python version" +msgstr "" + +#: models.py:74 +msgid "Hostname" +msgstr "" + +#: models.py:75 +msgid "Platform" +msgstr "" + +#: models.py:76 +msgid "Machine" +msgstr "" + +#: models.py:77 +msgid "Processor" +msgstr "" + +#: models.py:78 +msgid "Number of CPUs" +msgstr "" + +#: models.py:79 +msgid "Total physical memory" +msgstr "" + +#: models.py:80 +msgid "Disk partitions" +msgstr "" + +#: models.py:83 models.py:85 +msgid "tesseract version" +msgstr "" + +#: models.py:85 models.py:90 +msgid "not found" +msgstr "" + +#: models.py:88 models.py:90 +msgid "unpaper version" +msgstr "" + +#: models.py:92 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:93 +msgid "Installed via fabfile" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:24 +msgid "Installation environment details" +msgstr "" diff --git a/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo b/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ed7769bc0c6f3096d07dd335208c0a8f190554a3 GIT binary patch literal 523 zcmYLF%Wm5+5KPgWbnLl@4UmJ4c1_B5TZgHOx{(YRkX*x7dMy}G{_4qi2tq=d=I3@@KDk#m4AAB6qkd@Ru-F zYQ-Ssk6b|7iTGD1q}s_t%->xLL@xslqCrq3nP+D_PD z^E1O6Be?TrG2%`z7}Ic!^b3wB5Po8l&q$|~dLeGbU)i@m=|ZGeIH5qNY#M%`9znvb z!_07HYwomRu)IwYSTE8TzQ*Zdm3&`B(Kg=gzImxCJ6;OR1aBBboy#j2tc9zDsktib z5C$(k_WS+F^+n~qcsST;k6W>%JsLt$G?w_ZLrJ3Q-|K`7gLIX~r?rJ68r*2*gz_^! zw%)805011om+BhwiW@83{5D(S?4;}4-V1}V%5@=C$zXOT-RtxW4!wd+-5FlvQk%y5 WxAt(g^YJwt!}&nL#T>$6aP}W4$D1Mm literal 0 HcmV?d00001 diff --git a/apps/linking/locale/nl_NL/LC_MESSAGES/django.po b/apps/linking/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..5e807e9255 --- /dev/null +++ b/apps/linking/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,333 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:41+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:17 +msgid "smart links actions" +msgstr "" + +#: __init__.py:18 __init__.py:20 models.py:23 views.py:132 +msgid "smart links" +msgstr "" + +#: __init__.py:21 +msgid "smart links list" +msgstr "" + +#: __init__.py:22 +msgid "create new smart link" +msgstr "" + +#: __init__.py:23 __init__.py:28 +msgid "edit" +msgstr "" + +#: __init__.py:24 __init__.py:29 +msgid "delete" +msgstr "" + +#: __init__.py:26 +msgid "conditions" +msgstr "" + +#: __init__.py:27 +msgid "create condition" +msgstr "" + +#: __init__.py:31 +msgid "ACLs" +msgstr "" + +#: forms.py:48 +msgid "Pages" +msgstr "" + +#: forms.py:54 +msgid "Select" +msgstr "" + +#: forms.py:61 +msgid "Click on the image for full size view of the first page." +msgstr "" + +#: literals.py:7 +msgid "and" +msgstr "" + +#: literals.py:8 +msgid "or" +msgstr "" + +#: literals.py:12 +msgid "is equal to" +msgstr "" + +#: literals.py:13 +msgid "is equal to (case insensitive)" +msgstr "" + +#: literals.py:14 +msgid "contains" +msgstr "" + +#: literals.py:15 +msgid "contains (case insensitive)" +msgstr "" + +#: literals.py:16 +msgid "is in" +msgstr "" + +#: literals.py:17 +msgid "is greater than" +msgstr "" + +#: literals.py:18 +msgid "is greater than or equal to" +msgstr "" + +#: literals.py:19 +msgid "is less than" +msgstr "" + +#: literals.py:20 +msgid "is less than or equal to" +msgstr "" + +#: literals.py:21 +msgid "starts with" +msgstr "" + +#: literals.py:22 +msgid "starts with (case insensitive)" +msgstr "" + +#: literals.py:23 +msgid "ends with" +msgstr "" + +#: literals.py:24 +msgid "ends with (case insensitive)" +msgstr "" + +#: literals.py:25 +msgid "is in regular expression" +msgstr "" + +#: literals.py:26 +msgid "is in regular expression (case insensitive)" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 views.py:135 +msgid "dynamic title" +msgstr "" + +#: models.py:13 models.py:31 +msgid "" +"This expression will be evaluated against the current selected document. " +"The document metadata is available as variables `metadata` and document " +"properties under the variable `document`." +msgstr "" + +#: models.py:14 models.py:33 views.py:136 views.py:232 +msgid "enabled" +msgstr "" + +#: models.py:22 models.py:27 views.py:296 views.py:330 +msgid "smart link" +msgstr "" + +#: models.py:28 +msgid "The inclusion is ignored for the first item." +msgstr "" + +#: models.py:29 +msgid "foreign document data" +msgstr "" + +#: models.py:29 +msgid "" +"This represents the metadata of all other documents. Available objects: " +"`document.` and `metadata.`." +msgstr "" + +#: models.py:31 +msgid "expression" +msgstr "" + +#: models.py:32 +msgid "negated" +msgstr "" + +#: models.py:32 +msgid "Inverts the logic of the operator." +msgstr "" + +#: models.py:36 +msgid "not" +msgstr "" + +#: models.py:39 +msgid "link condition" +msgstr "" + +#: models.py:40 +msgid "link conditions" +msgstr "" + +#: permissions.py:7 +msgid "Smart links" +msgstr "" + +#: permissions.py:9 +msgid "View existing smart links" +msgstr "" + +#: permissions.py:10 +msgid "Create new smart links" +msgstr "" + +#: permissions.py:11 +msgid "Delete smart links" +msgstr "" + +#: permissions.py:12 +msgid "Edit smart links" +msgstr "" + +#: views.py:41 +msgid "No action selected." +msgstr "" + +#: views.py:60 +#, python-format +msgid "documents in smart link: %(group)s" +msgstr "" + +#: views.py:76 +#, python-format +msgid "Smart link query error: %s" +msgstr "" + +#: views.py:98 +#, python-format +msgid "smart links (%s)" +msgstr "" + +#: views.py:112 +msgid "There no defined smart links for the current document." +msgstr "" + +#: views.py:152 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:159 +msgid "Create new smart link" +msgstr "" + +#: views.py:175 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:184 +#, python-format +msgid "Edit smart link: %s" +msgstr "" + +#: views.py:202 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "" + +#: views.py:204 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(error)s." +msgstr "" + +#: views.py:213 +#, python-format +msgid "Are you sure you wish to delete smart link: %s?" +msgstr "" + +#: views.py:229 +#, python-format +msgid "conditions for smart link: %s" +msgstr "" + +#: views.py:254 +#, python-format +msgid "Smart link condition: \"%s\" created successfully." +msgstr "" + +#: views.py:261 +#, python-format +msgid "Add new conditions to smart link: \"%s\"" +msgstr "" + +#: views.py:283 +#, python-format +msgid "Smart link condition: \"%s\" edited successfully." +msgstr "" + +#: views.py:290 +msgid "Edit smart link condition" +msgstr "" + +#: views.py:297 views.py:331 +msgid "condition" +msgstr "" + +#: views.py:317 +#, python-format +msgid "Smart link condition: \"%s\" deleted successfully." +msgstr "" + +#: views.py:319 +#, python-format +msgid "" +"Error deleting smart link condition: %(smart_link_condition)s; %(error)s." +msgstr "" + +#: views.py:333 +#, python-format +msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +msgstr "" + +#: conf/settings.py:11 +msgid "Show smart link that don't return any documents." +msgstr "" + +#: templates/smart_links_help.html:3 +msgid "What are smart links?" +msgstr "" + +#: templates/smart_links_help.html:4 +msgid "" +"Smart links are a set of conditional statements that are used to query the " +"database using the current document the user is accessing as the data " +"source, the results of these queries are a list of documents that relate in " +"some manner to the document being displayed and allow users the ability to " +"jump to and from linked documents very easily." +msgstr "" diff --git a/apps/main/locale/nl_NL/LC_MESSAGES/django.mo b/apps/main/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ed7769bc0c6f3096d07dd335208c0a8f190554a3 GIT binary patch literal 523 zcmYLF%Wm5+5KPgWbnLl@4UmJ4c1_B5TZgHOx{(YRkX*x7dMy}G{_4qi2tq=d=I3@@KDk#m4AAB6qkd@Ru-F zYQ-Ssk6b|7iTGD1q}s_t%->xLL@xslqCrq3nP+D_PD z^E1O6Be?TrG2%`z7}Ic!^b3wB5Po8l&q$|~dLeGbU)i@m=|ZGeIH5qNY#M%`9znvb z!_07HYwomRu)IwYSTE8TzQ*Zdm3&`B(Kg=gzImxCJ6;OR1aBBboy#j2tc9zDsktib z5C$(k_WS+F^+n~qcsST;k6W>%JsLt$G?w_ZLrJ3Q-|K`7gLIX~r?rJ68r*2*gz_^! zw%)805011om+BhwiW@83{5D(S?4;}4-V1}V%5@=C$zXOT-RtxW4!wd+-5FlvQk%y5 WxAt(g^YJwt!}&nL#T>$6aP}W4$D1Mm literal 0 HcmV?d00001 diff --git a/apps/main/locale/nl_NL/LC_MESSAGES/django.po b/apps/main/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b6487ee2ed --- /dev/null +++ b/apps/main/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,146 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:41+0000\n" +"Last-Translator: FULL NAME \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:33 +msgid "maintenance" +msgstr "" + +#: __init__.py:34 +msgid "statistics" +msgstr "" + +#: __init__.py:35 +msgid "diagnostics" +msgstr "" + +#: __init__.py:36 +msgid "sentry" +msgstr "" + +#: __init__.py:37 +msgid "admin site" +msgstr "" + +#: __init__.py:40 +msgid "home" +msgstr "" + +#: __init__.py:42 +msgid "search" +msgstr "" + +#: views.py:43 +msgid "maintenance menu" +msgstr "" + +#: views.py:56 +msgid "Statistics" +msgstr "" + +#: views.py:66 +msgid "Diagnostics" +msgstr "" + +#: conf/settings.py:12 +msgid "" +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "" + +#: templates/about.html:5 +msgid "About this program" +msgstr "" + +#: templates/about.html:9 templates/verbose_login.html:4 +msgid "Version" +msgstr "" + +#: templates/base.html:28 +msgid "(DEBUG)" +msgstr "" + +#: templates/base.html:193 +msgid "User" +msgstr "" + +#: templates/base.html:195 +msgid "Anonymous" +msgstr "" + +#: templates/base.html:197 +msgid "User details" +msgstr "" + +#: templates/base.html:214 +msgid "Login" +msgstr "" + +#: templates/base.html:214 +msgid "Logout" +msgstr "" + +#: templates/base.html:294 +msgid "Secondary menu" +msgstr "" + +#: templates/base.html:310 +#, python-format +msgid "Actions for %(name)s: %(navigation_object)s" +msgstr "" + +#: templates/base.html:312 templates/base.html.py:355 +#, python-format +msgid "Actions for: %(navigation_object)s" +msgstr "" + +#: templates/base.html:315 +msgid "Available actions" +msgstr "" + +#: templates/base.html:327 templates/base.html.py:370 +msgid "Related actions" +msgstr "" + +#: templates/base.html:338 templates/base.html.py:383 +msgid "Other available actions" +msgstr "" + +#: templates/base.html:353 +#, python-format +msgid "Actions for %(object_name)s: %(navigation_object)s" +msgstr "" + +#: templates/base.html:358 +msgid "Actions" +msgstr "" + +#: templates/home.html:8 +msgid "Django based open source document management system" +msgstr "" + +#: templates/project_description.html:6 +msgid "" +"Open source, Django based electronic document manager with custom metadata, " +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "" + +#: templates/project_description.html:18 +msgid "Released under the GPL V3 License" +msgstr "" diff --git a/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo b/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..66c12fd1b706dc4618934adaa75d900edf0863c3 GIT binary patch literal 523 zcmYLF%Wm5+5KPgWbnLl@4UmJ4c1_AoQirLFx{(YRkX*x7dMy}7iTGD1q}s_uT2>xLL@xslqCrq3nP+D_PD z{WHT`Be?TrG2%`z7}Ic!^b3wB5MHv$719ezy%0Czuk70&bs^GgoKT<_?DFap^#~Gf z9cG3rTXUxkgT-Bvz-pex@HI~7%jEk!iZ=0f`^`&L+3`|fCV0aj>RevIU?p57OwCnc zhcI~cvD@uNt}iMd#N*yhd)SI4?ZFU=qOruM?Mo6>|6V0z7^KTIKCUes(co4qCzPM@ zsr6=^cyy$#xl}ihSKL_PW_Q^Fr$=4i_CXkoRjv!EN(R$=>E5Piu(1~R7uqz| WzqR|TosDnc5Y7e)&Snq}gOmR+%9|(v literal 0 HcmV?d00001 diff --git a/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po b/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a152dc2f46 --- /dev/null +++ b/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,454 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2011-09-30 04:56+0000\n" +"Last-Translator: FULL NAME \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:21 __init__.py:23 +msgid "edit metadata" +msgstr "" + +#: __init__.py:22 +msgid "metadata" +msgstr "" + +#: __init__.py:24 __init__.py:25 +msgid "add metadata" +msgstr "" + +#: __init__.py:26 __init__.py:27 +msgid "remove metadata" +msgstr "" + +#: __init__.py:29 models.py:34 views.py:316 +msgid "metadata types" +msgstr "" + +#: __init__.py:30 __init__.py:35 +msgid "edit" +msgstr "" + +#: __init__.py:31 __init__.py:36 +msgid "delete" +msgstr "" + +#: __init__.py:32 __init__.py:37 +msgid "create new" +msgstr "" + +#: __init__.py:34 views.py:416 +msgid "metadata sets" +msgstr "" + +#: __init__.py:39 models.py:93 +msgid "default metadata" +msgstr "" + +#: classes.py:14 +#, python-format +msgid "'metadata' object has no attribute '%s'" +msgstr "" + +#: forms.py:28 +msgid "required" +msgstr "" + +#: forms.py:54 +msgid "id" +msgstr "" + +#: forms.py:55 +msgid "Name" +msgstr "" + +#: forms.py:57 +msgid "Value" +msgstr "" + +#: forms.py:58 +msgid "Update" +msgstr "" + +#: forms.py:64 +msgid "Metadata type" +msgstr "" + +#: forms.py:68 +msgid "Remove" +msgstr "" + +#: forms.py:86 views.py:541 views.py:559 +msgid "Metadata sets" +msgstr "" + +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "" + +#: models.py:10 +#, python-format +msgid " Available models: %s" +msgstr "" + +#: models.py:11 +#, python-format +msgid " Available functions: %s" +msgstr "" + +#: models.py:18 +msgid "name" +msgstr "" + +#: models.py:18 +msgid "Do not use python reserved words, or spaces." +msgstr "" + +#: models.py:19 models.py:41 +msgid "title" +msgstr "" + +#: models.py:21 +msgid "default" +msgstr "" + +#: models.py:22 +#, python-format +msgid "Enter a string to be evaluated.%s" +msgstr "" + +#: models.py:24 +msgid "lookup" +msgstr "" + +#: models.py:25 +#, python-format +msgid "" +"Enter a string to be evaluated. Example: [user.get_full_name() for user in " +"User.objects.all()].%s" +msgstr "" + +#: models.py:33 models.py:58 views.py:353 views.py:398 +msgid "metadata type" +msgstr "" + +#: models.py:48 models.py:49 models.py:57 views.py:468 views.py:514 +msgid "metadata set" +msgstr "" + +#: models.py:65 +msgid "metadata set item" +msgstr "" + +#: models.py:66 +msgid "metadata set items" +msgstr "" + +#: models.py:74 +msgid "document" +msgstr "" + +#: models.py:75 +msgid "type" +msgstr "" + +#: models.py:76 views.py:304 +msgid "value" +msgstr "" + +#: models.py:82 models.py:83 +msgid "document metadata" +msgstr "" + +#: models.py:91 views.py:599 +msgid "document type" +msgstr "" + +#: models.py:92 +msgid "default metadata sets" +msgstr "" + +#: models.py:99 +msgid "document type defaults" +msgstr "" + +#: models.py:100 +msgid "document types defaults" +msgstr "" + +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "" + +#: permissions.py:17 +msgid "View metadata types" +msgstr "" + +#: permissions.py:19 +msgid "Edit metadata sets" +msgstr "" + +#: permissions.py:20 +msgid "Create new metadata sets" +msgstr "" + +#: permissions.py:21 +msgid "Delete metadata sets" +msgstr "" + +#: permissions.py:22 +msgid "View metadata sets" +msgstr "" + +#: views.py:41 views.py:204 +msgid "The selected document doesn't have any metadata." +msgstr "" + +#: views.py:52 views.py:144 views.py:216 +msgid "Must provide at least one document." +msgstr "" + +#: views.py:87 views.py:251 +#, python-format +msgid "Error deleting document indexes; %s" +msgstr "" + +#: views.py:99 +#, python-format +msgid "Error editing metadata for document %(document)s; %(error)s." +msgstr "" + +#: views.py:102 +#, python-format +msgid "Metadata for document %s edited successfully." +msgstr "" + +#: views.py:107 views.py:268 +#, python-format +msgid "Error updating document indexes; %s" +msgstr "" + +#: views.py:109 views.py:270 +msgid "Document indexes updated successfully." +msgstr "" + +#: views.py:120 +#, python-format +msgid "Edit metadata for document: %s" +msgstr "" + +#: views.py:122 +#, python-format +msgid "Edit metadata for documents: %s" +msgstr "" + +#: views.py:161 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s successfully added to document " +"%(document)s." +msgstr "" + +#: views.py:164 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s already present in document %(document)s." +msgstr "" + +#: views.py:188 +#, python-format +msgid "Add metadata type to document: %s" +msgstr "" + +#: views.py:190 +#, python-format +msgid "Add metadata type to documents: %s" +msgstr "" + +#: views.py:259 +#, python-format +msgid "" +"Successfully remove metadata type: %(metadata_type)s from document: " +"%(document)s." +msgstr "" + +#: views.py:262 +#, python-format +msgid "" +"Error removing metadata type: %(metadata_type)s from document: %(document)s." +msgstr "" + +#: views.py:281 +#, python-format +msgid "Remove metadata types from document: %s" +msgstr "" + +#: views.py:283 +#, python-format +msgid "Remove metadata types from documents: %s" +msgstr "" + +#: views.py:302 +#, python-format +msgid "metadata for: %s" +msgstr "" + +#: views.py:320 +msgid "internal name" +msgstr "" + +#: views.py:341 +msgid "Metadata type edited successfully" +msgstr "" + +#: views.py:344 +#, python-format +msgid "Error editing metadata type; %s" +msgstr "" + +#: views.py:350 +#, python-format +msgid "edit metadata type: %s" +msgstr "" + +#: views.py:365 +msgid "Metadata type created successfully" +msgstr "" + +#: views.py:371 +msgid "create metadata type" +msgstr "" + +#: views.py:390 +#, python-format +msgid "Metadata type: %s deleted successfully." +msgstr "" + +#: views.py:392 +#, python-format +msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +msgstr "" + +#: views.py:403 +#, python-format +msgid "Are you sure you wish to delete the metadata type: %s?" +msgstr "" + +#: views.py:420 +msgid "members" +msgstr "" + +#: views.py:464 +#, python-format +msgid "non members of metadata set: %s" +msgstr "" + +#: views.py:465 +#, python-format +msgid "members of metadata set: %s" +msgstr "" + +#: views.py:480 +msgid "Metadata set created successfully" +msgstr "" + +#: views.py:486 +msgid "create metadata set" +msgstr "" + +#: views.py:505 +#, python-format +msgid "Metadata set: %s deleted successfully." +msgstr "" + +#: views.py:508 +#, python-format +msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +msgstr "" + +#: views.py:519 +#, python-format +msgid "Are you sure you wish to delete the metadata set: %s?" +msgstr "" + +#: views.py:538 views.py:556 +msgid "Metadata types" +msgstr "" + +#: views.py:594 +#, python-format +msgid "non members of document type: %s" +msgstr "" + +#: views.py:595 +#, python-format +msgid "members of document type: %s" +msgstr "" + +#: templates/metadata_set_help.html:3 +msgid "What are metadata sets?" +msgstr "" + +#: templates/metadata_set_help.html:4 +msgid "" +"A metadata set is a group of one or more metadata types. Metadata sets are " +"useful when creating new documents; selecing a metadata set automatically " +"attaches it's member metadata types to said document." +msgstr "" + +#: templates/metadata_type_help.html:3 +msgid "What are metadata types?" +msgstr "" + +#: templates/metadata_type_help.html:4 +msgid "" +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " +"name is the internal identifier with which it can be referenced to by other " +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." +msgstr "" diff --git a/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo b/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0a9ef4c88852241f85636f279b7de67f2953bfe2 GIT binary patch literal 691 zcmZ9K&2H2%5P$=eOKu>+iNkQ)74jz8w$Qp=)Y9Ebl{RJ7E^t9YZZb{0a_nF`-S*6x zBNr~b0k6Z2XJL|56fx45apuP}WBd2xjc)p&r(;&oV{rZ$Cide>3z+ksF1#FE=HNDB5Rzm z(%7hKb0g_ogDzaWU9uyKqV0lBg+~tKI2p6}6&r6tvduSNvUn?wDUhAvm2AuZ7nkfp zvcY%8ERBcsEc!R<8b^?Kynt>qCEI(7aVpjr2pGJ zhptw*P>mIe9UEIYven(Mn~e9MUrq)Zo=+edhQT3SJ;IeS7Ai#BUA^nAt~VFx`gegg K$KHSYCjJ15bILma literal 0 HcmV?d00001 diff --git a/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po b/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..155243a4b4 --- /dev/null +++ b/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,31 @@ +# 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 , 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-19 14:59+0000\n" +"Last-Translator: Lucas Weel \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" + +#: forms.py:14 +msgid "Multi item action" +msgstr "Actie voor meer items" + +#: widgets.py:48 +msgid "icon" +msgstr "icon" + +#: templatetags/navigation_tags.py:283 +msgid "Selected item actions:" +msgstr "Acties voor geselecteerde items:" diff --git a/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo b/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..48d42f8f0f8db3c5fef373c6f78922d85d9c202c GIT binary patch literal 5745 zcmb7{TWlOx8GuhAw81R}LP;st6WWrPcz1nC+H{>XP3$DS*lFrGr4l#I?wnnZcXnno zXT}?cA_TO&w-OQ(AW$E8KmrNz0D>n3FBK|MpLjtCR3Rb6MWPR=LPC81nal3li6KWm z`_1KC{`24F_wNtv`?{hn(?3i<`8K6I_?dnD(EjiarH;Wr!UcHn_Wb@yDED824fta? z3*Uem-gAdiN8xe!Ug$yol;!7s_ys8Mzf;`*8a}}NKj1XHXTMVKgO5VFUxTOM^YAhF zGk6;Q8y<&??_>_V3Pp~uLD}~wa2mb}-wxk|cf)_dd3gI&KJO9u4EGn|yWn@Boco7R z#=ikMn))X^0N;Wvq3*g9oxp=oB4G~QpgtFfuD00n0S$`RdJnK;8`z)08 zeJJxbAtq26lzCr-vd>FU*83)ub-oXOdmDCuqVJb^Dfam#d=lQqAkp6nya2xp#jjq4 zhvCupC^ZK!L(%7pQ1t!{_zCzucrSbnihlkC#Xt68)Q`hyD0*ChM_~sp!k3}!_Z#>W zJjmir*n%H~--h!1r;tCjk3-7*d!hKp5@aiN0e%ub2R{J63dP^P1x3!^!6o6{17}3MV~Dw=jcO;uNR@{@f9d~{Sg#<{2Zc6^(!cHz7A!bzZTs8{(Rm8P~=&F zvfm06Ke-IWj?WeMpMxT28;TrPi}%k%+5an0)_)0p4E_LW_!<Z`*B9u=K#cX z>OLs)PD6&Md3Yy$9Lj#{P}Xlj+(VtAmre96I+StJ9;S%eKJ9TyY~Z%Q>aVxurcs*K$D<-#zKB@^i}NgY-kiGlAGqd{3JA zur#qLDbxAp9rA!C{(Hh*&&#zKK$O zH8YuM>Id!3C;28cOmQQti8AH%EzYt3Yf@mnR(NZ|C8l;ug6$e#2({!z+W0}L;nPcN z#c2mgJTOTb7^{{xOuJ`wx?#rNcj813Oymbqx6+KQtEDVSM7cIa*G{?1rsHK{s+LQ= z2mbxM@Mm-s>oAVGCeh|vU{hvSV=CLsREG1hX}fK#?POuNeUq_aVmyC4pJVnOW7Bvr zF#e4P6)*SPQq<>HB6D-3bggNt1FOA47SkWo=uQyIX|ZEs`tg?0?YQ5M z^Qh{xx7RaPcapeYt)mCbvy4McQCe5)=31JM5V5aVqzp)0apWaLqO2T5J|lw;PM&mK zBC|8ZkJlfBdAwDL&bf|qw?^S%I!(OD61RO%R#eq|)kb@f&IXgxC|}ZL8uSgiX!V0M zHNL`V-nNe0iCmEzRq6B9MV>!)+={8nbW+YJ63q^&_Izu1EIYc#C8K;n@lPfBOgZmS zq1Q5@ioCv2QH-;=t2psZqKf>b3g^eelvA26h1hYcLyWlNnN?-@abYFVxzxvRJjexd zmt-21Yf+3?rCF73Wc^m;1)NK($nj;B~qvO zMQzz-?)lld`P%HmwfO}-cf7gqP;K_u>?{LoYi28u?RSrxJ<*(7I66z4S|J*1>*8;r zm&Qp`uViiV+^38Q^~rE^vp(eNv2LG(i&&2`A&;Tjy7Br=y_}`(4SnRIAt5Hjmv5)_ zk>WJN;jr$s6LicqcPQ*9y0MKxeyp1D`?gVrWg`kde{rQTJ+=D8>ba5f=IXOkOL^SY z*0%=)PfGAL2B8;3i@LqxCDx>;uB@N0ofwUC5oD6uxu_k>r?06`w1TvfzNy__Q-k|6MqS`uu!WJ?t0 zQOuXMe!~ewDr=NpTTYzOLlTnSGRZL5#NSPHdav0=Z^dDkPx>e|%1S2My$m6CV?lOE zo>5gGy+xZn(#1{oAIpbw-WeSaqQGQBB8B`TVj0BJUS6MwOgG&e*>@enME}Q%r}c7C zpBMrwKi<$JJw6B81Z*#7pk9cafee%wMieDJl*FOIc8o3Th7^3^I6lb$?;UAWEckd9 z_$=wZNSQ0bl!SC@dPC16F;$;xJt~y~!#9o?VHXx0n(IMVjrquoD>(R4n2!76jaHN9Vku?KbzY8>yv2v8)W)tse6I4sNuBYc)C(uP&gpKn11pc$M4}6-%urHw zA^T{f9b*v(>vxUVo|X#rP7*@NCB}8r!w!-^MZ^oHm1IE=6F9@PVv$oa zYgzW>3s62vH5IgFjTyI7i!FU5vPJELQRKW5>k>q!qwvfkC&_N(Uup`iqAEiv@qna3 zNg7FA6+|BA-H0=4C@;ok|32BqbjnzzUoCW|5#;F8hPBcNEe($N~@6PsbY;*5n1xE zJe91CmYqD;4W%YdU%m^2O$?h4aPE{3sNPqS?OdQRTlGB&_!3LVM@6Yd, 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 \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 "" diff --git a/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo b/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ba9a43d5da80629e62db409d314f7c0e9d5bc5cd GIT binary patch literal 523 zcmYLF%Wm5+5KPgYbnLl@Es%qac1_B55r?UZx{(YRkQ~ESdMy}Pm~5W>7iTGD1q}s_t%->xLL@xslqCrq3nP+D_PD zbCcn<5#0H*7;z^UjA=MVdV%8!gx}cY0_l`eFT|~QkbV1;E<}2X6AE<7rr{Ur5hUC? z%nVny=1v<1%iAP@^&*Yodz>y-$nybPN zVesF_e!m~NzNowxj|V&LaVwUzM?)xz#uA@)C`nZPXPuB?kgn4Bw6<_WgKMpvP=3az z)|++W(UG?1Qe8n_abty>-)2jkopgQMdtoqExh|wC8O-jadz+rYp;xe}JHu;SYSUQ% W)*h~QKE8ruI3FnZJcn=?oc#kT8k-{k literal 0 HcmV?d00001 diff --git a/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po b/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2394a6bc2e --- /dev/null +++ b/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,204 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2011-09-30 04:41+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: __init__.py:17 models.py:209 views.py:40 +msgid "roles" +msgstr "" + +#: __init__.py:18 +msgid "create new role" +msgstr "" + +#: __init__.py:19 +msgid "edit" +msgstr "" + +#: __init__.py:20 +msgid "members" +msgstr "" + +#: __init__.py:21 +msgid "role permissions" +msgstr "" + +#: __init__.py:22 +msgid "delete" +msgstr "" + +#: __init__.py:24 +msgid "grant" +msgstr "" + +#: __init__.py:25 +msgid "revoke" +msgstr "" + +#: models.py:51 +msgid "Insufficient permissions." +msgstr "" + +#: models.py:123 views.py:60 +msgid "namespace" +msgstr "" + +#: models.py:124 views.py:61 +msgid "name" +msgstr "" + +#: models.py:131 models.py:187 views.py:152 views.py:215 +msgid "permission" +msgstr "" + +#: models.py:132 views.py:57 views.py:154 views.py:217 +msgid "permissions" +msgstr "" + +#: models.py:195 +msgid "permission holder" +msgstr "" + +#: models.py:196 +msgid "permission holders" +msgstr "" + +#: models.py:204 +msgid "label" +msgstr "" + +#: models.py:208 models.py:239 views.py:76 views.py:93 views.py:117 +#: views.py:334 +msgid "role" +msgstr "" + +#: models.py:255 +msgid "role member" +msgstr "" + +#: models.py:256 +msgid "role members" +msgstr "" + +#: permissions.py:7 +msgid "Permissions" +msgstr "" + +#: permissions.py:9 +msgid "View roles" +msgstr "" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "" + +#: permissions.py:11 +msgid "Create roles" +msgstr "" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "" + +#: views.py:63 +msgid "has permission" +msgstr "" + +#: views.py:149 views.py:212 +msgid " and " +msgstr "" + +#: views.py:149 views.py:212 +#, python-format +msgid "%(permissions)s to %(requester)s" +msgstr "" + +#: views.py:159 +#, python-format +msgid "Permission \"%(permission)s\" granted to: %(requester)s." +msgstr "" + +#: views.py:162 +#, python-format +msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +msgstr "" + +#: views.py:173 +#, python-format +msgid "" +"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +msgstr "" + +#: views.py:222 +#, python-format +msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +msgstr "" + +#: views.py:225 +#, python-format +msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +msgstr "" + +#: views.py:236 +#, python-format +msgid "" +"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" +msgstr "" + +#: views.py:271 views.py:295 +msgid "Users" +msgstr "" + +#: views.py:274 views.py:298 +msgid "Groups" +msgstr "" + +#: views.py:277 views.py:301 +msgid "Special" +msgstr "" + +#: views.py:330 +#, python-format +msgid "non members of role: %s" +msgstr "" + +#: views.py:331 +#, python-format +msgid "members of role: %s" +msgstr "" + +#: widgets.py:16 +msgid "Revoke" +msgstr "" + +#: widgets.py:21 +msgid "Grant" +msgstr "" + +#: conf/settings.py:10 +msgid "" +"A list of existing roles that are automatically assigned to newly created " +"users" +msgstr "" diff --git a/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.mo b/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2ca4fffd33ff9b2d7e8c64bbfe6bb8c1fa81a06f GIT binary patch literal 523 zcmYLFU2oGc6di)6Jo3!LMdG0q+}cTt)_D|BmQ<>gl&Z~mMPA}1Mu{ES4&8nTKWu+s zzXhj7>yeIpZJ+yb?(^F>e=j^v=!Pe;CqHwq_@ux6W zYQ-Sqk6b|#XZv6$I&B7oVF+wWo>i%w0=$065xslqCcE}~t+FsaT z`yW|<}MCCQfS^xHCycgcSL)k{^?^GaYYc*`K}T~WhmBU~*^!&Pa= zF#7M~a5zldP*mQFhohbDv=vLblOYskYl%-gmL#hAwMof1$kthMURyY!!Hrf W>yB5uh_2xjE=CI8FCZKT7yke&MVll5 literal 0 HcmV?d00001 diff --git a/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po b/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b81f489412 --- /dev/null +++ b/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,26 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2011-09-30 04:42+0000\n" +"Last-Translator: FULL NAME \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:5 +msgid "setup" +msgstr "" + +#: views.py:15 +msgid "setup items" +msgstr "" diff --git a/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.mo b/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ba9a43d5da80629e62db409d314f7c0e9d5bc5cd GIT binary patch literal 523 zcmYLF%Wm5+5KPgYbnLl@Es%qac1_B55r?UZx{(YRkQ~ESdMy}Pm~5W>7iTGD1q}s_t%->xLL@xslqCrq3nP+D_PD zbCcn<5#0H*7;z^UjA=MVdV%8!gx}cY0_l`eFT|~QkbV1;E<}2X6AE<7rr{Ur5hUC? z%nVny=1v<1%iAP@^&*Yodz>y-$nybPN zVesF_e!m~NzNowxj|V&LaVwUzM?)xz#uA@)C`nZPXPuB?kgn4Bw6<_WgKMpvP=3az z)|++W(UG?1Qe8n_abty>-)2jkopgQMdtoqExh|wC8O-jadz+rYp;xe}JHu;SYSUQ% W)*h~QKE8ruI3FnZJcn=?oc#kT8k-{k literal 0 HcmV?d00001 diff --git a/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po b/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2e411a82be --- /dev/null +++ b/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +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:37-0400\n" +"PO-Revision-Date: 2011-09-30 04:41+0000\n" +"Last-Translator: FULL NAME \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:5 views.py:15 +msgid "tools" +msgstr "" diff --git a/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.mo b/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1d2c91688cc2c106889234f0e3355625a46c16b2 GIT binary patch literal 523 zcmY*VT~FIE6lH>^Jo3!LowSEm=O9?53t-7aCt{S41VOl6nnm(5ZV>)iU z)qRF{nltOlV#F+`5c)xg{usjx2)@vZG5VLj?}WJKzeL~uKiw4uV+cbUTz~c*yo4Ex znP$?|%qmS`{*WZFoTV{*jnmm8`8JE9b-dZ!I;ku>R&vZZYbZpW%_|rzxvjXanJml@ z2CqK0+wI8qMa47U?d`OOtr*fC3?VNXLtNUvB$4%xWkQBtx=7>qwFM*JyHnC~>1KRs zomtCwmb5h!@&@vXX~XUGA)DjmUDvmL<{D#}t3t?\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" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo b/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0fb792a678117b545bf54b5e7997ceaafc648b3e GIT binary patch literal 676 zcmZ9JOK;Oa5XToN4_R>G%wf4DLL1v@s|J^#s!b|YN=j4$9MROCIGe6_t=)Cf9=L;>N5qHQt>0(ThqV7fdXMx6DY-F{CQlt(+nrVz%Wwge@=Qa4%%S&E=Z>vG zRmf)6tT6TBBolAZI%#ymr*H+Dk4Mwj!5NmudNFmm%*0`pJ25v2UwU6AVVFz5tj>F> zDMD);SZQon)Uly-u0j{gUd_dkMevkXjKE{U`%&B%(VpmU^LRJe-V@PI6p^Di!?mo- z|K}G!=kZRmJ9rk61ru;y%q?iAz#E(JNtJ@*?+_J#p;oKjhE@l80aDe^dPxB~uOLS; zM<^0Ls(iZSom2EnvZwoYf^?3%EqdjVR=~YQBd%W~vsX*#|o-V=C1cq, 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:37-0400\n" +"PO-Revision-Date: 2012-07-19 14:58+0000\n" +"Last-Translator: Lucas Weel \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:9 views.py:28 +msgid "settings" +msgstr "instellingen" + +#: views.py:33 +msgid "name" +msgstr "naam" + +#: views.py:34 +msgid "default" +msgstr "verstekwaarde" + +#: views.py:35 +msgid "value" +msgstr "waarde" diff --git a/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo b/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f7d5322773988058bf0f8bea0ccce8263778655b GIT binary patch literal 10368 zcmbuEUyL2sUB^%Aqz-OVNFl{(DV;iXcQ^69YdcQttmDL9?>ctuwVim^CT^N^_TIC1 zXZPNj+nKq0y+M#7RZ1=KQmR6D0i{*31PJ;74^#*$6!AxjPzyno5aOZYU#s+iKN2zz zh|l-TpF4ARw+`yaXFqpl&Y$1;{X6H3|M7!&f7x&iDL+GbdzUd^g}=O;KU{nF81r8E zAUps)_$*w2)9`h8FZ@gRB>Xn~2>ihNjQJ>h7*4{o@B#Q)_!ICosCKWzpN4P1WAKmQ z-S9u4>isu-3f}vEWA1^^K=rc#)vg8agFg>{3f_e3_cx%%y#*hH-+~SJeJHv2(r5yn zg?nKis=u31_&`uQ_> z0R9uyJnz3hlk*8Ey}Slb!mqu?svkg1qIgh$|;5L27mP~+bH zlbL=Wg8R9D4jzU>D1H1kRQs<(nwUR@KL-CM=RZLC*}p*knIG^+{oaL9KL$N0y`6-p z#LPqKZwbmDJ`HgdlR(vbHRtD{{NW~)9KQl3$Lmn-Z{_#D52epPf$Hxq_#yaRD0yx} z{+auDDLMB+wV#6O?+}z+C!ywb8EU-i`TNi0?;|L^z6zzkUxTveSD@_l7L+~y3(9^E zB82pH2FlJaK*_lRHLnzEykE%q8vM>(_!E?z0nU98_MwGuz*BHHK_Pk1!3FpN)VQ~x z#(fJOhqoc3n8$EN$#EWP+?OD)Ob04He+g>5Z$kC^7w{zfPX2r^PK`+BV^Hz-IMjSD zL8_P+q4YU~N8qdQ82kfx2L1q^hersOdH6Z_DExD{5B?8S`;U@zG@t!Yev`oG;Fln& z&HOVw4ZjCluz{0FpI?Ns*Kfim{2J6aZ^Ie*VLH?MC8%*e1rf=#pzQW4RQ%k6G%oQ2D<4-dh=g%;k!q<;>s!&&$y zJOy_@l=;^=c#eA?k^;={KEZ! zxBH>|?qJRtsP}V_AF%JLmsG`Pr^dW_&-? zJRX43|0f|PG)*XdU&!y*;a=`va$L{vJ5c>?z`Niy z1y^=`N3eRy-=E4Kr0{C~`wEn-ic{(Q1O+#7muy{J9zWz;^2<+AP_bd!?s_h#ut*6j z_sUc9EnUx0dX&#nG|%f4T+hUm$0(Xh^;+TPMam$5C>@>5f1iU3lzGbO{Mk6<6Vh*S z9pT3dlrxlzls@HUimo-vlayuMRIdB;-|d_mIoF|VA^(uiEKxcXU9z?O4Kun+HatcN zDDt}&Ws0(kqIKsue6!|D7HlLx$4?azipRH1Kbtw;1j#3U#bUi|O ziE^28o}zd^Owpy7yheG5l2B$T%18H7o~2x(yq7XZ*-d$Z@;F78rN}pRk)GW8rr*!& z57$}!In^Edn~6CUdO<4+y)^PRf@I)#yPIA+NYWte41#3UOIL%$OQJ#CvQ2X;w%%qm z@RC9PW9X_xUfXtUYV&$t8v9|g62(0~4d{B`{>l22sbt?ByGmD!?q{();bU7sZ|p{pGHj_N>>AT7#Yq(_F5kX->!1N6yd= zx4f*r%jWAvD_*+Uw-TWGwmun;iRJ@j6$f#wG0VZ#g*lx+?b+0C`>Ai{__ORM*34z9 zE30Q?C&hE=VI^Qj{z__N4`ZzQiMMQRh!t8bnzz*HV8fdEc2JpEA*p*>SBlfbe6OEwdi^*Ek=)Gd zujhLkem7|A?*NCI4>xQ#LO=6yj2c@qkL1Y>Q1A4(?67Uc${Xj2l`e3;tTUVrsV1!k znkxDkuf1i!vHBJTR65^Mz38`IFB9)Z-w)efE9&)QtY+Iz>4`amaorzp5LRB+jH`x) zfj!J0gzaD>XcMhjC(XQr+y};NrxCm%&B7?f0F^=HSQV42=TtT6FY2~2+F2WPR@2N{ z3bJME^?fHiH*!r<2M#66F8i%@8{&WG^aT4NrI%PLv=eW*YRMRCF!a;bDlwz(=__58 zOSe`njnN1`P>oFlxoFd26t8=2=YSV2eeUCMiwTLB^sU(_9QHdbVCSR*ERwEO1 zyBe$Hr7rGcZ?tS*OMTYTWudK!W`a16!qj)sB3TKsw1niA$SF z<+Pe9{kXMCBETK5trA^Mv$I`Np8Mt2v~08E9G6-_o7Co3xp$j4uSIdUZM2P13e4v2 zZtEUx%K4h*LI9IlF-N{t$n0hct!}@j-r;p(6wB^Ub&r#0Hj`OVc|P|rC3I6s?nZgv zXoG27Iz=HSinX#t1LvCkIMN=*uqJL`rGnn7TX@Rbq10)xs7sxNJ7;Uuwoj9ya&^7g z?im$b&dtH?Snsvl#H6c(-g4*%U6TeWEBBaj>bF#{ZG{u9a4twjxy0o0<&PY*wl&Md z%NiAt)s0%Lucc+P`feKadUB*<@%w*N%BQ?_tM8I zTWRB5yKyz!iq3co{-z&#^K%PV_B?O2$wKrajKq z%8yxdPb@8-X&f8Xb8czl#yoq@Hp|D1cWgOGOX+7kH`boZ-9hYk8)q;k3rE;@x5^0X|UEd^BhcwcMcdFFWUAMc1bZeI$KI-9KP5PVt2ND?0~|i znbl!w;E{h{vFrTZz!Nwj@rVsl;o`23YAj*c1KS=fy`c?R^%w`oA0iP6=!cJzpOiF& zqUXT2Jv?o$#=hV2I(9i81juQwaBgd*7Kz8sqMCQ5&k%*A5u0Bmifo5FR%B8p_b9<% zryJxu<%d0fqbR1Y!(ABI!LY7?dL>t(Hj-;w9$0tkv8F{tVy&x+>k`P>LC_95qtO#; zrKWf~Q5<3?MyFUpIa7A6Gv;naZ&+s8GLv69&4fAy%fb^``kTmivKtZSh6J&?X%q$Q zozHMQ>~EIGS6NBD&gB}$$Vq@^(VE{T^#F=Xv)Nw#&l zb0evt>8W1NcC+}^R=I3g@%`G|6f#*_=Qupx!DMkZ-nJVTmlZYD<-T)Ynf0aZ+{+6E zY>n;l&Nw6&YFu{q+NOuCZI*(x@2_jL4yRB~-9e9N#Xh+Y;zhHWHx^79ZkuP>F}qJI za+*Pqb}ap*d|8qQ6{~fZ-RsILE|q8plc37SsYK!qmY&_mE)lLZFBjS@NRDHvNF-KKjdDlY{3;hBxEhW;{uJ3 zP-eqY^fGgdFD$ju%6{`W&J)0Ro6%y#X}+3cqCTG1Wd}*1l4OcceJ=8KXdcTiTjr4s zM9wI^sH&>%gt}86x>T1)8Ow(3TQ;HryM!X0Hu+eHX8FoUaFBaC*;>qQNDau5?8?|U zj1*t0Q!~~2O~%p|XxtEq3%6R2TP8ie-y2^V-(?qhVzJ@GRw0(cANsjt$2?wL1vJw! zn-+2 zS+cE;lVh}fowe)bR!QqtZJVIM&)Wf;cg)8K*=G@TuUv?`<_oJrwOp7ew6#)}HBE-HtweSPRj9NrXy=Okpx>qlyuG(rSliNkO`OH3W=P7D?^tyEKVL-Hst$F^#hI+ zTJ*4ei`pi~4U+r8yRBZ8Df6IYYtz~&rcgR-ru)yJ;yyPhUwQPAXV8_SRc}z{=yT8i E0W_J)Z2$lO literal 0 HcmV?d00001 diff --git a/apps/sources/locale/nl_NL/LC_MESSAGES/django.po b/apps/sources/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..49a1040c9c --- /dev/null +++ b/apps/sources/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,529 @@ +# 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 , 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:37-0400\n" +"PO-Revision-Date: 2012-07-19 14:58+0000\n" +"Last-Translator: Lucas Weel \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:20 +msgid "preview" +msgstr "preview" + +#: __init__.py:21 __init__.py:29 __init__.py:35 +msgid "delete" +msgstr "verwijder" + +#: __init__.py:23 +msgid "sources" +msgstr "bronnen" + +#: __init__.py:24 literals.py:53 models.py:203 +msgid "web forms" +msgstr "webformulieren" + +#: __init__.py:25 models.py:174 +msgid "staging folders" +msgstr "tijdelijke mappen" + +#: __init__.py:26 models.py:238 +msgid "watch folders" +msgstr "controlemappen" + +#: __init__.py:28 __init__.py:34 +msgid "edit" +msgstr "bewerk" + +#: __init__.py:30 +msgid "add new source" +msgstr "toevoegen van nieuwe bron" + +#: __init__.py:32 +msgid "transformations" +msgstr "transformaties" + +#: __init__.py:33 +msgid "add transformation" +msgstr "toevoegen transformatie" + +#: __init__.py:37 +msgid "Document sources" +msgstr "Documentbronnen" + +#: __init__.py:39 +msgid "upload new version" +msgstr "'upload' nieuwe versie" + +#: __init__.py:69 widgets.py:39 +msgid "thumbnail" +msgstr "thumbnail" + +#: forms.py:34 forms.py:59 +msgid "Expand compressed files" +msgstr "Uitpakken gecomprimeerde bestanden" + +#: forms.py:35 forms.py:60 +msgid "Upload a compressed file's contained files as individual documents" +msgstr "Upload een gecomprimeerd archief van bestanden als individuele documenten" + +#: forms.py:43 +msgid "Staging file" +msgstr "Tijdelijk bestand" + +#: forms.py:50 +msgid "File" +msgstr "Bestand" + +#: literals.py:8 literals.py:13 +msgid "Always" +msgstr "Altijd" + +#: literals.py:9 literals.py:14 +msgid "Never" +msgstr "Nooit" + +#: literals.py:15 +msgid "Ask user" +msgstr "Vraag gebruiker" + +#: literals.py:30 +msgid "Disk" +msgstr "Floppy" + +#: literals.py:31 +msgid "Database" +msgstr "Database" + +#: literals.py:32 +msgid "Drive" +msgstr "Schijf" + +#: literals.py:33 +msgid "Network drive" +msgstr "Netwerkschijf" + +#: literals.py:34 +msgid "User drive" +msgstr "Schijf van gebruiker" + +#: literals.py:35 +msgid "Envelope" +msgstr "Envelop" + +#: literals.py:36 +msgid "Folder" +msgstr "Map" + +#: literals.py:37 +msgid "World" +msgstr "Wereld" + +#: literals.py:38 +msgid "Printer" +msgstr "Printer" + +#: literals.py:39 +msgid "Empty printer" +msgstr "Leeg printer" + +#: literals.py:47 models.py:202 +msgid "web form" +msgstr "webformulier" + +#: literals.py:48 +msgid "server staging folder" +msgstr "server voor tijdelijke mappen" + +#: literals.py:49 +msgid "server watch folder" +msgstr "server voor controlemap" + +#: literals.py:54 +msgid "server staging folders" +msgstr "server tijdelijke mappen" + +#: literals.py:55 +msgid "server watch folders" +msgstr "server voor controlemappen" + +#: models.py:35 +msgid "title" +msgstr "titel" + +#: models.py:36 +msgid "enabled" +msgstr "ingeschakeld" + +#: models.py:37 +msgid "whitelist" +msgstr "whitelist" + +#: models.py:38 +msgid "blacklist" +msgstr "blacklist" + +#: models.py:142 +msgid "icon" +msgstr "icon" + +#: models.py:142 +msgid "An icon to visually distinguish this source." +msgstr "Een icoon om deze bron visueel te onderscheiden." + +#: models.py:158 models.py:210 +msgid "folder path" +msgstr "pad naar map" + +#: models.py:158 models.py:210 +msgid "Server side filesystem path." +msgstr "pad naar filesysteem server" + +#: models.py:159 +msgid "preview width" +msgstr "breedte van preview afbeelding" + +#: models.py:159 +msgid "Width value to be passed to the converter backend." +msgstr "Breedte waarde die moet worden doorgegeven aan de converter backend." + +#: models.py:160 +msgid "preview height" +msgstr "hoogte van preview afbeelding" + +#: models.py:160 +msgid "Height value to be passed to the converter backend." +msgstr "Hoogte waarde die moet worden doorgegeven aan de converter backend." + +#: models.py:161 models.py:198 models.py:211 +msgid "uncompress" +msgstr "uitpakken" + +#: models.py:161 models.py:198 models.py:211 +msgid "Whether to expand or not compressed archives." +msgstr "Keuze om te expanderen of uitpakken van archief. (TODO: review this)" + +#: models.py:162 models.py:212 +msgid "delete after upload" +msgstr "verwijderen na 'upload'" + +#: models.py:162 models.py:212 +msgid "Delete the file after is has been successfully uploaded." +msgstr "Verwijder het bestand nadat de 'upload' succesvol is voltooid." + +#: models.py:173 +msgid "staging folder" +msgstr "tijdelijke map" + +#: models.py:213 +msgid "interval" +msgstr "interval" + +#: models.py:213 +msgid "" +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "Controle periode (in seconden) waarop in het controle pad wordt gecontroleerd op nieuwe documenten." + +#: models.py:237 +msgid "watch folder" +msgstr "controle folder" + +#: models.py:242 +msgid "Enter a valid value." +msgstr "Voer een valide waarde in." + +#: models.py:270 views.py:595 +msgid "order" +msgstr "volgorde" + +#: models.py:271 views.py:596 views.py:633 views.py:663 +msgid "transformation" +msgstr "transformeren" + +#: models.py:272 views.py:597 +msgid "arguments" +msgstr "argumenten" + +#: models.py:272 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Gebruik woordenboeken om argumenten te identificeren. Bijvoorbeeld: %s" + +#: models.py:283 +msgid "document source transformation" +msgstr "transformatie van het bron document" + +#: models.py:284 +msgid "document source transformations" +msgstr "transformaties van het bron document" + +#: models.py:291 models.py:292 +msgid "out of process" +msgstr "'out of process'" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "Bron instellen" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "Bekijk bestaande documentbronnen" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "Bewerk documentbronnen" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "Verwijder documentbronnen" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "Aanmaken van een nieuwe documentbron" + +#: staging.py:45 +#, python-format +msgid "Unable get list of staging files: %s" +msgstr "Het is niet mogelijk om een lijst met tijdelijke bestanden aan te maken. Foutmelding: %s" + +#: staging.py:128 +#, python-format +msgid "Unable to upload staging file: %s" +msgstr "Niet mogelijk om tijdelijk bestand te 'uploaden'. Foutmelding: %s" + +#: staging.py:138 +#, python-format +msgid "Unable to delete staging file: %s" +msgstr "Niet mogelijk om tijdelijk bestand te verwijderen. Foutmelding: %s" + +#: utils.py:40 +msgid "Whitelist Blacklist validation error." +msgstr "'Whitelist', 'Blacklist' validatie fout." + +#: views.py:100 +msgid "here" +msgstr "hier" + +#: views.py:105 +msgid "Upload sources" +msgstr "'Upload' bronnen" + +#: views.py:107 +msgid "" +"No interactive document sources have been defined or none have been enabled." +msgstr "Er zijn geen documentbronnen gedefinieerd of ingeschakeld." + +#: views.py:108 +#, python-format +msgid "Click %(setup_link)s to add or enable some document sources." +msgstr "Selecteer %(setup_link)s om documentbronnen toe te voegen of in te schakelen." + +#: views.py:165 +msgid "New document version uploaded successfully." +msgstr "'Upload' van nieuwe document versie succesvol." + +#: views.py:169 +msgid "File uploaded successfully." +msgstr "'Upload' van bestand succesvol." + +#: views.py:172 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "Bestands-archief succesvol uitgepakt en ge-upload als afzonderlijke besanden." + +#: views.py:175 +msgid "File was not a compressed file, uploaded as it was." +msgstr "Bestand was geen gecomprimeerd archief. Bestand is in orginele formaat ge-upload." + +#: views.py:179 views.py:260 +msgid "New version uploads are not allowed for this document." +msgstr "'uploads' van nieuwe versies voor dit document, zijn niet toegestaan." + +#: views.py:183 views.py:264 +#, python-format +msgid "Unhandled exception: %s" +msgstr "Unhandled exception: %s" + +#: views.py:192 +#, python-format +msgid "upload a new version from source: %s" +msgstr "'upload' een nieuwe versie van bestandbron: %s" + +#: views.py:194 +#, python-format +msgid "upload a local document from source: %s" +msgstr "'upload' een locaal document van documentbron: %s" + +#: views.py:240 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "Documentversie van tijdelijk bestand: %s, succesvol ge-'upload'." + +#: views.py:243 +#, python-format +msgid "Staging file: %s, uploaded successfully." +msgstr "'Upload' van tijdelijk bestand: %s, is succesvol." + +#: views.py:246 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Tijdelijk archiefbestand: %s, succesvol ge-'upload, uitgepakt en opgeslagen als individuele files." + +#: views.py:249 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "Tijdelijk archiefbestand: %s, was geen gecomprimeerd archief. Opgeslagen als een enkelvoudig bestand." + +#: views.py:254 +#, python-format +msgid "Staging file: %s, deleted successfully." +msgstr "Tijdelijke bestand: %s, succesvol verwijderd." + +#: views.py:279 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "'upload' een nieuwe versie van tijdelijke bestandsbron: %s" + +#: views.py:281 +#, python-format +msgid "upload a document from staging source: %s" +msgstr "'upload' een document van tijdelijke bron: %s" + +#: views.py:294 +msgid "files in staging path" +msgstr "bestanden in tijdelijk pad" + +#: views.py:326 +msgid "Current document type" +msgstr "Huidige documentsoort" + +#: views.py:327 +msgid "None" +msgstr "Niets" + +#: views.py:334 +msgid "Current metadata" +msgstr "Huidige 'metadata'" + +#: views.py:372 views.py:391 +#, python-format +msgid "Staging file transformation error: %(error)s" +msgstr "Transformatie fout in tijdelijk bestand. Foutmelding: %(error)s" + +#: views.py:414 +msgid "Staging file delete successfully." +msgstr "Tijdelijk bestand succesvol verwijderd." + +#: views.py:416 +#, python-format +msgid "Staging file delete error; %s." +msgstr "Fout bij het verwijderen van tijdelijk bestand. Foutmelding: %s." + +#: views.py:476 +msgid "Source edited successfully" +msgstr "Documentbron succesvol bewerkt" + +#: views.py:479 +#, python-format +msgid "Error editing source; %s" +msgstr "Fout bij bewerken van documentbron. Foutmelding: %s" + +#: views.py:484 +#, python-format +msgid "edit source: %s" +msgstr "bewerk documentbron: %s" + +#: views.py:489 views.py:529 views.py:591 views.py:632 views.py:662 +#: views.py:705 +msgid "source" +msgstr "documentbron" + +#: views.py:518 +#, python-format +msgid "Source \"%s\" deleted successfully." +msgstr "Documentbron \"%s\" succesvol verwijderd." + +#: views.py:520 +#, python-format +msgid "Error deleting source \"%(source)s\": %(error)s" +msgstr "Fout bij verwijderen documentbron \"%(source)s\". Foutmelding: %(error)s" + +#: views.py:527 +#, python-format +msgid "Are you sure you wish to delete the source: %s?" +msgstr "Bent u er zeker van dat u documentbron: %s, wenst te verwijderen?" + +#: views.py:559 +msgid "Source created successfully" +msgstr "Documentbron succesvol aangemaakt" + +#: views.py:562 +#, python-format +msgid "Error creating source; %s" +msgstr "Fout bij het aanmaken van documentbron. Foutmelding: %s." + +#: views.py:567 +#, python-format +msgid "Create new source of type: %s" +msgstr "Aanmaken van nieuw documentbron van type: %s" + +#: views.py:589 +#, python-format +msgid "transformations for: %s" +msgstr "transformaties voor: %s" + +#: views.py:619 +msgid "Source transformation edited successfully" +msgstr "Documentbron transformatie succesvol bewerkt." + +#: views.py:622 +#, python-format +msgid "Error editing source transformation; %s" +msgstr "Fout bij het bewerken van documentbron transformatie. Foutmelding: %s" + +#: views.py:627 +#, python-format +msgid "Edit transformation: %s" +msgstr "Bewerk transformatie: %s" + +#: views.py:650 +msgid "Source transformation deleted successfully." +msgstr "Documentbron transformatie succesvol verwijderd." + +#: views.py:652 +#, python-format +msgid "Error deleting source transformation; %(error)s" +msgstr "Fout bij verwijderen van documentbron transformatie. Foutmelding: %(error)s" + +#: views.py:665 +#, python-format +msgid "" +"Are you sure you wish to delete source transformation \"%(transformation)s\"" +msgstr "Bent u er zeker van dat u de documentbron transformatie: , \"%(transformation)s\" wenst te verwijderen." + +#: views.py:695 +msgid "Source transformation created successfully" +msgstr "Documentbron transformatie succesvol aangemaakt." + +#: views.py:698 +#, python-format +msgid "Error creating source transformation; %s" +msgstr "Fout bij het aanmaken van document transformatie: %s" + +#: views.py:707 +#, python-format +msgid "Create new transformation for source: %s" +msgstr "Aanmaken van een nieuwe transformatie voor documentbron: %s" diff --git a/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo b/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..94a57dfd44970fa0d269e97a58f5c52961cdbd05 GIT binary patch literal 3696 zcmb7_O^hW)9l&dKRd|3PUm~a!qvOo5+waZCvb#JS*PV~Wm6>H(XTc8=QuDgzy`Jfh zM_2c}9lRL5856m9FeY;G1c`_T4<7Vpq6QDf#G9CSFfoxBLITl?zkhZ2o43dWtaSCS ztGeo6|F8b{Uv5AC14TPS|0MlS$CSDVzxP3Iw4WVUic7u1?GE@0coO~&2Jo$VJpG|+ zdn&-UwfZGw^MAGt?ihK!h4~}TY_@lS@;>a0$Hkd zU<)SjWAGY8RrOu?QTTlQ{sk!OUxfF;SD?s!6^dPdgk0)1ZnEz0Q1pHs-T>c#BJV%& zHrQfP_T2|X&TKsnp!l^5|4aeo3UaCAC@b=AgEGDwVv3rA)9^tk@-9QM|7tyc z8a}|-z>mZ4z`Nm(YW^JF#rU^S^mwi2zo5uDc1xwt4e&w6_dq#kwVwYHlzjgx6#Ytg zC;TS#@q?o83sCHS35wj`z}w-gQ1arhHU9xc&YMv5`8Sljx(Q(-_kJk;IR!<|T0MTO ze*XBF7>(cDJb8DH1VA@iBZ$UFA~$!^aZ;3J)n!9NJsyD1J#jR z-6V$cT}W<9d_Fm^(HZ9co-0Fj@)UK=_ zMv)u%6*jho)y05r`dvNk&b{Bo?mbrLHp%wiujuO+H=>Ke^ib3E-J~^6t;D5Ot67}o z+;bDF)!Z7)NbSh4R;vdlRcp0vY*%ZwCv@briCG;U$jZJAwQ+iC+D)nTFe<9u>v^8# zI+X2EiX(C6)buQvb5j^SYvui%Q;+7>roq>29A_i-*ud;XY9s0o3g!>grs?B(qc%%d z=wY7iN1@fG(6Kd4WT|&}TU|1VRgdQ;?OS!lhV;s7V)IU(CF2-6wdM72Q%DiNpt>u2 zJ?q>~8OI0h!}nhEqhD9Pez)C?XY94e6|R!l^R8`HPaIVaLwx?fFPwTZYU1!z6vuko z>gGsqkzuaMOb)62R~aSFR)>#-U9wE|e5@-~nkcJ!C_5^P)mW+?MFojdWpx!^OL&#s zyi(&Aj&0UnGUA<{YQoX*m`IXicJIwMT*mV6U3|7j%3%0O(P!z*%r_;xja=YEj zl1`pElSf(JNn~#)a;~(lb@}nFz<&UU4c3TBS1-;lEC%yug2g4h@KAT@OfY|Hex8NF z6-<`n-?47tVOh6$`ouh~wLyjkTjZpRO(7O-ls&$Zr>u?j=i}Yo_K2r1_7fAuqShDK zkoHURJ=n4)>FTwz;Io~*WC=hXn>2KDdbYM^G#a%F5gqN=Yu+f_B))N-VP#fe!^Cyi z=0$eW_?b%^ow?TL#m)6Y=Pk77TdP@G@QDRm2SZFQ?6smZj7^k2qI(0AJ6kMY-MSE* zJzOWp?$|t7PkUL&m)+H8x1(aLeOLRlT9@OJni5>d@`OT^4*k$AFFvBH$K}~nKd`J9 z=2}(3-7woYrpXPpf=;^BHrLPDJ?{HNneRB3Rb8Kp=&JW^K8kijo7?o*l~ZbSuPfV0CciStK@;n~^=47MW32b}d&Q1yF2emAr!HhA z=SI7FV2eq2`@_dhsmpp>%ksp=RbCv{_)7hLo?%u~;>DnT9__kuk-w^wj8l>*jS_=; z{1+-Uv@z*6F(!yo>rLWo{VugW%fiZW&MVZUk2t6C0!LP^75hX|-)`qr{-QlOKVBXl zIlV^J^A=N!U19hOnYdZ(#iI0HQ494GLrOrsg5Ry(i*_eG`*kdotfr9LiLmQYmWPx2 zqtK(otCm}2c0aQ?LLK_#FcxB-FP(cnYZz6T;5Bo=naBPI2%b$*$BlQb!9kgM5rbQCw(w6S^XQlJXeV& N(pmk3co%t2{TIcYq2B-i literal 0 HcmV?d00001 diff --git a/apps/tags/locale/nl_NL/LC_MESSAGES/django.po b/apps/tags/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c83d08ff9a --- /dev/null +++ b/apps/tags/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,248 @@ +# 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 , 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:37-0400\n" +"PO-Revision-Date: 2012-07-19 15:26+0000\n" +"Last-Translator: Lucas Weel \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:20 +msgid "tag list" +msgstr "Lijst met labels" + +#: __init__.py:21 +msgid "create new tag" +msgstr "aanmaken nieuw label" + +#: __init__.py:22 +msgid "attach tag" +msgstr "Label toevoegen" + +#: __init__.py:23 __init__.py:24 +msgid "remove" +msgstr "los halen" + +#: __init__.py:25 __init__.py:44 __init__.py:52 views.py:98 +msgid "tags" +msgstr "labels" + +#: __init__.py:26 __init__.py:29 +msgid "delete" +msgstr "verwijderen" + +#: __init__.py:27 +msgid "edit" +msgstr "bewerk" + +#: __init__.py:28 +msgid "tagged documents" +msgstr "gelabelde documenten" + +#: __init__.py:30 +msgid "ACLs" +msgstr "ACLs" + +#: __init__.py:34 +msgid "preview" +msgstr "'preview'" + +#: __init__.py:38 +msgid "tagged items" +msgstr "gelabelde items" + +#: forms.py:24 +msgid "Name" +msgstr "Naam" + +#: forms.py:25 +msgid "Color" +msgstr "Kleur" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "Labels" + +#: literals.py:18 +msgid "Blue" +msgstr "Blauw" + +#: literals.py:19 +msgid "Cyan" +msgstr "Lila" + +#: literals.py:20 +msgid "Coral" +msgstr "Licht blauw" + +#: literals.py:21 +msgid "Green-Yellow" +msgstr "Licht groen" + +#: literals.py:22 +msgid "Khaki" +msgstr "Khaki" + +#: literals.py:23 +msgid "LightGrey" +msgstr "Licht grijs" + +#: literals.py:24 +msgid "Magenta" +msgstr "Magenta" + +#: literals.py:25 +msgid "Red" +msgstr "Rood" + +#: literals.py:26 +msgid "Orange" +msgstr "Oranje" + +#: literals.py:27 +msgid "Yellow" +msgstr "Geel" + +#: models.py:12 views.py:154 views.py:206 views.py:220 +msgid "tag" +msgstr "label" + +#: models.py:13 +msgid "color" +msgstr "kleur" + +#: models.py:16 +msgid "tag properties" +msgstr "eigenschappen label" + +#: models.py:17 +msgid "tags properties" +msgstr "eigenschappen labels" + +#: permissions.py:9 +msgid "Create new tags" +msgstr "Aanmaken van nieuwe labels" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "Verwijder labels" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "Bewerken labels" + +#: permissions.py:12 +msgid "View tags" +msgstr "Bekijken labels" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "Label documenten" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "Labels van documenten verwijderen" + +#: views.py:42 +msgid "Tag already exists." +msgstr "Dit label bestaat al." + +#: views.py:50 +msgid "Tag created succesfully." +msgstr "Label aangemaakt" + +#: views.py:56 +msgid "create tag" +msgstr "aanmaken label" + +#: views.py:77 +#, python-format +msgid "Document is already tagged as \"%s\"" +msgstr "Document is momenteel al gelabeld als: \"%s\"" + +#: views.py:82 +#, python-format +msgid "Tag \"%s\" attached successfully." +msgstr "Label \"%s\" aangebracht." + +#: views.py:88 +#, python-format +msgid "attach tag to: %s" +msgstr "aanbrengen van label aan: %s" + +#: views.py:130 views.py:257 +msgid "Must provide at least one tag." +msgstr "U moet minimaal een label aanbrengen." + +#: views.py:145 +#, python-format +msgid "Tag \"%s\" deleted successfully." +msgstr "Label \"%s\" verwijderd." + +#: views.py:147 views.py:269 +#, python-format +msgid "Error deleting tag \"%(tag)s\": %(error)s" +msgstr "Fout bij het verwijderen van label: \"%(tag)s\". Foutmelding: %(error)s" + +#: views.py:162 +#, python-format +msgid "Are you sure you wish to delete the tag: %s?" +msgstr "Bent u er zeker van om label: \"%s\" te verwijderen?" + +#: views.py:163 views.py:166 +msgid "Will be removed from all documents." +msgstr "Zal van alle documenten worden verwijderd." + +#: views.py:165 +#, python-format +msgid "Are you sure you wish to delete the tags: %s?" +msgstr "Bent u er zeker van om de volgende labels te verwijderen? Labels: %s." + +#: views.py:194 +msgid "Tag updated succesfully." +msgstr "Label aangepast." + +#: views.py:203 +#, python-format +msgid "edit tag: %s" +msgstr "bewerken label: %s" + +#: views.py:217 +#, python-format +msgid "documents with the tag \"%s\"" +msgstr "documenten met label: \"%s\"" + +#: views.py:236 +#, python-format +msgid "tags for: %s" +msgstr "labels voor: %s" + +#: views.py:267 +#, python-format +msgid "Tag \"%s\" removed successfully." +msgstr "Label \"%s\" verwijderd." + +#: views.py:283 +#, python-format +msgid "Are you sure you wish to remove the tag: %s?" +msgstr "Bent u er zeker van om label: \"%s\", te verwijderen?" + +#: views.py:285 +#, python-format +msgid "Are you sure you wish to remove the tags: %s?" +msgstr "Bent u er zeker van om de volgende labels te verwijderen? Labels: %s" + +#: templatetags/tags_tags.py:17 +msgid "Add tag to document" +msgstr "Label document" diff --git a/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo b/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..35ad78b0b9e51e3140aef568e97a51d120cce74d GIT binary patch literal 523 zcmYLF%Wm5+5KPgYbnLl@EzpCFc1_BT5r?UZIFSq(kX*x7at#=XkyuEiKvHq?A^oua zK)U`)d?(hD3%JsLt$G?w_ZLrJ3Qhjl`RLApxg)7ruj4Q{n^LirhA zTW{8h7f0HfOLYZ##f=qiewQtAcGC52pM=3!<+_lnWH5V_?rnMohhD*^?hLPSsZC@3 WTYI?L`S=Qs;e4Rr^BlrqaP|)`@|!3C literal 0 HcmV?d00001 diff --git a/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po b/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b8184049bd --- /dev/null +++ b/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,256 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2011-09-30 04:55+0000\n" +"Last-Translator: FULL NAME \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:13 +msgid "user list" +msgstr "" + +#: __init__.py:14 views.py:31 +msgid "users" +msgstr "" + +#: __init__.py:15 __init__.py:24 +msgid "edit" +msgstr "" + +#: __init__.py:16 views.py:97 +msgid "create new user" +msgstr "" + +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 +msgid "delete" +msgstr "" + +#: __init__.py:19 __init__.py:20 +msgid "reset password" +msgstr "" + +#: __init__.py:22 +msgid "group list" +msgstr "" + +#: __init__.py:23 views.py:228 +msgid "groups" +msgstr "" + +#: __init__.py:25 views.py:276 +msgid "create new group" +msgstr "" + +#: __init__.py:28 views.py:232 +msgid "members" +msgstr "" + +#: forms.py:13 +msgid "New password" +msgstr "" + +#: forms.py:14 +msgid "Confirm password" +msgstr "" + +#: permissions.py:7 +msgid "User management" +msgstr "" + +#: permissions.py:9 +msgid "Create new users" +msgstr "" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:11 +msgid "View existing users" +msgstr "" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "" + +#: views.py:35 +msgid "full name" +msgstr "" + +#: views.py:39 +msgid "email" +msgstr "" + +#: views.py:43 +msgid "active" +msgstr "" + +#: views.py:47 +msgid "has usable password?" +msgstr "" + +#: views.py:61 +msgid "" +"Super user and staff user editing is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:68 +#, python-format +msgid "User \"%s\" updated successfully." +msgstr "" + +#: views.py:74 +#, python-format +msgid "edit user: %s" +msgstr "" + +#: views.py:77 views.py:135 views.py:198 +msgid "user" +msgstr "" + +#: views.py:91 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "" + +#: views.py:113 views.py:167 +msgid "Must provide at least one user." +msgstr "" + +#: views.py:123 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "" + +#: views.py:126 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "" + +#: views.py:128 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:143 +#, python-format +msgid "Are you sure you wish to delete the user: %s?" +msgstr "" + +#: views.py:145 +#, python-format +msgid "Are you sure you wish to delete the users: %s?" +msgstr "" + +#: views.py:178 +msgid "Passwords do not match, try again." +msgstr "" + +#: views.py:183 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "" + +#: views.py:187 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "" + +#: views.py:189 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "" + +#: views.py:205 +#, python-format +msgid "Reseting password for user: %s" +msgstr "" + +#: views.py:207 +#, python-format +msgid "Reseting password for users: %s" +msgstr "" + +#: views.py:249 +#, python-format +msgid "Group \"%s\" updated successfully." +msgstr "" + +#: views.py:255 +#, python-format +msgid "edit group: %s" +msgstr "" + +#: views.py:258 views.py:311 views.py:356 +msgid "group" +msgstr "" + +#: views.py:270 +#, python-format +msgid "Group \"%s\" created successfully." +msgstr "" + +#: views.py:292 +msgid "Must provide at least one group." +msgstr "" + +#: views.py:302 +#, python-format +msgid "Group \"%s\" deleted successfully." +msgstr "" + +#: views.py:304 +#, python-format +msgid "Error deleting group \"%(group)s\": %(error)s" +msgstr "" + +#: views.py:319 +#, python-format +msgid "Are you sure you wish to delete the group: %s?" +msgstr "" + +#: views.py:321 +#, python-format +msgid "Are you sure you wish to delete the groups: %s?" +msgstr "" + +#: views.py:351 +#, python-format +msgid "non members of group: %s" +msgstr "" + +#: views.py:352 +#, python-format +msgid "members of group: %s" +msgstr "" diff --git a/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo b/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d28dd608e05ea46380a4b1f881a3f856a8c7c741 GIT binary patch literal 523 zcmYLFT~FIE6a}%TJnor?J82KCwp%AD6P;NRg``rYq^sJ%>tqs>7$tUOI~0BhKa4-X zZ^3CNdZZ&?+vk3q`~LOI>yg8;s6Q{F9ay5&hb-dYJI;ku>R&vZZYbZpW%_|rzxvjXanJml@ z2LF9*x7(5Ji;4&SytC8pw_-@UH-x-s3~_0@l0?@3mI)bp=^~8}YYRrcccY}`(#`nN zI\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" + +#: conf/settings.py:10 +msgid "" +"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" +"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " +"warehouse." +msgstr "" + +#: conf/settings.py:12 +msgid "Display extra information in the login screen." +msgstr "" + +#: templates/web_theme_base.html:101 +msgid "dismiss all notifications" +msgstr "" + +#: templates/web_theme_base.html:101 +msgid "close all" +msgstr "" + +#: templates/web_theme_base.html:102 +msgid "dismiss this notification" +msgstr "" + +#: templates/web_theme_base.html:102 +msgid "close" +msgstr "" + +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 +msgid "Login" +msgstr "" + +#: templates/web_theme_login.html:19 +msgid "You are already logged in" +msgstr "" + +#: templates/web_theme_login.html:22 +msgid "Redirecting you to the website entry point in 5 seconds." +msgstr "" + +#: templates/web_theme_login.html:25 +#, python-format +msgid "" +"Or click here if redirection doesn't " +"work." +msgstr "" + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/pagination/pagination.html:6 +#: templates/pagination/pagination.html:8 +msgid "Previous" +msgstr "" + +#: templates/pagination/pagination.html:26 +#: templates/pagination/pagination.html:28 +msgid "Next" +msgstr "" From abcaeb08a4af8ff26e0810cb1fd785457eca8881 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 23 Jul 2012 21:10:50 -0400 Subject: [PATCH 48/71] Add Frech Bulgarian and Dutch to the list of available languages --- settings.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 026e444c5f..b442a74f8a 100644 --- a/settings.py +++ b/settings.py @@ -54,7 +54,10 @@ LANGUAGES = ( ('ru', ugettext('Russian')), ('it', ugettext('Italian')), ('pl', ugettext('Polish')), - ('de', ugettext('German')), + ('de', ugettext('German (Germany)')), + ('fr', ugettext('French')), + ('bg', ugettext('Bulgarian')), + ('nl', ugettext('Dutch')), ) SITE_ID = 1 From 2df869c4cb08183985d9e614a8c75c4a4f8e6529 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 23 Jul 2012 21:11:30 -0400 Subject: [PATCH 49/71] Add French, Bulgarian and Dutch to the language processing utility --- misc/process_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/process_messages.py b/misc/process_messages.py index 45126ce240..2dd4c12cbd 100755 --- a/misc/process_messages.py +++ b/misc/process_messages.py @@ -11,7 +11,7 @@ APP_LIST = ('common', 'converter', 'documents', 'document_comments', 'project_setup', 'project_tools', 'smart_settings', 'sources', 'tags', 'user_management', 'web_theme', 'django_gpg', 'document_signatures', 'acls', 'installation', 'scheduler', 'checkouts', 'bootstrap') -LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE') +LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE', 'fr', 'nl_NL', 'bg') makemessages = pbs.Command('django-admin.py') makemessages = makemessages.bake('makemessages') From 191fceb191337dd12cdc6165a6231612901b6a35 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 23 Jul 2012 21:12:19 -0400 Subject: [PATCH 50/71] Update translation files --- apps/acls/locale/de_DE/LC_MESSAGES/django.mo | Bin 3025 -> 3064 bytes apps/acls/locale/de_DE/LC_MESSAGES/django.po | 23 ++- apps/acls/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/acls/locale/en/LC_MESSAGES/django.po | 2 +- apps/acls/locale/es/LC_MESSAGES/django.mo | Bin 4072 -> 4099 bytes apps/acls/locale/es/LC_MESSAGES/django.po | 14 +- apps/acls/locale/it/LC_MESSAGES/django.mo | Bin 4013 -> 4052 bytes apps/acls/locale/it/LC_MESSAGES/django.po | 11 +- apps/acls/locale/pl/LC_MESSAGES/django.mo | Bin 523 -> 562 bytes apps/acls/locale/pl/LC_MESSAGES/django.po | 14 +- apps/acls/locale/pt/LC_MESSAGES/django.mo | Bin 4091 -> 4130 bytes apps/acls/locale/pt/LC_MESSAGES/django.po | 11 +- apps/acls/locale/pt_BR/LC_MESSAGES/django.mo | Bin 483 -> 522 bytes apps/acls/locale/pt_BR/LC_MESSAGES/django.po | 11 +- apps/acls/locale/ru/LC_MESSAGES/django.mo | Bin 4924 -> 4963 bytes apps/acls/locale/ru/LC_MESSAGES/django.po | 14 +- .../bootstrap/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../bootstrap/locale/bg/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../locale/de_DE/LC_MESSAGES/django.mo | Bin 0 -> 520 bytes .../locale/de_DE/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../bootstrap/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../bootstrap/locale/en/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../bootstrap/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 505 bytes .../bootstrap/locale/es/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../bootstrap/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 729 bytes .../bootstrap/locale/fr/LC_MESSAGES/django.po | 148 ++++++++++++++++++ .../bootstrap/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 505 bytes .../bootstrap/locale/it/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../bootstrap/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 562 bytes .../bootstrap/locale/pl/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../bootstrap/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 508 bytes .../bootstrap/locale/pt/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 522 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../bootstrap/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 579 bytes .../bootstrap/locale/ru/LC_MESSAGES/django.po | 147 +++++++++++++++++ .../locale/de_DE/LC_MESSAGES/django.mo | Bin 520 -> 520 bytes .../locale/de_DE/LC_MESSAGES/django.po | 14 +- .../checkouts/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../checkouts/locale/en/LC_MESSAGES/django.po | 14 +- .../checkouts/locale/es/LC_MESSAGES/django.mo | Bin 5495 -> 5483 bytes .../checkouts/locale/es/LC_MESSAGES/django.po | 16 +- .../checkouts/locale/it/LC_MESSAGES/django.mo | Bin 505 -> 505 bytes .../checkouts/locale/it/LC_MESSAGES/django.po | 14 +- .../checkouts/locale/pl/LC_MESSAGES/django.mo | Bin 562 -> 562 bytes .../checkouts/locale/pl/LC_MESSAGES/django.po | 14 +- .../checkouts/locale/pt/LC_MESSAGES/django.mo | Bin 508 -> 508 bytes .../checkouts/locale/pt/LC_MESSAGES/django.po | 14 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 522 -> 522 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 14 +- .../checkouts/locale/ru/LC_MESSAGES/django.mo | Bin 579 -> 579 bytes .../checkouts/locale/ru/LC_MESSAGES/django.po | 14 +- .../common/locale/de_DE/LC_MESSAGES/django.mo | Bin 547 -> 547 bytes .../common/locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/common/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/common/locale/en/LC_MESSAGES/django.po | 2 +- apps/common/locale/es/LC_MESSAGES/django.mo | Bin 6157 -> 6145 bytes apps/common/locale/es/LC_MESSAGES/django.po | 4 +- apps/common/locale/it/LC_MESSAGES/django.mo | Bin 5691 -> 5691 bytes apps/common/locale/it/LC_MESSAGES/django.po | 2 +- apps/common/locale/pl/LC_MESSAGES/django.mo | Bin 5451 -> 5451 bytes apps/common/locale/pl/LC_MESSAGES/django.po | 2 +- apps/common/locale/pt/LC_MESSAGES/django.mo | Bin 5775 -> 5775 bytes apps/common/locale/pt/LC_MESSAGES/django.po | 2 +- .../common/locale/pt_BR/LC_MESSAGES/django.mo | Bin 5575 -> 5575 bytes .../common/locale/pt_BR/LC_MESSAGES/django.po | 2 +- apps/common/locale/ru/LC_MESSAGES/django.mo | Bin 6948 -> 6948 bytes apps/common/locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 508 -> 547 bytes .../locale/de_DE/LC_MESSAGES/django.po | 20 +-- .../converter/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../converter/locale/en/LC_MESSAGES/django.po | 2 +- .../converter/locale/es/LC_MESSAGES/django.mo | Bin 19351 -> 19378 bytes .../converter/locale/es/LC_MESSAGES/django.po | 46 ++---- .../converter/locale/it/LC_MESSAGES/django.mo | Bin 18982 -> 19021 bytes .../converter/locale/it/LC_MESSAGES/django.po | 47 ++---- .../converter/locale/pl/LC_MESSAGES/django.mo | Bin 8141 -> 8180 bytes .../converter/locale/pl/LC_MESSAGES/django.po | 26 ++- .../converter/locale/pt/LC_MESSAGES/django.mo | Bin 19523 -> 19562 bytes .../converter/locale/pt/LC_MESSAGES/django.po | 46 ++---- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 18861 -> 18900 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 42 ++--- .../converter/locale/ru/LC_MESSAGES/django.mo | Bin 19655 -> 19694 bytes .../converter/locale/ru/LC_MESSAGES/django.po | 48 +++--- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 3979 -> 4018 bytes .../locale/de_DE/LC_MESSAGES/django.po | 27 ++-- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 3919 -> 3946 bytes .../locale/es/LC_MESSAGES/django.po | 32 ++-- .../locale/it/LC_MESSAGES/django.mo | Bin 3800 -> 3839 bytes .../locale/it/LC_MESSAGES/django.po | 24 +-- .../locale/pl/LC_MESSAGES/django.mo | Bin 3753 -> 3792 bytes .../locale/pl/LC_MESSAGES/django.po | 26 ++- .../locale/pt/LC_MESSAGES/django.mo | Bin 3874 -> 3913 bytes .../locale/pt/LC_MESSAGES/django.po | 20 +-- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 2005 -> 2044 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.mo | Bin 4459 -> 4498 bytes .../locale/ru/LC_MESSAGES/django.po | 22 +-- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1785 -> 1824 bytes .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 1757 -> 1784 bytes .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.mo | Bin 1715 -> 1754 bytes .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 1754 -> 1793 bytes .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 1750 -> 1789 bytes .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 1771 -> 1810 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.mo | Bin 2144 -> 2183 bytes .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 5989 -> 6043 bytes .../locale/de_DE/LC_MESSAGES/django.po | 95 +++++------ .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 42 ++--- .../locale/es/LC_MESSAGES/django.mo | Bin 7546 -> 7573 bytes .../locale/es/LC_MESSAGES/django.po | 99 +++++------- .../locale/it/LC_MESSAGES/django.mo | Bin 7383 -> 7458 bytes .../locale/it/LC_MESSAGES/django.po | 102 ++++++------ .../locale/pl/LC_MESSAGES/django.mo | Bin 6505 -> 6568 bytes .../locale/pl/LC_MESSAGES/django.po | 87 +++++----- .../locale/pt/LC_MESSAGES/django.mo | Bin 7427 -> 7482 bytes .../locale/pt/LC_MESSAGES/django.po | 99 ++++++------ .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 4105 -> 4144 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 82 +++++----- .../locale/ru/LC_MESSAGES/django.mo | Bin 9160 -> 9223 bytes .../locale/ru/LC_MESSAGES/django.po | 98 ++++++------ .../locale/de_DE/LC_MESSAGES/django.mo | Bin 2084 -> 2123 bytes .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 2057 -> 2084 bytes .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.mo | Bin 2001 -> 2040 bytes .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 2062 -> 2101 bytes .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 2107 -> 2146 bytes .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 2081 -> 2120 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.mo | Bin 2429 -> 2468 bytes .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 21619 -> 21619 bytes .../locale/de_DE/LC_MESSAGES/django.po | 30 ++-- .../documents/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../documents/locale/en/LC_MESSAGES/django.po | 28 ++-- .../documents/locale/es/LC_MESSAGES/django.mo | Bin 23121 -> 22785 bytes .../documents/locale/es/LC_MESSAGES/django.po | 36 ++--- .../documents/locale/it/LC_MESSAGES/django.mo | Bin 21466 -> 21466 bytes .../documents/locale/it/LC_MESSAGES/django.po | 30 ++-- .../documents/locale/pl/LC_MESSAGES/django.mo | Bin 7357 -> 7357 bytes .../documents/locale/pl/LC_MESSAGES/django.po | 30 ++-- .../documents/locale/pt/LC_MESSAGES/django.mo | Bin 22350 -> 22350 bytes .../documents/locale/pt/LC_MESSAGES/django.po | 30 ++-- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 18416 -> 18416 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 30 ++-- .../documents/locale/ru/LC_MESSAGES/django.mo | Bin 26865 -> 26865 bytes .../documents/locale/ru/LC_MESSAGES/django.po | 30 ++-- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 2075 -> 2114 bytes .../locale/de_DE/LC_MESSAGES/django.po | 15 +- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 2193 -> 2220 bytes .../locale/es/LC_MESSAGES/django.po | 19 +-- .../locale/it/LC_MESSAGES/django.mo | Bin 2057 -> 2096 bytes .../locale/it/LC_MESSAGES/django.po | 18 +-- .../locale/pl/LC_MESSAGES/django.mo | Bin 1563 -> 1602 bytes .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 2120 -> 2159 bytes .../locale/pt/LC_MESSAGES/django.po | 18 +-- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 2167 -> 2206 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 18 +-- .../locale/ru/LC_MESSAGES/django.mo | Bin 2609 -> 2648 bytes .../locale/ru/LC_MESSAGES/django.po | 25 ++- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 481 -> 596 bytes .../locale/de_DE/LC_MESSAGES/django.po | 22 +-- apps/folders/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/folders/locale/en/LC_MESSAGES/django.po | 2 +- apps/folders/locale/es/LC_MESSAGES/django.mo | Bin 4566 -> 4593 bytes apps/folders/locale/es/LC_MESSAGES/django.po | 33 ++-- apps/folders/locale/it/LC_MESSAGES/django.mo | Bin 4512 -> 4551 bytes apps/folders/locale/it/LC_MESSAGES/django.po | 33 ++-- apps/folders/locale/pl/LC_MESSAGES/django.mo | Bin 1523 -> 1562 bytes apps/folders/locale/pl/LC_MESSAGES/django.po | 18 +-- apps/folders/locale/pt/LC_MESSAGES/django.mo | Bin 4444 -> 4483 bytes apps/folders/locale/pt/LC_MESSAGES/django.po | 30 ++-- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 4455 -> 4494 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 30 ++-- apps/folders/locale/ru/LC_MESSAGES/django.mo | Bin 5325 -> 5364 bytes apps/folders/locale/ru/LC_MESSAGES/django.po | 31 ++-- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1402 -> 1441 bytes .../locale/de_DE/LC_MESSAGES/django.po | 11 +- apps/history/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/history/locale/en/LC_MESSAGES/django.po | 2 +- apps/history/locale/es/LC_MESSAGES/django.mo | Bin 1717 -> 1744 bytes apps/history/locale/es/LC_MESSAGES/django.po | 11 +- apps/history/locale/it/LC_MESSAGES/django.mo | Bin 1374 -> 1413 bytes apps/history/locale/it/LC_MESSAGES/django.po | 11 +- apps/history/locale/pl/LC_MESSAGES/django.mo | Bin 1435 -> 1474 bytes apps/history/locale/pl/LC_MESSAGES/django.po | 14 +- apps/history/locale/pt/LC_MESSAGES/django.mo | Bin 1673 -> 1711 bytes apps/history/locale/pt/LC_MESSAGES/django.po | 15 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 1324 -> 1363 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- apps/history/locale/ru/LC_MESSAGES/django.mo | Bin 1557 -> 1596 bytes apps/history/locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 547 -> 547 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 1945 -> 1933 bytes .../locale/es/LC_MESSAGES/django.po | 4 +- .../locale/it/LC_MESSAGES/django.mo | Bin 532 -> 532 bytes .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 589 -> 589 bytes .../locale/pl/LC_MESSAGES/django.po | 2 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 836 -> 836 bytes .../locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 549 -> 549 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 2 +- .../locale/ru/LC_MESSAGES/django.mo | Bin 606 -> 606 bytes .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 7450 -> 7489 bytes .../locale/de_DE/LC_MESSAGES/django.po | 51 ++---- apps/linking/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/linking/locale/en/LC_MESSAGES/django.po | 2 +- apps/linking/locale/es/LC_MESSAGES/django.mo | Bin 7302 -> 7329 bytes apps/linking/locale/es/LC_MESSAGES/django.po | 45 ++---- apps/linking/locale/it/LC_MESSAGES/django.mo | Bin 7130 -> 7169 bytes apps/linking/locale/it/LC_MESSAGES/django.po | 36 ++--- apps/linking/locale/pl/LC_MESSAGES/django.mo | Bin 1791 -> 1830 bytes apps/linking/locale/pl/LC_MESSAGES/django.po | 14 +- apps/linking/locale/pt/LC_MESSAGES/django.mo | Bin 7317 -> 7356 bytes apps/linking/locale/pt/LC_MESSAGES/django.po | 35 ++--- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 4312 -> 4351 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 20 +-- apps/linking/locale/ru/LC_MESSAGES/django.mo | Bin 8253 -> 8292 bytes apps/linking/locale/ru/LC_MESSAGES/django.po | 33 ++-- apps/main/locale/de_DE/LC_MESSAGES/django.mo | Bin 2360 -> 2360 bytes apps/main/locale/de_DE/LC_MESSAGES/django.po | 2 +- apps/main/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/main/locale/en/LC_MESSAGES/django.po | 2 +- apps/main/locale/es/LC_MESSAGES/django.mo | Bin 2811 -> 2799 bytes apps/main/locale/es/LC_MESSAGES/django.po | 4 +- apps/main/locale/it/LC_MESSAGES/django.mo | Bin 2327 -> 2327 bytes apps/main/locale/it/LC_MESSAGES/django.po | 2 +- apps/main/locale/pl/LC_MESSAGES/django.mo | Bin 1484 -> 1484 bytes apps/main/locale/pl/LC_MESSAGES/django.po | 2 +- apps/main/locale/pt/LC_MESSAGES/django.mo | Bin 2394 -> 2394 bytes apps/main/locale/pt/LC_MESSAGES/django.po | 2 +- apps/main/locale/pt_BR/LC_MESSAGES/django.mo | Bin 2402 -> 2402 bytes apps/main/locale/pt_BR/LC_MESSAGES/django.po | 2 +- apps/main/locale/ru/LC_MESSAGES/django.mo | Bin 2843 -> 2843 bytes apps/main/locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 481 -> 520 bytes .../locale/de_DE/LC_MESSAGES/django.po | 30 ++-- apps/metadata/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/metadata/locale/en/LC_MESSAGES/django.po | 2 +- apps/metadata/locale/es/LC_MESSAGES/django.mo | Bin 10028 -> 10055 bytes apps/metadata/locale/es/LC_MESSAGES/django.po | 69 +++----- apps/metadata/locale/it/LC_MESSAGES/django.mo | Bin 9795 -> 9834 bytes apps/metadata/locale/it/LC_MESSAGES/django.po | 68 +++----- apps/metadata/locale/pl/LC_MESSAGES/django.mo | Bin 885 -> 924 bytes apps/metadata/locale/pl/LC_MESSAGES/django.po | 33 ++-- apps/metadata/locale/pt/LC_MESSAGES/django.mo | Bin 9878 -> 9917 bytes apps/metadata/locale/pt/LC_MESSAGES/django.po | 64 +++----- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 9836 -> 9875 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 64 +++----- apps/metadata/locale/ru/LC_MESSAGES/django.mo | Bin 12251 -> 12290 bytes apps/metadata/locale/ru/LC_MESSAGES/django.po | 70 +++------ .../locale/de_DE/LC_MESSAGES/django.mo | Bin 652 -> 691 bytes .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 689 -> 716 bytes .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.mo | Bin 619 -> 658 bytes .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 675 -> 714 bytes .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 652 -> 691 bytes .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 673 -> 712 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.mo | Bin 752 -> 791 bytes .../locale/ru/LC_MESSAGES/django.po | 14 +- apps/ocr/locale/de_DE/LC_MESSAGES/django.mo | Bin 9104 -> 9143 bytes apps/ocr/locale/de_DE/LC_MESSAGES/django.po | 61 +++----- apps/ocr/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/ocr/locale/en/LC_MESSAGES/django.po | 2 +- apps/ocr/locale/es/LC_MESSAGES/django.mo | Bin 8831 -> 8858 bytes apps/ocr/locale/es/LC_MESSAGES/django.po | 49 ++---- apps/ocr/locale/it/LC_MESSAGES/django.mo | Bin 8408 -> 8447 bytes apps/ocr/locale/it/LC_MESSAGES/django.po | 33 ++-- apps/ocr/locale/pl/LC_MESSAGES/django.mo | Bin 550 -> 589 bytes apps/ocr/locale/pl/LC_MESSAGES/django.po | 17 +- apps/ocr/locale/pt/LC_MESSAGES/django.mo | Bin 8633 -> 8672 bytes apps/ocr/locale/pt/LC_MESSAGES/django.po | 44 ++---- apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo | Bin 8098 -> 8137 bytes apps/ocr/locale/pt_BR/LC_MESSAGES/django.po | 35 ++--- apps/ocr/locale/ru/LC_MESSAGES/django.mo | Bin 11034 -> 11073 bytes apps/ocr/locale/ru/LC_MESSAGES/django.po | 44 ++---- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 3313 -> 3352 bytes .../locale/de_DE/LC_MESSAGES/django.po | 23 +-- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 3363 -> 3390 bytes .../locale/es/LC_MESSAGES/django.po | 21 +-- .../locale/it/LC_MESSAGES/django.mo | Bin 3321 -> 3360 bytes .../locale/it/LC_MESSAGES/django.po | 23 +-- .../locale/pl/LC_MESSAGES/django.mo | Bin 1122 -> 1161 bytes .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 3322 -> 3351 bytes .../locale/pt/LC_MESSAGES/django.po | 24 ++- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 2367 -> 2406 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 15 +- .../locale/ru/LC_MESSAGES/django.mo | Bin 3811 -> 3850 bytes .../locale/ru/LC_MESSAGES/django.po | 18 +-- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 578 -> 617 bytes .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 606 -> 633 bytes .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.mo | Bin 582 -> 621 bytes .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 617 -> 656 bytes .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 579 -> 618 bytes .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 605 -> 644 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.mo | Bin 637 -> 676 bytes .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 539 -> 578 bytes .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 548 -> 575 bytes .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.mo | Bin 526 -> 565 bytes .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 567 -> 606 bytes .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 523 -> 562 bytes .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 552 -> 591 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.mo | Bin 596 -> 635 bytes .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 508 -> 547 bytes .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../scheduler/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../scheduler/locale/en/LC_MESSAGES/django.po | 2 +- .../scheduler/locale/es/LC_MESSAGES/django.mo | Bin 894 -> 921 bytes .../scheduler/locale/es/LC_MESSAGES/django.po | 11 +- .../scheduler/locale/it/LC_MESSAGES/django.mo | Bin 493 -> 532 bytes .../scheduler/locale/it/LC_MESSAGES/django.po | 11 +- .../scheduler/locale/pl/LC_MESSAGES/django.mo | Bin 550 -> 589 bytes .../scheduler/locale/pl/LC_MESSAGES/django.po | 14 +- .../scheduler/locale/pt/LC_MESSAGES/django.mo | Bin 864 -> 903 bytes .../scheduler/locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 483 -> 522 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../scheduler/locale/ru/LC_MESSAGES/django.mo | Bin 567 -> 606 bytes .../scheduler/locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 640 -> 679 bytes .../locale/de_DE/LC_MESSAGES/django.po | 11 +- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 653 -> 680 bytes .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.mo | Bin 629 -> 668 bytes .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/pl/LC_MESSAGES/django.mo | Bin 671 -> 710 bytes .../locale/pl/LC_MESSAGES/django.po | 14 +- .../locale/pt/LC_MESSAGES/django.mo | Bin 622 -> 661 bytes .../locale/pt/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 653 -> 692 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.mo | Bin 718 -> 757 bytes .../locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 9644 -> 9683 bytes .../locale/de_DE/LC_MESSAGES/django.po | 32 ++-- apps/sources/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/sources/locale/en/LC_MESSAGES/django.po | 2 +- apps/sources/locale/es/LC_MESSAGES/django.mo | Bin 10195 -> 10222 bytes apps/sources/locale/es/LC_MESSAGES/django.po | 46 ++---- apps/sources/locale/it/LC_MESSAGES/django.mo | Bin 9981 -> 10020 bytes apps/sources/locale/it/LC_MESSAGES/django.po | 47 +++--- apps/sources/locale/pl/LC_MESSAGES/django.mo | Bin 2663 -> 2702 bytes apps/sources/locale/pl/LC_MESSAGES/django.po | 20 +-- apps/sources/locale/pt/LC_MESSAGES/django.mo | Bin 10031 -> 10070 bytes apps/sources/locale/pt/LC_MESSAGES/django.po | 52 +++--- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 8172 -> 8211 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 36 ++--- apps/sources/locale/ru/LC_MESSAGES/django.mo | Bin 12169 -> 12208 bytes apps/sources/locale/ru/LC_MESSAGES/django.po | 30 ++-- apps/tags/locale/de_DE/LC_MESSAGES/django.mo | Bin 3577 -> 3616 bytes apps/tags/locale/de_DE/LC_MESSAGES/django.po | 11 +- apps/tags/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes apps/tags/locale/en/LC_MESSAGES/django.po | 2 +- apps/tags/locale/es/LC_MESSAGES/django.mo | Bin 3742 -> 3769 bytes apps/tags/locale/es/LC_MESSAGES/django.po | 11 +- apps/tags/locale/it/LC_MESSAGES/django.mo | Bin 3754 -> 3793 bytes apps/tags/locale/it/LC_MESSAGES/django.po | 11 +- apps/tags/locale/pl/LC_MESSAGES/django.mo | Bin 1354 -> 1393 bytes apps/tags/locale/pl/LC_MESSAGES/django.po | 14 +- apps/tags/locale/pt/LC_MESSAGES/django.mo | Bin 3718 -> 3757 bytes apps/tags/locale/pt/LC_MESSAGES/django.po | 11 +- apps/tags/locale/pt_BR/LC_MESSAGES/django.mo | Bin 3658 -> 3697 bytes apps/tags/locale/pt_BR/LC_MESSAGES/django.po | 11 +- apps/tags/locale/ru/LC_MESSAGES/django.mo | Bin 4327 -> 4366 bytes apps/tags/locale/ru/LC_MESSAGES/django.po | 14 +- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 4955 -> 4994 bytes .../locale/de_DE/LC_MESSAGES/django.po | 27 ++-- .../locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.mo | Bin 4883 -> 4910 bytes .../locale/es/LC_MESSAGES/django.po | 26 ++- .../locale/it/LC_MESSAGES/django.mo | Bin 4792 -> 4831 bytes .../locale/it/LC_MESSAGES/django.po | 27 ++-- .../locale/pl/LC_MESSAGES/django.mo | Bin 4811 -> 4850 bytes .../locale/pl/LC_MESSAGES/django.po | 26 ++- .../locale/pt/LC_MESSAGES/django.mo | Bin 4842 -> 4881 bytes .../locale/pt/LC_MESSAGES/django.po | 23 +-- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 4780 -> 4819 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 23 +-- .../locale/ru/LC_MESSAGES/django.mo | Bin 6149 -> 6188 bytes .../locale/ru/LC_MESSAGES/django.po | 26 ++- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1754 -> 1754 bytes .../locale/de_DE/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/en/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes .../web_theme/locale/en/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/es/LC_MESSAGES/django.mo | Bin 2558 -> 2546 bytes .../web_theme/locale/es/LC_MESSAGES/django.po | 4 +- .../web_theme/locale/it/LC_MESSAGES/django.mo | Bin 1746 -> 1746 bytes .../web_theme/locale/it/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/pl/LC_MESSAGES/django.mo | Bin 738 -> 738 bytes .../web_theme/locale/pl/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/pt/LC_MESSAGES/django.mo | Bin 1749 -> 1749 bytes .../web_theme/locale/pt/LC_MESSAGES/django.po | 2 +- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 1760 -> 1760 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 2 +- .../web_theme/locale/ru/LC_MESSAGES/django.mo | Bin 2004 -> 2004 bytes .../web_theme/locale/ru/LC_MESSAGES/django.po | 2 +- 454 files changed, 3362 insertions(+), 2534 deletions(-) create mode 100644 apps/bootstrap/locale/bg/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/bg/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/de_DE/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/de_DE/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/en/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/en/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/es/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/es/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/fr/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/fr/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/it/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/it/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/pl/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/pl/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/pt/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/pt/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 apps/bootstrap/locale/ru/LC_MESSAGES/django.mo create mode 100644 apps/bootstrap/locale/ru/LC_MESSAGES/django.po diff --git a/apps/acls/locale/de_DE/LC_MESSAGES/django.mo b/apps/acls/locale/de_DE/LC_MESSAGES/django.mo index 3d4af834d971441b2fd53927d72e145a4ab31cbc..a7f99b4450317e07daa401cdcb41233d04edf4ac 100644 GIT binary patch delta 414 zcmXZXu`dH*7{~Fa%3ZZ6B2J=_M$p9IQjLfv!cdm#$UsF7b?wkr?s|hrGzN*pcrjS~ z0|t_^SS29>@3@qLFzH!s%d49?BJn!2!I>tjW)cgpEY-u98h@>MTl(K|9xQgAl zj)R!TDJ)_h&#{1SK|kL6-`m(v{)BOSK{fY|>P`m@l&Cai2*;u#!#IoT0n5lv$)Q?Q zz)9S}Q9Q#5yv77R;taM?&38~8`o$FLF_CFBQRSPc_V314L`Eo%2>S38nUTvtKge%! zfcy?K_>6o)zFIe3-{Dlb(KybUrd?^2z5Tg^dewC5uH{tfj#;%%teRPIU9aT&S6U)6 lpGl?{vYAEyUVHT~^zHbDRkJr?*;{{i+NJdXeX delta 398 zcmXZXJxjw-6vpvWqiLF|)gldoFGXUVB1!8Dbg5vSRCFi`DoDUk3KBsoj$K@J$s{^E zh=Y*tpmP?{&97i_aP)s^rr){Gz4x4Z|E$D%J<0UqjL3m5k`)ot5TTSJj^H#7<2+8F zjW(|0HXh+FKBep5biI)i86&^L0zRU;_kwCpf);+|q$iUUKLkb8%)tXnNH3X1)u@6C zxPm1-#5oLc25+%~&!|3-pc?dvOZbh8Xyga^GOGS-`G&|8MT1}zTgX}QQ_s`<8pp|R zu!a%xW_geAhx(dr?(emn&C9^=b}mAv>34&Ax$1gV$6a?kx9oX!uNHmiZ-pH{Y+w0p Sw$Fmo=2rBOJ&tvwul)l$%Q12Q diff --git a/apps/acls/locale/de_DE/LC_MESSAGES/django.po b/apps/acls/locale/de_DE/LC_MESSAGES/django.po index 348eb9b0a1..b2d786edd7 100644 --- a/apps/acls/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/acls/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-10 13:06+0000\n" "Last-Translator: tilmannsittig \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 @@ -166,14 +165,12 @@ msgstr "zu %s" #: views.py:189 views.py:530 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" -"Sind Sie sicher, dass Sie Berechtigung %(title_suffix)s erteilen möchten?" +msgstr "Sind Sie sicher, dass Sie Berechtigung %(title_suffix)s erteilen möchten?" #: views.py:191 views.py:532 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" -"Sind Sie sicher, dass Sie Berechtigungen %(title_suffix)s erteilen möchten?" +msgstr "Sind Sie sicher, dass Sie Berechtigungen %(title_suffix)s erteilen möchten?" #: views.py:198 views.py:539 #, python-format @@ -195,14 +192,12 @@ msgstr "von %s" #: views.py:282 views.py:609 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" -"Sind Sie sicher, dass Sie Berechtigung %(title_suffix)s enziehen möchten?" +msgstr "Sind Sie sicher, dass Sie Berechtigung %(title_suffix)s enziehen möchten?" #: views.py:284 views.py:611 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" -"Sind Sie sicher, dass Sie Berechtigungen %(title_suffix)s enziehen möchten?" +msgstr "Sind Sie sicher, dass Sie Berechtigungen %(title_suffix)s enziehen möchten?" #: views.py:291 views.py:618 #, python-format diff --git a/apps/acls/locale/en/LC_MESSAGES/django.mo b/apps/acls/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/acls/locale/en/LC_MESSAGES/django.po b/apps/acls/locale/en/LC_MESSAGES/django.po index 3c408a7794..e7d91cbcf9 100644 --- a/apps/acls/locale/en/LC_MESSAGES/django.po +++ b/apps/acls/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/acls/locale/es/LC_MESSAGES/django.mo b/apps/acls/locale/es/LC_MESSAGES/django.mo index e2ebdb17e8d15848e43716775c9fdc6afa436f36..44078828ebc056250aea819706631ab4dfd19739 100644 GIT binary patch delta 512 zcmXZYze_?<7{>8e#k$_iD1rzrFA=zTDTz?fvbK_jaHytkVdmfuygCGdLv2}$5H$1` zL=?D1Ev-35Lt``q4MDZ((D%@V%l&ZP_i&!~oR9F4aeMD-yt+ijd?K2NeCr~8*hMe8 z2Sip;!!%~mjpyjW3mnEv4B`!@@Clbu_lqQP4HvM9{n)`FeD+I2$dY#oQ}~5yfRRCw zQ5;9LF^YVW;->;KxQHjn?9xFpIJS*4b(<;&>hC{5!JpPPGFEJRd5{Dz9l3}R-E;Q)89rFTyW}#hSNAklg25kCwoA3 zP`AD5`SC{fYqd(kH1mbpetjppTP~W_vTaoh<*He<4y=+{uKA<7eS4qy(WX-^(a_Kq{VzRuydU@6!}++U=0~{x;Hf@(L`MB0y(02zh;(BcefW+! z{KO?p_K9@i5qj|$2k`{Q@B$aGj#>P|G|mP@GI)SJ*uVk23rJO{El&g{@dfn&KRANF zZsKsi2%k*x(+zA~#C>FTX&}Ai9`zzE*JsoX-!P0FjG!kdGKAB?>i-5w0#O1v3}G4d z3!I}K=n8eAYfR!T>bwq)qh3ch4x!GABE2N$p40CA3hKsdZd{q}g@Z9JN~oXg26dr! zbIbefix?a0n^v}zR~2WkXf3NsK4m82cEXC!S$5pC?UbFUUHZ?AtSVQWT}KsXY7<5# Wu&RoMLscL, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-12 00:16+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 @@ -183,8 +182,7 @@ msgstr "Permiso \"%(permission)s\" otorgado a %(actor)s para %(object)s." msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." -msgstr "" -"%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para %(object)s." +msgstr "%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para %(object)s." #: views.py:279 views.py:606 #, python-format diff --git a/apps/acls/locale/it/LC_MESSAGES/django.mo b/apps/acls/locale/it/LC_MESSAGES/django.mo index 4d18e9cce023ababb83d7966e7d1ead4dfa4b0f3..e4afba8589ff8af490ef167c75f294f3e0494622 100644 GIT binary patch delta 506 zcmXZYJxfAS7{KwzOwpSf5>$w!8Prl;%F3{ymRfXatG1h%TKK}fItYQ#77bAjO|{h$ zLLf9rUm$2o2!!YZwAEVlKXsS;d(J)28>ba{iQIP_jR%Lwh*!idBF~zL3%l5lJ>0-| zT*b)&kv`0z6ZbKQ2N=R5T*pgX##da!pid-$Tj;?P~<`cs^{96QvId^dg zKQMse7g>QpRE<-p7CuGQ@Ep~ED^z`MQPs6@96K1nHyp$tf8#$0kTuPZF;odDR1FSo zO;nBRs1`WJFh1fa_U!vF+iz5hyP2ZuLdYY_gzXHHB8e!0dcsXy!fjLo&QKLTwRfDK zuBm*rT1o19u29X__GUBXqHdNg!z`3dy=c^pl3uW^TGnc&yMF3j|b_%Vxvn8Pt#$9detIlRRzeqj=)!XiDmiKL_w7FUSnh-DIw@qZ8;X5YXe ze8fI{!!&-PE*y(=2Hrwla0hjRL)3L#)bCDk0?*LIJM72Th}#K1NKBLX_AbPDr3>Ue z7f}~pMLj?P$FYv1*z(SwJYP@`{_gGD$S2E>XOQlMG7u%uUufbiD%1_OQ8&D3Zur}Q zn6a|FX65#awo~4%T6x}u)2E^%CTYH6d;JU3L} E5ASz93;+NC diff --git a/apps/acls/locale/it/LC_MESSAGES/django.po b/apps/acls/locale/it/LC_MESSAGES/django.po index 600077f111..f8945bf260 100644 --- a/apps/acls/locale/it/LC_MESSAGES/django.po +++ b/apps/acls/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # Pierpaolo Baldan , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-08 07:20+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 diff --git a/apps/acls/locale/pl/LC_MESSAGES/django.mo b/apps/acls/locale/pl/LC_MESSAGES/django.mo index 90a0d438992e5caaa0fc53cba52b7deeb8c140ad..5ff4d9440db85d1fbe9ab0e37e4b32988ecec995 100644 GIT binary patch delta 87 zcmeBX*~BtIh4IHkRZsPdl9B=|ef{*zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG r)Z&SGG8{(63Wlau#^w_zt)1+{7{%k0n3rCfn4W5-P>?fuDPtM{Sd$*o delta 72 zcmdnQ(#r3vwo>GDc56%a{rPCWRK! diff --git a/apps/acls/locale/pl/LC_MESSAGES/django.po b/apps/acls/locale/pl/LC_MESSAGES/django.po index 61961edb4d..dd1674e81d 100644 --- a/apps/acls/locale/pl/LC_MESSAGES/django.po +++ b/apps/acls/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-01-02 09:45+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:14 msgid "ACLs" diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.mo b/apps/acls/locale/pt/LC_MESSAGES/django.mo index fd464bad9c780ef1294f2f4c8968676939ad5fea..db47167131c677dbc11c168d54ce3efb372de037 100644 GIT binary patch delta 508 zcmXZYy-Pw-7{~EP!}2Y)7l=gaIz+W}DKWzcqSr;DR*B#yq7J^K*P$UCA_!`UOEd;W zV-UDTLw`U`4MA;2TZBtQM12psoX>ggxzBTc_x=oDXg9aE+M`Wmz$M}ok$1O9Cw`&> zzi=6UaS0baB6d7Pb$*0>c!D9kLiPSVuARZPZ>Qn5(7wpD{S8Bpunk-@bLlq#* zX+Mr(0OwFOtg$TMCaOT^NOox;8RY}jhkT=&YxlLz{WwHDh$A?Iy}0G8iS)49;lViW zqlVY0f;^x~{M7apr>WmCh#@~iF^1~mjkZZt!Bg$pL^Wp*)!YMAfsey%_*-&@QM|-? zd`8s}4AheyO~+`~G)r+^&*aQ(b$cRJ%rQ$SMj=x*GU>Qhs$1@?;~&glMVSBq delta 493 zcmXZY&nv@m9LMqZXxP_m^CP0gcSV}|*1prMmV+2d#9=ug^)0hF%+i#D?B*ZX!NJXi zlVow)mYd`v2Pr2v=gEbO=R4oa=ka-eKcDye`}%&*&EKKxs;6}65$W@Zw28>QA<}}6 z=*4H8#aB#YxLu?P9n|wJ?8aRT<1y;}Gn~f{)V`=+WDfJ#inrK-HNTXEy*#l*@C`M< z5B8vkTOsU4Z5U;l#suo%LnOP@kc{$x`XMiKJ-3jV)%%yk?!_@rAeq0U)Fox6z|I2&QZUy=eQ@Cc{y z2DRZUSXpasc!!OZ<%~76pLL2mdwDDE6tgKa9<$?CENR&>)3#G~ynO1b`xl*j?!d`$ PTqu?^#(Je{Y, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-03 19:01+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 diff --git a/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo b/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo index 3362a097426316fe8e6681eadfe40bac52c1de56..1fbda0fe400a94fbebb46816a7f80d4ff390e51a 100644 GIT binary patch delta 90 zcmaFN+{H3Mh4I2fRZsPdl9B=|ef{*zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG u)Z&SGG8{(63Wlau#^w_z?VTLY7{%|Cn3rCfn4W5-P*4)@6f}7Uqc#A&i67Dc delta 75 zcmeBTdCWXPg>mIXRZkVJ0RIqO=c3falFa-(U6;g?R4WA|14AQS19M$N0|i4vD?_7+ eJNNSYB<7`;CZ+>r3rgahf+m+TMo)ggs09FUHy6zS diff --git a/apps/acls/locale/pt_BR/LC_MESSAGES/django.po b/apps/acls/locale/pt_BR/LC_MESSAGES/django.po index 3b81dbf21f..4fcb11550a 100644 --- a/apps/acls/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/acls/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-01-02 09:45+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:14 diff --git a/apps/acls/locale/ru/LC_MESSAGES/django.mo b/apps/acls/locale/ru/LC_MESSAGES/django.mo index 84131860fd68ca1e98377eb06e9389f55ef9701d..ff3d38e06a7ad85ee98b2a396e326e3f7e254353 100644 GIT binary patch delta 508 zcmXZXyGufG6u|MLQK@O!gDfht2NpfNrC4yGp{XFF2nuTICZa+<(0hkyxI;rVU#PLg zsg^?89Hjn(C}?PlXpZKf@5Kv0_?&Y%zw5Uw4^)w@An)RI@G9&CceqNSfm`VAbuQNS zTYg)ovbtVU6(y6?v&K<0Rm>~pVnr+Gie)9QooEFmSE(53ik0*Zdt&kMVnU5CTP5#< X74;qXlUgBTXqmJcE*rIT-=pUrC1gd_ delta 492 zcmXZX%Sr-a6u|K#lIeKKE@;pqqmaM`W(*337Da(UhAu3MS~P)JAR403MqJbzxCp5? zh%RF7BwF_XL9`5CprB0z{l6TT;djoN^PM^0N4y)q@46a2mq^qn!Xv+$hzAG#ycog_ zjNm#RBJFaGVZ6a8KH(g`ViDZ|kt0081AKF|f+8d2mpFm9L1{>W;DtgKzmZ-^g+yjC zhpMse*upLHM@*xCNW_af$nIie1dBM1XE=>ls4nn~3+Q8eHFr7O=m+~0QWQ?nQjMqv z{-9dOGu+>N6t~IaIFEJ5HmbfJsvm#iB>K57BP8Ltgj3|3IELkz6P)7;g%)P;9sdt@ zcHLhCGg>y2(^o5byLwzM>1%d1Z^e>^nbeI%-85pRX_?99g|8h*+oeLyF7UZhYo@fl J&Ykw){R6M0J{, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-27 04:26+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:14 msgid "ACLs" diff --git a/apps/bootstrap/locale/bg/LC_MESSAGES/django.mo b/apps/bootstrap/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ce139cef6001df0f7f641dd4b8ec1881f24d5ef8 GIT binary patch literal 507 zcmZut!A=4(5Y^~ukDfi$#DheKE~pWT7(teVgjE8o_X4HV?6#Y>EAkI%PB?F<)~{ zqFy`+#v(V?L+qrQL${C)62r*S`da)+8po|NmS$xwRn8T{1*4Y)o~+;= z+d_|f!AL!<)giot`ZcNDvgag0S{7UiNCeLq=@zL(hnVYP=YF+XRejk?EyU+0M84gH zqxm)lh\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.mo b/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bb4222df5883f38d740d276fa4e9072d12d7c36a GIT binary patch literal 520 zcmZut!EPEc5KYva_Ska|6R8JKJ9r_90;W`@*`-2aTLhb2BZnOpSG)Gg_J;5w`K^3H zzNKD>$fZwu8e4vTGjCo$o;{yQvM zA)GcGCbzR0{2nJUe2bIuboOH$MT>a3{O+YHuSHInk|;U+B2)TMtwY_lq4gGGyWMtN z<0#kkw9irmKAS)ETj7\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/en/LC_MESSAGES/django.mo b/apps/bootstrap/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf GIT binary patch literal 378 zcmYL^!A=4(6h$?qRR_4|GMqaCcLy)MTDe1)R4#Yj^bV>V?c6$(C#4(Cc z=nvC8{^vb%R)EYQVdOriGCh6DGad<52PnO=^;!kzDH+d&AQ_XK47g;e7_uZO_-uBI zs;#!F(okykPKjXIWZqOB2r*onmh;ul!KyNqe79e_6-OgygSPnH*9LnB{Ta?TYh~;; hS-vV?>u@tK$I#z-O|2L0f!n298Cy}(e>Nf7`vqH7W=a46 literal 0 HcmV?d00001 diff --git a/apps/bootstrap/locale/en/LC_MESSAGES/django.po b/apps/bootstrap/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2e572d1b6e --- /dev/null +++ b/apps/bootstrap/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/es/LC_MESSAGES/django.mo b/apps/bootstrap/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..491e21879daf494a8981e8f3d4967d3b5946a2e6 GIT binary patch literal 505 zcmZut-A=+V7}e<2F1_~RGx0*AA040(su&SQLb54=>3tbx)NJk2b^;IL^Y|t{iyaWX z@gyg0)ARkD^L=vsdEjv9c6e6}^ z5`sZA^(MSf+G1oLTQp$wL}QmAsvO3gAHDxDh&ve-UNw|NJ\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/fr/LC_MESSAGES/django.mo b/apps/bootstrap/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7371c67367fe075dc47215665b345abdd5762bae GIT binary patch literal 729 zcmZWn&2H2%5MF){IdbMO7o=9mNj6>7lF|xjccn_ZV%4UcnN22%QDR%R)7?G@Z^6SL z#0`mOVZ7ba10#L%cs&1~|GaqmZN&0~@scrNJY&omLB2370~ya5zZgFrjYhxue8u?w z_|E>5Pd0Cb)os4*L^?N+iR?UD7iGr}tVP;8{E$r>4S+Ccz52vMrj_Sii{jSsyq-2bF&#>E3}uU! z2|l?lX5#3, 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:37-0400\n" +"PO-Revision-Date: 2012-07-23 22:49+0000\n" +"Last-Translator: Pierre Lhoste \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: api.py:24 +msgid "Simple" +msgstr "Simple" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "Une configuration simple fournissant " + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/it/LC_MESSAGES/django.mo b/apps/bootstrap/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..21daa7edba8be1c1d28df079f7f07833eaf5e379 GIT binary patch literal 505 zcmZut%TB{E5Cp*~N6s9K#GwebP9KP3D5B6*s?_R8bgo&7o3|Jot!5)X;T#698}u|kLVO^=s!R+7Knx5Jk_`;U+OcPb7#GD+B%+Bf4TO)R6ZC#CUEbR zM6!jxL?u`=Y&0RffM$y|&PD42!gd&v5GLwfSMC4NU5a*i8WMt$^azQQ#%B_(6KwD_ z8nK679I@*t?hQw`y?%cZO{X^`HEAhR1&NZmU_+Fdrc|}{?91h{j+K#qRUdy5iq$4O zFIFKy&2!JQwGG$EPl9+DN83F$>S1ti4Jt!JeHN4s)d%t-liFOd*+M$6u=|t@ptIFg zJztfB$jt0qn^dsQi^k2kf>ANfN+&ZISeJXjOz~IxZu5$*uHBkpM_tx933h$~SOJv` literal 0 HcmV?d00001 diff --git a/apps/bootstrap/locale/it/LC_MESSAGES/django.po b/apps/bootstrap/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ff2e2ccfc6 --- /dev/null +++ b/apps/bootstrap/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-07-23 19:40+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.mo b/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..eec7005af70e20c0d5ba4d2744bb83abc9811323 GIT binary patch literal 523 zcmZut%Wm5+5KPdXbnLkY7U;o7OH+0d#9`_pZX^Q+B-gN&UJFLrNGv2$AXjzrA^oua zK)xj_J4h}WV8A6g`PublA6@BrW+kf-TPZ}TvFdI|xow2AUO8=@X!=~Cz3;#W z>z^6FcA${T@<<^_HVMZQ9-i~b2^*iulXD)Ph9L?02L9^4{TsRqc^ZBR2|=Pf^2{mY zYlYTHwzx?Wwwk9g`xdA3WpXu-qD{QrekZ9ZJ5>VDKsAy@9p)7qtN<%;wK9btvca>D z-EKF+zNo%~`@Nm^uoW-bgCPz@;{~PdOA1r}UL|4}q{}pZUE6pR2G`ag7@F~+C9??k zDB4l#mQ?f&X# SlS_68X9L4N&DeMt96bRsG@B^^ literal 0 HcmV?d00001 diff --git a/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.po b/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..47c66cd29b --- /dev/null +++ b/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-07-23 19:40+0000\n" +"Last-Translator: FULL NAME \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" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/pl/LC_MESSAGES/django.mo b/apps/bootstrap/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..42894e15be1fc8296b284ba0d8fb3e7f9c8d07a3 GIT binary patch literal 562 zcmZutO-~y!5Tz=oJ@(wg912R*I`(c-5lj{u$VQ5krBSlGh>wVGh+sp+KO|4_4VqV5So2%1J(+FDFKL}J znnNxggobRAucD=FjP)dUrP`3owsfR09Jby!oYGSHZF}2Wo0?kVgjL4UI^vN=XVSY7PriDYu2r%jmn^uIED?btmul z8#K>{aI|^efyhnmX!TNsHWlqg`7F=g&J_1pbY--c8fSWFa5*pUJt~FLXRzK1>!eR_ ziYXbs=|aytX-THnW}|e;VR)$Du2Dq2*n6&0BpTRRTA*?(QyKSMGwX-B7N3>Uxv m>7$sPrwJS%@7+;42yQ2Y*(hf4__&V;4eMe~j5$d+I`|K7tDyG) literal 0 HcmV?d00001 diff --git a/apps/bootstrap/locale/pl/LC_MESSAGES/django.po b/apps/bootstrap/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2e54efc1de --- /dev/null +++ b/apps/bootstrap/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-07-23 19:40+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/pt/LC_MESSAGES/django.mo b/apps/bootstrap/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..103245996a8e1c0516d3b56db379d23896b7376a GIT binary patch literal 508 zcmZut!A=`75CyfTJ#y}0kT`(o#G3#jn5JqV8!1w@M9IS4BxYl@Yg_hg10TW<^+WnC z%n}5bKIzG}{AT98`M3A=WrwlL{Khy!>;2!moaI(TX9inko zLav^bg=~~BlDYOS5azKoE4*sTh=r4|Ch}5<($KoO?<`#{f{Q8`7ew9G3KL_aV=}ub z@H%Kk+!jZQw1i&T?O}S3y%Xr3$&+(TPt%lzIM;tnJN`eq3wfFzr;KE(B4H7fjg=x7 zB#dvTQ}{j1Gx(9^!^!m5a5S1{i^Wft+Okol#zL!F!i-}yC7aT4_-=o**>tGwWghg? zTMEBjMihRV1NEwoqI&NnJc*+upXAx+s=A#txptPcWna&p1Co9s;VWhAB`nt}L`{R+ zVvPMyT|4tZ2h8l!t&A-t^zRLQIF{fknN>|t6^>n~qXg^Uo^jB-gza^3XkmW<-J@jZ E6@7u0jsO4v literal 0 HcmV?d00001 diff --git a/apps/bootstrap/locale/pt/LC_MESSAGES/django.po b/apps/bootstrap/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000000..0e5a66f1c3 --- /dev/null +++ b/apps/bootstrap/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-07-23 19:40+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.mo b/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..10d2fcc137b7c7173c16a006bc43146f2121c099 GIT binary patch literal 522 zcmZut%TB{E5Cp*~N6sAfz@ZgvofZ(qP(&Z8RH=cg4P23FO=^_bk?m06Klm@cfNx>b zBDgTp$hJH?yR%<=yB}MGZQ?%hfVe|EB35V?@Gv9x!g@5QxSv`nHarC#gW+M#xMtiAg#hoRc)W7#YoT1Lg|!4`%(Gd={c->1(U3_BEzAvx#OUV_0x4)7qGc@ MY8tMfSr4|p0lkWwHvj+t literal 0 HcmV?d00001 diff --git a/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.po b/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..8b30567ef9 --- /dev/null +++ b/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-07-23 19:40+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/bootstrap/locale/ru/LC_MESSAGES/django.mo b/apps/bootstrap/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..de72e88998f9ae157b2a8cc65876f100443b5e4d GIT binary patch literal 579 zcmZutO>f&U49z|+^Ks`LIAALpY>Ff&LsK>Gnl%m(Al`z+-Ca#oM}sXHlH9aF|Hl5_ ze#_{jYcC`4AQF0yWuYY$iULf8fJ|JEpJ|o%~BHq00bWZVYIZv^0_Lo`*GTV@! z%6V;#fK1*?1L-7NMN3s%7f9v{y&>P4!js$z*oIIGN(&vf&2?{WE9$J5PFqK-R!g<_ zjq=grM@}xCk^$S2i400W%y>-L35ol_zli<`VFSjHNS5kWx8wiAI~4==iD5)@=>y4~ zG`^IYHlEEd#*@i1U9HZMYKle{isVXG0+x;U8eJVf?!MdYdZBHk zZ`9r1LVdV|r}e=EQJc!s^05td4edtREK8s7#Ct5dv?eHnOWoJ#E~vXe>r!fS2J5YK zUWMc;pOWD-ubp|L97)aEZnP-`46k)~T33K;qD9#_S(2%Bl^0;@ed&|_8648&*nH$H vNjMxGL7TGo3Fq(?7$6<%^CbTFHA)6;x>v9fXYlZFkRXS3QNvLaccac\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" + +#: api.py:24 +msgid "Simple" +msgstr "" + +#: api.py:25 +msgid "" +"A simple setup providing an uploaded date metadata and index plus an " +"alphabetic index based on document filenames." +msgstr "" + +#: api.py:29 +msgid "Upload date" +msgstr "" + +#: api.py:32 +msgid "Segmented date index" +msgstr "" + +#: api.py:43 +msgid "Permits" +msgstr "" + +#: api.py:44 +msgid "A setup for handling permits and related documents." +msgstr "" + +#: api.py:48 +msgid "Form" +msgstr "" + +#: api.py:49 +msgid "Building construction form" +msgstr "" + +#: api.py:50 +msgid "Building usage form" +msgstr "" + +#: api.py:52 +msgid "Blueprint" +msgstr "" + +#: api.py:53 +msgid "Floorplan" +msgstr "" + +#: api.py:54 +msgid "Plot plan" +msgstr "" + +#: api.py:57 +msgid "Date" +msgstr "" + +#: api.py:58 +msgid "Client" +msgstr "" + +#: api.py:59 +msgid "Permit number" +msgstr "" + +#: api.py:60 +msgid "Project" +msgstr "" + +#: api.py:61 +msgid "User" +msgstr "" + +#: api.py:64 +msgid "Permit index" +msgstr "" + +#: api.py:67 api.py:72 +msgid "Per permit" +msgstr "" + +#: api.py:70 +msgid "Per project" +msgstr "" + +#: api.py:75 +msgid "Per date" +msgstr "" + +#: api.py:78 +msgid "Per user" +msgstr "" + +#: api.py:81 +msgid "Per client" +msgstr "" + +#: links.py:8 +msgid "bootstrap database" +msgstr "" + +#: links.py:9 +msgid "execute" +msgstr "" + +#: views.py:18 +msgid "database bootstrap setups" +msgstr "" + +#: views.py:21 +msgid "description" +msgstr "" + +#: views.py:42 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:44 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:48 +msgid "bootstrap setup" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Are you sure you wish to execute the database bootstrap named: %s?" +msgstr "" diff --git a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo index 841ccc478ffff6da0605af8668143e09c156990a..d130e75a4ece50a6cb672a20b1717716838c208a 100644 GIT binary patch delta 19 acmeBR>0p_#k;BMX!O+yo*nHzoe?|Z})CH>m delta 19 acmeBR>0p_#k;BkH!O+mk(0Joce?|Z}X9b-A diff --git a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po index 9e1647c675..56484b399c 100644 --- a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" @@ -81,7 +81,7 @@ msgstr "" msgid "checked in/available" msgstr "" -#: models.py:24 views.py:133 +#: models.py:24 views.py:137 msgid "document" msgstr "" @@ -201,28 +201,28 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:125 +#: views.py:122 views.py:129 msgid "Document has not been checked out." msgstr "" -#: views.py:127 +#: views.py:131 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:129 +#: views.py:133 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:142 +#: views.py:146 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" msgstr "" -#: views.py:144 +#: views.py:148 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "" diff --git a/apps/checkouts/locale/en/LC_MESSAGES/django.mo b/apps/checkouts/locale/en/LC_MESSAGES/django.mo index 698fd6740917e1ae6832bb9e5f9380b95a902310..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q4C7&j{!gA2CM)8 diff --git a/apps/checkouts/locale/en/LC_MESSAGES/django.po b/apps/checkouts/locale/en/LC_MESSAGES/django.po index b7f6ab49f3..120e3fe0d9 100644 --- a/apps/checkouts/locale/en/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,7 +81,7 @@ msgstr "" msgid "checked in/available" msgstr "" -#: models.py:24 views.py:133 +#: models.py:24 views.py:137 msgid "document" msgstr "" @@ -201,28 +201,28 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:125 +#: views.py:122 views.py:129 msgid "Document has not been checked out." msgstr "" -#: views.py:127 +#: views.py:131 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:129 +#: views.py:133 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:142 +#: views.py:146 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" msgstr "" -#: views.py:144 +#: views.py:148 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "" diff --git a/apps/checkouts/locale/es/LC_MESSAGES/django.mo b/apps/checkouts/locale/es/LC_MESSAGES/django.mo index 9fa9c6e701c04ed8c7db285b1c16d004c680c60b..8cc1dcec4d8af81d141394256ddf8bd68333ef48 100644 GIT binary patch delta 503 zcmXZZy)Q#?6vpwVN?g%a)myxmTW=MW_IgPyNJK1+#MD?csl+4_F^S~*13J}U>uSXv zEMhYdlhHzAkzkNWBrLv1OrLX~d+s^E{O(u!HGTRS@*hIdbE7mN=_)EM;Tz^L8!Elq5!4B-iWwgAAIo!iRJi%VP#aev9MSMq_I~kY%SCrz?6u~hr;2jQOv{@QP z5BqT)UEIe6R?!xpVHaMb^*x~-z?#Ou#R1Ht^MdZ?Sh}&33`~DjlA-7d>a0ab^9xdO%aoj~(RV`37P@H2MUSc2KV-J3yEspV$ rzoK@u{uJ8PXRsSrum(3Vj9bA?xZ*fDFPWX5^Jb4qk#g`8IdFafc;7Vb delta 514 zcmXZZJ1m1y6u|LQ_4x47sv26aYQ0*a{nS)xJU0=E7;2F;MAE27Qk$fo$)XdB$ztmy z>5RdG%_1g?#8S2<7$p9OPQP=`J@=lQd&`l}$YsT0zd1x+n?*)Nba9{vHyZyx5xyA3!KJh96(>2 z$RJK(FK%K8kI;if)WKKi$4At@chn1*G=(vWeYlERKfr!G_t+vs1h*81v0T;5sR8mN z*5Mj9;0Ee|Eb?elz->H3-CythzgQFv@>$gWg=&2ZN67QY7Ad9(8VRnk1Mjd0U$6^* zPzU>2\n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -82,7 +82,7 @@ msgstr "reservado" msgid "checked in/available" msgstr "devuelto/disponible" -#: models.py:24 views.py:133 +#: models.py:24 views.py:137 msgid "document" msgstr "documento" @@ -202,28 +202,28 @@ msgstr "El documento ya esta reservado." msgid "Check out document: %s" msgstr "Reservar el documento: %s" -#: views.py:125 +#: views.py:122 views.py:129 msgid "Document has not been checked out." msgstr "El documento no ha sido reservado." -#: views.py:127 +#: views.py:131 #, python-format msgid "Error trying to check in document; %s" msgstr "Error tratando de devolver documento: %s" -#: views.py:129 +#: views.py:133 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "Documento \"%s\" devuelto exitosamente." -#: views.py:142 +#: views.py:146 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" msgstr "Usted reservo originalemente este document. ¿Está seguro que desea devolver forzosamente el documento: %s?" -#: views.py:144 +#: views.py:148 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "¿Está seguro que desea devolver el documento: %s?" diff --git a/apps/checkouts/locale/it/LC_MESSAGES/django.mo b/apps/checkouts/locale/it/LC_MESSAGES/django.mo index 0d9c95135793c4183d1abc15642fd05ec6018183..19d6f71c61ac03308950b650551b2cee3931f40b 100644 GIT binary patch delta 19 acmey#{F8aYMh+um1w&ISWAlwW9T)*fcm{j` delta 19 acmey#{F8aYMh-&*1w%tCL*tD*9T)*f3kGfg diff --git a/apps/checkouts/locale/it/LC_MESSAGES/django.po b/apps/checkouts/locale/it/LC_MESSAGES/django.po index 527d711150..2f6b53f3a0 100644 --- a/apps/checkouts/locale/it/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" @@ -81,7 +81,7 @@ msgstr "" msgid "checked in/available" msgstr "" -#: models.py:24 views.py:133 +#: models.py:24 views.py:137 msgid "document" msgstr "" @@ -201,28 +201,28 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:125 +#: views.py:122 views.py:129 msgid "Document has not been checked out." msgstr "" -#: views.py:127 +#: views.py:131 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:129 +#: views.py:133 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:142 +#: views.py:146 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" msgstr "" -#: views.py:144 +#: views.py:148 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "" diff --git a/apps/checkouts/locale/pl/LC_MESSAGES/django.mo b/apps/checkouts/locale/pl/LC_MESSAGES/django.mo index 505b5ed3a0444f2b32d9a68422696b1cb176c09f..061f9dfb413ca12b51681c8a0a3abf6e7d622dfb 100644 GIT binary patch delta 19 acmdnQvWaEFMh+um1w&ISWAlwWD;WVl5C$m# delta 19 acmdnQvWaEFMh-&*1w%tCL*tD*D;WVkqXruQ diff --git a/apps/checkouts/locale/pl/LC_MESSAGES/django.po b/apps/checkouts/locale/pl/LC_MESSAGES/django.po index b357bdb644..6726bb53b9 100644 --- a/apps/checkouts/locale/pl/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" @@ -81,7 +81,7 @@ msgstr "" msgid "checked in/available" msgstr "" -#: models.py:24 views.py:133 +#: models.py:24 views.py:137 msgid "document" msgstr "" @@ -201,28 +201,28 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:125 +#: views.py:122 views.py:129 msgid "Document has not been checked out." msgstr "" -#: views.py:127 +#: views.py:131 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:129 +#: views.py:133 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:142 +#: views.py:146 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" msgstr "" -#: views.py:144 +#: views.py:148 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "" diff --git a/apps/checkouts/locale/pt/LC_MESSAGES/django.mo b/apps/checkouts/locale/pt/LC_MESSAGES/django.mo index 011983fa96183696c37a9cd651fbc9183b6e8b0a..3a0f823da7f04ec779e17674fe9b91f1ef59d154 100644 GIT binary patch delta 19 acmeyv{D*nMMh+um1w&ISWAlwWof!d0>IQ`X delta 19 acmeyv{D*nMMh-&*1w%tCL*tD*of!d0eFk>` diff --git a/apps/checkouts/locale/pt/LC_MESSAGES/django.po b/apps/checkouts/locale/pt/LC_MESSAGES/django.po index fde359c903..d3ce8a8c98 100644 --- a/apps/checkouts/locale/pt/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" @@ -81,7 +81,7 @@ msgstr "" msgid "checked in/available" msgstr "" -#: models.py:24 views.py:133 +#: models.py:24 views.py:137 msgid "document" msgstr "" @@ -201,28 +201,28 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:125 +#: views.py:122 views.py:129 msgid "Document has not been checked out." msgstr "" -#: views.py:127 +#: views.py:131 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:129 +#: views.py:133 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:142 +#: views.py:146 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" msgstr "" -#: views.py:144 +#: views.py:148 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "" diff --git a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo index 19313ebb8d203d7dd274f1dac2577103a5ad36b7..31175c36545fba022997f8811be996af7d005911 100644 GIT binary patch delta 19 acmeBT>0+6%k;BMX!O+yo*nH#8Kt=#LAO*1i delta 19 acmeBT>0+6%k;BkH!O+mk(0Jp{Kt=#Kvjw97 diff --git a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po index a4c2fbb416..ccceafb209 100644 --- a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" @@ -81,7 +81,7 @@ msgstr "" msgid "checked in/available" msgstr "" -#: models.py:24 views.py:133 +#: models.py:24 views.py:137 msgid "document" msgstr "" @@ -201,28 +201,28 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:125 +#: views.py:122 views.py:129 msgid "Document has not been checked out." msgstr "" -#: views.py:127 +#: views.py:131 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:129 +#: views.py:133 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:142 +#: views.py:146 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" msgstr "" -#: views.py:144 +#: views.py:148 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "" diff --git a/apps/checkouts/locale/ru/LC_MESSAGES/django.mo b/apps/checkouts/locale/ru/LC_MESSAGES/django.mo index 962a93406491aaf50be44be1cd3f1295b85804ee..67ee07bd2dc89575af0bf1386f43484cda1d152e 100644 GIT binary patch delta 19 acmX@ia+qbpMh+um1w&ISWAlwWyBGmMmIhn^ delta 19 acmX@ia+qbpMh-&*1w%tCL*tD*yBGmMDF#je diff --git a/apps/checkouts/locale/ru/LC_MESSAGES/django.po b/apps/checkouts/locale/ru/LC_MESSAGES/django.po index 590e94a84e..fa5218d837 100644 --- a/apps/checkouts/locale/ru/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" @@ -81,7 +81,7 @@ msgstr "" msgid "checked in/available" msgstr "" -#: models.py:24 views.py:133 +#: models.py:24 views.py:137 msgid "document" msgstr "" @@ -201,28 +201,28 @@ msgstr "" msgid "Check out document: %s" msgstr "" -#: views.py:125 +#: views.py:122 views.py:129 msgid "Document has not been checked out." msgstr "" -#: views.py:127 +#: views.py:131 #, python-format msgid "Error trying to check in document; %s" msgstr "" -#: views.py:129 +#: views.py:133 #, python-format msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:142 +#: views.py:146 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" msgstr "" -#: views.py:144 +#: views.py:148 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "" diff --git a/apps/common/locale/de_DE/LC_MESSAGES/django.mo b/apps/common/locale/de_DE/LC_MESSAGES/django.mo index 2d1e630d3b72a6c76ca469d982b820ba24fd4966..594791b3d825978451734a586bb45c5406d6f9cb 100644 GIT binary patch delta 19 acmZ3?vY2JUMh+um1w&ISW3!Drvlsz9(FOYe delta 19 acmZ3?vY2JUMh-&*1w%tCL&J?bvlsz9Uj^&{ diff --git a/apps/common/locale/de_DE/LC_MESSAGES/django.po b/apps/common/locale/de_DE/LC_MESSAGES/django.po index 49b041ddfc..df305c6d00 100644 --- a/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/common/locale/de_DE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" diff --git a/apps/common/locale/en/LC_MESSAGES/django.mo b/apps/common/locale/en/LC_MESSAGES/django.mo index ddd2ed7a1cbe2485c9c7b5ad903e0b73c2a612ed..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q2a{oj{!g22C4u6 diff --git a/apps/common/locale/en/LC_MESSAGES/django.po b/apps/common/locale/en/LC_MESSAGES/django.po index a86963a8a3..6b608096bb 100644 --- a/apps/common/locale/en/LC_MESSAGES/django.po +++ b/apps/common/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/common/locale/es/LC_MESSAGES/django.mo b/apps/common/locale/es/LC_MESSAGES/django.mo index 5dbb47391c39a98c2addd3479cb1af2081103e68..90b98baa123b8a1a716886b4561064e60d96970f 100644 GIT binary patch delta 632 zcmXZZ&nv@m9LMqZ=GS*Lo6Ssqr8FbbSQLpHe}I##?BK`2LG7}9bCafs9Mo=3q-ZM_ zq1BRaTy{{F6ysvK`2#%Pd=B65*+l-yByX}%oWYH@!DI(K89!#Md zuZ%awJl3&Zz*&4mKZbZsVJ{A00z2>kwa$exhZgfo^x&;uY-wTOu&{-1ScA(=BJH?_ zQA}e$=8Uh{#@q^s%wZ4KViLo+VdjTOHp!swbBY=uj}7Pq?Eej)SkR4MP*3=dnxKLU zXaz;Oa0Ll1+o%USLQR;*PAs5qP{t5ejIL&p6Xs$3JAl!#&7g?&d{9EYf=|>$5vttb zAZp?t)Xw;bGmZmTg$az~66zIXPy;=n)+r**m1pe3FXU`8AEaNJEQ%4FK~1=d`a#OL ui`toE)Iw*dExg87bWrcKjQZbq_P#pku}0$E!=n@NvHcHkI-6?T^ZWu3?M8?I delta 643 zcmXZZJ4nJ&6vy$?TMf(79%N4<%BB3*(1WOK!QEgoRvOQjh%CBA#zkbNR%8+r zSc*5sdt(NxSkK}#KA{J@_)Op+_G1)V@d&lfr7?{T=2z&%2am+1k%7%Z0za?N(gqXx)eHQM#@{{x>{(1YJlZ}^Ft zpok0T^NO_N8WLLeQ7?9anlOWHm_e5U#N*J zs$Am;YGRF{o$=!+4r3WcaR^sXpWqZV&?9P{9MW8Q#XkH-?k4jc^h=WsVGqutCR|6| zkT4#ib|#5h=mNEcci4YEl&|NBYZmV2EJE7)mSW0tk|;@)vhg_dLCrEn+`NJVP) FoWJwkOuYaA diff --git a/apps/common/locale/es/LC_MESSAGES/django.po b/apps/common/locale/es/LC_MESSAGES/django.po index c0cab7d7c1..bd8974bb1c 100644 --- a/apps/common/locale/es/LC_MESSAGES/django.po +++ b/apps/common/locale/es/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:23+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/common/locale/it/LC_MESSAGES/django.mo b/apps/common/locale/it/LC_MESSAGES/django.mo index 034e20f73013988adb7afb7501fd96f6f1fb3e10..dc16535cb0090c02c539202b59350e99ab84b015 100644 GIT binary patch delta 21 ccmdn3vs-6FI4_5hv4Wwgm9g38c-}i4085w#d;kCd delta 21 ccmdn3vs-6FI4_5xfr6o-m7(G0c-}i4081AJZ2$lO diff --git a/apps/common/locale/it/LC_MESSAGES/django.po b/apps/common/locale/it/LC_MESSAGES/django.po index 39bffc28a5..e1af52a9aa 100644 --- a/apps/common/locale/it/LC_MESSAGES/django.po +++ b/apps/common/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" diff --git a/apps/common/locale/pl/LC_MESSAGES/django.mo b/apps/common/locale/pl/LC_MESSAGES/django.mo index 101942a041c8cd50bab5a17922085f294dcdd98d..f01b7ec6274989a3f34e14d95bb8e066df52c9cc 100644 GIT binary patch delta 21 dcmX@Dby{n~W*!bBV+BJ~D`T_GyLl#X002}{2Lb>9 delta 21 dcmX@Dby{n~W*!bh0|i4vD?`K0yLl#X002|b2J-*_ diff --git a/apps/common/locale/pl/LC_MESSAGES/django.po b/apps/common/locale/pl/LC_MESSAGES/django.po index e9bb6963a0..53d692485b 100644 --- a/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/apps/common/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" diff --git a/apps/common/locale/pt/LC_MESSAGES/django.mo b/apps/common/locale/pt/LC_MESSAGES/django.mo index 54bd7a2a0be73b185b284b477a9b58d5a9a318f7..a94c7851646f19455d2f35aae41c7e11af946848 100644 GIT binary patch delta 21 ccmeCz?bqE9&dXtBtYBzrWo))Np4WgA07HibdjJ3c delta 21 ccmeCz?bqE9&dXtFpkQcdWoWoLp4WgA07C`^YybcN diff --git a/apps/common/locale/pt/LC_MESSAGES/django.po b/apps/common/locale/pt/LC_MESSAGES/django.po index 0d9b49108f..665b95784b 100644 --- a/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/apps/common/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" diff --git a/apps/common/locale/pt_BR/LC_MESSAGES/django.mo b/apps/common/locale/pt_BR/LC_MESSAGES/django.mo index fbd8c090d832a0b7faac45731babd464173ccf1a..402519743f9bd983ff8d3b1940e8f7f8dc118361 100644 GIT binary patch delta 21 ccmX@EeO!CPPaX~\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" diff --git a/apps/common/locale/ru/LC_MESSAGES/django.mo b/apps/common/locale/ru/LC_MESSAGES/django.mo index 700f7fe64e9a37d30d1e5d4d444909b6546dde04..7d76d578a10e851af55a8a23d71276fa02ac6ced 100644 GIT binary patch delta 21 ccmZ2tw!~~hI4_5hv4Wwgm9g38c;2JD07+8@Pyhe` delta 21 ccmZ2tw!~~hI4_5xfr6o-m7(G0c;2JD07%jXK>z>% diff --git a/apps/common/locale/ru/LC_MESSAGES/django.po b/apps/common/locale/ru/LC_MESSAGES/django.po index 00cf379c7a..38df6bba23 100644 --- a/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/apps/common/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" diff --git a/apps/converter/locale/de_DE/LC_MESSAGES/django.mo b/apps/converter/locale/de_DE/LC_MESSAGES/django.mo index 2bb98c596bbb523fec1aec7f7d87a3f2d0bba8dc..6aa5cf818de913254f298ddd7a7640dbfcd5b36b 100644 GIT binary patch delta 90 zcmeyvyqINz3ggR(s-Ef@B_#z``ugdaB^jkjddc~@`bGK0iA9F^b\n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:15 @@ -906,8 +905,9 @@ msgstr "" #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." msgstr "" #: conf/settings.py:16 @@ -916,8 +916,8 @@ msgstr "" #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower " -"but less prone to segmentation faults." +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." msgstr "" #: conf/settings.py:18 diff --git a/apps/converter/locale/en/LC_MESSAGES/django.mo b/apps/converter/locale/en/LC_MESSAGES/django.mo index ddd2ed7a1cbe2485c9c7b5ad903e0b73c2a612ed..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q2a{oj{!g22C4u6 diff --git a/apps/converter/locale/en/LC_MESSAGES/django.po b/apps/converter/locale/en/LC_MESSAGES/django.po index c513120949..f621078221 100644 --- a/apps/converter/locale/en/LC_MESSAGES/django.po +++ b/apps/converter/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/converter/locale/es/LC_MESSAGES/django.mo b/apps/converter/locale/es/LC_MESSAGES/django.mo index f227806c92656e3ed5571fb8bb592d0ef74af59d..79bffb837f91602fc243692fad5231fe8a11b87b 100644 GIT binary patch delta 1925 zcmXZce`wTo9LMqZpml2V(zVU$=G|@cN6WlxyKU9Asrym$CsC+n;NT{=AE3M1?Fd)# zWsOQfVz6jz%7~;NShz7|A{MNI(*9A;}OpWAB)&#t3Ic8_qo0XW^Co!|lIEk;|JQm@$XUty5cFel3@$7)=G`%w#ggiCN7^Kk+r_#4WdjNoo8$G1@vk0C!hJZ@KGpSVTX- zd1*r-)VQ6Pj~y7qgQ%lCgoSts9S z3H$-6Bl`{cS>OeK!6vMrzZZ4Z1E}Y}a-MTu#A4RBSsIGqUw0!|?^kU(7IS?ADwVI{ zavVTKa1>QkQ&@smu@vv30$DiTY8`eU2~T4C-tHjea1@P#f8V%Fu2M;XA1B!x-|ZuwNU=zl!Do7qmc- zgQpCv0`)fR#TD4&`iHTM{+RPSRA#QDHgpI1mRYdbf4}Qd{eIN_uaQrM{fwNF%{P1g zLUk?vM6DR%#vW%ss(6k%Cs2|8FtT&xW z_I9UxV+WE4lRdHSOeUMk49~4ET~Hm5RMjTpb;J45Bf}@64a4`MZ{%%H_H<^GovB15 Ll{vK|wzc#>e)aNX delta 1920 zcmXZceQ4EH9LMqR*yh%>r7m?(x_h_jTzTES+iLAjUGA!T%o>j9iPnwwM0%sP{Sm=_ z#*l)HjJt7(Nm#H9N)sQzg(zgf3=CvQMKH`iV-z(a>;ZazJO?iKb{SPx5% zWpi&D*Nkhi8w>Gy)KwnBb@(=FgCC;CpGGzi*f$iE12<3u?_e9|$6aW)Qniy6f+;2W^*&$YZDzjH5O< zgUXFlsJp-J+wY)~Ze^HxDC+)LpS1trC|xDgjn9e+oK zxcE`C`>_i(Q9r8RTeuHrQFpt9I>^7MJKwz9MW_WgQGWsTeF#wBi!XK)eFbLs9dSs>vEz8b--cNJa1qwzK5D;I-sDW znnfke6;#N-Lk@8_zKTSGIBTLlY``JZiDpnCpF>S}8x@g1P!Y{(H`5iDATNm3pyq!O zb1;~qP)*?j9LLM34K;SSJKK*s(IHgQWKbtLjYse+)J8fw`F!Ibs^0`w;54fL1=Pl_ z`SzcX90}|n3flRaF1Jt^HLx4Cv6oQ;k9j{vO?V!);5=61E#IEq?cRnBsEAeI3am$c z8Jkh#_uXx;;uGsTB(Z=8!>ALDVlKXauCs8qqPpOT$NM6Q*9MYfBd??)dy-=V@lbs< zRv(ErMPkuVEEbQ&(#_kC79^6RV, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:11-0400\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-06-17 22:21+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:15 @@ -474,8 +473,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -636,24 +634,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -913,11 +906,10 @@ msgstr "Ruta de archivo al programa imagemagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Manejador de conversión a usarse. Opciones son: converter.backends." -"imagemagick, converter.backends.graphicsmagick y converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Manejador de conversión a usarse. Opciones son: converter.backends.imagemagick, converter.backends.graphicsmagick y converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -925,11 +917,9 @@ msgstr "Ruta de acceso al programa de unoconv." #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower " -"but less prone to segmentation faults." -msgstr "" -"Utilizar el método alternativo de conexión a LibreOffice con un tubo, es más " -"lento pero menos propensos a fallos de segmentación." +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." +msgstr "Utilizar el método alternativo de conexión a LibreOffice con un tubo, es más lento pero menos propensos a fallos de segmentación." #: conf/settings.py:18 msgid "Path to the libreoffice program." @@ -944,6 +934,4 @@ msgstr "Ayuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "" -"Estos son los formatos de archivo apoyados por el servidor del convertidor " -"seleccionado. En este caso: '%(backend)s'" +msgstr "Estos son los formatos de archivo apoyados por el servidor del convertidor seleccionado. En este caso: '%(backend)s'" diff --git a/apps/converter/locale/it/LC_MESSAGES/django.mo b/apps/converter/locale/it/LC_MESSAGES/django.mo index 41b4315b8f7b95d4a4a1d1831ec0a5802ac12007..93e721e98f3ab26dcf0fb65c1d0d4604123c1206 100644 GIT binary patch delta 1911 zcmXZcS!h&O9LMp0Fq*g}Zqd=1Np2FYRuivdOf*y1m>Aopm1rxHpfa%`2{=ZwJZLPp zqTSqT8>+uRs#%c4+Hedor<37~*QHvfEJEKyjaTAyT#qxb2Nm$ivcPOSjo%nh2L41nU<>U3z~ZQW4f3%j=P}fR*H9;W zgh`B)n`PlT%*IA!%HG3~cpP=GQ>Xxc3}`5#A=F8qVgZh-2m_jp4B09y#9gTQ6F3J4 zP^o-~xtO_-XK@m0z5x61O;o8KpaL5~9aPF7mxdOOqB5}rBe=$mx8iX6``q|p)Iw)a zfeoUbdw~-$mpbNP5vr64%)>fVfK50SJCFbZ`+$b-zyZ{QKVTL9j7t3o@+ynb!{s;; zQ^>WkZscQM@ih(aVKKfyWw!9O@b|UOMrS)l*x&Zh&Z}Bqb}(UoQ3~7^Oq1D`&%syO|)Sheu2u!9n=Z3mWBbA zqH4bk72sw!-h;Yy2T_51i5{Ls)%Y65@g`2j$EXsFT}J+O8KN{ioQ~SK2K9QRaT1YWo!@TqT&GU_BlsFFQG1u%>YQ-~8$8<(RtZa~fNz!Llv%kctgpTDaDcY7J|7|2~2Iu8|L zJu21BsD*aB`Olr_Q5hS;SMeF@EtpYlHU<|tYfvRxi<)mh-KBIuLzm@a)NMYB#9~)a z5st12ABZ9U(&nQwun|4%K?T-_%E&jU%nhJwJcPUmb{DmNjJgfSw^4xy@6gytV;2_V zEmZ1WqD~aA4KGbCs~|X4 z=)U{G_}9Z4CQuKqcebJy+=<%o5EkKSH+~f}>Hp#S_fRK&jCu>6qe_zfMp%kG%v5pX zG_si}LM=Q8N8-x<%ACCgGh4g5wkLhRrLC*AyJ_y0_O##8-kIuXYwz&WsU4|pep_c} scXMa&rP5gT{4y_5o-C{Ay<2*<_u|}!QFW=A_r3<42^?9vLT4@ zRM-zR@sA0^AAd|y|8bHs&`81}3KY~Kx)2PDM2Bb)x%I<}-XG3^%YB{iInO=kd(QVf z_u}4+V|z1BmS;zU8D^g*&EjUZC}q}y>v1g}!UFsq*JG^G>@nPo>hHp0{22Mz5x#iT zu3K$B&LXbGI(!w2urIX8X45!D$3nc0Q*la_Tc83b5wE~Jd(zu`wSfYRvdpgZDkughx?3 zyMXoh8)jqqe6t*^LAq=)j>9deliQ9;us5Qij0R9Uy@Dn93o4;U7MRhr5-i1asPU~h z5BpF@`7KVwA2Eja{rI1FkhrYYmFgQ*VmDExj7Df^;s>acD4;;fY!0fw5wmc!@9#j> z{6kb?{ixp!V;+uRETzNX??oPoorll>d@e9+*m@wQ+g>)S>e+Ch&W_yps`2e1&&plUsY zML3EDIB}8Lbex6S;VM+Zuc0=w9hJx~)Fu5K=invpA6Uxz7A$rHO}Lu)UDSzuf!e`O zs01Hf;%Z-rapF2ue;Re^-a;kPi2?3F)%YkD<0(|)mr*6Sjgc$(;TDTfD{sNZc8#o{Lpw{`WDRL7H(-F`y z;vKilWjGgg)Jsqky@Gn~9q%sGi4EYBcop>){DHV zb|E>~AykI9P(K(&{-rHvg*$--7!apXiS?jPnqZ}?Z7uF2UV|#d9ee__THJHRSVCNbs&N{X*xSB;8|sei zM-q?hBn>U}wSV9)mJ!ERxgVyyji?DhcT1*w2#lCc6u507FS==ub9a=K#h!mIom{r1t+l(Ot24R0wY#l8sHzOBl9jc| kurdh4`Y`OxsW?A=b!%sPPis5F9o@Y{6&nWYQu*=!0f, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:11-0400\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-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:15 @@ -474,8 +473,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -636,24 +634,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -913,12 +906,10 @@ msgstr "File path per il progarmma " #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Backend da usare per la conversione grafica. Le opzioni sono: converter." -"backends.imagemagick, converter.backends.graphicsmagick e converter.backends." -"python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Backend da usare per la conversione grafica. Le opzioni sono: converter.backends.imagemagick, converter.backends.graphicsmagick e converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -926,11 +917,9 @@ msgstr "Path per il programma unoconv" #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower " -"but less prone to segmentation faults." -msgstr "" -"Utilizzare il metodo alternativo di collegamento a LibreOffice utilizzando " -"questo collegamento, è più lento ma meno soggetto a errori di segmentazione." +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." +msgstr "Utilizzare il metodo alternativo di collegamento a LibreOffice utilizzando questo collegamento, è più lento ma meno soggetto a errori di segmentazione." #: conf/settings.py:18 msgid "Path to the libreoffice program." @@ -945,6 +934,4 @@ msgstr "Aiuto" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "" -"Questi sono il formati file supportati dal backend selezionato.In questo " -"caso : '%(backend)s'" +msgstr "Questi sono il formati file supportati dal backend selezionato.In questo caso : '%(backend)s'" diff --git a/apps/converter/locale/pl/LC_MESSAGES/django.mo b/apps/converter/locale/pl/LC_MESSAGES/django.mo index e645851145b7af07e1677f0310cef04fb617b746..4d9893578845678d3ed13ae6be9526a1dd882c50 100644 GIT binary patch delta 902 zcmXZa&ubGw6u|LE)S9-bRa0YY{IUM1wvFp1DOR(BK`nS_p;Z(?A+RkWT`)h`Y@{Nx zcvHkf$w@DY_y@#R6a?|2;=xuFq*_|==uts09>nj1h0T0s-fU*xyxGP4?|kdqfz&Y&4=Qx6^xD(?nwg=N_<0Pi=F81LI?7&Y6 z31k)cFE#!W!;2~_`Y5a5Wj&C?8WgHoWQrMiv0BM*`5lUJx8(HGRK_=CD|J3);nX|$v#kcH$N>iiAVlHbF2 zY~gx*iJIVR)Q|5YZqSui=x7PQqkjEA7IJO>Vq-JDU$ZT%sUy?XvgK9lj^|cA ztL$8NDwbQXH;VO+$%zZ*8L#O0Zna{LI)2eMvgu6LOdm6|!$#()Jv`F95`W)J_gs#R SJC#zyDe+3}>cX9#(a!&hEpAHy delta 839 zcmXZaPe@cz6vy$SGn)TRXVmde^(^y0;@dPh1%iSg3L%Juf-sN@A`wQQh&*sNiYN?- zn`#wCL8ya)%XTT~#-%HTqJ<#Hti|sSFFfw&+>0sV26U1mq!@PX43RFO)u0mWM$PwOJ&w8gc~nK#kjHjul=v||#S2uTVRltwb*O{H z0|F&5fRAw&TQTL_cb?-g<6(ByNk>o#FX99If<3r{5AnizgC6}5yEbDJsy~E!FPI}J zCs=j^>sUblGb+O!^zj#}wEs~bcJSZy>t4}#IF4Fp300{zEX7Zlz#ph}{-F*UqiJJ* zixa3+No39zkl$uos7v${Rq|8R!k2D5iz;c9msrT!QS+myl22nHrZ9|YRD#>6%l8fQ zv~q?(B|Jpk{@8$e)to, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:11-0400\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-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:15 msgid "file formats" @@ -475,8 +473,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -909,8 +906,9 @@ msgstr "" #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." msgstr "" #: conf/settings.py:16 @@ -919,8 +917,8 @@ msgstr "" #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower " -"but less prone to segmentation faults." +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." msgstr "" #: conf/settings.py:18 diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.mo b/apps/converter/locale/pt/LC_MESSAGES/django.mo index ab24e9d1f49169d599b6677f8f75bc0e5f301fef..c0dd984d33699b1724abb331c3d066e60f60f174 100644 GIT binary patch delta 1920 zcmXZceQ4EH9LMqRB)wNRXZf_b$KST*HEX+jRJS#qb1l7%GQxZykvqL?tLAKXLq+iC zlrWEk z52yTnIOSwj$UmQAcDlqY+syVw&6eX3zKOT75F5(O*5F1=!*6gl{)o9aj^+3SYq5;Z zEPM~OZXeFYBe)EIz&RMMFyA6H3MhGw^5h@K5*uP^DQO{XBdg z>z%Er4F*sF976?g28;0zWC@#6lZBu4pxGhj5ql-w9$He4)>rka>#iG$(CJ5MVztFEFWX|BEE|{ z=|`x{oy2tf3AN58Jc<(*1*JNMVfv$(ivAc4)%YSRfcvPFPOdR4z1ylexP=P+g*_g$}n1W#3i5#LCTji2 z@*og@EsbIZHedq#F&l57?m}oqaBCx|46Q=dz7zZLLsTGXv0!{YDnrXqfvrQ8xE~eR zCs=?dkUQerIU0)m8tPfxbrZbTf@jl+I(Y)Mz&6x^`|)YXu#o-;YUAJV8N7qa+&`$4 zPvU8%Vj3zlnK()BqJ)NiP=#TvL7lu2L)bdJB7G=7(%#dvr8XLE>*#6kZ7to{)fw&X zO2)f8y1JvC@$K==(T-%YH<28?U6K>7sPxLKYbzHFPA~m-@Ji{r)Ry?>w%&MKqSo6o JTpdl%{T~(m?NR^$ delta 1905 zcmXZce`u9e9LMqRNcThMnsZ*Ach~#qb?Vf6cb_|*bHCJW{vPOHplvdDi)BGfk!4}% zL#clx#UN2Gg5siLXhAipF6bisMPO=(8udr6R6-CG!w{uK-bnzzEVF8`V z*os=W6KCU2Y{8>ghNG@|HiyPj23j$eGMk34pk45+iYMo&`hQFaowX4=FA2T=}y+InP@fWB7uA)-<2hPBpC1ztWhEuT;OR*W3 z;YQSR87#vSr~uBP0=a&42(4qebCt)f1 zR%Yg+O4Es9%wP;pp)&gmPQias8wfS{R$+|uXRB!_qBl?r??DGYLOn2yIvba;3?HL* zRLonIxj8r)*J3&Lpfa!<=ivvadEX)z&3?rNnBPQ(dA}{9p@EIqhWk(%`5Co?C#V3U zOZ}9(IGuhwYJ5B9;d`h+4xod_Q8oSnm64x<@rS4llq{qEinNl34n-|SaXHS#G$!x> zYT+z8cm^AbLu+nDouavK#;5t+eLs7zeN5*$UcXMdwIQ?trHWF4s6&V> zRM4o!UhGEg^c?Ce+(MmNTjOUafvWvV+>cvOf!qnkUs&sBs2p|rt5GHHMg_J5XW%~M zjCl4L4Mlz$bqg*96Q1Bq`r&o{&YMsRw4)Y$1)rA;HE#e_ny+yT{)o!lWzHgQZ^~GD${k?TgD(R-; n$;ELu>9}s4>mFQ^7%6N^_icSMy_LVW_aA(m=o;>>DvbOO0ZrqF diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.po b/apps/converter/locale/pt/LC_MESSAGES/django.po index dce5aa6fee..be21298d7c 100644 --- a/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/apps/converter/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:11-0400\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-03 10:17+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:15 @@ -476,8 +475,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -638,24 +636,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -915,11 +908,10 @@ msgstr "Caminho para o programa graphicsmagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Backend de conversão de gráficos a usar. As opções são: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Backend de conversão de gráficos a usar. As opções são: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -927,11 +919,9 @@ msgstr "Caminho para o programa unoconv." #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower " -"but less prone to segmentation faults." -msgstr "" -"Usar modo de ligação alternativo ao LibreOffice, utilizando um \"pipe\"; é " -"mais lento, mas menos propenso a falhas de segmentação." +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." +msgstr "Usar modo de ligação alternativo ao LibreOffice, utilizando um \"pipe\"; é mais lento, mas menos propenso a falhas de segmentação." #: conf/settings.py:18 msgid "Path to the libreoffice program." @@ -946,6 +936,4 @@ msgstr "Ajuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "" -"Estes são os formatos de ficheiro suportados pelo conversor selecionado. " -"Neste caso: ' %(backend)s '" +msgstr "Estes são os formatos de ficheiro suportados pelo conversor selecionado. Neste caso: ' %(backend)s '" diff --git a/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo b/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo index e857296962d365de5c71e560dd91b3e2d1dc7c0e..25a59b240ba1f92bc2a731ee9b13ed6e79645d13 100644 GIT binary patch delta 1900 zcmXZcTWnNS6vpw@q*ufaTA-I{%aqar6=ph&MVVGwr(A06gBZagH8_x_tx0dwnHY@b zXzPQC`e24Y0;VQ5!UJGT8cG_|Vq(gJ(E`R>8Uq0hK_w6rQD2PzFJ~vy{`T5upL5n; zYtNj?=6svY`LwdY`#s0(hYe;yGy5WJ)`3@X7p{w#t;AQc3*X13_?w&m8>@(m8_oFG z2L3T+FX9S(5B1zhtjF{CINrc=TopCX)-u=<GWvsi@l*n}5doJXLI1yBjrdkh*FwBkefvWs6slC+bk$}D0tF5gVq@ELpr zhf$^c00TIU58wsVPQSqk{0CKuqinkn&!X0Oa|~)2e2Gfn7Amv<+a4!YfiK@1X)VHr-K4$nC($DeQ| z-bbC02V49dHlh;Vf!fGHR3a(Vx+ADo&)|Ce1#5V}6+hu0x<>3I-ixZp3Dgc2Pzl~c z^*(>ApI|*|K7l%P&!I})jUh~-dYnZi{2?l_Y1A2*M^6u2V4zcf8#&-s+UocCX$%p+ zgsQ}wxC4)&dU*}Cle?%F2iyEgMX{QA59;?IgM8)fW7N9uQD^8@8}+BHmh+_lJ#WS! zai@#>@L}RZxC-BO@oCh~&!bv%8I{O=RH;K8Al=uF{I=O1}Gy@TpmV5eWoFly&rsNN5u5_lU+@r1iRhr0heR7w9rB~;Ym&j(SJX+|Zy z3)QNmf8Dcp7$~Dts2eXiucID#5B0*rr(ADQ^X-_6&!cwUjoRS|>eRo2S~rgQcoemM z0*i1GtF`hBg90YLnkp~;vwCe`Iz1eZM0)$veVGH{gF^$6)X-=$)jyPq3?vUF2P6HX yqnV!3?9z>ug_~lbXj444Ior7L$81^ng+OO=us4(J?TLqm)B6+8PK|_Hg8u{jN9LRW delta 1884 zcmXZcS!h&O9LMp0s%eZ%tXXv8Op=KvuARx;Y2q^4G$t;ITDQ8jNht%3VyQ9ch=RfE zgKb|*Bc>z@B|a35T3lcd#RaLYD2jDKZ~?U{XdV;7|L5Gf z*^zOmBjac&%l$jU?AFI-K{NX;YF3XYa4}|7m<`7-a3y|+gYhqa{2CU~e~K~89tU>bFl=db|pp#psA+mEbR=UN^O-GOq{!q2f5n^2|Q<9iyz^zUFE{*Mmk zPZp5aUGI!eF`%=0 zfQqbNop;s&RO#ZV=M6Xt*P@PS2P(r8sLXnC2);#?dhkr|>j|PZE=Ap;O4RcOE)Ct{ zuaUj29hLbF)Pl!IGWH6KaLO$2PAo?qK^v+PKcfQgMg@>YF1r1RdjA{D#3<)ihLzZY z?w2%F+KX6>y{J-V&G9mKP-kC{3LuFi(Dk2pq1GQpmGmD}K#%%D*{px&QA z*17gA4MnsaweW!NDbx$Epf-GnD*bDJJk(&;pMDILc@-+dxu{#e2(`WmKg3ql{7smR zZCI?CKhnrzU~jrG=Vfu(z(os}M(Wl#CsS+IwM1qnQ_YERJm$nBvB?o97IvJ3<8-Wu e+#WhV*|K_Lay5@zQ{U7s>4-)f)4QY7g6{!%#ow*~ diff --git a/apps/converter/locale/pt_BR/LC_MESSAGES/django.po b/apps/converter/locale/pt_BR/LC_MESSAGES/django.po index 5b6ed2f2a2..8e5d885bcc 100644 --- a/apps/converter/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/converter/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:11-0400\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-02 03:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:15 @@ -475,8 +474,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -637,24 +635,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -914,11 +907,10 @@ msgstr "Caminho do arquivo para o programa graphicsmagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Gráficos de conversão backend para usar. As opções são: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Gráficos de conversão backend para usar. As opções são: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -926,8 +918,8 @@ msgstr "" #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower " -"but less prone to segmentation faults." +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." msgstr "" #: conf/settings.py:18 @@ -943,6 +935,4 @@ msgstr "Ajuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "" -"Estes são os formatos de arquivos suportados pelo servidor conversor " -"selecionado. Neste caso: ' %(backend)s '" +msgstr "Estes são os formatos de arquivos suportados pelo servidor conversor selecionado. Neste caso: ' %(backend)s '" diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.mo b/apps/converter/locale/ru/LC_MESSAGES/django.mo index 0f07efa6effadfbb0fdd2f0cccdad239863865f1..5d95493ae8550a0936deb009d0b9a8de74821ddd 100644 GIT binary patch delta 1913 zcmXZce@vBC9LMo5u9TFBE_$e9!Yd=YG%k ze4pp+c+T8-&ige>!q_6S!?kA1&FtN{*;YJmp4J(MRBR?x@ zFym2c!y-J0TK5R9!U?O%VW4*T%ONgKF@pBj>egms<2Ge+@G2~$edzxIPgBTFMh*fwJweZ)-&*r=Q~Ig8>piU7gP621`$*xny>`h{QMrwBR=Hk zUqaf&-a$5H-=Usc#`d-23e3lPEW-_0gu77*9zY%Wv(C^a7;qeR0rlWb_qv@HqDuRS zH;n=D%UFn~kUp{*C#hz%}VATtmFY+mDs}zm55cY1~148C9bA z2DgJ}*6_@1Bt0@ZZ0s6_t6J8>R$#)YkJy(lX2cDxlI!%)qzpMiFk!4-HE zmHA1$1HZul|3dXfE*;s1m8diAMeS?^mB0y9#imf}{fzo9%%i>&Yw2Xgk8Yy=`hz1( z&_{Lx^%neun!oDfoCjS6BB-6meB6q<{~-*p8}*^d`gqb`KaVxc&tfw!-Rz!g-5k1w zcQO%hq1&59HO*VzY1B@?^w(#-3#g-tZgH<$JL)YM#7fMfD)2U{CuUIhUqn^>ztCSO zrk?8NYGl*43$?RXQ43C@-ja{800eC>}>u@B>t0=l%RI zs2*8BD$4n9cg+(+J=lpc>_a_x%=;#4!854t{v50DvY)@1S4Wj9MZJbKsFHV}D%pkV zofPKb^SD?u#~A3wapbFL6PSmWPOs0;MpyR^4CC?L=ts5XxrxT0p}D1T-RPy-bE8vryYqG=`+G9Uo_#IBQ08<&e5&Gq Dg7fi4 delta 1897 zcmXxkZ)nw39LMqRz;gdIv$Sox-QVWATJF00+giI$P4~|~b2JAcWv#dm))Zl_sbNC> z8eCHLWHle;K!%h`YF0A6Sz7c!8)6R@tOiAe6hzGodJvJ#dVf487<--b{hi;r=X}ri z{BDlqjF04eP>6$uT>aFk571uT`6E#J8{$r*R>!Nt!)@Td@GopyD54DNZ1Nc9Va+ zVzJO{0d}C~?Z!9`U<%*CV!R$&WJ_t>BCryd)R>iE7wQN0;XE9|`FIoq97FxUB$nZ? zxES+lopCIp-|YKOVX>JhinHVo)LhZT4LHSsCr&&Iv~V2plP z=bm?B1N~l{jVEzFp2gL88S^mbQMa)I)B-Ca8d}jR)K1f=iThEh8pcMvhD|u9-aX%f z%jx%_Qh5aL!7S$E=lBqQiI?ye>ZmR-X)b<^I?Ct=8s#*mQJI*-ITT?G6;ELyZujvX zq+IM(WK;GY>b;*(JN^^rVjk(xQ5N9>tVJzw6Y9vHbVfEngX6H1s29IO?eqpJ_0_AK z?HJJCiTB|kQZ_b<47CX?!2 zYuyf#s0D7r816tV@Su+$Lls>XwUAHo0h~mg@eR~`f1ws0tmBxm9wQY)D-G@JaV*0f zsFfeU`|&ge_!+7;uH$GJ)Ie|{XRh-a}5fAsOchou2T|v)(DZlUmeu3tHVRXv1>)U8oF1sG1l>jX#6R_*efw_?>{N z`8KjSOOjt@VmInqWl*=|O)SN07~n6ch2?K>8!16$t_pR=ji}qvftr61^?kU6B*CI_ z8vAGz@Zr~rGN=`gqIUENs%U=3rFa`>Fuutxq_WKwTN7&Bc8uW*s0_Y=I=bUN{voPH zrjUh4_8X051ZMnz_-0o;>rpT6^1h6ka0pf1Z({{s^zrXenfe2D4e#PADdiQYOopi1 zX~IH$2Jcp67Yz;U#}p1=A$~lza&9J8nZKoDYofWoJH2P;^Sz0d^q%g9pe7mCB$D-s kFd2klLl_>)U2(OrJ>A>0H{HYI{=J7LRy;M9s?L`F2i1+}T>t<8 diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.po b/apps/converter/locale/ru/LC_MESSAGES/django.po index d64f279476..9a461666ec 100644 --- a/apps/converter/locale/ru/LC_MESSAGES/django.po +++ b/apps/converter/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:11-0400\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-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:15 msgid "file formats" @@ -475,8 +473,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -637,24 +634,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -914,11 +906,10 @@ msgstr "Путь к файлу программs GraphicsMagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Конвертер графических файлов. Возможные варианты: converter.backends." -"imagemagick, converter.backends.graphicsmagick и converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Конвертер графических файлов. Возможные варианты: converter.backends.imagemagick, converter.backends.graphicsmagick и converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -926,11 +917,9 @@ msgstr "Путь к программе unoconv." #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower " -"but less prone to segmentation faults." -msgstr "" -"Использовать альтернативный способ подключения к LibreOffice использованием " -"конвейера pipe, это медленнее, но менее опасно ошибкой сегментации." +"Use alternate method of connection to LibreOffice using a pipe, it is slower" +" but less prone to segmentation faults." +msgstr "Использовать альтернативный способ подключения к LibreOffice использованием конвейера pipe, это медленнее, но менее опасно ошибкой сегментации." #: conf/settings.py:18 msgid "Path to the libreoffice program." @@ -945,5 +934,4 @@ msgstr "Помощь" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "" -"Эти форматы поддерживают выбранный конвертер. Сейчас это: '%(backend)s'" +msgstr "Эти форматы поддерживают выбранный конвертер. Сейчас это: '%(backend)s'" diff --git a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo index eddfa5d3d92aeaac7944d39af825db3fc5125177..0b0f186a603a433f889df5ea1f61e19e6c7878fd 100644 GIT binary patch delta 501 zcmXZYyDvjw7{~Fa8kf3N)FljbK|)TCwvi)EBoal01Ytp>IXG!gq&>|!r-K+ev0y4D zqroWr19mJDgF)i*9~d$CzR~IPUY#}-4gA1y>}?i_;|kW}0jBW;Yw!tM@EN=CvsubAz~Z}l5#_d%eGCUN zjYGJL(^$b}d_iW)NbA1__OPEq6>t+(@FLcsk8QY*D%dfqz^AR{|Cc>h3*M2>kS|mN zeyY}oMfennpgQkE6?7QYfJsz?XR#aCQ3Y~Q^*csd$r-9(ml(pU+n(TB?R?Jniz!{t z+J3II729_5y6bqRYdfx9Z*4k8STf7peB#XK@7!@rAw{$4hL2!|RrC{u$-5g7B6C67U&MtyT zJ9)zopqn}hegL-)#m)aAnSSTxT;AurJ?GN7zfOb?32EDsz9kJaQWd|(r5SW4q$FjS0_2L?Xo7W+Ve7naCl6BHE30UEtFGsjy|wO(^`5Ua Y+pV)^D=521LBp?fFEaK1AoH5~2fDv8(f|Me diff --git a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po index 3b0f3affe5..03fd44f1b0 100644 --- a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-04-20 11:04+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 views.py:66 @@ -77,9 +76,7 @@ msgstr "Signatur Fehler." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "" -"Das Dokument ist signiert, aber kein öffentlicher Schlüssel zur Überprüfung " -"verfügbar." +msgstr "Das Dokument ist signiert, aber kein öffentlicher Schlüssel zur Überprüfung verfügbar." #: api.py:69 msgid "Document is signed, and signature is good." @@ -99,9 +96,7 @@ msgstr "Begriff" #: forms.py:8 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "" -"Name, E-Mail-, Schlüssel-ID oder Fingerabdruck des Schlüssels der gesucht " -"wird." +msgstr "Name, E-Mail-, Schlüssel-ID oder Fingerabdruck des Schlüssels der gesucht wird." #: permissions.py:7 msgid "Key management" @@ -140,8 +135,7 @@ msgstr "Schlüssel importieren" #: views.py:52 #, python-format msgid "Are you sure you wish to import key id: %s?" -msgstr "" -"Sind Sie sicher, dass Sie folgende Schlüssel-ID importieren möchten:%s?" +msgstr "Sind Sie sicher, dass Sie folgende Schlüssel-ID importieren möchten:%s?" #: views.py:77 msgid "Key ID" @@ -166,10 +160,7 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "" -"Sind Sie sicher, dass Sie den Schlüssel löschen wollen :%s? Wenn Sie einen " -"öffentlichen Schlüssel, der Teil eines öffentlichen/privaten Paar ist, zu " -"löschen versuchen, wir der private Schlüssel ebenfalls gelöscht." +msgstr "Sind Sie sicher, dass Sie den Schlüssel löschen wollen :%s? Wenn Sie einen öffentlichen Schlüssel, der Teil eines öffentlichen/privaten Paar ist, zu löschen versuchen, wir der private Schlüssel ebenfalls gelöscht." #: views.py:128 msgid "Query key server" diff --git a/apps/django_gpg/locale/en/LC_MESSAGES/django.mo b/apps/django_gpg/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/django_gpg/locale/en/LC_MESSAGES/django.po b/apps/django_gpg/locale/en/LC_MESSAGES/django.po index c12c67a15d..f2e758e81b 100644 --- a/apps/django_gpg/locale/en/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/django_gpg/locale/es/LC_MESSAGES/django.mo b/apps/django_gpg/locale/es/LC_MESSAGES/django.mo index d597324c4d056dbdbbba967a11843b3aae125ef8..64f991e30dc58a0dda1cc4cdc857b45746a6d74f 100644 GIT binary patch delta 502 zcmXZXJxBs^7{~F)tb9o;q*scNhH&xD7s61ap`xK6hazf-F1ge}E$@Va(6ymWu%#tv zY6@(Npsg{Qf@rltq^&Ke?;l$3bNAf;d7j_@Wu`N8cjc(RJ4DiMksA@2@QP^oh(p*# zC;p%hWkAFae%!(-T)<;Y;VsVLC%Vv2Qx-?D2Tze-a)yI=?vuKNc)6r7hEEv4HwrzS*03MjNOtMsG=8I+7ht*yoeH=KBlPf?re%Ts%~L995tYs`)FZ`ZL&zJE-RGwI-cAeQSB!K1%9( zu3+b@2U@mV)GKAns1(W-y=a^oCB0x-RnzijHa5dc71OW_svQUxvG)lm}#|MJ+;0+eXdC{ delta 450 zcmXZXPbh$*h-kgQ}`;f@IC2}buf40aZUPMK@ zv4LTHK?mP3hD}^U=@OZNb)3ah9KlEI#3p9(2itIq5RPInj=PTdGRonA!2n)iFW#by zbsWMkT*W@NZ(|lau!eM(1}5+sHSZg>xXTtTGK~753Dp1RFojETUxdfVJ_B8Rj2c`) zZF-LVc#V4Tp=Aww_m-^nrE+1XV2WeGvc2f6m|}j<, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-02 18:37+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 views.py:66 @@ -77,9 +76,7 @@ msgstr "Error de firma." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "" -"El document ha sido firmado pero no hay llave pública disponible para " -"verificación." +msgstr "El document ha sido firmado pero no hay llave pública disponible para verificación." #: api.py:69 msgid "Document is signed, and signature is good." @@ -99,9 +96,7 @@ msgstr "Término" #: forms.py:8 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "" -"Nombre, dirección de correo electrónico, identificador de llave or huella " -"digital de llave a buscar." +msgstr "Nombre, dirección de correo electrónico, identificador de llave or huella digital de llave a buscar." #: permissions.py:7 msgid "Key management" @@ -165,10 +160,7 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "" -"¿Esta seguro que desea borrar la llave: %s? Si trata de borrar una llave " -"pública que es parte de un par público/privado la llave privada será borrada " -"también." +msgstr "¿Esta seguro que desea borrar la llave: %s? Si trata de borrar una llave pública que es parte de un par público/privado la llave privada será borrada también." #: views.py:128 msgid "Query key server" @@ -216,12 +208,8 @@ msgstr "Identidades" #: conf/settings.py:15 msgid "List of keyservers to be queried for unknown keys." -msgstr "" -"Lista de servidores de llaves a ser utilizados para buscar llaves " -"desconocidas." +msgstr "Lista de servidores de llaves a ser utilizados para buscar llaves desconocidas." #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Directorio de inicio utilizado para almacenar las llaves, así como los " -"archivos de configuración." +msgstr "Directorio de inicio utilizado para almacenar las llaves, así como los archivos de configuración." diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.mo b/apps/django_gpg/locale/it/LC_MESSAGES/django.mo index e75380bafd23aa6f23785b5f6a54a6ac6818ff91..a9632227b8021f06f328769e986c897fbf8ce851 100644 GIT binary patch delta 496 zcmXBQze@sP9LMpm*$*|Xj2eQ3i+)Yl`GZn~rdpz)2*GNJGem{d^6my95c&^7h@hq# zf@la_BBG(C!O!+UQde*z+TQf^J$IKCFJbK4_{s7+mNxc97 delta 435 zcmXZYu}Z^G6vpwd)@q`uTG63kA*kpe#YRC&#ZdL5i2L8z0(2tI*i5W&Hr zV+Nt(qz-~~=_n$70Ea$;gZe)pg!?)_N7)Cihd(jWgv01wRN% d!BX_>yn0*J(RMeX??lb)E_ioGs*w} diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.po b/apps/django_gpg/locale/it/LC_MESSAGES/django.po index 5f43af7183..6ca3b72d0d 100644 --- a/apps/django_gpg/locale/it/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-03-21 13:33+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 views.py:66 @@ -78,9 +77,7 @@ msgstr "Errore di firma" #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "" -"Il documento è stato firmato, ma la chiave pubblica non è disponibile per la " -"verifica" +msgstr "Il documento è stato firmato, ma la chiave pubblica non è disponibile per la verifica" #: api.py:69 msgid "Document is signed, and signature is good." @@ -164,10 +161,7 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "" -"Sei sicuro di voler cancellare la chiave: %s? Se provi a cancellare una " -"chiave pubblica che è parte di una coppia publica/privata anche la chiave " -"privata sarà cancellata" +msgstr "Sei sicuro di voler cancellare la chiave: %s? Se provi a cancellare una chiave pubblica che è parte di una coppia publica/privata anche la chiave privata sarà cancellata" #: views.py:128 msgid "Query key server" @@ -219,6 +213,4 @@ msgstr "Lista di server per chiavi che si possono interrogare." #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Home directory utilizzata per memorizzare le chiavi così come i file di " -"configurazione." +msgstr "Home directory utilizzata per memorizzare le chiavi così come i file di configurazione." diff --git a/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo index 462f045bb25eb2af80eb2b96e768d9673ec1c6bc..d61d3105aec8ba541feddb862c21628561351613 100644 GIT binary patch delta 498 zcmXZYze@sP9LMpmX{Dy+5+o+L)F51^CnZ@e*$@;M*icPfAu8k#^c)&O2#V$;ry3lC z2+OG<8jOObW|#he{s4yvdOsu__quy{p3n1np4;GOuzhW-|JX!UoFWe*vgj7k@Ebko z9}}_TEb>Tr-~y)kUqv087{NC*u#ck{CM1Oh4&f=P+%sO|ccr8oS-Unfok0qszNPP^B++aeL_{Ni)x?uj^DmJypgl4azfX$ zc`H{tm^&;L^h&8}R`R8aUNDc%qMol-YniHhE48g9D;d+umx|h&X=M^2BN8>VNL({w gq3C=f7H>42?MB+Q=h-xi*_xSUO8KaB=lXU00dF%%kN^Mx delta 435 zcmXZYu}Z^G6vpvW(`sT;U5;! zVyGVD7^~R8OKjo`wlKprv+jL+y}irbi>2G8*b z{n8@n3>}_B+{Bxux2VM*QF9aY@D1~r;y!+qqD8, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-21 20:34+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:14 views.py:66 msgid "private keys" @@ -78,9 +76,7 @@ msgstr "Błąd podpisu." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "" -"Dokument został podpisany, ale klucz publiczny nie jest dostępny do " -"weryfikacji." +msgstr "Dokument został podpisany, ale klucz publiczny nie jest dostępny do weryfikacji." #: api.py:69 msgid "Document is signed, and signature is good." @@ -164,10 +160,7 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "" -"Czy na pewno chcesz usunąć klucz:%s? Jeśli próbujesz usunąć klucza " -"publiczny, który jest częścią pary publiczny / prywatny klucz prywatny " -"zostanie usunięty również." +msgstr "Czy na pewno chcesz usunąć klucz:%s? Jeśli próbujesz usunąć klucza publiczny, który jest częścią pary publiczny / prywatny klucz prywatny zostanie usunięty również." #: views.py:128 msgid "Query key server" @@ -219,5 +212,4 @@ msgstr "List of keyservers to be queried for unknown keys." #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Katalog domowy używany do przechowywania kluczy oraz plików konfiguracyjnych." +msgstr "Katalog domowy używany do przechowywania kluczy oraz plików konfiguracyjnych." diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo index 1fb84a7d6f64ab12ec1aea43b6d9813db15335a9..32c2202bcf246f64b5bb8fefd04712cb5c345823 100644 GIT binary patch delta 497 zcmXZXy-Nad9LMpmspWG?G#GIh4K1DL19qTALoQKJLrX!!6{0ujiJn74I0r$4kOWN* z&4E)7v<12JFa@ox(b7NA`$sPKy8H5d_*`EbYByJ&&Z|dcH6U^?BGHgY0f#t)zOaZF zXEBNz#&8J_u!zfeiFtg(G>%6^CeXwUT*EOuMOMohsy)4kbYzj2YYNQD3&!yi=ka@F zjO!)7(<9rc0^RW-yFB9@zN3aesDekiqJqS68WZS89gCQYb^aGQ6x87pR0HRzlJ;;4 z`=|~LMn0hGe?k@f11IqdRsS!lAU=v}&jPCX6#CFa{!LZ}3GbeNv+BByf?-r_x7t2T z9XU0l>9nk-?KF*=b!^oQyVYu!TcMrpU46Y-wp`n(>m|!A7n0d@Cab4SJ)28r@`aq) Zy$C#Zt>Aum%c@t}R)vJB delta 435 zcmXZXJ4?e*7{>9Z*4RX2jc7rkggUu4f({Wk2L*8yL>wxVI7ty*bjTNQ3l4$^cJVS5 zGJ4rW1iwNN94a{K;Nsx_#V+S}a(FLKUcz?RIWMHw1!>8Z?j-d*DaQ7&RKYG5@f%0+ z2g~S;NZUAx3%HN-c!PC(!x9F*w2D(WfIG+tHPPm@e5IP@lJY>0u5cW4oWZBQAGpl7 zM+$QtEl|cmc3ol>Z!yGYwBS9oAfGsaU+CZv+ZWLIY=&v>Q UlEX&QjBBlf?8w{7-@U~712^L{xc~qF diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po index 2a1be84cb9..94ef64ceac 100644 --- a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-03 18:16+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:14 views.py:66 @@ -78,9 +77,7 @@ msgstr "Erro de assinatura." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "" -"O documento está assinado, mas não está disponível uma chave pública para " -"verificação." +msgstr "O documento está assinado, mas não está disponível uma chave pública para verificação." #: api.py:69 msgid "Document is signed, and signature is good." @@ -164,10 +161,7 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "" -"Tem a certeza de que pretende excluir a chave: %s? Se tentar excluir uma " -"chave pública que faça parte de um par chave pública / chave privada, a " -"chave privada também será excluída." +msgstr "Tem a certeza de que pretende excluir a chave: %s? Se tentar excluir uma chave pública que faça parte de um par chave pública / chave privada, a chave privada também será excluída." #: views.py:128 msgid "Query key server" diff --git a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo index b3ac812a8fdf7ce50b161e5410552aef40592053..e2f8c898f54c2b864cee79db9f8e0820067e2648 100644 GIT binary patch delta 373 zcmXZXyGz4B9Ki8kV{0X9;|oMk?B*2Hrbr>9kHH66#Yu;9N@z1QDM>mALMPpvy7(_R z2x1YOT)Vl5;O4G_gR6tzlfrQy?tYKE-<$Po-OpvZUl|cQD^e1Xg;9|y+`$n%!AY!R z0b8i^E-;UGXyD^8{)FS42e^!{sOx`l3^NohqKQkml9%rPLt9+vhTCkjc!0Xl$7xKE zC6{a_UZei#4eG|Xs2_en3!jJa7u5M5$c*xd6ZnnHE%VZ!F>1zcGfmr`<1~V_**RT3 zi&{<`B`OZ0*lDSA6*@tZbo|7u?H}12v9Hn~3hhmm`d-m3m0i13wcSdwyyjJ^y{qhd YFU%cVdn#;nRD+auT3PWOR|Nh@1_PCrr6T9`F?dn8zTN zP}Nn@gJaZicF)hz$9;(}xI*=Qk6!#k3r`qBnhb7(;&f9DlY|JSQ9UeT2+PQk55glh zQGK+Fs__uj;3=B8xaYr6)&C$n$`<|ji|j2?*@U%s&6((y*UlzvyI|*>Z~bVN8|_xV U(fTYTI=%W^#Tgm3&A$=QuDUiPAOHXW diff --git a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po index 58b08383fc..ba0f18fbfe 100644 --- a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:14 views.py:66 diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo b/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo index f7fd20f46beeb89222374f90dd6645be9b147c98..4f6bc00816e7f78c75740d7b9ca62cdeb6264c08 100644 GIT binary patch delta 498 zcmXZY&nrYx6u|N0=a?~LkcA1EjHNekW+XKw`B7wKBpb4MG`)Fg=IQ-V3gbUeNYND|X^wv~CJVh^J7)GOEF=*p1hy`qZ!)UvLTEq7{(=4#RX)6HOz% zWdqg4ZS2Ft|NJGg-cj}WL{%T?s{hFZ_7Jb2>T6;v?*8WwYO$uZmR!;E zcCxx|T3*rLOm5jF-LYN6v1~^#8GA-qw_MjRxS{3zsy5>k49~L5+N|LfvhhqRozYU` iT4pq!9?Oo7pPsipoUR7f!;41Q^bL~|$FJQ5p96m?mq}^> delta 435 zcmXZXu}cDB7{~FSS$b!h6%Cn2(zR961ujNZ5ZE9&RY;SASVRuS1<`QO>=0c`&_57C z6b?-;t&I^hMo>#zQ$s=DmxP!1^F9yn`@84PoX^SI%aH#bk`^uLO_CFnav15CCNPg- z+`v(+U<#X9!xpaL7cSvKTq@%+M)48P@d, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-03 05:10+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:14 views.py:66 msgid "private keys" @@ -162,9 +160,7 @@ msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." -msgstr "" -"Вы уверены, что хотите удалить ключ %s? Если вы удалите открытый ключ то " -"соответствующий ему закрытый ключ тоже будет удалён." +msgstr "Вы уверены, что хотите удалить ключ %s? Если вы удалите открытый ключ то соответствующий ему закрытый ключ тоже будет удалён." #: views.py:128 msgid "Query key server" @@ -216,6 +212,4 @@ msgstr "Список ключевых серверов для запроса н #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Домашний каталог, используемый для хранения ключей, а также файлов " -"конфигурации." +msgstr "Домашний каталог, используемый для хранения ключей, а также файлов конфигурации." diff --git a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo index ba423b75e2209dbd222eca9cc806768e055ff4dd..2d807394f39d7ef4319e8bcba218e110cd440716 100644 GIT binary patch delta 245 zcmey#yMS-Pmih;b3=AI33=FCa3=EpA3=EDy+8;_!1k%bt{$(ir9Y}Km`O<6*3?e{U z6-WyMX)7RY4W#{mv=NZ*0@8v&dM}U$sXGs(LHeEmX)YlB4oLF>>7Q&2;tW7D893O1 z7)bL$X>s<=UW~>}>KP>^1y=g{>6s-NrAd0p`MLT<`NfGvnfXQfxrvpDdHR{f#igmm vlWUn}IE;)H3{9 delta 229 zcmZ3$_mg+RminEH3=AI33=FCa3=B-H3=EDyS_4XF0cm9*e+`tr0HisA{4YRS1W5k_ z(!xMmn2mwK8c3@HX(J$=45S5t^fVw1Qnvy~gY@kM(p*6LIFRN8(wEp6#2J8QFgyeb zZ~*D&Q2GPgW-mr#CKav#{}5g0qSVBa%=|oEm&B4(D+MD1LnB=Sb6rCN1w%tCL!-$j fn9uP0B<7`;CZ+?WQ&QtyTqjRviQfE=MTrRj&)+9d diff --git a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po index 9160cb9b10..77dabedccb 100644 --- a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-04-20 18:09+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/en/LC_MESSAGES/django.mo b/apps/document_comments/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/document_comments/locale/en/LC_MESSAGES/django.po b/apps/document_comments/locale/en/LC_MESSAGES/django.po index c32924f35e..981dd32cc9 100644 --- a/apps/document_comments/locale/en/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/document_comments/locale/es/LC_MESSAGES/django.mo b/apps/document_comments/locale/es/LC_MESSAGES/django.mo index ec05007eb7817ae4895ae948436a1098a15bbdc0..a8e9f120aeb63264a239010c815e379fe7b64eaa 100644 GIT binary patch delta 245 zcmcc1`-6AFmik+a3=AI33=GN)K+MX(U;?DwfwUQrt^v~OKzcKfRs_VRszyiK-wHgs{rXDAk7b?rvqsrAiW$&a{=jHKpLd~C{+F;8-o}F&@6_B zKmiUQ{TxWM1L+T&JsC}y)H6y-3as??(=$slN|W@G^K*v1L;RV zS^`MF1JWWunw^b-!3s#r0BIE<9S)@VfpiU!76Q^eK$;6k&j->V{i~qz+t?Vy7=UIl z90Lk)0O>P8njJ`A-R#L|!lc3#;2)yvT$Gwvl9`{U>ylWKYNcRgU}&UkV6JOupkQcd vWoR_{1al9Ub7FBxW=>{ep628r7JD9_#Ju#<#B`wQ)Z)n#SfUsIU||9P@sBCK diff --git a/apps/document_comments/locale/es/LC_MESSAGES/django.po b/apps/document_comments/locale/es/LC_MESSAGES/django.po index df0746c501..e2a9dfbcfd 100644 --- a/apps/document_comments/locale/es/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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-07-10 11:12-0400\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-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/it/LC_MESSAGES/django.mo b/apps/document_comments/locale/it/LC_MESSAGES/django.mo index b529482a2e75e11611cbaa6f88a9f206e847808a..124a23fa0f8e0643ee5943c8d86274a187d9571d 100644 GIT binary patch delta 239 zcmdnYdy99%mik+a3=AI33=Ap^3=GPw3=GCV+5<}00BKbqe*=(~2h!JoGzXCW2Bd|7 z^nV~N2&9GC7#OU8v?`DWsY?LTAo&I$4U(S%q(S@36pw8NlAf~zJ7XUNk(asUUGh}eo=mLVo_#(k$!GsWn!LwW^r+8YVqV+ oW*H76V+BJ~D`T_C3z<(&E@z42@=44~FHKBOwNlu8j^!yM01GTFng9R* delta 225 zcmcb`yP0>wmio<%3=AI33=Ap^3=Dr*7#NI!v?42n4h7PxKz=8XmIu=7fiwq@J`bdY zf%FX^EeNFF0BI{A{SQck)LF7YK!z!JUr2g@Ty0E8JPqW}N^ diff --git a/apps/document_comments/locale/it/LC_MESSAGES/django.po b/apps/document_comments/locale/it/LC_MESSAGES/django.po index 1f6347649b..908ada5ef9 100644 --- a/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/pl/LC_MESSAGES/django.mo b/apps/document_comments/locale/pl/LC_MESSAGES/django.mo index 2bf10753b29eb7b4b7d93c5c47a151c04e7855e7..bae9fda82be534f62f03a40c2e493f3eb3f37d25 100644 GIT binary patch delta 241 zcmcb`+sHRzOZ{&~1_lpi1_pTs1_l>a1_mu4odTq_fpkBRRs_<^|FMKw1+>+X87TAguwUD}b~hkX{I+`GNFiAk7J+4+CkC{8Vx<1v#6yvnVqG0P1%w ACIA2c delta 225 zcmZqVyTv)x(Z111L+, 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-21 14:50+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:19 __init__.py:20 msgid "delete" diff --git a/apps/document_comments/locale/pt/LC_MESSAGES/django.mo b/apps/document_comments/locale/pt/LC_MESSAGES/django.mo index 528f5405433e1674c45407370b72d709f0722a9f..7c5d0d693e1b85630e21f21732fb484c1bcc3f43 100644 GIT binary patch delta 240 zcmcb{`Lytq!Eu18HR-eH}>i0O{XA zS^`LOurV-*0BJ=aZ33jtfV2jX&IZx~Kza(076sBvfiyRe-VLNd`j129udp$QF|Ysy zo&p8ff%GdN%>|@CZT4g|VN%a1DJihh*H6zZ$tX?IOU}>LFUl`YEXvF;($7t-Ow7~I xEG{lhEuLJyg9VWG2h!?5x&ufn1L+Mwng>W< z0n!pc`XP`O0n)#Kvj3!JfTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0T ihE|3~lTR@3, 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 11:57+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo index 9e8028b1248444d17265e8fc970bb59d6b7e03a2..6d81a4dbb220c3cc780d616874755c29af059b2f 100644 GIT binary patch delta 245 zcmaFOJBe??mipI>3=AI33=C=v3=Af$Kn$d#fwUQro&cml;>UrsGLU`;qb7bg~F<`?PbCRQfq>1P%f ym!=j^u4R_tFfvv!G_^7|o4k$`!xB~n`be)S*6H7Al^K@MjOH!>Aj0_BobPddP4Gk0w4Xq4~ hCZAxw!S9opmtLBf4wNn^iFXQ`Jf9_cGZ!ld698@CCBgsz diff --git a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po index f54dcad7fe..ce06e70304 100644 --- a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/ru/LC_MESSAGES/django.mo b/apps/document_comments/locale/ru/LC_MESSAGES/django.mo index c73faf1c2b2e15e3e3309cb6f479cde953e0961b..8ad3c6b152d8979e460253b3eb0ca8c6643688e9 100644 GIT binary patch delta 241 zcmaDL&@MP(OT7vc1A_-M1A`+214Aw=149^)UJs?&*ccczf&5q?tpTLlfwUNq-T&Xk{QR4dh#K0EK~UhA<$( z2c+YHv;>gO+w93`!la&2Qc_^0ub-Y-l2MwZmz}AkOZ{I)1_lpi1_nn41_n1)28J*o-2tWV18Gel-;9lcK?6u90BJEG-3g=( zfb;?&tqPOlTpAPv&@6iWXA($YY_Fb7bW1IW+^5_~|~ z0!T{$Y4^>Zj3!JfTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0ThE|3~lTR?8 a, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:19 __init__.py:20 msgid "delete" diff --git a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo index 3d559c1e2f2f73d9df5fcad5790aa21147dd1079..c116b4cb1035ec5a44670b23f7b2dfd0bc172728 100644 GIT binary patch delta 697 zcmXZZ&r1|x7{KwzT5H|hwJbAr)7d&i#Ll#9wm4-8W(i3Lk%9{1)rN6kXQpOm!S%9G zhows(3z2l{50E5Jow|jmu=)=c3JRiAr!IY8-Qnf^yzle8%=7;EZoaX$@&_6}yF@5^@L{2dX2(US6B26~vIIO(GG=A*3gB()6U;*3MgQ=4uXEBF*!)2tFOrg#% zAWa_9bz_WKtT!0wD{SHse2e-CHc{Wi4pKvQF^@k`U){mM{dfWO1}mNUG^Uu}MSY+L zow$#>@N?v~U9Yx>QtkA)l_Ys$TbAo3E43waIrOb4j8)`?k>#tp3M?;=*H~!o!ns0e-0vT`Tzg` delta 648 zcmXZZ%}*0S7{~En6#}ic1(f%Si=v5#t=*MSs4p=TkVFYKnt13zma=IYWsSO~YDjt@ z9Jp|x7bE%~a3HCP@DFhF<=}y{2`Byq4}OO>nat;TW+pSw%sU` z1koPp3Ql4N7I7X+7{gt(@jKqYV|<9o3(Z1`c$s_+Z{rtyk4HF%g^N-aKcS1iaU9R~ z)}#S~$zF+~R6v?abX-;+uoE|1ZX=h{4vyk3M)4zJYfOP;R`fhP(||++sIz}j49kh^K?I2<0ohejPy6x#juUsLUW;Ot??|HgBOtB z))O@AB1?_Iw!fWYvB!%~?fe_x3oEYzd&Ud>oaJU5*Un^ZCu2EI&T;E=@sZes?YLHE zD(8;ZgLwZ~Sb4eX1;N`&7*@*GomQG|=J%`qa(czD@5f8YM_y2V=at!Z#eY6CTOUdk J8yktf=zr!tSZ4qL diff --git a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po index ebfd9f96ed..962810706d 100644 --- a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-06-12 09:24+0000\n" -"Last-Translator: tilmannsittig \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-23 19:51+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 -#: views.py:283 +#: views.py:284 msgid "indexes" msgstr "indices" @@ -79,9 +78,7 @@ msgstr "Fehler Dokument-Index-Updateausdruck: %(expression)s; %(exception)s" #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Fehler beim Aktualisieren des Dokumenten-Index, Ausdruck: %(expression)s; " -"%(exception)s" +msgstr "Fehler beim Aktualisieren des Dokumenten-Index, Ausdruck: %(expression)s; %(exception)s" #: api.py:149 #, python-format @@ -98,9 +95,7 @@ msgstr "Dokumenten-Index-Verzeichnis kann nicht erstellt werden: %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Erstellen der symb. Verknüpfung nicht möglich, Datei existiert und kann " -"nicht gelöscht werden: %(filepath)s; %(exc)s" +msgstr "Erstellen der symb. Verknüpfung nicht möglich, Datei existiert und kann nicht gelöscht werden: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -143,13 +138,12 @@ msgid "enabled" msgstr "aktiviert" #: models.py:19 -msgid "Causes this index to be visible and updated when document data changes." -msgstr "" -"Sorgt dafür, dass der Index sichtbar ist und aktualisiert wird, wenn sich " -"die Inhalte der Dokumente ändern." +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "Sorgt dafür, dass der Index sichtbar ist und aktualisiert wird, wenn sich die Inhalte der Dokumente ändern." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 -#: views.py:198 views.py:228 views.py:268 +#: views.py:199 views.py:229 views.py:269 msgid "index" msgstr "Index" @@ -159,14 +153,11 @@ msgstr "Indizierungs-Ausdruck" #: models.py:48 msgid "Enter a python string expression to be evaluated." -msgstr "" -"Geben Sie einen python-String-Ausdruck an, der ausgewertet werden soll." +msgstr "Geben Sie einen python-String-Ausdruck an, der ausgewertet werden soll." #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "" -"Sorgt dafür, dass dieser Knoten sichtbar ist und aktualisiert wird, wenn " -"sich die Inhalte der Dokumente ändern." +msgstr "Sorgt dafür, dass dieser Knoten sichtbar ist und aktualisiert wird, wenn sich die Inhalte der Dokumente ändern." #: models.py:51 msgid "link documents" @@ -174,11 +165,9 @@ msgstr "Dokumente verknüpfen" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not " -"as a parent for further nodes." -msgstr "" -"Wählen Sie diese Option, wenn der Knoten als Ordner für Dokumente und nicht " -"als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll." +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "Wählen Sie diese Option, wenn der Knoten als Ordner für Dokumente und nicht als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll." #: models.py:57 models.py:63 msgid "index template node" @@ -289,82 +278,85 @@ msgstr "" msgid "level" msgstr "" -#: views.py:189 +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 msgid "Index template node created successfully." msgstr "" -#: views.py:195 +#: views.py:196 msgid "create child node" msgstr "" -#: views.py:216 +#: views.py:217 msgid "Index template node edited successfully" msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "edit index template node: %s" msgstr "" -#: views.py:229 views.py:269 views.py:337 +#: views.py:230 views.py:270 views.py:338 msgid "node" msgstr "" -#: views.py:251 +#: views.py:252 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:253 +#: views.py:254 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:262 +#: views.py:263 #, python-format msgid "Are you sure you with to delete the index template node: %s?" msgstr "" -#: views.py:286 +#: views.py:287 msgid "nodes" msgstr "" -#: views.py:319 +#: views.py:320 #, python-format msgid "contents for index: %s" msgstr "Inhalt für Index: %s" -#: views.py:341 +#: views.py:342 msgid "items" msgstr "Elemente" -#: views.py:366 +#: views.py:367 msgid "Are you sure you wish to rebuild all indexes?" msgstr "Sind Sie sicher, dass Sie alle Indices neu erstellen möchten?" -#: views.py:367 +#: views.py:368 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen." +msgstr "Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen." -#: views.py:373 +#: views.py:374 msgid "Index rebuild completed successfully." msgstr "Neuaufbau des Index erfolgreich abgeschlossen." -#: views.py:380 +#: views.py:381 #, python-format msgid "Index rebuild error: %s" msgstr "Fehler bei Neuaufbau des Index: %s" -#: views.py:402 +#: views.py:403 #, python-format msgid "indexes containing: %s" msgstr "Indices enthalten: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index " -"will be mirrored." +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." msgstr "" #: templates/indexing_help.html:3 @@ -373,5 +365,4 @@ msgstr "Was sind Indices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Indices gruppieren Dokumente in eine baumartige, hierarchische Struktur." +msgstr "Indices gruppieren Dokumente in eine baumartige, hierarchische Struktur." diff --git a/apps/document_indexing/locale/en/LC_MESSAGES/django.mo b/apps/document_indexing/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/document_indexing/locale/en/LC_MESSAGES/django.po b/apps/document_indexing/locale/en/LC_MESSAGES/django.po index ab61bbb9da..3b972e9c4c 100644 --- a/apps/document_indexing/locale/en/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 -#: views.py:283 +#: views.py:284 msgid "indexes" msgstr "" @@ -141,7 +141,7 @@ msgid "Causes this index to be visible and updated when document data changes." msgstr "" #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 -#: views.py:198 views.py:228 views.py:268 +#: views.py:199 views.py:229 views.py:269 msgid "index" msgstr "" @@ -276,73 +276,77 @@ msgstr "" msgid "level" msgstr "" -#: views.py:189 +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 msgid "Index template node created successfully." msgstr "" -#: views.py:195 +#: views.py:196 msgid "create child node" msgstr "" -#: views.py:216 +#: views.py:217 msgid "Index template node edited successfully" msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "edit index template node: %s" msgstr "" -#: views.py:229 views.py:269 views.py:337 +#: views.py:230 views.py:270 views.py:338 msgid "node" msgstr "" -#: views.py:251 +#: views.py:252 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:253 +#: views.py:254 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:262 +#: views.py:263 #, python-format msgid "Are you sure you with to delete the index template node: %s?" msgstr "" -#: views.py:286 +#: views.py:287 msgid "nodes" msgstr "" -#: views.py:319 +#: views.py:320 #, python-format msgid "contents for index: %s" msgstr "" -#: views.py:341 +#: views.py:342 msgid "items" msgstr "" -#: views.py:366 +#: views.py:367 msgid "Are you sure you wish to rebuild all indexes?" msgstr "" -#: views.py:367 +#: views.py:368 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:373 +#: views.py:374 msgid "Index rebuild completed successfully." msgstr "" -#: views.py:380 +#: views.py:381 #, python-format msgid "Index rebuild error: %s" msgstr "" -#: views.py:402 +#: views.py:403 #, python-format msgid "indexes containing: %s" msgstr "" diff --git a/apps/document_indexing/locale/es/LC_MESSAGES/django.mo b/apps/document_indexing/locale/es/LC_MESSAGES/django.mo index dd7a225787228d080f611f083186d82976a01eea..3c7e0b863f04613bc37061d31770fabc8afcb9cd 100644 GIT binary patch delta 775 zcmXZZKTH!*9Ki8k`J+I=UR4maG)GK>g2!DCiuUjiL0*pwaB%75qD~qTzc1J6^M1el-uwODdw-o5(`(P$!mXG{ zuO{+9M4CyF<5<`&avERZ7=FY3*s(|CI;OFJ%eaDHQO7HLMGj%LC-Evl&!_tf1PzhV+up$Pv=S z1j<2?KG1Lnrm-6{Aqy@oCXV17_Fx&0;6qd!-r^{(BEKPDP}MbY7yiPX7)y!p8`6!W zWC;0P$+zMKR4=uN%qF4FLQVdpgE)h#ZWL8R z3)MigsP>&h3vZ*UdxkNQjYOv%A6cr^?mMPg@@h-#FSx8T2{~HOUBjWvKM%M#W?HMijHnuS=+FV8LBSt delta 721 zcmXZaJ4jnm7{KvQt*;w3_p0&HYKVw$eB6tQi3P!gE^!h?K|}&d6hsFVL6M7-AjRcY zIy$&22yqcx92{ISxu{zy)W*S1b6p}_i{=ss5!6Gd9BvOio z%Yvb$8r!fF4IIY~oJ9@T!%jRvUO_HU@1?N<@30sjk=Kxa$WQVcm==Sm`(D&96-Rmz zcY=j>zMAs@8BR`73*2BK-XhN?_oxj$qc;8@KcLZ=z2`?Q7(i{P6*aC0`!I@{ZyovT zrTm4C&s#JbO6IYou%}v69?K SBo`u~g*9)&no0ez9(?caOjP>- diff --git a/apps/document_indexing/locale/es/LC_MESSAGES/django.po b/apps/document_indexing/locale/es/LC_MESSAGES/django.po index 1fe6d6305e..b21851f80d 100644 --- a/apps/document_indexing/locale/es/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/es/LC_MESSAGES/django.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-02-12 19:28+0000\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 19:51+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 -#: views.py:283 +#: views.py:284 msgid "indexes" msgstr "índices" @@ -73,17 +72,13 @@ msgstr "Cuenta máxima de sufijo (%s) alcanzada." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "" -"Error en la expresión de actualización de indexación: %(expression)s; " -"%(exception)s " +msgstr "Error en la expresión de actualización de indexación: %(expression)s; %(exception)s " #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Error actualizando el indice de documento, expresión: %(expression)s; " -"%(exception)s " +msgstr "Error actualizando el indice de documento, expresión: %(expression)s; %(exception)s " #: api.py:149 #, python-format @@ -100,9 +95,7 @@ msgstr "No se puede crear el directorio de indexación; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"No se puede crear un enlace simbólico, el archivo existe y no puede " -"eliminarse: %(filepath)s; %(exc)s " +msgstr "No se puede crear un enlace simbólico, el archivo existe y no puede eliminarse: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format @@ -145,13 +138,12 @@ msgid "enabled" msgstr "habilitado" #: models.py:19 -msgid "Causes this index to be visible and updated when document data changes." -msgstr "" -"Hace que este índice sea visible y actualizado cuando los datos de " -"documentos cambien." +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "Hace que este índice sea visible y actualizado cuando los datos de documentos cambien." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 -#: views.py:198 views.py:228 views.py:268 +#: views.py:199 views.py:229 views.py:269 msgid "index" msgstr "índice" @@ -165,9 +157,7 @@ msgstr "Introduzca una expresión de python para ser evaluada." #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "" -"Causa que este nodo sea visible y actualizado cuando los datos de los " -"documentos son cambiados." +msgstr "Causa que este nodo sea visible y actualizado cuando los datos de los documentos son cambiados." #: models.py:51 msgid "link documents" @@ -175,11 +165,9 @@ msgstr "enlace de documentos" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not " -"as a parent for further nodes." -msgstr "" -"Marque esta opción para que el nodo actue como un contenedor de documentos y " -"no como un padre para mas nodos secundarios." +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "Marque esta opción para que el nodo actue como un contenedor de documentos y no como un padre para mas nodos secundarios." #: models.py:57 models.py:63 msgid "index template node" @@ -290,86 +278,86 @@ msgstr "nodos de la plantilla del árbol del índice: %s" msgid "level" msgstr "nivel" -#: views.py:189 +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 msgid "Index template node created successfully." msgstr "Nodo de plantilla de índice creado exitosamente." -#: views.py:195 +#: views.py:196 msgid "create child node" msgstr "crear nodo hijo" -#: views.py:216 +#: views.py:217 msgid "Index template node edited successfully" msgstr "Nodo de la plantilla de índice editado exitosamente" -#: views.py:222 +#: views.py:223 #, python-format msgid "edit index template node: %s" msgstr "editar nodo de la plantilla de índice: %s" -#: views.py:229 views.py:269 views.py:337 +#: views.py:230 views.py:270 views.py:338 msgid "node" msgstr "nodo" -#: views.py:251 +#: views.py:252 #, python-format msgid "Node: %s deleted successfully." msgstr "Nodo: %s eliminado exitosamente." -#: views.py:253 +#: views.py:254 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Error de eliminación para nodo: %(node)s, %(error)s " -#: views.py:262 +#: views.py:263 #, python-format msgid "Are you sure you with to delete the index template node: %s?" msgstr "¿Seguro que desea eliminar el nodo de plantilla de indice: %s?" -#: views.py:286 +#: views.py:287 msgid "nodes" msgstr "nodos" -#: views.py:319 +#: views.py:320 #, python-format msgid "contents for index: %s" msgstr "contenido del indice: %s" -#: views.py:341 +#: views.py:342 msgid "items" msgstr "artículos" -#: views.py:366 +#: views.py:367 msgid "Are you sure you wish to rebuild all indexes?" msgstr "¿Está seguro que desea reconstruir todos los índices?" -#: views.py:367 +#: views.py:368 msgid "On large databases this operation may take some time to execute." -msgstr "" -"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en " -"ejecutarse." +msgstr "En bases de datos de gran tamaño esta operación puede tardar algún tiempo en ejecutarse." -#: views.py:373 +#: views.py:374 msgid "Index rebuild completed successfully." msgstr "Reconstrucción de Índices completada exitosamente." -#: views.py:380 +#: views.py:381 #, python-format msgid "Index rebuild error: %s" msgstr "Error de reconstrucción de índices: %s" -#: views.py:402 +#: views.py:403 #, python-format msgid "indexes containing: %s" msgstr "índices que contienen: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index " -"will be mirrored." -msgstr "" -"Un diccionario que asigna el nombre del índice y en qué parte del sistema de " -"archivos dicho índice se va a reflejar." +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "Un diccionario que asigna el nombre del índice y en qué parte del sistema de archivos dicho índice se va a reflejar." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -377,5 +365,4 @@ msgstr "¿Que son los índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Los índices agrupan documentos en una estructura jerárquica tipo árbol. " +msgstr "Los índices agrupan documentos en una estructura jerárquica tipo árbol. " diff --git a/apps/document_indexing/locale/it/LC_MESSAGES/django.mo b/apps/document_indexing/locale/it/LC_MESSAGES/django.mo index bf2cb0f7fc7dae133a710f8c397f5348f36430c8..37d5390d74ae5f3d3a15efad10da65e892c10077 100644 GIT binary patch delta 825 zcmXZaF=!KE6u|KpQHyEORIN#E)o7tD)yrLy){wNKfi4BX5(mMhTs2+}nmb7@1*;I< zL~t=(DySe1b<+l1+yn*1L69O;aOhB790Ui^LI2O(^!wiXzI)&M9``B#xbSRwTXQ2K z(i0OoFCt%iMaFP)uSgEBpvDg|fp5{qO`OB&eImE;2_D1Y{UV2O1~qnY67S$qe1oU) z8|r5&VD|{DoCK-rsr23TlCM%wyNVP9sIs2P`7J$UWp! zd5R26ULix4b&TQ`?!q5U7ED9_;4sFhq8mBXxQO~e1(R4urY*~;=T=cKSVNt_Yt)y& zM{VFU_TW#{#v+5Aa|z@P(mcXKH}a^3XT$h1ZYREuU3e4uJ>+(nzaPer!uWaU3uMaj z61Aa^s10tQf#1XY0OO8`wD;`DbdOYm;A+7%9XF^n=2Msas#){vcFpx`X4SrCd!}2j zH_G)^F*ayrvdQ#BA$!uW#w{y4d(J487u~w+d&aaKlncp>mChJe&d_uD!bG}tHx|#9 z{P}V%@ROxZ+2mBMlSqa4q#WN{vKPurXPm0-E@%s_cI-kc-g_~6*7lr+?NGYy^}5~v E0PAagr2qf` delta 744 zcmXZa&r1|x7{KvI$t+!TH@E!JDpP`KwluS3=A?M&5P=xvLZoc*9&(FpH`a+jp}~U? z5*SS2LA`hoJcxqgN$Auu@gNjL)E^L07op42_i5j`eCB!QeV^xfA7;(}Jh1(~I$W$0 ziN!_6L}Vo)av6VPKb}8RiN~;o_%#|_!bkWQ=kP(3$VL2$?O3*PDk*Z4co;9>EDqx; zYQ1ks3I8Yb&Qgqp2s>~Kui^n}LuKs7o^v8s@E%^n5Ib=fPvRFW;CF1m(Poh$%%SdE zMh`!rHvFeKBpEMBuBV;n@e6J{y@FSXlo_G0uB)Gqc(DkdV$_H5o*hA, 2012. # , 2011. @@ -9,20 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-06-08 07:25+0000\n" -"Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\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 19:51+0000\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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 -#: views.py:283 +#: views.py:284 msgid "indexes" msgstr "indici" @@ -75,17 +74,13 @@ msgstr "Massimo dei suffissi contati (%s) ." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "" -"Errore nella creazione dell'indice per l'espressione: %(expression)s; " -"%(exception)s" +msgstr "Errore nella creazione dell'indice per l'espressione: %(expression)s; %(exception)s" #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Errore nell'aggiornamento delle'indice documento per l'espressione: " -"%(expression)s; %(exception)s" +msgstr "Errore nell'aggiornamento delle'indice documento per l'espressione: %(expression)s; %(exception)s" #: api.py:149 #, python-format @@ -102,9 +97,7 @@ msgstr "Impossibile creare la directory per gli indici; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Impossibile creare un link simbolico, il file già esiste e non può essere " -"cancellato: %(filepath)s; %(exc)s" +msgstr "Impossibile creare un link simbolico, il file già esiste e non può essere cancellato: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -147,13 +140,12 @@ msgid "enabled" msgstr "abilitato" #: models.py:19 -msgid "Causes this index to be visible and updated when document data changes." -msgstr "" -"Fa sì che questo indice possa essere visibile e aggiornato quando i dati del " -"documento cambiano." +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "Fa sì che questo indice possa essere visibile e aggiornato quando i dati del documento cambiano." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 -#: views.py:198 views.py:228 views.py:268 +#: views.py:199 views.py:229 views.py:269 msgid "index" msgstr "indice" @@ -167,9 +159,7 @@ msgstr "Inserisci una espressione python perchè possa essere valutata." #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "" -"Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del " -"documento cambiano." +msgstr "Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del documento cambiano." #: models.py:51 msgid "link documents" @@ -177,11 +167,9 @@ msgstr "link al documento" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not " -"as a parent for further nodes." -msgstr "" -"Selezionare questa opzione per questo specifico nodo quale contenitore per i " -"documenti e non come un genitore per ulteriori nodi." +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "Selezionare questa opzione per questo specifico nodo quale contenitore per i documenti e non come un genitore per ulteriori nodi." #: models.py:57 models.py:63 msgid "index template node" @@ -292,86 +280,86 @@ msgstr "modello nodi della struttura per l'indice: %s" msgid "level" msgstr "livello" -#: views.py:189 +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 msgid "Index template node created successfully." msgstr "Modello nodo indice creato con successo." -#: views.py:195 +#: views.py:196 msgid "create child node" msgstr "creare nodo figlio" -#: views.py:216 +#: views.py:217 msgid "Index template node edited successfully" msgstr "Template nodo Indice modificato con successo" -#: views.py:222 +#: views.py:223 #, python-format msgid "edit index template node: %s" msgstr "modifica index template node: %s" -#: views.py:229 views.py:269 views.py:337 +#: views.py:230 views.py:270 views.py:338 msgid "node" msgstr "nodo" -#: views.py:251 +#: views.py:252 #, python-format msgid "Node: %s deleted successfully." msgstr "Nodo: %s cancellato con succcesso." -#: views.py:253 +#: views.py:254 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Nodo: %(node)s errore di cancellazione: %(error)s" -#: views.py:262 +#: views.py:263 #, python-format msgid "Are you sure you with to delete the index template node: %s?" msgstr "Sei sicuro di voler cancellare index template node: %s?" -#: views.py:286 +#: views.py:287 msgid "nodes" msgstr "nodi" -#: views.py:319 +#: views.py:320 #, python-format msgid "contents for index: %s" msgstr "contenuto per indice: %s" -#: views.py:341 +#: views.py:342 msgid "items" msgstr "voci" -#: views.py:366 +#: views.py:367 msgid "Are you sure you wish to rebuild all indexes?" msgstr "Sei sicuro di voler ricostruire l'indice ?" -#: views.py:367 +#: views.py:368 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di " -"tempo." +msgstr "Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di tempo." -#: views.py:373 +#: views.py:374 msgid "Index rebuild completed successfully." msgstr "Ricostruzione dell'indice avvenuta con successo" -#: views.py:380 +#: views.py:381 #, python-format msgid "Index rebuild error: %s" msgstr "Errore nella ricostruzione dell'indice: %s" -#: views.py:402 +#: views.py:403 #, python-format msgid "indexes containing: %s" msgstr "Gli indici contengono: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index " -"will be mirrored." -msgstr "" -"Un dizionario che associa il nome dell'indice e dove sul filesystem verrà " -"copiato." +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "Un dizionario che associa il nome dell'indice e dove sul filesystem verrà copiato." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -379,6 +367,4 @@ msgstr "Cosa sono gli indici ?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Gli Indici dei documenti rappresentano , nella forma di albero, la struttura " -"gerarchica dei documenti stessi.." +msgstr "Gli Indici dei documenti rappresentano , nella forma di albero, la struttura gerarchica dei documenti stessi.." diff --git a/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo index 2164bf76164c4af4256164185e24ffac1e7c52ac..f947ec02c878f9f53013f2b133828d975499c691 100644 GIT binary patch delta 760 zcmXZaL1@!Z7{Kw5vFTRFT32UvidGrw)HF@X+!`DT6HzBBQxOEAnZ~TRCNoVBP9dPz zoeV?p;7LTiI2kB-9PH##4?#Tu%4kI}|A zsOqf^BqA|`!q#?&3wVh513LH@52M4bR7XD2gxuHhB61kAq+P*o;*Z)dNH6jgSyR@r z2Xos*C@q5tgAEKURE5ScgJ+OSE_3U`0QpK1qbm47$B%UU4AqIeL)MTLR1198{y;Ua zoA0FF+li{~=^+NH@IjrZ>i8ITl0S#4C*MEVMbxojp|`!HrzXIVAh+>meqoS<=u;$GY)sy@qCQ$EC}L5!Ac8~l&@_l?)RCch9}&-nZR*ZobZzdPgN9UP#0i zkz|cX8?IqJZet36;|R7q6q&~~w&Ed1@e&_lQ?1AV8f?aSv~dl`@H>uTpiZO%C+fue zKQT`tPU15*;xBxPN7#wC7{e&LdW=ad$3=XFAFvvKU_b6-JKo|Twl&<(n?^&tf?994 z!4oMkI3}STPDDhyaUC7}gU|2=wWBU}M-wuH8c!n4%aZRZRuFIaenIvwTgVdf6D#o$ zDJdr&g9i-$q87TsAXYVToEYI%hH>PUqz|>=updwPaR&87J|QJ!6?K74-*2e%4p6^4 zMXme#jDZ%u@Dta5toITiA4cuC9(ALgsNeUX{wpt0J9@LX6Q~LnPeM;B?1W|8j%|u} zp%!Ce#&41ku8_{Zb+cLXyqF26s>j`2 V=DnLqJJw>hxF4S0>#6xz`41)aSjhkY diff --git a/apps/document_indexing/locale/pl/LC_MESSAGES/django.po b/apps/document_indexing/locale/pl/LC_MESSAGES/django.po index 7464fb9741..03845ac7ca 100644 --- a/apps/document_indexing/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pl/LC_MESSAGES/django.po @@ -1,27 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-02-21 20:50+0000\n" -"Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\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 19:51+0000\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 -#: views.py:283 +#: views.py:284 msgid "indexes" msgstr "indeksy" @@ -74,15 +72,13 @@ msgstr "Maximum suffix (%s) count reached." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "" -"Error in document indexing update expression: %(expression)s; %(exception)s" +msgstr "Error in document indexing update expression: %(expression)s; %(exception)s" #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "Error updating document index, expression: %(expression)s; %(exception)s" #: api.py:149 #, python-format @@ -99,9 +95,7 @@ msgstr "Nie można utworzyć katalogu indeksowania;%s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Nie można utworzyć dowiązania symbolicznego, plik istnieje i nie może zostać " -"usunięty: %(filepath)s ; %(exc)s " +msgstr "Nie można utworzyć dowiązania symbolicznego, plik istnieje i nie może zostać usunięty: %(filepath)s ; %(exc)s " #: filesystem.py:71 #, python-format @@ -144,13 +138,12 @@ msgid "enabled" msgstr "włączony" #: models.py:19 -msgid "Causes this index to be visible and updated when document data changes." -msgstr "" -"Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany " -"danych dokumentów." +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany danych dokumentów." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 -#: views.py:198 views.py:228 views.py:268 +#: views.py:199 views.py:229 views.py:269 msgid "index" msgstr "index" @@ -172,11 +165,9 @@ msgstr "link documents" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not " -"as a parent for further nodes." -msgstr "" -"Check this option to have this node act as a container for documents and not " -"as a parent for further nodes." +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes." #: models.py:57 models.py:63 msgid "index template node" @@ -287,81 +278,85 @@ msgstr "tree template nodes for index: %s" msgid "level" msgstr "level" -#: views.py:189 +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 msgid "Index template node created successfully." msgstr "Index template node created successfully." -#: views.py:195 +#: views.py:196 msgid "create child node" msgstr "create child node" -#: views.py:216 +#: views.py:217 msgid "Index template node edited successfully" msgstr "Index template node edited successfully" -#: views.py:222 +#: views.py:223 #, python-format msgid "edit index template node: %s" msgstr "" -#: views.py:229 views.py:269 views.py:337 +#: views.py:230 views.py:270 views.py:338 msgid "node" msgstr "node" -#: views.py:251 +#: views.py:252 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:253 +#: views.py:254 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:262 +#: views.py:263 #, python-format msgid "Are you sure you with to delete the index template node: %s?" msgstr "" -#: views.py:286 +#: views.py:287 msgid "nodes" msgstr "" -#: views.py:319 +#: views.py:320 #, python-format msgid "contents for index: %s" msgstr "Zawartość dla indeksu:%s" -#: views.py:341 +#: views.py:342 msgid "items" msgstr "pozycji" -#: views.py:366 +#: views.py:367 msgid "Are you sure you wish to rebuild all indexes?" msgstr "Czy na pewno chcesz odbudować wszystkie indeksy?" -#: views.py:367 +#: views.py:368 msgid "On large databases this operation may take some time to execute." msgstr "Na dużych bazach danych operacja może chwilę potrwać." -#: views.py:373 +#: views.py:374 msgid "Index rebuild completed successfully." msgstr "Główna odbudowa zakończyła się pomyślnie." -#: views.py:380 +#: views.py:381 #, python-format msgid "Index rebuild error: %s" msgstr "Index rebuild error: %s" -#: views.py:402 +#: views.py:403 #, python-format msgid "indexes containing: %s" msgstr "indeksy zawierające:%s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index " -"will be mirrored." +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." msgstr "" #: templates/indexing_help.html:3 diff --git a/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo index 6f693f3c0e870eb4b4a898c6761bae12780ea251..9f427e24420378d9767d86117bb26d9cd4685cd6 100644 GIT binary patch delta 806 zcmXZaL1@!Z7{Kvw({9t&HC1P)n;Hi)rqZmfRTljB_nA?ix6ZA zf(T07ab9*%dQhP^MHG4&dJyz75D$9rAm~64JPrTP210({`||Sgz3*kwd}+RT)ERu~ z5J_kvwut;liI{k9yT~cLhk5*n1K71g#KIxGh_~?yenTD4?i4wI4(`JTcoLuEAg-f< zi9V4_INm3LoF`Z&p+4|CvUiurDC0wT5HH{nycPK@dj1)Q$S2YwJ!s%0p1?TX!7M(+ z!`O;kM^)fJe;_hJVD`5wzlmz%V?2)U(8tc*?T%c-BIDPn-rK-2EbbBEk~%jwDNDE) z8<@mZ+=gq|jo)z#{t5`#g#1Od(_s$^s#7DV<^?%|{RF3x8l;SDN)|DO%cu%iL4Ffy;AVV%>1#?*7W~_F|&{j?`!FiDR|mK503nnpLt*eW7_bwHk|`apvsnR_jS?#cfWf8?k@i{(2z* delta 769 zcmXZaPe>GD7{~FSZJVxH?pC&zR#Q+NEZWgP9Ricc(?A`>AW<4{T{mQ{oi!?gITS&# zhhjW*sDqaXK?;`sAXJ2qhc0z8?_Ik@U6P{j!|pK5=i!}a-uHQ*cUHW+-phq8(eoy$ zEiL6Gy~;=)cI}cza18tKDR$vk4Dbg|;Dz1NRa`~~JNHP3aS#vUI1b@$?8X&5h3j|) zn>!R~lwhW#zQDVN8<=DKHy*`fd!-ZTH@t=R{uv&@b!@>u=wl))rSKxUco}=J+VCw} zf#0){G)$1_tXF;>EwO<87-NW^(K<4;PdbbD(Y{;5K}_wJxOI*Po6{s7z!2N<5$?c6 zY{nO81-^+0C|V!UcKQul@gE+?6n)=@F53G6r2Cpg%e#)Yz#X)St4PzdfY$OQ_Ho7o%)HE7i|(8BFK=n&PcH^pD&hIYtES))Ae{R{*|6;^Mg`hJ}Bfp=UOGclo_vm$b3qshMi(* ODt|L5*B)k, 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-07-03 18:47+0000\n" -"Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\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 19:51+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 -#: views.py:283 +#: views.py:284 msgid "indexes" msgstr "índices" @@ -74,17 +73,13 @@ msgstr "Contagem máxima do sufixo (%s) alcançada." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "" -"Erro na expressão de atualização de indexação de documentos: %(expression)s; " -"%(exception)s " +msgstr "Erro na expressão de atualização de indexação de documentos: %(expression)s; %(exception)s " #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Erro ao atualizar índice de documentos, expressão: %(expression)s ; " -"%(exception)s " +msgstr "Erro ao atualizar índice de documentos, expressão: %(expression)s ; %(exception)s " #: api.py:149 #, python-format @@ -101,9 +96,7 @@ msgstr "Não é possível criar o diretório de indexação; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser " -"excluído: %(filepath)s; %(exc)s " +msgstr "Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser excluído: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format @@ -146,13 +139,12 @@ msgid "enabled" msgstr "habilitado" #: models.py:19 -msgid "Causes this index to be visible and updated when document data changes." -msgstr "" -"Faz com que este índice seja visível e atualizado quando os dados do " -"documento forem alterados." +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "Faz com que este índice seja visível e atualizado quando os dados do documento forem alterados." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 -#: views.py:198 views.py:228 views.py:268 +#: views.py:199 views.py:229 views.py:269 msgid "index" msgstr "índice" @@ -166,9 +158,7 @@ msgstr "Digite uma expressão python para ser avaliada." #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "" -"Faz com que este nó seja visível e atualizado quando os dados do documento " -"forem alterados." +msgstr "Faz com que este nó seja visível e atualizado quando os dados do documento forem alterados." #: models.py:51 msgid "link documents" @@ -176,11 +166,9 @@ msgstr "ligar documentos" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not " -"as a parent for further nodes." -msgstr "" -"Escolha esta opção para que este nó atue como contentor para documentos e " -"não como pai de outros nós." +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "Escolha esta opção para que este nó atue como contentor para documentos e não como pai de outros nós." #: models.py:57 models.py:63 msgid "index template node" @@ -224,7 +212,7 @@ msgstr "número de renomeações dos documentos" #: permissions.py:7 msgid "Indexing" -msgstr "A indexar" +msgstr "Indexação" #: permissions.py:9 msgid "Configure document indexes" @@ -291,84 +279,86 @@ msgstr "nós de modelo de árvore para o índice: %s" msgid "level" msgstr "nível" -#: views.py:189 +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 msgid "Index template node created successfully." msgstr "Nó de modelo de índice criado com sucesso." -#: views.py:195 +#: views.py:196 msgid "create child node" msgstr "criar nó filho" -#: views.py:216 +#: views.py:217 msgid "Index template node edited successfully" msgstr "nó de modelo de índice editado com sucesso" -#: views.py:222 +#: views.py:223 #, python-format msgid "edit index template node: %s" msgstr "editar o nó de modelo de índice: %s" -#: views.py:229 views.py:269 views.py:337 +#: views.py:230 views.py:270 views.py:338 msgid "node" msgstr "nó" -#: views.py:251 +#: views.py:252 #, python-format msgid "Node: %s deleted successfully." msgstr "Nó: %s eliminado com sucesso." -#: views.py:253 +#: views.py:254 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Nó: %(node)s, erro ao eliminar: %(error)s " -#: views.py:262 +#: views.py:263 #, python-format msgid "Are you sure you with to delete the index template node: %s?" msgstr "Tem a certeza de que pretende eliminar o nó de modelo de índice: %s?" -#: views.py:286 +#: views.py:287 msgid "nodes" msgstr "nós" -#: views.py:319 +#: views.py:320 #, python-format msgid "contents for index: %s" msgstr "conteúdos para o índice: %s" -#: views.py:341 +#: views.py:342 msgid "items" msgstr "itens" -#: views.py:366 +#: views.py:367 msgid "Are you sure you wish to rebuild all indexes?" msgstr "Tem a certeza de que deseja reconstruir todos os índices?" -#: views.py:367 +#: views.py:368 msgid "On large databases this operation may take some time to execute." msgstr "Esta operação pode levar algum tempo em bases de dados grandes." -#: views.py:373 +#: views.py:374 msgid "Index rebuild completed successfully." msgstr "Reconstrução de índice concluída com êxito." -#: views.py:380 +#: views.py:381 #, python-format msgid "Index rebuild error: %s" msgstr "Erro na reconstrução do índice: %s" -#: views.py:402 +#: views.py:403 #, python-format msgid "indexes containing: %s" msgstr "índices contendo: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index " -"will be mirrored." -msgstr "" -"Um dicionário que mapeia o nome do índice com o local no sistema de " -"ficheiros onde será espelhado." +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "Um dicionário que mapeia o nome do índice com o local no sistema de ficheiros onde será espelhado." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -376,5 +366,4 @@ msgstr "O que são índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Os índices agrupam documentos numa árvore como uma estrutura hierárquica." +msgstr "Os índices agrupam documentos numa árvore como uma estrutura hierárquica." diff --git a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo index d1ec1563610d617e04945549ca1c01db7b330810..ddbf28cc146597201ae2a2d6653cd9c9589707ef 100644 GIT binary patch delta 457 zcmXZXIY8%9?v9K1@e?fT6H#0ou&AU-rO6%Np{oxYX^NOs9i0&7eMhn-mjvDqb zi@$h+*+G#gK4Anukr5Ia5=r9>`p`rbEzDpO!}x{E7z)U>6iHG6kxhKW4gAJ6Tpbok z;w4UD2Pd$Hv-pP2L++r+I0n&KD1z)NDV)Qj|N06!azpUoZE#m)l%z>x1Uu;b?_xcHAIF3$#zJ1^K;!YK8yP|7a-n0v~(}lBgQLC0MqiU9`TG6;LN}6d| zwVdVO&m5}T)tq6Q<&wH%*g0K^M`Lj{x~#?%N^DV2EH&=DipMFE`eLK&eQ4Bu$HBBw T%GZoM*DH2*>!AJa3lIDOzsO18 delta 394 zcmXZXKS)AR6vy$Oh50n=NhQ%gxPj3WzNbU>AS#!ZM?nn@1!5GoBoVc^I5)WTXl;wE z$#4!DqM@NFD1w?Bq|G(@J_s)7bME1A?zt^A+|Nvf_xlFWd#g6Fu5uegZmL1_Uu zaU2^sicOrt2Mizj!ZdzkxX>@Mt1`AUi&+fsTgcHaA%@5Hsx(AWqmaS|hCjK)aNsqL z;XOw24a2@q9KoOedT;xt=OY^2T9cOR7}xdOT<~I(2Je)yiqPvhSIr QlTvXbxQcJLQwh`e2QgJONB{r; diff --git a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po index 32473d401e..7b5e4532fb 100644 --- a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-07-02 03:31+0000\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 19:51+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 -#: views.py:283 +#: views.py:284 msgid "indexes" msgstr "índices" @@ -73,17 +72,13 @@ msgstr "Quantidade máxima do sufixo (%s) alcançada." #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "" -"Erro de atualização na expressão de indexação do documento: %(expression)s; " -"%(exception)s " +msgstr "Erro de atualização na expressão de indexação do documento: %(expression)s; %(exception)s " #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Erro de atualização de índice do documento, a expressão: %(expression)s ; " -"%(exception)s " +msgstr "Erro de atualização de índice do documento, a expressão: %(expression)s ; %(exception)s " #: api.py:149 #, python-format @@ -100,9 +95,7 @@ msgstr "Não é possível criar o diretório de indexação; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Não é possível criar o link simbólico, o arquivo existe e não pode ser " -"excluído: %(filepath)s; %(exc)s " +msgstr "Não é possível criar o link simbólico, o arquivo existe e não pode ser excluído: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format @@ -145,11 +138,12 @@ msgid "enabled" msgstr "habilitado" #: models.py:19 -msgid "Causes this index to be visible and updated when document data changes." +msgid "" +"Causes this index to be visible and updated when document data changes." msgstr "" #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 -#: views.py:198 views.py:228 views.py:268 +#: views.py:199 views.py:229 views.py:269 msgid "index" msgstr "índice" @@ -171,8 +165,8 @@ msgstr "ligar documentos" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not " -"as a parent for further nodes." +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." msgstr "" #: models.py:57 models.py:63 @@ -284,82 +278,85 @@ msgstr "" msgid "level" msgstr "" -#: views.py:189 +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 msgid "Index template node created successfully." msgstr "" -#: views.py:195 +#: views.py:196 msgid "create child node" msgstr "" -#: views.py:216 +#: views.py:217 msgid "Index template node edited successfully" msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "edit index template node: %s" msgstr "" -#: views.py:229 views.py:269 views.py:337 +#: views.py:230 views.py:270 views.py:338 msgid "node" msgstr "" -#: views.py:251 +#: views.py:252 #, python-format msgid "Node: %s deleted successfully." msgstr "" -#: views.py:253 +#: views.py:254 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "" -#: views.py:262 +#: views.py:263 #, python-format msgid "Are you sure you with to delete the index template node: %s?" msgstr "" -#: views.py:286 +#: views.py:287 msgid "nodes" msgstr "" -#: views.py:319 +#: views.py:320 #, python-format msgid "contents for index: %s" msgstr "conteúdos para o índice: %s" -#: views.py:341 +#: views.py:342 msgid "items" msgstr "itens" -#: views.py:366 +#: views.py:367 msgid "Are you sure you wish to rebuild all indexes?" msgstr "Tem certeza de que deseja reconstruir todos os índices?" -#: views.py:367 +#: views.py:368 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." -#: views.py:373 +#: views.py:374 msgid "Index rebuild completed successfully." msgstr "Reconstrução de índice concluída com êxito." -#: views.py:380 +#: views.py:381 #, python-format msgid "Index rebuild error: %s" msgstr "Reconstrução de índice de erro: %s" -#: views.py:402 +#: views.py:403 #, python-format msgid "indexes containing: %s" msgstr "índices contendo: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index " -"will be mirrored." +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." msgstr "" #: templates/indexing_help.html:3 @@ -368,5 +365,4 @@ msgstr "Quais são os índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Indexar documentos agrupados em uma árvore como uma estrutura hierárquica." +msgstr "Indexar documentos agrupados em uma árvore como uma estrutura hierárquica." diff --git a/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo b/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo index bd92783b88d7305cdb78d4756c4b8df7d7b5a2b4..f6788537de84e714cc1fe1cd851a67f811d6a5b3 100644 GIT binary patch delta 827 zcmXZYO=uHQ5Ww+iLD3pCt=gz*YTCvs>Si}dQ#F32R%ol$wm}rD2pd_qi%nKG8?iwR zdMWsULV75I2;!-yVk>ylOGQNRBp$>=FCM&j5Cm`j9|?s0%}(aco1KqCv%`yX&DB`5 zNFXROFCvLHk@NToi`cbUWG6nwUR=Z{_zfSTy+z~!{=t5{yH(^UzQLr*<0b5E7de6V z@d~bB1!Ezp${m6iA(0&z*(MUkgE)rgP&Iyq1Na>WF|u7GizY_!C2qv`ID=oX14n3T z;WeDV&v+O+xr7p#3|B?w2z(M*T+gXtJcVblh6}igd3?le%HL>Wu2bYRE@L06b*T?X zqmC1}2k$lV3#bPDfGl0URtb6te&R7~iHfj&8Nn=GMzxves0MqBd$FmjUbi3j@qQcw zcpdr4Egq`w8LEL+Pz|_>YJm3c`e4;v1O|z-s0yl$KbBE7{DJDgFXXKJ!?hS@>KJz8 zIvi>^jvDV5QGMYos#VY9Aii$o|6-HK(xx@Z4ZEj&|3*gFZO5M~=i^u1g6_E`({o%; zFPJlCQFltEvQ?@L1UrmmDw;@VQvI6IXBaKxV_MF->69F|sGT%@D-%r`iKJ#6&{W-_ zOgd3}91Nv$Zr<{IH=3)rjUMspiFo6lxa}4z=CoDG+6B{@RwLBj1uxWkS|BE$=4|qxSL};V^RR z1P{wApl!T>R^TdH0iVzc3%(O12|5Q`2^q8xb+iSaqD^>#r0O+p!_T-MzhMYNoWhJ^ z0(;R;m_uvzCCp;=|M)9xlh!-8y6w$tk-ktW>7-KWl-s-?85naD?x>R-NxSZFk}Evr zRcncS#Vc1!UhQTj?VR^3MZe)pl;&!lGghq5k0vuWyt&emO1=3va, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-02-27 04:22+0000\n" -"Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\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 19:51+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 -#: views.py:283 +#: views.py:284 msgid "indexes" msgstr "индексы" @@ -74,17 +72,13 @@ msgstr "Достигнуто максимальное (%s) число суффи #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "" -"Ошибка в выражении обновления индексов документа: %(expression)s; " -"%(exception)s" +msgstr "Ошибка в выражении обновления индексов документа: %(expression)s; %(exception)s" #: api.py:92 api.py:107 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Ошибка при обновлении индекса документа, выражение: %(expression)s; " -"%(exception)s" +msgstr "Ошибка при обновлении индекса документа, выражение: %(expression)s; %(exception)s" #: api.py:149 #, python-format @@ -101,9 +95,7 @@ msgstr "Не удается создать индексации каталога msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Невозможно создать символическую ссылку, файл существует и не может быть " -"удален: %(filepath)s; %(exc)s" +msgstr "Невозможно создать символическую ссылку, файл существует и не может быть удален: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -146,12 +138,12 @@ msgid "enabled" msgstr "разрешено" #: models.py:19 -msgid "Causes this index to be visible and updated when document data changes." -msgstr "" -"Этот индекс должен быть видимым и обновляться при изменении данных документа." +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "Этот индекс должен быть видимым и обновляться при изменении данных документа." #: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161 -#: views.py:198 views.py:228 views.py:268 +#: views.py:199 views.py:229 views.py:269 msgid "index" msgstr "индекс" @@ -165,8 +157,7 @@ msgstr "Введите строковое выражение питона для #: models.py:50 msgid "Causes this node to be visible and updated when document data changes." -msgstr "" -"Этот узел должен быть видимым и обновляются при изменении данных документа." +msgstr "Этот узел должен быть видимым и обновляются при изменении данных документа." #: models.py:51 msgid "link documents" @@ -174,10 +165,9 @@ msgstr "связать документы" #: models.py:51 msgid "" -"Check this option to have this node act as a container for documents and not " -"as a parent for further nodes." -msgstr "" -"Этот узел будет контейнером для документов и не будет иметь дочерних узлов." +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "Этот узел будет контейнером для документов и не будет иметь дочерних узлов." #: models.py:57 models.py:63 msgid "index template node" @@ -288,86 +278,86 @@ msgstr "дерево шаблонных узлов для индекса %s" msgid "level" msgstr "уровень" -#: views.py:189 +#: views.py:169 +msgid "has document links?" +msgstr "" + +#: views.py:190 msgid "Index template node created successfully." msgstr "узел шаблона индексирования создан" -#: views.py:195 +#: views.py:196 msgid "create child node" msgstr "создать дочерний узел" -#: views.py:216 +#: views.py:217 msgid "Index template node edited successfully" msgstr "узел шаблона индексирования изменён" -#: views.py:222 +#: views.py:223 #, python-format msgid "edit index template node: %s" msgstr "изменить узел шаблона индексирования %s" -#: views.py:229 views.py:269 views.py:337 +#: views.py:230 views.py:270 views.py:338 msgid "node" msgstr "узел" -#: views.py:251 +#: views.py:252 #, python-format msgid "Node: %s deleted successfully." msgstr "Узел %s удален." -#: views.py:253 +#: views.py:254 #, python-format msgid "Node: %(node)s delete error: %(error)s" msgstr "Узел %(node)s - ошибка удаления %(error)s" -#: views.py:262 +#: views.py:263 #, python-format msgid "Are you sure you with to delete the index template node: %s?" msgstr "Вы уверены, что нужно удалить узел шаблона индексирования %s?" -#: views.py:286 +#: views.py:287 msgid "nodes" msgstr "узлы" -#: views.py:319 +#: views.py:320 #, python-format msgid "contents for index: %s" msgstr "содержания для индекса: %s." -#: views.py:341 +#: views.py:342 msgid "items" msgstr "членов" -#: views.py:366 +#: views.py:367 msgid "Are you sure you wish to rebuild all indexes?" msgstr "Вы уверены, что хотите перестроить все индексы?" -#: views.py:367 +#: views.py:368 msgid "On large databases this operation may take some time to execute." -msgstr "" -"В больших базах данных эта операция может занять некоторое время для " -"выполнения." +msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." -#: views.py:373 +#: views.py:374 msgid "Index rebuild completed successfully." msgstr "восстановление индекса успешно завершено." -#: views.py:380 +#: views.py:381 #, python-format msgid "Index rebuild error: %s" msgstr "Индекс восстановить ошибка: %s" -#: views.py:402 +#: views.py:403 #, python-format msgid "indexes containing: %s" msgstr "индексы, содержащие: %s" #: conf/settings.py:22 msgid "" -"A dictionary that maps the index name and where on the filesystem that index " -"will be mirrored." -msgstr "" -"Словарь, который отображает имя индекса и где на файловой системе он будет " -"отражен." +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "Словарь, который отображает имя индекса и где на файловой системе он будет отражен." #: templates/indexing_help.html:3 msgid "What are indexes?" diff --git a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo index 8b759d95faaa6fd2f0cc65168a0ff4ce7a09456a..1f4eed6f07dc227e7c392bf4be5cb3bd4319b294 100644 GIT binary patch delta 315 zcmZ1?a9Uu(llljY3=Fm`3=EnK3=DE?3=G0R+5~ delta 252 zcmX>tutZ?Ollq;E3=Fm`3=EnK3=H2{85o3tv?3b=gB*}H1=4~*Is{1b1L-s%%?G5* zfV2vbZUxc;KzbFB76sC~fiy_nMIfyVq#pulDIm?t&cGlKq!oZPP>8_+NDBdJcXkFh z25BH83Mc@wunb6x0qLngnj1*3fr{?{(jbek18I;!&ww-+kY?k67$mrPCF4n^$un7G rI1CLG3=ORejVAA9Im7Rhn3rCfn4W5-kdhkj;ySs5HG1=B)(9p5zI-C9 diff --git a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po index 2370004d0a..25ebe033c8 100644 --- a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-05-05 10:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/en/LC_MESSAGES/django.mo b/apps/document_signatures/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/document_signatures/locale/en/LC_MESSAGES/django.po b/apps/document_signatures/locale/en/LC_MESSAGES/django.po index 4539529a2f..9e6e4d9a7b 100644 --- a/apps/document_signatures/locale/en/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/document_signatures/locale/es/LC_MESSAGES/django.mo b/apps/document_signatures/locale/es/LC_MESSAGES/django.mo index e6346e8b1f9e92b9cdc4ff71be6b2a39f0393983..d8f13817e40a2393f7d044f433e09ca2459324d2 100644 GIT binary patch delta 317 zcmeAaSRydtN&PKG1_oOe1_nh21_lW>1_luzZ3U#ofwVu676Q`gP`V083jq1OKw2G0 z&jZqeK>8Sv<^j?-fV41>ehQ?ef%H!(UzDAJK@P~*1kyku1`i-D2BiJj8Qj4ZrvU}j zfC3#rnjc872hyBCdOwgB1=1&hG|1xnKw1Gve*n@Tg9JGk7`TD71jpu8j3=19GfGMd ztn~HMGfOf`lk}4FbM=ezixZ17^NaLz6Dt$*^fQZ#OH+%v0{laCor_WvOEUBGbX^il zQmqt>3=EBQ4a{|oj1>$`t&GhlPh;tstjB6Qxq>x{$0so_y)-c$s4TU3^F>w*CIGWl BIDr5F delta 265 zcmZ1?&?zwCN&S9C1_oOe1_nh228O?^3=ASbTAq!8K^#b%0BIp0?E|IbfwTaSUj(Gp zfpjyF76j6(fiw@0-V3CKf%GXLEe)jaLHWOcv>cGn$Iie2WHRUiX)z#e!p`6hw%8je zpavAk1=9RLdJ2%{1ky`@v?!2X2c$t39|6(|K>8|>1{w4XNOJ?}zwDb=F`i(WJd;I+ z!_Yv%(9p`zX!2f`9xms^;*!jq%)~s+$?mN7JU)qe>7|M3sa6W9#gkiEqc^{0HD>|< D>%=H1 diff --git a/apps/document_signatures/locale/es/LC_MESSAGES/django.po b/apps/document_signatures/locale/es/LC_MESSAGES/django.po index 73c7365da9..674caaff3f 100644 --- a/apps/document_signatures/locale/es/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-02 18:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/it/LC_MESSAGES/django.mo b/apps/document_signatures/locale/it/LC_MESSAGES/django.mo index 8cc6d43182f02c29d61b4e209b97b8b2a9ce036d..92d9d733850d61d85748668b928960454384f2e9 100644 GIT binary patch delta 310 zcmWm8Jxjw-6vpw>&{&8s(M3TALk9&V-Zn)F0S8f3P|!gaw_6Qqh9;7ip_7XrKrFZj zIypEv6^frgar84Nh`WQM|G+)>cR4(qdp_(x`}*s0R1w*ziY$r9uPI{V!Wf0CIElMB zfhRbP9bCo?XYdX!e8w{Wf)2joJbvRM8Z{A))VXGHr6xO4=dnqn44h**;0nj_2Iue| z%a2D`F7}4(DxWxoKf|ZWyRqNR^9x_8Fv`0{XYDNMsWi!S8YQXf>AsFtlx0PbSx1M* x?p7M;JW67BTjzoAc#Wp#HrlS&a+>RYt39}_J`VQGQ|my-VWC4J!w1td{sFZOHsk;R delta 249 zcmWm8p$`FZ7{>7zcg{GD!iLRFpy5PzRl5JcgbQY7lbEQf$1X_}K~~vJ69ifHCkQsh z_m@8J-aUKY=W9K!^?MmaL|jdzCL#}A#KI4jP>YMC(MA&+n8hyE(Zd|hFo`Qv`3>5* z!y;a>f-f}ihk1+{(vvDfk*x~2s16J;g%d2`0@dRHRk1zNQO=mb+vym&N5idFPB<;w daXL;ryl4m0^QWV^KN@!I@htT9{^_naqkl?9A#nfz diff --git a/apps/document_signatures/locale/it/LC_MESSAGES/django.po b/apps/document_signatures/locale/it/LC_MESSAGES/django.po index 823a4eb056..ead70b8143 100644 --- a/apps/document_signatures/locale/it/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-08 07:20+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo index d3b1bcff2a91346586f8df4ccc21c94e09634602..9f01253237e003e3bdcf84582d33469f8363a09b 100644 GIT binary patch delta 313 zcmeAZ*eWpLN&Rm|1_oOe1_n(A1_nzu1_oguoeZR9fOI*K<^s}FfV2RRo)4t?fb<3+ ztqP>~18E^3{S-)p)cpX`yg-_noq<6SNDBgKDIjeOrTu_32aul$q(SBtu`{@X6*L0{ zq=5qSfHcU!T~LK*fwUNqe+@{3EPe~5K@R%^q(K%+0!;%Mq{6Xz72^pe?~Ia?0xNy} z^vsfs(j>j){9OH_{Nlu-%={w#+{DVnJpIh#;?mS&t^ofKUFV|I#FEVXJYAQ>l2j`N uBLhPtT?2DnBVz?aQ!8Wh$9J9cOmz#wKv#1T)QvMo|QUPPt$TrWj3D%yxx;Kv39BB${fYiIS+> ze1Axvz3-kq@4Gi==KL|a`b5f_NKQmzL6JC?(830Wv41n-!} zCnnL*e`YbnTtU@W)1~?iv{Cy?+o2eyJ!!(UN_L(T?4NF17NHo=Kufz diff --git a/apps/document_signatures/locale/pl/LC_MESSAGES/django.po b/apps/document_signatures/locale/pl/LC_MESSAGES/django.po index d10e2b8f89..e1cbf7d7e8 100644 --- a/apps/document_signatures/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-21 20:53+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:83 msgid "upload signature" diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo index bdea84e69ad582f30cdb94538b4243a9d42c721f..9975f8b4eeb1d9523f906d0190f6ced7c5fdb90f 100644 GIT binary patch delta 311 zcmdlj@JL|7llt?F3=Fm`3=C=v3=F(%3=9%L+5||;18H9%%@3q=fwTyat_9L!Kzb68 z)&$Zkq5R80S^&s@1*Ca_^lu=o45T^P85pF1v@VcV1=1cs8Ysn(2c$vfm9jIqF(?5U zT|fblhP6N%WWhxs%>kre0BLa`{Shk82^0jWQvlN3K-vXJ3j*nY%_|vCGI?i|loVL$ z>!)XyWRxc9CFker7v&cx7G>ra>E|X^Cg$m978jSM7IOvohv+&Nr6!hS=I80UB$lLF uDHs_T8tEFC>lzs=7@Arcn@^s`vTt%CYZSLnVqSV_VmeSs!RDQ;O-uma{Wndy7v$, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 20:53+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo index 981cfe2b385c30d31c1c337b5f23e87f77a5ffc7..b3b3b432faba6883b034ee9f7ef91e9d7f86a2f9 100644 GIT binary patch delta 284 zcmZ1|a6(|ho%+{|3=Co{3=A3!3=B+c3=EP$S{q2q18G+v%@3qgfwUlyE(Ow}K)M}B zYXa%HKw1n)9|zK0K>8k#<^|F(fwUTs{tl!SfV3Ptgl`X|If48%AT0u<3)mU#7?gmF zR-k|ikX`|#K?a@$(i}kg36KU^_!dYj18HWUAUBX!2htz|j5p6@+{C1wQBqQ1rLUi! zS&~tjq?eqZt6!8~oLH2ZU!FR~ a{62|!>7|M3sa6UFCGk!{n>Vl)G64YkjWFZ@ delta 268 zcmX>huux#ao%$n;3=Co{3=A3!3=Fqf85ksiGz%L8gFKLy1Je9J+73ty0%<=WEefO) zfV3u%E(6kHKzad?<^s~&fiy3WJ_MxIfb<0*tpKFIL-`Wy3=Et=zCDl@0n(oA40a4k zKt>!;Km|xQ0%?$e%YZZoklqWVK^7hZ(#k;k4v^*s(jZBY0X&;$GHzm0;R^5%(RD6L zO)SaG&(n2DEJ?LeFfuSS(ls#GH8fB#G_*1_nmmo=2ER{YUV3R_I#9ZxB;F}#axQE1 J<{PX9OaLLVD0lz> diff --git a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po index d1474d3f77..be5f334184 100644 --- a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo b/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo index c3fdb701e76c78971692d498f0af337a7113a150..88aae5d6a60a114ba83f8cf0385dc133f00a328b 100644 GIT binary patch delta 312 zcmew>v_yEqlX@N|1_oOe1_o0G1_m!S1_nhS-2kMGfb=3DEeNEq0%=ho{TxV(1L?m& z+5kw4vNJG90%djn~ZL8U+%WKhfIm5e8uyfaEl3as?? z(=$slN|W@G^KA uj0_BobPddPjf@oxO|6X0Cr@M9I5~thipM80FTFG|9jK(Jbn{x)3(Nqg$~c?= delta 249 zcmZ1?{8wngllrHO3=Fm`3=F0W3=GO_3=E1uIub}50qJTWEeNF70clYneE>*{1LF&G36S0hrJn(5J|JJ31E>c`YjH5RG3Wsq zUO)j5T?wRRf%FO>4KnZ;RQxWG23gF*$-tlqq*Z`4$RIx;4KgTp^Ge2(Op|A_$Z!}M lC>R=A85&LA%d(NjCowO*G%-EZN};H9axQE1=BupdnE_!EBS`=N diff --git a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po index 9fb4a97e0b..b42756609d 100644 --- a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-03 06:43+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:83 msgid "upload signature" diff --git a/apps/documents/locale/de_DE/LC_MESSAGES/django.mo b/apps/documents/locale/de_DE/LC_MESSAGES/django.mo index 422c80273e517dec8a0937195c7204f1f47b4106..9d86cc1f6e9df1439b5141116f149536451f24f5 100644 GIT binary patch delta 36 pcmeyog7NbT#tr)nIgE@I3{9\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -261,7 +261,7 @@ msgstr "Dokument \"%(document)s\" am %(datetime)s, durch %(fullname)s gelöscht. msgid "Page image" msgstr "Seiten Bild" -#: forms.py:73 forms.py:270 +#: forms.py:73 forms.py:271 msgid "Contents" msgstr "Inhalt" @@ -282,54 +282,54 @@ msgstr "Klicken Sie auf das Bild für eine 1:1 Vorschau" msgid "Document pages (%s)" msgstr "Dokument Seitenzahl (%s)" -#: forms.py:162 +#: forms.py:164 msgid "Use the new version filename as the document filename" msgstr "Benutze die neue Version des Dateinamens als Dateiname des Dokuments" -#: forms.py:178 +#: forms.py:179 msgid "Quick document rename" msgstr "Schneller Dokumenten umbenenen" -#: forms.py:185 +#: forms.py:186 msgid "Version update" msgstr "Versions Update" -#: forms.py:190 +#: forms.py:191 msgid "Release level" msgstr "Release-Level" -#: forms.py:196 +#: forms.py:197 msgid "Release level serial" msgstr "Release-Level-Serial" -#: forms.py:204 +#: forms.py:205 msgid "Comment" msgstr "Kommentar" -#: forms.py:210 +#: forms.py:211 msgid "New document filename" msgstr "Neuer Dokumenten Dateiname" -#: forms.py:288 +#: forms.py:289 msgid "Page range" msgstr "Seiten Bereich" -#: forms.py:318 +#: forms.py:319 msgid "Compress" msgstr "Komprimiere" -#: forms.py:318 +#: forms.py:319 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "Lade die Datei im original Format oder als komprimiertes Archiv herunter. Diese Option ist nur wählbar, wenn ein einzelnes Dokument heruntergeladen wird, mehrere Dateien werden immer als Archiv heruntergeladen." -#: forms.py:319 +#: forms.py:320 msgid "Compressed filename" msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." diff --git a/apps/documents/locale/en/LC_MESSAGES/django.mo b/apps/documents/locale/en/LC_MESSAGES/django.mo index ddd2ed7a1cbe2485c9c7b5ad903e0b73c2a612ed..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q2a{oj{!g22C4u6 diff --git a/apps/documents/locale/en/LC_MESSAGES/django.po b/apps/documents/locale/en/LC_MESSAGES/django.po index 3e756b47ba..2088dae55b 100644 --- a/apps/documents/locale/en/LC_MESSAGES/django.po +++ b/apps/documents/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -261,7 +261,7 @@ msgstr "" msgid "Page image" msgstr "" -#: forms.py:73 forms.py:270 +#: forms.py:73 forms.py:271 msgid "Contents" msgstr "" @@ -282,54 +282,54 @@ msgstr "" msgid "Document pages (%s)" msgstr "" -#: forms.py:162 +#: forms.py:164 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:178 +#: forms.py:179 msgid "Quick document rename" msgstr "" -#: forms.py:185 +#: forms.py:186 msgid "Version update" msgstr "" -#: forms.py:190 +#: forms.py:191 msgid "Release level" msgstr "" -#: forms.py:196 +#: forms.py:197 msgid "Release level serial" msgstr "" -#: forms.py:204 +#: forms.py:205 msgid "Comment" msgstr "" -#: forms.py:210 +#: forms.py:211 msgid "New document filename" msgstr "" -#: forms.py:288 +#: forms.py:289 msgid "Page range" msgstr "" -#: forms.py:318 +#: forms.py:319 msgid "Compress" msgstr "" -#: forms.py:318 +#: forms.py:319 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "Compressed filename" msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." diff --git a/apps/documents/locale/es/LC_MESSAGES/django.mo b/apps/documents/locale/es/LC_MESSAGES/django.mo index 494db273ef2f0ff18303bc3b33b6db202f4b58a6..9416911d374e3eb46738e9d0372ff64c6dc04249 100644 GIT binary patch delta 5353 zcmYk;34Bdg0>|+a4M{{cA`wIuX%cFQL?S|BYeEE3T57EbW@>AVpcvkmRNJVUqL!)} zTBDd++E;_tP+QPJCz%pk46zh#+8T_h($4Sy?#X=SeEi?{ocrFr_iXn@*(YA}KK625 ztnagl^b0p;s4*@xiArk@9K|I3H|l~3jf_deY3Pe z#F^Nji8GKluq*Ao7>mDP2*xtax^8=H#{Eq;70vb-Y=K3n6V{-nY`^s`YAO>Vxd{$I z&B!F%UWfs-*P_nfiZNJ*Pv9MFiBX)?8+)TmQ@)H!I+kJr{vz1}2~oz>r=1^dOgxUp zHdumwxC@yya{yTla{)Dwd#I(T&E0i=AfCY()bAdk2GAgu`46O$KzF-f8nVC4bW}%P zM|IF`+gDMWtX^|xZwy2FXkNxRT#wOs3^moaP#t)PnwcPer0Ykb29O-b{Hv#(Il%Im zY#fIL_6J8Xk#;#ggFo5!Q;!=nfc7lZ08U^lynutykLl8Rqfkp)g7m?-QJb&=)q!dk z6>lo{u`52b?M#NRCFzdiaW-mmUbo)H+WI}}g0;AtM%V~7!g#EMosdhK?wE(qqdL9= zbzhe+-Rn;!06AtxqDJs4>V_9lYjqQK!Xw;-wOX=+@k7+^zl@rRaCVx0ACGEhpw>JW zc|go)OvX9rtLJ|^6*i{XjT%t}Y9y7m{SErjzK!a@PsoX$`PRt&n0MVM3VpDRH4QZr zS;(rGfvC+o6E!nS(O=L1Dk?g018VnfMcrU8sv}3Nr%)rif;@@lKC0uPt(^`eqxMiY z3Nih6hn^g#u;%q>ckjpI%*2@Q5_wR>gX)g zNQ+UsekE$AHlxnphCQ$p1F>#f=e!7XY2>l?Kugq#DYl)Cn)+_2$1D%EL=#XmF$IHg zK5DNlLtSqzYKk|a&fkVQZ#SyL`)vDYTjpN}PTB(%s1a16I`Td00(b5AKcjBs%}YTB zp+7c8{VpCg6G^C!WMcsKMRi~p>URaG^Cu)R|3Oryb08RBL3LmS>cmZ`AMQkr=m6@5 z$FLrrvd61XOLG%7Q{L^IS92WdhCR^J5!)VyT8gnQD%vbXs7EOu>e@4tY||PJ9cmpgQ(aM`uQNAv5VR z2dQX^zOFT`8`yj6jvl5HEc)n2` z?$q5mJ`fqSnTOiMdoUJ{U^L!BS5qqfydAUzi5QB>SdBd~8dJGzV;qDU`4r@zDdt1x zAH@!M4Y{U?%ywpG6po<195oYnQF|gS$Jr~RbC`c^wj~^Bf~D9Dt5BQBtEcm33`cb= z6ZHxmfblpM$KgWM0PdhR;Uk=gt$R6Bz6wXuK889!k&U3=b;@<|-zO>)IH0vTi`omm zy`9G~6C2SkKs~Rs&<9I!7%sN$YSbpXhfA;{rv5kv;th<&``8>C^Q`gcn=I4_rePA!we4-FrP+nL;R&pZ<+fdkTFNTa=KK!^ zWAIa+-?>Z-6^*PF>IZ3w8OJaTpdEwSjBQaJ?|}6& z7hB_Stc?p$Gw~*d;x-JzL+DbEzM`Tjth8TzjXLqZJ^skHeFixr2ta)wh7GVOY5+;- z>4^P47j?sY48t*~4$elMw`dUaub#cf0gYroYI7Vzb?h8!&99(8{(!o`L)3+X20M>a z95$q#iR!>W)cIpkznhFYuNc+w<*56v9?bg3QTdDm+U=K6GvWQLbK^j36V#L?qW&nQ zV-^m;a9oTUz$Vm{0{z1_Bu_^{XNwce2yX8NKbN-93(a6XidfX zFKaPsv%YNGtc>SPnu(f$GIEM&wlotea~<^QGP7*ss&%|o>zzYdkvXIpQSl~s348K? zMbCA6+tNl<`Iuyr*T{Y{oV-d($%g zQb5W{D!ECzlW`=7d_-!>@2Mn_d~$*$lilP)q7p*x5LY8UrjkyiFR3DNM1Svllg?xY zSwmhTD%%~*D4b0;+4dXOYj~L?kSpX}@-|V~L%#LYjQK|Ezlg>=RzefT4Jy=MO(`oAxGQJ+Lc+GG202N_`7 z=WwU3i?w8lDz;3)5;BlHPre|3AE{P{wh{}0#fIOxKC55aex74sD6nhZYa(iHx^)u^ATxIKH@i>`o+h?sU zFvHesm`J4^sZWNGOGM>KvVizRL y$Q{%&($6c~;eQ-05$1^wtd$llT1eW7Cd>Qq5Y)fPM z<7DiM%P07+B1~^(Oo1`3Sw^8JC(dIAwruU)Fb}&@UyX728n(wn7{+t<^MVv( z=(Aab`rcCODr`=DgZ=zPdwwUoLEkuoQ8S47SZT)p@Lj5G_`j4<9#`2}^n1I_A z80R4S%shkY$R1P&KehGNoxRPLi`pYAkUp9nn2NRN;E$-OZqG?|AOkfs!%+91lc*7Bf&c?28)VSkwp$us(*6Hcb_d z!40U6yPr`|!vpEwL>z+Jy(^KAOyh3eNcx}}d;qm%Yf;xdi<@yP_QnEsn4W?as2Mqk z`u<5`f%Rk5j9frg%f$55re*!pC}@g?U_6dQT{s!Fi*G?S5X2@p*SZKbvWJi-(>#sp z_&!tzK1A)Mi^#jp#P{;9?~J?zO(rJMz8OhDo1ze#qKoR`a!kPOs1YATUHFdm95RLG zM^r~!U+ZfsNFvTHB!;x`jG)_;!VU@=;UUz>kK1}J>cX?Oeh$@Sx# zd(;x8@N8-(I$$%*#zr^{b-(eb8J>c=ej4h!SsBc~8ZNabs!;U>w!RoOf~BaAY(U-M z3H$kTsD`##ccYf@FzS0JQ8RHG)se5U3H}S!frgp(`EQo#-6#b$f>cbv-k6BPQ5Q}{ zHRwl;s2tVc?bsL>+4B#gmS!z#rnVt3RdWK>v9B=N5!aq*$RnVoXpY(}oltus2Q`A} zs2K>OMlugIQ+K0Yy-V!*C++!X@mvgh2M6={BfaT7zK_!}n`hLA?n(*;6u!ZHoY2>p z8*md|hhJberuXxn>uFd)y&83cSl&*0LCxY1ZJEbV4ZVkK57T{s_gEGpkG!eCRk#7^ zm}|0fyeX|jP34`aDO!Shtg3B&tMwI3;rs#A5}n3WyoeJqnO?U-KkE8BQJeE&)Dmq$ z&D^WlU(f#m3ZppjBho38H;{G2g~)7~*g@WmRs>6 zNDk&wFGVfI794_KVq4lb8Jy)2He<0Z-hsN&TGTsxv-LRANAn%>&t&I%zX@T~lAXpe z*qOWY&M_g3#4y#U4kz)@>wGt4vP?d@+RfDz_+>SZqJw);Q}+>SDXw5LHl&p=usu51 zc(}LAd!jl#64j9c)b$&&AMV1T_zh}i`i!L0;)FIwlRR(J3_xwV0BS}y zV0+w&EwC25;FqY5C6Dxe-_ubuHV{j&2sMB=QJe832C*LNtr@Qv<$909W1L9h#1+&R zlSb1!9E$qlR@7cNgPk#%d2WsUQIG8;Y=ASc5NF%^0pvk2M{y;_j`cdc4mD%XyA_Oe|u>HbW)QB%*eQYt#`#ElhLF&V?2)Cg|*m69Lql5EsA!;UmKp%FT;0Nj8w z)_YACxJlj;w8N&<`=j6s95s-Gn1RP^{R(P{ z;%@XByc!!(@8s28)02YMGz+y$M`8lbKz*?SHNpk<^LsIi`lG15@h+<2FR(FQw)LxS z@}{^k>iYJm0d+-nXdt%N^FN6~8YjxJ8?Hl5(SE!dPoZ}6KQR$oO!k%{4b_2(I0A#% z9BYtmWDcPQmUy!_kTlc)v#g`B1MQoc6m;P|sFAF}7Pt}B;7h1Ia0u0rW5}$U&ruy5 zG{tM6&{~2`IA4Lr=HpAqpUWZaqQ`i%Az8~tk zJbQketxrV_V4AI$pavF14d8B!cEocR7D%M~mK{d*FHUx>x=A z?|Mpp@*){Yj+29=?s&7VVEx9r7;hx^+Bz#4eZy*Ym`T^XN8!(8FmcFfayO|v?y!Y( z*4wOF?>wTNd>7Fy>d;&5GGPz@d~~PO$JXjwx1)Z4%x@^{C;CNNLJkw2Eb|MZS8X~O zNAyFrhx~=~BV)-$qSx?rvWfhGJVf*xu!!i;TXh$CP8E)S5WV1X$!D}5-I);mq4)~V ztHSYjvYNa_^mJ&$>Ciji6gfn`CSjsuADKx`lD_0~GK|b3+MG3{?)Wu@OyW-D&pRZW zyh^qZ9f{;y(waobKr)_uOu7)g`NohzWFC2p%qKdwc|?DB7EpfH)>l|R#lMlRTK`Wd zY$T5m9j}ouqb2V@8xK<6Kt3dzt+_vc4upvUnUa+cf@ zy(5KG(uvd^Pg8iDEVC!xsQUm%kuq|tJ+~KMCO6so2e{Lg#S>)Jf7L4~FC~-79F6EG z*+FIy9Y;tk`6HNh2>19e*VU$W=t` zNB?K@C|*#-9?5tES!e67Sa(|=#^2g<2_7T2+xq*~Zg`z7*HKC#izJZ(_3b13$#8st zTp|-lbMh3?vCt#>tM?@3wYDxclO80$W?}Mw>Lr$zSNg+Yf3Z^%2>Q!>rT&@)DW5d! z_jA<=l{k^vey1q(Ki}k>FXG%D2nPA2EaD54MZZ-&p;w#K9!|i!hFez!LUY4Ts5}w~ zl{ta16ZQxFMG=2-%`NGj8pdU2IGLF_nVHr1W;xMHpPa0W>MdEtjfVNckw7ruD@(6Q z$UaiP-S|-H%u2sg?00;XMY97{A+JM$(m-*jrgp%I=I-#IQ&#t-;Q#rSQ!&@?RQViV zw8Q=~f29))g`MJ1(cDshS%hM_uhK^g;UZt_}a^J}(_n-u>O5BIF^ diff --git a/apps/documents/locale/es/LC_MESSAGES/django.po b/apps/documents/locale/es/LC_MESSAGES/django.po index 1f399d7c5f..2213e2d3d3 100644 --- a/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/apps/documents/locale/es/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-07-10 15:20+0000\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-23 19:51+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -261,7 +261,7 @@ msgstr "Documento \"%(document)s\" eliminado en %(datetime)s por %(fullname)s." msgid "Page image" msgstr "Imagen de la página" -#: forms.py:73 forms.py:270 +#: forms.py:73 forms.py:271 msgid "Contents" msgstr "Contenido" @@ -282,58 +282,58 @@ msgstr "Haga clic en la imagen para ver una muestra de tamaño completo" msgid "Document pages (%s)" msgstr "Páginas del documento (%s)" -#: forms.py:162 +#: forms.py:164 msgid "Use the new version filename as the document filename" msgstr "Usar el nombre de archivo de la nueva versión como el nombre del documento" -#: forms.py:178 +#: forms.py:179 msgid "Quick document rename" msgstr "Cambio rápido de nombre" -#: forms.py:185 +#: forms.py:186 msgid "Version update" msgstr "Actualizar versión" -#: forms.py:190 +#: forms.py:191 msgid "Release level" msgstr "Nivel de liberación" -#: forms.py:196 +#: forms.py:197 msgid "Release level serial" msgstr "Serie de nivel de publicación" -#: forms.py:204 +#: forms.py:205 msgid "Comment" msgstr "Comentario" -#: forms.py:210 +#: forms.py:211 msgid "New document filename" msgstr "Nuevo nombre del archivo" -#: forms.py:288 +#: forms.py:289 msgid "Page range" msgstr "Rango de páginas" -#: forms.py:318 +#: forms.py:319 msgid "Compress" msgstr "Comprimir" -#: forms.py:318 +#: forms.py:319 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "Descargue el documento en el formato original o en una forma comprimida. Esta opción se puede seleccionar sólo cuando se descarga un documento, para multiples documentos, el paquete será siempre como descarga de un archivo comprimido." -#: forms.py:319 +#: forms.py:320 msgid "Compressed filename" -msgstr "Nombre de archivo comprimido" +msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "El nombre del archivo comprimido que va a contener los documentos para descargar, si la opción anterior está activada." +msgstr "" #: literals.py:15 msgid "final" diff --git a/apps/documents/locale/it/LC_MESSAGES/django.mo b/apps/documents/locale/it/LC_MESSAGES/django.mo index f6289a59186893913c24e12a80eab0bd84420dea..3d4ec1603f9bfc2258e0777c8a110f27dbcf64c2 100644 GIT binary patch delta 36 pcmcb$oblFj#tr)nIgE@I3{93`GC{ diff --git a/apps/documents/locale/it/LC_MESSAGES/django.po b/apps/documents/locale/it/LC_MESSAGES/django.po index 05de22c3a0..833ca908f3 100644 --- a/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/apps/documents/locale/it/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-23 19:51+0000\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" @@ -264,7 +264,7 @@ msgstr "Documento \"%(document)s\" cancellato il %(datetime)s da %(fullname)s." msgid "Page image" msgstr "Immagine della pagina" -#: forms.py:73 forms.py:270 +#: forms.py:73 forms.py:271 msgid "Contents" msgstr "Contenuti" @@ -285,54 +285,54 @@ msgstr "Click sull'immagine per l'anteprima" msgid "Document pages (%s)" msgstr "Pagine nel documento (%s)" -#: forms.py:162 +#: forms.py:164 msgid "Use the new version filename as the document filename" msgstr "Utilizza il nuovo nome di versione il nome del documento" -#: forms.py:178 +#: forms.py:179 msgid "Quick document rename" msgstr "Rinomina del documento veloce" -#: forms.py:185 +#: forms.py:186 msgid "Version update" msgstr "Versione aggiornamento" -#: forms.py:190 +#: forms.py:191 msgid "Release level" msgstr "Livello di versione" -#: forms.py:196 +#: forms.py:197 msgid "Release level serial" msgstr "Livello di versione sequenziale" -#: forms.py:204 +#: forms.py:205 msgid "Comment" msgstr "Commento" -#: forms.py:210 +#: forms.py:211 msgid "New document filename" msgstr "Nuovo nome documento" -#: forms.py:288 +#: forms.py:289 msgid "Page range" msgstr "Intervallo pagina" -#: forms.py:318 +#: forms.py:319 msgid "Compress" msgstr "Comprimere" -#: forms.py:318 +#: forms.py:319 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "Scarica il documento nel formato originale o in modo compresso. Questa opzione è selezionabile solo quando il download di un documento, per i documenti multipli, il bundle sarà sempre download come un file compresso." -#: forms.py:319 +#: forms.py:320 msgid "Compressed filename" msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." diff --git a/apps/documents/locale/pl/LC_MESSAGES/django.mo b/apps/documents/locale/pl/LC_MESSAGES/django.mo index 4c1ae19c4b3f911edb2cf81650d7b9f7352e2ab6..2084d6c36b5510edcfe4a6926976581a02cd85d6 100644 GIT binary patch delta 34 ncmdmMxz}>THX#lpV+BJ~D`T_C`-Bw097`)x!_Cixu5$tazxWEE delta 34 ncmdmMxz}>THX#l}0|i4vD?`J{`-Bw098)Vp^UcqMu5$tazGn)H diff --git a/apps/documents/locale/pl/LC_MESSAGES/django.po b/apps/documents/locale/pl/LC_MESSAGES/django.po index 6cd3309932..ee886f4d8b 100644 --- a/apps/documents/locale/pl/LC_MESSAGES/django.po +++ b/apps/documents/locale/pl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-23 19:51+0000\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" @@ -263,7 +263,7 @@ msgstr "" msgid "Page image" msgstr "Obraz strony" -#: forms.py:73 forms.py:270 +#: forms.py:73 forms.py:271 msgid "Contents" msgstr "Zawartość" @@ -284,54 +284,54 @@ msgstr "" msgid "Document pages (%s)" msgstr "" -#: forms.py:162 +#: forms.py:164 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:178 +#: forms.py:179 msgid "Quick document rename" msgstr "" -#: forms.py:185 +#: forms.py:186 msgid "Version update" msgstr "Version update" -#: forms.py:190 +#: forms.py:191 msgid "Release level" msgstr "Release level" -#: forms.py:196 +#: forms.py:197 msgid "Release level serial" msgstr "Release level serial" -#: forms.py:204 +#: forms.py:205 msgid "Comment" msgstr "Komentarz" -#: forms.py:210 +#: forms.py:211 msgid "New document filename" msgstr "Nowa nazwa dokumentu" -#: forms.py:288 +#: forms.py:289 msgid "Page range" msgstr "Zakres strony" -#: forms.py:318 +#: forms.py:319 msgid "Compress" msgstr "Kompresuj" -#: forms.py:318 +#: forms.py:319 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "Compressed filename" msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.mo b/apps/documents/locale/pt/LC_MESSAGES/django.mo index 33c700a2ebb7d38b706362eb24b20d96ab3a61f8..9b83ab31a72ca9effb84a1259a6722746e97c8ea 100644 GIT binary patch delta 36 pcmX@Nj`7?&#tn5w97e_phNf1=W|P~D6u=xyD^tVG>x>qt007|b3rYY0 delta 36 pcmX@Nj`7?&#tn5w9EJu8hK5##hLhWj6u=x)D?{_m>x>qt007@z3pD@$ diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.po b/apps/documents/locale/pt/LC_MESSAGES/django.po index e795534486..9ee146ea09 100644 --- a/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-23 19:51+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" @@ -263,7 +263,7 @@ msgstr "Documento \"%(document)s\" excluído em %(datetime)s por %(fullname)s." msgid "Page image" msgstr "Imagem da página" -#: forms.py:73 forms.py:270 +#: forms.py:73 forms.py:271 msgid "Contents" msgstr "Conteúdos" @@ -284,54 +284,54 @@ msgstr "Clique na imagem para visualizar em tamanho completo" msgid "Document pages (%s)" msgstr "Páginas do documento (%s)" -#: forms.py:162 +#: forms.py:164 msgid "Use the new version filename as the document filename" msgstr "Usar o nome de ficheiro da nova versão como nome de ficheiro do documento" -#: forms.py:178 +#: forms.py:179 msgid "Quick document rename" msgstr "Renomeação rápida de documento" -#: forms.py:185 +#: forms.py:186 msgid "Version update" msgstr "Atualização de versão" -#: forms.py:190 +#: forms.py:191 msgid "Release level" msgstr "Nível de edição" -#: forms.py:196 +#: forms.py:197 msgid "Release level serial" msgstr "Nº de série do nível de edição" -#: forms.py:204 +#: forms.py:205 msgid "Comment" msgstr "Comentário" -#: forms.py:210 +#: forms.py:211 msgid "New document filename" msgstr "Novo nome de ficheiro" -#: forms.py:288 +#: forms.py:289 msgid "Page range" msgstr "Intervalo de páginas" -#: forms.py:318 +#: forms.py:319 msgid "Compress" msgstr "Comprimir" -#: forms.py:318 +#: forms.py:319 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "Descarregar o documento no formato original ou de forma comprimida. Esta opção só está disponível quando descarrega um único documento; múltiplos documentos são sempre descarregados num ficheiro comprimido." -#: forms.py:319 +#: forms.py:320 msgid "Compressed filename" msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." diff --git a/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo b/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo index 046aad87639ef24e580d1f1c62637c22a864d049..8fd4d63e6bf558bce259d9555f7a19ec2d6851ea 100644 GIT binary patch delta 36 ocmey+&-kIAal;Z#4kKd)LsKhbv&m~T6~G)zD^tVGS2Shh0Oqm_9RL6T delta 36 ocmey+&-kIAal;Z#4nqS4LqjV=!^vwj6~G)*D?{_mS2Shh0OcVI2mk;8 diff --git a/apps/documents/locale/pt_BR/LC_MESSAGES/django.po b/apps/documents/locale/pt_BR/LC_MESSAGES/django.po index 5ffea8cae3..a029f18320 100644 --- a/apps/documents/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt_BR/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:11-0400\n" -"PO-Revision-Date: 2012-07-10 15:17+0000\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-23 19:51+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -263,7 +263,7 @@ msgstr "Documento \"%(document)s\" deletado em %(datetime)s por %(fullname)s." msgid "Page image" msgstr "Imagem da página" -#: forms.py:73 forms.py:270 +#: forms.py:73 forms.py:271 msgid "Contents" msgstr "Conteúdos" @@ -284,54 +284,54 @@ msgstr "Clique na imagem para visualizar em tamanho completo" msgid "Document pages (%s)" msgstr "Páginas do documento (%s)" -#: forms.py:162 +#: forms.py:164 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:178 +#: forms.py:179 msgid "Quick document rename" msgstr "Renomear documento rápido" -#: forms.py:185 +#: forms.py:186 msgid "Version update" msgstr "Versão de atualização" -#: forms.py:190 +#: forms.py:191 msgid "Release level" msgstr "" -#: forms.py:196 +#: forms.py:197 msgid "Release level serial" msgstr "" -#: forms.py:204 +#: forms.py:205 msgid "Comment" msgstr "Comentário" -#: forms.py:210 +#: forms.py:211 msgid "New document filename" msgstr "Novo nome de arquivo" -#: forms.py:288 +#: forms.py:289 msgid "Page range" msgstr "Intervalo de páginas" -#: forms.py:318 +#: forms.py:319 msgid "Compress" msgstr "" -#: forms.py:318 +#: forms.py:319 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "Compressed filename" msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.mo b/apps/documents/locale/ru/LC_MESSAGES/django.mo index cd148e5ad3c2c379bac172ccadc949ec7c1802a8..0bc9e3ee28e2202661107cdbc70b50115617ecc2 100644 GIT binary patch delta 36 pcmex(k@4e2#tr)nIgE@I3{9\n" "Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" @@ -262,7 +262,7 @@ msgstr "Документ\"%(document)s\" удалил %(datetime)s %(fullname) msgid "Page image" msgstr "Изображение страницы" -#: forms.py:73 forms.py:270 +#: forms.py:73 forms.py:271 msgid "Contents" msgstr "Содержание" @@ -283,54 +283,54 @@ msgstr "Нажмите на изображение для полного про msgid "Document pages (%s)" msgstr "Страницы документа (%s)" -#: forms.py:162 +#: forms.py:164 msgid "Use the new version filename as the document filename" msgstr "Использовать имя новой версии файла как имя документа" -#: forms.py:178 +#: forms.py:179 msgid "Quick document rename" msgstr "Быстро переименовать документ" -#: forms.py:185 +#: forms.py:186 msgid "Version update" msgstr "Обновление версии" -#: forms.py:190 +#: forms.py:191 msgid "Release level" msgstr "Уровень релиза" -#: forms.py:196 +#: forms.py:197 msgid "Release level serial" msgstr "Номер уровня релиза" -#: forms.py:204 +#: forms.py:205 msgid "Comment" msgstr "Комментарий" -#: forms.py:210 +#: forms.py:211 msgid "New document filename" msgstr "Новое имя файла документа" -#: forms.py:288 +#: forms.py:289 msgid "Page range" msgstr "Диапазон страниц" -#: forms.py:318 +#: forms.py:319 msgid "Compress" msgstr "Сжать" -#: forms.py:318 +#: forms.py:319 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." msgstr "Скачать документ в исходном формате или сжатым. Этот вариант доступен только при загрузке одного документа, для нескольких документов будет использован сжатый файл." -#: forms.py:319 +#: forms.py:320 msgid "Compressed filename" msgstr "" -#: forms.py:319 +#: forms.py:320 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." diff --git a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo index 43b83ab719d1394b8c64cf1a73317b191da8a647..f25a36782e947d01d7bee121ecec9204f5289761 100644 GIT binary patch delta 299 zcmbO&a7bXnmHG#a3=DEC3=CQf3=IES85k;nv=$o!1CYtE7)aXz>6Jj*1xUYuitDm7 zFo*#8#z2}MNP7Tj9v~e7qy>O7-hb^_9Ofi%!A1_huXNTE8AW(LxxKpLdZa&sr+DJJiXl9B=|ef{*zl8n+Mz2y8{ z{i6Kh#G=gnBK_RN%EUbV%;MtG)MBmx{}5g0qSVBa%=|oEm&B4(D+MD1LnB=Sb6q22 n1w&ISW3$QSEN3PMvqtgzB<7`;CZ+?Gq@>2XxNcskFk4{4mHM5G3=DEC3=CQf3=B6|85k;nG&36m1CYs31ElSMbQ6$v0n!Jd;%w{; z3?e{250K^u(uzQu2S^(NX#pT@2c`XiG!QW)K, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-04-20 18:24+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 @@ -99,9 +98,7 @@ msgstr "Hilfe" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Die gesuchten Wörter mit Leerzeichen getrennt eingeben. Nur die " -"%(search_results_limit)s Ergebnisse werden angezeigt." +msgstr "Die gesuchten Wörter mit Leerzeichen getrennt eingeben. Nur die %(search_results_limit)s Ergebnisse werden angezeigt." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po index 7175f002a1..835827f4b7 100644 --- a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo index ceb42bef97e6fb4eaeca3f10c47f97b8a7bb9301..cf06daa447b600931cb93c6244a598554f66e0c3 100644 GIT binary patch delta 300 zcmbOzxJGcomHJzZ3=DEC3=BF93=BV685rgOX*D(m1|XB+Fpzcv(kFqmJCNpKXJFt2 z(jh=v3`oZTX(=FG3gu4#(n3J~av&`Nq;~;nAYwQVBshTdbs!Cre*mOG@}Jom%otRF z3=W_y7m(Hk(mp`i0!V`_Y6a5#K)N4D1Kr3lA4r1?T(Y^7@f4GHMoCG5mA-y@W=TeA zl3sFtu6|K|abi(sevy7|Vr62Uer9oTX=*W7fPaXtb5UwyNoIbYu1jJ`s+EF~fuWJE tfw``cv4Wwgm9g36a+aRS{H(TJ85rgOX>K+K1|XAR1(0?E((8b, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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: 2011-11-04 17:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 @@ -62,8 +61,7 @@ msgstr "búsquedas recientes" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" -"resultados, (mostrando solamente %(shown_result_count)s de %(result_count)s)" +msgstr "resultados, (mostrando solamente %(shown_result_count)s de %(result_count)s)" #: views.py:37 msgid "results" @@ -100,10 +98,7 @@ msgstr "Ayuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Introduzca las palabras clave de búsqueda que desee separadas por un " -"espacio. Sólo los primeros %(search_results_limit)s resultados estarán " -"disponibles." +msgstr "Introduzca las palabras clave de búsqueda que desee separadas por un espacio. Sólo los primeros %(search_results_limit)s resultados estarán disponibles." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo index 32a9d9676ec40eb9efaf0c50c47c7fb794c8d512..4a047489b668ae3b7f9652b6e6e9588166520913 100644 GIT binary patch delta 294 zcmXZWF-yZx6b0bZ(pW84(;{?}f;v=)FG*=FaS~lb#SVhtAUq|c8D1jE3#Eh9HJecU z3GPCn;M~nw|A>>LC*btmd${*nGied#|iHIIkO^@i}KmVay z?0;#C)~i61?opEtXq}!>j^KuF&^x+G6)pCjs_0{f#Vdm~`av)0k`@m%R)KZeqWlrN zv^dzA=cUi``AF+WPlzDYqwN0RAyy)ZQ<;QuB9xrSNQ7yc`Dtx9(=^U4GIixI-*i4RrVq#!nwU`W&fr-UpQzmj&*(?Sr--1b5d;x>W z7a;#rZ~fk$dM{^tWp5sfwNJ{JQbE$mlE(N%N-e)s#}3wTjb47kB;GNFFHGPMZHxz` z2, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-08 07:42+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 @@ -63,8 +62,7 @@ msgstr "risultati della ricerca" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" -"risultati, (mostra esclusivamente %(shown_result_count)s di %(result_count)s)" +msgstr "risultati, (mostra esclusivamente %(shown_result_count)s di %(result_count)s)" #: views.py:37 msgid "results" @@ -101,9 +99,7 @@ msgstr "Aiuto" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Inserisci le parole da cercare separate da spazzi. Solo i primi " -"%(search_results_limit)s saranno disponibili." +msgstr "Inserisci le parole da cercare separate da spazzi. Solo i primi %(search_results_limit)s saranno disponibili." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo index 8fb3c122e23972b2f64aae271b41b3b959ddd64e..992e7a8bac667be1b5727e8612da534acf493c6d 100644 GIT binary patch delta 241 zcmbQubBJfcmipg}3=B`17#K7e7#JS1FfgzJX>K6F2BZanv;dHn0MbH0S`$c%0BIW_ zEeWIpfix$O&W6&ZKw1>YuZPl8fwU@+zZyt`%)1Dr9f0%=C|{C|L5x8VD4+n8Wd_nl zK$;s!n{D=FyvV4YQBqQ1rLUi!S&~tjq?eqZt6!8~oLH2ZU!_#VayEys9A^XooSiC! delta 201 zcmX@aGn;3^mijA<3=B`17#K7e7#Mc3FfgzJ=_f#%4M@KN(gHyGBajvX(o8@}5g;uJ zq$Pp07Leuy(k@Wi4@ipw`4Lb$4@j#5`7J;iWZo(u?Es`VLiwLq8N?U_fdW5)0?a^~ z8>osKNb_&@WW2~Y*^ya>!_Yv%(9p`zXmTp^1|FZpy!6t<^i(T_f}F`BEYX{5SdK9Q E0M#cP{Qv*} diff --git a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po index 3007498585..5ac58f80b3 100644 --- a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-21 15:21+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:5 msgid "search" diff --git a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo index c5a4b97dccebb476094366632fdf0b54ca454526..eed1a43dc69c9ad67595a35ea7b2a5f46547e7c7 100644 GIT binary patch delta 295 zcmX>h@LpiTmHP9H3=DEC3=A3!3=HpB85pJkX>m3N1|XAR9gsEz(p!MEIgow^q&a}J z96JMp2#{6>(qcf`21pA5>0l_G2Bal`{7N9r1*9hdX^_6TKw1DuF9Xsb_1oDQ%ovn_ zj8jmBZ-KNIkpBZngETk;36Me`APsaQLp+cM8JM!UlkpUjcScD`ft9{~dS*#RX_8)Y zey)B|esN+^W`2==ZenF(o_=O=acOEXSAc(ru5(dpVo7Fxo~}z`Nvf5Ck%6I+u7SC( lk+FiIsg<$WOepTN#w#-Idb zEQTsP2Bf`!{EI*uq(KHqfE20%X`mY!EPyn~K-, 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 13:57+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 @@ -63,8 +62,7 @@ msgstr "consultas recentes" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" -"resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )" +msgstr "resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )" #: views.py:37 msgid "results" @@ -101,9 +99,7 @@ msgstr "Ajuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Digite as palavras-chave que deseja procurar separadas por um espaço. " -"Apenas os %(search_results_limit)s primeiros resultados estarão disponíveis." +msgstr "Digite as palavras-chave que deseja procurar separadas por um espaço. Apenas os %(search_results_limit)s primeiros resultados estarão disponíveis." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo index 22257330d224335efccb1668754d4843ff7747d1..c583f6a00813af31c7b2243f11aa85376205715b 100644 GIT binary patch delta 299 zcmew^Fi&v8mHO9=3=DEC3=A3!3=CXs3=ETjv@wuo1=7cXv<;9x3#8pZ^6U%@96&k{ zNQ(gJC?G8cr1OEa5Rh(z(lddy1dzW5NCOeWQ6K@*cNRzs0O@N$8l?U?JA)a65|Hr= zD8L1zWr3=^fV2jX25Be;62d^b21oYZ_;>4oN{389_#LC1x{mkOx($r$E0RIqO=c3falFa-(U6;g?R4WA|14AQS19M#? oV+BJ~D`T_C, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:5 @@ -62,8 +61,7 @@ msgstr "pesquisas recentes" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" -"resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )" +msgstr "resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )" #: views.py:37 msgid "results" @@ -100,9 +98,7 @@ msgstr "Ajuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Digite as palavras-chave da pesquisa desejada separadas por um espaço. " -"Apenas o máximo %(search_results_limit)s resultados estarão disponíveis." +msgstr "Digite as palavras-chave da pesquisa desejada separadas por um espaço. Apenas o máximo %(search_results_limit)s resultados estarão disponíveis." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo index a85870708dec59cdc625f0e60dcdb4c7d75c8e07..49a3a35b8d2d33fe6fc03717a452000a8ee8ee00 100644 GIT binary patch delta 296 zcmdleazkXom3kf~1_n761_nn41_o_528LZgIu}Uu0BH?&28LE3Z3?7k0qNa9nhQvW zaWF8*0_j8`tq7#+fwUZuUI^tM0MhC}{v#j_QqRQ+F;5goO9S~zKpLdaj+4QR!5qj) z01Aiz=@~#e1xT+2(jbjOKtc*g%K~Yjn;0yBv;>g0-`vS~ipe{pq@=(~Uq3ywB%?G* zFF8L~zbL;ru_!aYNIy5RGBHm-v$(i4wU{fwKSbBLC^fMpGe1w)C9x#cO2Np$&`8(7 oT-V50!O+yo*lcn+%f`v3tWi8ZiFxUziRnNkMWvhjSQoPZ0F6L2y8r+H delta 233 zcmca1vQcEhmHMZQ3=DEC3=ED83=Ax63=F$~v>TA-0n&`@3=FM6nh!|N0@71}G#8N8 z=U`xv1=3bPS`kP`0BJcOT?OUO1k&n2{%#-*QvVo8gUoveq@{uMZy*iQC(g-W#$XO) zSaLEjhydwAAe{oF+kiAk<7*%-1*E?LX`q`J1c8DQKw4sRC*vum$yF>e9EJu8hK5## gMw92UY~=At%u6p#Oi#5^C@P)o#~QtP8|xw#0I0_ymH+?% diff --git a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po index 38ca3fa6b9..792ae4d647 100644 --- a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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: 2011-11-03 22:40+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:5 msgid "search" @@ -62,8 +60,7 @@ msgstr "последние запросы" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" -"результаты, (показывая только %(shown_result_count)s из %(result_count)s)" +msgstr "результаты, (показывая только %(shown_result_count)s из %(result_count)s)" #: views.py:37 msgid "results" @@ -89,9 +86,7 @@ msgstr "Максимальное количество отображаемых #: conf/settings.py:13 msgid "Maximum number of search queries to remember per user." -msgstr "" -"Максимальное количество поисковых запросов запоминаемых для каждого " -"пользователя." +msgstr "Максимальное количество поисковых запросов запоминаемых для каждого пользователя." #: templates/search_help.html:3 msgid "Help" @@ -102,9 +97,7 @@ msgstr "Помощь" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Введите ключевые слова для поиска желаемого через пробел. Только первые " -"%(search_results_limit)s будут доступны." +msgstr "Введите ключевые слова для поиска желаемого через пробел. Только первые %(search_results_limit)s будут доступны." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/folders/locale/de_DE/LC_MESSAGES/django.mo b/apps/folders/locale/de_DE/LC_MESSAGES/django.mo index c735520e505d3b1fca0dfa92cadaf70ef3de5ced..c2093357f1cbc20339cb30d25bb0cf2e22bcef5a 100644 GIT binary patch delta 312 zcmX|+!Ab)$5QcZPUaBH^?jbi1Hk)K?t1d-6RJ;^gizlf{>c%vXO(e+{?8RqTijU%( zcosZ*@fn=0;s+m-1SbE?=jMB3`mx`5jerfX1-8L0un*RZ!ENvg{EDOK7U~Xo2@P;v zQ}_P!Xmu_e(#nVGq<1h6;VC0TsxU8S$%8G3vz|L;9Vz%TH$-_~3SXJlOWHxKn{|4a z9#PsHkMKk+lvmc^0S_WWDP<|9$Cxq1PBYp)q(F1XeZbd_8?Sk=E<+PL6E0Y&>m1Z~ zzYob@a3ZZ)axIqUvfxVBGo8UNrux2HP2-zAILeYs2+YO(;9~U_w|7S_H^Si|EG42J D1KCp# delta 168 zcmcb@@{rl$o)F7a1|VPrVi_P-0b*t#)&XJ=umIxaKuJp=4N?OG6JyLK?v&v$G*B=! zv@$fBcvsrSP}jgx*VsV8z{JYbRNDXuxO@_eOLRku67!045=-)ntQ6creS8%B9DQ9C vY+QXEJ$)P;U0i}(gM%mgGbZ!, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2011-09-30 04:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" +"PO-Revision-Date: 2012-07-11 19:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:18 msgid "folder list" -msgstr "" +msgstr "Ordner-Liste" #: __init__.py:19 views.py:77 msgid "create folder" @@ -209,8 +209,8 @@ msgstr "" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" msgstr "" #: templates/folders_help.html:3 diff --git a/apps/folders/locale/en/LC_MESSAGES/django.mo b/apps/folders/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/folders/locale/en/LC_MESSAGES/django.po b/apps/folders/locale/en/LC_MESSAGES/django.po index 16ee3f7dd2..0a8add619f 100644 --- a/apps/folders/locale/en/LC_MESSAGES/django.po +++ b/apps/folders/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/folders/locale/es/LC_MESSAGES/django.mo b/apps/folders/locale/es/LC_MESSAGES/django.mo index b24566640a5f19ca4853f8166ef66490a30d9600..a4d4aa00dbc82c62a7e2cc5d30961a189c94212c 100644 GIT binary patch delta 502 zcmXZYyDvjg9Ki8kgW|TT-j6h1wMev=Rx7EPDiI-3i9|voxu|MHEBD?GrtVmz8wUOY zP0GM3vDECfh>=AkHYC0$Bq!%{9>3o?zjN;VAO7O8Bmd+OIja>J5RqM%NF|s8-6Bi4j3ao3E%=VDSXC!7i9U?t8jj%+_TxROxNq#lCXeK$nnBPb(t%M_8wrfy zCidbf*5EY;@fQ2=3&(gsSG`CZ^F^;nJDR92+(T7h5gYIZo%n#w`0UO99sJ1xpCCV| zVKvb{Y($lyV3S+{Z{${jtJy8x%vy$-&YJp`v14TPv}NUzmX?^E55&!+VW+d1z=UBZV?Cjv;ZR^` mG!P2+3`b(&XrV^iFPv!Og*R={J!522IU_|_(kjJW1?Mlm)J$Cf delta 450 zcmXZYJxD@P6u|NGFkW__mX&>&LY6H;STE8+2M33U8rmEj;z1%pm|(TOrlzJI4Mo%% zG-NmheJs%uG)2%>jn&d*WB*IS<^Jy1IrrTAlXyuqj}7#9>=*Kfm;U!Mu8|HX`uTNxzc|IgEibd2H)=?LDfcVPoO0~keJa0+#T4C)J)kS1$%y3lRZ4{=c!aMZDhI{u;KQ!C37c!D(z(*Q-t~>0POOVA-ivwwy{i8!tD!wkow&t$p(k=1Dpa diff --git a/apps/folders/locale/es/LC_MESSAGES/django.po b/apps/folders/locale/es/LC_MESSAGES/django.po index 8fae8ba368..975aa5227b 100644 --- a/apps/folders/locale/es/LC_MESSAGES/django.po +++ b/apps/folders/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-04 02:35+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:18 @@ -169,8 +168,7 @@ msgstr "documentos en la carpeta: %s" #: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "" -"Documento: %(document)s agregado a la carpeta: %(folder)s exitosamente." +msgstr "Documento: %(document)s agregado a la carpeta: %(folder)s exitosamente." #: views.py:191 #, python-format @@ -206,18 +204,14 @@ msgstr "Documento: %(document)s error de remoción: %(error)s " msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "" -"¿Está seguro que desea remover el documento: %(document)s de la carpeta " -"\"%(folder)s\"?" +msgstr "¿Está seguro que desea remover el documento: %(document)s de la carpeta \"%(folder)s\"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" -msgstr "" -"¿Está seguro que desea eliminar los documentos: %(documents)s de la carpeta " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "¿Está seguro que desea eliminar los documentos: %(documents)s de la carpeta \"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -229,12 +223,7 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "" -"Estas carpetas también se pueden describir como carpetas de usuarios. Son " -"una manera de permitir a usuarios individuales crear sus propios métodos de " -"organización de documentos. Las carpetas creadas por un usuario y los " -"documentos contenidos en ellas no afectan las carpetas de otros usuarios o " -"los documentos." +msgstr "Estas carpetas también se pueden describir como carpetas de usuarios. Son una manera de permitir a usuarios individuales crear sus propios métodos de organización de documentos. Las carpetas creadas por un usuario y los documentos contenidos en ellas no afectan las carpetas de otros usuarios o los documentos." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/folders/locale/it/LC_MESSAGES/django.mo b/apps/folders/locale/it/LC_MESSAGES/django.mo index 5f03be5ee854aedf4251d9d8369013c79771f892..6f69fed3581e2bd5e6f36a9f85f082ef06b5e37d 100644 GIT binary patch delta 496 zcmXZYy-Pw-7{~EPBr#3X=$!&fC?fUxLJ2n75F}Jk4Q;nDy@VQi9hzKR8p6P}A&O`S zD$s(Wp)D|It<@U)C;A?`)93u|dCq;FbIyZr!TU2??a?N3*DEqDBKvL;J04>IPjC)z zaSOjJBYh$oxsF5F#!>9x3jSaULmrVO%;5}P;s|z7_51cnO`I%xydo3m#Q@G@5;Ld{ z)=|~nUk4cYIRdTsyvGW7`05}AbH!`KfrOaY3(;q4RV2MfG5k>)|ma>v6?r{!<44w3^QNd zjqH^QTDerw%SNfJ74##$s2P#F(e+Hqy{Vy>#^C~5iK4aXlil}FkD delta 435 zcmXZYze~eF7{>9pRAZZ@(u%){5G@Ld5aS}GgCY(NIyy;*3R=53>0}`eLKmxGa1b1X zB92zNRY$?W(NzQ|!N0=qOKK9pn^sfNSGzXCnP!C64W7!X-Zpqi{J1><4$N Wa#TI3RQDslcAR|LyPcAAVf_P6^Dtci diff --git a/apps/folders/locale/it/LC_MESSAGES/django.po b/apps/folders/locale/it/LC_MESSAGES/django.po index 91f7c88950..4fcba8032b 100644 --- a/apps/folders/locale/it/LC_MESSAGES/django.po +++ b/apps/folders/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-08 07:45+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:18 @@ -172,8 +171,7 @@ msgstr "documenti nella cartella: %s" #: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "" -"Documento: %(document)s aggiunto alla cartella: %(folder)s successfully." +msgstr "Documento: %(document)s aggiunto alla cartella: %(folder)s successfully." #: views.py:191 #, python-format @@ -209,18 +207,14 @@ msgstr "Documento: %(document)s errore di cancellazione: %(error)s" msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "" -"Sei sicuro di voler rimuovere il documento: %(document)s dalla cartella " -"\"%(folder)s\"?" +msgstr "Sei sicuro di voler rimuovere il documento: %(document)s dalla cartella \"%(folder)s\"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" -msgstr "" -"Sei sicuro di voler rimuovere i documenti: %(documents)s dalla cartella " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "Sei sicuro di voler rimuovere i documenti: %(documents)s dalla cartella \"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -232,12 +226,7 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "" -"Queste cartelle possono anche essere considerate come cartelle utente. Sono " -"un modo per consentire agli utenti singoli per creare i propri metodi di " -"organizzazione dei documenti. Cartelle create da un utente e dei documenti " -"contenuti da loro non riguardano tutte le cartelle di altri utenti o " -"documenti." +msgstr "Queste cartelle possono anche essere considerate come cartelle utente. Sono un modo per consentire agli utenti singoli per creare i propri metodi di organizzazione dei documenti. Cartelle create da un utente e dei documenti contenuti da loro non riguardano tutte le cartelle di altri utenti o documenti." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/folders/locale/pl/LC_MESSAGES/django.mo b/apps/folders/locale/pl/LC_MESSAGES/django.mo index c51ef5f53526cf87c5ceccd7b1d51508e1c36530..26578004b196892cb23d861f9f4a9b55b07ce10d 100644 GIT binary patch delta 250 zcmey&J&R|;p8DU63=B`17#Nfo7#JS1FfeEVX%)#4MYsffCLASUIU~#f%H}&%?70RL+N8c8l?U#kmd){_gER^!5ZE{ z1-?TSvIBK-0~PSGZH{6*z^I;4Qc_^0ub-Y-l2MwZmzAOH$2uO3VGB5}OX=xy>0;KhUG&_(E z0n&m%ItEA!0O>p+4MYs}K!O8Ew*qNSAl(O~*?{y6C_NuYgVZkr()>VrJ1c`cSi^Cs zzy+wn2SAz|sNgy4<|xJkjFTOiWjG8C6bucm42>qIGH>AVNz6+xO-xU, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-21 15:38+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:18 msgid "folder list" @@ -211,8 +209,8 @@ msgstr "" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" msgstr "" #: templates/folders_help.html:3 diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.mo b/apps/folders/locale/pt/LC_MESSAGES/django.mo index 02983e35e01dfc5d914a6725fbc3e944ff8f7da1..bb74d8633e0c868512ec16ff34ead14296ee652b 100644 GIT binary patch delta 497 zcmXBQPbh<79KiA4l8tx9=1=T^We%e4-5(<>2a$;4K*>e#w6^!KKW*HL;v;tB2hQU!j^m6=WD0js<*#8EK4Tw#x}@@7(AM7AaG;kT zJ`7?URU;P{jvP?Z;3xu!!pX7OHxARCUUAZ_~Yf zDQ#K#xUQ#6D_u$iw{sc2kSiJmGgr_v#;%do&0?{XENZJOYk}E9(y+{2HZW&c$+#~P m3P%E=$v`CP3&-NoiE4{>U47Cvoy$fxRWee9BAEWJs_8 delta 435 zcmXZYJxIeq7{>9Z6jM#wTCHCd#o9VJnWi{s-5dl#kb*)%94bn25r?{n5>OnR95N|R zPJ)PH2XQI5+C^{^2f@~P@A7`!Vg4<5dmiyGBhpQWl$TU-q&D2c5j?dFrIEjM^X&M*NcDt7y)zr+g{K$36irK}Trg z3HIX|njh|vM-RNr4LzZm{29$eA4qL|qd6bz3gbyM4djq5O`)kbkETw!k%_jfz_Ewg iy+YRWN?tK=?Ph$Tx>eh$);3Dn?RxNKuQZk%*ZKu^MKQ<# diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.po b/apps/folders/locale/pt/LC_MESSAGES/django.po index 30e6c18dbe..064bfb7fef 100644 --- a/apps/folders/locale/pt/LC_MESSAGES/django.po +++ b/apps/folders/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 16:37+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:18 @@ -207,18 +206,14 @@ msgstr "Documento: %(document)s erro ao eliminar: %(error)s " msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "" -"Tem a certeza de que deseja remover o documento: %(document)s da pasta " -"\"%(folder)s\"?" +msgstr "Tem a certeza de que deseja remover o documento: %(document)s da pasta \"%(folder)s\"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" -msgstr "" -"Tem a certeza de que deseja remover os documentos: %(documents)s da pasta " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "Tem a certeza de que deseja remover os documentos: %(documents)s da pasta \"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -230,12 +225,7 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "" -"Estas pastas também podem ser descritas como pastas de utilizador. Elas " -"permitem que utilizadores individuais criem os seus próprios métodos de " -"organização de documentos. Pastas criadas por um utilizador e os documentos " -"nelas contidos não afetam quaisquer pastas ou documentos de outros " -"utilizadores." +msgstr "Estas pastas também podem ser descritas como pastas de utilizador. Elas permitem que utilizadores individuais criem os seus próprios métodos de organização de documentos. Pastas criadas por um utilizador e os documentos nelas contidos não afetam quaisquer pastas ou documentos de outros utilizadores." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo b/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo index 9cc31645f82256a57a24eb8ad7ca410f195e2957..98639d39235be9235ed14686242c5c13d08a87f8 100644 GIT binary patch delta 478 zcmXZYKP*F06vy$?NdMD6{zL^)8nMt9S`sfTl^8?}BqSDjq-mSzpY**-4AMzsB2f#w z#nk9#V6hpxbdZQuB@&B`f$v3f^FF!1+5Gcsh!!%Z#Iz&w@5@pDqfK=USSj; za1B3k9aq}_@=FY|Z(=vT;39ru3=XRZ3jV;3R@e9Yk<* za484{M;{>g2k1~7#Lc, 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:18 @@ -206,18 +205,14 @@ msgstr "Documento: %(document)s erro ao deletar: %(error)s " msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "" -"Tem certeza de que deseja remover o documento: %(document)s da pasta " -"\"%(folder)s\"?" +msgstr "Tem certeza de que deseja remover o documento: %(document)s da pasta \"%(folder)s\"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" -msgstr "" -"Tem certeza de que deseja remover os documentos: %(documents)s da pasta " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "Tem certeza de que deseja remover os documentos: %(documents)s da pasta \"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -229,12 +224,7 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "" -"Estas pastas também podem ser descritas como pastas de usuário. Elas são uma " -"maneira de permitir que os usuários individuais criem os seus próprios " -"métodos de organização do documento. Pastas criadas por um usuário e os " -"documentos contidos nelas não afetam todas as pastas de outros usuários ou " -"documentos." +msgstr "Estas pastas também podem ser descritas como pastas de usuário. Elas são uma maneira de permitir que os usuários individuais criem os seus próprios métodos de organização do documento. Pastas criadas por um usuário e os documentos contidos nelas não afetam todas as pastas de outros usuários ou documentos." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.mo b/apps/folders/locale/ru/LC_MESSAGES/django.mo index 996072acf41d850b4a7797c363adbe0000076380..075bc6fe5640a032e3a880aa385f0416919000e6 100644 GIT binary patch delta 498 zcmXBPy)Q#i7{~F43R*Rv2^e~I(^Rbl5>9N)&JwaIW5b%%SEo8A`uaJtP!ceU(~ROD;RK# z?BYJ|sX3~-RV&hm7ubshT*EJ%$7r3%G#+CJ-%#y4JR(y#=#iYbIBe4xKm!Ny1XuA1 z1K3e7|9eqfqK@Ghp5sxO$On#6CmTdM@eEb{fL-{Ft>|eKA%pm_A151grN#yg?hpgn zl><~i%3~YeqYC(rDsU0ov8t)`pbwj=XHd=8(1+XDgNLYsT%vlXfGzlW*XnqwTu9pX zPDIlZDLa|n9NIF{nrT?NnKDc*t?%j?EoE8RxaC?|js<7UxNfJ6OmI%O;}LIoI1~;J kPXxmw-q2WNWISK(y3Iek*4>MGCXv+>teDxm?wTv-AI$Si^8f$< delta 435 zcmXBP&nv@m9LMq34B7WPhAB2bS|dy}-^F386&H4xa+2lrJ!q|@s3}c-FYeNp+itsw zSo24al*?|4i}D9>bMXAM)8q60(dYes|D;}15A}fe6_D;jQclvfEp_7?rm>CN*b|mc zaR+Orj;3DhmuB${XRv`Ke8LS(4oGWQK?iTp^uJ>kgAsYMc;q9}JQi>Pk8l_3xQM@K z`jUgv7B1l`*6@M@nz%x|J}gb*37Yr{r|=nL_>Ig~S5%tAp{UnMWJ&Oc3P_JiXf8Uy zI9{Sz@D|M?Z5+o>Gz0%|6yqbEdIqP7^O!^z%_8S$<}`2&A6v2DORsNR6MfEd!f|p= c#!p+#aM3+1SKab{E^%D-KdimhrhOOs2c*w6mH+?% diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.po b/apps/folders/locale/ru/LC_MESSAGES/django.po index 18c5bd1eb1..f40281769c 100644 --- a/apps/folders/locale/ru/LC_MESSAGES/django.po +++ b/apps/folders/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-03 06:38+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:18 msgid "folder list" @@ -206,18 +204,14 @@ msgstr "Документ:%(document)s ошибка удаления: %(error)s" msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "" -"Вы действительно хотите удалить документ: %(document)s из папки \"%(folder)s " -"\"?" +msgstr "Вы действительно хотите удалить документ: %(document)s из папки \"%(folder)s \"?" #: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" -msgstr "" -"Вы действительно хотите удалить документы: %(documents)s из папки " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "Вы действительно хотите удалить документы: %(documents)s из папки \"%(folder)s\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -229,10 +223,7 @@ msgid "" "individual users create their own document organization methods. Folders " "created by one user and the documents contained by them don't affect any " "other user folders or documents." -msgstr "" -"Эти папки можно описать как пользовательские папки. Они позволяют отдельным " -"пользователям хранить папки ао своему. Папки, созданные одним пользователем " -"и документы, содержащиеся в них, не влияют других пользователей." +msgstr "Эти папки можно описать как пользовательские папки. Они позволяют отдельным пользователям хранить папки ао своему. Папки, созданные одним пользователем и документы, содержащиеся в них, не влияют других пользователей." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/history/locale/de_DE/LC_MESSAGES/django.mo b/apps/history/locale/de_DE/LC_MESSAGES/django.mo index 22ca005812e6db452d992278792a6d488b691459..4851059a3ae416e2b543407b378c5676f5a48925 100644 GIT binary patch delta 275 zcmeyxwUB$lp8A)J3=Er?7#LI-7#QZTFfgzJ>4QL;2S^_W((FL`3Xo<4(szI~5HUOk z5`sYb1(48(H-h#2+& z2|*xz5J>X^>B~S`07yRs(%eA$6OiTv(*J-oNIwVAP>^~7AT14~m4GzJd^=VKIR-u; z!y707RLc+rq`81}JdoxG(pj4$8T%L~^D)bC7#b)T8d@0|O*Ue_%I}kymtLBfo@%9# Sk{a*gI+=|ndUGL*0V4nsa~*mB diff --git a/apps/history/locale/de_DE/LC_MESSAGES/django.po b/apps/history/locale/de_DE/LC_MESSAGES/django.po index 33ab1e47d6..6689341d00 100644 --- a/apps/history/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/history/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 diff --git a/apps/history/locale/en/LC_MESSAGES/django.mo b/apps/history/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/history/locale/en/LC_MESSAGES/django.po b/apps/history/locale/en/LC_MESSAGES/django.po index 1c02663688..e5a1cdc13d 100644 --- a/apps/history/locale/en/LC_MESSAGES/django.po +++ b/apps/history/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/history/locale/es/LC_MESSAGES/django.mo b/apps/history/locale/es/LC_MESSAGES/django.mo index e0b2490972dbe492dc0414f131574ab080934fba..1c6b55ba9baaada3cb8b0aad92c2f4fff5b5c60f 100644 GIT binary patch delta 324 zcmdnWdx3YtoBCUf3=DP53=9ek3=EO13=ASbx(Y}G5ko(a-~-ZAfix$OUIL`qf%G~c z%?6~mLFv6fng_@~0;MkkX$~O&9*`CU($9f3H<11brCEWRLFNgvG5CQklm-gO0tF0! zv^}0Vq&ER+kb@2bX%--Tdh<@kUyR-vB_#z` z`ugdaB^jkjddc~@`bGK0iA9ABCowO*G%+2hEVX#E5bI(_07r>C AA^-pY delta 272 zcmcb>yOnpsoBI8X3=DP53=9ek3=DRx3=ASbIvz*^5km=(-~-ZCK$;UscLHg4AUzpK zvjOSZPQVbRZ3K&, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:24+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 diff --git a/apps/history/locale/it/LC_MESSAGES/django.mo b/apps/history/locale/it/LC_MESSAGES/django.mo index 7af0c6beafb1263ab109d85a9bb1677765455fa2..70253ecb47c676dfb75b54da31350191f619801d 100644 GIT binary patch delta 270 zcmcb|)yh3#PyH=M28K;c3=9ek3=F+23=BZTuntIY1L@5`ngdAh2h!|7`UH?>1JW0O zG%t|84y1vI;VF<10Mf63G#8Nm4W-#wA^HV@v>;Gi3P>vgX&oR9((lL0AP3eM0~7!m zlnbOefpig&23cIQIg+uD(L1B0q`*pFKRvS~qclk`IX_pwD8D$dC^NrEKR2;5F;73U zxVSX6m@B|PMAx|}HL)Z!KTp>su_V<>!N|bSNY}tz*T`7G(A3J_28K;c3=9ek3=C;33=BZT&<-THfpia$<^a+&fHXUhUI?Vwfb>cr z%?qSA0BIm%*asv8fb?M?%>|^dKR=A85&JCVm`^^lbDxYnwXwyrI1-N`4@Ba J<|GznMgV_e9b*6h diff --git a/apps/history/locale/it/LC_MESSAGES/django.po b/apps/history/locale/it/LC_MESSAGES/django.po index 42459fa6c9..86880160e9 100644 --- a/apps/history/locale/it/LC_MESSAGES/django.po +++ b/apps/history/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 diff --git a/apps/history/locale/pl/LC_MESSAGES/django.mo b/apps/history/locale/pl/LC_MESSAGES/django.mo index 33e6b357da11a11005aaead2e5f46b46f94e7cfc..7a6c225d33e8ed5f658f4be38661b76f49412b79 100644 GIT binary patch delta 272 zcmbQueTaL)o_b*>28K;QEX}~caEyh40f-nL0SR6p{TxVh0O_wlnhi+*1JXdmz{<+N zzz3wcptK~A76S4$fHX+GHI#ON(!NmnFd!`nl+OgxJV3gcl|c?{(FC9X5HZXH5&}Sa z2~@$>&5?|KjNTa~B?VUc`stY^8Kp^j$@#hZMft^vMVa|U`nidfiFx{&#l@wm#asdY zA-c{*sfi_-`FXl7i6yC43PuKoM!E*(x<FYomh#2kx z2|ghG7)pNv(n3H!BP&F`2$YtE(rQ2&B(D#oC4saPkmdo>F{})7V2d(=0zkx24kQGC zbS+dt-{wfhKE}y>%rYE?1`39TR)$8CjhIjH_$20~mnNpCS}7FdO#aCny*ZI3kr4oC C@*Md9 diff --git a/apps/history/locale/pl/LC_MESSAGES/django.po b/apps/history/locale/pl/LC_MESSAGES/django.po index 399fa295f8..3059876666 100644 --- a/apps/history/locale/pl/LC_MESSAGES/django.po +++ b/apps/history/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:17 msgid "date and time" diff --git a/apps/history/locale/pt/LC_MESSAGES/django.mo b/apps/history/locale/pt/LC_MESSAGES/django.mo index 657dc39b8cc8836c3823f4c264da25b10859f929..f53e426450c96ff768d03f8aa38c81eb22efe8a6 100644 GIT binary patch delta 341 zcmeC=UC%q=P5pUB28KFj1_lKN1_nP?1_oguoe!j0fOIpE<^$3lK$;UsPY2R$KzbpR zUIC;*>ed5kZXmq{N*@5y96Q0k^(Dz z{q)R|jM5~%P{3@xpUEhhhGo;GdsX+a>p9x8qiNOJ-CXMr@xyc?_xeheZ&#v`DBERg;V zq!oa)D9{#=Ml&ES1f)HHG{~Z8APqze2|xnm&~zXTvZxwJgXCK_?_~VNIQbT{42PkC zf}x?6q0!`j%!=&B3WgR|21b+BSf=s#B<7`;CZ?xaDHN1U-pvv{S((+6?eONJ%;fyd IiL8E%0Ph+orvLx| diff --git a/apps/history/locale/pt/LC_MESSAGES/django.po b/apps/history/locale/pt/LC_MESSAGES/django.po index a95d9f8a7e..a4c16b073c 100644 --- a/apps/history/locale/pt/LC_MESSAGES/django.po +++ b/apps/history/locale/pt/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-07-03 18:02+0000\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-05 19:38+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -74,7 +73,7 @@ msgstr "Historial" #: permissions.py:8 msgid "Access the history of an object" -msgstr "Aceder ao histórico de um objeto" +msgstr "Aceder ao historial de um objeto" #: views.py:37 msgid "history events" diff --git a/apps/history/locale/pt_BR/LC_MESSAGES/django.mo b/apps/history/locale/pt_BR/LC_MESSAGES/django.mo index 65aaaa7c948db4083bb033b37412df53b904c4d6..198bfd629555584eb0d9d95f5e7772072468d565 100644 GIT binary patch delta 267 zcmZ3(b(w3zmipI>3=B<73=Av`3=DZdf)7X+18Ghm-2|lBfOHR#W(CrdfiyReo(ZJ6 zfb>!zEeNDHK*bM1#m@n0kp7!MS_DWx2GX)X`Uj8(sTTtpCIqB4SQ*5?7Fz=aKpGr? zGzXCO+U&`g$LO6=Qc_^0ub-Y-l2MwZmzzrC?-WXryaku4`nhU}$P(Y&Q8e(~Zf8nWOl967$ka6Vri8 P3QFRgf;P*r2rvQw@-j3T delta 204 zcmcc2wT5fLmii-%3=B<73=Av`3=Hl-f)7ah0BKGj9Sx+}fOIO5W(CqYK$;s!7XfK5 zAYBKf1%Y%YRD3p6d^wN?>E8sTMS%1kAT0}|F9K zIe@hCW>3aE#>w}XWH<~B6bucm42>o;G2h_#Nz6+xO-xU diff --git a/apps/history/locale/pt_BR/LC_MESSAGES/django.po b/apps/history/locale/pt_BR/LC_MESSAGES/django.po index b50842aeff..9ea4020994 100644 --- a/apps/history/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/history/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:17 diff --git a/apps/history/locale/ru/LC_MESSAGES/django.mo b/apps/history/locale/ru/LC_MESSAGES/django.mo index 1ce46498eb156f2947b8911da9e11d98c91ecdfe..ce05ddd05f3906f385971e575e59646189427acc 100644 GIT binary patch delta 272 zcmbQrvxjHGo_ZA~28K;QEX%;aaGiyLfdfc?1=6BG`X7+y1JWX_3=BL#S{X=l0cisu zEe52mp>z6s-NrAd0p`MLT<`NfGvnfXQfxrvpDdHR{f#igmm zTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDM#c(;rdGyglew8sPJYN7#p9EhmtLBf O4pdT9y4i~5HX{HWd@~CG delta 209 zcmdnPGnHq;p8CIx3=Er?7#L(37#KFNFfecc>2p9@6i8nO(tJSrEs*8`(tm(77m(&; zWnd5k(jrh=8%Rq5`A$F@q&^l(=RoOdDBT65C4urYfi%ec&8!S^4B|k>NuU55kbVfH z6@l~%APusJYjY%HALC>`W*H7c0|i4vD?_8nM$9L9d=m50OB2&mtrUt%C;wuO-kij8 GixB{_EgtUx diff --git a/apps/history/locale/ru/LC_MESSAGES/django.po b/apps/history/locale/ru/LC_MESSAGES/django.po index 4a0f1c22c7..86bde3b244 100644 --- a/apps/history/locale/ru/LC_MESSAGES/django.po +++ b/apps/history/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:17 msgid "date and time" diff --git a/apps/installation/locale/de_DE/LC_MESSAGES/django.mo b/apps/installation/locale/de_DE/LC_MESSAGES/django.mo index 44b20a287728106fabdce4d6ea5d34f8d0728077..69eb2081cf6a140e93e8ad56213b198b43009c43 100644 GIT binary patch delta 19 acmZ3?vY2JUMh+um1w&ISWAlwWvlsz9)&=|k delta 19 acmZ3?vY2JUMh-&*1w%tCL*tD*vlsz9X$9^8 diff --git a/apps/installation/locale/de_DE/LC_MESSAGES/django.po b/apps/installation/locale/de_DE/LC_MESSAGES/django.po index 56f13d864a..0b6aba48d5 100644 --- a/apps/installation/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/installation/locale/de_DE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" diff --git a/apps/installation/locale/en/LC_MESSAGES/django.mo b/apps/installation/locale/en/LC_MESSAGES/django.mo index 698fd6740917e1ae6832bb9e5f9380b95a902310..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q4C7&j{!gA2CM)8 diff --git a/apps/installation/locale/en/LC_MESSAGES/django.po b/apps/installation/locale/en/LC_MESSAGES/django.po index 71cfb242db..45b9dc3904 100644 --- a/apps/installation/locale/en/LC_MESSAGES/django.po +++ b/apps/installation/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/installation/locale/es/LC_MESSAGES/django.mo b/apps/installation/locale/es/LC_MESSAGES/django.mo index 77bfbb711609956c265b015a8b6a0eef1d6d6fcd..2780b6e5f17e050ba3d9f575b83b1a93c59f33f8 100644 GIT binary patch delta 236 zcmXZVJrBW97{&3YS5+hACSC`LSPVv*ril;1z-p5C4hHcBR3s*=QDV^nGrLW~VzhL( z`d>Qza-Nf%XQM;Cisw&DwEeCZ Mto!yNdfNx}1zt!TCIA2c delta 247 zcmXZVKMMhI9LMo5cepOO@;51247d4Zv&qgwz<4DJyUC!CGToD~oRpcJ)v8!{07ma0 zH@*6NKlS;p9N*czXU~Yp#Slq~$RYOkgjw`UU(dAP@im diff --git a/apps/installation/locale/es/LC_MESSAGES/django.po b/apps/installation/locale/es/LC_MESSAGES/django.po index 0a0005725d..603a8cf3c8 100644 --- a/apps/installation/locale/es/LC_MESSAGES/django.po +++ b/apps/installation/locale/es/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:42+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/installation/locale/it/LC_MESSAGES/django.mo b/apps/installation/locale/it/LC_MESSAGES/django.mo index 0425f0fee157bbbe36ccc6e8d345b853c7309dae..4da3be6a415fa71a28db360c6e8a13e5d51f64b1 100644 GIT binary patch delta 19 acmbQjGKFQrMh+um1w&ISWAlwWqZt7@oCVJS delta 19 acmbQjGKFQrMh-&*1w%tCL*tD*qZt7@F9pE> diff --git a/apps/installation/locale/it/LC_MESSAGES/django.po b/apps/installation/locale/it/LC_MESSAGES/django.po index e33a4768db..75dbc2ebdb 100644 --- a/apps/installation/locale/it/LC_MESSAGES/django.po +++ b/apps/installation/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.mo b/apps/installation/locale/pl/LC_MESSAGES/django.mo index 9bc77a564f361abf10ba5b5f2ea9b4d52a44d90c..f4d3190283f54a48c83610c18845f3361294849e 100644 GIT binary patch delta 19 bcmX@ha+YPnMh+um1w&ISWAlwWr!WElLlOph delta 19 bcmX@ha+YPnMh-&*1w%tCL*tD*r!WElLZt?5 diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.po b/apps/installation/locale/pl/LC_MESSAGES/django.po index 4f3d348a39..cee5f53428 100644 --- a/apps/installation/locale/pl/LC_MESSAGES/django.po +++ b/apps/installation/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.mo b/apps/installation/locale/pt/LC_MESSAGES/django.mo index f7a9cd96a642ea875b6e69961c8890bdb31776a4..fefe9e7ac5d395fd3bf4a46374519141d355c065 100644 GIT binary patch delta 21 ccmX@Yc7$z179)p|v4Wwgm9hEeBF0OM07vTvKmY&$ delta 21 ccmX@Yc7$z179)qDfr6o-m7($GBF0OM07q~JG5`Po diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.po b/apps/installation/locale/pt/LC_MESSAGES/django.po index 1b0bf7704e..eebe36f5ec 100644 --- a/apps/installation/locale/pt/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" diff --git a/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo b/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo index 43cb2dcbfbd1c538426a11795dec6c8c91935049..b69de2d4ef3cbff8e3d38f908d831b914a75961d 100644 GIT binary patch delta 19 acmZ3=vXo`QMh+um1w&ISWAlwWa~J_VA_f8g delta 19 acmZ3=vXo`QMh-&*1w%tCL*tD*a~J_UwFUG5 diff --git a/apps/installation/locale/pt_BR/LC_MESSAGES/django.po b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po index 0d3b90d091..a75db5c9da 100644 --- a/apps/installation/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.mo b/apps/installation/locale/ru/LC_MESSAGES/django.mo index b4e2013824c52e119329cab015beb8f6556df65c..a875e1507be26efa69959dc789028a9a9a4a85fe 100644 GIT binary patch delta 19 bcmcb|a*t)gMh+um1w&ISWAlwWmofqXMVJPy delta 19 bcmcb|a*t)gMh-&*1w%tCL*tD*mofqXMJooM diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.po b/apps/installation/locale/ru/LC_MESSAGES/django.po index 58bbe1f80a..ced29e69ac 100644 --- a/apps/installation/locale/ru/LC_MESSAGES/django.po +++ b/apps/installation/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" diff --git a/apps/linking/locale/de_DE/LC_MESSAGES/django.mo b/apps/linking/locale/de_DE/LC_MESSAGES/django.mo index 14841071ba3f325cbfc9d298f07f177dca7eaf59..34797b71b118f1d4cd209e0db24e90231fb8d67d 100644 GIT binary patch delta 703 zcmXZZKWGzS7{~EnwMI>q#I)A>4-!Pt!g@hv)a)Q~!;>GPk9>-XoP$ zQm>@rd!#ey;562;j300k4`#T7A)dfTcobh@0l&oOnSSXQ`v5QE3|_^Tn8UxgA9Dlh zD#0Qckdk;7FJKvq_!vvLf#)%|S8}n66ZixR_z_1jF-Vgb;4OmP#Bug3`=lxSj&E^d zNLs)@LtSZ%#Y5V$N!D;He#4#k1N-n7=1~Wv9pIt8A0T05&`zckpFcy7{R?DxT1Ol3 zC)&EdV|%)^Ye&_G{|h5cD!|=%4TsTS8W)g9OT6slUL&=%hBoO2@;B9gX!H9KwDnFS z8FT};<2-J|$vZ6UzrP<}cz`zX5@vB3nZDkmZS-q=o;bXjID@uOu)5s)IeDoXMf1Mv zR%%hTGjnpbS$A8_wrSOxEw^s&nuc3zw>x1wId$c_bFLMdsMc&aMH7X7)*H!t&d9jq l6|(s;zi?{tdFtKbz4YzWWz(p1Ooc0R;dHUI`YB!7^$!ZsU$OuI delta 640 zcmXZZPbh}@kH6bt4ullXkUWaiwh-b(QChZkBL^HO2c=xtiK|j_QCo47 z#7#NLTwL7d=(H&BAFHS5_5D4+-}CMJ{r>KpQ|BsPn#z<&vmVJMsia;S#|m75!}Q9yu?9#M?YFk(h`mJ<1p)kW@#Sp@E#jlq(gjZNl8NlYm{R;Il(f# z#cI4qH$I__Ijll=+y8kBX+{p3&ganV?_dabk)bJrrojg^d7q2Er3lQZKJYIwa+O$8%@6E!2ihmu#)u@mKzrc%-t^*53Hc+ zcpHPbhfG~(XbQb4?!TkyIFBZgmAP=`YSI^;K$YDev~9-@rJp>Ho|)Ksax0chIKg;g PH5^GFdzUjm-f-q diff --git a/apps/linking/locale/de_DE/LC_MESSAGES/django.po b/apps/linking/locale/de_DE/LC_MESSAGES/django.po index e651a2f09b..c4b65f3efc 100644 --- a/apps/linking/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/linking/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-10 12:55+0000\n" "Last-Translator: tilmannsittig \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -65,8 +64,7 @@ msgstr "Auswählen" #: forms.py:61 msgid "Click on the image for full size view of the first page." -msgstr "" -"Klicken Sie auf das Bild um die erste Seite in voller Größe anzuzeigen." +msgstr "Klicken Sie auf das Bild um die erste Seite in voller Größe anzuzeigen." #: literals.py:7 msgid "and" @@ -149,10 +147,7 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "" -"Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet " -"werden. Die Dokument-Metadaten sind verfügbar als Variable `metadata` und " -"Dokumenteigenschaften als Variable `document`. " +msgstr "Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet werden. Die Dokument-Metadaten sind verfügbar als Variable `metadata` und Dokumenteigenschaften als Variable `document`. " #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -174,9 +169,7 @@ msgstr "fremde Dokumenten-Daten" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "" -"Dies stellt die Metadaten aller anderen Dokumenten dar. Verfügbare Objekte: " -"`Dokument. `Und` Metadaten. `." +msgstr "Dies stellt die Metadaten aller anderen Dokumenten dar. Verfügbare Objekte: `Dokument. `Und` Metadaten. `." #: models.py:31 msgid "expression" @@ -243,9 +236,7 @@ msgstr "intelligente Verknüpfungen (%s)" #: views.py:112 msgid "There no defined smart links for the current document." -msgstr "" -"Es sind keine intelligenten Verknüpfungen für das aktuelle Dokument " -"definiert." +msgstr "Es sind keine intelligenten Verknüpfungen für das aktuelle Dokument definiert." #: views.py:152 #, python-format @@ -274,15 +265,12 @@ msgstr "intelligente Verknüpfung %s erfolgreich gelöscht." #: views.py:204 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(error)s." -msgstr "" -"Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; " -"%(error)s ." +msgstr "Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; %(error)s ." #: views.py:213 #, python-format msgid "Are you sure you wish to delete smart link: %s?" -msgstr "" -"Sind Sie sicher, dass Sie die intelligente Verknüpfung %s löschen möchten?" +msgstr "Sind Sie sicher, dass Sie die intelligente Verknüpfung %s löschen möchten?" #: views.py:229 #, python-format @@ -321,20 +309,16 @@ msgstr "Bedingung für intelligente Verknüpfung: \"%s\" erfolgreich gelöscht." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Fehler beim Löschen der Bedingung: %(smart_link_condition)s ; %(error)s ." +msgstr "Fehler beim Löschen der Bedingung: %(smart_link_condition)s ; %(error)s ." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" -"Sind Sie sicher, dass Sie die Bedingung zur intelligenten Verknüpfung " -"löschen möchten: \"%s\"?" +msgstr "Sind Sie sicher, dass Sie die Bedingung zur intelligenten Verknüpfung löschen möchten: \"%s\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." -msgstr "" -"intelligente Verknüpfungen anzeigen, die auf keine Dokumente verweisen." +msgstr "intelligente Verknüpfungen anzeigen, die auf keine Dokumente verweisen." #: templates/smart_links_help.html:3 msgid "What are smart links?" @@ -347,9 +331,4 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "" -"Intelligente Verknüpfungen sind eine Reihe von Bedingungen, die ein Dokument " -"mit anderen Dokumenten in der Datenbank verknüpfen können. Sie liefern so " -"andere Dokumente, die mit dem Quelldokument in der gewünschten Weise in " -"Beziehung stehen und bieten so dem Benutzer die Möglichkeit, zwischen " -"verknüpften Dokumenten einfach zu navigieren." +msgstr "Intelligente Verknüpfungen sind eine Reihe von Bedingungen, die ein Dokument mit anderen Dokumenten in der Datenbank verknüpfen können. Sie liefern so andere Dokumente, die mit dem Quelldokument in der gewünschten Weise in Beziehung stehen und bieten so dem Benutzer die Möglichkeit, zwischen verknüpften Dokumenten einfach zu navigieren." diff --git a/apps/linking/locale/en/LC_MESSAGES/django.mo b/apps/linking/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/linking/locale/en/LC_MESSAGES/django.po b/apps/linking/locale/en/LC_MESSAGES/django.po index 46ffcf3810..00966fa3ee 100644 --- a/apps/linking/locale/en/LC_MESSAGES/django.po +++ b/apps/linking/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/linking/locale/es/LC_MESSAGES/django.mo b/apps/linking/locale/es/LC_MESSAGES/django.mo index e06b9b437cf01a67d57696418c8cdbf33bf15b93..06ba97ab010dd98de138c0293f83be531f6c68f3 100644 GIT binary patch delta 704 zcmXZZ-%C?r7{KwzAJmw}RwkNOOwtBwY*&gytVGufnUS@56TWd7t-vp7%WOa~@f5tdBFzrC&`V z6CsgS5s4lZ8Ab!gaR#s8C%lC<>_h8V-FtY7coEOxS|k37y~I^?@Gok8x}#qA0kv+Y zLrM~0QDdVG4{!ooj*DEzDZGYHaRk5Pc|6it*TO+!2QT0YBt^Dyg@;uzLHwXgWE7v{ z4*tNGxZYh7Im5y_A<~cckvdtzATFae_6!Gb4YlEI)ckMA@MIr#GXL-p_Vv^oiy}jl zJE;3E>b-f?dlyP9baX3?gH6=YeQv}RJWE`~b_{UHG^G=@ktm+V7$z}=n)d`X?-lAq zHjrV+7t}^7*o-%KS?G&@qZaI;7W_dTBf*m*5$s3(XJe=zNMjW9co<)Ay>I;)yglpt z`J`!PTz|Isa4?;lGYdJ-F1WdZIcLw?S=05rqT>Zqlhelaf@Aw`E^FMdeJ2@-55?lf p&?O_Dh{P@?6T{_qq1E!$@JRV__-^~Soy`>O3~7$HRSmyw`ws~#W6=Nr delta 652 zcmXZZO(?^07{Kv|W`}wvJ*9O z*g+|CQi=;X$-za+Q7PZ2?euw`-|zSQ{?G6EAGtT(7jv1>n+%b0t4NlJSPDdXun@;^ z1ig5Gqxgh1=qOCtkJaR}*oYhH{0ytelNi8v)cWC~RGooZcU2@&$t8GVAs^px96zxa zdx}K{Z~^=95?k>nt)oPwoqQDAa245-Q{3WV3G5;tDiiVH3O?dB?&EfORHT-`Q6W-? zgGikO(S#w?#+I-iH&7csMLmCx3{Rd>C-Z^Xm|dA_%z_L}yr}CFsP|5y-a8W|(9wm{ z8+)juJ51*ZY#>jf8NZNe$}ego77jbG6g}9DdTt)|+#2dcc9CJo32Gw=%*2sf0)6ov zYQa5f!7K6@`9>$^*;D_l1@!~N*o2dqgX{5F){DuAS?#&54yViIadjFG)*aK3e{m@k g4*4U^#+1!x9`i?n%l=@%;|wes`?l%$pY1sRA8C?Lg8%>k diff --git a/apps/linking/locale/es/LC_MESSAGES/django.po b/apps/linking/locale/es/LC_MESSAGES/django.po index 354bddbdb1..142bb4befe 100644 --- a/apps/linking/locale/es/LC_MESSAGES/django.po +++ b/apps/linking/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-02 18:29+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -65,8 +64,7 @@ msgstr "Seleccionar" #: forms.py:61 msgid "Click on the image for full size view of the first page." -msgstr "" -"Haga clic en la imagen para ver el tamaño completo de la primera página." +msgstr "Haga clic en la imagen para ver el tamaño completo de la primera página." #: literals.py:7 msgid "and" @@ -149,10 +147,7 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "" -"Esta expresión sera evaluada con respecto al documento seleccionado actual. " -"Los metadatos del documento están disponible como variables `metadata` y las " -"propiedades del documento en la variable `document`." +msgstr "Esta expresión sera evaluada con respecto al documento seleccionado actual. Los metadatos del documento están disponible como variables `metadata` y las propiedades del documento en la variable `document`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -174,10 +169,7 @@ msgstr "datos de documento foráneo" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "" -"Esto representa los metadatos de todos los demás documentos. Objetos " -"disponibles: `document.` y `metadata.`." +msgstr "Esto representa los metadatos de todos los demás documentos. Objetos disponibles: `document.` y `metadata.`." #: models.py:31 msgid "expression" @@ -273,8 +265,7 @@ msgstr "Enlace inteligente: %s eliminado exitosamente." #: views.py:204 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(error)s." -msgstr "" -"Error al tratar de eliminar enlace inteligente: %(smart_link)s; %(error)s." +msgstr "Error al tratar de eliminar enlace inteligente: %(smart_link)s; %(error)s." #: views.py:213 #, python-format @@ -318,20 +309,16 @@ msgstr "Condición de enlace inteligente: \"%s\" ha eliminada exitosamente." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Error al tratar de eliminar la condición de enlace inteligente: " -"%(smart_link_condition)s; %(error)s." +msgstr "Error al tratar de eliminar la condición de enlace inteligente: %(smart_link_condition)s; %(error)s." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" -"¿Está seguro que desea eliminar la condición de enlace inteligente: \"%s\"?" +msgstr "¿Está seguro que desea eliminar la condición de enlace inteligente: \"%s\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." -msgstr "" -"Mostrar enlace inteligente que no devuelven ningun documentos como resultado." +msgstr "Mostrar enlace inteligente que no devuelven ningun documentos como resultado." #: templates/smart_links_help.html:3 msgid "What are smart links?" @@ -344,10 +331,4 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "" -"Enlaces inteligentes son un conjunto de condiciones que se utilizan para " -"consultar la base de datos en relacion al documento actual que el usuario " -"está accediendo, los resultados de estas consultas son una lista de " -"documentos que se relacionan de alguna manera al documento que se muestra y " -"permite a los usuarios la capacidad de navegar entre los documentos " -"vinculados con mucha facilidad." +msgstr "Enlaces inteligentes son un conjunto de condiciones que se utilizan para consultar la base de datos en relacion al documento actual que el usuario está accediendo, los resultados de estas consultas son una lista de documentos que se relacionan de alguna manera al documento que se muestra y permite a los usuarios la capacidad de navegar entre los documentos vinculados con mucha facilidad." diff --git a/apps/linking/locale/it/LC_MESSAGES/django.mo b/apps/linking/locale/it/LC_MESSAGES/django.mo index aa16753db88c3473d720b83f80ad148901b77196..6579015fbc3553d190c31bd81aced02ea4f8d1c2 100644 GIT binary patch delta 698 zcmXZZO-K}B7{KwT53_c`&q_=415w*zoORb$8N!1`A-d#26#Sy8hTS>rPVCMS(P7%F zH$M(RhoD0sEFp?^?-+GhIwgAX;=NPkrT^m&%*^k7-e=x--shRa(el{N%ZtIU3nJ-8 zkxL@d+blAM{g}p8w6KChc#7S4vxOT|cpKArAG6qtTjBfx&J$O01n;)i@+;Uu9JERx zR~UR?;u?O!^AF-U@hMK=!1bCg#)&H!!(-Hg)!(R@Le3}-ex$J1XcD)zi6rp}e#f`C zhL76=HfK<67wN;l$U5n~B@)4|&=?L9kKk2YMynkQxK#Pu-$1@94m4f7}A{2$ap z&oGL00sZS@(2P0}M{@EI^~HJAmOn$S>|L1Oz&hdza>*_a1An3(=nN@RqMTBHRUgs} zu~0ici~7r_78q#7OQ;`M3H4AHmQgEvk6g0PLpxK&J9vb;;lI7@%fBPjS>JzUnP$fI zv!&-lFT9*t@QQZ9^$KRreq-lNw^%GW#mMZ_Ib*Wm*uLxKjYqccSUrjOaKea>8i{1j e@B=HE+Wg%3ZL`$07@4v2nUbC1mAxNL4blHyq+9m@ delta 637 zcmXZZ%_~G<6vy$O*O;L@jF<5~QiL$Wc$>u(D~hs^7%N3WlwxHuSxkyT%^zT=X0lLX zVUKZpJkNdZJ?Gr@p8M{@>Gaq^nl$W48InFdQV)LPFm@M6 zVT@xdo?#8XUfQaRRRGxlLEF52}S93xL*2-Cd(`(0Q;KJHaa*#s*rvqp=ZeBY&mZ4)m8w7dVQWSmTRPJweJR)!{XA zPH*VK4{Lgv)Igq(IoOG&g9tJ_MX?g+?fwQfk?-35Q@ehNrqNq;<3o&~n&8W1S>1-Lfw9U;-CWTdajOK+mN6E}PS0d?D<^%)&U@#nPPh2_Yc|%i6v#V3H SGhzSSN@CkHdGzjayMF<*Ye+`` diff --git a/apps/linking/locale/it/LC_MESSAGES/django.po b/apps/linking/locale/it/LC_MESSAGES/django.po index fdbf32618c..e7e1ffe532 100644 --- a/apps/linking/locale/it/LC_MESSAGES/django.po +++ b/apps/linking/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-03-21 13:18+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -149,10 +148,7 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "" -"Questa espressione sarà valutata per il documento corrente selezionato. I " -"metadati del documento sono disponibile come variabili `metadati` e le " -"proprietà dei documenti sotto la variabile `documento`." +msgstr "Questa espressione sarà valutata per il documento corrente selezionato. I metadati del documento sono disponibile come variabili `metadati` e le proprietà dei documenti sotto la variabile `documento`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -174,9 +170,7 @@ msgstr "dati del documento estero" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "" -"Questo rappresenta i metadati di tutti gli altri documenti. Oggetti " -"disponibili: `document.` e `metadata.`." +msgstr "Questo rappresenta i metadati di tutti gli altri documenti. Oggetti disponibili: `document.` e `metadata.`." #: models.py:31 msgid "expression" @@ -316,16 +310,12 @@ msgstr "Condizioni per il link intelligente: \"%s\" cancellato con successo." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Errore nella cancellazione del link intelligente: %(smart_link_condition)s; " -"%(error)s." +msgstr "Errore nella cancellazione del link intelligente: %(smart_link_condition)s; %(error)s." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" -"Sei sicuro di voler cancellare le condizioni per il link intelligente : \"%s" -"\"?" +msgstr "Sei sicuro di voler cancellare le condizioni per il link intelligente : \"%s\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." @@ -342,10 +332,4 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "" -"Collegamenti intelligenti sono un insieme di istruzioni condizionali che " -"vengono utilizzati per interrogare il database utilizzando il documento " -"corrente l'utente sta accedendo come origine dati, i risultati di queste " -"query sono un elenco di documenti che riguardano in qualche modo al " -"documento e consentire la visualizzazione agli utenti la possibilità di " -"saltare da e per i documenti collegati molto facilmente." +msgstr "Collegamenti intelligenti sono un insieme di istruzioni condizionali che vengono utilizzati per interrogare il database utilizzando il documento corrente l'utente sta accedendo come origine dati, i risultati di queste query sono un elenco di documenti che riguardano in qualche modo al documento e consentire la visualizzazione agli utenti la possibilità di saltare da e per i documenti collegati molto facilmente." diff --git a/apps/linking/locale/pl/LC_MESSAGES/django.mo b/apps/linking/locale/pl/LC_MESSAGES/django.mo index 410ecde8b3a2696e9673f415313d5696ca1621db..9c41d69b0b8bb650d5d40c0c8c37b51087a66cb9 100644 GIT binary patch delta 313 zcmey*yNqwblltF`3=I9u3=DD%3=G|@3=C{QdKHjn2htmXG*FshCzQV%NUH<+hk-N@ zF}wy6f2c&s`{6|1qA4tCk(m=!@&%SvTqZE^OMoCG5mA-y@ zW=TeAl3sFtu6|K|abi(sevy7|Vr62Uer9oTX=*W7fPaXtb5UwyNoIbYu1jJ`s+EF~ tfuWJEfw``cv4Wwgm9g367t9+bFJ+11@kz`}FHKAbDk;d>{Evl^2>^+oIY$5h delta 249 zcmXZWy$bMnA8mhWirTYw6Q6p zY<#b-o_?R_wSL>kFFbz^Zyu4EB9a!7rY54}7=1WJ#, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-20 16:14+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:17 msgid "smart links actions" diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.mo b/apps/linking/locale/pt/LC_MESSAGES/django.mo index cf45105017a7e66c87c0fbe5042c7dd622944e7e..b28821aae865be7de0c26ec1960dbd01e04eb470 100644 GIT binary patch delta 699 zcmXZYPe>GT6u|M9_>bMd)m8jogNcV|oOKtq9kD_yk`hI?4hh1j%en`5b$3?C%XksJ zc!;G-cY|)Cf`_bAfq~E=2s{K57iGsX$zu!ZYkAzgsKv02lEd?xKYkXktg5NCXqui7Qx-JNTTz4p8gbIMhK#@jDjr zHKrQ8t4{tlTuoHhD8hFVM{TGNgZLQl;22h*huX+0hHw|#ao>Oc2eqMdWNFggBvOt& zsQ31x-uuKOh!G_G7i-u;Ui9-#jFNxA>v)Pf;U((k!tAjXTksLusCCPzb?d$x$c*w4 zwUHlKibFpMN(g=-+md7a{{z%U!aUkAf(DMGcJ87!zKpt&o$dFfhk>WFt~+mARx0hz z7N$CnozEAN`M~H%!W_&c9XFlLm=7H{X&cchVLP)%Q=`F-vQTD4 zO(_v&L8%#qjg7xR7K#nx`*UaYIp_B~_jk`Z7ri^ZC$oj|qXLnTCQ>XSpEi*oe&Yo8 z*hPkL69+JdI+i;`TF{G)IDzfBf;#SF172YSUvLYr5L6#*+Y{i58{SB&ya>&x;2TM?^G2V5fdbcS~&`sdU zUqrEvd@-M|V}N`ct$2%S!Y5Rld&PSEz!7w^S5+5ARX3kEhRi0rs2VxOA{;#>C?q&X zwk4PN{{vKwykaw!k?7cos`C)4#>1#KlE|csp3SMWR%i12biY6752Ui%rFAU2w6GRk Sm<#I5tEmlJB=c^&v-|->oJ-vR diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.po b/apps/linking/locale/pt/LC_MESSAGES/django.po index 09b59e2631..7d349b3331 100644 --- a/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/apps/linking/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-03 13:02+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 @@ -150,10 +149,7 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "" -"Esta expressão será avaliada em relação ao documento atualmente selecionado. " -"Os metadados do documento estão disponíveis como variável `metadata` e as " -"propriedades do documento como variável `document`." +msgstr "Esta expressão será avaliada em relação ao documento atualmente selecionado. Os metadados do documento estão disponíveis como variável `metadata` e as propriedades do documento como variável `document`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -175,9 +171,7 @@ msgstr "dados de documentos externos" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "" -"Isto representa os metadados de todos os outros documentos. Objetos " -"disponíveis: `document. ` e ` metadata. `." +msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. ` e ` metadata. `." #: models.py:31 msgid "expression" @@ -317,16 +311,12 @@ msgstr "Condição de ligação inteligente: \"%s\" excluída com sucesso." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Erro ao excluir a condição de ligação inteligente: %(smart_link_condition)s; " -"%(error)s." +msgstr "Erro ao excluir a condição de ligação inteligente: %(smart_link_condition)s; %(error)s." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" -"Tem a certeza de que pretende eliminar a condição de ligação inteligente: " -"\"%s\"?" +msgstr "Tem a certeza de que pretende eliminar a condição de ligação inteligente: \"%s\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." @@ -343,9 +333,4 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "" -"Ligações condicionais são conjuntos de declarações condicionais que são " -"usados para consultar a base de dados usando o documento atual como fonte de " -"dados. O resultado desta consulta é uma lista de documentos relacionados de " -"alguma forma com o documento atual, que permite ao utilizador saltar para e " -"de documentos ligados facilmente." +msgstr "Ligações condicionais são conjuntos de declarações condicionais que são usados para consultar a base de dados usando o documento atual como fonte de dados. O resultado desta consulta é uma lista de documentos relacionados de alguma forma com o documento atual, que permite ao utilizador saltar para e de documentos ligados facilmente." diff --git a/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo b/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo index 3d78688a1c998e9325e43394a4a5a0f8b990bcbd..6c6a49c9bf15575578708872e0e6150ae3a070c0 100644 GIT binary patch delta 542 zcmXZYIYEb17=cHDR3b9^R##3MX!DD@j?l)P}iL>fyC=8!vN1*>r# zJ28&Ucz|laGw1uAlfTC*@-L_cc}3Od1J&T)PTu1wE!2ssZq$<(@p6ce;E^p}Eoh_K z>=4za$LParWO#W)RriT%(_ieswx-e`238P;DucGR^J;WI;p*lOp4|fi@nY zgBMu9r^pW+q5ee!v%Mk-EMO5QF^8K`UBf2zC7xofuRTvv5(wvuooWwok(n}uJvfKM zxQGK-Mh&CIG=ojfi3p+4_SQIlVxCcj7h w6L0mM&U`$)HAf9^#__z8Hybw1mbKznD~En%yX5R2Y%Q&a*NJjHo&4(l2RfBBy#N3J diff --git a/apps/linking/locale/pt_BR/LC_MESSAGES/django.po b/apps/linking/locale/pt_BR/LC_MESSAGES/django.po index 79be3a9521..d95737602a 100644 --- a/apps/linking/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/linking/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:17 @@ -149,10 +148,7 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "" -"Esta expressão será avaliada em relação ao documento atual selecionado. Os " -"metadados do documento estão disponíveis como variáveis \"​metadados \" e " -"propriedades do documento em variáveis `documento`." +msgstr "Esta expressão será avaliada em relação ao documento atual selecionado. Os metadados do documento estão disponíveis como variáveis \"​metadados \" e propriedades do documento em variáveis `documento`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -174,9 +170,7 @@ msgstr "dados de documentos estrangeiros" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "" -"Isto representa os metadados de todos os outros documentos. Objetos " -"disponíveis: `document. ` e ` metadata. `." +msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. ` e ` metadata. `." #: models.py:31 msgid "expression" diff --git a/apps/linking/locale/ru/LC_MESSAGES/django.mo b/apps/linking/locale/ru/LC_MESSAGES/django.mo index 224e935276ae7f15c551ad98da72fc7463598eaf..571cc9b4d22b4fd817c143acbb3eaef6fdc3a34f 100644 GIT binary patch delta 700 zcmXZZze`(D6u|Lg2pJy1r2dGFwl-2l&^%v^zc4tYtqxMHq7E7meVUMDFp>9TC`i-d z;!x<2p>%byxY>$J!9np)D6~>44&u_Sn~UxD@*Z5?=bZb_z3<%nPO~@JqkNzi4v5S~ zM1mrcdm!>0*KiZ}aREb3BD=VPN&Jmns5N^gF-`soQ}_;b{EEwXjSD#5A~J^WaTqUJ zq$W{*5r(;}oiW*YOG3HG)Zky8q%Qa!C1u8a8x_7#PMdP9Q_3d8oP)_Td|x!$VYccgTtoWmr|)w8~Y>*fL+66{Bq1Zo$^(=a%#rR>5@2)rvl8I)zLkof=H* lsWCl0lo%Yz42{+gB46tHXf8ZsR*J4!q{MQMPor-m{{i+nU|RqH delta 637 zcmXZZ&nv@W9Ki99HPRXzw#hIc1lHV|ByLh=bu?Kq{6{F~3oI+}nBV03xoZUn6J%Q} z2c04N`tX~yVliW*{WIo0c_Sz$p8QV diff --git a/apps/linking/locale/ru/LC_MESSAGES/django.po b/apps/linking/locale/ru/LC_MESSAGES/django.po index 60abcac3f1..6bf2ed393b 100644 --- a/apps/linking/locale/ru/LC_MESSAGES/django.po +++ b/apps/linking/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-03 05:45+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:17 msgid "smart links actions" @@ -66,8 +64,7 @@ msgstr "Выбрать" #: forms.py:61 msgid "Click on the image for full size view of the first page." -msgstr "" -"Нажмите на изображение для просмотра первой страницы в полном размере." +msgstr "Нажмите на изображение для просмотра первой страницы в полном размере." #: literals.py:7 msgid "and" @@ -150,10 +147,7 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "" -"Это выражение будет вычислено вмето выбранного документа. Метаданные " -"документа доступны как переменные `metadata` и свойства документа в " -"переменной `document`." +msgstr "Это выражение будет вычислено вмето выбранного документа. Метаданные документа доступны как переменные `metadata` и свойства документа в переменной `document`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -175,9 +169,7 @@ msgstr "foreign document data" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "" -"Это представляет метаданные всех других документов. Доступные объекты: " -"`document. ` и `metadata. `." +msgstr "Это представляет метаданные всех других документов. Доступные объекты: `document. ` и `metadata. `." #: models.py:31 msgid "expression" @@ -339,9 +331,4 @@ msgid "" "source, the results of these queries are a list of documents that relate in " "some manner to the document being displayed and allow users the ability to " "jump to and from linked documents very easily." -msgstr "" -"Отношение, в оригинале smart-link, представляет собой набор условий, которые " -"используются для поиска документов отвечающих им . Результатом такого " -"поискового запроса является список документов, относящихся к текущему, и " -"позволяющих быстро переходить от одного к другому. Условия строятся исходя " -"из содержимого документа и метаданных." +msgstr "Отношение, в оригинале smart-link, представляет собой набор условий, которые используются для поиска документов отвечающих им . Результатом такого поискового запроса является список документов, относящихся к текущему, и позволяющих быстро переходить от одного к другому. Условия строятся исходя из содержимого документа и метаданных." diff --git a/apps/main/locale/de_DE/LC_MESSAGES/django.mo b/apps/main/locale/de_DE/LC_MESSAGES/django.mo index 4c408ef702a71482d0796b7a49cba3b8ecfb7459..ec5d57acfb87982cfb6dabd04c27d29395692455 100644 GIT binary patch delta 21 ccmdlXv_oh^C@Y7Nv4Wwgm9g38Sk~Lj07iudC;$Ke delta 21 ccmdlXv_oh^C@Y7dfr6o-m7&q*Sk~Lj07eQ18UO$Q diff --git a/apps/main/locale/de_DE/LC_MESSAGES/django.po b/apps/main/locale/de_DE/LC_MESSAGES/django.po index b1b04ec29c..70a7b607cb 100644 --- a/apps/main/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/main/locale/de_DE/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" diff --git a/apps/main/locale/en/LC_MESSAGES/django.mo b/apps/main/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/main/locale/en/LC_MESSAGES/django.po b/apps/main/locale/en/LC_MESSAGES/django.po index c85333b3b0..9ee66d6095 100644 --- a/apps/main/locale/en/LC_MESSAGES/django.po +++ b/apps/main/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/main/locale/es/LC_MESSAGES/django.mo b/apps/main/locale/es/LC_MESSAGES/django.mo index b3e696ae355d63ce8838dbffdd0a3cd796ddb984..0b779deee70639e198acc32bc95e3af4efb6d2e0 100644 GIT binary patch delta 286 zcmXZXzY76z7{~GFaOWubbw@Fv7%8qZC=2`j1xBO6XuIqNCCYA-D3if1li6mq_yexw zefcim*Z1>%o}Q;~V1MkBrTI@yWUY(DMP$lR#2K2n#1?MR#Tz#8tLk-{EOHYkIKUJh zafnw;qn7x;XYo$1U=leH%1zr}7>P kUJFdLYS=G$bm zSbQ(HJfHV@e{avz`!>GDQTNRqpU5U85*CpeC4&o$;1;WRzy?0Bh#H}r*C;wRafls^ z;sq_dVGN_{|2~Iz`U+<8qsm+i4hc=9fF+D$8{I)YWTy-;g=1u-0|`k@^7+J(*F%a%v#\n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/main/locale/it/LC_MESSAGES/django.mo b/apps/main/locale/it/LC_MESSAGES/django.mo index a73c2d4a37ae74b1c9c3f1e907d32e9a7c0a84bb..26b0d9a1aee6f371ab9aac3858c2d6e9962488b7 100644 GIT binary patch delta 21 ccmbO(G+k&zC@Y7Nv4Wwgm9g38Sk_(406`lC#Q*>R delta 21 ccmbO(G+k&zC@Y7dfr6o-m7&q*Sk_(406?Gxw*UYD diff --git a/apps/main/locale/it/LC_MESSAGES/django.po b/apps/main/locale/it/LC_MESSAGES/django.po index 46e1538c31..98418a4bac 100644 --- a/apps/main/locale/it/LC_MESSAGES/django.po +++ b/apps/main/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" diff --git a/apps/main/locale/pl/LC_MESSAGES/django.mo b/apps/main/locale/pl/LC_MESSAGES/django.mo index 95472e0ca018275aafbf402eb405ed11cb5ad306..6aa677bf9e4d80767826abb36597912a006857ba 100644 GIT binary patch delta 21 ccmX@ZeTI934l{?5v4Wwgm9g1o6XqFA07Se6r~m)} delta 21 ccmX@ZeTI934l{?Lfr6o-m7&pQ6XqFA07O9rng9R* diff --git a/apps/main/locale/pl/LC_MESSAGES/django.po b/apps/main/locale/pl/LC_MESSAGES/django.po index e44d71f0b9..77d62c7168 100644 --- a/apps/main/locale/pl/LC_MESSAGES/django.po +++ b/apps/main/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" diff --git a/apps/main/locale/pt/LC_MESSAGES/django.mo b/apps/main/locale/pt/LC_MESSAGES/django.mo index 0083c8b169f7edc5321c916845b64343e90a02fe..bb6d6c1310189e69a5f1a82fe5a060c8027de7e8 100644 GIT binary patch delta 21 ccmca5bW3PMC@Y7Nv4Wwgm9g38Sk}MH08AMMjsO4v delta 21 ccmca5bW3PMC@Y7dfr6o-m7&q*Sk}MH085?*fB*mh diff --git a/apps/main/locale/pt/LC_MESSAGES/django.po b/apps/main/locale/pt/LC_MESSAGES/django.po index 906857544f..dee0412a5f 100644 --- a/apps/main/locale/pt/LC_MESSAGES/django.po +++ b/apps/main/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" diff --git a/apps/main/locale/pt_BR/LC_MESSAGES/django.mo b/apps/main/locale/pt_BR/LC_MESSAGES/django.mo index 55fa01251caaa1910bc7f4ec41760691ba6182b4..373c5a8ddbe1a2cab5353ee50c24f8e787992358 100644 GIT binary patch delta 21 ccmaDP^hjt!C@Y7Nv4Wwgm9g38SXNdR0845GrvLx| delta 21 ccmaDP^hjt!C@Y7dfr6o-m7&q*SXNdR07~x#nE(I) diff --git a/apps/main/locale/pt_BR/LC_MESSAGES/django.po b/apps/main/locale/pt_BR/LC_MESSAGES/django.po index 7104ee6a4f..66d4a14188 100644 --- a/apps/main/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/main/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" diff --git a/apps/main/locale/ru/LC_MESSAGES/django.mo b/apps/main/locale/ru/LC_MESSAGES/django.mo index 3c935877ba6566c8d83c41d39b90f3c48be2a370..3887cd65241e80e1940bba7c66595dea93e793a1 100644 GIT binary patch delta 21 ccmbO&Hd|~%C@Y7Nv4Wwgm9g38Sk`^4076{_+W-In delta 21 ccmbO&Hd|~%C@Y7dfr6o-m7&q*Sk`^4072pf%>V!Z diff --git a/apps/main/locale/ru/LC_MESSAGES/django.po b/apps/main/locale/ru/LC_MESSAGES/django.po index 65f0643f3b..1e8af9d1ec 100644 --- a/apps/main/locale/ru/LC_MESSAGES/django.po +++ b/apps/main/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: 2012-07-10 15:16+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" diff --git a/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo b/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo index ccbe61f325f7ee2eb70f80a99f67d55c7de5082e..33336ae7def9de69471fc0fba7315f0ba6858b5b 100644 GIT binary patch delta 90 zcmaFJ+`%$Ih4I`(RZsPdl9B=|ef{*zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG u)Z&SGG8{(63Wlau#%2>I?V23J7{%|Cn3rCfn4W5-kdhkj;yQUNqYePMvLBrQ delta 75 zcmeBRdB{9Lg>m^rRZkVJ0RIqO=c3falFa-(U6;g?R4WA|14AQS19M$N0|i4vD?_7+ eJ9qK>B<7`;CZ+>rQ&QtyTqhSXMo+%Ws0{#YZWoyV diff --git a/apps/metadata/locale/de_DE/LC_MESSAGES/django.po b/apps/metadata/locale/de_DE/LC_MESSAGES/django.po index f3cd24d248..d1bebf96d7 100644 --- a/apps/metadata/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/metadata/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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-07-10 11:12-0400\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: 2011-09-30 04:56+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:21 __init__.py:23 @@ -286,7 +285,8 @@ msgstr "" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." +"Metadata type: %(metadata_type)s successfully added to document " +"%(document)s." msgstr "" #: views.py:164 @@ -442,13 +442,13 @@ msgstr "" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can " -"be attached to a document. Examples of metadata types are: a client name, a " -"date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." msgstr "" diff --git a/apps/metadata/locale/en/LC_MESSAGES/django.mo b/apps/metadata/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/metadata/locale/en/LC_MESSAGES/django.po b/apps/metadata/locale/en/LC_MESSAGES/django.po index 826245db29..d17ef59c1e 100644 --- a/apps/metadata/locale/en/LC_MESSAGES/django.po +++ b/apps/metadata/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.mo b/apps/metadata/locale/es/LC_MESSAGES/django.mo index b1b29828ae659812647d12e5be54844aa9b78623..f1b1d2ca15f9ecfea935e8315e6f63a3f37e0637 100644 GIT binary patch delta 898 zcmXZaPizcv6u|L^c9)WEk*2$YNV`+*~N!ygDhAhF5$#z3`WM|f&i{Hh; z#-B7<5l06qLIk}@Zz4?^BoYUa_;Vtz63)I)Cz;IW_xtUeH}AdKrz5i?&s!In&kIBj zH;Swg5o?tQmmJ{MhNm#X?-iU~C^ETPWIgA{*3JKZ5iR!ju@B$lPK-5)Y{Wrq#$xDg zBt)KJ2Irc@NCykes);Rb`rr_@q8FauK`rnlp2xSi6?be9X-5}#<0R^HAMiB(#VvT0 zDwd$ZG*(cbn`t(5%i<>oDYO$J3_~2$N-tppR&f(PKutJ@qxc*5;y_Yl3@g})-*5%S zTIL%{VubyET#UoWC1ZxWj_@*S0aJJaKVdIs7)KrYSc_MY+;RdDfe-OP=qP z3SP;caIQE-yWsm}*RMNt@QBr4a-E>y6|H?v;ARu)u2kCU>ao(@iBu-ry}kOR@n*F@ Z-dnvD&n+8viutmWC(QMyf5ZnG{sE&Qb7uem delta 846 zcmXZaPe{{Y9LMobn!n7X>2Nc3>8zzp&HM>LtYng<5F(KVf-4$MWS~EUIZ#4=Cl94` z`9VRK@D>tT4FnGnRN^H(bP?*@LGb3KqwjAGo;|PU_x$}n-)DPc@5VkPD*Z2~qz4hH zNm95`qNs-|iFeRp+{3*Jsdz!UNdG{~|M4lj%J(X!v4l7A7%$_snAC>jWedoV0=$k} zG5PAD@rMrEI80>=`!InMX#LAn7T_zK!;jdFt*ufQ-orsGqOIG;C-@sX@fJ~>#T@pd zhqi8`&6h@K{Gh|dhPXsBG>jH$2J3JMui!JZ4YzO{5AZg2w@VMv!(RN3VLV2=kaLM2 zc40NTNKwkCwiG@>3t$a1_!$SVnbkEoiB&j_?5R9*IjvzcZej=Sq6K<{^%y1{c98_y z(+=V}oGk0-Xjp0&&~Ek|Ez(bDDciv)enZ>v7gBUYWe3)Cn$5p~mZ>!In!1l6oX7LH zg0|l}S_WPscl7m!hHdnW90r-F7}~*Uw19GG^PZM{fezmr$WpyU`xEb@ z&HsxQK!{tO!6rOyxoD?RMMp;|={ybv?<28lw=eFxDYrlP8CkCx$`%&$bNQ^73^LJl Z?P%7UEoNtDQt_EW@H#qGs%X4hcLISxUYY;^ diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.po b/apps/metadata/locale/es/LC_MESSAGES/django.po index 336fae783e..75b4d80724 100644 --- a/apps/metadata/locale/es/LC_MESSAGES/django.po +++ b/apps/metadata/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 12:49+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:21 __init__.py:23 @@ -140,9 +139,7 @@ msgstr "búsqueda" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Introduzca una cadena para ser evaluada. Ejemplo: [user.get_full_name() for " -"user in User.objects.all ()].%s" +msgstr "Introduzca una cadena para ser evaluada. Ejemplo: [user.get_full_name() for user in User.objects.all ()].%s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -289,18 +286,15 @@ msgstr "Editar metadatos para documentos: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." -msgstr "" -"Typo de metadatos: %(metadata_type)s agregado exitosamente al documento " +"Metadata type: %(metadata_type)s successfully added to document " "%(document)s." +msgstr "Typo de metadatos: %(metadata_type)s agregado exitosamente al documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "" -"Typo de metadatos: %(metadata_type)s ya esta presente en el documento " -"%(document)s." +msgstr "Typo de metadatos: %(metadata_type)s ya esta presente en el documento %(document)s." #: views.py:188 #, python-format @@ -317,17 +311,13 @@ msgstr "Agregar tipo de metadato a los documentos: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "" -"Se elimino exitosamente el tipo de metadatos: %(metadata_type)s del " -"documento: %(document)s." +msgstr "Se elimino exitosamente el tipo de metadatos: %(metadata_type)s del documento: %(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "" -"Se elimino exitosamente el tipo de metadatos: %(metadata_type)s de los " -"documentos: %(document)s." +msgstr "Se elimino exitosamente el tipo de metadatos: %(metadata_type)s de los documentos: %(document)s." #: views.py:281 #, python-format @@ -415,8 +405,7 @@ msgstr "Conjunto de metadatos: %s eliminado exitosamente." #: views.py:508 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" -"Error: %(error)s, eliminando el conjunto de metadatos: %(metadata_set)s" +msgstr "Error: %(error)s, eliminando el conjunto de metadatos: %(metadata_set)s" #: views.py:519 #, python-format @@ -446,11 +435,7 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "" -"Un conjunto de metadatos es un grupo de uno o más tipos de metadatos. Los " -"conjuntos de metadatos son útiles cuando se crean nuevos documentos; " -"seleccionar un conjunto de metadatos, automáticamente asocia los tipos de " -"metadatos que contenga a dicho documento." +msgstr "Un conjunto de metadatos es un grupo de uno o más tipos de metadatos. Los conjuntos de metadatos son útiles cuando se crean nuevos documentos; seleccionar un conjunto de metadatos, automáticamente asocia los tipos de metadatos que contenga a dicho documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -458,23 +443,13 @@ msgstr "¿Cuáles son los tipos de metadatos?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can " -"be attached to a document. Examples of metadata types are: a client name, a " -"date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." -msgstr "" -"Un tipo de metadatos define las características de un valor de algún tipo " -"que se puede conectar a un documento. Ejemplos de tipos de metadatos son: " -"un nombre de cliente, una fecha o un proyecto al que pertenecen varios " -"documentos. El nombre de un tipo de metadatos es el identificador interno " -"con el que se puede hacer referencia en otros módulos como el módulo de " -"indexación, el título es el valor que se muestra a los usuarios, el valor " -"por defecto es el valor que una instancia de este tipo de metadatos tendrá " -"inicialmente, y el valor de búsqueda vuelve a una instancia de metadatos de " -"este tipo en una lista de opciones donde las opciones son el resultado de la " -"ejecución del valor de búsqueda." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." +msgstr "Un tipo de metadatos define las características de un valor de algún tipo que se puede conectar a un documento. Ejemplos de tipos de metadatos son: un nombre de cliente, una fecha o un proyecto al que pertenecen varios documentos. El nombre de un tipo de metadatos es el identificador interno con el que se puede hacer referencia en otros módulos como el módulo de indexación, el título es el valor que se muestra a los usuarios, el valor por defecto es el valor que una instancia de este tipo de metadatos tendrá inicialmente, y el valor de búsqueda vuelve a una instancia de metadatos de este tipo en una lista de opciones donde las opciones son el resultado de la ejecución del valor de búsqueda." diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.mo b/apps/metadata/locale/it/LC_MESSAGES/django.mo index 2565802314ce2a78862fb3464d98a6f99b785c97..cc1785dae0d83ea0c817c1e3d7d84632cfd82775 100644 GIT binary patch delta 892 zcmXZZ%}W$<7{Ku-T};=dHDujtO*b=3YZ_fMWg&=^s9f1n>6MIW+txkoPR-6rb!dp9 z{s24o;x)m*V?0>lk5RvSgFNzu zpAi1VI;`ywVWflu0*j!>cpA@<-$iZo4Z|2=x%y!o^~l?h&Bo-E~vZ(P`hmlD6$a(Vwnf+?#Vtw&zwHujqPq$+_;7?P8@; z%~!(5vy;}amv{W4Tee0VKc7yfdizpV@1T|HPxcL@`}fa2iM^b?(Q-DNamt0NQ{a`w IcP(D@ANlQXY5)KL delta 831 zcmXZaPe@cz6vy$O&M-}BP9igDPR{rz9dSgTV98*$NF;1RY*RS>Q6$8Lwn_Tq;;jVt z1ESk#k(44?i*Q#Pbt8!3rcJ2}B}8JNg^T*+HSmBRog}3nvo**?;OEp4W$8j7)E3k&PU;(q3X0ZDYLEqDPlXdAqPDICYUIE%M%4+k*COLm~wX!G8p&HKzF zh&vdc|C^wKpn#V!%*9))>hUb5(Z;W$b!5QhLud<5p}jwkw%{8#{t1i8x3Cny zqaEOv^8k~quVVr$RL+H4p*FND=yKjhYt;kiOE*4;*5Y^0FBl}>KuT&8X|4)r^C44|`pnIh`^f;1VipIlUd(!hVUPpc_`n5DWJTW>sJo+?~9DAP6$8swt Hv1gG}`Mh2i diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.po b/apps/metadata/locale/it/LC_MESSAGES/django.po index da739fed65..4ccac3cf0a 100644 --- a/apps/metadata/locale/it/LC_MESSAGES/django.po +++ b/apps/metadata/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-03-21 13:22+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:21 __init__.py:23 @@ -141,9 +140,7 @@ msgstr "lookup" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Inserisci una stringa per la valutazione. Esempio: [user.get_full_name() " -"per l'utente User.objects.all()].%s" +msgstr "Inserisci una stringa per la valutazione. Esempio: [user.get_full_name() per l'utente User.objects.all()].%s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -261,8 +258,7 @@ msgstr "Errore nella cancellazione degli indici di documento;%s" #: views.py:99 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "" -"Errore nella modifica dei metadata per il documento %(document)s; %(error)s." +msgstr "Errore nella modifica dei metadata per il documento %(document)s; %(error)s." #: views.py:102 #, python-format @@ -291,17 +287,15 @@ msgstr "Modifica metadata per i documenti: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." -msgstr "" -"Tipo metadata: %(metadata_type)s aggiunto con successo al documento " +"Metadata type: %(metadata_type)s successfully added to document " "%(document)s." +msgstr "Tipo metadata: %(metadata_type)s aggiunto con successo al documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "" -"Tipo Metadata: %(metadata_type)s già presente per il documento %(document)s." +msgstr "Tipo Metadata: %(metadata_type)s già presente per il documento %(document)s." #: views.py:188 #, python-format @@ -318,17 +312,13 @@ msgstr "Aggiungi tipo metadata ai documents: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "" -"Rimuovere con successo tipo di metadati: %(metadata_type)s per il " -"documento: %(document)s." +msgstr "Rimuovere con successo tipo di metadati: %(metadata_type)s per il documento: %(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "" -"Errore durante la rimozione dei metadati di tipo: %(metadata_type)s per il " -"documento: %(document)s." +msgstr "Errore durante la rimozione dei metadati di tipo: %(metadata_type)s per il documento: %(document)s." #: views.py:281 #, python-format @@ -446,11 +436,7 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "" -"Un insieme di metadati è un gruppo di uno o più tipi di metadati. Set di " -"metadati sono utili durante la creazione di nuovi documenti e, selezionando " -"un set di metadati allega automaticamente è membro tipi di metadati per " -"documentare detto." +msgstr "Un insieme di metadati è un gruppo di uno o più tipi di metadati. Set di metadati sono utili durante la creazione di nuovi documenti e, selezionando un set di metadati allega automaticamente è membro tipi di metadati per documentare detto." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -458,23 +444,13 @@ msgstr "Cosa sono i tipi di metadati?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can " -"be attached to a document. Examples of metadata types are: a client name, a " -"date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." -msgstr "" -"Un tipo di metadati definisce le caratteristiche di un valore di qualche " -"tipo che può essere collegato a un documento. Esempi di tipi di metadati: il " -"nome del client, una data o un progetto a cui appartengono diversi " -"documenti. Il nome di un tipo di metadati è l'identificatore interno con il " -"quale possono essere pubblicati da altri moduli come il modulo di " -"indicizzazione, il titolo è il valore che viene mostrato agli utenti, il " -"valore predefinito è il valore di un'istanza di questo tipo di metadati avrà " -"inizialmente, e il valore di ricerca si trasforma un'istanza di metadati di " -"questo tipo in un elenco di opzioni di scelta che sono il risultato della " -"esecuzione di codice la ricerca di." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." +msgstr "Un tipo di metadati definisce le caratteristiche di un valore di qualche tipo che può essere collegato a un documento. Esempi di tipi di metadati: il nome del client, una data o un progetto a cui appartengono diversi documenti. Il nome di un tipo di metadati è l'identificatore interno con il quale possono essere pubblicati da altri moduli come il modulo di indicizzazione, il titolo è il valore che viene mostrato agli utenti, il valore predefinito è il valore di un'istanza di questo tipo di metadati avrà inizialmente, e il valore di ricerca si trasforma un'istanza di metadati di questo tipo in un elenco di opzioni di scelta che sono il risultato della esecuzione di codice la ricerca di." diff --git a/apps/metadata/locale/pl/LC_MESSAGES/django.mo b/apps/metadata/locale/pl/LC_MESSAGES/django.mo index bdd40f0ca1acba922076d11d768ddbabbc097a46..0aea157931e9b279db354ef6c28a589d6f6cca83 100644 GIT binary patch delta 173 zcmey$HivyeN$77z28LiDW@TVt@Mnh5p+K4w$d887sX&?o$j^t$S3vo7K$;CG-VUUJ zh@lTifb>n8cyhmbMoCG5mA-y@W=TeAl3sFtu6|K|abi(sevy7|Vr62Uer9oTX=?H0 q4n`RcBVz?aQ!8V$$!i!lOwMGA;_*q$OD|1KPqk7g$eDbIX)^%ea3<6M delta 133 zcmbQk{*`S)N$3?u28LiDW@TVt&|rqpdO(^J$Txw~c0if~$oGKC2SWMbK$;CGo&cnQ zh#?(Ffb?ZgJh^}JdPW%zLjwgvLn}k0$(I>7@c1O=rI#kAr&=i#, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-20 17:15+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:21 __init__.py:23 msgid "edit metadata" @@ -288,7 +286,8 @@ msgstr "" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." +"Metadata type: %(metadata_type)s successfully added to document " +"%(document)s." msgstr "" #: views.py:164 @@ -444,13 +443,13 @@ msgstr "" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can " -"be attached to a document. Examples of metadata types are: a client name, a " -"date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." msgstr "" diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.mo b/apps/metadata/locale/pt/LC_MESSAGES/django.mo index 901f11dfee4d9a63ba19af0982f62b728cfbc33d..b83c5cd3d0b0e46eba70773cc9890234acd8025b 100644 GIT binary patch delta 893 zcmXZaOK1~e5Ww*gC?5?Mu@TaSj1xL3#rnBu$Him+HBcu1VP!0 z_^2RgMetC;g9wTcEGP&S5f4S7-n{6|yY-+5p8O9Dg#6}v&U}+R9GM?!_OA@StPnZX zC9+vW`ZkDc#C@2>QH-#D3*UxB?y}g&{BXC(F1&9*iR>n@t8>o4n zVjkc3NFW)4-%J=dutlUF591(SL_Tt#uT9uQ2S4F<%yGLGFop;4HtPA$coKi1i3fW{ zR-=cS?<(%Vm%V|AMewz?&~1ps8JCgA$T)UlfO_#g9KhFD#_zZvliNhj;04sqe86?M zg!+&WZ3|-(+c1qRNg*KENpKcZcpdekSEwzDC6+56!U*FdXy7r_R=TJKPa{X<3G!(9 zi0ko3Yy1~=f1FpuFpFA9P$JM5TBrv{TMG@;mR& zrbKB|2otyl2XPhVQ4^QYAir1yoRJD@!fDjjJwX1K@(eZMJZgd8Pz(BpT2Lqb)%^(! zV*y!`y_iHBb>AJ-LS|75c#dIdr_}@zCf>{?qvtw~PWb**(KMZ^KhZd!9(N~A&#l{D z)%DCt`-)vNtMz)LQjeWDemZr?tJr?kt)(p6uM~}3CYwuT_M~!oBfGnpFU-8?dN*@9 UKGt5gYfi&<*fKS@7+>i458KLc#sB~S delta 831 zcmXZaOGs346vy#jDi#?(8e&Nx>aHR&;4-3=m&2|+3-^nl13H3pO-q6f6-27(|i z6b1wl7owo63e-)MOVfoSx@?i)u1%Z3MUs6F3=H!*^Z%d!J?DS!eCwO*`<%%0*Dgqd zj#Mq_Z$!F`kxI$KB<8c9#xDUW!)86}^)=FU?7^G(5<74S+wmAJFBX+*u`}mmv^wvx z4d%8&`uLA4P#U`{--bQP91WDC92iV?7<4zz+JXrp_E{4ezZt>7G5gBxfK9icV!3oZW)gBWJsgsQ-1 zOrhnCqBZgct$_&)s)SJ!FMP7^Rc`2_od+2P1dehG{uhW^QDfh*z N>`dh0`e|f4{2$aGSq}gJ diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.po b/apps/metadata/locale/pt/LC_MESSAGES/django.po index ee790e4c62..2ab776534d 100644 --- a/apps/metadata/locale/pt/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-04 17:47+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:21 __init__.py:23 @@ -142,9 +141,7 @@ msgstr "escolhas" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name() for user " -"in User.objects.all()].%s" +msgstr "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name() for user in User.objects.all()].%s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -291,17 +288,15 @@ msgstr "Editar os metadados dos documentos: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." -msgstr "" -"Tipo de metadados: %(metadata_type)s adicionado com sucesso ao documento " +"Metadata type: %(metadata_type)s successfully added to document " "%(document)s." +msgstr "Tipo de metadados: %(metadata_type)s adicionado com sucesso ao documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "" -"Tipo de metadados: %(metadata_type)s já existe no documento %(document)s ." +msgstr "Tipo de metadados: %(metadata_type)s já existe no documento %(document)s ." #: views.py:188 #, python-format @@ -318,17 +313,13 @@ msgstr "Adicionar tipo de metadados aos documentos: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "" -"Tipos de metadados removidos com sucesso: %(metadata_type)s do documento: " -"%(document)s." +msgstr "Tipos de metadados removidos com sucesso: %(metadata_type)s do documento: %(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "" -"Erro ao remover tipo de metadados: %(metadata_type)s do documento: " -"%(document)s." +msgstr "Erro ao remover tipo de metadados: %(metadata_type)s do documento: %(document)s." #: views.py:281 #, python-format @@ -446,11 +437,7 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "" -"Um conjunto de metadados é um grupo de um ou mais tipos de metadados. " -"Conjuntos de metadados são úteis na criação de novos documentos; " -"selecionando um conjunto de metadados, automaticamente atribui os tipos de " -"metadados membros desse conjunto ao documento." +msgstr "Um conjunto de metadados é um grupo de um ou mais tipos de metadados. Conjuntos de metadados são úteis na criação de novos documentos; selecionando um conjunto de metadados, automaticamente atribui os tipos de metadados membros desse conjunto ao documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -458,22 +445,13 @@ msgstr "O que são tipos de metadados?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can " -"be attached to a document. Examples of metadata types are: a client name, a " -"date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." -msgstr "" -"Um tipo de metadados define as características de um valor de algum tipo que " -"pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome " -"de cliente, uma data ou um projeto ao qual pertencem vários documentos. O " -"nome de um tipo de metadados é o identificador interno através do qual ele " -"pode ser referenciado pelos outros módulos, como o módulo de indexação, o " -"título é o valor que é mostrado para os utilizadores, o valor padrão é o " -"valor que uma instância desse tipo de metadados terá inicialmente, e o valor " -"de escolhas torna uma instância de um metadado deste tipo numa lista de " -"opções, cujos componentes são o resultado da execução do código da pesquisa." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." +msgstr "Um tipo de metadados define as características de um valor de algum tipo que pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome de cliente, uma data ou um projeto ao qual pertencem vários documentos. O nome de um tipo de metadados é o identificador interno através do qual ele pode ser referenciado pelos outros módulos, como o módulo de indexação, o título é o valor que é mostrado para os utilizadores, o valor padrão é o valor que uma instância desse tipo de metadados terá inicialmente, e o valor de escolhas torna uma instância de um metadado deste tipo numa lista de opções, cujos componentes são o resultado da execução do código da pesquisa." diff --git a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo index a33f4e7d62a0795ee6e4e76ebd5619a9814ee5fc..9d0305581ec138e79bf88c713136b57b625af73c 100644 GIT binary patch delta 866 zcmXZa%WG3X6vy#j)26Lbj8&4h8ogJmsYRPhjCFAlpNOFGQAJTfF(LD;>irOyhGrjqlONHd@|TQreG~JC@MuEMNxT zCKbvfSYyJ)=sxKXrtmOcK|XrI*9gAGGOpke9A@`%Jck$YacBGqrx>rJ9c03hw&6WI zfiq~oUvfg}0>M`%tdXcIC2$fsgmO5DMYP7AVG5V=8h*nw7(c+~cpI(Y2eiC(?7;}v z(T9D=lwxRknUG+D-~ryjMa<$~w2l*_G=(m@m_ob4OK6QwBdKblZTtpz;}_)c`h}MN zAGhNGr?5tb&<++l1eTcTEZjgVd>6M0pd~iZo?;QXEUjQKe#f2o6M04b!3b{P0Cw?? z{kQ|S3Zu)|K~h4UC9r~d+=Uh7|EPJif=g%(enx9(4XvRzTK)$1;2`%+s05DVDYU#t zXoa74e1Vp~fKhczuU1ETugAuU_4=Ied4*EF*qBbwRA#+ur5036m8v%zG=s8Ns?{3# sTB{gO_8-r>nMpr;vh_0lyH!uzkL7}Lp%E1FzB^Zcc>d<OV delta 826 zcmXZay-QnB7{~FSQKJo|(MqDRX}!Lc#`mkzAr_@tp@>?Hpp^_IVAV+!6dVc{97J3k zG6)VWxD`Q!IN4Pf{{f4FbP+R)8Z6T># zQZ_7=VM(b}j}7SK{4;L)q$Gz`>=(S?4C}B7N3j!^Fpm3Zaf(W>p!(5nv^*(v@mo}$ znpteI;ou3@;2qXt%}a@)KBfpx;WRGd8@$FCmXoCyKcGFY;1KShUBq7@J;7FN$9HJI zpRMqu9v16tSRp4!6ZFiHxP)r47~i86HjJ-v0SEC1cHuu9!=}oIgv)4gJD7*ZSb%?! zp}$O4SiqxCjV#{c2##YL{z9wx67%sE9lS$pp;P@(Xa};T1lk|ZV+pPym)9m*`~e2= z6s?dew2OIJ78V%bdUg;)OYEX`q5~~3fplBrNRzaPe%!z!{E56Z?V=A4@hKi*A)ev? z#OUyxMTVycFWM4z;&c3ne2+?^C7eYoa22hfEwqC6(c%v=56_XIOQslx=)c8vp(P%A zbPO#%h55>rCNdHKr(k+D6fJaH9M_Gzt?5kYcd$P-JvpD6{2F&==Du_%(ktO)<|h0- Fcn|bSUC96d diff --git a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po index ca6f1cd427..ca82a95baf 100644 --- a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:21 __init__.py:23 @@ -141,9 +140,7 @@ msgstr "pesquisa" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name()para o " -"usuário em User.objects.all()]. %s" +msgstr "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name()para o usuário em User.objects.all()]. %s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -290,17 +287,15 @@ msgstr "Editar os metadados do documentos: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." -msgstr "" -"Tipo de metadados: %(metadata_type)s adicionado com sucesso para documento " +"Metadata type: %(metadata_type)s successfully added to document " "%(document)s." +msgstr "Tipo de metadados: %(metadata_type)s adicionado com sucesso para documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "" -"Tipo de metadados: %(metadata_type)s já presente no documento %(document)s ." +msgstr "Tipo de metadados: %(metadata_type)s já presente no documento %(document)s ." #: views.py:188 #, python-format @@ -317,17 +312,13 @@ msgstr "Adicionar tipo de metadados aos documentos: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "" -"Tipos de metadados removidos com êxito: %(metadata_type)s do documento: " -"%(document)s." +msgstr "Tipos de metadados removidos com êxito: %(metadata_type)s do documento: %(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "" -"Erro ao remover tipo de metadados: %(metadata_type)s do documento: " -"%(document)s." +msgstr "Erro ao remover tipo de metadados: %(metadata_type)s do documento: %(document)s." #: views.py:281 #, python-format @@ -445,11 +436,7 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "" -"Um conjunto de metadados é um grupo de um ou mais tipos de metadados. " -"Conjuntos de metadados são úteis na criação de novos documentos; " -"selecionando um conjunto de metadados, automaticamente atribui tipos de " -"metadados membros desse conjunto ao documento." +msgstr "Um conjunto de metadados é um grupo de um ou mais tipos de metadados. Conjuntos de metadados são úteis na criação de novos documentos; selecionando um conjunto de metadados, automaticamente atribui tipos de metadados membros desse conjunto ao documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -457,22 +444,13 @@ msgstr "Quais são os tipos de metadados?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can " -"be attached to a document. Examples of metadata types are: a client name, a " -"date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." -msgstr "" -"Um tipo de metadados define as características de um valor de algum tipo que " -"pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome " -"de cliente, uma data ou um projeto ao qual pertencem vários documentos. O " -"nome de um tipo de metadados é o identificador interno com o qual ele pode " -"ser referenciado pelos outros módulos, como o módulo de indexação, o título " -"é o valor que é mostrado para os usuários, o valor padrão é o valor de uma " -"instância desse tipo de metadados terá inicialmente, o valor de pesquisa e " -"vira um exemplo de um metadados deste tipo em uma lista de escolha de quais " -"opções são o resultado da execução a pesquisa de código." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." +msgstr "Um tipo de metadados define as características de um valor de algum tipo que pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome de cliente, uma data ou um projeto ao qual pertencem vários documentos. O nome de um tipo de metadados é o identificador interno com o qual ele pode ser referenciado pelos outros módulos, como o módulo de indexação, o título é o valor que é mostrado para os usuários, o valor padrão é o valor de uma instância desse tipo de metadados terá inicialmente, o valor de pesquisa e vira um exemplo de um metadados deste tipo em uma lista de escolha de quais opções são o resultado da execução a pesquisa de código." diff --git a/apps/metadata/locale/ru/LC_MESSAGES/django.mo b/apps/metadata/locale/ru/LC_MESSAGES/django.mo index d33a150de418aaf1e0ead27cae92d691e1c772d3..6643841fb4c708d0c4f23eb716bdec4a7a7e4cd3 100644 GIT binary patch delta 894 zcmXZaJ!n%=6u|LgD?w`gXtB{$v{7Sft1mAf{W4J$Y=hc@u@s>l+Pq3k9@4}nFBAn0 z6h(1S3`O0FgCH)IOb#M+=pZhli zjJAm!6p^W&A_wpmp225$eS^qvTyGSa^@$v1e{xU#`$srT{1wv}+AA`K_wWRM#{>pC zM0zldVO+o*u5?I623eSX`LBaX;+J?HWuM4N7{vjsVg=t~97p!^!P_{CA5aTQa*G@I z08`i!5ZQs#ID~U}1YZTnHo@Wt8xb6$4dj+NJcN&NH!fp8en#zpH%Kx};W*aN!7ZI4 z$8a8LioC`PxP~6=A?a33;Bh=#VR4$p9oKhQCT{PlxA;D8Cth{^iTcMss4b0m*IQb^ zDDk2jzej47jfWWvb|YIdj(VY+*ou`!7TSs$>J7i3R=A5zJ-8DoUIviyOB#Fe8tQ>d z*pA=O#J{K=2pJ*`cp3G;JT~E7)VvGWr_+4OBF4rV>Wo?_m-it-*Cd9CFQFdz5OqXv zP!q4Cwt5q%Ym0-JKm+y7*vK=GC#W}GK`r1TdSo-RcQ=03x;&HHhI5W{C2pEo+sT!u zLl+A(X0cGRiguxB&RAEiylIz8!qtWg6+6~N&JV$F&>nn zn8gvC3d&UnK}ASw_TqW+$9M^s@C-KZqd2^aF22A7Htv^tFpXn4jaE>QS3JZ!n8Fg) zU@|P7!xXmQlQ5_C5iGLcU_EW%Y^CrJj^l28hOIb{)`8zRh>-)*b)3X|_!CcK|3QhS z=qX;qIrQTu4&973*oF-*K_@}R^CjlU|DuiHc0}5WMb8gtAAUt^X?4?jOFJ<}KH=rB zkQ(&^kD#wvB2*0RK{s$ax)TJ}ib=E=zD29>58B1HN%7i-j9+m)fmhHje1yC3Js!nx zXdNg&EN#FJv, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-27 04:25+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:21 __init__.py:23 msgid "edit metadata" @@ -141,9 +139,7 @@ msgstr "поиск" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Введите строку для вычисления. Пример: [user.get_full_name() for user in " -"User.objects.all()].%s" +msgstr "Введите строку для вычисления. Пример: [user.get_full_name() for user in User.objects.all()].%s" #: models.py:33 models.py:58 views.py:353 views.py:398 msgid "metadata type" @@ -261,8 +257,7 @@ msgstr "Ошибка при удалении индексов документа #: views.py:99 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "" -"Ошибка редактирования метаданных для документа %(document)s; %(error)s." +msgstr "Ошибка редактирования метаданных для документа %(document)s; %(error)s." #: views.py:102 #, python-format @@ -291,9 +286,9 @@ msgstr "Редактирование метаданных для докумен #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." -msgstr "" -"Тип метаданных: %(metadata_type)s успешно добавлены к документу %(document)s." +"Metadata type: %(metadata_type)s successfully added to document " +"%(document)s." +msgstr "Тип метаданных: %(metadata_type)s успешно добавлены к документу %(document)s." #: views.py:164 #, python-format @@ -316,17 +311,13 @@ msgstr "Добавляйте метаданные типа документов: msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "" -"Метаданные типа: %(metadata_type)s успешно удалены из документа: " -"%(document)s." +msgstr "Метаданные типа: %(metadata_type)s успешно удалены из документа: %(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "" -"Ошибка удаления метаданных, наберите:%(metadata_type)s из документа: " -"%(document)s ." +msgstr "Ошибка удаления метаданных, наберите:%(metadata_type)s из документа: %(document)s ." #: views.py:281 #, python-format @@ -444,10 +435,7 @@ msgid "" "A metadata set is a group of one or more metadata types. Metadata sets are " "useful when creating new documents; selecing a metadata set automatically " "attaches it's member metadata types to said document." -msgstr "" -"Набор метаданных это группа из одного или более типов метаданных. Наборы " -"метаданных полезны при создании новых документов; указание набора " -"метаданных автоматически добавляет метаданные набора к документу." +msgstr "Набор метаданных это группа из одного или более типов метаданных. Наборы метаданных полезны при создании новых документов; указание набора метаданных автоматически добавляет метаданные набора к документу." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -455,25 +443,13 @@ msgstr "Что такое типы метаданных?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can " -"be attached to a document. Examples of metadata types are: a client name, a " -"date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." -msgstr "" -"Тип метаданных определяет характеристики информации которая может быть " -"присоединена к документу. Примеры типов метаданных : имя клиента, дата или " -"проект, к которому принадлежат несколько документов. Имя типа метаданных " -"является внутренним идентификатором, на который могут ссылаться другие " -"модули, такие как модуль индексирования\n" -"\n" -"Имя это значение, которое показано пользователям\n" -"\n" -"Значение по умолчанию - значение экземпляра этого типа метаданных будет на " -"начальном этапе,\n" -"\n" -"Краткое имя служит для выбора из списка значений в результатах поиска." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value turns an instance of a metadata " +"of this type into a choice list which options are the result of the lookup's" +" code execution." +msgstr "Тип метаданных определяет характеристики информации которая может быть присоединена к документу. Примеры типов метаданных : имя клиента, дата или проект, к которому принадлежат несколько документов. Имя типа метаданных является внутренним идентификатором, на который могут ссылаться другие модули, такие как модуль индексирования\n\nИмя это значение, которое показано пользователям\n\nЗначение по умолчанию - значение экземпляра этого типа метаданных будет на начальном этапе,\n\nКраткое имя служит для выбора из списка значений в результатах поиска." diff --git a/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo b/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo index 8b9c8afe340831389011b06a6bd4ff550292db72..309eb2ac2f03741b907daf9ee41e9a3a3bfac0b6 100644 GIT binary patch delta 142 zcmeBS-OM_{M)m79q`*pFKRvS~qclk` zIX_pwD8D$dC^NrEKR2;5F;73UxVSX6m@B|PMAx|}HL)Z!KTp>su_V<>!N|bSNY}tz o*T`7G(A3Jja!_Yv%(9p`zXtF%x e8GfI{y!6t<^i(T_l+<_^*U7IKqbG+l#Q^}37ZZU1 diff --git a/apps/navigation/locale/de_DE/LC_MESSAGES/django.po b/apps/navigation/locale/de_DE/LC_MESSAGES/django.po index 649d02dd00..310cec023e 100644 --- a/apps/navigation/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/navigation/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-04-20 09:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/en/LC_MESSAGES/django.mo b/apps/navigation/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/navigation/locale/en/LC_MESSAGES/django.po b/apps/navigation/locale/en/LC_MESSAGES/django.po index 32efb28207..6c22aba757 100644 --- a/apps/navigation/locale/en/LC_MESSAGES/django.po +++ b/apps/navigation/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/navigation/locale/es/LC_MESSAGES/django.mo b/apps/navigation/locale/es/LC_MESSAGES/django.mo index 01f93cdf8647decd3649279d4a2067b7b352e78c..cafca5243471ce8304d6ec8f3875447d34e808eb 100644 GIT binary patch delta 143 zcmdnUdWLm^jqEK(28Q_z3=9fDT*bt|paG<318H_3ePm)}wRc8INr9EVetKp}Mro2> za(=FUQGRh^QD%OTer{rAVxE3xadByCF;{?ph^}){YGO%dex9yNVo9o%f{}rtk*, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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: 2011-11-04 16:58+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/it/LC_MESSAGES/django.mo b/apps/navigation/locale/it/LC_MESSAGES/django.mo index 5efa409568f4e441802b52508ae2cd7c20f06468..c76f21a64165c7ec9ab33f463a4325438f0a455d 100644 GIT binary patch delta 137 zcmaFOGKqD9jqEl?28Q_z3=9%L9LB`JAOocHfix?S?wJ@_?VV9lQedU8pPpHgQJSQe zoS&;-lwX`!l$l?opPN{jn5UmvTwI!3%oX4tqU&6gnpl#VpQr1RSdwa`U}Ruuq-$WV jYhja!_Yv%(9p`zXtF%x bQXZegy!6t<^i(T_%#z868KWm_Go=FnM-dU_ diff --git a/apps/navigation/locale/it/LC_MESSAGES/django.po b/apps/navigation/locale/it/LC_MESSAGES/django.po index 3d8bb2d30c..9094749e44 100644 --- a/apps/navigation/locale/it/LC_MESSAGES/django.po +++ b/apps/navigation/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Carlo Zanatto <>, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-08 07:22+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/pl/LC_MESSAGES/django.mo b/apps/navigation/locale/pl/LC_MESSAGES/django.mo index f0f942f1fa81f6ab01d0bcff4f82f4cfd3fab575..cd05c8779bb45f5a431e6ac6a0088df482be2757 100644 GIT binary patch delta 139 zcmZ3?dWv;|jqGnm28Q_z3=D!mJe!GuK@3Q*1=6fQ`pCq{YVVAak^(Dz{q)R|jM5~% zjqDXh28Q_z3=D!mT*Ab_AO@t{fHW(Ro;xwJdg5;x4nqS4LqjV=qsj7& b8+d#Y^U_Nb(^IV!3UVf&V~n0`#xw;0c$gCw diff --git a/apps/navigation/locale/pl/LC_MESSAGES/django.po b/apps/navigation/locale/pl/LC_MESSAGES/django.po index 3581e57af1..18ae39e355 100644 --- a/apps/navigation/locale/pl/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02-21 20:59+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: forms.py:14 msgid "Multi item action" diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.mo b/apps/navigation/locale/pt/LC_MESSAGES/django.mo index f097337a5d3039ddf16cb478d9686587359c5a17..b2183845caefdd4c42fb5901d0c3043d1fa3fc3f 100644 GIT binary patch delta 138 zcmeBS-OM_{M)o`-1H*g<1_mi0&Szp^Pz2IlK$;CmubCKG?VV9lQedU8pPpHgQJSQe zoS&;-lwX`!l$l?opPN{jn5UmvTwI!3%oX4tqU&6gnpl#VpQr1RSdwa`U}Ruuq-$WV kYhja!_Yv%(9p`zXtF%x bJ|3UMy!6t<^i(T_f|AL17^5e, 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 12:01+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo index 7cb51b25749d525a41385db85cfa9ce12d5317df..71a88892d40db2ee7621605491b3384c6648f4f8 100644 GIT binary patch delta 142 zcmZ3;dV+O=jqGbi28Q_z3=HBx+|9(mAPb}y18FuOeQ;uAwRc8INr9EVetKp}Mro2> za(=FUQGRh^QD%OTer{rAVxE3xadByCF;{?ph^}){YGO%dex9yNVo9o%f{}rtk*j# diff --git a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po index 8f22ff2e63..d2e6db34a5 100644 --- a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: forms.py:14 diff --git a/apps/navigation/locale/ru/LC_MESSAGES/django.mo b/apps/navigation/locale/ru/LC_MESSAGES/django.mo index 41921f9f5fdd0245413ee8aa214dc9c66f313e36..9abae389402b8949c16cd91be75e22833d54e7f0 100644 GIT binary patch delta 140 zcmeysI-PBTjT{dX1H*g<1_nhSUIS!X1L<=>ng>X8F;9%D^3EtJDX`MlPtPpLC{5B! z&d=2^$}dhV%FHj)&rPgM%+t>-E-p7|M3Kov!$llhq*0ss%DDG>kw delta 77 zcmbQv_JMVRjoed428Q_z3=E1u+{(njU=5^~18E*0{g`QDRMo`aG8~2m3WkPOhDMX+ c88`CyB<7`;CZ?xaDHN4XKF=6E*_`PC0Iq=)Qvd(} diff --git a/apps/navigation/locale/ru/LC_MESSAGES/django.po b/apps/navigation/locale/ru/LC_MESSAGES/django.po index b61fc1167b..b28b8021e4 100644 --- a/apps/navigation/locale/ru/LC_MESSAGES/django.po +++ b/apps/navigation/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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: 2011-11-19 21:05+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: forms.py:14 msgid "Multi item action" diff --git a/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo b/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo index 2fc044f71c35538611d52d67c27c539d5bda4458..561e0d3682cdaca19603c92ade34bf61137bef11 100644 GIT binary patch delta 824 zcmXZaOGs2v7{KvQ@i8Vf=Jhevs56-)po|nH^&$i4U>ANy3s12hO&@!38bkQT zCytO)4p{KuUu?(!*nurq&I@>ecbUJ$Ui^icu>LARaRT++Q*6LbsQV643pcLO3_e6{ zY#YN^?sr6*7)1Rd%{Yw~uHil0Lrq*u)P9U%0H0$5chHLsjpv27qc&7PU0=Z{zCb;H zgq?VUqp&$xVJV6bq4da#`TK`Zp3CI}+mm$afL9zeFr2Yt?FDNoI{b}RU>EtmRKfpag=5H(n$bqwgO>OvTD*_eaIv%!iX1st zox48dbU*gWfmdLkoe}1wsoiFhCzCV)AEc}h! KEsaHQg#QC%=wd1W diff --git a/apps/ocr/locale/de_DE/LC_MESSAGES/django.po b/apps/ocr/locale/de_DE/LC_MESSAGES/django.po index 22eaee5077..d682d93d41 100644 --- a/apps/ocr/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/ocr/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:32 __init__.py:33 @@ -47,9 +46,7 @@ msgstr "Seiteninhalt aufräumen" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "" -"Lässt einen Sprachfilter über den erkannten Inhalt laufen, um häufige " -"Erkennungsfehler zu beseitigen." +msgstr "Lässt einen Sprachfilter über den erkannten Inhalt laufen, um häufige Erkennungsfehler zu beseitigen." #: __init__.py:44 msgid "queue document list" @@ -254,8 +251,7 @@ msgstr "Warteschlangen-Dokumente %(document)s erfolgreich gelöscht." #: views.py:95 #, python-format msgid "Error deleting document: %(document)s; %(error)s" -msgstr "" -"Fehler beim Löschen der Warteschlangen-Dokumente %(document)s; %(error)s" +msgstr "Fehler beim Löschen der Warteschlangen-Dokumente %(document)s; %(error)s" #: views.py:108 #, python-format @@ -270,8 +266,7 @@ msgstr "Sind Sie sicher, dass die Warteschlangen-Dokumente %s löschen möchten? #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "" -"Dokument %(document)s wurde zu OCR-Warteschlange %(queue)s hinzugefügt." +msgstr "Dokument %(document)s wurde zu OCR-Warteschlange %(queue)s hinzugefügt." #: views.py:149 #, python-format @@ -281,9 +276,7 @@ msgstr "Dokument: %(document)s ist bereits in der Warteschlange." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" -"Das Dokument %(document)s wurde erneut in die OCR-Warteschlange: %(queue)s " -"eingestellt." +msgstr "Das Dokument %(document)s wurde erneut in die OCR-Warteschlange: %(queue)s eingestellt." #: views.py:184 #, python-format @@ -293,9 +286,7 @@ msgstr "Das Dokument mit id#: %d existiert nicht mehr." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" -"Das Dokument %s wird bereits verarbeitet und kann nicht erneut eingestellt " -"werden." +msgstr "Das Dokument %s wird bereits verarbeitet und kann nicht erneut eingestellt werden." #: views.py:200 #, python-format @@ -320,9 +311,7 @@ msgstr "Dokumenten-Warteschlange %s wurde angehalten." #: views.py:232 #, python-format msgid "Are you sure you wish to disable document queue: %s" -msgstr "" -"Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s deaktivieren " -"möchten?" +msgstr "Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s deaktivieren möchten?" #: views.py:247 #, python-format @@ -337,24 +326,19 @@ msgstr "Dokumenten-Warteschlange %s wurde erfolgreich aktiviert." #: views.py:259 #, python-format msgid "Are you sure you wish to activate document queue: %s" -msgstr "" -"Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s aktivieren möchten?" +msgstr "Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s aktivieren möchten?" #: views.py:276 msgid "Are you sure you wish to clean up all the pages content?" -msgstr "" -"Sind Sie sicher, dass Sie den gesamten erkannten Seiteninhalt bereinigen " -"möchten?" +msgstr "Sind Sie sicher, dass Sie den gesamten erkannten Seiteninhalt bereinigen möchten?" #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Auf großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." +msgstr "Auf großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." #: views.py:283 msgid "Document pages content clean up complete." -msgstr "" -"Bereinigung des erkannten Dokumenten-Seiteninhalts wurde abgeschlossen." +msgstr "Bereinigung des erkannten Dokumenten-Seiteninhalts wurde abgeschlossen." #: views.py:285 #, python-format @@ -393,9 +377,7 @@ msgstr "Fehler beim Löschen der Warteschlangen-Transformation: %(error)s" #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Sind Sie sicher, dass Sie die Warteschlangen-Transformationen löschen " -"möchten: \"%(transformation)s\"" +msgstr "Sind Sie sicher, dass Sie die Warteschlangen-Transformationen löschen möchten: \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -415,15 +397,11 @@ msgstr "Neue Transformation für Warteschlange erzeugen: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Verzögerung in Sekunden bevor die OCR-Texterkennung eines Dokuments beginnt, " -"um die Dateiübertragung abzuschließen." +msgstr "Verzögerung in Sekunden bevor die OCR-Texterkennung eines Dokuments beginnt, um die Dateiübertragung abzuschließen." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Maximale Anzahl an gleichzeitigen OCR-Texterkennungs-Vorgängen die eine " -"Serverinstanz ausführen darf." +msgstr "Maximale Anzahl an gleichzeitigen OCR-Texterkennungs-Vorgängen die eine Serverinstanz ausführen darf." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -435,7 +413,8 @@ msgstr "Dateipfad zum 'unpaper'-Programm" #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/en/LC_MESSAGES/django.mo b/apps/ocr/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..b98e6be8e0c2bbec7748e70faac55bdb170ffcef 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvDw7wj{!hG2DtzL delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/ocr/locale/en/LC_MESSAGES/django.po b/apps/ocr/locale/en/LC_MESSAGES/django.po index bc03bd6e64..a775e8c343 100644 --- a/apps/ocr/locale/en/LC_MESSAGES/django.po +++ b/apps/ocr/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/ocr/locale/es/LC_MESSAGES/django.mo b/apps/ocr/locale/es/LC_MESSAGES/django.mo index 32bf8024b36a62663421a70558ce329fbbef1dc7..8ed3a7121d7a373680188bc15a3482edafd7e2c6 100644 GIT binary patch delta 834 zcmXZaPe{{o7{~EX#cHKeYpa%ja%nZ~kH2hXF)BCFLl9Y%6%p0XT-yj;?6(<3ur5J| z9fBRCh=PvNAy^cYpgI4ZQfhy!3II zY z*I)*101tUZ-N!n7f_^Mb609buVgP4x8@@$*iY2tGZsa}qn<$Ak;1F8F9Qtq^?FaAF z>i2LhdAauaW3)cca2-BJ1{>Ba0ZVHhZNhK01FLv&`$8D4Q5)LkooJ1E(9ZXwof|@H zcp0rh4sFo8)ek<{9 delta 805 zcmXZaPe@cz6vy#j*3_gkO){_iGh>ZnV^WFF6zWy}$(e=VB$10?7V?5g?2jNOZG<5z z+6W@ENs$y+u0qfdB538JO%RAQE?NZba$6h2z6amxbI*DAy>srlZy|e-S=+BDem)|F z;!;u4mLqjz_KcLlS7`AU?8Wd|X$S|<;(6@DUA&FS8mR|Iunm{61;1hz|6nKHtd%a~ zL@i~jS-c}rg==^LKVc*O3_MmRH4&%r5)NP*r|=>!qKjKd4gJMdjMYmI@j5=nWxRut z#Nh$*364!pizJe`iC1tNuVDqrUc7-;U>Xbf9<8v`Al=1VNUxejYj72h;x;l=eaCya zhaUEwJKQ&2WYJDy6|Z6$XaHZ_%z|1)FgL?JCM>qdq`>6Q#KqYtTb0IE*38qkYg1@{ce^ zJP|y9fmY`Yp2j((u?JdV!J)N@*5OXD;Wyd~|IiAZ;0LgipF%5?K-=Gpw$DQ=m_aKr zjMivjy&UqRB|n}FyX`60_1uoq>-bD%zd!kG?8%rv-dc(|J&{3we00hmEqJNIWGUz5 K*FQMFqW=Na@m_!c diff --git a/apps/ocr/locale/es/LC_MESSAGES/django.po b/apps/ocr/locale/es/LC_MESSAGES/django.po index 739e8e740d..142280daeb 100644 --- a/apps/ocr/locale/es/LC_MESSAGES/django.po +++ b/apps/ocr/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:32 __init__.py:33 @@ -47,9 +46,7 @@ msgstr "limpiar el contenido" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "" -"Ejecuta un filtro de lenguaje para eliminar los errores más comunes de OCR " -"del contenido de las paginas del documento." +msgstr "Ejecuta un filtro de lenguaje para eliminar los errores más comunes de OCR del contenido de las paginas del documento." #: __init__.py:44 msgid "queue document list" @@ -269,9 +266,7 @@ msgstr "¿Está seguro que desea eliminar de la cola los documentos: %s?" #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "" -"Documento: %(document)s ha sido añadido a la cola de reconocimiento óptico " -"de caracteres: %(queue)s." +msgstr "Documento: %(document)s ha sido añadido a la cola de reconocimiento óptico de caracteres: %(queue)s." #: views.py:149 #, python-format @@ -281,9 +276,7 @@ msgstr "Documento: %(document)s ya está en cola." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" -"Documento: %(document)s fue puesto de vuelta en la cola de reconocimiento " -"óptico de caracteres: %(queue)s " +msgstr "Documento: %(document)s fue puesto de vuelta en la cola de reconocimiento óptico de caracteres: %(queue)s " #: views.py:184 #, python-format @@ -293,8 +286,7 @@ msgstr "Documento de #: %d, ya no existe." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" -"El documento: %s ya está en proceso y no se puede volver a agregar a la cola." +msgstr "El documento: %s ya está en proceso y no se puede volver a agregar a la cola." #: views.py:200 #, python-format @@ -342,9 +334,7 @@ msgstr "¿Está seguro que desea limpiar el contenido de todas las páginas?" #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "" -"En grandes bases de datos esta operación puede tardar algún tiempo en " -"ejecutarse." +msgstr "En grandes bases de datos esta operación puede tardar algún tiempo en ejecutarse." #: views.py:283 msgid "Document pages content clean up complete." @@ -387,9 +377,7 @@ msgstr "Error al tratar de borrar la transformación de cola; %(error)s " #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"¿Está seguro que desea borrar la transformación de cola \"%(transformation)s" -"\"" +msgstr "¿Está seguro que desea borrar la transformación de cola \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -409,15 +397,11 @@ msgstr "Crear nueva transformación para la cola: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Cantidad de segundos a demorar OCR de documentos para por ajustar por el " -"tiempo de replicación de almacenamiento de los nodos." +msgstr "Cantidad de segundos a demorar OCR de documentos para por ajustar por el tiempo de replicación de almacenamiento de los nodos." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"La cantidad máxima concurrentes de OCR de documentos que un nodo puede " -"realizar." +msgstr "La cantidad máxima concurrentes de OCR de documentos que un nodo puede realizar." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -429,10 +413,9 @@ msgstr "La ruta de archivo del programa unpaper." #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Ruta de acceso al programa de poppler llamado pdftotext utilizado para " -"extraer texto de archivos PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Ruta de acceso al programa de poppler llamado pdftotext utilizado para extraer texto de archivos PDF." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/it/LC_MESSAGES/django.mo b/apps/ocr/locale/it/LC_MESSAGES/django.mo index c4ba5b9199a235f1e2146a0c6c1097af323e2c7c..fe066767556b3890aa8b7c7a99f8e07ae9b96536 100644 GIT binary patch delta 819 zcmXZaKWGzS7{~FS+Gx~PF^N`V)L1R8N^`Vn(-;sM!GeF<$$|z4ueBr@+DI-Dbve+X zh&X6mTsu_IMJWh6_y-i}Qi_9=A~-23NEcC@^!t#5@P6Ls?!D)E?#V6Z|K*?jTI;W@ zksd~*aY;8~QU<@^F-&Zij$$G3K8_GCV%F~OkkUAYgLn&v@eMi{ZkM_+izo0R9>O{7 z#-(=oqPG5WVFR}Al=fo`J28VPynt5dHXg=T*o!~V5+-&v&kf@?;yU)>44%XnXbrT) zn+=}AA>zAnUt+HhEap#^BN*N-<*^@+;}smh=h%U(IEImgv=vKejaD&Xy^PvHue|fk)O`89K>4S1GJI8L~CRTEx}i`!mDVBeq#$NNihha z-H!%w9BoqFX!Wwl5DPjTTqvR?zK)jgCWi11+M74fzL8n9$vi?k_cm}5t-vz!{ps8M zLMYnSRjSo4=NzY4u9fQJsfo&zQ>}PzwOpw>Q|>i)+9`WpebQ@uiX_5)>16LfE}gj- ZU1)ra7B-!6r;ByBIGIb%_rxBz{s+;EXAl4Y delta 806 zcmXZaJ4jn$6u|Lg>$95rh^;nlHEJYPxtbgC2|`kz;G&$^9Qb3Ge)UU?q}7;&~z? zA~KjSQjg!T1@Ev4YoFN8U>EB+HtIRnV)avz1{}e5+`t;VKtJXdh_qo7R-lEiaJxV( zA-5c}k%pI8g1@mGvkM81b*PC(u@cwN#Gj}E?@;d*KO-5w#UKu22gXnfI72P4%p(%Q zDUT(>T)r@kKfF7g_?u?|Rn!$`N~6ZT^QDOOxXB6L~&_!wJI?{_-uB}`?#jxdS>sJ4I@atB2F#!lXfVux*EE~WV9f76$m)#DPRvIpIG&8g{, 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:32 __init__.py:33 @@ -48,9 +47,7 @@ msgstr "ripulisci il contenuto delle pagine" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "" -"Esegue un filtro per rimuovere i comuni errori di OCR dal contenuto del " -"documento pagine." +msgstr "Esegue un filtro per rimuovere i comuni errori di OCR dal contenuto del documento pagine." #: __init__.py:44 msgid "queue document list" @@ -270,8 +267,7 @@ msgstr "Sei sicuro di voler cancellare queste code documento: %s?" #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "" -"Il documento: %(document)s è stato aggiunto alla coda %(queue)s per OCR." +msgstr "Il documento: %(document)s è stato aggiunto alla coda %(queue)s per OCR." #: views.py:149 #, python-format @@ -382,9 +378,7 @@ msgstr "Errore nella cancellazione della coda di trasformazione; %(error)s" #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Sei sicuro di voler cancellare la coda di trasformazione \"%(transformation)s" -"\"" +msgstr "Sei sicuro di voler cancellare la coda di trasformazione \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -404,15 +398,11 @@ msgstr "Crea una nuova coda di trasformazione:%s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Quantità di secondi di ritardo OCR di documenti per consentire lo stoccaggio " -"nel nodo di replica." +msgstr "Quantità di secondi di ritardo OCR di documenti per consentire lo stoccaggio nel nodo di replica." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Importo massimo di documenti concorrenti per OCR che un nodo è in grado di " -"eseguire." +msgstr "Importo massimo di documenti concorrenti per OCR che un nodo è in grado di eseguire." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -424,7 +414,8 @@ msgstr "File path per il programma unpaper" #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/pl/LC_MESSAGES/django.mo b/apps/ocr/locale/pl/LC_MESSAGES/django.mo index a4ce191715b22ac2035242c1c190e43c2eaaefb3..9fc76a89b783890e36eb7409acb48d8ff28a42e6 100644 GIT binary patch delta 88 zcmZ3+a+YO+3X?F?L^TifjFOT9D}DX+%#w`KB)#PPT>YZ_;>4oN{389_#LC1x{mkOx s($wOKc`_VE#tMd}R>o!%C!Ls_&KSkxlbDxYnwXwyrBIMF`2b@Y04oF@b^rhX delta 73 zcmX@hvW#Vd3ey|LiE17yTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0ThE|3~ c6L+5A@kz`}FHKAb$`<5IZeWa_{DLtR07F9;bN~PV diff --git a/apps/ocr/locale/pl/LC_MESSAGES/django.po b/apps/ocr/locale/pl/LC_MESSAGES/django.po index d1e0389e49..259677695b 100644 --- a/apps/ocr/locale/pl/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:32 __init__.py:33 msgid "submit to OCR queue" @@ -414,7 +412,8 @@ msgstr "" #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.mo b/apps/ocr/locale/pt/LC_MESSAGES/django.mo index c154d2763a39090135654de6952cff07805265de..83fd0f691a49fea7c0ecc895797ec2c9fbc7dc16 100644 GIT binary patch delta 829 zcmXZaOK1~O6vpw-M{H{wQcbFD6E!M6T4Q4kni@+{LlMNcE<{k7N=yT$iFqu#(5WB= zyAhg=U~$()cg3pcMg&1!RiuhYHx;*Cxos8yhYSq!yXVg2-tV5t+w@X;c6F`$WsT$u zN_QoF4@t-IRGV}XA7DSe#{v9{m$83Ky?%oB-aMwUb*t2iSMdOj<9>XBCveew9%+}l zsn55|RV#y0CK_-8cj6?*@Fn))FVD`7`ur8Ng~zZ9XV4a0K(go`9>lgzX%N$R8Xw~& z{E8NQci5E}D-)KuG{()6PhkQ-d#<7dIuwzv;SG%9YqXC1K$@uTZBh>o;5y7BP1QX- zhvS&UZ)kyA-0k%rB+)j$gLZ;R%-{^NwgNlq^D%6pPUA7Wh<=$r1ZM1|I zY#AHz4_e?A+$0UDi4RV96-En?L~Gd@v|zW;Hp-!$yy(^U(Skfed+!+ra2oAD^$M*M zALoAh9RI%IN~M^J$FsT0aCNBXb|D`x70OO2S185v&ZsjI&y~y7Ou3c{Mj8(%qP<5_ eiKDff!FRQ;(DmlC&PcZEWHYH~aqeNL&;K9KH)&e{ delta 790 zcmXZaOGs2<7{>9(^yGDDbjC|M*_ddW7di!I8kP#hO}$tR*iNd2)1!ix^vCrh5dhq&TdfrD*cw!h{c$WT}V^ai~Tr`kMJ8> z;1iF+UI><_7JiDhgBhH{MPzQB`q!P?QXb<7KE_%M;3PUYhiqC4n1i2?L!UX(b?ss< z?xS_wJEF*@IK=||hj-A4N>x~c)%YB3hY7TRZ}B>Q#SC0Un{dM)Z=)@=gBI);X5k)M z;C;;Ji|Ckw?&=&ZK#(86T2_e`tQl>g4z!*3_~Rk8AY*9H&EpMxgZ58-KL)>$bQLl1rhVd42I$(~0=>R7>>re6l0_VrxCz6u1KEy;&jv diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.po b/apps/ocr/locale/pt/LC_MESSAGES/django.po index bb6423152c..0093bbb636 100644 --- a/apps/ocr/locale/pt/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 21:27+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:32 __init__.py:33 @@ -49,9 +48,7 @@ msgstr "limpar o conteúdo das páginas" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "" -"Corre um filtro de linguagem para remover erros comuns de OCR do conteúdo " -"das páginas do documento." +msgstr "Corre um filtro de linguagem para remover erros comuns de OCR do conteúdo das páginas do documento." #: __init__.py:44 msgid "queue document list" @@ -281,8 +278,7 @@ msgstr "O documento: %(document)s já está na fila." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" -"O documento: %(document)s foi reenviado para a fila de OCR: %(queue)s " +msgstr "O documento: %(document)s foi reenviado para a fila de OCR: %(queue)s " #: views.py:184 #, python-format @@ -292,9 +288,7 @@ msgstr "O documento com id nº: %d, já não existe." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" -"O documento: %s já está a ser processado e não pode ser reenviado para a " -"fila." +msgstr "O documento: %s já está a ser processado e não pode ser reenviado para a fila." #: views.py:200 #, python-format @@ -342,8 +336,7 @@ msgstr "Tem a certeza de que deseja limpar todo o conteúdo das páginas?" #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Esta operação pode levar algum tempo a executar em bases de dados grandes ." +msgstr "Esta operação pode levar algum tempo a executar em bases de dados grandes ." #: views.py:283 msgid "Document pages content clean up complete." @@ -386,9 +379,7 @@ msgstr "Erro ao excluir transformação da fila; %(error)s " #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Tem a certeza de que deseja excluir a transformação da fila " -"\"%(transformation)s\"" +msgstr "Tem a certeza de que deseja excluir a transformação da fila \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -408,15 +399,11 @@ msgstr "Criar nova transformação para a fila: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Número de segundos de atraso para o OCR de documentos para permitir a " -"replicação de armazenamento do nó." +msgstr "Número de segundos de atraso para o OCR de documentos para permitir a replicação de armazenamento do nó." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Quantidade máxima de OCR's de documentos que um nó pode executar em " -"simultâneo." +msgstr "Quantidade máxima de OCR's de documentos que um nó pode executar em simultâneo." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -428,10 +415,9 @@ msgstr "Caminho para o programa unpaper." #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Caminho para o programa pdftotext de poppler, usado para extrair texto de " -"ficheiros PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Caminho para o programa pdftotext de poppler, usado para extrair texto de ficheiros PDF." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo b/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo index 1222c75c1f3489a5032112b8e5ae463281b2359b..da67f02d47421af780f0915c226ef90848cf059b 100644 GIT binary patch delta 793 zcmXZaKWGzS7{~FSe`2d9Mw8asKWfpT)oRZ+wl=XfAcBIWqLb7?PA%7X0dINj$3tGY00qHn8$dV?}?(^{iF5+d}#7lUpJ$#UP>>z)Q zY-tVce?Qs-DMQe~?rEGr>-0fn1INiXkm0Delf!Wox8XfxC@SFlDi6>QuR&Om#I6X1WK4a+%?JCiSV_nVw9JyR%-^ S^`>&&rOM6o*On{k{`i07|7K4B delta 777 zcmXZaKS&#K6u|Lk)v7Tzn$%cZt)U41X%BNz(8k(`rcg;R5*$R0l0ia;+FIhD?FMOy znMK&Y57Z0qHJdvvk zkr@%$@QJ)e|6`E|4&Yl{bo`0^Cr4{wL7)EgpV|aw`v838QND`ltFCkm9 zjrzOOYKtNS_bjww15atEqmDU@lkX$Lk-TRjEm(>9_zoG0^kD+WupM_$>)fJ&-WvOb z-KdR!#0-A52spg_MK>1I+Ml2THIHE-4k10t7`ku{xn!OjQ_j*a3YsA!*lw7?fN6%!(DJbNw, 2011. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:32 __init__.py:33 @@ -48,9 +47,7 @@ msgstr "limpar conteúdo das páginas" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "" -"Executa um filtro de linguagem para remover erros comuns de OCR do conteúdo " -"das páginas do documento." +msgstr "Executa um filtro de linguagem para remover erros comuns de OCR do conteúdo das páginas do documento." #: __init__.py:44 msgid "queue document list" @@ -280,8 +277,7 @@ msgstr "Documento: %(document)s já está na lista." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" -"Documento: %(document)s foi re-enfileirado para a lista de OCR: %(queue)s " +msgstr "Documento: %(document)s foi re-enfileirado para a lista de OCR: %(queue)s " #: views.py:184 #, python-format @@ -339,8 +335,7 @@ msgstr "Tem certeza de que deseja limpar todo o conteúdo das páginas?" #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." #: views.py:283 msgid "Document pages content clean up complete." @@ -383,9 +378,7 @@ msgstr "Erro ao deletar transformação de lista; %(error)s " #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Tem certeza que deseja deletar a transformação de lista \"%(transformation)s" -"\"" +msgstr "Tem certeza que deseja deletar a transformação de lista \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -405,14 +398,11 @@ msgstr "Criar nova transformação para a lista: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Quantidade de segundos de atraso OCR de documentos para permitir o nó da " -"sobrecarga de replicação de armazenamento." +msgstr "Quantidade de segundos de atraso OCR de documentos para permitir o nó da sobrecarga de replicação de armazenamento." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Quantidade máxima de documentos simultâneos OCRs que um nó pode executar." +msgstr "Quantidade máxima de documentos simultâneos OCRs que um nó pode executar." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -424,7 +414,8 @@ msgstr "Caminho do arquivo para o programa unpaper." #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/ru/LC_MESSAGES/django.mo b/apps/ocr/locale/ru/LC_MESSAGES/django.mo index 626f1606c7a026707a6ee9d3e94f847c74bba1f5..de2845297c5d104223fc105eb7c6a4107ea54075 100644 GIT binary patch delta 822 zcmXZaPe{{o7{~Ds1Ea$#*=*%pZIx*y^=q?r7#4XcsI&$pWJ#Mfw?T8UKhi+>kq{Jg z${-fqB03l$Saj&rsXy!%1%}a~OJH=cx;g0m&+q&9d7k|qj=UL}|KoAHJdjL%N1HH%l4(h2wZGAYH{*IE|q#QV#1lg`Ta_4XoiET)`AhcS=X_E82TkP@1rD zOyc*TTy+z~yCibZDB6Ys9>Y1jfIsmP9uG-p@G;uD-*^I}+oWNv;a+@)r*H*}cyzlo zhR@MOZ&+aREeYN8z+rl0>SXgP#7pF+Mr&0q}ct@#G>8R%Qf zRiqYm_APv9^KIzORVvpLj+4z-a@FwzSBeFvR4k`U`C`c_q-*I(CtogCGv(POUub=- iKN5{6`VZgpzn}f=AN8J2PiCv>Y$g#YRTrF&<-k9yYIX(y delta 807 zcmXZaPe>GD7{~EnK^@F2T>sSeXE(Fm+!)*0{<;(ui9tnMVn%I+6KxiR#;_Y5q`4U3 zEznb^IxJlx!cFneMJS?-Ztg|s<{>Xa8q`7R`!vEZpZ9&A_s{b_Gt<4#d*3dv4OZ4j zuj-|DlFALzeZ1Bv74Q?@LZ?Z(jn8lhf8ky9o27?1hmWv(i!_2W*oT+5O2=^$t-p+S zY&f;8P569`jg;(Q|1`$D~8Jggw|64-a~bHt`!;BB@O77Dmpli zR>=s#gP1@Y&!g=>f;N8wH)HUDhHX5Hw%`w*!uGwP576S{$fGJRKA-+#Ek>!gZIs0I zcoa9`3ABT97{QxpiTOy8^#s#a+%gTSs4CjVzw!SKsH>Ski+3RZo${DLe>Gl4egjRd zI*Z&vKU0-2>*_bQ)?Cc>IH&!BSG+ek;BG diff --git a/apps/ocr/locale/ru/LC_MESSAGES/django.po b/apps/ocr/locale/ru/LC_MESSAGES/django.po index 910051b31d..a39f70368c 100644 --- a/apps/ocr/locale/ru/LC_MESSAGES/django.po +++ b/apps/ocr/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\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-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:32 __init__.py:33 msgid "submit to OCR queue" @@ -48,9 +46,7 @@ msgstr "очистка содержимого страниц" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "" -"Применить языковый фильтр для удаления общих ошибок распознавания " -"содержимого страниц документа." +msgstr "Применить языковый фильтр для удаления общих ошибок распознавания содержимого страниц документа." #: __init__.py:44 msgid "queue document list" @@ -270,8 +266,7 @@ msgstr "Вы действительно хотите удалить очеред #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "" -"Документ: %(document)s добавлен для распознавания в очередь: %(queue)s." +msgstr "Документ: %(document)s добавлен для распознавания в очередь: %(queue)s." #: views.py:149 #, python-format @@ -291,8 +286,7 @@ msgstr "Документ №: %d больше не существует." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" -"Документ: %s уже обработан и не может быть повторно добавлен в очередь." +msgstr "Документ: %s уже обработан и не может быть повторно добавлен в очередь." #: views.py:200 #, python-format @@ -340,9 +334,7 @@ msgstr "Вы уверены, что хотите очистить все сод #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "" -"В больших базах данных эта операция может занять некоторое время для " -"выполнения." +msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." #: views.py:283 msgid "Document pages content clean up complete." @@ -385,8 +377,7 @@ msgstr "Ошибка при удалении преобразования оче #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Вы действительно хотите удалить преобразование очереди \"%(transformation)s\"" +msgstr "Вы действительно хотите удалить преобразование очереди \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -406,19 +397,15 @@ msgstr "Создать новое преобразование для очере msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Количество секунд задержки оптического распознавания документов для " -"завершения репликации узла." +msgstr "Количество секунд задержки оптического распознавания документов для завершения репликации узла." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Максимальное количество одновременно распознаваемых документов для узла." +msgstr "Максимальное количество одновременно распознаваемых документов для узла." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." -msgstr "" -"Автоматически ставить в очередь новые документы для распознавания текста." +msgstr "Автоматически ставить в очередь новые документы для распознавания текста." #: conf/settings.py:17 msgid "File path to unpaper program." @@ -426,7 +413,8 @@ msgstr "Путь к программе unpaper." #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo b/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo index e0635a5e1a70ba3b2ab1133612d62f1626727297..7d6de262cdb77dc07c6baa539649b921d1724936 100644 GIT binary patch delta 470 zcmXZXze_?<6u|LgS(-mGsi7Lm#s+)(R1BdAG7<`sXekJL*+bu;hCYKRaO)qiK?vHK zS^}5wKL{dPT8hB_fFQTVzLy?c?&sd~&N=tI!AxiN;nLOWyF>~e5tgiti9|4mNwjbk zZ*d<#v50A($O+zH2*ocl4il*E^XNs*xi6#YpTjB4qmHIuT9V?>Aux(BNKbh~)u@lE z@CQ}HUu20ZATo(TRNog+)h(jROCqz%iWA>-+{J0)hv>$$z|nu<1%WvNS2%)qsQ&2Q zv4?8FCsYr;qRRU~HRufj$VE28f=iVyY_Gw1bN|s%29xoMZ6|G)t7w z*DA)jQPr$QqiHsL`JKJ!dfhZ^t5%I>4cp8_^jKVv#?nze5s9ZViFEtX^W47n9)z}y TYN=_INI5YJ*^TbE*X{lT6hTBS delta 407 zcmXZXze@sP7{KvIySh`)RQf?i$T>z!C+6Vb5VZv@EzxjFiklD=Es;zA!7a@$QbPoW zp#B9$OJgFq1-ZFJQ{RU>c)8E}Jn!>7JomW0$iCi1+JlIQXNqtn8xwIbk3~Gh3f|&5 z_VE(aagjP+V+y};6@S9`7cF8d5xi$m=jU-9cd>w#gtX;=%N2>|DLf;xDB+BilX z_=y~u@L9ue)b~HszNj74C6Qfa6E*LI?%@`32@O28t3kmTi5v+Jm+>C;j~+sO)CD`J z1D{aq-cT1EVg}zaiBr`2x!s#YhlW2gcPw|`aow_8@Mq>n>ZI0c-qf0nvQuw(N5}rN Kb, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-04-20 11:13+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -151,9 +150,7 @@ msgstr "%(requester)s hat das Recht \"%(permission)s bereits." #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Sind Sie sicher, dass Sie folgende Rechte gewähren wollen: " -"%(permissions_label)s %(title_suffix)s" +msgstr "Sind Sie sicher, dass Sie folgende Rechte gewähren wollen: %(permissions_label)s %(title_suffix)s" #: views.py:222 #, python-format @@ -169,9 +166,7 @@ msgstr "%(requester)s hat nicht das Recht \"%(permission)s\" zugeteilt." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Sind Sie sicher, dass Sie folgende Rechte widerrufen wollen: " -"%(permissions_label)s %(title_suffix)s" +msgstr "Sind Sie sicher, dass Sie folgende Rechte widerrufen wollen: %(permissions_label)s %(title_suffix)s" #: views.py:271 views.py:295 msgid "Users" @@ -207,6 +202,4 @@ msgstr "Gewähre" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" -"Eine Liste der existierenden Rollen, welche automatisch neuen Benutzern " -"zugewiesen werden" +msgstr "Eine Liste der existierenden Rollen, welche automatisch neuen Benutzern zugewiesen werden" diff --git a/apps/permissions/locale/en/LC_MESSAGES/django.mo b/apps/permissions/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/permissions/locale/en/LC_MESSAGES/django.po b/apps/permissions/locale/en/LC_MESSAGES/django.po index 6468bd4cb1..0f674fea54 100644 --- a/apps/permissions/locale/en/LC_MESSAGES/django.po +++ b/apps/permissions/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/permissions/locale/es/LC_MESSAGES/django.mo b/apps/permissions/locale/es/LC_MESSAGES/django.mo index 815ef5bedf40372ff70c53476b0481259c883258..86469ccae9fc14e391d8f736fc6c27dee518d0df 100644 GIT binary patch delta 470 zcmXZYJxjwt7zgmDrP|m=t>Oz*s>MwtrfnjHU=`7=iX8+|gnE{cW@saM83Z9;z{zaI z&CN+Dh*0no=-}XBMF&@xf?vS@(VKqv{O`Hvj=Re~XCJO&VLwJxPZ9w##)y{S2Hb+D za1-9bBlrocP)iZ*!w^owS2zv7;5-~aj3g;dGzBwo6fQ%)zXCP5ou-g%*6yAy`Dgl-u;O864j>fUl^)t*?u!PUu!rm)pb1P z+K#KX*d=SLw&w+=m#Q5cDm$*peA{U&yUaI@e5p_@DTT69((=W1Ln}v5$?K>lRich` SBJZ)b6)+2Jrq}(G3Wmz&tkzKCQ>&=Ko$~wxQG?p#4?`a zK0f0P&L&0n@DS73#VLHj85|-b{Me7q-q+U)*ARGKt2`s!swebowc%$=< z_7T;tyB>a;7s)NJee56kUTY=vt%|+t VwVEehvr#HE+Top5>!lN`@qfuRGpPUo diff --git a/apps/permissions/locale/es/LC_MESSAGES/django.po b/apps/permissions/locale/es/LC_MESSAGES/django.po index 051efec445..d0e0293592 100644 --- a/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/apps/permissions/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-12 00:25+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -151,8 +150,7 @@ msgstr "%(requester)s, ya tenía el permiso \"%(permission)s\" concedido." #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"¿Está seguro que desea otorgar el %(permissions_label)s %(title_suffix)s?" +msgstr "¿Está seguro que desea otorgar el %(permissions_label)s %(title_suffix)s?" #: views.py:222 #, python-format @@ -168,8 +166,7 @@ msgstr "%(requester)s, no tiene el permiso \"%(permission)s\" concedido." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"¿Estás seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" +msgstr "¿Estás seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" #: views.py:271 views.py:295 msgid "Users" @@ -205,6 +202,4 @@ msgstr "Otorgar" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" -"Una lista de funciones existentes que se asignan automáticamente a los " -"usuarios nuevos" +msgstr "Una lista de funciones existentes que se asignan automáticamente a los usuarios nuevos" diff --git a/apps/permissions/locale/it/LC_MESSAGES/django.mo b/apps/permissions/locale/it/LC_MESSAGES/django.mo index af6702e73b2cbef7bff02358e934af3187eff91c..3b6c540e54b7138caac60b9495a60b3c49008601 100644 GIT binary patch delta 465 zcmXZYy-UMD7zXgSQcdiK7D1^kVqJxpHq{0Lx~P*v9jagv^puchNFwSgqES1>a<$?YYV#3r(Y-6-$~@)D^89pnwrEMS_*3X(c00enj#JbR~H?1Q9+B?;39&$75YCkn^VC>L`2CV z7913u1P2Gf#g49}E;{)=eBroH-sfH}FV~*>nY?LanpYW-9akhPBE}b)#XK%!MLoi8 z>TBG@U|3`w>&TK0TMnPqcMPb%a2mgH2y=wvIDv~;4x}kdeC!c;c!sv|97DX+{7Lf{ zG~{n+f7sRYp8AU{8Kh|hN0FJOi1yw&v;)kegDYnDzhRZ2K(K*!kYgOfhT78n0_{b& zXkY9O?H~{8E9R-Ydfqqb$H2Xlble#)S|~+PHL4_^?xR_&9mc1%c)waYI7!;xR_gho F^9KxBFQWhe diff --git a/apps/permissions/locale/it/LC_MESSAGES/django.po b/apps/permissions/locale/it/LC_MESSAGES/django.po index f4dca2995b..1d63a97519 100644 --- a/apps/permissions/locale/it/LC_MESSAGES/django.po +++ b/apps/permissions/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-03-21 13:31+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -152,9 +151,7 @@ msgstr "%(requester)s, ha già il permesso \"%(permission)s\" concesso." #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Sei sicuro che tu voglia concedere questo permesso %(permissions_label)s " -"%(title_suffix)s?" +msgstr "Sei sicuro che tu voglia concedere questo permesso %(permissions_label)s %(title_suffix)s?" #: views.py:222 #, python-format @@ -170,9 +167,7 @@ msgstr "%(requester)s, non ha i permessi \"%(permission)s\" consentiti." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Sei sicuro di voler revocare questo permesso %(permissions_label)s " -"%(title_suffix)s?" +msgstr "Sei sicuro di voler revocare questo permesso %(permissions_label)s %(title_suffix)s?" #: views.py:271 views.py:295 msgid "Users" @@ -208,6 +203,4 @@ msgstr "Concessione" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" -"Un elenco di ruoli esistenti che vengono automaticamente assegnati agli " -"utenti appena creati" +msgstr "Un elenco di ruoli esistenti che vengono automaticamente assegnati agli utenti appena creati" diff --git a/apps/permissions/locale/pl/LC_MESSAGES/django.mo b/apps/permissions/locale/pl/LC_MESSAGES/django.mo index 7bb5718a2004f7fffaf685e3a3df02775fd0a4d2..e82ea9e6e4ba33177869732963faa84b7db438cb 100644 GIT binary patch delta 241 zcmaFF(aAYsO8sv}28Q=Q3`7jCnHd;Zf%ID-EeE7O18Hs`EyTjWzzL+~ptJ^%<^l4J zpnQ8E%?IRr0%;B)9RZ|4<|G1Xkp6TiT@0i_=F|gekbUe744Z`+1sT0FN=gc>^!3v- zOEOB6^pf*)^^5Y06N@tQi}Z67D--kdGmDE$Q;WF*{6ln|i&7IyGV}9vT@p)DtrUz5 s42^UR%yo^76%0+SjLj!|Fm0I3${fYxlbDxYnwSn$QjoJbj+uoK0Jc6YUH||9 delta 178 zcmeC=e8e$fO8pf^28Q=Q3`7h^m>C#Yf%GvTEeE8}0BLR@{TfJf0_pEinvsQpfd|Ov z2GSsL2_Ve}q?Ld)2aq-d(jarJfHX+I1C;gw(jfH_KpJEpI|IXJVMam5$=*yd9EJu8 khK5##Mw9cIHt_f)=B1Y=rl(pd6y!{nV~*b3#>~tJ0A&OhLjV8( diff --git a/apps/permissions/locale/pl/LC_MESSAGES/django.po b/apps/permissions/locale/pl/LC_MESSAGES/django.po index 09404a9c5c..bb8cc67cb2 100644 --- a/apps/permissions/locale/pl/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-20 16:08+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:17 models.py:209 views.py:40 msgid "roles" diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.mo b/apps/permissions/locale/pt/LC_MESSAGES/django.mo index 1c191a3d6aff4f84df1ba77c7a7bc2edd6a62000..8078cac3ddba7b837945f6a4a36807b920843ce1 100644 GIT binary patch delta 504 zcmXZYyGz4R6bA6qTH4w+_-Yl4&^S58^c~2mn~w^1QbeyBV!$RP4^a_1baO2zF8%>d z+AbnGIOrsHR}o!ZoCN70epd_O{-w{RY&B1Ci0gnjTD4!{T44_{#ze!@8XhCwJqiIOl56(~ok_SZ;90Uw=W!7OwJ zhhP)(hwfnvwxIxDy5}E|=YJq?5JZUQ1;_^(hWvb@s|-i5S6~2^Vr%~w%P5SYunaLQ z?ZO1CLw?}|q6b|-{@@Mdjqczee1v@9cgXW!5I>6qq4ngy3e0S|ZdH|K-Egsn<{FkMO*2Nh3O-6~7bz4!fKz;c2s*Zt zk8V1M=<4DmI*6lNHnEfctAR^?@R#!DQ+2Q={oNAVr|F~k&pV;++UY5fgaNQiJ`pAWmp0gm7iszx2O z@dgL*KDvKKmH&xqz!$3g5Y-|-(Y-~n%1h!nrclSMz4l+2Cy*vEk1Que9K#J%1x=)v z9HMG;fof12lX#74;U`r2ugGIbXm{VVTRpfl(xyA>xNgDC1|P5y2cl`3M, 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" -"PO-Revision-Date: 2012-07-03 12:31+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" +"PO-Revision-Date: 2012-07-05 16:44+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -153,9 +152,7 @@ msgstr "%(requester)s já tinha a permissão \"%(permission)s\"." #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Tem a certeza de que pretende conceder %(permissions_label)s " -"%(title_suffix)s?" +msgstr "Tem a certeza de que pretende conceder %(permissions_label)s %(title_suffix)s?" #: views.py:222 #, python-format @@ -171,8 +168,7 @@ msgstr "%(requester)s, não tem a permissão \"%(permission)s\"." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Tem a certeza de que pretende revogar %(permissions_label)s %(title_suffix)s?" +msgstr "Tem a certeza de que pretende revogar %(permissions_label)s %(title_suffix)s?" #: views.py:271 views.py:295 msgid "Users" @@ -208,6 +204,4 @@ msgstr "Conceder" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" -"Uma lista de funções existentes que são automaticamente atribuídas para " -"utilizadores recém-criados" +msgstr "Uma lista de funções existentes que são automaticamente atribuídas aos novos utilizadores" diff --git a/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo index dc2d6c0d7815285692cf3a2f36357d25614eb646..efad1e7a25296e6abbbe4b7b86d3be8b4adc6807 100644 GIT binary patch delta 390 zcmXZWze~eF6u|MQHvBZN;jQ!tAfN*(hO}%et^0JoZPc@aTXV$ z?m7u>y7?FA(9OkBzlXx(eeT}fdv}lKhk4(~rK6n4x+XFvBIbmMixw8~9Ov;G=Wu`q z-eCzJP{$Ws!B?EZ5fbuEvhW90pG7L*8qVN`A*n2|s8di4`=|yUAt6oDEVfXchyPyU z68kG0#{sIrH(177oWy5b#5Y{VPgEaNm({%KLiO*V5(SgODyk1{p?aW!gq#fh{8zr( ziQ~Rw+nyhHlC#ZL(6z%Lazj4|?XG*__G~|jl6I6GYh`1nR@vTlYV|DD-ZM{c77yH> Tm$+Wrsr2L1y~E*?p5}i6_69d0 delta 374 zcmXZWy-EW?6o%oG)vTL{Ca%ATLW-b`3p*, 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 03:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:17 models.py:209 views.py:40 @@ -204,6 +203,4 @@ msgstr "Conceder" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" -"A lista de funções existentes que são automaticamente designados para " -"usuários recém-criados" +msgstr "A lista de funções existentes que são automaticamente designados para usuários recém-criados" diff --git a/apps/permissions/locale/ru/LC_MESSAGES/django.mo b/apps/permissions/locale/ru/LC_MESSAGES/django.mo index e0786b6c0c9e166b8ec72e8c0bdb0f724fbeb217..605577479a72af1243175fa4bd99327d792535ff 100644 GIT binary patch delta 467 zcmXZWze@sf7{~FiQvT|!2%}#p76lER=MO?SB8X}!p$4ZQ>IzXoJ-IuBAaD$#A+SH7 zrPh835)n8>W3@@EV^fU{(fjbG*Z1>058vnMhR-5*C$75W7GlpU1c;Jfh*{Ke2`^E_ z54=SwAVdbAaRdDWLQG-Sv5FJqa~#JTOkf)&{Kgpm;X2BasEcJDCfyJ|;4r@8GPH_~koPG;O$S;l^^pL-T`@Ka!6vilo_{~0K0q1Z9 z=P~cpFVH^l8hzMuavSXh?-<6e({~LuKiyA#n+40Ns)~{?T7}v{>`*T&hHh#`Q8$#b zcC1yDqG{H0W?*|OE3XToN^rWzXphl0Yf*|qPBH+|mcd0w91(_Q;5JzXdKaYCeKiX=tEO^a;c5$@wTI{1K( zI7Sb9vmz(>gGH>)O+CgH>LxCuj|%%};~Q?{C%S0Z;>!UKkLe=b;5^>pIz~u_e4t+V zg*tG870hKsvbcu@bW#7SV;-;Kd4LPlx3Li#)UTQPH0Yhi5{*C9hs>~b6AQS7hp78! zs1NL*g+W~RQ3u>(35W4~lpTzc&#CamT(#6rSt&>DhTmpndyR`$yU}Vo<;!*$Sf_)D Hl{5YULEke2 diff --git a/apps/permissions/locale/ru/LC_MESSAGES/django.po b/apps/permissions/locale/ru/LC_MESSAGES/django.po index ae3f6a12b1..7c51586f6d 100644 --- a/apps/permissions/locale/ru/LC_MESSAGES/django.po +++ b/apps/permissions/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-03 05:06+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:17 models.py:209 views.py:40 msgid "roles" @@ -204,6 +202,4 @@ msgstr "Предоставить" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" -"Список существующих ролей, которые автоматически назначаются вновь " -"создаваемым пользователям" +msgstr "Список существующих ролей, которые автоматически назначаются вновь создаваемым пользователям" diff --git a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.mo b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.mo index fda2bb0c96db2f2ab0d469add6afe88264dcd60c..b1e419c5c8d8bcc9ab80ca6a0ba09d53db4c4f30 100644 GIT binary patch delta 110 zcmX@a@{(nOiRc4H28Ln=1_o9j4q;+o-~-Z86FuYAGfGMdtn~HMGfOf`lk}4FbM=ez zixZ17^NaLz6Dt$*^fQZ#OH+#{u8`p{GFC7&wK6uJc;?LH6^v2*K8bnhrHSdORthPp L@h+~D8JQdby>TJD delta 70 zcmaFKa)@PuiRey728Ln=1_o9j)@5Q~-~-ae6FuW6o|oY;G*B=!v@$fB`1uUKPhwtr XX<~Y+l|o8tyo>APeT>nQHJKa$M}rcj diff --git a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po index fee27c8c9a..13bb62d1c9 100644 --- a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-04-20 09:24+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/en/LC_MESSAGES/django.mo b/apps/project_setup/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/project_setup/locale/en/LC_MESSAGES/django.po b/apps/project_setup/locale/en/LC_MESSAGES/django.po index 070f9a940a..9728dfa62f 100644 --- a/apps/project_setup/locale/en/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/project_setup/locale/es/LC_MESSAGES/django.mo b/apps/project_setup/locale/es/LC_MESSAGES/django.mo index 0504a88eae8bafa897d1672794aa10f412c436a9..d923c3275d9d539cc6b02f37af494e125b665533 100644 GIT binary patch delta 111 zcmcb|@{?tPiRdjx28Ln=1_nML_G4mTkOtDR6FuYAGfGMdtn~HMGfOf`lk}4FbM=ez zixZ17^NaLz6Dt$*^fQZ#OH+#{u8`p{GFC7&wK6uJc&2A^3Zw1hb&OFwK8bnhrHSdO MRtl-bli8WV0q(6LFaQ7m delta 82 zcmey#a*t(#iRgYt28Ln=1_nMLHfCaAkOtCD6FuW6o|oY;G*B=!v@$fB__>G6IkC7T jGbb}KPjhlDqdkvLVqSV_VtT5TLTd5k-Hg$bm6^f-R@)a2 diff --git a/apps/project_setup/locale/es/LC_MESSAGES/django.po b/apps/project_setup/locale/es/LC_MESSAGES/django.po index d20efa4383..f14d634549 100644 --- a/apps/project_setup/locale/es/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-11-04 01:03+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/it/LC_MESSAGES/django.mo b/apps/project_setup/locale/it/LC_MESSAGES/django.mo index eb6b2149f813e1d036bd1ce395cf34bfa300b403..a43e393c70ba86c5dc5934c75724bd3cb0e01041 100644 GIT binary patch delta 105 zcmX@c@|IkOtC$6FuYAGfGMdtn~HMGfOf`lk}4FbM=ez zixZ17^NaLz6Dt$*^fQZ#OH+#{u8`p{GFC7&wK6uJc;?XL*^E(KK8bnhrHSdORtl3p HF@^vD651f> delta 67 zcmaFMa*SnyiRc, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-12-09 18:08+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/pl/LC_MESSAGES/django.mo b/apps/project_setup/locale/pl/LC_MESSAGES/django.mo index e2d80ce211aa875899028da6586b654fc29c011a..a1c8e3749070ab6d9f39806d3b91a07828796e04 100644 GIT binary patch delta 107 zcmaFKGJ$o1iRf=e28Ln=1_mx5&Szp^5Czgz6FuYAGfGMdtn~HMGfOf`lk}4FbM=ez zixZ17^NaLz6Dt$*^fQZ#OH+#{u8`p{GFC7&wK6uJcxJ=oPR1x6pTxZM(!}&sD}{ob I$&VP@0c2Yu00000 delta 67 zcmbQh`jTaWiRcwZ28Ln=1_mx5_F!UQ5Czh~6FuW6o|oY;G*B=!v@$fB_;~}5Phwtr UX<~Y+l|n(z, 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-20 21:42+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:5 msgid "setup" diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt/LC_MESSAGES/django.mo index b3e907e1d269a5a6cc291464646f2133659ab35e..022b4bd64302c990226bfca1a2aef0a6f248b7d6 100644 GIT binary patch delta 106 zcmX@i@``1GiRgJo28Ln=1_nMLc4lH=5C_sh6FuYAGfGMdtn~HMGfOf`lk}4FbM=ez zixZ17^NaLz6Dt$*^fQZ#OH+#{u8`p{GFC7&wK6uJcxK<^>5Ng_K8bnhrHSdORtg1^ I-!p~)050nxLI3~& delta 67 zcmaFGa+qa;iRcPO28Ln=1_nMLmSJLG5C_uQ6FuW6o|oY;G*B=!v@$fB_<0|XPhwtr UX<~Y+l|n(upf01KoMqyPW_ diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.po b/apps/project_setup/locale/pt/LC_MESSAGES/django.po index 8c44dec42d..5d48560911 100644 --- a/apps/project_setup/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/pt/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-03 09:57+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo index 26539f8375907d37c44a1e6a36b6e2a3a8dc9105..f1c458e06add731e4a26922b5fc952f4ddd23550 100644 GIT binary patch delta 110 zcmcc1(!x5yMD#Ty14A(b0|O5b$1^c7hy&@IiJtN586_nJR{HwsnI##eNqWiox%x%< z#fe3k`9=D, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/ru/LC_MESSAGES/django.mo b/apps/project_setup/locale/ru/LC_MESSAGES/django.mo index 6ef1d34e64e577fb2af589332872ebb4bfef0a70..fe0bda7ab4628f0af7dccb12218069670e6c9dda 100644 GIT binary patch delta 107 zcmey%vV?Vli6{>f14A(b1A`C{HvriJKzi~-&v^BWl9B=|ef{*zl8n+Mz2y8{{i6Kh z#G=gnBK_RN%EUbV%;MtG)Z&RNWH^kB6%0+SjLj#W**Lk2F^b10F)zI|F+J5vp{R87 HW5!tkCr=@W delta 67 zcmZ3&`j=&biRe>C28Ln=1_mJ@j$~qB5CGCS6FuW6o|oY;G*B=!v@$fB_<19bPhwtr VX<~Y+l|oVJ, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-11-19 20:30+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:5 msgid "setup" diff --git a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.mo b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.mo index 6a35ee7d6a07b8332f0b52f2202a450536c38f09..9017176d1200dd6af50110d093d850c1e8254743 100644 GIT binary patch delta 102 zcmbQua)@Pu4(|g-28M731_n+bwwP!cte#O)QedU8pPpHgQJSQeoS&;-lwX`!l$l?o zpPN{jn5UmvTwI!3Jh4ZH!^l{{(A3JPlY1DW__$IQsZ4*CqHF0 F0{}A4At(R< delta 87 zcmX@aGMizrC?-WXryak ou4`zZU}$J%Xf*Nq8GfI{y!6t, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-04-20 09:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/en/LC_MESSAGES/django.mo b/apps/project_tools/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/project_tools/locale/en/LC_MESSAGES/django.po b/apps/project_tools/locale/en/LC_MESSAGES/django.po index 3c4b4c0482..e0adeddf4e 100644 --- a/apps/project_tools/locale/en/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/project_tools/locale/es/LC_MESSAGES/django.mo b/apps/project_tools/locale/es/LC_MESSAGES/django.mo index 18af71b9998e19cdcdb56b8066b8689b58cf7664..0841cc7d5d05c731c1b79d28e3c43757a0b12c05 100644 GIT binary patch delta 103 zcmZ3&vY%yw4(}~S28M731_mA=HkxP|te#O)QedU8pPpHgQJSQeoS&;-lwX`!l$l?o zpPN{jn5UmvTwI!3Jh4ZH!^l{{(A3JrI#kAr&=kb7EgZ7 GXbAvFYauZJ delta 99 zcmdnbvV>)V4)1zrC?-WXryak zu4`zZU}$J%Xf*M950`UdaY<%QW@4V^, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-09-30 05:22+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/it/LC_MESSAGES/django.mo b/apps/project_tools/locale/it/LC_MESSAGES/django.mo index f3c2d8885ceb9ab546d2c10d0a47abd4f38c0914..120f7abff41ac4e7b8d8ccf4466f4bc4bb0dce66 100644 GIT binary patch delta 97 zcmeBU*~&6Ohxalg14B3i0|O@zYfrQcR?jFYDX`MlPtPpLC{5B!&d=2^$}dhV%FHj) z&rPgM%+t>-E-p7|M3sa6V;uQ6Hx0DUnZ A8UO$Q delta 83 zcmdnW(#JAEhj$Gl14B3i0|O@zvrM!MR^bZp57BilN=+=u%+J$xNi0dVQZOG@5w*5RXq{UV3R_I#4#VWbzEg=t)eb09B+GvH$=8 diff --git a/apps/project_tools/locale/it/LC_MESSAGES/django.po b/apps/project_tools/locale/it/LC_MESSAGES/django.po index 99cfe05fd6..375c1d3ba9 100644 --- a/apps/project_tools/locale/it/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-12-09 18:01+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/pl/LC_MESSAGES/django.mo b/apps/project_tools/locale/pl/LC_MESSAGES/django.mo index e984ebfc1ded7c6a40512f8e7c61b5fc064dc861..efc87b509bb2b54974b945c42231109368b7f13b 100644 GIT binary patch delta 99 zcmdnaa*t(#4)1S928M731_mx54xVTkte#O)QedU8pPpHgQJSQeoS&;-lwX`!l$l?o zpPN{jn5UmvTwI!3Jh4ZH!^l{{(A3J_#VawZ>RECc}b CtRSEO delta 84 zcmcb|vYlmu4(}C428M731_mx5)|qG-til!GAEN7Al$uzQnV+ZYl30>zrC?-WXryak lu4`zZU}$J%Xf*Nq1|FZpy!6t, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-20 16:08+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:5 views.py:15 msgid "tools" diff --git a/apps/project_tools/locale/pt/LC_MESSAGES/django.mo b/apps/project_tools/locale/pt/LC_MESSAGES/django.mo index cffd79f0ea5da43d69014ad84225befe60215d8e..36556e44c339f1e58b68dd2ecaa942b54ef5f12d 100644 GIT binary patch delta 99 zcmeBX*~BtIhwmIC14B3i0|Pe@t1(Tq3R2G~DJihh*H6zZ$tX?IOU}>LFUl`YEXvF; z($7t-Ow7~IEG{lhEuPpT!(n8sU}$P(Y(8dFiEz>8Vx<1(Po^S^@x@ Ch97eP delta 85 zcmdnQ(#ylWKYNcRgU}&Uk nV6JOupkQcdWoR_<`d%KN#Ju#<#B`u+LCNIFjM0;SGnxYcutXT3 diff --git a/apps/project_tools/locale/pt/LC_MESSAGES/django.po b/apps/project_tools/locale/pt/LC_MESSAGES/django.po index c5ab9c9fd5..8a3dbec792 100644 --- a/apps/project_tools/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-11-02 01:25+0000\n" "Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo index 1dd807b6dad13eb51474bedc61091bfb51548701..2d6bb2ccaceceec7c9fb2c1e922286aeda209cda 100644 GIT binary patch delta 102 zcmZ3%a-L;^4)1G528M731_o{*cAjV%te#O)QedU8pPpHgQJSQeoS&;-lwX`!l$l?o zpPN{jn5UmvTwI!3Jh4ZH!^l{{(A3J1lV>nS@%tp^rI#kAr&=i#l*Bs)P5#Je F4gg5vA*BES delta 87 zcmX@lvVvuT4(}0028M731_o{*mYHZ7til!GAEN7Al$uzQnV+ZYl30>zrC?-WXryak ou4`zZU}$J%Xf*Nq4St`*y!6ttV0M=_5TmS$7 diff --git a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po index 68a0151f80..08d83ff097 100644 --- a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.mo b/apps/project_tools/locale/ru/LC_MESSAGES/django.mo index 1eb8af9d9b2b4e73574a7c10d1771767fe856e17..a7ada7add8a27cce64420e3693084bd417ef5385 100644 GIT binary patch delta 99 zcmcb@@|$IX4lfTA14B3i1A`b4r%bdAR?jFYDX`MlPtPpLC{5B!&d=2^$}dhV%FHj) z&rPgM%+t>-E-p7|M3sa6U_rIU{{_5uLE C86YzN delta 84 zcmey(a)o7r4)0S&28M731_m)8ww-7htil!GAEN7Al$uzQnV+ZYl30>zrC?-WXryak lu4`zZU}$J%Xf*NqMjoHUy!6tEw3C=*jOHdjP&Z80!E4 diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.po b/apps/project_tools/locale/ru/LC_MESSAGES/django.po index 72f7af4f4a..da174567c5 100644 --- a/apps/project_tools/locale/ru/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-11-03 17:24+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:5 views.py:15 msgid "tools" diff --git a/apps/scheduler/locale/de_DE/LC_MESSAGES/django.mo b/apps/scheduler/locale/de_DE/LC_MESSAGES/django.mo index 9470bbeddde2d6b98673e6d9ec098fbb0e2c276b..7be435caec4f1ad8daf33bcc1c64da1bc209b640 100644 GIT binary patch delta 90 zcmeyvyqINz3ggR(s-Ef@B_#z``ugdaB^jkjddc~@`bGK0iA9F^b\n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/en/LC_MESSAGES/django.mo b/apps/scheduler/locale/en/LC_MESSAGES/django.mo index 698fd6740917e1ae6832bb9e5f9380b95a902310..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q4C7&j{!gA2CM)8 diff --git a/apps/scheduler/locale/en/LC_MESSAGES/django.po b/apps/scheduler/locale/en/LC_MESSAGES/django.po index 9c5685b2fe..91e56140cc 100644 --- a/apps/scheduler/locale/en/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/scheduler/locale/es/LC_MESSAGES/django.mo b/apps/scheduler/locale/es/LC_MESSAGES/django.mo index 8bc55be4192ca72b11408d275de57a14df28dffa..12c44667b5e606c96b3f4fa97575f35188b2a17d 100644 GIT binary patch delta 176 zcmeyzHj{lqjO{H(1_oUq=4N1E;9zE8PzBN=K$;UsTLEb~AngLAMS*lOkmdl=l|Why zNHpwG_*1_p1hW^hs!y!xFj, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-17 22:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/it/LC_MESSAGES/django.mo b/apps/scheduler/locale/it/LC_MESSAGES/django.mo index 36bf3df489c663bb400f5939346ad3fba991c112..4036e79ab210be9878e73af222be813e3ac780cb 100644 GIT binary patch delta 85 zcmaFMJcVU~3gfMbs-Ef@B_#z``ugdaB^jkjddc~@`bGK0iA9\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/pl/LC_MESSAGES/django.mo b/apps/scheduler/locale/pl/LC_MESSAGES/django.mo index ffac5948936cb4a6df65fed0c0aa5cdc67e98309..55f94306f7867dbe89181f117849c3e76aa54501 100644 GIT binary patch delta 88 zcmZ3+a+YO+3X?F?L^TifjFOT9D}DX+%#w`KB)#PPT>YZ_;>4oN{389_#LC1x{mkOx s($wOKc`_VE#tMd}R>tNNC!Ls_&KSkxlbDxYnwXwyrBIMF`2b@Y04p6HcK`qY delta 73 zcmX@hvW#Vd3ey|LiE17yTmk+ey3R$Zi6xo&dAcr%C8<^lMh1pPx(4RDh6W0ThE|5g c6L+5A@kz`}FHKAb$`<5IZeWa_{DLtR07G0CbpQYW diff --git a/apps/scheduler/locale/pl/LC_MESSAGES/django.po b/apps/scheduler/locale/pl/LC_MESSAGES/django.po index 2174f1d2a2..afc418670a 100644 --- a/apps/scheduler/locale/pl/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: links.py:7 msgid "interval job list" diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.mo b/apps/scheduler/locale/pt/LC_MESSAGES/django.mo index 4fddd658bb01f404da5a4d5591554c047b4a000d..97026216b56bf180013be77aa0a99ecc6ad47f0f 100644 GIT binary patch delta 171 zcmaFB*3Ld5#`ZiT1A{IQb22b6{AFTbPzKWM%n-gdkd_7VO@XuskPZgY>_9pLNQ(jK zf{8OvdS{fB6jL y0cp>PGfz(LWR&4BG*B=!v@$fFyq0kvk56J=dTC;Ms+B@P$>c1i=*gFuwgLck1Qi|t diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.po b/apps/scheduler/locale/pt/LC_MESSAGES/django.po index 5a9b6ab539..a608fc95d7 100644 --- a/apps/scheduler/locale/pt/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:13-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-03 19:44+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.mo b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.mo index 3310f2131bb3073739ac1ae6d9d89c2f883ef67a..a81ee5059e8029521cf3f4df4eb82c5713e8de21 100644 GIT binary patch delta 90 zcmaFN+{H3Mh4I2fRZsPdl9B=|ef{*zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG u)Z&SGG8{(63Wlau#^w_z?VTLY7{%|Cn3rCfn4W5-P*4)@6f}7Uqc#A&i67Dc delta 75 zcmeBTdCWXPg>mIXRZkVJ0RIqO=c3falFa-(U6;g?R4WA|14AQS19M$N0|i4vD?{Un eJNNSYB<7`;CZ+>r3rgahf+m+TMo)ggs09FUQy0zv diff --git a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po index fa7097c1c9..bb37e73754 100644 --- a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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-07-10 11:13-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: links.py:7 diff --git a/apps/scheduler/locale/ru/LC_MESSAGES/django.mo b/apps/scheduler/locale/ru/LC_MESSAGES/django.mo index c790f804a77e66aa966dc366b94f0e94adc828af..a4d6fafd016d7f96c6764a2ab01bcb83304c275a 100644 GIT binary patch delta 88 zcmdnaa*t(#3X=-cL^TifjFOT9D}DX+%#w`KB)#PPT>YZ_;>4oN{389_#LC1x{mkOx s($wOKc`_VE#tMd}R>tNNC!L&}!5GEklbDxYnwXwyrBGBl`5\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: links.py:7 msgid "interval job list" diff --git a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo index ddb756f61617106fd7fedd2cdabfc35043713116..155555535bb9ae32298fff4d30cebed868cc23e5 100644 GIT binary patch delta 126 zcmZo*UCuheMfCwA1H)1V1_llwZewC#U;)zoK$;gwPl56mP0TD*&nPJ=u+rC0&n(F( zP0~xw&($x=FHS7V%rDZ7#b)T8d@0| hO;%+*!|#)rmtLBfo@%9#k{a*gI{5=*^yFwJ9{{GW65ap+ diff --git a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po index 10bea02c45..1a0feeef87 100644 --- a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-04-20 09:17+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/en/LC_MESSAGES/django.mo b/apps/smart_settings/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/smart_settings/locale/en/LC_MESSAGES/django.po b/apps/smart_settings/locale/en/LC_MESSAGES/django.po index f2d8196153..7bfdbe0d0d 100644 --- a/apps/smart_settings/locale/en/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/smart_settings/locale/es/LC_MESSAGES/django.mo b/apps/smart_settings/locale/es/LC_MESSAGES/django.mo index 5a1d41e54cba61068ed4fd12da3c131069b337cc..17c6ec4f7e4bd5e434ad621adc200d3bf383b16d 100644 GIT binary patch delta 127 zcmeBWUBNoRMfDaV1H)1V1_o{*ZeU_yU<1-UK$;IoPX^MgKzh-{%tG~yl9B=|ef{*z zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG)Z&S^WH^kB6%0+SjLj$h>zO=_(RT6! X#wZ@2#Ju#<#Pn1vh1BB7mP{c4$*&}! delta 100 zcmZ3%+RHk@MRh+T1H)1V1_o{*PGw?XU<1;HK$;IoR{&{NAl*JOvv4vaqYQ_kfr6o- wm7&pORmL7J=fvWY%$&@`Jk81L8SQy|67$ka6Vp?z6jF;Pzh#V`9Lf|70I~WPP5=M^ diff --git a/apps/smart_settings/locale/es/LC_MESSAGES/django.po b/apps/smart_settings/locale/es/LC_MESSAGES/django.po index 685387e405..904fd34a87 100644 --- a/apps/smart_settings/locale/es/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # 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-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-09-30 05:09+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.mo b/apps/smart_settings/locale/it/LC_MESSAGES/django.mo index 3e7a12a309ec3b1ddbdbdd16abfed895658e809d..affd9a6e0f6abee50740a2394f2bf3783af4fcc5 100644 GIT binary patch delta 121 zcmey$GKY17i|S=Y28N{!3=Hf*T*<`1zyhQjfixeGZUfS6Kzi!L%tG~yl9B=|ef{*z zl8n+Mz2y8{{i6Kh#G=gnBK_RN%EUbV%;MtG)Z&S^WH^kB6%0+SjLj$hJ2d$$V-%N9 RVqSV_VtT5T!ekYuKmZDMB8>n5 delta 85 zcmbQk`jusZi|QIi28N{!3=Hf*9K^)HzyhSBfHWVFjtA0gKss+?X5nN;Mi~x60|i4v hD?_8ns*Hztd=m50OB2&mtrRj#CO>10p6tiu2LOW)5)c3Y diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.po b/apps/smart_settings/locale/it/LC_MESSAGES/django.po index 6ea01cda9b..0abb735cc3 100644 --- a/apps/smart_settings/locale/it/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-12-09 17:38+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo index 3f7ef8b6d09a8f7527770335fb2ee535eff2054d..0d6746ce986b894764b12b344acd208c0e3d96dd 100644 GIT binary patch delta 123 zcmbQwdW>~~i|TJi28N{!3=Et=ypV~3ffY!v2GU$WdLxhqiSL=1S*V^-Qc_^0ub-Y- zl2MwZmzWfHW77?gG*v@u?Ft3nw!&%5WGOC>R=A g85&JiW!%8ylbDxYnwXwyrBIMF`3ht7WE-X~0HU`NxBvhE diff --git a/apps/smart_settings/locale/pl/LC_MESSAGES/django.po b/apps/smart_settings/locale/pl/LC_MESSAGES/django.po index db56db4dd5..b32e037ca6 100644 --- a/apps/smart_settings/locale/pl/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-20 21:27+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:9 views.py:28 msgid "settings" diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo index de8ad85695d0c06595fb859558f8c165482f38fb..d97d5da3f8c0bbc87cd853bb20be0651aca0ba5a 100644 GIT binary patch delta 122 zcmaFIGL?0Li|Tns28N{!3=Hf*T*}12zyhRefiw@0ZUWM*K)QcoW}$jUNlAf~zJ7XU zNk(asUUGh}eo=mLVo_#(k$!GsWn!LwW^r+8YVpKdG8{(63Wlau#^w|M?VEg(F^bzK SF)zI|F+J5vp@r%Oc1C delta 85 zcmbQr`i^CSi|PtS28N{!3=Hf*?8n5wzyhShfHV(~jt0`KKssY$X5nN;Mi~x60|i4v hD?_8ns*L-1d=m50OB2&mtrQAMCO=|~p6tcs4FGtw5#ay; diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po index 34bde6f444..b02bc89641 100644 --- a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 11:59+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo index aeb9a53c42aae947e9692171ac9585fcd98cdb93..4c1be053e5f663ac1d4c20e1d0cd8150dc86f7fb 100644 GIT binary patch delta 126 zcmeBW-NHJ-MfEi!1H)1V1_pK@p2)<&zyhRa0%?9AJr78;0_k-VGYi!-N=gc>^!3v- zOEOB6^pf*)^^5Y06N@tQi}Z67D--kdGmDE$Q;R3wlHo8iRxmWRGB%(1@5bb3j8XhP WiFxUziRr0U3I!$cPC=9Hnfw6EdnDQb delta 88 zcmdnO+RHk@MfC_H1H)1V1_pK@&SGL, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo b/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo index 49f9cdbddbfed7535e4382d9892a6a8fb732ef08..148ba717f9e626272dc38b59f970d67aebc1fb6f 100644 GIT binary patch delta 123 zcmX@d`jvHpiz*Kj1H)1V1_p5;-UMW`0qIjfS_nvA1kwUP`pLx1LiLQ2k^(Dz{q)R| zjM5~%, 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2011-11-03 17:15+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:9 views.py:28 msgid "settings" diff --git a/apps/sources/locale/de_DE/LC_MESSAGES/django.mo b/apps/sources/locale/de_DE/LC_MESSAGES/django.mo index 07858cb2f3a01ce3e119ef522e654ca0e9494436..e84af915367898a36e255d32493a8bb7157a757c 100644 GIT binary patch delta 1066 zcmXZaOGwmF6vy!+S(@deG9S}alO<(3%|peSGNIHcqX!KXX~jPsbQa^-%(#%KKSU4| zL158B2!b|7FR(=t6crJIyNDKnEwV)<2Gyp8(f1es&3x{E?&F+$&VA7JzU#^KBKKRK zS+v4zv6=a+%$l(VyYU3J;!`ZapLi7Ws?FBpG2DPzY`|N{5_^rS@Dnb@ALzqB7{YQs z^0D1#uB~9OpFi5L8w+s^{df=8;ww}FpHTtlQR~Xqm^EQF*5Dy*!E+eHanyxoaTEGD zROhv!E_}-GnsqSf^(Mwq8{Xj(T)@qk&#u+jfJ%4|7GNC1*n`LMI%?lnZ+;F{iQlLM z3)h*Ei`64X+dh{;J%c_B;tkIisEu>D993_Xt{69BD=JY3mEdhWfG@EQivnhy*o3?A zJVx;us$$=fZkQXOo|=fEZk9q-#Pz=4VlCevQ9WKj1=z}UwqP99%L}Oemyqt*O;qn6 zdrqQS_693)8cD#lSq3V}Uo1i&*Hfu$Q3vcq-luioGVDPG96*&ig<6;M<}aewUquDH zi+Vfvu@on<9H;*4n$0j!#=ksEcqux#4%Oo@7UOo$PE^1+>Jgnr1?a;v%%Vzr+57(v z>Ww_a9XNxkXca#Z^BBMMn6d49BDkxeMn6wB%{Ql~#KKH%*=bU@aeb@P{b7m#WeYwjl z8Zh&j*`J_U47V_iPN`V}Z(}~b!7luWRak$>>@cRV9!HQVdx*t2hk5uK%kV8W;7`oP ziZXMph(R^8r?3fgaTG&1h86e#mB0&Bz-83BAJ~Myu^Ma3&04Sn<2a7G&;r)rChELW z4%da7L#|mHgOmKw#5iih6WoJqSc{+VAo^IOgv&7pBiM*B?8PC}zC~|-2~~+zRDz$8 z94x!?{{_P?gX8>2U<5CE-a~C%!u`08D&03cf&uEUMB}IgFJlMZ$7A>vljsj~Iqb$L z-bGdH719NB|1!`-F?H3=lBkOGdEbxmDBm-v9VGI@UG^*4|)Ved?d@pMKc~rpb zsJC+i3vd!kaQdIF**pVfyyE#Cb?|OpjC!1hek}5=LIsSV4_i, 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 @@ -234,7 +233,8 @@ msgstr "Intervall" #: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." +"Inverval in seconds where the watch folder path is checked for new " +"documents." msgstr "Intervall in Sekunden" #: models.py:237 @@ -324,16 +324,12 @@ msgstr "Quellen hochladen" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "" -"Es wurden keine interaktiven Dokumentenquellen definiert oder sie sind nicht " -"aktiviert." +msgstr "Es wurden keine interaktiven Dokumentenquellen definiert oder sie sind nicht aktiviert." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "" -"Klicken Sie %(setup_link)s um Dokumentenquellen hinzuzufügen oder zu " -"aktivieren." +msgstr "Klicken Sie %(setup_link)s um Dokumentenquellen hinzuzufügen oder zu aktivieren." #: views.py:165 msgid "New document version uploaded successfully." @@ -383,9 +379,9 @@ msgstr "Arbeitsdatei: %s erfolgreich hochgeladen." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." -msgstr "" -"Arbeitsdatei %s erfolgreich entpackt und als einzelne Dateien hochgeladen." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Arbeitsdatei %s erfolgreich entpackt und als einzelne Dateien hochgeladen." #: views.py:249 #, python-format @@ -517,9 +513,7 @@ msgstr "Fehler beim Löschen der Quellen-Transformation: %(error)s" #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" -"Sind Sie sicher, dass Sie die Quellen-Transformation \"%(transformation)s\" " -"löschen möchten" +msgstr "Sind Sie sicher, dass Sie die Quellen-Transformation \"%(transformation)s\" löschen möchten" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/en/LC_MESSAGES/django.mo b/apps/sources/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/sources/locale/en/LC_MESSAGES/django.po b/apps/sources/locale/en/LC_MESSAGES/django.po index f2404cf50f..18172543e3 100644 --- a/apps/sources/locale/en/LC_MESSAGES/django.po +++ b/apps/sources/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/sources/locale/es/LC_MESSAGES/django.mo b/apps/sources/locale/es/LC_MESSAGES/django.mo index d39b7bc6854869be4b8e757e987a13aebade3b22..42a104e149ddccaeb5b2651e057dc3b445e1f58d 100644 GIT binary patch delta 1075 zcmXZaNoZ416oBDlM60p2sY8<1sxh{8ATLuJqrq5hOBE_4pfsY3_9-C^+C(#eB9f}O z5K2Lc2rd;2;($)OG#1 z57W2=t1VKIwG19Gu^(SyJ+4?M(u!_mN+Q^ZNo#%>b%P72fiI&5evAgb#a%d$ofu^^ z&L$^uJzhag_;zch7Wkg^;y1>5(ZniUkiZ?7!XcbM&1eqw0RK=cW+T1b*o8;%4C?nY zxE$YOJATDYXxmsztgXU;LrOPlsgI#%G>*FQ3*3Uga5Xl2M7E-V+i?(McoF^h6!ic< zQ7h3$v;i#OUVM%|TtNN4;-isT;uIdh0_=*6YzN8(l_!ay@j;x;^MEx3hEJm1A-IE`AF*Ql544{AU=byXdx zrFL4+9(3^Bf!c~F>K*E~<`ZZTUxpcI=_ZhN$}^8%kc)b;ZtO({lIDr#>^ICJ!)MOcHu58 z!$QnFTgu=%4|?z(R^fMa@GtVS*fO&awxgbRqc%8>3Vae3cobXk5pKpQ+<*=rk(2Gk zdOU?H_>$wz1-|CL_<$X}_~kE1v3eu(3?9Wis-j6$0$)%aD`5ufDDxopqXLX$1wO&m z_ySjA2~}8yx5A7hErDuvC#s?|sEzO7T6~WY{D+NL9XDHtTQH3$a6R5cCGZy2i6qf> z;{bNzZEVJA)c0PPgH$FN?8O0Ggk!iJ$5Chh6IWq?zZ5p154zH2^Db0cNW#^-~POeelKQT zi8=}gb%zrE^Axra-?|y7b$R3%?H1BydydNVGirkp(lwhwnqlEJbI()08B~CssK5tM zmoA68)E;id0;YOWiLTlQq5pTwbqN3f diff --git a/apps/sources/locale/es/LC_MESSAGES/django.po b/apps/sources/locale/es/LC_MESSAGES/django.po index 02baaaa88b..992f36f92d 100644 --- a/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/apps/sources/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-17 22:22+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 @@ -77,8 +76,7 @@ msgstr "Expandir archivos comprimidos" #: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Subir los archivos de un archivo comprimido como documentos individuales" +msgstr "Subir los archivos de un archivo comprimido como documentos individuales" #: forms.py:43 msgid "Staging file" @@ -234,10 +232,9 @@ msgstr "intervalo" #: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." -msgstr "" -"Inverval es segundos, donde se comprueba la ruta de la carpeta para detectar " -"nuevos documentos." +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "Inverval es segundos, donde se comprueba la ruta de la carpeta para detectar nuevos documentos." #: models.py:237 msgid "watch folder" @@ -326,16 +323,12 @@ msgstr "Upload sources" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "" -"No hay fuentes de documentos interactivos definidos o ninguna de ellas ha " -"sido activada." +msgstr "No hay fuentes de documentos interactivos definidos o ninguna de ellas ha sido activada." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "" -"Haga clic en %(setup_link)s para agregar o habilitar algunas fuentes de " -"documentos." +msgstr "Haga clic en %(setup_link)s para agregar o habilitar algunas fuentes de documentos." #: views.py:165 msgid "New document version uploaded successfully." @@ -347,8 +340,7 @@ msgstr "Archivo subido correctamente." #: views.py:172 msgid "File uncompressed successfully and uploaded as individual files." -msgstr "" -"Archivo descomprimido exitosamente y subido como archivos individuales." +msgstr "Archivo descomprimido exitosamente y subido como archivos individuales." #: views.py:175 msgid "File was not a compressed file, uploaded as it was." @@ -386,16 +378,14 @@ msgstr "Archivo provisional: %s, subido exitosamente." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." -msgstr "" -"Archivo provisional: %s, descomprido exitosamente y subido como documentos " -"individuales." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Archivo provisional: %s, descomprido exitosamente y subido como documentos individuales." #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "" -"Archivo provisional: %s, no esta comprimido, subido como un solo documento." +msgstr "Archivo provisional: %s, no esta comprimido, subido como un solo documento." #: views.py:254 #, python-format @@ -522,9 +512,7 @@ msgstr "Error borrando la transformación de la fuente; %(error)s" #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" -"¿Está seguro que desea eliminar la transformación de la fuente " -"\"%(transformation)s\"" +msgstr "¿Está seguro que desea eliminar la transformación de la fuente \"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/it/LC_MESSAGES/django.mo b/apps/sources/locale/it/LC_MESSAGES/django.mo index 7f661ea6aded9c30ec8955ef89cde12432a9d33d..f39129adac3746602774495b1ac3f50d27de34bb 100644 GIT binary patch delta 1062 zcmXZaO-R#m7{Ku-%vP&rFY5ArX=z|{Z?4gz!fY7XD$5SmLH^m8J8X-+U`6sr>JW7( z7zQ0eD8UXM7G69V6hZcO7=cu$Ai{|7(7_;rzEAtZ_8T*N;7j61QdPNW$l=*3G|kCUkLi?|-2V++2)PW*wD z=&To0I9r-nbqu>vKa8U;xPkoSF^?)-u-@OJ&ijrBa0T~ZXM;!&4&rgVj|cG!?#7lz z5gSHuEk+y7@`N)CFh}m;5u8QMdzlA0AJt`uA&|=Kv_265Hchq z*p3s(R`LX0_|hckBKU?Otl@9(!zeoNCT_$6>h~#h;}U9XDqSKz4B}yoqmIv@R&)su zp^JV6aTvRC66u1NuL<@Oe8p;PZY?he;3nQP*r5|~FV3Lekq;O}TU)sm=TIwn!Ey|> z0tL&5s1=<-tw0fJi7D^Of&8*2)a@!K(u%r42(^SgxE+VF0<)-hU<~azj(Ul2;WoUB zy8aRBWt>G_zkqsKOaC?5j5MgebR%PO7B$l=mJ_I@x{c&0)2JK2LOrmA+NzJ1%cz%n z6}5tn_Hs)aP!H}$iYM36uRWO}sKF9y=F6x(|AU%{jr!|>TP*84=C0X(I{HU*xyxaX zC!WZS<}Y@Qq?4XZI%{MS>5M07Ts2ajL^hj`W$mX=4Z3?XF(a2qr`$)4TrBMJdwqVl jH{|vQT)tp95GvfMT`U;R^Y#-)DxNpuOqrW^Mymb+Sb&9A delta 1001 zcmXZaOGs346vy!+lWD1=y=Ky;=~^~LKJrdhW@+Un@e#U6%4#u0m|zn`iCA%`g$rA> znT0_SR8osU7@Sr?gwevlg+a>*X;HK=qM`>C^!+t=G52%s|Nb9m&iPLr{o9kB4|ur( zvv|mCxtYBW6XO#0p|jp>Ctk!=cps18W30wM7{zF%StGV$6(&*hC$JcA<0hQKT6}?p z__@+N<81rRKnIqwS|9pR3r?Xnyvm~-C;j(FsCmzEKhEKHT(-gNFxF!yUcgp-f?M$? z7GX5PT#QA${DfKt_+~@cj^n7z=TIBH!t)r}NRoI119%H};T=4I3#bEjP?i-KM~3VG z#&7`H%C4h>cRhjzf@ioFKj9vX@%Mvx8cT2(^?elUF^g)=TXZq#m>tAJsPPo4qFHRi zU$`5atIe7)i4@(u2L$^Fp5j{kfm%?ynICrHHaw1Xm_pr=Y3#v8R4W>`A^WqI&)smB=FMz>mIPW4W=SrC|DIC{pY;Iu=u&ztd@}bg++O|<2Pko` diff --git a/apps/sources/locale/it/LC_MESSAGES/django.po b/apps/sources/locale/it/LC_MESSAGES/django.po index 5e38ef3657..b59950f340 100644 --- a/apps/sources/locale/it/LC_MESSAGES/django.po +++ b/apps/sources/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 @@ -198,8 +197,7 @@ msgstr "anteprima larghezza" #: models.py:159 msgid "Width value to be passed to the converter backend." -msgstr "" -"valore della larghezza da passare per le operazioni di conversione in backend" +msgstr "valore della larghezza da passare per le operazioni di conversione in backend" #: models.py:160 msgid "preview height" @@ -207,8 +205,7 @@ msgstr "anteprima altezza" #: models.py:160 msgid "Height value to be passed to the converter backend." -msgstr "" -"valore dell'altezza da passare per le operazioni di conversione in backend" +msgstr "valore dell'altezza da passare per le operazioni di conversione in backend" #: models.py:161 models.py:198 models.py:211 msgid "uncompress" @@ -236,10 +233,9 @@ msgstr "intervallo" #: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." -msgstr "" -"Invervallo di pochi secondi in cui viene controllato il percorso cartella di " -"controllo per i nuovi documenti." +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "Invervallo di pochi secondi in cui viene controllato il percorso cartella di controllo per i nuovi documenti." #: models.py:237 msgid "watch folder" @@ -328,15 +324,12 @@ msgstr "Sorgenti caricamento" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "" -"Nessuna fonte interattiva dei documenti sono state definite o non ne sono " -"state attivate." +msgstr "Nessuna fonte interattiva dei documenti sono state definite o non ne sono state attivate." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "" -"Click %(setup_link)s per aggiungere o abilitare una sorgente documenti." +msgstr "Click %(setup_link)s per aggiungere o abilitare una sorgente documenti." #: views.py:165 msgid "New document version uploaded successfully." @@ -376,8 +369,7 @@ msgstr "carica un documento in locale dalla sorgente: %s" #: views.py:240 #, python-format msgid "Document version from staging file: %s, uploaded successfully." -msgstr "" -"Versione documento da gestione temporanea file: %s,caricata con successo" +msgstr "Versione documento da gestione temporanea file: %s,caricata con successo" #: views.py:243 #, python-format @@ -387,14 +379,14 @@ msgstr "File in allestimento:%s, caricato con successo." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." msgstr "file temporaneo: %s, non compresso e caricato come file singolo" #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "" -"file temporaneo: %s, non è stato compresso, caricato come file singolo." +msgstr "file temporaneo: %s, non è stato compresso, caricato come file singolo." #: views.py:254 #, python-format @@ -515,16 +507,13 @@ msgstr "Sorgente per la trasformazione cancellata con successo." #: views.py:652 #, python-format msgid "Error deleting source transformation; %(error)s" -msgstr "" -"Erroro nella cancellazione della sorgente per la trasformazione; %(error)s" +msgstr "Erroro nella cancellazione della sorgente per la trasformazione; %(error)s" #: views.py:665 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" -"Sei sicuro di voler cancellare la sorgente di trasformazione " -"\"%(transformation)s\"" +msgstr "Sei sicuro di voler cancellare la sorgente di trasformazione \"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/pl/LC_MESSAGES/django.mo b/apps/sources/locale/pl/LC_MESSAGES/django.mo index ab324c520c63d4d12cf95a98d0973185a2cbea7a..ed5f6a3495c7564fed18be2f375aa1ef99bcf47d 100644 GIT binary patch delta 395 zcmXZWy-EW?7=__4iP`)ZC1}*bAEFY36b>d4VUd8^SOfxsAa<*S&4S6Uy9tsi*jm`^ z1=x52Lcqowu(Q(2#!AwOot^KHZRTOloSARF3-=38jo5HLF7lETF+}7oB~r!@oWodJ zWEBfIjTM~2I?mz|uHgxCMXs@g1Ju0-+{Z`U#4oI2GBcTHW@IQc1P28CL7J!wr$|@s za05fsgPu`;^c{2fiMltA@?TtJ|A$%3v*>r1QTNu7BPmDLvT7343G~CqQL%|j?9VWd z9_oR&qe1*8vDNPNJX0y#>9zY8+m~)f`EFqOj_a$AHL$wM34(qr2!E0*=}NV@vujrO b!h-P{j*atN!|K|7%Wj!P?`m|IDkc5_$|*Hv delta 379 zcmXZWu}eZx6vy$SuYCE`2rVB(g_VLN&)$6mg0Pa2qw(#T7iqdA!FZd_$d=iAzsX6q9ig{vbuvKpDx%KF(ni zb|fBq57c+RQFA}Y5{ssqau)vzmjiux7ByHz7Y&Z#I_kjP z!CACp<(;j~9dGrd9<~pTTHadNu2*w`ZvxM+c*f5eQ#C<__dr J!J(bEegVIoEinK9 diff --git a/apps/sources/locale/pl/LC_MESSAGES/django.po b/apps/sources/locale/pl/LC_MESSAGES/django.po index 9638b1ecda..36c3ba9c80 100644 --- a/apps/sources/locale/pl/LC_MESSAGES/django.po +++ b/apps/sources/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:20 msgid "preview" @@ -234,7 +232,8 @@ msgstr "" #: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." +"Inverval in seconds where the watch folder path is checked for new " +"documents." msgstr "" #: models.py:237 @@ -379,7 +378,8 @@ msgstr "" #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." msgstr "" #: views.py:249 diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.mo b/apps/sources/locale/pt/LC_MESSAGES/django.mo index ef7e10f826886f7279b63aaca9a28e109a911b60..041705655b9aaab4fcd58499a739f241db688373 100644 GIT binary patch delta 1070 zcmXZbPe@cz6vy$?A2T(bpd8ICM@utvd^#2*Q;Jawqwr4!Q55tNnVE$%GBZM9@L)Ef zVGu5Y7A^V%L6VUKMG(1=S`=+WT0~Nd2-7w}M6~GpV+J1YbMJlkopbNG@6Gfs_C8ry z=Y3dXcGGXR!OYxBvo?(3DZGuX_!BFzW}8_bhB1KGuo@rY9-K$bTgA;-P-Rw%e$>3( z7{S9>fLE)`v#m6;3@G6(EW{tU9e*L0`RFKM6Keb*w~crPoADwl@g%n31Kf`b7{ns7 zvj+>~PV7g$pRD%GdT3l`U>DbP)tEWZjM~|G)Wq?;cTovnqUJ4Q7ghywJ3fmS=-T)}5LhW!258-tz$G5l(KVv7ZrK1Gh*nw$OMW#_l z`V_UXH>e7H!4h0S9q}I|uE$rA`*{4=$b&9a>7uAJPoM&L$Ym4x@floC|21mY*{NYB5-nLNElGzCUK*aX;ZZz`34DW5T*AW`sWx-)1jg|SZo^U3ylIT!XIz7esCj?T!&uBL zh+Q%Bt%6R50VV9iVtkDo@GWxLcNzr@FsShgnh++i5%;4K_u?+RjLrBEoA3*=c8joz zjkp8#{-L-}L#Km*8XUnCPM}t}j1Bk?k6;6n!gvw&{1z(V5T@`IcHj!KsG^;?8Z)TG zy)+IEpcZuBr$bfjB`VQ8?#AGz{Lc2ECY~&K0hRDJYThIsz~87HCmplnn8hScp(?wC z9;R#aM|uqv$Dg1>b?h5zhk?5M4m+`h`%}0c?_xbZ#a8@;N>I(-xmf{rZh~Fb|eVeDFk7p6LV{~)AbSc!CA4CN>hFsQD7{87yxgSQAdK63W9%>e=&ijTg|wvg{Da*?xCZS4&pj|hx%<6Pyv4xETT*bT#gD@H-4kIHJtlV m84tM$$8|k7nJbUJC`)&r$)4}dp7xx+bGeylW_)jz6aEjlOK}|l diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.po b/apps/sources/locale/pt/LC_MESSAGES/django.po index 3f6d55820a..25a6e18532 100644 --- a/apps/sources/locale/pt/LC_MESSAGES/django.po +++ b/apps/sources/locale/pt/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-03 10:11+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 @@ -78,9 +77,7 @@ msgstr "Expandir ficheiros compactados" #: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Enviar os ficheiros contidos num ficheiro comprimido como documentos " -"individuais" +msgstr "Enviar os ficheiros contidos num ficheiro comprimido como documentos individuais" #: forms.py:43 msgid "Staging file" @@ -236,10 +233,9 @@ msgstr "intervalo" #: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." -msgstr "" -"Invervalo em segundos entre verificações de novos documentos na pasta " -"vigiada." +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "Invervalo em segundos entre verificações de novos documentos na pasta vigiada." #: models.py:237 msgid "watch folder" @@ -328,16 +324,12 @@ msgstr "Fontes de envio" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "" -"Nenhuma fonte interativa de documentos foi definida ou nenhuma delas foi " -"ativada." +msgstr "Nenhuma fonte interativa de documentos foi definida ou nenhuma delas foi ativada." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "" -"Clique %(setup_link)s para adicionar ou habilitar algumas fontes de " -"documentos." +msgstr "Clique %(setup_link)s para adicionar ou habilitar algumas fontes de documentos." #: views.py:165 msgid "New document version uploaded successfully." @@ -349,8 +341,7 @@ msgstr "Ficheiro enviado com sucesso." #: views.py:172 msgid "File uncompressed successfully and uploaded as individual files." -msgstr "" -"Ficheiro descomprimido com sucesso e enviado como ficheiros individuais." +msgstr "Ficheiro descomprimido com sucesso e enviado como ficheiros individuais." #: views.py:175 msgid "File was not a compressed file, uploaded as it was." @@ -378,9 +369,7 @@ msgstr "enviar um documento local da fonte: %s" #: views.py:240 #, python-format msgid "Document version from staging file: %s, uploaded successfully." -msgstr "" -"Versão do documento a partir de ficheiro em preparação: %s, enviado com " -"sucesso." +msgstr "Versão do documento a partir de ficheiro em preparação: %s, enviado com sucesso." #: views.py:243 #, python-format @@ -390,17 +379,14 @@ msgstr "Ficheiro em preparação: %s, enviado com sucesso." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." -msgstr "" -"Ficheiro em preparação: %s, descomprimido com sucesso e enviado como " -"ficheiros individuais." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Ficheiro em preparação: %s, descomprimido com sucesso e enviado como ficheiros individuais." #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "" -"Ficheiro em preparação: %s, não estava comprimido, enviado como ficheiro " -"único." +msgstr "Ficheiro em preparação: %s, não estava comprimido, enviado como ficheiro único." #: views.py:254 #, python-format @@ -527,9 +513,7 @@ msgstr "Erro ao excluir transformação da fonte; %(error)s " #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" -"Tem a certeza de que deseja excluir a transformação da fonte " -"\"%(transformation)s\"" +msgstr "Tem a certeza de que deseja excluir a transformação da fonte \"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo b/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo index d252107d52474bd1a3d6e981cd6053cf726e9b01..22b62225b90bf5a9cbc526b60b7c9a0730190ff2 100644 GIT binary patch delta 923 zcmXZaKWI}?6vy!++GlKo)h4E?Mtvn>)tWqODoQF=>!3rcrBwt)YOHM%p-s&ns0coB zaBwt3CvmEOP>Rsese?)fHwAH!E&-uZqF^TnzdsB--simc?z{J#bMMdo>gl(aHu|d@ z%-*$`IcD}EY}SJdIEpKn#NHidgf@;Ba28$sh%x+uUDy;c+lC3;il9jp#+_J0O=Rt6QP_?FJcNfagFsM=g8? z(|8WAR>Ma)#Pds3!s~bv9r_!>vlz!Kco6TQIx>$Z z@EfWFA=;tVcc2RJlLV^tJhtE{YD>nDU9c?f$NQ*6=TT?n6Kab-qyDcU$H3~1_YUQ5 z;<+6)K89N`j!GnfoDttr1Zvd)Dx+(t$}6Y@=8)#t0#dXsqb8`KCSFA?{2SGoz~27} zMNx&sQSZA^3HPDa8N{G^I7y(El~7yo6m@z(pnm+)u!fr84+hb37au#5!LD4nJd^gk zY`&bU+)R!aro3XIlqu#5MQGD7{~D^w6%27&{a48j$~%&)XXBJtD~83*V#u`+?0^KyBPWX98WE z#hF-WRz+ir4o%p_N!-J7bkCTzU>CZ04H>e#$YalVX~T8AgrCsEf2et#WW(Ne1+~sJ zw&6omB5NTHmF^>U;xBB+80FB!!J>0G&i4~kzU BWxfCa diff --git a/apps/sources/locale/pt_BR/LC_MESSAGES/django.po b/apps/sources/locale/pt_BR/LC_MESSAGES/django.po index bd2ad6b9a0..1f49001741 100644 --- a/apps/sources/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/sources/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:20 @@ -77,8 +76,7 @@ msgstr "Expandir arquivos compactados" #: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Upload de um arquivo compactado contendo arquivos como documentos individuais" +msgstr "Upload de um arquivo compactado contendo arquivos como documentos individuais" #: forms.py:43 msgid "Staging file" @@ -234,10 +232,9 @@ msgstr "intervalo" #: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." -msgstr "" -"Invervalo em segundos, onde o caminho da pasta assistida está marcada para " -"novos documentos." +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "Invervalo em segundos, onde o caminho da pasta assistida está marcada para novos documentos." #: models.py:237 msgid "watch folder" @@ -326,16 +323,12 @@ msgstr "Carregar fontes" #: views.py:107 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "" -"Nenhuma fonte de documento interativo foi definido ou nenhuma delas foi " -"ativada." +msgstr "Nenhuma fonte de documento interativo foi definido ou nenhuma delas foi ativada." #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "" -"Clique %(setup_link)s para adicionar ou permitir algumas fontes de " -"documentos." +msgstr "Clique %(setup_link)s para adicionar ou permitir algumas fontes de documentos." #: views.py:165 msgid "New document version uploaded successfully." @@ -385,7 +378,8 @@ msgstr "Staging file: %s, uploaded successfully." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." msgstr "" #: views.py:249 @@ -518,9 +512,7 @@ msgstr "Erro ao deletar transformação de fonte; %(error)s " #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" -"Tem certeza de que deseja deletar a transformação de fonte \" " -"%(transformation)s \"" +msgstr "Tem certeza de que deseja deletar a transformação de fonte \" %(transformation)s \"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/ru/LC_MESSAGES/django.mo b/apps/sources/locale/ru/LC_MESSAGES/django.mo index d61f56372381cfa4e39ec32581105931c19cd25e..ccdbf3e21c36844d63266a703bd7ee2e5560c2e9 100644 GIT binary patch delta 1063 zcmXZaT}YE*6u|LAMjvBHO1f;7R%Tgk@4M+(TYk|-lM4Ju5$t2U)|w;SY9ENP+C>*- zLJ$&pRY7;r#b6i_LQ&pCNszZu7m-jzT^Mv_^gm75_IsY^efOMmp65(Pi_zk{ibCTW z5pS)CT||bq@Wu0($2si7K%Gc4PT?J##ZHWD74hQ@9KaX24>vnS4q!XhU;=$uz*d~a z4fx$D1=-7BnFR}-+scVt#V+Qz(1UN0S7Zfsqq^-PmDq!t;91m-i`au-F^aw&B4_X} zcHuH=yw>`10;lT>{F#Lq3nVY|co;vU4V?|;N}6zzc|SVvBWeP_u>&i1icH`UT!(Y0 z&tD@s%Lm+rzmVLdnu#0D0t4M3ik)~LyYLfgruDl;_(+7G2wp@3OE`>QupK)ZMXq2T z58)q7qPeGh0uS&Q^A*$+>TW8ZSYd|2bru$oXVOR1ERG||$`3q=m0au~j$ki7L%rjT zG=^5}!-Lp{E=*uG-b30&9;2SfJnqLu4AT*##t9k`DQ7e3ey1^ovxPO<5GU*Z1*P)}wFIc>31 zp01my?}bqBcwp7bsDW;yCj1mn;R5z!GZ!DiysBOMk^#lZTGG`(25LfsScT)Ll}(~H z-%M#@{m;tdquK1Gpkc%l+0opH`&??wNT)JZI+02nW7dR~G!mIiE|#(N_6)c}>6n#G yq>`?%m5l`(yr#$NGW{-ZOM}N3Z1GP|)xMdw9K-e#Rx+Nm;=Gd1m7Y7^JN^L*Wsa-> delta 1000 zcmXZaPe{{o7{~EX1-Xfh8n|Dz*=B!D)3%Xlnr@g7NZ|UjjHK53!)_xZsfn9>oo@1CE0pFiJcAydjMRM!>%tdZgY zsXGjNt?1la|pg`h`AhX>tqfLc6$x!}uIC=-Vcp#XKglik5Ff z*e#$lT$Iic=qEtYn#EpxiuJgP*2!NiVOvCU@G)8eZ?PXgVgZBA(t4ah`+gs(RS$7H zzD8=(H|#)fk*HnJjS0MtNqmA<>2KVD5&j&(LEMkG@C-h~K6G|U6PU(se2;nb?s6w^ z1Bdv%j5eX>-R{JSV;rUk%pu>@O4e(bLWjo6L@ z=*KI_x@Zb*BD2_v^EfEp|ATu_h^Re57OlfcvL=D?9ocPH{J0UrXbGZd zOP4^qCyj^jCenjmU>v{VLGr7KvaQpRngz5A@8SOf&?d8lOk1C8aW8G!|Ao-rxV`2O zTB00U!MAY~=kPeL<>3!w+O(~`%Yml!2`!O_vaO&F+=MCg;RUqi8(S>Y{qR-FfsiK_ jjl^O-v3TWC;7!BPY(6)h&0X$^Tph1WIHQXz&O7HH1bB8T diff --git a/apps/sources/locale/ru/LC_MESSAGES/django.po b/apps/sources/locale/ru/LC_MESSAGES/django.po index 700257abbb..6d1703d313 100644 --- a/apps/sources/locale/ru/LC_MESSAGES/django.po +++ b/apps/sources/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-06-17 22:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:20 msgid "preview" @@ -234,9 +232,9 @@ msgstr "интервал" #: models.py:213 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." -msgstr "" -"Интервал в секундах, между проверками папки на появление новых документов." +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "Интервал в секундах, между проверками папки на появление новых документов." #: models.py:237 msgid "watch folder" @@ -330,9 +328,7 @@ msgstr "Интерактивные источники документов не #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "" -"Нажмите %(setup_link)s, чтобы добавить или включить какой-нибудь документ " -"источников." +msgstr "Нажмите %(setup_link)s, чтобы добавить или включить какой-нибудь документ источников." #: views.py:165 msgid "New document version uploaded successfully." @@ -382,7 +378,8 @@ msgstr "Промежуточный файл %s загружен." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." msgstr "Транспортный файл %s распакован и загружен в виде отдельных файлов." #: views.py:249 @@ -515,8 +512,7 @@ msgstr "Ошибка при удалении преобразования ист #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" -"Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" +msgstr "Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/tags/locale/de_DE/LC_MESSAGES/django.mo b/apps/tags/locale/de_DE/LC_MESSAGES/django.mo index d9e9ae33ae857839eb357730c8e7977cd92695bc..e30f1bb1f987fe457bcb462c8fa05f525b2cf4d8 100644 GIT binary patch delta 536 zcmXZYzb^xE7{~EPT6(2O4MbbNiin@58WByz!XgG%k;viFcBo3Pm6&cauy!>x5s8hY zgTyEXgN2ANNR0deB7(&G;gZX}?)!c2KHpF7Gg^tA-PgD;H6ja!h+jm8>qVkCjw85; zW4Mchc!EQChcWy?{VviVQj1*}z(;%)Sc-UiuEICIFxH~P>=dISR)$2fN4JnDg)*oynujuq6ri;(*t_{fG9c*b6QMLj6g zD8eOSZf)3wT5t+ma0clhOQ?lcQ4g?D^IX(Fap27lG06JZo1ad58yBcAUZDm*c@vKw4!UbME-B`a;Gx;O2$x%uj2u*d%k;^jp= delta 519 zcmXZYJ4nM&6vpveT5F%ahWhA(qIGC7k_1F7=we+&sEC6gC{asssUYp(VsR5EAvlSk zs}5=f!BIzXaHxXd;G%=82o*v6ADSWja?i;<-yz4bpXf#1RlRX3HSJT%qj&;JMbVE# zIEceIhiTlw44z>OpHc38VGA~}75}gky}@R`2Sc3Wn8FOUVLqs;%HU;*0(aCt%AiAJ zCv}1{@D$@%LkWCDFFv6gU$GD0upfUhfeBJ2a2zAJg1xwfGS3cGn*%Q?$O6|mfVU_? z?-<5U?8XMlf*lmQFoI;MG|IvwC;<~F^A=G4#H!P;pr7-$)88F)3O34zM<|2Oo%0>a zB6TENy*T}k@YSCC+mi~+=I6D^&4N{4-zaH0t6az?P2DgxeN;2_q+w(Y)4umTw9i, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-04-20 11:39+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/en/LC_MESSAGES/django.mo b/apps/tags/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/tags/locale/en/LC_MESSAGES/django.po b/apps/tags/locale/en/LC_MESSAGES/django.po index c78d130bd1..91723cf801 100644 --- a/apps/tags/locale/en/LC_MESSAGES/django.po +++ b/apps/tags/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/tags/locale/es/LC_MESSAGES/django.mo b/apps/tags/locale/es/LC_MESSAGES/django.mo index 4f7fc68608252fd0e860e6eaeadf3ba1c339d35e..cfbc531430552d7541423478966aed4d61809073 100644 GIT binary patch delta 536 zcmXZYKP*F06vy$?C|dQeh(C$?-!$pa7j2|f3>HKfEw+cIt@MxdwF8C@A|fG?yd5ES zNi9rfD+`0sW)cP#-@{8@-sk@AJ@?-8-f7@AaQ)<}zPLmdJtA%q2{wrYFpN=Lz&P$Y zx#r|I)VcxR|GsIgC(k<0V>fx(S>M2Rau!3lNz}$?o%J~kk~f`vf@9c=dPmvt@ zv4TB#fZE_0cHtGa;T>xI0}kRNYNH>hf8rapVLxA~_Mz4fCm3`v2%}ywgSuhGF^AgV z9%|h&_TqW%uRB3gP0%&{+L~gD4KGyrT&Bh zms)bqEgGVw_Ld-UXo%iV9vt_&&+~lmdA`r{pkM2EFRo_SC9>%g@ra0~iRc(Y3k^)+ zfs@-#?xCu42L}Jm;Sf3QxPnt;%bDN6G4eJp;l7hk1JeB8sLjAA6FpQ5y&-$Z2M*&W z&f_KOf-{5gyTbsRa_qrAQ9P zaTg<4M%CakPU1O+@CH@=EzaUSszzT?-NZYpgY+GLQPq1_Iran}Ayga0Q2mg0%%N)V z5LI0jr}3n7=I(nIw4H3;$W#kwJD*6n&B9kr6CWh7IEnT(od+O%3vz6&j5*XpHm d$*wH7^8U5pmR%_}>>|~LTI, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-12 19:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/it/LC_MESSAGES/django.mo b/apps/tags/locale/it/LC_MESSAGES/django.mo index 91ca5ac0e2d2fc889827ab1c064117685700b398..ee5997679735b5eae036ba50f75250377fce7121 100644 GIT binary patch delta 530 zcmXZYy-Pw-7{~ErT3xj_i_k*FGH|L}zVvbz8wx6drU;t4gLeHVAS4aKDA;g9zgi8n!_6RY7QB2}0 z8d$?wyitB(knHz%_9d~0yo9~DjDB2G^*tOUTNuYf9Kx1Y)Wtl5I|}p^-`I_R*pJS> zPD39?$YUrkYM>j_DA%v6`7N9xmoSD+mG4nr=mSIei}Im?{(7g8!D+)3R&Ww`P`;>! zBY2FX*i`jP43MvJ0H2Ug6mJ;DPnElvlm~lJUO0;Kho)6dEi#ae(|< zR$?KfR1hq+62(Tbva<35+NAIuoa&kH?94ecdvBZ>7mtC)c|c?-ED{uv--t*KJ2-*a zs7MjZXyc*w8b`<yOKaVDkVF4F$6n&jfP+jN}4SYcL(9d||zfqcLDGCPW(MI*6 zGNy422hi8`eaw)Xn8Z`$CrTT$c%}0*s=;rlF5E%&pb&>tPENB>jWehkj_bUj-9WW* z8~bq=hw-R=(Df56L`y5H*4$RbtJgMtYu>9@il%Eju4PYIj%_+l(Q#Y1;hXrf=T~>U RDxYihRx`5R{*Jr`{{S5yJedFh diff --git a/apps/tags/locale/it/LC_MESSAGES/django.po b/apps/tags/locale/it/LC_MESSAGES/django.po index c2a1374a4b..80f80aeab2 100644 --- a/apps/tags/locale/it/LC_MESSAGES/django.po +++ b/apps/tags/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Pierpaolo Baldan , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-03-21 13:46+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/pl/LC_MESSAGES/django.mo b/apps/tags/locale/pl/LC_MESSAGES/django.mo index 14f515808fd96c2700a097e40bc1f34df7f8981c..1d0166dd1fd7f9da2afd57c4446d5ba81eae8e40 100644 GIT binary patch delta 288 zcmX@b^^t4Bnfl+13=9jI7#KJi7#QZVFfgzJ>E%FL5J;~D(m=$pA4muQ=_5cIB!3l1 za{=kwK$;y$KZACLiY0(FH;@JjF{l7(khmt076Q^ntPFZ!0au^^ z8&JRxNCOc=D3D+V($PSg2S~>QX^;Uqn=2V(8ND+~N(!v>_0uy;GD?&5lJj%*i}H&T zi!$?z^m7v{6Z7;li;GKBi@5^)Lv)>sQWHxu^Ye6F5=&C86pRcEjdTsnb&ZS_3{9pwG_*1_nykpYfyXB?FTFG| TJ=IE~AZPLg=IG59ES8J_=%gMp diff --git a/apps/tags/locale/pl/LC_MESSAGES/django.po b/apps/tags/locale/pl/LC_MESSAGES/django.po index e27cec8c9b..ce09548771 100644 --- a/apps/tags/locale/pl/LC_MESSAGES/django.po +++ b/apps/tags/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-20 16:03+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:20 msgid "tag list" diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.mo b/apps/tags/locale/pt/LC_MESSAGES/django.mo index 3d274dc06f51cef35e021327d25fab006d71c9ce..abc4e952f42cad846a77fcce0c35e5f534f979e5 100644 GIT binary patch delta 531 zcmXZXy-Px26vy#LG}BCbBMs3qf}HB6VlQ_nuqCR$pdq-Lse>C^evz3J)nYi!n@L2A8pA z=PstnuPAdNpHePdLnp4IypzF6+_LjNj*$;=4qG^i9iOt)62%n_Kfa(m@L}gK93=nX zJi3Sf7cQXmlgRB##~Iv2naiOpIy+9G>t-DkJb7Q-aFSHH8-jwSM~FnAkv6-8(kwJK2N49) z668=VH3zjhHW~y`Ti;VI?{k0m9nLxTDqf3UzqqOwE|E2_NUw-|`b3iWgVPxGi_BsU zHP>(kZ&B+$(2YSuqzA*OeWEym$!^ZzFnJLtF^5A~Hl!*RhZ8RP@dmZQLpMKRANduh zu#Gy<6ZpS3kliJO6Bt9STRi(SvuWb&sfZZ>V+esEc>zI0QL-V+0MVbkh{-{XFV|8{NEv zW8{P8Y0sBC<=@P0naf9cr?Ouvnk!BvpG~AKJ8fDS)3y?}owd`AXKyR8?i35hPJ!Qt Nl}6pS+wAyS?qA>hJ4gTk diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.po b/apps/tags/locale/pt/LC_MESSAGES/django.po index d0819f0a6b..3262581bd0 100644 --- a/apps/tags/locale/pt/LC_MESSAGES/django.po +++ b/apps/tags/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-03 10:12+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo b/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo index 72fef3ea5453f2225e7d2280198c0d0ed7cf0d20..6812ecea4e8cb6a1921c4fbae04725157bdbbefd 100644 GIT binary patch delta 519 zcmXZXze@sP7{KvYv^q1BOeO0`$+RHoGO56pehm>#1tl$Uh3O5Ra;JlnTSE{H(iHs* z6}UzaHbqlQP5oFRXliI`>HE^b@qC`=y@%(0-h1_1y}ENXzFb0t6(L525Uy?^(wM?o z%sKT5W~gs5jz8$Zh))PN4q*qzFpNp3p2t4wMNHx*_G2BV@Yp9B!cTI;fgJFFeBzPN zg)f-G50n@Bd;ZUZ$j)LAW0=4ZT*d?*I38h$`T|vKV;tYmi!OhIp(H+nyeNwD;sp%g zD#{n-P`=be`2q`j@epPIDGuW~cH%Y4zP9uK3FX4C7{pH;z~6C_2uX-(a^M6(Zk9#a zxPnpKZW-=(&secqtzy~+J@NwdnfZW(1uE9rIJ)C}9MHLQOB^v++uGcWI+_={@uO0ju*t;{X5v delta 479 zcmXZXze~eV5Ww*(jhfnO(Y9hGYW#_VL!N>|7s16rr>+jAh*m+0f_2U49}tRAx;nWO zI;fKfogAD5rJEowBI1w1LDcVQAiU4r%kl2+)wyySt%%=>h-7S$NfBwsL=67m0-Ems zd<*BvYv|%NTKIxd{J;+U#0-9ic{(oAM?Qp8IEyLFqlcSu@ui30hzot-82RLcqYF=Q z8ZS^AK8E*C$jtJNqxgm6=p;lYa4~cp)8vQfU>#jNM|PBU!k51R9=Om(Z>Wv4OqIkj z)Qt@4rpu@stY9w|Q0vP$f(O`%Rn)qA_`iWV@EP{wB@W`v48Z`wGwOpDhfbD4EgZ%y udd=, 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:20 diff --git a/apps/tags/locale/ru/LC_MESSAGES/django.mo b/apps/tags/locale/ru/LC_MESSAGES/django.mo index fea966ffe9fba0f213b04fdcb3c5f863aca76fe3..9c97898c40aa7cbb3a99f8158c799939cd93a782 100644 GIT binary patch delta 532 zcmXZYzb`{k6u|LAn`(JVkO+#ZpOMsypKYGRf;4_a!XgpN(==7mR{Ht|Q@180B+|uT z!z!hl!Qd}2G&V5`ql8g>Z~B(^x#ym9&%5V-44j9`)w+UKFS6h!A6gSa>r_TNbsvq3oELJdppN<}q{ltSfii_BdhuDWjf1x(Pty5UWc@i(kokVL9 zX~iy72ggxOx{O1(fod`fIU;AMCc8pa|BPe!hB|s^ruxnCQ7;#ZvQU$5VGkalx@i$r zqdQcERa7tWj;ijva^m`RkM8I5M~1E^Q~7;+Zz7&e>$$9D=2F?5o;HuojGnSAJ7JXy l-hg*%IygCNOh-!B-usg2+tJp|Owu-!2_u-ZE04Z#!#{?UMTh_Z delta 516 zcmXZYu}eZx6vy!+NvWAe1yYHbSVr~8Cy8Qh3PA}qv^9u`NexD#OHhs>MT?yK~vBY2!XUTHMkVi_n^!B+;iXWoqNwa3w%!AyjrR)i^!@?#3~|ThlqhuT*F+~ zYh0oJ>6+{piBX>*Tk?pskQW@mH=M>Vbm6d5WE2Cqh|4&I`%bA!ip6<1@Q&K3jUN2N zA@mH0#BmmTF^9Upi+aEzM)4HA_|Ub96V$&LLNDPlOrZ}mu4-q3BQ`Wx!zH{#&XyJq z;y3DtJ?_p0eHf$;p-z@YBC?G-Sp_wJfirlA3)n>M=jNe*&L3x?lg{BdCQ)yiL2Y!5 z8oWZC_#QR)+^F@mtwG1e`lgXA<+J6Ty`quImh%aJBy2{EaLh2ne$z~tk@}PE)|t*0 U3zckv*QHARz`oV^u+R7X19we8CIA2c diff --git a/apps/tags/locale/ru/LC_MESSAGES/django.po b/apps/tags/locale/ru/LC_MESSAGES/django.po index 43d2caa2e5..d9898e7715 100644 --- a/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/apps/tags/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-27 04:24+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:20 msgid "tag list" diff --git a/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo b/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo index d778196b5813048f41fcef982785677cb6eb9467..5c74d7590bbd3f4beaa8d0a11c73be0be29a58c8 100644 GIT binary patch delta 550 zcmXZYy)Q#y6vy!+LbYD1D&qZ}Hle-MhDxWVNW@DR3?f2qY3h3EmEPM#W2iK-SPV9Q zfJA~23;%&cH>1Ub$zrtl-tvA+qQaiHk_EuB?s;^1baZ zddU;@W#_Pkyn$_)!%jTM4!pr`e8DJw;UxAnh%DnO_ThDd6r`WSD}^Ea!4YhBi}*2) zltjZg9^oiH+kRq@>}?d;#RTr-E$Z0r5gEWU9K<{H;Tu{5{do!^tsLA<*zoOop_ARcxvBYVm0{zt#?m$E+Na4H?-b=U>ANPOPA^p-PQ^{*n=ZzeK?Ob zm_)WGdv?x0<}00!`5n_dj44W5Gk0>y;Ff-%WOYN$YI;^VQ1fa=(F`M(GF;0`D}kwO zN;Ne-6PQ-bRIE1~8Vd(P(LgxTJ2oDRL@%yfrHf+intMUbq;qPTmhIH$^vvUX?TO{$dihA|fd~!!*`W4fGbVMFuE7IZ%^mJtFOBqI!@( zHR%lMSi%6VVIOXI_lMX)zChJ?>E%0Qc~VE!-^4+DMwTug84C6B7Y<_^-Ri>>`f(1~ yniRdf+Bo(Fbm!iP`K?UcvU1k6^J=)^QhC36RIXNX@$JfHao)M^TyOY-w*C*}E;qLT diff --git a/apps/user_management/locale/de_DE/LC_MESSAGES/django.po b/apps/user_management/locale/de_DE/LC_MESSAGES/django.po index 6b3ac4a1bc..fceddadb3f 100644 --- a/apps/user_management/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/user_management/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-05-05 10:48+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:13 @@ -123,9 +122,7 @@ msgstr "Hat ein benutzbares Passwort?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super User und Staff Benutzer bearbeiten ist nicht erlaubt, benutzen Sie das " -"Administrator Interface dafür." +msgstr "Super User und Staff Benutzer bearbeiten ist nicht erlaubt, benutzen Sie das Administrator Interface dafür." #: views.py:68 #, python-format @@ -154,9 +151,7 @@ msgstr "Bitte mindestens einen Benutzer angeben." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie das " -"Administrator Interface dafür." +msgstr "Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie das Administrator Interface dafür." #: views.py:126 #, python-format @@ -186,9 +181,7 @@ msgstr "Passwörter stimmen nicht überein, bitte noch einmal versuchen." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super User und Staff Benutzer zurücksetzen ist nicht erlaubt, benutzen Sie " -"das Administrator Interface dafür." +msgstr "Super User und Staff Benutzer zurücksetzen ist nicht erlaubt, benutzen Sie das Administrator Interface dafür." #: views.py:187 #, python-format @@ -198,9 +191,7 @@ msgstr "Passwort wurde erfolgreich zurückgesetzt: %s." #: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" -"Fehler beim zurücksetzen des Passworts für den Benutzer \"%(user)s\": " -"%(error)s" +msgstr "Fehler beim zurücksetzen des Passworts für den Benutzer \"%(user)s\": %(error)s" #: views.py:205 #, python-format diff --git a/apps/user_management/locale/en/LC_MESSAGES/django.mo b/apps/user_management/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/user_management/locale/en/LC_MESSAGES/django.po b/apps/user_management/locale/en/LC_MESSAGES/django.po index 5c3bb57769..866ad163e7 100644 --- a/apps/user_management/locale/en/LC_MESSAGES/django.po +++ b/apps/user_management/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/user_management/locale/es/LC_MESSAGES/django.mo b/apps/user_management/locale/es/LC_MESSAGES/django.mo index b4e99428562a6a363d73812cf9537662bc91ec2b..91fff05d541808916c9f8b2ae02b4a5e29e06276 100644 GIT binary patch delta 551 zcmXZYzb`{k6u|L=Xlbcm@mqpK%Tlj>4NV$9A|ygJ3V)DxOD3}FU`4UODFDl%bJl%=8YuR64qnI Htvmk#+(S(h delta 499 zcmXZXKS)Ax5Ww-1DD6G9tn8mc2KFKd^VueaLsO9rH8eCm!bAuqEW)8ATH9W&Qd6{q zU{ix_O*IBh(Gm?U(Nas)_fYup``q2{z2olMa;^GUvA`|`&#bK@;*`5?X8g-eF~8^JbLm*F?4Fq$ JjbGFD{sX2sJ-q+` diff --git a/apps/user_management/locale/es/LC_MESSAGES/django.po b/apps/user_management/locale/es/LC_MESSAGES/django.po index 0c8af82320..d0f320125b 100644 --- a/apps/user_management/locale/es/LC_MESSAGES/django.po +++ b/apps/user_management/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-02 18:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/" -"mayan-edms/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:13 @@ -123,9 +122,7 @@ msgstr "¿Tiene contraseña utilizable?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "" -"No se permite editar el super usuario y usuario de personal, use la interfaz " -"de administración para estos casos." +msgstr "No se permite editar el super usuario y usuario de personal, use la interfaz de administración para estos casos." #: views.py:68 #, python-format @@ -154,9 +151,7 @@ msgstr "Debe proveer al menos un usuario." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"No se permite eliminar el super usuario y usuario de personal, use la " -"interfaz de administración para estos casos." +msgstr "No se permite eliminar el super usuario y usuario de personal, use la interfaz de administración para estos casos." #: views.py:126 #, python-format @@ -186,9 +181,7 @@ msgstr "Las contraseñas no coinciden, vuelva a intentarlo." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"No se permite cambiar la contraseña del super usuario y usuarios de " -"personal, use la interfaz de administración para estos casos." +msgstr "No se permite cambiar la contraseña del super usuario y usuarios de personal, use la interfaz de administración para estos casos." #: views.py:187 #, python-format @@ -198,8 +191,7 @@ msgstr "Restablecimiento exitoso de contraseña para el usuario: %s." #: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" -"Error de restaurando la contraseña para el usuario \"%(user)s\": %(error)s " +msgstr "Error de restaurando la contraseña para el usuario \"%(user)s\": %(error)s " #: views.py:205 #, python-format diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.mo b/apps/user_management/locale/it/LC_MESSAGES/django.mo index ab350a1e8a3ea504fea0bfeaf90d205d33b0f7b5..e8920e523febee9cb7d5ccbb910d723b02d98acd 100644 GIT binary patch delta 545 zcmXZYJ4ixN9LMp$L{{26g(3-utcGsaM8UmN7t)*IO37U$g*1k6m9M0$b4(HteJ^!1)TcG;rD84#G=3OG1h>Wy~jN+>D z7{|y}?7}zY4|>QAZ6f{Hiyb(QeVD*b+`u@RIEfWpz)$pJv|Wla$YQNs{yoG2@}=?) z8S>5)z;C6OYQy9>4&fG-@C5gf9u^mDFr>od#9Opq zSXaJaGxOdXo zwmhi(Tq`uRG|g^X)^1GKQ)z2Ezd5#L?&w)FXJpf6R^KrSMn+HPa`|M=wY0dR&192? vl{Pb4!myGte>fNlYr&`%j`%|pu}HLh<+?8)xYu2CMkbXvQXHv0xj&qL4`WQ` delta 484 zcmXZYy-UMD7{~D^h_R+Gwi*R#l?+Cgsy!Wqwts+wijxjHSVV$@;-Ew6kfl%@oPrKQ zHy1ZGOC6njLBUlJ1XodTa1{KW9EAHkzvGh2^St>T|KiaKV@qVw5t$SbDms ze7rM$;RM;`)^V(23pcTWA9#cTf8pT|>U)OhLR&$O$VM&{8KBr>LwDF@vGD|Thi&5( zCdjwOXVmY#U_X9hH|juhVx#_!i+U1ylZ#j&&zihkq8Maj74_(LOm3M2ZDhJ~X7XiR p@9OP|&YeO+l{}@&Y9@Me?o$i3-Qb`WY?Zz3{pdKk7XK#S?LRO3HyQu{ diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.po b/apps/user_management/locale/it/LC_MESSAGES/django.po index d692a056ea..7f1f9a5541 100644 --- a/apps/user_management/locale/it/LC_MESSAGES/django.po +++ b/apps/user_management/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-21 16:36+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:13 @@ -124,9 +123,7 @@ msgstr "la password è utilizzabile?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super utente e utente modifica il personale non è consentito, utilizzare " -"l'interfaccia di amministrazione per questi casi." +msgstr "Super utente e utente modifica il personale non è consentito, utilizzare l'interfaccia di amministrazione per questi casi." #: views.py:68 #, python-format @@ -155,9 +152,7 @@ msgstr "Devi fornire almeno un utente." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Al super utente e utente non è consentito la cancellazione del personale, " -"utilizzare l'interfaccia di amministrazione per questi casi." +msgstr "Al super utente e utente non è consentito la cancellazione del personale, utilizzare l'interfaccia di amministrazione per questi casi." #: views.py:126 #, python-format @@ -187,9 +182,7 @@ msgstr "La password non corrisponde, riprova." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Al super utente e utente non è consentito di reimpostare la password " -"personale, utilizzare l'interfaccia di amministrazione per questi casi." +msgstr "Al super utente e utente non è consentito di reimpostare la password personale, utilizzare l'interfaccia di amministrazione per questi casi." #: views.py:187 #, python-format @@ -199,9 +192,7 @@ msgstr "Password reimpostata per l'utente: %s." #: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" -"Errore per il reimpostamento della password per l'utente \"%(user)s\": " -"%(error)s" +msgstr "Errore per il reimpostamento della password per l'utente \"%(user)s\": %(error)s" #: views.py:205 #, python-format diff --git a/apps/user_management/locale/pl/LC_MESSAGES/django.mo b/apps/user_management/locale/pl/LC_MESSAGES/django.mo index 74f63826b178a70b73790923f3b96fde7d811fd5..c3aa5a1f09fb00cf83d8119f4d9642d617765db4 100644 GIT binary patch delta 516 zcmXZYy-Pw-7{~F)!WVqa3Zjg%;-(ULDG5Pntwm}pX%KE9D&z~^YmfwvHPztO);|!I zTeD3;)?8~tQ&3CLP~Vfn<$TWb<2;=6+z0JbYj@-T(!(@{M%gOg|loBadl1Wtlm9LGCUllIVs zALzhux6RZZ!7zGxNd`|*QHNv~B*qgJfc^pbIGl=Y%%)^lbn<(_t}Cc-OgsYJ4s ab+=m~&z?7Jl=F2XpG$?ShaJna>-+<;?M1f$ delta 476 zcmXZYze~eF7{>9pYMYSM+NvP_z*Z$T4q8uyLczhQi%vxs7c)o{M1)ocmrNq)m{nb^ zTcNr-h=ZU@!9jEt>FggMe$NELeeQj@m%BGV&WqD}N(65Sk)$P36p;^GWC459A|+Iq zLl1|rj(I%8F}y(sA8{PJID>utB4u=O1-G$^*EomYIEmSe1pf`CjL0lO4d?L$d5bjT z{0^t7Khecs)aQx=BFDIa4SdBqu4bb_?omJJ3w58#H2R?mM{zwDLIT=6rNhG^qP0zA9?;xrEs_(F56q}OMBD!1L)W_{r~^~ diff --git a/apps/user_management/locale/pl/LC_MESSAGES/django.po b/apps/user_management/locale/pl/LC_MESSAGES/django.po index aa9ea36c84..3925f1626e 100644 --- a/apps/user_management/locale/pl/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-21 15:33+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:13 msgid "user list" @@ -124,9 +122,7 @@ msgstr "posiada hasło?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super user oraz staff user edycja nie jest możliwa , należy użyć interfejsu " -"administratora w takich przypadkach." +msgstr "Super user oraz staff user edycja nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." #: views.py:68 #, python-format @@ -155,9 +151,7 @@ msgstr "Musi podać co najmniej jednego użytkownika." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super user oraz staff user usuwanie nie jest możliwa , należy użyć " -"interfejsu administratora w takich przypadkach." +msgstr "Super user oraz staff user usuwanie nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." #: views.py:126 #, python-format @@ -187,9 +181,7 @@ msgstr "Hasła nie pasują, spróbuj ponownie." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super user oraz staff user reset nie jest możliwa , należy użyć interfejsu " -"administratora w takich przypadkach." +msgstr "Super user oraz staff user reset nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." #: views.py:187 #, python-format diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.mo b/apps/user_management/locale/pt/LC_MESSAGES/django.mo index f35900abea6d3e3f486822ba347f34e6b7be5b66..26c5befeb2607e43854c9565a6fb373e1c820b76 100644 GIT binary patch delta 547 zcmXZYyDvjg9Ki8ky-Mp{5(e*RMcm##B5gVlAr{YpMGP*fx{~%*d+)%~GB8UwgF(Vz zA_fyPi4gH8*bE{jiN*IslbicF=lA=abAIQ13?BQho?L|&m&lw)BqSnT^&%0R$5GtJ zINo9teqk$0gGdMXuoFkH2dB&NP3&e~KpjspiqANP6^;M-iAE_%AAvOj{diFJ90SZB zkly4Ahw&E&(N8x+IEx8%u!vV!z;Lt3AztGE##{c^t)klZ0M$h@NO zro5uM`8%ouK9Sd#D&NgsWvzQ=%eJ!#T~C?zma`t*u+nF*2ttBBSlH}=F!{d F{sSIvOrih) delta 485 zcmXZYPbh~A?PY!BV zxoY8{TqGAqIXTFU_cyDj=kp^x zSi^Q~U>sjCfuGoo!8R$0NwoYl_TeIq;Wm!r8BXDAv)&U`Mg1fuqtXBto9It;`C~`RE(bkzkX3}i4zJxql;brS>cm$mUyJ%NgL-x=m+R1Ow yHn>A>TW|6DPD{w~FWlacmrZ$I!OQuN?rmhQv{v3Kl~)U?^-aGTF4n)oN#_rXv^Q%2 diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.po b/apps/user_management/locale/pt/LC_MESSAGES/django.po index af6c9b7ecb..c9e5f97486 100644 --- a/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 14:19+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:13 @@ -125,9 +124,7 @@ msgstr "tem senha válida?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "" -"Não é permitida a edição de superutilizadores ou de membros da equipa; use a " -"interface de administração para esses casos." +msgstr "Não é permitida a edição de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." #: views.py:68 #, python-format @@ -156,9 +153,7 @@ msgstr "Deve fornecer pelo menos um utilizador." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Não é permitida a exclusão de superutilizadores ou de membros da equipa; use " -"a interface de administração para esses casos." +msgstr "Não é permitida a exclusão de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." #: views.py:126 #, python-format @@ -188,9 +183,7 @@ msgstr "As senhas não coincidem, tente novamente." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Não é permitido redefinir a senha de superutilizadores ou de membros da " -"equipa; use a interface de administração para esses casos." +msgstr "Não é permitido redefinir a senha de superutilizadores ou de membros da equipa; use a interface de administração para esses casos." #: views.py:187 #, python-format diff --git a/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo b/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo index 27785164e82131b622676c93255c6d1f0b98567e..615c8d505fd7052f372bd409d801b0641a923819 100644 GIT binary patch delta 550 zcmXZYIZH!95Ww+~pwVb94^Tu&BEdBAB0c^;5hbT3cJy;;$zf^FD+|0OKfwA^y8dM%Hm^@B@w_A%Nq<5 zzah0r9S2cWq4FVA@gff6KJMW)maxwwa)=f5qsJ>UfH73}*RTT*z2*N-&Pb>ZuCNgw zkh}6^9sEE$@i#VM-P-@L_MLo-%KMQfC4}moQKTlBwDyz8kQFBN-gbmVCkq4BS016d zaDmNuiwwDEYQg8~fvv?ppEb?hgr;S3X126Bw3Xk{3i+a5$mI*#j((sUTCP|urHhW` zrPc6sA+4Layb+$!&2+*Si$r7L$XGZQ_eDn%@v+L4NecRXCr7EBCDpzoQR~8A|4je#}iz@ zI$GGpG=5~1y=C~Yj`jyGKt?fjS0JVZVrdY8+Oop$vy+>1p)Ts4YEgW^};4b z$xj%;j-G$h^PhVB7kQi*e3LrILhd3NRQp_{$t;~Zui#M(Q, 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: __init__.py:13 @@ -124,9 +123,7 @@ msgstr "tem senha usável?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "" -"Edição de super usuário e usuário pessoal não é permitida, use a interface " -"de administração para esses casos." +msgstr "Edição de super usuário e usuário pessoal não é permitida, use a interface de administração para esses casos." #: views.py:68 #, python-format @@ -155,9 +152,7 @@ msgstr "Deve fornecer pelo menos um usuário." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Excluir super usuário e usuário pessoal não é permitido, use a interface de " -"administração para esses casos." +msgstr "Excluir super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." #: views.py:126 #, python-format @@ -187,9 +182,7 @@ msgstr "Senhas não coincidem, tente novamente." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Redefinir senha de super usuário e usuário pessoal não é permitido, use a " -"interface de administração para esses casos." +msgstr "Redefinir senha de super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." #: views.py:187 #, python-format diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.mo b/apps/user_management/locale/ru/LC_MESSAGES/django.mo index f2bf828122025bc34d9ae30a8dfeae99de5233c8..e266b34f4bbada7cf7faff983b1c8f7c688fa827 100644 GIT binary patch delta 548 zcmXZYO(;ZB6u|L=LSuZ6k4dSKuLaMWc|IE{Me-R%(q!Rb8nZB?_px9zSy)+V?3AS> z3mPkBttLr|t)&Gk#lp(}dg{IVJLh)0=bXDAz6f957i9c}BC|ez5sCRd&v2Ri8)GoVSjOLg7^2T0TM zh-%VTR0WIcz5O9UtvSY`SaR>*+1sO53KDOk4VvxnrjEq;0!# z+c!VAsEt~2(@CaN+L-CYqah<4F|_c2X7q$2ebJtQ?5Xc6yHOVN&zPx%YbH2ixw+f2 G3I8v#epBcG delta 485 zcmXZY&npCB9LMqRhHNuq?J}(7FxvbmWCn>Ta*!Xjq+GV;vPD~pgKSD^k{q4pA5eSH zMt-yxM+Z*U?m;Ohr*(36Bk!k~nrB|$&vSU5@AtX3&+NNO#H&X{Ry3A~j2nR`m?76N zi-Rp9DLln~yu?YY;siFuMCQ@OIrMN1A8`p2ts?7~#ZA0H3-!2o(n~QM7wN-QbnyTe z@D`K!gUc981Q%v-hJ21w_<~hzY!j*A8@}U3yT}k8nt??eA=l8sU(*W?9PJ1u*g~3? z5~@ibP)+z5?wg$=-Q*OigJ)4Su!CxlB66oZBabH^s0R27^B<}PbT;WxrX324B8}<= zc9BnfeqDHl1Nao??_~L?A=>Phw4SJATaM#8WB#jlZ=`d3`9dzg?OOW<|5)EB*Y!o? EA1OsXJOBUy diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.po b/apps/user_management/locale/ru/LC_MESSAGES/django.po index cae001bf3b..fe95e50936 100644 --- a/apps/user_management/locale/ru/LC_MESSAGES/django.po +++ b/apps/user_management/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-02-03 06:37+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:13 msgid "user list" @@ -124,9 +122,7 @@ msgstr "есть действующий пароль?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "" -"Редактирование суперпользователя и персонала не допускается, используйте для " -"этого интерфейс администратора." +msgstr "Редактирование суперпользователя и персонала не допускается, используйте для этого интерфейс администратора." #: views.py:68 #, python-format @@ -155,9 +151,7 @@ msgstr "Должен быть хотя бы один пользователь." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Удаление суперпользователя и персонала не допускается, используйте " -"интерфейс администратора для этих случаев." +msgstr "Удаление суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." #: views.py:126 #, python-format @@ -187,9 +181,7 @@ msgstr "Пароли не совпадают, попробуйте еще раз msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Сброс паролей суперпользователя и персонала не допускается, используйте " -"интерфейс администратора для этих случаев." +msgstr "Сброс паролей суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." #: views.py:187 #, python-format diff --git a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo index c92eb1f8ff962bdd578a42f08960318dc11f84f3..2bee08b96b0c94a23c3a5fa9607d73417f29a179 100644 GIT binary patch delta 21 ccmcb`dy98N2{VV0v4Wwgm9hEe8s<1=08DEJAOHXW delta 21 ccmcb`dy98N2{VVGfr6o-m7&q*8s<1=088oy5dZ)H diff --git a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po index fadf9de536..a815791297 100644 --- a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" diff --git a/apps/web_theme/locale/en/LC_MESSAGES/django.mo b/apps/web_theme/locale/en/LC_MESSAGES/django.mo index 45abe191e98786c045a01a70c86fe1aef646f561..fdb0b5ad6b0041a58ca5093c49771dea4b6101bf 100644 GIT binary patch delta 18 Zcmeyx^owaiKZlXAf}yFEvH8U5j{!hK2D$(M delta 18 Zcmeyx^owaiKZl`#f}x?6q0z+Yj{!g62CD!7 diff --git a/apps/web_theme/locale/en/LC_MESSAGES/django.po b/apps/web_theme/locale/en/LC_MESSAGES/django.po index 7206693422..9c9115c312 100644 --- a/apps/web_theme/locale/en/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.mo b/apps/web_theme/locale/es/LC_MESSAGES/django.mo index bd1effb1db1f0bd2b7c4f8cd15ba6cda74614be7..44635bd411c74d67480aec4e8a8df4c589b8f1b9 100644 GIT binary patch delta 180 zcmew-{7HDimik+a3=CUX7#I>67#RB57#NlT>5o9#8A#7yXJC*3(szI~Kal1jY3h!_q62}dA(3P^+0^8ghK18Ex|9So!cfHcqwh9#T~ tVhlV$#%iE|JdoZ2q$Pp$jm@5nkC{1)j1>$`t&Ghlo3Qq5KErCn0svr+8Q}l` delta 191 zcmWm7F$)0!7{>AEa>t#Nbfq(~vT(Y|cHKfoWwP9OB@4SRU{FSzWL9@&Gg+;^0Lg48 zfA#kMp5C5%-|p94XUnG{Wu_EM+UBJLelWs)LGtj0Wi)K5jTLk-#4!%Bg*#+)WrcXd zf8V3*Vjo91L0;(SsHzg-#G#HCtl=Xa826m*cN)Im^ShhCS{0*szDTA?JZq+BD=>d$ C@f~&m diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.po b/apps/web_theme/locale/es/LC_MESSAGES/django.po index 67ea80c5c1..9903ec237c 100644 --- a/apps/web_theme/locale/es/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/es/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:25+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.mo b/apps/web_theme/locale/it/LC_MESSAGES/django.mo index ab5d16649479db8478602942c34d3d12dd51b723..d1a79e099c4777758b85f12d8a13d2cd0f89f2b0 100644 GIT binary patch delta 21 ccmcb_dx>{L2{VV0v4Wwgm9hEe8s;!&081MN2mk;8 delta 21 ccmcb_dx>{L2{VVGfr6o-m7&q*8s;!&07{w#`2YX_ diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.po b/apps/web_theme/locale/it/LC_MESSAGES/django.po index 7156967f89..66b1b97983 100644 --- a/apps/web_theme/locale/it/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" diff --git a/apps/web_theme/locale/pl/LC_MESSAGES/django.mo b/apps/web_theme/locale/pl/LC_MESSAGES/django.mo index 5c41bd72f7be4f61b768b880bc9b717d67676bcc..7d40670eda21a7c1e214694f01ebebf6fa541763 100644 GIT binary patch delta 21 ccmaFF`iOOdAR~v7v4Wwgm9hC|Nyd|m07Y*FzW@LL delta 21 ccmaFF`iOOdAR~vNfr6o-m7&pQNyd|m07UKuumAu6 diff --git a/apps/web_theme/locale/pl/LC_MESSAGES/django.po b/apps/web_theme/locale/pl/LC_MESSAGES/django.po index f6e4122a7a..5039127174 100644 --- a/apps/web_theme/locale/pl/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt/LC_MESSAGES/django.mo index 9b5f3ec3c8a2825664c157e961b788f1f497e5f7..c5ec859b811ec06953e7e02ac89c0db9e48077f7 100644 GIT binary patch delta 21 ccmcc0dzE)X2{VV0v4Wwgm9hEe8s\n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" diff --git a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo index 969975f40786e1b37bd954863a26b9a9695e5944..772e7f9f65bad2c138fb3a296a89ef81862938e0 100644 GIT binary patch delta 21 ccmaFB`+#>t2{VV0v4Wwgm9hEe8s-#c08M8GG5`Po delta 21 ccmaFB`+#>t2{VVGfr6o-m7&q*8s-#c08HivBLDyZ diff --git a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po index 560b20d3d8..418e86655e 100644 --- a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.mo b/apps/web_theme/locale/ru/LC_MESSAGES/django.mo index 61df396e23f275f110cc7961dd4cd197345024d2..0bf73355e009ff84ccf443bd82e1fba9cf49cba2 100644 GIT binary patch delta 21 ccmcb@e}#WT2{VV0v4Wwgm9hEe8s-QV086|E6951J delta 21 ccmcb@e}#WT2{VVGfr6o-m7&q*8s-QV082Xt1ONa4 diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.po b/apps/web_theme/locale/ru/LC_MESSAGES/django.po index e392209cb7..5f92de04bb 100644 --- a/apps/web_theme/locale/ru/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-10 11:12-0400\n" +"POT-Creation-Date: 2012-07-23 15:37-0400\n" "PO-Revision-Date: 2012-07-10 15:17+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" From 9accfba904c70b3e00815fc8db48b95d24b1dd1d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 23 Jul 2012 21:13:07 -0400 Subject: [PATCH 51/71] Add French, Bulgarian and Dutch to the Transifex config file --- .tx/config | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/.tx/config b/.tx/config index c4315a2a31..fd9b50006e 100644 --- a/.tx/config +++ b/.tx/config @@ -1,4 +1,5 @@ [mayan-edms.apps-bootstrap] +type = PO source_file = apps/bootstrap/locale/en/LC_MESSAGES/django.po source_lang = en trans.es = apps/bootstrap/locale/es/LC_MESSAGES/django.po @@ -8,6 +9,9 @@ trans.ru = apps/bootstrap/locale/ru/LC_MESSAGES/django.po trans.it = apps/bootstrap/locale/it/LC_MESSAGES/django.po trans.pl = apps/bootstrap/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/bootstrap/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/bootstrap/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/bootstrap/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-converter] source_file = apps/converter/locale/en/LC_MESSAGES/django.po @@ -19,6 +23,9 @@ trans.ru = apps/converter/locale/ru/LC_MESSAGES/django.po trans.it = apps/converter/locale/it/LC_MESSAGES/django.po trans.pl = apps/converter/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/converter/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/converter/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/converter/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/converter/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-common] source_file = apps/common/locale/en/LC_MESSAGES/django.po @@ -30,6 +37,9 @@ trans.ru = apps/common/locale/ru/LC_MESSAGES/django.po trans.it = apps/common/locale/it/LC_MESSAGES/django.po trans.pl = apps/common/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/common/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/common/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/common/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/common/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-permissions] source_file = apps/permissions/locale/en/LC_MESSAGES/django.po @@ -41,6 +51,9 @@ trans.ru = apps/permissions/locale/ru/LC_MESSAGES/django.po trans.it = apps/permissions/locale/it/LC_MESSAGES/django.po trans.pl = apps/permissions/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/permissions/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/permissions/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/permissions/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/permissions/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-sources] source_file = apps/sources/locale/en/LC_MESSAGES/django.po @@ -52,6 +65,9 @@ trans.ru = apps/sources/locale/ru/LC_MESSAGES/django.po trans.it = apps/sources/locale/it/LC_MESSAGES/django.po trans.pl = apps/sources/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/sources/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/sources/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/sources/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/sources/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-document_indexing] source_file = apps/document_indexing/locale/en/LC_MESSAGES/django.po @@ -63,6 +79,9 @@ trans.ru = apps/document_indexing/locale/ru/LC_MESSAGES/django.po trans.it = apps/document_indexing/locale/it/LC_MESSAGES/django.po trans.pl = apps/document_indexing/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/document_indexing/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/document_indexing/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-user_management] source_file = apps/user_management/locale/en/LC_MESSAGES/django.po @@ -74,6 +93,9 @@ trans.ru = apps/user_management/locale/ru/LC_MESSAGES/django.po trans.it = apps/user_management/locale/it/LC_MESSAGES/django.po trans.pl = apps/user_management/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/user_management/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/user_management/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/user_management/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/user_management/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-main] source_file = apps/main/locale/en/LC_MESSAGES/django.po @@ -85,6 +107,9 @@ trans.ru = apps/main/locale/ru/LC_MESSAGES/django.po trans.it = apps/main/locale/it/LC_MESSAGES/django.po trans.pl = apps/main/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/main/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/main/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/main/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/main/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-ocr] source_file = apps/ocr/locale/en/LC_MESSAGES/django.po @@ -96,6 +121,9 @@ trans.ru = apps/ocr/locale/ru/LC_MESSAGES/django.po trans.it = apps/ocr/locale/it/LC_MESSAGES/django.po trans.pl = apps/ocr/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/ocr/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/ocr/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/ocr/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/ocr/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-project_setup] source_file = apps/project_setup/locale/en/LC_MESSAGES/django.po @@ -107,6 +135,9 @@ trans.ru = apps/project_setup/locale/ru/LC_MESSAGES/django.po trans.it = apps/project_setup/locale/it/LC_MESSAGES/django.po trans.pl = apps/project_setup/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/project_setup/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/project_setup/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/project_setup/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po [main] host = https://www.transifex.net @@ -122,6 +153,9 @@ trans.ru = apps/folders/locale/ru/LC_MESSAGES/django.po trans.it = apps/folders/locale/it/LC_MESSAGES/django.po trans.pl = apps/folders/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/folders/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/folders/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/folders/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/folders/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-history] source_file = apps/history/locale/en/LC_MESSAGES/django.po @@ -134,6 +168,9 @@ trans.ru = apps/history/locale/ru/LC_MESSAGES/django.po trans.it = apps/history/locale/it/LC_MESSAGES/django.po trans.pl = apps/history/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/history/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/history/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/history/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/history/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-dynamic_search] source_file = apps/dynamic_search/locale/en/LC_MESSAGES/django.po @@ -146,6 +183,9 @@ trans.ru = apps/dynamic_search/locale/ru/LC_MESSAGES/django.po trans.it = apps/dynamic_search/locale/it/LC_MESSAGES/django.po trans.pl = apps/dynamic_search/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/dynamic_search/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/dynamic_search/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-smart_settings] source_file = apps/smart_settings/locale/en/LC_MESSAGES/django.po @@ -158,6 +198,9 @@ trans.ru = apps/smart_settings/locale/ru/LC_MESSAGES/django.po trans.it = apps/smart_settings/locale/it/LC_MESSAGES/django.po trans.pl = apps/smart_settings/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/smart_settings/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/smart_settings/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-navigation] source_file = apps/navigation/locale/en/LC_MESSAGES/django.po @@ -170,6 +213,9 @@ trans.ru = apps/navigation/locale/ru/LC_MESSAGES/django.po trans.it = apps/navigation/locale/it/LC_MESSAGES/django.po trans.pl = apps/navigation/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/navigation/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/navigation/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/navigation/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/navigation/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-tags] source_file = apps/tags/locale/en/LC_MESSAGES/django.po @@ -182,6 +228,9 @@ trans.ru = apps/tags/locale/ru/LC_MESSAGES/django.po trans.it = apps/tags/locale/it/LC_MESSAGES/django.po trans.pl = apps/tags/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/tags/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/tags/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/tags/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/tags/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-documents] source_file = apps/documents/locale/en/LC_MESSAGES/django.po @@ -194,6 +243,9 @@ trans.ru = apps/documents/locale/ru/LC_MESSAGES/django.po trans.it = apps/documents/locale/it/LC_MESSAGES/django.po trans.pl = apps/documents/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/documents/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/documents/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/documents/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/documents/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-project_tools] source_file = apps/project_tools/locale/en/LC_MESSAGES/django.po @@ -206,6 +258,9 @@ trans.ru = apps/project_tools/locale/ru/LC_MESSAGES/django.po trans.it = apps/project_tools/locale/it/LC_MESSAGES/django.po trans.pl = apps/project_tools/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/project_tools/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/project_tools/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/project_tools/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-linking] source_file = apps/linking/locale/en/LC_MESSAGES/django.po @@ -218,6 +273,9 @@ trans.ru = apps/linking/locale/ru/LC_MESSAGES/django.po trans.it = apps/linking/locale/it/LC_MESSAGES/django.po trans.pl = apps/linking/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/linking/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/linking/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/linking/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/linking/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-document_comments] source_file = apps/document_comments/locale/en/LC_MESSAGES/django.po @@ -230,6 +288,9 @@ trans.ru = apps/document_comments/locale/ru/LC_MESSAGES/django.po trans.it = apps/document_comments/locale/it/LC_MESSAGES/django.po trans.pl = apps/document_comments/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/document_comments/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/document_comments/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/document_comments/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-metadata] source_file = apps/metadata/locale/en/LC_MESSAGES/django.po @@ -242,6 +303,9 @@ trans.ru = apps/metadata/locale/ru/LC_MESSAGES/django.po trans.it = apps/metadata/locale/it/LC_MESSAGES/django.po trans.pl = apps/metadata/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/metadata/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/metadata/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/metadata/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/metadata/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-web_theme] source_file = apps/web_theme/locale/en/LC_MESSAGES/django.po @@ -254,6 +318,9 @@ trans.ru = apps/web_theme/locale/ru/LC_MESSAGES/django.po trans.it = apps/web_theme/locale/it/LC_MESSAGES/django.po trans.pl = apps/web_theme/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/web_theme/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/web_theme/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/web_theme/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-django_gpg] source_file = apps/django_gpg/locale/en/LC_MESSAGES/django.po @@ -266,6 +333,9 @@ trans.ru = apps/django_gpg/locale/ru/LC_MESSAGES/django.po trans.it = apps/django_gpg/locale/it/LC_MESSAGES/django.po trans.pl = apps/django_gpg/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/django_gpg/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/django_gpg/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-document_signatures] source_file = apps/document_signatures/locale/en/LC_MESSAGES/django.po @@ -278,6 +348,9 @@ trans.ru = apps/document_signatures/locale/ru/LC_MESSAGES/django.po trans.it = apps/document_signatures/locale/it/LC_MESSAGES/django.po trans.pl = apps/document_signatures/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/document_signatures/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/document_signatures/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-acls] source_file = apps/acls/locale/en/LC_MESSAGES/django.po @@ -290,6 +363,9 @@ trans.ru = apps/acls/locale/ru/LC_MESSAGES/django.po trans.it = apps/acls/locale/it/LC_MESSAGES/django.po trans.pl = apps/acls/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/acls/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/acls/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/acls/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/acls/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-installation] source_file = apps/installation/locale/en/LC_MESSAGES/django.po @@ -302,6 +378,9 @@ trans.ru = apps/installation/locale/ru/LC_MESSAGES/django.po trans.it = apps/installation/locale/it/LC_MESSAGES/django.po trans.pl = apps/installation/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/installation/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/installation/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/installation/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/installation/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-scheduler] source_file = apps/scheduler/locale/en/LC_MESSAGES/django.po @@ -314,6 +393,9 @@ trans.ru = apps/scheduler/locale/ru/LC_MESSAGES/django.po trans.it = apps/scheduler/locale/it/LC_MESSAGES/django.po trans.pl = apps/scheduler/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/scheduler/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/scheduler/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/scheduler/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/scheduler/locale/nl_NL/LC_MESSAGES/django.po [mayan-edms.apps-checkouts] source_file = apps/checkouts/locale/en/LC_MESSAGES/django.po @@ -326,3 +408,6 @@ trans.ru = apps/checkouts/locale/ru/LC_MESSAGES/django.po trans.it = apps/checkouts/locale/it/LC_MESSAGES/django.po trans.pl = apps/checkouts/locale/pl/LC_MESSAGES/django.po trans.de_DE = apps/checkouts/locale/de_DE/LC_MESSAGES/django.po +trans.fr = apps/checkouts/locale/fr/LC_MESSAGES/django.po +trans.bg = apps/checkouts/locale/bg/LC_MESSAGES/django.po +trans.nl_NL = apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po From 1778696c0bccb2e07eb686f2a5a8eb6b4ff648a4 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 23 Jul 2012 21:13:46 -0400 Subject: [PATCH 52/71] Add the new translators: Lucas Weel, Iliya Georgiev, koldo and Pierre Lhoste to the contributors file --- docs/credits/contributors.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/credits/contributors.rst b/docs/credits/contributors.rst index 7fb19f31bf..be314668a9 100644 --- a/docs/credits/contributors.rst +++ b/docs/credits/contributors.rst @@ -81,6 +81,19 @@ Translations - Vítor Figueiró (vfigueiro@gmail.com) +* Dutch (Netherands) + + - Lucas Weel (https://www.transifex.com/accounts/profile/l.weel/) + +* Bulgarian + + - Iliya Georgiev (ikgeorgiev@gmail.com) + - koldo (https://www.transifex.com/accounts/profile/koldo/) + +* French + + - Pierre Lhoste (https://www.transifex.com/accounts/profile/peterhost/) + Remote access for debugging --------------------------- From d267988348b39e8cf4931d187ab0c8195f62e3be Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 25 Jul 2012 00:42:14 -0400 Subject: [PATCH 53/71] Remove the use of the unoconv binary from the converter --- apps/converter/conf/settings.py | 2 -- apps/converter/office_converter.py | 43 +----------------------------- 2 files changed, 1 insertion(+), 44 deletions(-) diff --git a/apps/converter/conf/settings.py b/apps/converter/conf/settings.py index f13cc2c76f..e9dcad1eaa 100644 --- a/apps/converter/conf/settings.py +++ b/apps/converter/conf/settings.py @@ -13,8 +13,6 @@ register_settings( {'name': u'GM_PATH', 'global_name': u'CONVERTER_GM_PATH', 'default': u'/usr/bin/gm', 'description': _(u'File path to graphicsmagick\'s program.'), 'exists': True}, {'name': u'GM_SETTINGS', 'global_name': u'CONVERTER_GM_SETTINGS', 'default': u''}, {'name': u'GRAPHICS_BACKEND', 'global_name': u'CONVERTER_GRAPHICS_BACKEND', 'default': u'converter.backends.python', 'description': _(u'Graphics conversion backend to use. Options are: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python.')}, - {'name': u'UNOCONV_PATH', 'global_name': u'CONVERTER_UNOCONV_PATH', 'default': u'/usr/bin/unoconv', 'exists': True, 'description': _(u'Path to the unoconv program.')}, - {'name': u'UNOCONV_USE_PIPE', 'global_name': u'CONVERTER_UNOCONV_USE_PIPE', 'default': True, 'description': _(u'Use alternate method of connection to LibreOffice using a pipe, it is slower but less prone to segmentation faults.')}, {'name': u'LIBREOFFICE_PATH', 'global_name': u'CONVERTER_LIBREOFFICE_PATH', 'default': u'/usr/bin/libreoffice', 'exists': True, 'description': _(u'Path to the libreoffice program.')}, #{'name': u'OCR_OPTIONS', 'global_name': u'CONVERTER_OCR_OPTIONS', 'default': u'-colorspace Gray -depth 8 -resample 200x200'}, diff --git a/apps/converter/office_converter.py b/apps/converter/office_converter.py index bdf9e36419..f2d80bc16d 100644 --- a/apps/converter/office_converter.py +++ b/apps/converter/office_converter.py @@ -8,7 +8,7 @@ from mimetype.api import get_mimetype from common.conf.settings import TEMPORARY_DIRECTORY from common.utils import id_generator -from .conf.settings import UNOCONV_PATH, UNOCONV_USE_PIPE, LIBREOFFICE_PATH +from .conf.settings import LIBREOFFICE_PATH from .exceptions import (OfficeConversionError, OfficeBackendError, UnknownFileFormat) @@ -79,47 +79,6 @@ class OfficeConverter(object): return str(self.__unicode__()) -class OfficeConverterBackendUnoconv(object): - def __init__(self): - self.unoconv_path = UNOCONV_PATH if UNOCONV_PATH else u'/usr/bin/unoconv' - if not os.path.exists(self.unoconv_path): - raise OfficeBackendError('cannot find unoconv executable') - - def convert(self, input_filepath, output_filepath): - """ - Executes the program unoconv using subprocess's Popen - """ - self.input_filepath = input_filepath - self.output_filepath = output_filepath - - command = [] - command.append(self.unoconv_path) - - if UNOCONV_USE_PIPE: - command.append(u'--pipe') - command.append(u'mayan-%s' % id_generator()) - - command.append(u'--format') - command.append(u'pdf') - command.append(u'--output') - command.append(self.output_filepath) - command.append(self.input_filepath) - - try: - proc = subprocess.Popen(command, close_fds=True, stderr=subprocess.PIPE, stdout=subprocess.PIPE) - return_code = proc.wait() - logger.debug('return_code: %s' % return_code) - - readline = proc.stderr.readline() - logger.debug('stderr: %s' % readline) - if return_code != 0: - raise OfficeBackendError(readline) - except OSError, msg: - raise OfficeBackendError(msg) - except Exception, msg: - logger.error('Unhandled exception', exc_info=msg) - - class OfficeConverterBackendDirect(object): def __init__(self): self.libreoffice_path = LIBREOFFICE_PATH if LIBREOFFICE_PATH else u'/usr/bin/libreoffice' From d1bb4ef185e5097eec1e15afcb48554f0bc71a81 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 25 Jul 2012 00:42:41 -0400 Subject: [PATCH 54/71] Remove unoconv and it's configuration options from the documentation --- docs/faq/index.rst | 37 -------------------------- docs/topics/document_visualization.rst | 10 ++----- docs/topics/settings.rst | 20 -------------- 3 files changed, 2 insertions(+), 65 deletions(-) diff --git a/docs/faq/index.rst b/docs/faq/index.rst index f24adbae02..ca09f16be6 100644 --- a/docs/faq/index.rst +++ b/docs/faq/index.rst @@ -77,26 +77,6 @@ Document sharing Document handling ----------------- -**How to store documents outside of **Mayan EDMS's** path** - -* Sub class Django's ``FileSystemStorage`` class: - - - Create a file called ``customstorage.py``:: - - from django.core.files.storage import FileSystemStorage - - class CustomStorage(FileSystemStorage): - def __init__(self, *args, **kwargs): - super(CustomStorage, self).__init__(*args, **kwargs) - self.location='/new/path/to/documents/' - self.base_url='document_storage' - - - In the ``settings.py`` add:: - - from customstorage import CustomStorage - DOCUMENTS_STORAGE_BACKEND = CustomStorage - - **Q: How to enable the ``GridFS`` storage backend** * Solution: @@ -148,23 +128,6 @@ Webserver XSendFileAllowAbove on -OCR ---- - -**Q: The included version of ``unoconv`` in my distribution is too old** - -* Only the file 'unoconv' file from https://github.com/dagwieers/unoconv is needed. - Put it in a user designated directory for binaries such as /usr/local/bin and - setup Mayan's configuration option in your settings_local.py file like this:: - - CONVERTER_UNOCONV_PATH = '/usr/local/bin/unoconv' - -If you already have office or text documents uploaded into **Mayan EDMS**, -after setting up and testing ``unoconv`` by hand, go to 'Tools', -'Maintenance', 'Update office documents' page count', this will force a -re-detection and re-processing of any document found to be of office format. - - Deployments ----------- diff --git a/docs/topics/document_visualization.rst b/docs/topics/document_visualization.rst index 4cf5e1eb1b..75921046b8 100644 --- a/docs/topics/document_visualization.rst +++ b/docs/topics/document_visualization.rst @@ -27,17 +27,11 @@ temporary files and other black magic needs to be invoked to get it properly integrated. **Mayan EDMS** treats documents as collections of pages or frames, and text extraction and OCR is done per page not per document, thats why even text documents need to be rendered by LibreOffice_ -before they can be previewed and text can be extracted. - -Version 0.12.1 introduced a new method of converting office documents, this -new method doesn't require the use of the command line utility ``UNOCONV``. -If this new method proves to continue working better than previous solutions the use -of ``UNOCONV`` may be deprecated in the future. The new conversion method -adds just one new configuration option: :setting:`CONVERTER_LIBREOFFICE_PATH` +before they can be previewed and text can be extracted. Just one +configuration option controls this conversion: :setting:`CONVERTER_LIBREOFFICE_PATH` which defaults to '/usr/bin/libreoffice'. .. _PDF: http://en.wikipedia.org/wiki/Portable_Document_Format .. _LibreOffice: http://www.libreoffice.org/ -.. _unoconv: https://github.com/dagwieers/unoconv/ .. _supervisor: http://supervisord.org/introduction.html diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index d0f10a3438..ea60c91886 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -192,26 +192,6 @@ fine tune it's functionality as explained in the `GraphicsMagick documentation`_ .. _GraphicsMagick documentation: http://www.graphicsmagick.org/convert.html#conv-opti - -.. setting:: CONVERTER_UNOCONV_PATH - - -**CONVERTER_UNOCONV_PATH** - -Default: ``/usr/bin/unoconv`` - -Path to the unoconv program used to call LibreOffice for office document conversion. - - -.. setting:: CONVERTER_UNOCONV_USE_PIPE - - -**CONVERTER_UNOCONV_USE_PIPE** - -Default: ``True`` - -Use alternate method of connection to LibreOffice using a pipe, it is slower but less prone to segmentation faults. - .. setting:: CONVERTER_LIBREOFFICE_PATH From 48df2e026dbe553ad3c88f2b9bbf9e4762fbf047 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 25 Jul 2012 01:03:59 -0400 Subject: [PATCH 55/71] Rollback transaction for installion app during syncdb --- apps/installation/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/installation/__init__.py b/apps/installation/__init__.py index a2d1e50c95..0b43b0fffe 100644 --- a/apps/installation/__init__.py +++ b/apps/installation/__init__.py @@ -7,6 +7,7 @@ from project_tools.api import register_tool from django.dispatch import receiver from django.db.models.signals import post_save from django.db.utils import DatabaseError +from django.db import transaction from .links import installation_details from .models import Installation @@ -20,12 +21,13 @@ def trigger_first_time(sender, **kwargs): details.save() +@transaction.commit_on_success def check_first_run(): try: details = Installation.objects.get() except DatabaseError: # Avoid database errors when the app tables haven't been created yet - pass + transaction.rollback() else: if details.is_first_run: details.submit() From f2e5dba4922f5f6d7061f305b23123c85798348d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 25 Jul 2012 03:03:59 -0400 Subject: [PATCH 56/71] Add Git repository info to the installation report --- apps/installation/models.py | 35 +++++++++++++++++++++++++++++++++-- requirements/production.txt | 1 + 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/apps/installation/models.py b/apps/installation/models.py index d1407d0d0b..f4019ba5bb 100644 --- a/apps/installation/models.py +++ b/apps/installation/models.py @@ -2,10 +2,12 @@ import os import sys import platform import uuid +import time import pbs import psutil import requests +from git import Repo try: from pbs import lsb_release, uname @@ -13,6 +15,7 @@ except pbs.CommandNotFound: LSB = False else: LSB = True + from django.db import models from django.utils.translation import ugettext_lazy as _ @@ -67,7 +70,7 @@ class Installation(Singleton): self.add_property(Property('codename', _(u'Codename'), lsb_release('-c','-s'))) self.add_property(Property('sysinfo', _(u'System info'), uname('-a'))) else: - self.add_property(Property('is_posix', _(u'POSIX OS'), False)) + self.add_property(Property('is_lsb', _(u'LSB OS'), False)) self.add_property(Property('architecture', _(u'OS architecture'), platform.architecture())) self.add_property(Property('python_version', _(u'Python version'), platform.python_version())) @@ -91,7 +94,24 @@ class Installation(Singleton): self.add_property(Property('mayan_version', _(u'Mayan EDMS version'), mayan_version)) self.add_property(Property('fabfile', _(u'Installed via fabfile'), os.path.exists(FABFILE_MARKER))) - + + try: + repo = Repo(settings.PROJECT_ROOT) + except: + self.add_property(Property('is_git_repo', _(u'Running from a Git repository'), False)) + else: + repo.config_reader() + headcommit = repo.head.commit + self.add_property(Property('is_git_repo', _(u'Running from a Git repository'), True)) + self.add_property(Property('repo_remotes', _(u'Repository remotes'), ', '.join([unicode(remote) for remote in repo.remotes]))) + self.add_property(Property('repo_head_reference', _(u'Branch'), repo.head.reference)) + self.add_property(Property('headcommit_hexsha', _(u'HEAD commit hex SHA'), headcommit.hexsha)) + self.add_property(Property('headcommit_author', _(u'HEAD commit author'), headcommit.author)) + self.add_property(Property('headcommit_authored_date', _(u'HEAD commit authored date'), time.asctime(time.gmtime(headcommit.authored_date)))) + self.add_property(Property('headcommit_committer', _(u'HEAD commit committer'), headcommit.committer)) + self.add_property(Property('headcommit_committed_date', _(u'HEAD commit committed date'), time.asctime(time.gmtime(headcommit.committed_date)))) + self.add_property(Property('headcommit_message', _(u'HEAD commit message'), headcommit.message)) + def __getattr__(self, name): self.set_properties() try: @@ -133,6 +153,17 @@ class Installation(Singleton): 'fabfile': unicode(self.fabfile), } ) + if self.is_git_repo: + dictionary.update( + { + 'repo_remotes': unicode(self.repo_remotes), + 'repo_head_reference': unicode(self.repo_head_reference), + 'headcommit_hexsha': unicode(self.headcommit_hexsha), + 'headcommit_authored_date': unicode(self.headcommit_authored_date), + 'headcommit_committed_date': unicode(self.headcommit_committed_date), + 'headcommit_message': unicode(self.headcommit_message), + } + ) requests.post(FORM_SUBMIT_URL, data={'formkey': FORM_KEY, FORM_RECEIVER_FIELD: dumps(dictionary)}, timeout=TIMEOUT) except (requests.exceptions.Timeout, requests.exceptions.ConnectionError): diff --git a/requirements/production.txt b/requirements/production.txt index 0e0f8beed7..258332f21f 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -19,3 +19,4 @@ python-hkp==0.1.3 requests==0.13.1 pbs==0.105 psutil==0.5.1 +GitPython==0.3.2.RC1 From 1b7eea2fc2b8cf7c61b9b1fad89308300014f58a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 25 Jul 2012 03:22:12 -0400 Subject: [PATCH 57/71] Add missing quotes to index node expression for permit bootstrap --- apps/bootstrap/api.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/bootstrap/api.py b/apps/bootstrap/api.py index cd9149561b..af86042dc3 100644 --- a/apps/bootstrap/api.py +++ b/apps/bootstrap/api.py @@ -64,21 +64,21 @@ class BootstrapPermit(BootstrapBase): index = Index.objects.create(name='main_index', title=ugettext(u'Permit index'), enabled=True) # Create index template - per_permit = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per permit'), enabled=True, link_documents=False) + per_permit = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression='\'%s\'' % ugettext(u'Per permit'), enabled=True, link_documents=False) per_permit_child = IndexTemplateNode.objects.create(parent=per_permit, index=index, expression='metadata.permit', enabled=True, link_documents=True) - per_project = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per project'), enabled=True, link_documents=False) + per_project = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression='\'%s\'' % ugettext(u'Per project'), enabled=True, link_documents=False) per_project_child = IndexTemplateNode.objects.create(parent=per_project, index=index, expression='metadata.project', enabled=True, link_documents=False) - per_permit = IndexTemplateNode.objects.create(parent=per_project_child, index=index, expression=ugettext(u'Per permit'), enabled=True, link_documents=False) + per_permit = IndexTemplateNode.objects.create(parent=per_project_child, index=index, expression='\'%s\'' % ugettext(u'Per permit'), enabled=True, link_documents=False) per_permit_child = IndexTemplateNode.objects.create(parent=per_permit, index=index, expression='metadata.permit', enabled=True, link_documents=True) - per_date = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per date'), enabled=True, link_documents=False) + per_date = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression='\'%s\'' % ugettext(u'Per date'), enabled=True, link_documents=False) per_date_child = IndexTemplateNode.objects.create(parent=per_date, index=index, expression='metadata.date', enabled=True, link_documents=True) - per_user = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per user'), enabled=True, link_documents=False) + per_user = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression='\'%s\'' % ugettext(u'Per user'), enabled=True, link_documents=False) per_user_child = IndexTemplateNode.objects.create(parent=per_user, index=index, expression='metadata.user', enabled=True, link_documents=True) - per_client = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression=ugettext(u'Per client'), enabled=True, link_documents=False) + per_client = IndexTemplateNode.objects.create(parent=index.template_root, index=index, expression='\'%s\'' % ugettext(u'Per client'), enabled=True, link_documents=False) per_client_child = IndexTemplateNode.objects.create(parent=per_client, index=index, expression='metadata.client', enabled=True, link_documents=True) From fb54b4f1dc355c48d1461c3b413fa4bf387c9b5c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 04:53:52 -0400 Subject: [PATCH 58/71] Remove unused imports --- apps/sources/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/sources/models.py b/apps/sources/models.py index c330bf7aac..7351fc73a4 100644 --- a/apps/sources/models.py +++ b/apps/sources/models.py @@ -12,10 +12,9 @@ from django.db import transaction from converter.api import get_available_transformations_choices from converter.literals import DIMENSION_SEPARATOR -from documents.models import DocumentType, Document +from documents.models import Document from documents.events import history_document_created from document_indexing.api import update_indexes -from metadata.models import MetadataType from metadata.api import save_metadata_list from scheduler.api import register_interval_job, remove_job from acls.utils import apply_default_acls From 96177c8531b64497ea7b0ff4a188ef29462d52d1 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 04:54:33 -0400 Subject: [PATCH 59/71] Move metadata column registration for Document model to the metadata app --- apps/documents/__init__.py | 4 ---- apps/metadata/__init__.py | 10 +++++++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/apps/documents/__init__.py b/apps/documents/__init__.py index 04f6faece8..4a48cfedb4 100644 --- a/apps/documents/__init__.py +++ b/apps/documents/__init__.py @@ -10,7 +10,6 @@ from navigation.api import (register_links, register_top_menu, register_sidebar_template) from main.api import register_diagnostic, register_maintenance_links from history.permissions import PERMISSION_HISTORY_VIEW -from metadata.api import get_metadata_string from project_setup.api import register_setup from acls.api import class_permissions @@ -161,9 +160,6 @@ register_model_list_columns(Document, [ {'name':_(u'thumbnail'), 'attribute': encapsulate(lambda x: document_thumbnail(x)) }, - {'name':_(u'metadata'), 'attribute': - encapsulate(lambda x: get_metadata_string(x)) - }, ]) register_top_menu( diff --git a/apps/metadata/__init__.py b/apps/metadata/__init__.py index 29ee9ac45e..76e2fbb07f 100644 --- a/apps/metadata/__init__.py +++ b/apps/metadata/__init__.py @@ -3,12 +3,14 @@ from __future__ import absolute_import from django.utils.translation import ugettext_lazy as _ from navigation.api import (register_links, register_multi_item_links, - register_sidebar_template) + register_sidebar_template, register_model_list_columns) +from common.utils import encapsulate from documents.models import Document, DocumentType from documents.permissions import PERMISSION_DOCUMENT_TYPE_EDIT from project_setup.api import register_setup from acls.api import class_permissions +from .api import get_metadata_string from .models import MetadataType, MetadataSet from .permissions import (PERMISSION_METADATA_DOCUMENT_EDIT, PERMISSION_METADATA_DOCUMENT_ADD, PERMISSION_METADATA_DOCUMENT_REMOVE, @@ -65,3 +67,9 @@ class_permissions(Document, [ PERMISSION_METADATA_DOCUMENT_REMOVE, PERMISSION_METADATA_DOCUMENT_VIEW, ]) + +register_model_list_columns(Document, [ + {'name':_(u'metadata'), 'attribute': + encapsulate(lambda x: get_metadata_string(x)) + }, + ]) From bccc228fa02b2f0123bc72f9e53c34878090a120 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 04:59:26 -0400 Subject: [PATCH 60/71] Remove unused module --- apps/document_indexing/utils.py | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 apps/document_indexing/utils.py diff --git a/apps/document_indexing/utils.py b/apps/document_indexing/utils.py deleted file mode 100644 index 24f32d7f12..0000000000 --- a/apps/document_indexing/utils.py +++ /dev/null @@ -1,23 +0,0 @@ -from django.utils.translation import ugettext_lazy as _ - -from document_indexing.api import get_breadcrumbs - - -def get_document_indexing_subtemplate(document): - """ - Return all the settings to render a subtemplate containing a - list of index instances where a document may be found - """ - object_list = [] - - for index_instance in document.indexinstance_set.all(): - object_list.append(get_breadcrumbs(index_instance, single_link=True, include_count=True)) - - return { - 'name': 'generic_list_subtemplate.html', - 'context': { - 'title': _(u'document indexes'), - 'object_list': object_list, - 'hide_link': True - } - } From ac65a6db760180d8340e22b6dc5d2581743f0ca1 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 05:03:02 -0400 Subject: [PATCH 61/71] Add initial database erase support --- apps/bootstrap/__init__.py | 3 +- apps/bootstrap/api.py | 36 +++++++++++++++++- apps/bootstrap/links.py | 1 + apps/bootstrap/models.py | 13 +------ .../static/images/icons/radioactivity.png | Bin 0 -> 2139 bytes apps/bootstrap/urls.py | 1 + apps/bootstrap/views.py | 36 +++++++++++++++++- 7 files changed, 74 insertions(+), 16 deletions(-) create mode 100755 apps/bootstrap/static/images/icons/radioactivity.png diff --git a/apps/bootstrap/__init__.py b/apps/bootstrap/__init__.py index 07c8a915e2..2b0080d630 100644 --- a/apps/bootstrap/__init__.py +++ b/apps/bootstrap/__init__.py @@ -3,9 +3,10 @@ from __future__ import absolute_import from project_setup.api import register_setup from navigation.api import register_links#, register_sidebar_template -from .links import database_bootstrap, bootstrap_execute +from .links import database_bootstrap, bootstrap_execute, erase_database_link from .api import BootstrapSimple, BootstrapPermit register_setup(database_bootstrap) +register_setup(erase_database_link) register_links(BootstrapSimple, [bootstrap_execute]) register_links(BootstrapPermit, [bootstrap_execute]) diff --git a/apps/bootstrap/api.py b/apps/bootstrap/api.py index af86042dc3..001f2e7f6f 100644 --- a/apps/bootstrap/api.py +++ b/apps/bootstrap/api.py @@ -2,14 +2,48 @@ from __future__ import absolute_import from django.utils.translation import ugettext_lazy as _ from django.utils.translation import ugettext +from django.contrib.auth.models import User, Group from metadata.models import MetadataType, MetadataSet from document_indexing.models import Index, IndexTemplateNode -from documents.models import DocumentType, DocumentTypeFilename +from documents.models import DocumentType, DocumentTypeFilename, Document +from permissions.models import Role +from metadata.api import save_metadata_list +#from sources.models import WebForm, StagingFolder bootstrap_options = {} +def nuke_database(): + for obj in Document.objects.all(): + obj.delete() + + for obj in MetadataType.objects.all(): + obj.delete() + + for obj in MetadataSet.objects.all(): + obj.delete() + + for obj in Index.objects.all(): + obj.delete() + + for obj in DocumentType.objects.all(): + obj.delete() + + #for obj in WebForm.objects.all(): + # obj.delete() + + #for obj in StagingFolder.objects.all(): + # obj.delete() + + for obj in Group.objects.all(): + obj.delete() + + for obj in User.objects.all(): + if not obj.is_superuser and not obj.is_staff: + obj.delete() + + class BootstrapBase(object): name = None label = '' diff --git a/apps/bootstrap/links.py b/apps/bootstrap/links.py index e2af43dbaa..cbb8f6b238 100644 --- a/apps/bootstrap/links.py +++ b/apps/bootstrap/links.py @@ -7,3 +7,4 @@ def is_superuser(context): database_bootstrap = {'text': _(u'bootstrap database'), 'view': 'bootstrap_type_list', 'icon': 'database_lightning.png', 'condition': is_superuser}#, 'children_view_regex': [r'statistics']} bootstrap_execute = {'text': _(u'execute'), 'view': 'bootstrap_execute', 'args': 'object.name', 'sprite': 'database_lightning.png', 'condition': is_superuser}#, 'children_view_regex': [r'statistics']} +erase_database_link = {'text': _(u'erase database'), 'view': 'erase_database_view', 'icon': 'radioactivity.png', 'condition': is_superuser}#, 'children_view_regex': [r'statistics']} diff --git a/apps/bootstrap/models.py b/apps/bootstrap/models.py index 1f13d1559f..137941ffae 100644 --- a/apps/bootstrap/models.py +++ b/apps/bootstrap/models.py @@ -1,12 +1 @@ -from __future__ import absolute_import - -#import logging - -#from django.db import models -#from django.utils.translation import ugettext_lazy as _ - -#logger = logging.getLogger(__name__) - - -#class CompanyType(models.Model): -# name = +from django.db import models diff --git a/apps/bootstrap/static/images/icons/radioactivity.png b/apps/bootstrap/static/images/icons/radioactivity.png new file mode 100755 index 0000000000000000000000000000000000000000..ad5d5348ff487c2f29f349a573ff95170aecbbab GIT binary patch literal 2139 zcmV-h2&DIkP)L|1*V_T{dhmaYO ziFBx`G(g)i*q~EE(gJxuNW$i|n|d1Dr5zy*~MH z;pcw_2Dg&qFr&S&BK@$F*#{Kf0?7OdD8WidZ^$uX>ir)gnXnGj?8FXYF|Wq}Pv1-E z4XmguEB?}c0t>?!`3HkRd&ZD*U zEui-xSQqPL-HefS&$HK^zr=5fs_N>B);~(%ui_VtJ$T}`V_?{Sb|tX=o+4Nj=9bOZ zX=RZh@+h{mx9!CtBz1wqCnHeID85kf5wulXVNCod_|TTV@_ldOSSBzt28iG96l>O2 zD6cI0${~osCcM@%fZd0tQJC+6Pm`F60o6+cZmLpXnkGqS8z7}cd^YwSoy2<=QV0eV zc)beRK8Pa}Fz~suKKR!?fz;*KHmtA0p(AGyo_(2G_g?&~^ycSl{dqogw4X%%vjm=} zz@xe>DN6D}zeM}~5+r9V=w@~xc~pK1e0qBrLfWnzolz&bsTmV3&lX_gmO8{|k{CJN zaG`o9*0WkC2DaTMmS}!Yt*?9|F!eSX4kl0#)Szi96h(1JBZSe2z>!lkP*t6hK_~q# zLF%-xWB(g7RE#7vmE>evj&!gt)`_V$Fa~2WW+n)gNA9p63a-2l7(0QEP7@c0CAm|9 zN+B(!OS}&F6dZWNfZ{RetQ?FkDHME3UB`jrCj8`fMa`CDU96LJGX`TZCS$V!S||_q zdzO6`B61c@r)>vFnFY?o|23+^7y5y}pG#7}=_KuvM(dw9N0Brnxt?U@Tv^u1x*3D9 z7?ZK-=HT;dsP*^)KukybMXzHqVYxLYr))$cQ<#hp5S`SMsj$Sjs@%ln#59V7Au=Gl z^4k1Y1L@{7$H7>P$=Gaw>M$h-Ns*4OVL?hPS13nGl05#^O(yQV1$e1BfESPWoxShf z9mkG)bsTFq@qUj<^-#GlqlZ{!}%S38p>*k7Z(Da2%7QSIW5tBvJyeKE_#> z!V7=$p)}+&?V0o7Cs=6Me5*r^S00VX_9aH^; zQcI^W4KAh@Cc+aa4!9k0B20~mf^gGn6RG1lw+OvYvd61$qsMm0Ta%O-GkKGCgB;>Emf5l)1u^h76z2qTH{h&gg~LBR}pF zyykbj$2`nC2i)-hffEK}F=nP2abKJHakKS!vWMy{PcmGgXMkQ$|jxwtE zTtUSD>OHOb9q%y@^Ri5~0n*XU7>vc3jGZYrv8H#ee}6P&9gSb=p^2Bw^{^*|b7!iT z(o`te)mTe?o{XXSKq}e9?|6@Sn3rXom?9mli*>SY#$YVQoIMZlGe}f@d9Qk+aP5i` zt$ZnLlV>3tdF0lIpDRQ6_(}qylRHC*J*Q7FcQj_BI&>Kao*c$ZLOQdOAOllFW0>k3 z2(R2}+)m8hL{U~Ea>la~qMA#;Qd){`s#v0}SO!TobY#rN?ceevJZYhomR_M9Kaz;+=goKUl}Uyvx{49KE^V3x1do6%#G5-zeAZc|iWOC|_1-H!Ojt zBp=GsAOwwQB3*ZFF6Fubb1X_Z9zkmGD$NX5&kq`{AGLH?=ZNJB_pHT!n9PoeKsqj# zRxcB!yY5r!H&o(|qJUjJUl2~lMEBWVv_8{hwsem=c|MlD@7VQznq>{VX+!dexc?S9 z4RP*A4W|Zo{3(vfbe_l3r?&s!uj5>gXgo%xo7j9GhdeDL;5KD*F-rd{zyKUyX*)~j R(Eb1b002ovPDHLkV1n+C2}S?_ literal 0 HcmV?d00001 diff --git a/apps/bootstrap/urls.py b/apps/bootstrap/urls.py index a9c29813a2..fe6da57712 100644 --- a/apps/bootstrap/urls.py +++ b/apps/bootstrap/urls.py @@ -3,4 +3,5 @@ from django.conf.urls.defaults import patterns, url urlpatterns = patterns('bootstrap.views', url(r'^type/list/$', 'bootstrap_type_list', (), 'bootstrap_type_list'), url(r'^(?P\w+)/execute/$', 'bootstrap_execute', (), 'bootstrap_execute'), + url(r'^nuke/$', 'erase_database_view', (), 'erase_database_view'), ) diff --git a/apps/bootstrap/views.py b/apps/bootstrap/views.py index 3be20b1dc1..cc1bfef44e 100644 --- a/apps/bootstrap/views.py +++ b/apps/bootstrap/views.py @@ -7,7 +7,7 @@ from django.template import RequestContext from django.contrib import messages from django.core.urlresolvers import reverse -from .api import bootstrap_options +from .api import bootstrap_options, nuke_database def bootstrap_type_list(request): @@ -49,7 +49,7 @@ def bootstrap_execute(request, bootstrap_name): 'delete_view': False, 'previous': previous, 'next': next, - #'form_icon': u'basket_remove.png', + 'form_icon': u'database_lightning.png', 'object': bootstrap, } @@ -57,3 +57,35 @@ def bootstrap_execute(request, bootstrap_name): return render_to_response('generic_confirm.html', context, context_instance=RequestContext(request)) + + +def erase_database_view(request): + # TODO: check for permission + + post_action_redirect = None + + previous = request.POST.get('previous', request.GET.get('previous', request.META.get('HTTP_REFERER', '/'))) + next = request.POST.get('next', request.GET.get('next', post_action_redirect if post_action_redirect else request.META.get('HTTP_REFERER', '/'))) + + if request.method == 'POST': + try: + nuke_database() + except Exception, exc: + messages.error(request, _(u'Error erasing database; %s') % exc) + else: + messages.success(request, _(u'Database erased successfully.')) + return HttpResponseRedirect(next) + + context = { + #'object_name': _(u'bootstrap setup'), + 'delete_view': False, + 'previous': previous, + 'next': next, + 'form_icon': u'radioactivity.png', + #'object': bootstrap, + } + + context['title'] = _(u'Are you sure you wish to erase the entire database and document storage?') + + return render_to_response('generic_confirm.html', context, + context_instance=RequestContext(request)) From e2e7e4bb4978d27202d1c6d7a08d22a8b38febb0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 05:30:39 -0400 Subject: [PATCH 62/71] Move the document upload wizard to the sources app --- apps/documents/__init__.py | 5 ++--- apps/documents/urls.py | 1 - apps/documents/views.py | 13 +------------ apps/sources/__init__.py | 5 +++++ apps/sources/urls.py | 2 ++ apps/sources/views.py | 23 +++++++++++++++++------ apps/{documents => sources}/wizards.py | 4 +--- 7 files changed, 28 insertions(+), 25 deletions(-) rename apps/{documents => sources}/wizards.py (98%) diff --git a/apps/documents/__init__.py b/apps/documents/__init__.py index 4a48cfedb4..f6c0c80945 100644 --- a/apps/documents/__init__.py +++ b/apps/documents/__init__.py @@ -53,7 +53,6 @@ def is_current_version(context): document_list = {'text': _(u'all documents'), 'view': 'document_list', 'famfam': 'page'} document_list_recent = {'text': _(u'recent documents'), 'view': 'document_list_recent', 'famfam': 'page'} -document_create_multiple = {'text': _(u'upload new documents'), 'view': 'document_create_multiple', 'famfam': 'page_add', 'permissions': [PERMISSION_DOCUMENT_CREATE], 'children_view_regex': [r'upload_interactive']} document_create_siblings = {'text': _(u'clone metadata'), 'view': 'document_create_siblings', 'args': 'object.id', 'famfam': 'page_copy', 'permissions': [PERMISSION_DOCUMENT_CREATE]} document_view_simple = {'text': _(u'details'), 'view': 'document_view_simple', 'args': 'object.id', 'famfam': 'page', 'permissions': [PERMISSION_DOCUMENT_VIEW]} document_view_advanced = {'text': _(u'properties'), 'view': 'document_view_advanced', 'args': 'object.id', 'famfam': 'page_gear', 'permissions': [PERMISSION_DOCUMENT_VIEW]} @@ -128,9 +127,9 @@ register_multi_item_links(['document_find_duplicates', 'folder_view', 'index_ins # Document Version links register_links(DocumentVersion, [document_version_revert, document_version_download]) -secondary_menu_links = [document_list_recent, document_list, document_create_multiple] +secondary_menu_links = [document_list_recent, document_list] -register_links(['document_list_recent', 'document_list', 'document_create', 'document_create_multiple', 'upload_interactive', 'staging_file_delete'], secondary_menu_links, menu_name='secondary_menu') +register_links(['document_list_recent', 'document_list', 'document_create_multiple', 'upload_interactive', 'staging_file_delete'], secondary_menu_links, menu_name='secondary_menu') register_links(Document, secondary_menu_links, menu_name='secondary_menu') # Document page links diff --git a/apps/documents/urls.py b/apps/documents/urls.py index 0303438fdd..2a2cfcb7db 100644 --- a/apps/documents/urls.py +++ b/apps/documents/urls.py @@ -8,7 +8,6 @@ from .conf.settings import (PREVIEW_SIZE, PRINT_SIZE, THUMBNAIL_SIZE, urlpatterns = patterns('documents.views', url(r'^list/$', 'document_list', (), 'document_list'), url(r'^list/recent/$', 'document_list_recent', (), 'document_list_recent'), - url(r'^create/from/local/multiple/$', 'document_create', (), 'document_create_multiple'), url(r'^(?P\d+)/view/$', 'document_view', (), 'document_view_simple'), url(r'^(?P\d+)/view/advanced/$', 'document_view', {'advanced': True}, 'document_view_advanced'), diff --git a/apps/documents/views.py b/apps/documents/views.py index 1d67683251..3b584e076b 100644 --- a/apps/documents/views.py +++ b/apps/documents/views.py @@ -26,7 +26,6 @@ from converter.literals import DEFAULT_ZOOM_LEVEL, DEFAULT_ROTATION, \ DEFAULT_PAGE_NUMBER, DEFAULT_FILE_FORMAT_MIMETYPE from converter.office_converter import OfficeConverter from filetransfers.api import serve_file -from metadata.forms import MetadataFormSet, MetadataSelectionForm from navigation.utils import resolve_to_name from permissions.models import Permission from document_indexing.api import update_indexes, delete_indexes @@ -44,14 +43,12 @@ from .permissions import (PERMISSION_DOCUMENT_CREATE, PERMISSION_DOCUMENT_TYPE_EDIT, PERMISSION_DOCUMENT_TYPE_DELETE, PERMISSION_DOCUMENT_TYPE_CREATE, PERMISSION_DOCUMENT_TYPE_VIEW) from .events import history_document_edited -from .forms import (DocumentTypeSelectForm, - DocumentForm_edit, DocumentPropertiesForm, +from .forms import (DocumentForm_edit, DocumentPropertiesForm, DocumentPreviewForm, DocumentPageForm, DocumentPageTransformationForm, DocumentContentForm, DocumentPageForm_edit, DocumentPageForm_text, PrintForm, DocumentTypeForm, DocumentTypeFilenameForm, DocumentTypeFilenameForm_create, DocumentDownloadForm) -from .wizards import DocumentCreateWizard from .models import (Document, DocumentType, DocumentPage, DocumentPageTransformation, RecentDocument, DocumentTypeFilename, DocumentVersion) @@ -85,14 +82,6 @@ def document_list(request, object_list=None, title=None, extra_context=None): context_instance=RequestContext(request)) -def document_create(request): - Permission.objects.check_permissions(request.user, [PERMISSION_DOCUMENT_CREATE]) - - wizard = DocumentCreateWizard(form_list=[DocumentTypeSelectForm, MetadataSelectionForm, MetadataFormSet]) - - return wizard(request) - - def document_create_siblings(request, document_id): Permission.objects.check_permissions(request.user, [PERMISSION_DOCUMENT_CREATE]) diff --git a/apps/sources/__init__.py b/apps/sources/__init__.py index 4596235c3a..58c879c040 100644 --- a/apps/sources/__init__.py +++ b/apps/sources/__init__.py @@ -8,6 +8,7 @@ from common.utils import encapsulate from project_setup.api import register_setup from documents.permissions import (PERMISSION_DOCUMENT_NEW_VERSION, PERMISSION_DOCUMENT_CREATE) +from documents.models import Document from .staging import StagingFile from .models import (WebForm, StagingFolder, SourceTransformation, @@ -17,6 +18,8 @@ from .permissions import (PERMISSION_SOURCES_SETUP_VIEW, PERMISSION_SOURCES_SETUP_EDIT, PERMISSION_SOURCES_SETUP_DELETE, PERMISSION_SOURCES_SETUP_CREATE) +document_create_multiple = {'text': _(u'upload new documents'), 'view': 'document_create_multiple', 'famfam': 'page_add', 'permissions': [PERMISSION_DOCUMENT_CREATE], 'children_view_regex': [r'upload_interactive']} + staging_file_preview = {'text': _(u'preview'), 'class': 'fancybox-noscaling', 'view': 'staging_file_preview', 'args': ['source.source_type', 'source.pk', 'object.id'], 'famfam': 'zoom', 'permissions': [PERMISSION_DOCUMENT_NEW_VERSION, PERMISSION_DOCUMENT_CREATE]} staging_file_delete = {'text': _(u'delete'), 'view': 'staging_file_delete', 'args': ['source.source_type', 'source.pk', 'object.id'], 'famfam': 'delete', 'keep_query': True, 'permissions': [PERMISSION_DOCUMENT_NEW_VERSION, PERMISSION_DOCUMENT_CREATE]} @@ -72,3 +75,5 @@ register_model_list_columns(StagingFile, [ ]) register_setup(setup_sources) +register_links(['document_list_recent', 'document_list', 'document_create', 'document_create_multiple', 'upload_interactive', 'staging_file_delete'], [document_create_multiple], menu_name='secondary_menu') +register_links(Document, [document_create_multiple], menu_name='secondary_menu') diff --git a/apps/sources/urls.py b/apps/sources/urls.py index 9b8f6ad59f..c6b0a84ea6 100644 --- a/apps/sources/urls.py +++ b/apps/sources/urls.py @@ -6,6 +6,8 @@ from .literals import (SOURCE_CHOICE_WEB_FORM, SOURCE_CHOICE_STAGING, SOURCE_CHOICE_WATCH) urlpatterns = patterns('sources.views', + url(r'^create/from/local/multiple/$', 'document_create', (), 'document_create_multiple'), + url(r'^staging_file/type/(?P\w+)/(?P\d+)/(?P\w+)/preview/$', 'staging_file_preview', (), 'staging_file_preview'), url(r'^staging_file/type/(?P\w+)/(?P\d+)/(?P\w+)/delete/$', 'staging_file_delete', (), 'staging_file_delete'), url(r'^staging_file/type/staging_folder/(?P\d+)/(?P\w+)/thumbnail/$', 'staging_file_thumbnail', (), 'staging_file_thumbnail'), diff --git a/apps/sources/views.py b/apps/sources/views.py index 0014d9b4cf..2d09561c7f 100644 --- a/apps/sources/views.py +++ b/apps/sources/views.py @@ -16,26 +16,29 @@ from documents.permissions import (PERMISSION_DOCUMENT_CREATE, from documents.models import DocumentType, Document from documents.conf.settings import THUMBNAIL_SIZE from documents.exceptions import NewDocumentVersionNotAllowed +from documents.forms import DocumentTypeSelectForm +from metadata.forms import MetadataFormSet, MetadataSelectionForm from metadata.api import decode_metadata_from_url, metadata_repr_as_list from permissions.models import Permission from common.utils import encapsulate import sendfile from acls.models import AccessEntry -from sources.models import (WebForm, StagingFolder, SourceTransformation, +from .models import (WebForm, StagingFolder, SourceTransformation, WatchFolder) -from sources.literals import (SOURCE_CHOICE_WEB_FORM, SOURCE_CHOICE_STAGING, +from .literals import (SOURCE_CHOICE_WEB_FORM, SOURCE_CHOICE_STAGING, SOURCE_CHOICE_WATCH) -from sources.literals import (SOURCE_UNCOMPRESS_CHOICE_Y, +from .literals import (SOURCE_UNCOMPRESS_CHOICE_Y, SOURCE_UNCOMPRESS_CHOICE_ASK) from sources.staging import create_staging_file_class -from sources.forms import (StagingDocumentForm, WebFormForm, +from .forms import (StagingDocumentForm, WebFormForm, WatchFolderSetupForm) -from sources.forms import WebFormSetupForm, StagingFolderSetupForm -from sources.forms import SourceTransformationForm, SourceTransformationForm_create +from .forms import WebFormSetupForm, StagingFolderSetupForm +from .forms import SourceTransformationForm, SourceTransformationForm_create from .permissions import (PERMISSION_SOURCES_SETUP_VIEW, PERMISSION_SOURCES_SETUP_EDIT, PERMISSION_SOURCES_SETUP_DELETE, PERMISSION_SOURCES_SETUP_CREATE) +from .wizards import DocumentCreateWizard def return_function(obj): @@ -706,3 +709,11 @@ def setup_source_transformation_create(request, source_type, source_id): 'navigation_object_name': 'source', 'title': _(u'Create new transformation for source: %s') % source, }, context_instance=RequestContext(request)) + + +def document_create(request): + Permission.objects.check_permissions(request.user, [PERMISSION_DOCUMENT_CREATE]) + + wizard = DocumentCreateWizard(form_list=[DocumentTypeSelectForm, MetadataSelectionForm, MetadataFormSet]) + + return wizard(request) diff --git a/apps/documents/wizards.py b/apps/sources/wizards.py similarity index 98% rename from apps/documents/wizards.py rename to apps/sources/wizards.py index 816a77b608..12cbc107f0 100644 --- a/apps/documents/wizards.py +++ b/apps/sources/wizards.py @@ -6,10 +6,8 @@ from django.http import HttpResponseRedirect from django.utils.http import urlencode from common.wizard import BoundFormWizard - from metadata.forms import MetadataSelectionForm, MetadataFormSet - -from .forms import DocumentTypeSelectForm +from documents.forms import DocumentTypeSelectForm class DocumentCreateWizard(BoundFormWizard): From 331fd3fe17cf4db5c2f47439f745d97f62bb39e1 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 05:55:20 -0400 Subject: [PATCH 63/71] Remove debug statement --- apps/navigation/templatetags/navigation_tags.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/navigation/templatetags/navigation_tags.py b/apps/navigation/templatetags/navigation_tags.py index d4533c09a3..e65df4dab6 100644 --- a/apps/navigation/templatetags/navigation_tags.py +++ b/apps/navigation/templatetags/navigation_tags.py @@ -103,7 +103,6 @@ def resolve_links(context, links, current_view, current_path, parsed_query_strin else: new_link['url'] = reverse(link['view'], args=args) if link.get('keep_query', False): - print 'parsed_query_string', parsed_query_string new_link['url'] = urlquote(new_link['url'], parsed_query_string) except NoReverseMatch, err: new_link['url'] = '#' From c5def4a5eca000dc72d863dd8a2f9b7e4c8ac929 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 05:55:38 -0400 Subject: [PATCH 64/71] Add TODO reminder --- apps/documents/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/documents/models.py b/apps/documents/models.py index eb94051902..6f62126361 100644 --- a/apps/documents/models.py +++ b/apps/documents/models.py @@ -257,6 +257,9 @@ class Document(models.Model): @property def latest_version(self): + # TODO: an IndexError exception here is indicative of a corrupted + # database, find out how to handle (display empty doc or automatically + # delete with msg to user) return self.documentversion_set.order_by('-timestamp')[0] @property From 4aee439590207a6dd9f3df88d863aa4cb1e6a22f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 05:56:20 -0400 Subject: [PATCH 65/71] Move index updating and deleting during document update and delete to the document indexing app via signals --- apps/document_indexing/__init__.py | 16 ++++++++++++++++ apps/documents/views.py | 17 ----------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/apps/document_indexing/__init__.py b/apps/document_indexing/__init__.py index 44021889d7..cce1676648 100644 --- a/apps/document_indexing/__init__.py +++ b/apps/document_indexing/__init__.py @@ -1,6 +1,8 @@ from __future__ import absolute_import from django.utils.translation import ugettext_lazy as _ +from django.dispatch import receiver +from django.db.models.signals import post_save, pre_delete from navigation.api import (register_top_menu, register_sidebar_template, register_links) @@ -18,6 +20,7 @@ from .permissions import (PERMISSION_DOCUMENT_INDEXING_VIEW, PERMISSION_DOCUMENT_INDEXING_EDIT, PERMISSION_DOCUMENT_INDEXING_DELETE ) +from .api import update_indexes, delete_indexes def is_root_node(context): @@ -63,3 +66,16 @@ register_links([Index, 'index_setup_list', 'index_setup_create', 'template_node_ register_links(Index, [index_setup_edit, index_setup_delete, index_setup_view]) register_links(IndexTemplateNode, [template_node_create, template_node_edit, template_node_delete]) + + +@receiver(post_save, dispatch_uid='document_index_update', sender=Document) +def document_index_update(sender, **kwargs): + # TODO: save result in user msg queue + delete_indexes(kwargs['instance']) + update_indexes(kwargs['instance']) + + +@receiver(pre_delete, dispatch_uid='document_index_delete', sender=Document) +def document_index_delete(sender, **kwargs): + # TODO: save result in user msg queue + delete_indexes(kwargs['instance']) diff --git a/apps/documents/views.py b/apps/documents/views.py index 3b584e076b..be6ad21950 100644 --- a/apps/documents/views.py +++ b/apps/documents/views.py @@ -28,7 +28,6 @@ from converter.office_converter import OfficeConverter from filetransfers.api import serve_file from navigation.utils import resolve_to_name from permissions.models import Permission -from document_indexing.api import update_indexes, delete_indexes from acls.models import AccessEntry from common.compressed_files import CompressedFile @@ -195,11 +194,6 @@ def document_delete(request, document_id=None, document_id_list=None): if request.method == 'POST': for document in documents: try: - warnings = delete_indexes(document) - if request.user.is_staff or request.user.is_superuser: - for warning in warnings: - messages.warning(request, warning) - document.delete() #create_history(HISTORY_DOCUMENT_DELETED, data={'user': request.user, 'document': document}) messages.success(request, _(u'Document deleted successfully.')) @@ -244,11 +238,6 @@ def document_edit(request, document_id): old_document = copy.copy(document) form = DocumentForm_edit(request.POST, instance=document) if form.is_valid(): - warnings = delete_indexes(document) - if request.user.is_staff or request.user.is_superuser: - for warning in warnings: - messages.warning(request, warning) - document.filename = form.cleaned_data['new_filename'] document.description = form.cleaned_data['description'] @@ -261,12 +250,6 @@ def document_edit(request, document_id): RecentDocument.objects.add_document_for_user(request.user, document) messages.success(request, _(u'Document "%s" edited successfully.') % document) - - warnings = update_indexes(document) - if request.user.is_staff or request.user.is_superuser: - for warning in warnings: - messages.warning(request, warning) - return HttpResponseRedirect(document.get_absolute_url()) else: form = DocumentForm_edit(instance=document, initial={ From 9dc07de628020c792c56823cec25b810ff698307 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 05:57:07 -0400 Subject: [PATCH 66/71] Remove metadata inline from the documents app to avoid circular imports --- apps/documents/admin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/documents/admin.py b/apps/documents/admin.py index 91ee0ac22c..931fc7de8b 100644 --- a/apps/documents/admin.py +++ b/apps/documents/admin.py @@ -2,8 +2,6 @@ from __future__ import absolute_import from django.contrib import admin -from metadata.admin import DocumentMetadataInline - from .models import (DocumentType, Document, DocumentTypeFilename, DocumentPage, DocumentPageTransformation, RecentDocument, @@ -46,7 +44,7 @@ class DocumentPageTransformationAdmin(admin.ModelAdmin): class DocumentAdmin(admin.ModelAdmin): inlines = [ - DocumentMetadataInline, DocumentVersionInline + DocumentVersionInline ] list_display = ('uuid', 'file_filename',) From ba550c7f03dbff480e47f3359f744c78c60aa2e7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 06:14:42 -0400 Subject: [PATCH 67/71] Remove direct index updating and delete from metadata and source apps and move it to document indexing app via signals --- apps/document_indexing/__init__.py | 26 +++++++++++++++++++++++--- apps/metadata/views.py | 27 --------------------------- apps/sources/models.py | 2 -- settings.py | 2 +- 4 files changed, 24 insertions(+), 33 deletions(-) diff --git a/apps/document_indexing/__init__.py b/apps/document_indexing/__init__.py index cce1676648..80c4bcadbe 100644 --- a/apps/document_indexing/__init__.py +++ b/apps/document_indexing/__init__.py @@ -2,7 +2,7 @@ from __future__ import absolute_import from django.utils.translation import ugettext_lazy as _ from django.dispatch import receiver -from django.db.models.signals import post_save, pre_delete +from django.db.models.signals import post_save, pre_delete, post_delete from navigation.api import (register_top_menu, register_sidebar_template, register_links) @@ -10,6 +10,7 @@ from navigation.api import (register_top_menu, register_sidebar_template, from main.api import register_maintenance_links from documents.permissions import PERMISSION_DOCUMENT_VIEW from documents.models import Document +from metadata.models import DocumentMetadata from project_setup.api import register_setup from .models import (Index, IndexTemplateNode, IndexInstanceNode) @@ -70,12 +71,31 @@ register_links(IndexTemplateNode, [template_node_create, template_node_edit, tem @receiver(post_save, dispatch_uid='document_index_update', sender=Document) def document_index_update(sender, **kwargs): - # TODO: save result in user msg queue + # TODO: save result in index log delete_indexes(kwargs['instance']) update_indexes(kwargs['instance']) @receiver(pre_delete, dispatch_uid='document_index_delete', sender=Document) def document_index_delete(sender, **kwargs): - # TODO: save result in user msg queue + # TODO: save result in index log delete_indexes(kwargs['instance']) + + +@receiver(post_save, dispatch_uid='document_metadata_index_update', sender=DocumentMetadata) +def document_metadata_index_update(sender, **kwargs): + # TODO: save result in index log + delete_indexes(kwargs['instance'].document) + update_indexes(kwargs['instance'].document) + + +@receiver(pre_delete, dispatch_uid='document_metadata_index_delete', sender=DocumentMetadata) +def document_metadata_index_delete(sender, **kwargs): + # TODO: save result in index log + delete_indexes(kwargs['instance'].document) + + +@receiver(post_delete, dispatch_uid='document_metadata_index_post_delete', sender=DocumentMetadata) +def document_metadata_index_post_delete(sender, **kwargs): + # TODO: save result in index log + update_indexes(kwargs['instance'].document) diff --git a/apps/metadata/views.py b/apps/metadata/views.py index 31e9a74549..b380b81025 100644 --- a/apps/metadata/views.py +++ b/apps/metadata/views.py @@ -13,7 +13,6 @@ from django.core.exceptions import PermissionDenied from documents.permissions import PERMISSION_DOCUMENT_TYPE_EDIT from documents.models import Document, RecentDocument, DocumentType from permissions.models import Permission -from document_indexing.api import update_indexes, delete_indexes from acls.models import AccessEntry from common.utils import generate_choices_w_labels, encapsulate, get_object_name @@ -80,12 +79,6 @@ def metadata_edit(request, document_id=None, document_id_list=None): formset = MetadataFormSet(request.POST) if formset.is_valid(): for document in documents: - - warnings = delete_indexes(document) - if request.user.is_staff or request.user.is_superuser: - for warning in warnings: - messages.warning(request, _(u'Error deleting document indexes; %s') % warning) - errors = [] for form in formset.forms: if form.cleaned_data['update']: @@ -101,13 +94,6 @@ def metadata_edit(request, document_id=None, document_id_list=None): else: messages.success(request, _(u'Metadata for document %s edited successfully.') % document) - warnings = update_indexes(document) - if warnings and (request.user.is_staff or request.user.is_superuser): - for warning in warnings: - messages.warning(request, _(u'Error updating document indexes; %s') % warning) - else: - messages.success(request, _(u'Document indexes updated successfully.')) - return HttpResponseRedirect(next) context = { @@ -244,12 +230,6 @@ def metadata_remove(request, document_id=None, document_id_list=None): formset = MetadataRemoveFormSet(request.POST) if formset.is_valid(): for document in documents: - - warnings = delete_indexes(document) - if request.user.is_staff or request.user.is_superuser: - for warning in warnings: - messages.warning(request, _(u'Error deleting document indexes; %s') % warning) - for form in formset.forms: if form.cleaned_data['update']: metadata_type = get_object_or_404(MetadataType, pk=form.cleaned_data['id']) @@ -262,13 +242,6 @@ def metadata_remove(request, document_id=None, document_id_list=None): messages.error(request, _(u'Error removing metadata type: %(metadata_type)s from document: %(document)s.') % { 'metadata_type': metadata_type, 'document': document}) - warnings = update_indexes(document) - if warnings and (request.user.is_staff or request.user.is_superuser): - for warning in warnings: - messages.warning(request, _(u'Error updating document indexes; %s') % warning) - else: - messages.success(request, _(u'Document indexes updated successfully.')) - return HttpResponseRedirect(next) context = { diff --git a/apps/sources/models.py b/apps/sources/models.py index 7351fc73a4..db632e5464 100644 --- a/apps/sources/models.py +++ b/apps/sources/models.py @@ -14,7 +14,6 @@ from converter.api import get_available_transformations_choices from converter.literals import DIMENSION_SEPARATOR from documents.models import Document from documents.events import history_document_created -from document_indexing.api import update_indexes from metadata.api import save_metadata_list from scheduler.api import register_interval_job, remove_job from acls.utils import apply_default_acls @@ -130,7 +129,6 @@ class BaseModel(models.Model): if metadata_dict_list and new_document: # Only do for new documents save_metadata_list(metadata_dict_list, document, create=True) - warnings = update_indexes(document) class Meta: ordering = ('title',) diff --git a/settings.py b/settings.py index b442a74f8a..a5eff1e634 100644 --- a/settings.py +++ b/settings.py @@ -170,7 +170,6 @@ INSTALLED_APPS = ( 'metadata', 'documents', 'linking', - 'document_indexing', 'bootstrap', 'document_acls', 'ocr', @@ -180,6 +179,7 @@ INSTALLED_APPS = ( 'rest_api', 'document_signatures', 'checkouts', + 'document_indexing', # Has to be last so the other apps can register it's signals 'signaler', From 5e97ba1e71fdd25faf3ec5b960caceaf81bcf519 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 06:47:19 -0400 Subject: [PATCH 68/71] Add permissions for the bootstrap app --- apps/bootstrap/api.py | 24 ++++++++++++++---------- apps/bootstrap/links.py | 13 ++++++------- apps/bootstrap/permissions.py | 11 +++++++++++ apps/bootstrap/views.py | 12 +++++++----- 4 files changed, 38 insertions(+), 22 deletions(-) create mode 100644 apps/bootstrap/permissions.py diff --git a/apps/bootstrap/api.py b/apps/bootstrap/api.py index 001f2e7f6f..db54c5689c 100644 --- a/apps/bootstrap/api.py +++ b/apps/bootstrap/api.py @@ -4,17 +4,20 @@ from django.utils.translation import ugettext_lazy as _ from django.utils.translation import ugettext from django.contrib.auth.models import User, Group -from metadata.models import MetadataType, MetadataSet -from document_indexing.models import Index, IndexTemplateNode -from documents.models import DocumentType, DocumentTypeFilename, Document from permissions.models import Role +from documents.models import DocumentType, DocumentTypeFilename, Document +from metadata.models import MetadataType, MetadataSet from metadata.api import save_metadata_list -#from sources.models import WebForm, StagingFolder +from document_indexing.models import Index, IndexTemplateNode +from sources.models import WebForm, StagingFolder bootstrap_options = {} def nuke_database(): + for obj in DocumentType.objects.all(): + obj.delete() + for obj in Document.objects.all(): obj.delete() @@ -27,14 +30,11 @@ def nuke_database(): for obj in Index.objects.all(): obj.delete() - for obj in DocumentType.objects.all(): + for obj in WebForm.objects.all(): obj.delete() - #for obj in WebForm.objects.all(): - # obj.delete() - - #for obj in StagingFolder.objects.all(): - # obj.delete() + for obj in StagingFolder.objects.all(): + obj.delete() for obj in Group.objects.all(): obj.delete() @@ -42,7 +42,11 @@ def nuke_database(): for obj in User.objects.all(): if not obj.is_superuser and not obj.is_staff: obj.delete() + + for obj in Role.objects.all(): + obj.delete() + # TODO: Add history, ocr logs class BootstrapBase(object): name = None diff --git a/apps/bootstrap/links.py b/apps/bootstrap/links.py index cbb8f6b238..243eb1ce6c 100644 --- a/apps/bootstrap/links.py +++ b/apps/bootstrap/links.py @@ -1,10 +1,9 @@ +from __future__ import absolute_import + from django.utils.translation import ugettext_lazy as _ +from .permissions import PERMISSION_BOOTSTRAP_EXECUTE, PERMISSION_NUKE_DATABASE -def is_superuser(context): - return context['request'].user.is_staff or context['request'].user.is_superuser - - -database_bootstrap = {'text': _(u'bootstrap database'), 'view': 'bootstrap_type_list', 'icon': 'database_lightning.png', 'condition': is_superuser}#, 'children_view_regex': [r'statistics']} -bootstrap_execute = {'text': _(u'execute'), 'view': 'bootstrap_execute', 'args': 'object.name', 'sprite': 'database_lightning.png', 'condition': is_superuser}#, 'children_view_regex': [r'statistics']} -erase_database_link = {'text': _(u'erase database'), 'view': 'erase_database_view', 'icon': 'radioactivity.png', 'condition': is_superuser}#, 'children_view_regex': [r'statistics']} +database_bootstrap = {'text': _(u'bootstrap database'), 'view': 'bootstrap_type_list', 'icon': 'database_lightning.png', 'permissions': [PERMISSION_BOOTSTRAP_EXECUTE]} +bootstrap_execute = {'text': _(u'execute'), 'view': 'bootstrap_execute', 'args': 'object.name', 'sprite': 'database_lightning.png', 'permissions': [PERMISSION_BOOTSTRAP_EXECUTE]} +erase_database_link = {'text': _(u'erase database'), 'view': 'erase_database_view', 'icon': 'radioactivity.png', 'permissions': [PERMISSION_NUKE_DATABASE]} diff --git a/apps/bootstrap/permissions.py b/apps/bootstrap/permissions.py new file mode 100644 index 0000000000..aef9f052ee --- /dev/null +++ b/apps/bootstrap/permissions.py @@ -0,0 +1,11 @@ +from __future__ import absolute_import + +from django.utils.translation import ugettext_lazy as _ + +from permissions.models import PermissionNamespace, Permission + +namespace = PermissionNamespace('bootstrap', _(u'Database bootstrap')) + +PERMISSION_BOOTSTRAP_EXECUTE = Permission.objects.register(namespace, 'bootstrap_execute', _(u'Execute document bootstraps')) +PERMISSION_NUKE_DATABASE = Permission.objects.register(namespace, 'nuke_database', _(u'Erase the entire database and document storage')) + diff --git a/apps/bootstrap/views.py b/apps/bootstrap/views.py index cc1bfef44e..d1233576eb 100644 --- a/apps/bootstrap/views.py +++ b/apps/bootstrap/views.py @@ -7,11 +7,14 @@ from django.template import RequestContext from django.contrib import messages from django.core.urlresolvers import reverse +from permissions.models import Permission + from .api import bootstrap_options, nuke_database +from .permissions import PERMISSION_BOOTSTRAP_EXECUTE, PERMISSION_NUKE_DATABASE def bootstrap_type_list(request): - # TODO: Check for superadmin + Permission.objects.check_permissions(request.user, [PERMISSION_BOOTSTRAP_EXECUTE]) context = { 'object_list': bootstrap_options.values(), @@ -19,7 +22,6 @@ def bootstrap_type_list(request): 'hide_link': True, 'extra_columns': [ {'name': _(u'description'), 'attribute': 'description'}, - #{'name': _(u'label'), 'attribute': encapsulate(lambda document: document.checkout_info().expiration_datetime)}, ], } @@ -28,6 +30,7 @@ def bootstrap_type_list(request): def bootstrap_execute(request, bootstrap_name): + Permission.objects.check_permissions(request.user, [PERMISSION_BOOTSTRAP_EXECUTE]) bootstrap = bootstrap_options[bootstrap_name] post_action_redirect = reverse('bootstrap_type_list') @@ -60,7 +63,7 @@ def bootstrap_execute(request, bootstrap_name): def erase_database_view(request): - # TODO: check for permission + Permission.objects.check_permissions(request.user, [PERMISSION_NUKE_DATABASE]) post_action_redirect = None @@ -77,15 +80,14 @@ def erase_database_view(request): return HttpResponseRedirect(next) context = { - #'object_name': _(u'bootstrap setup'), 'delete_view': False, 'previous': previous, 'next': next, 'form_icon': u'radioactivity.png', - #'object': bootstrap, } context['title'] = _(u'Are you sure you wish to erase the entire database and document storage?') + context['message'] = _(u'All documents, sources, metadata, metadata types, set, tags, indexes and logs will be lost irreversibly!') return render_to_response('generic_confirm.html', context, context_instance=RequestContext(request)) From 0b69f778cfc73692f26cef5162d9bc32d74aff74 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 06:47:33 -0400 Subject: [PATCH 69/71] Reorganize app loading order to avoid import errors --- settings.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.py b/settings.py index a5eff1e634..898342e462 100644 --- a/settings.py +++ b/settings.py @@ -164,22 +164,22 @@ INSTALLED_APPS = ( 'installation', # Mayan EDMS 'storage', + 'documents', + 'metadata', 'folders', 'tags', 'document_comments', - 'metadata', - 'documents', 'linking', - 'bootstrap', + 'document_indexing', + 'sources', 'document_acls', 'ocr', - 'sources', 'history', 'main', 'rest_api', 'document_signatures', 'checkouts', - 'document_indexing', + 'bootstrap', # Has to be last so the other apps can register it's signals 'signaler', From 65626120dfdb312a7b094295af30f74e1f319a87 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 19:58:41 -0400 Subject: [PATCH 70/71] Add method the GPG class to clear the entire keyring, add some comments --- apps/django_gpg/api.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/django_gpg/api.py b/apps/django_gpg/api.py index 6d2feea14b..fe61f77320 100644 --- a/apps/django_gpg/api.py +++ b/apps/django_gpg/api.py @@ -83,6 +83,9 @@ class Key(object): @classmethod def get_all(cls, gpg, secret=False, exclude=None): + """ + Return a list of Key objects from the specified GPG instance + """ result = [] keys = gpg.gpg.list_keys(secret=secret) if exclude: @@ -103,6 +106,9 @@ class Key(object): @classmethod def get(cls, gpg, key_id, secret=False, search_keyservers=False): + """ + Return a single instance of a Key object from the specified GPG instance + """ if len(key_id) > 16: # key_id is a fingerprint key_id = Key.get_key_id(key_id) @@ -270,6 +276,10 @@ class GPG(object): return signed_data def has_embedded_signature(self, *args, **kwargs): + """ + Return a boolean result to specify if a passed file has or not + an embedded signature + """ try: self.decrypt_file(*args, **kwargs) except GPGDecryptionError: @@ -308,6 +318,18 @@ class GPG(object): elif status != 'ok': raise KeyDeleteError('Unable to delete key') + def delete_all_keys(self): + """ + Method for clearing the entire key ring + """ + # Delete secret keys first + for key in Key.get_all(self, secret=True): + self.delete_key(key) + + # Delete public keys + for key in Key.get_all(self, secret=False): + self.delete_key(key) + def receive_key(self, key_id): for keyserver in self.keyservers: import_result = self.gpg.recv_keys(keyserver, key_id) From 2abe2ceb99468c420e13b5953e024e541b443f05 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 Jul 2012 19:59:31 -0400 Subject: [PATCH 71/71] Add OCR, history, tags, folders, recent search, gpg keyring to the list of cleared data on database nuke --- apps/bootstrap/api.py | 58 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 55 insertions(+), 3 deletions(-) diff --git a/apps/bootstrap/api.py b/apps/bootstrap/api.py index db54c5689c..239d3154e0 100644 --- a/apps/bootstrap/api.py +++ b/apps/bootstrap/api.py @@ -10,43 +10,95 @@ from metadata.models import MetadataType, MetadataSet from metadata.api import save_metadata_list from document_indexing.models import Index, IndexTemplateNode from sources.models import WebForm, StagingFolder +from ocr.models import QueueDocument, QueueTransformation, DocumentQueue +from history.models import History +from taggit.models import Tag +from tags.models import TagProperties +from folders.models import Folder +from dynamic_search.models import RecentSearch +from django_gpg.runtime import gpg bootstrap_options = {} def nuke_database(): + # Delete all document types for obj in DocumentType.objects.all(): obj.delete() + # Delete all documents one by one to trigger the document file delete method + # Should also get rid of document metadata for obj in Document.objects.all(): obj.delete() - + + # Delete all metadata types for obj in MetadataType.objects.all(): obj.delete() + # Delete all metadata sets for obj in MetadataSet.objects.all(): obj.delete() + # Delete all indexes types, should also delete index nodes for obj in Index.objects.all(): obj.delete() + # Delete all webforms sources for obj in WebForm.objects.all(): obj.delete() + # Delete all staging folder sources for obj in StagingFolder.objects.all(): obj.delete() + # Delete all user groups for obj in Group.objects.all(): obj.delete() + # Delete all users except superadmins and staff for obj in User.objects.all(): if not obj.is_superuser and not obj.is_staff: obj.delete() - + + # Delete all user roles for obj in Role.objects.all(): obj.delete() - # TODO: Add history, ocr logs + # Delete all document in the ocr queue + for obj in QueueDocument.objects.all(): + obj.delete() + + # Delete all the transformations for a queue + for obj in QueueTransformation.objects.all(): + obj.delete() + + # Delete all the ocr document queues + for obj in DocumentQueue.objects.all(): + obj.delete() + + # Delete all the remaining history events + for obj in History.objects.all(): + obj.delete() + + # Delete all tags + for obj in Tag.objects.all(): + obj.delete() + + # Delete any remaining tag property + for obj in TagProperties.objects.all(): + obj.delete() + + # Delete all foders + for obj in Folder.objects.all(): + obj.delete() + + # Delete all recent searches + for obj in RecentSearch.objects.all(): + obj.delete() + + # Clear the entire key ring (public and private keys) + gpg.delete_all_keys() + class BootstrapBase(object): name = None