Make the task manager translatable.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = (
|
||||
|
||||
BIN
mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
112
mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po
Normal file
112
mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
110
mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po
Normal file
110
mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/da/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/da/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/da/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/da/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
110
mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po
Normal file
110
mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/en/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/en/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
110
mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po
Normal file
110
mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/es/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/es/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/es/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/es/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/id/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/id/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/it/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/it/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/it/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/it/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
110
mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po
Normal file
110
mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
112
mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po
Normal file
112
mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
111
mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po
Normal file
111
mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
110
mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po
Normal file
110
mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
113
mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po
Normal file
113
mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
110
mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po
Normal file
110
mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
110
mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po
Normal file
110
mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po
Normal 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 ""
|
||||
BIN
mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
110
mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.po
Normal file
110
mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.po
Normal 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 ""
|
||||
Reference in New Issue
Block a user