Make the task manager translatable.

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

View File

@@ -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 ""