From 1345d98e92f99ceaecbebc2f7f650f6edf0ee4e0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 30 Jun 2017 18:00:03 -0400 Subject: [PATCH] Make the task manager translatable. Signed-off-by: Roberto Rosario --- .tx/config | 6 + contrib/scripts/process_messages.py | 3 +- .../locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 504 bytes .../locale/ar/LC_MESSAGES/django.po | 112 +++++++++++++++++ .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../locale/bg/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/bs_BA/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/bs_BA/LC_MESSAGES/django.po | 110 +++++++++++++++++ .../locale/da/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../locale/da/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/de_DE/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/de_DE/LC_MESSAGES/django.po | 110 +++++++++++++++++ .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/en/LC_MESSAGES/django.po | 110 +++++++++++++++++ .../locale/es/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../locale/es/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 414 bytes .../locale/fa/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 420 bytes .../locale/fr/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../locale/hu/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/id/LC_MESSAGES/django.mo | Bin 0 -> 414 bytes .../locale/id/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/it/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../locale/it/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 110 +++++++++++++++++ .../locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 479 bytes .../locale/pl/LC_MESSAGES/django.po | 112 +++++++++++++++++ .../locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../locale/pt/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 420 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 111 +++++++++++++++++ .../locale/ro_RO/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/ro_RO/LC_MESSAGES/django.po | 110 +++++++++++++++++ .../locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 559 bytes .../locale/ru/LC_MESSAGES/django.po | 113 ++++++++++++++++++ .../locale/sl_SI/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/sl_SI/LC_MESSAGES/django.po | 110 +++++++++++++++++ .../locale/vi_VN/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/vi_VN/LC_MESSAGES/django.po | 110 +++++++++++++++++ .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/zh_CN/LC_MESSAGES/django.po | 110 +++++++++++++++++ 44 files changed, 2335 insertions(+), 1 deletion(-) create mode 100644 mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/da/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/da/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/en/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/es/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/es/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/id/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/it/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/it/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po create mode 100644 mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.po diff --git a/.tx/config b/.tx/config index b210567710..3932266552 100644 --- a/.tx/config +++ b/.tx/config @@ -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//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//LC_MESSAGES/django.po source_lang = en diff --git a/contrib/scripts/process_messages.py b/contrib/scripts/process_messages.py index 7f1874540e..8d79d3fd74 100755 --- a/contrib/scripts/process_messages.py +++ b/contrib/scripts/process_messages.py @@ -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 = ( diff --git a/mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..12408ed884bf0e8ffae257a05db08aece962fb43 GIT binary patch literal 504 zcmYjMO>@&Q6f6TLA31Y)2igm~A|?Gul&I7sO7URF8OP}i+(aUbJFb+G6$XAt|4x4j zzlCSQknYTmROMR%r_JI8!iI zS)8QT@pM|KQ|GHghN@;srVjt(r!1N{8;qsr zer>6DFh9e)ZKG>Dg7tUpTNC7}oZ;Y*>uP;79+h3YO>HXygRgan7R}D<24~LSw*u_; z@3oZ|BiKu6rDX6P7?3L^C&~A+N3z$+W6s!>?8C{)UXLa3Ci(}D^C#wTNah)t=cDN8 E4|ooRZ2$lO literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..4baab50646 --- /dev/null +++ b/mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=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 "" diff --git a/mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a6df1ba97678defcc5eb93b6c6d1ff3042eb578f GIT binary patch literal 421 zcmYL^-A=+V7=|%=v_p?QsEG#}{cyt{W&y)w1sC_1F-Y{RLY>pmE^RS-A>N+XVy8yl zh((KO`}+LaH?6l5$m1EhI+cSs0?&iwNqI$P2=u=ldC% zPOpv1i#076, 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e46b953dcfbc35e5fad803699602a2dd23455643 GIT binary patch literal 378 zcmYL^y-ve06h@0+%E-*%femg+`D-u*)iiF2aFQxbE5T-36O4)-IWB?+;q`bHZX`rM z>Bxi6wZHqbzxUn2>>vloA+n1cBW)sNh?iG*w$6X1&c3Oohhzl{@Rticb-zgC+o6OtF10jZM-LEkD literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po new file mode 100644 index 0000000000..429c465a1a --- /dev/null +++ b/mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/da/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a6df1ba97678defcc5eb93b6c6d1ff3042eb578f GIT binary patch literal 421 zcmYL^-A=+V7=|%=v_p?QsEG#}{cyt{W&y)w1sC_1F-Y{RLY>pmE^RS-A>N+XVy8yl zh((KO`}+LaH?6l5$m1EhI+cSs0?&iwNqI$P2=u=ldC% zPOpv1i#076, 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e46b953dcfbc35e5fad803699602a2dd23455643 GIT binary patch literal 378 zcmYL^y-ve06h@0+%E-*%femg+`D-u*)iiF2aFQxbE5T-36O4)-IWB?+;q`bHZX`rM z>Bxi6wZHqbzxUn2>>vloA+n1cBW)sNh?iG*w$6X1&c3Oohhzl{@Rticb-zgC+o6OtF10jZM-LEkD literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po new file mode 100644 index 0000000000..429c465a1a --- /dev/null +++ b/mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/en/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e46b953dcfbc35e5fad803699602a2dd23455643 GIT binary patch literal 378 zcmYL^y-ve06h@0+%E-*%femg+`D-u*)iiF2aFQxbE5T-36O4)-IWB?+;q`bHZX`rM z>Bxi6wZHqbzxUn2>>vloA+n1cBW)sNh?iG*w$6X1&c3Oohhzl{@Rticb-zgC+o6OtF10jZM-LEkD literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000000..429c465a1a --- /dev/null +++ b/mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/es/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a6df1ba97678defcc5eb93b6c6d1ff3042eb578f GIT binary patch literal 421 zcmYL^-A=+V7=|%=v_p?QsEG#}{cyt{W&y)w1sC_1F-Y{RLY>pmE^RS-A>N+XVy8yl zh((KO`}+LaH?6l5$m1EhI+cSs0?&iwNqI$P2=u=ldC% zPOpv1i#076, 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..423a222f4077917e294d5d779031eb645e8c9070 GIT binary patch literal 414 zcmYL^O;5uh9EUY}>d~_Y4&L-XTi;gMW`--9jeSekEzujUSZg|HfEoQDemy^nRE_&3 zPk`_MKfVt3KX+_)Er*sP%bw-L(#5xwcJtbfo%5ee$ydHI5SFmyO4m|gl#$6jnNhT) z`8-S$C+DqH24Y>+CERW*4TZ$W$irhsTd;LY;_d1BGHjH_S+d(R2|-C?PRLLmHDX8j~Q%>3n`; zRZ(qN#i8JAjZs9B*`ljFjG}Q<_oS+}j;$JpG2Q;p>$%QE3d4nc?xVH64SzSMZNq9Y zK&uy~G&iF~F$I6?b+w+k0xDLrtVM;9|5O_%Yc`5CFqLYpF%s?1Qjfd=`kjv4fwS`s D{2Oxb literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b5c90da098 --- /dev/null +++ b/mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=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 "" diff --git a/mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7c64b45eecbf038f6214ec78324f5e470933a1fd GIT binary patch literal 420 zcmYL^O;5uh9EWH0)T3t)96V_BKim1T%3d;D*=+1vx^9WyaKqZAgN8DrAH=WcXOXIL zzvKxJ9^l8<;lXFiWY2J9I5zAX&J9gm!`f`#nz3>IlPJ07OAY=C7F^YZ6c{CB{6MA@ zEoeIP<#JTIlQ z+0dvW-?E%T#@Pm=fJD=IQ@I}mqq1mAmG2x=HS|Ne`=8Uct+5oE3-jDZWqND=t}m*R z6{3fhuT0fk59Zkf+@06ddf^JFSjtr)a*W*PLR(3>Rjh=GRGS(jQT;6IL8pg)r-KuL KhR8YXS*>rq@pLo* literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..81061f55b7 --- /dev/null +++ b/mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a6df1ba97678defcc5eb93b6c6d1ff3042eb578f GIT binary patch literal 421 zcmYL^-A=+V7=|%=v_p?QsEG#}{cyt{W&y)w1sC_1F-Y{RLY>pmE^RS-A>N+XVy8yl zh((KO`}+LaH?6l5$m1EhI+cSs0?&iwNqI$P2=u=ldC% zPOpv1i#076, 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/id/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..423a222f4077917e294d5d779031eb645e8c9070 GIT binary patch literal 414 zcmYL^O;5uh9EUY}>d~_Y4&L-XTi;gMW`--9jeSekEzujUSZg|HfEoQDemy^nRE_&3 zPk`_MKfVt3KX+_)Er*sP%bw-L(#5xwcJtbfo%5ee$ydHI5SFmyO4m|gl#$6jnNhT) z`8-S$C+DqH24Y>+CERW*4TZ$W$irhsTd;LY;_d1BGHjH_S+d(R2|-C?PRLLmHDX8j~Q%>3n`; zRZ(qN#i8JAjZs9B*`ljFjG}Q<_oS+}j;$JpG2Q;p>$%QE3d4nc?xVH64SzSMZNq9Y zK&uy~G&iF~F$I6?b+w+k0xDLrtVM;9|5O_%Yc`5CFqLYpF%s?1Qjfd=`kjv4fwS`s D{2Oxb literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b5c90da098 --- /dev/null +++ b/mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=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 "" diff --git a/mayan/apps/task_manager/locale/it/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a6df1ba97678defcc5eb93b6c6d1ff3042eb578f GIT binary patch literal 421 zcmYL^-A=+V7=|%=v_p?QsEG#}{cyt{W&y)w1sC_1F-Y{RLY>pmE^RS-A>N+XVy8yl zh((KO`}+LaH?6l5$m1EhI+cSs0?&iwNqI$P2=u=ldC% zPOpv1i#076, 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e46b953dcfbc35e5fad803699602a2dd23455643 GIT binary patch literal 378 zcmYL^y-ve06h@0+%E-*%femg+`D-u*)iiF2aFQxbE5T-36O4)-IWB?+;q`bHZX`rM z>Bxi6wZHqbzxUn2>>vloA+n1cBW)sNh?iG*w$6X1&c3Oohhzl{@Rticb-zgC+o6OtF10jZM-LEkD literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..429c465a1a --- /dev/null +++ b/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cacd735280a7bb8aca0d8d7e694f755539e00c0e GIT binary patch literal 479 zcmYL^&raJw5XM2}5$Y!oAgG_A9Oa%{}@~IsAdkMIo>K; zmqv3Khy9!IO2DniCQ&-_GPN+)VNw_69Dgp08gs+J8>cz;t&)z0a3G!H&|>~MvNJqp z;Ggr;HnJ1O2*gZ1m(B8j+%FMkn4~xe;X36>bnrVJ2``ql!`w<;SJD~FVK|Lr7=?*| zu1LZt?uCOvCMJ^$LUpl}g~D9PCk}Bqx|%kYyK&sB$|GZo4MSFwC=r|g`A5v_8|{>) z=l(3nw^J|f`=XMi?!fFp+FH3_nh&wP;Tl`_%A(LSGcR?)p?z06Z(J>{tZ-=TQ_Vpy z*4H{X?!ezP*waDa!zD1F_BWqh1TEOzU8mjPq)GRhGVA&bR;zWrVc0&+_%zen?|54u DbfbWl literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000000..3a2ce937a2 --- /dev/null +++ b/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a6df1ba97678defcc5eb93b6c6d1ff3042eb578f GIT binary patch literal 421 zcmYL^-A=+V7=|%=v_p?QsEG#}{cyt{W&y)w1sC_1F-Y{RLY>pmE^RS-A>N+XVy8yl zh((KO`}+LaH?6l5$m1EhI+cSs0?&iwNqI$P2=u=ldC% zPOpv1i#076, 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7c64b45eecbf038f6214ec78324f5e470933a1fd GIT binary patch literal 420 zcmYL^O;5uh9EWH0)T3t)96V_BKim1T%3d;D*=+1vx^9WyaKqZAgN8DrAH=WcXOXIL zzvKxJ9^l8<;lXFiWY2J9I5zAX&J9gm!`f`#nz3>IlPJ07OAY=C7F^YZ6c{CB{6MA@ zEoeIP<#JTIlQ z+0dvW-?E%T#@Pm=fJD=IQ@I}mqq1mAmG2x=HS|Ne`=8Uct+5oE3-jDZWqND=t}m*R z6{3fhuT0fk59Zkf+@06ddf^JFSjtr)a*W*PLR(3>Rjh=GRGS(jQT;6IL8pg)r-KuL KhR8YXS*>rq@pLo* literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..81061f55b7 --- /dev/null +++ b/mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e46b953dcfbc35e5fad803699602a2dd23455643 GIT binary patch literal 378 zcmYL^y-ve06h@0+%E-*%femg+`D-u*)iiF2aFQxbE5T-36O4)-IWB?+;q`bHZX`rM z>Bxi6wZHqbzxUn2>>vloA+n1cBW)sNh?iG*w$6X1&c3Oohhzl{@Rticb-zgC+o6OtF10jZM-LEkD literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po new file mode 100644 index 0000000000..429c465a1a --- /dev/null +++ b/mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ac76bdead88a3d4bb0b79fcdc92849c7dab5bf6f GIT binary patch literal 559 zcmYLEU2oGc6di)6Jo3!LMH&+oc-URXIydeXT6c>`nkr2v!JBEl5R}=K<06puH}?1T zFL>vs`{PAxySdfU)}9ty+FJ{>?2+xJ|f!cBmUv=6wj9PTr+2X>7^&}id<>e zRMv2qMWe6Lg@h}a&*N+w~COk<-efh>Vrj9J-X95c-)M zQD7(hxKC)0QY4aG|E^l|N8UFXID*TJr}2mH*;EFJYCI{NGEJ?#bsQ#(B!Ov^ zN(f~d#mRXz9_MmCA0pM18&zsjXm!IOiKZ8eHgcFG=XG^xUAg06)HF`z?tko%1|w^{ zHn{HZ8gqO7$A4Pasxkvu{#35fUMz|U>F;=LtZVIvG)udxOv$1Dqw>M5-Z)j0iFG#( z2eaN@8_^rULo42!cZ>?b;NSq-mcA8?!5L6MI^Kt(`!otguWh#q8nQ0j-abf%tk*#a ldz1)4+tHRc6vsRHY3KPJeR0jx&QPGk8FbO$s51!m{sRnjk;VW3 literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000000..456380ee34 --- /dev/null +++ b/mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=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 "" diff --git a/mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e46b953dcfbc35e5fad803699602a2dd23455643 GIT binary patch literal 378 zcmYL^y-ve06h@0+%E-*%femg+`D-u*)iiF2aFQxbE5T-36O4)-IWB?+;q`bHZX`rM z>Bxi6wZHqbzxUn2>>vloA+n1cBW)sNh?iG*w$6X1&c3Oohhzl{@Rticb-zgC+o6OtF10jZM-LEkD literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po new file mode 100644 index 0000000000..429c465a1a --- /dev/null +++ b/mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e46b953dcfbc35e5fad803699602a2dd23455643 GIT binary patch literal 378 zcmYL^y-ve06h@0+%E-*%femg+`D-u*)iiF2aFQxbE5T-36O4)-IWB?+;q`bHZX`rM z>Bxi6wZHqbzxUn2>>vloA+n1cBW)sNh?iG*w$6X1&c3Oohhzl{@Rticb-zgC+o6OtF10jZM-LEkD literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..429c465a1a --- /dev/null +++ b/mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: 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 "" diff --git a/mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e46b953dcfbc35e5fad803699602a2dd23455643 GIT binary patch literal 378 zcmYL^y-ve06h@0+%E-*%femg+`D-u*)iiF2aFQxbE5T-36O4)-IWB?+;q`bHZX`rM z>Bxi6wZHqbzxUn2>>vloA+n1cBW)sNh?iG*w$6X1&c3Oohhzl{@Rticb-zgC+o6OtF10jZM-LEkD literal 0 HcmV?d00001 diff --git a/mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..429c465a1a --- /dev/null +++ b/mayan/apps/task_manager/locale/zh_CN/LC_MESSAGES/django.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: 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 ""