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