diff --git a/django_q/locale/en/LC_MESSAGES/django.mo b/django_q/locale/en/LC_MESSAGES/django.mo deleted file mode 100644 index 7326e3a..0000000 Binary files a/django_q/locale/en/LC_MESSAGES/django.mo and /dev/null differ diff --git a/django_q/locale/en/LC_MESSAGES/django.po b/django_q/locale/en/LC_MESSAGES/django.po deleted file mode 100644 index f731929..0000000 --- a/django_q/locale/en/LC_MESSAGES/django.po +++ /dev/null @@ -1,373 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: 2018-08-05 15:48+0200\n" -"PO-Revision-Date: 2018-08-05 15:49+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: en\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.1.1\n" -"X-Poedit-Basepath: ../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: brokers/redis_broker.py\n" -"X-Poedit-SearchPath-1: brokers/orm.py\n" -"X-Poedit-SearchPath-2: brokers/mongo.py\n" -"X-Poedit-SearchPath-3: brokers/ironmq.py\n" -"X-Poedit-SearchPath-4: brokers/disque.py\n" -"X-Poedit-SearchPath-5: brokers/aws_sqs.py\n" -"X-Poedit-SearchPath-6: management/commands/qmonitor.py\n" -"X-Poedit-SearchPath-7: management/commands/qinfo.py\n" -"X-Poedit-SearchPath-8: management/commands/qcluster.py\n" -"X-Poedit-SearchPath-9: tasks.py\n" -"X-Poedit-SearchPath-10: status.py\n" -"X-Poedit-SearchPath-11: signing.py\n" -"X-Poedit-SearchPath-12: signals.py\n" -"X-Poedit-SearchPath-13: queues.py\n" -"X-Poedit-SearchPath-14: monitor.py\n" -"X-Poedit-SearchPath-15: models.py\n" -"X-Poedit-SearchPath-16: humanhash.py\n" -"X-Poedit-SearchPath-17: core_signing.py\n" -"X-Poedit-SearchPath-18: conf.py\n" -"X-Poedit-SearchPath-19: compat.py\n" -"X-Poedit-SearchPath-20: cluster.py\n" -"X-Poedit-SearchPath-21: apps.py\n" -"X-Poedit-SearchPath-22: admin.py\n" - -#: admin.py:48 -msgid "Resubmit selected tasks to queue" -msgstr "" - -#: cluster.py:54 -msgid "Q Cluster-{} starting." -msgstr "" - -#: cluster.py:62 -msgid "Q Cluster-{} stopping." -msgstr "" - -#: cluster.py:65 -msgid "Q Cluster-{} has stopped." -msgstr "" - -#: cluster.py:71 -msgid "{} got signal {}" -msgstr "" - -#: cluster.py:169 -msgid "reincarnated monitor {} after sudden death" -msgstr "" - -#: cluster.py:172 -msgid "reincarnated pusher {} after sudden death" -msgstr "" - -#: cluster.py:179 -msgid "reincarnated worker {} after timeout" -msgstr "" - -#: cluster.py:181 -msgid "recycled worker {}" -msgstr "" - -#: cluster.py:183 -msgid "reincarnated worker {} after death" -msgstr "" - -#: cluster.py:202 -msgid "{} guarding cluster at {}" -msgstr "" - -#: cluster.py:205 -msgid "Q Cluster-{} running." -msgstr "" - -#: cluster.py:239 -msgid "{} stopping cluster processes" -msgstr "" - -#: cluster.py:264 -msgid "{} waiting for the monitor." -msgstr "" - -#: cluster.py:285 -msgid "{} pushing tasks at {}" -msgstr "" - -#: cluster.py:306 -msgid "queueing from {}" -msgstr "" - -#: cluster.py:309 -msgid "{} stopped pushing tasks" -msgstr "" - -#: cluster.py:320 -msgid "{} monitoring at {}" -msgstr "" - -#: cluster.py:334 -msgid "Processed [{}]" -msgstr "" - -#: cluster.py:337 -msgid "Failed [{}] - {}" -msgstr "" - -#: cluster.py:338 -msgid "{} stopped monitoring results" -msgstr "" - -#: cluster.py:349 -msgid "{} ready for work at {}" -msgstr "" - -#: cluster.py:357 -msgid "{} processing [{}]" -msgstr "" - -#: cluster.py:398 -msgid "{} stopped doing work" -msgstr "" - -#: cluster.py:543 -msgid "{} failed to create a task from schedule [{}]" -msgstr "" - -#: cluster.py:547 -msgid "{} created a task from schedule [{}]" -msgstr "" - -#: cluster.py:595 -msgid "{} will use cpu {}" -msgstr "" - -#: conf.py:169 -msgid "Starting" -msgstr "" - -#: conf.py:170 -msgid "Working" -msgstr "" - -#: conf.py:171 -msgid "Idle" -msgstr "" - -#: conf.py:172 -msgid "Stopped" -msgstr "" - -#: conf.py:173 -msgid "Stopping" -msgstr "" - -#: management/commands/qcluster.py:9 -msgid "Starts a Django Q Cluster." -msgstr "" - -#: management/commands/qinfo.py:11 -msgid "General information over all clusters." -msgstr "" - -#: management/commands/qmonitor.py:9 -msgid "Monitors Q Cluster activity" -msgstr "" - -#: models.py:104 -msgid "Successful task" -msgstr "" - -#: models.py:105 -msgid "Successful tasks" -msgstr "" - -#: models.py:121 -msgid "Failed task" -msgstr "" - -#: models.py:122 -msgid "Failed tasks" -msgstr "" - -#: models.py:131 -msgid "e.g. 1, 2, 'John'" -msgstr "" - -#: models.py:132 -msgid "e.g. x=1, y=2, name='John'" -msgstr "" - -#: models.py:142 -msgid "Once" -msgstr "" - -#: models.py:143 -msgid "Minutes" -msgstr "" - -#: models.py:144 -msgid "Hourly" -msgstr "" - -#: models.py:145 -msgid "Daily" -msgstr "" - -#: models.py:146 -msgid "Weekly" -msgstr "" - -#: models.py:147 -msgid "Monthly" -msgstr "" - -#: models.py:148 -msgid "Quarterly" -msgstr "" - -#: models.py:149 -msgid "Yearly" -msgstr "" - -#: models.py:151 -msgid "Schedule Type" -msgstr "" - -#: models.py:153 -msgid "Number of minutes for the Minutes type" -msgstr "" - -#: models.py:154 -msgid "Repeats" -msgstr "" - -#: models.py:154 -msgid "n = n times, -1 = forever" -msgstr "" - -#: models.py:155 -msgid "Next Run" -msgstr "" - -#: models.py:180 -msgid "Scheduled task" -msgstr "" - -#: models.py:181 -msgid "Scheduled tasks" -msgstr "" - -#: models.py:204 -msgid "Queued task" -msgstr "" - -#: models.py:205 -msgid "Queued tasks" -msgstr "" - -#: monitor.py:33 -msgid "Host" -msgstr "" - -#: monitor.py:34 -msgid "Id" -msgstr "" - -#: monitor.py:35 -msgid "State" -msgstr "" - -#: monitor.py:36 -msgid "Pool" -msgstr "" - -#: monitor.py:37 -msgid "TQ" -msgstr "" - -#: monitor.py:38 -msgid "RQ" -msgstr "" - -#: monitor.py:39 -msgid "RC" -msgstr "" - -#: monitor.py:40 -msgid "Up" -msgstr "" - -#: monitor.py:90 monitor.py:165 -msgid "Queued" -msgstr "" - -#: monitor.py:92 -msgid "Success" -msgstr "" - -#: monitor.py:95 monitor.py:173 -msgid "Failures" -msgstr "" - -#: monitor.py:101 -msgid "[Press q to quit]" -msgstr "" - -#: monitor.py:120 -msgid "day" -msgstr "" - -#: monitor.py:137 -msgid "second" -msgstr "" - -#: monitor.py:140 -msgid "minute" -msgstr "" - -#: monitor.py:143 -msgid "hour" -msgstr "" - -#: monitor.py:151 -msgid "-- {} {} on {} --" -msgstr "" - -#: monitor.py:153 -msgid "Clusters" -msgstr "" - -#: monitor.py:157 -msgid "Workers" -msgstr "" - -#: monitor.py:161 -msgid "Restarts" -msgstr "" - -#: monitor.py:169 -msgid "Successes" -msgstr "" - -#: monitor.py:177 -msgid "Schedules" -msgstr "" - -#: monitor.py:181 -msgid "Tasks/{}" -msgstr "" - -#: monitor.py:185 -msgid "Avg time" -msgstr "" - -#: signals.py:21 -msgid "malformed return hook '{}' for [{}]" -msgstr "" - -#: signals.py:26 -msgid "return hook {} failed on [{}] because {}" -msgstr ""