Make the task manager translatable.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-06-30 18:00:03 -04:00
parent 0d8081ad9d
commit 1345d98e92
44 changed files with 2335 additions and 1 deletions

View File

@@ -181,6 +181,12 @@ source_lang = en
source_file = mayan/apps/tags/locale/en/LC_MESSAGES/django.po
type = PO
[mayan-edms.task_manager-2-0]
file_filter = mayan/apps/tags/locale/<lang>/LC_MESSAGES/django.po
source_lang = en
source_file = mayan/apps/tags/locale/en/LC_MESSAGES/django.po
type = PO
[mayan-edms.user_management-2-0]
file_filter = mayan/apps/user_management/locale/<lang>/LC_MESSAGES/django.po
source_lang = en

View File

@@ -4,6 +4,7 @@ import optparse
import sh
APP_LIST = (
'acls', 'appearance', 'authentication', 'cabinets', 'checkouts', 'common',
'converter', 'django_gpg', 'document_comments', 'document_indexing',
@@ -11,7 +12,7 @@ APP_LIST = (
'events', 'folders', 'linking', 'lock_manager', 'mailer',
'metadata', 'mirroring', 'motd', 'navigation', 'ocr', 'permissions',
'rest_api', 'smart_settings', 'sources', 'statistics', 'storage', 'tags',
'user_management'
'task_manager', 'user_management'
)
LANGUAGE_LIST = (

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"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"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +1,110 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"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"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +1,110 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +1,110 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"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"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"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"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"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"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"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"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +1,110 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"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"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"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"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"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"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +1,110 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +1,113 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +1,110 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +1,110 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""

View File

@@ -0,0 +1,110 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-30 17:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:23 links.py:11 permissions.py:7
msgid "Task manager"
msgstr ""
#: apps.py:29
msgid "Label"
msgstr ""
#: apps.py:32
msgid "Name"
msgstr ""
#: apps.py:35
msgid "Default queue?"
msgstr ""
#: apps.py:41
msgid "Is transient?"
msgstr ""
#: apps.py:47
msgid "Type"
msgstr ""
#: apps.py:50
msgid "Start time"
msgstr ""
#: apps.py:53
msgid "Host"
msgstr ""
#: apps.py:57
msgid "Acknowledged"
msgstr ""
#: apps.py:63
msgid "Arguments"
msgstr ""
#: apps.py:67
msgid "Keyword arguments"
msgstr ""
#: apps.py:71
msgid "Worker process ID"
msgstr ""
#: links.py:15
msgid "Backgroun task queues"
msgstr ""
#: links.py:19
msgid "Active tasks"
msgstr ""
#: links.py:23
msgid "Reserved tasks"
msgstr ""
#: links.py:27
msgid "Scheduled tasks"
msgstr ""
#: permissions.py:10
msgid "View tasks"
msgstr ""
#: views.py:15
msgid "Background task queues"
msgstr ""
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr ""
#: views.py:45
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr ""
#: views.py:55
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr ""
#: views.py:67
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr ""