From 2ef64bebcbbb35f424302f3e84927c1b071d4e16 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 11:14:59 -0400 Subject: [PATCH 1/8] 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 2/8] 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 3/8] 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 4/8] 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 5/8] 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 6/8] 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 7/8] 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 8/8] 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