poli_planning/polyclinic_scheduling/apps/schedule/locale/en/LC_MESSAGES/django.po

180 lines
3.8 KiB
Plaintext
Raw Normal View History

2020-05-15 10:31:22 +02:00
# 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"
2020-05-18 16:53:40 +02:00
"POT-Creation-Date: 2020-05-18 14:38+0000\n"
2020-05-15 10:31:22 +02:00
"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"
2020-05-15 12:54:16 +02:00
#: apps/schedule/apps.py:7
2020-05-15 10:31:22 +02:00
msgid "Schedule"
msgstr ""
2020-05-15 12:54:16 +02:00
#: apps/schedule/apps.py:8
2020-05-15 10:31:22 +02:00
msgid "Schedules"
msgstr ""
#: apps/schedule/forms.py:7
msgid "Department name"
msgstr ""
#: apps/schedule/forms.py:7
msgid "Enter a descriptive name for this schedule"
msgstr ""
#: apps/schedule/forms.py:8 apps/schedule/forms.py:9
msgid "Email address for results"
msgstr ""
#: apps/schedule/forms.py:8 apps/schedule/forms.py:9
msgid "When the job is done, the results will be sent to this email address"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:27
2020-05-15 12:54:16 +02:00
msgid "schedule"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:28
2020-05-15 12:54:16 +02:00
msgid "schedules"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:31
msgid "New"
msgstr ""
#: apps/schedule/models.py:32
msgid "Accepted"
msgstr ""
#: apps/schedule/models.py:33
msgid "Processing"
msgstr ""
#: apps/schedule/models.py:34
msgid "Processed"
msgstr ""
#: apps/schedule/models.py:35
msgid "Done"
msgstr ""
#: apps/schedule/models.py:36
msgid "Invalid"
msgstr ""
#: apps/schedule/models.py:37
msgid "Failure"
msgstr ""
#: apps/schedule/models.py:39
2020-05-15 10:31:22 +02:00
msgid "Select the employee that is responsible for this schedule request"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:41
2020-05-15 10:31:22 +02:00
#: apps/schedule/templates/schedule/schedule_list.html:13
msgid "Name"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:41
2020-05-15 10:31:22 +02:00
msgid "Name of the schedule"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:42
2020-05-15 10:31:22 +02:00
msgid "Email address"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:42
2020-05-15 10:31:22 +02:00
msgid "Email address where the results will be sent to."
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:44
msgid "Status"
2020-05-15 10:31:22 +02:00
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:44
msgid "The status of this schedule."
2020-05-15 10:31:22 +02:00
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:46
msgid "Schedule input"
2020-05-15 10:31:22 +02:00
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:46
msgid "The schedule input in JSON format based on the form data"
2020-05-15 10:31:22 +02:00
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:51
2020-05-15 10:31:22 +02:00
msgid "Peregrine JSON output"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:51
2020-05-15 10:31:22 +02:00
msgid "The results from the Peregrine job in JSON"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:53
2020-05-15 10:31:22 +02:00
msgid "Peregrine binary output"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:53
2020-05-15 10:31:22 +02:00
msgid "This is the output in binary format from the Peregrine cluster"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:55
2020-05-15 10:31:22 +02:00
msgid "Report is send to user"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:55
2020-05-15 10:31:22 +02:00
msgid "The date and time when the report has sended to the user."
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:57
2020-05-18 11:10:36 +02:00
msgid "Peregrine logging"
msgstr ""
2020-05-18 16:53:40 +02:00
#: apps/schedule/models.py:57
2020-05-18 11:10:36 +02:00
msgid "Here you can see the logging of the Peregrine job."
msgstr ""
2020-05-15 10:31:22 +02:00
#: apps/schedule/templates/schedule/schedule_list.html:4
#: apps/schedule/templates/schedule/schedule_list.html:5
#: apps/schedule/templates/schedule/schedule_list.html:8
2020-05-18 11:10:36 +02:00
msgid "Schedule overview"
2020-05-15 10:31:22 +02:00
msgstr ""
#: apps/schedule/templates/schedule/schedule_list.html:14
msgid "Created"
msgstr ""
#: apps/schedule/templates/schedule/schedule_list.html:15
msgid "Updated"
msgstr ""
#: apps/schedule/templates/schedule/schedule_list.html:16
msgid "Running"
msgstr ""
#: apps/schedule/templates/schedule/schedule_list.html:17
msgid "Report"
msgstr ""
#: apps/schedule/templates/schedule/schedule_list.html:33
msgid "No schedules available"
msgstr ""
#: apps/schedule/templates/schedule/schedule_new.html:5
2020-05-18 11:10:36 +02:00
#: apps/schedule/templates/schedule/schedule_new.html:6
2020-05-15 10:31:22 +02:00
msgid "New schedule"
msgstr ""