portier/source/locale/en/LC_MESSAGES/django.po

338 lines
10 KiB
Plaintext
Raw Permalink Normal View History

2020-05-02 00:10:36 +02:00
# Copyright (C) Chaoswest TV
# This file is distributed under the same license as the PACKAGE package.
2020-05-02 00:10:36 +02:00
# Jan Koppe <post@jankoppe.de>, 2020.
#
#, fuzzy
msgid ""
msgstr ""
2020-05-02 00:10:36 +02:00
"Project-Id-Version: portier 0.6.0\n"
"Report-Msgid-Bugs-To: \n"
2024-02-25 23:19:01 +01:00
"POT-Creation-Date: 2024-02-25 20:42+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
2020-05-02 00:10:36 +02:00
"Last-Translator: Jan Koppe <post@jankoppe.de>\n"
"Language-Team: english <post@chaoswest.tv>\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"
2024-02-25 23:19:01 +01:00
#: portier/settings.py:141
msgid "German"
msgstr "German"
2024-02-25 23:19:01 +01:00
#: portier/settings.py:142
msgid "English"
msgstr "English"
2024-02-25 23:19:01 +01:00
#: restream/models.py:16
msgid "restreamconfig_stream_help"
2020-05-02 00:10:36 +02:00
msgstr "Stream that's being used as source for the restreaming"
2024-02-25 23:19:01 +01:00
#: restream/models.py:17
msgid "restreamconfig_target_help"
2024-02-25 23:19:01 +01:00
msgstr ""
"Target url that the stream is being restreamed to, including schema (e.g. "
"rtmp://)"
2024-02-25 23:19:01 +01:00
#: restream/models.py:18
msgid "restreamconfig_name_help"
2020-05-02 00:10:36 +02:00
msgstr "Name for this restream configuration"
2024-02-25 23:19:01 +01:00
#: restream/models.py:19
msgid "restreamconfig_activate_help"
2020-05-02 00:10:36 +02:00
msgstr "Only active configurations will be executed for incoming streams"
2024-02-25 23:19:01 +01:00
#: restream/models.py:20
#, fuzzy
#| msgid "restreamconfig_target_help"
msgid "restreamconfig_format_help"
msgstr ""
"Target url that the stream is being restreamed to, including schema (e.g. "
"rtmp://)"
#: restream/models.py:23
msgid "restreamconfig_verbose_name"
msgstr "Restream configuration"
2024-02-25 23:19:01 +01:00
#: restream/models.py:24
msgid "restreamconfig_verbose_name_plural"
msgstr "Restream configurations"
2024-02-25 23:19:01 +01:00
#: restream/models.py:27
msgid "restreamconfig_class_name"
msgstr "Restream configuration"
#: restream/templates/restream/restreamconfig_confirm_delete.html:6
#: rtmp/templates/rtmp/stream_confirm_delete.html:6
msgid "confirm_delete_header"
msgstr "Confirm deletion"
#: restream/templates/restream/restreamconfig_confirm_delete.html:12
#, python-format
msgid "are_you_sure_you_want_to_delete_\"%(restreamconfig_config_name)s\"?"
msgstr "Are you sure you want to delete \"%(restreamconfig_config_name)s\"?"
#: restream/templates/restream/restreamconfig_confirm_delete.html:15
2020-05-01 14:18:14 +02:00
#: restream/templates/restream/restreamconfig_detail.html:20
#: rtmp/templates/rtmp/stream_confirm_delete.html:18
2020-05-01 14:18:14 +02:00
#: rtmp/templates/rtmp/stream_detail.html:20
msgid "delete"
msgstr "Delete"
2020-05-01 14:18:14 +02:00
#: restream/templates/restream/restreamconfig_detail.html:12
msgid "restreamconfig_configuration_details_header"
msgstr "Restream configuration details"
2020-05-01 14:18:14 +02:00
#: restream/templates/restream/restreamconfig_detail.html:17
#: rtmp/templates/rtmp/stream_detail.html:17
msgid "change"
msgstr "Change"
2020-05-01 14:18:14 +02:00
#: restream/templates/restream/restreamconfig_detail.html:28
2024-02-25 23:19:01 +01:00
#: restream/templates/restream/restreamconfig_list.html:33
2020-05-01 14:18:14 +02:00
#: rtmp/templates/rtmp/stream_detail.html:28
2024-02-25 23:19:01 +01:00
#: rtmp/templates/rtmp/stream_list.html:33
msgid "name"
msgstr "Name"
2020-05-01 14:18:14 +02:00
#: restream/templates/restream/restreamconfig_detail.html:30
msgid "stream"
msgstr "Stream"
2020-05-02 00:10:36 +02:00
#: restream/templates/restream/restreamconfig_detail.html:32
2024-02-25 23:19:01 +01:00
#: restream/templates/restream/restreamconfig_list.html:34
2020-05-02 00:10:36 +02:00
msgid "active"
msgstr "Active"
#: restream/templates/restream/restreamconfig_detail.html:43
msgid "configured_target_url"
msgstr "Configured target URL"
#: restream/templates/restream/restreamconfig_form.html:5
msgid "create_new_restreamconfig_configuration_header"
msgstr "Create new restream configuration"
#: restream/templates/restream/restreamconfig_form.html:14
2020-05-01 14:18:14 +02:00
#: restream/templates/restream/restreamconfig_update_form.html:14
#: rtmp/templates/rtmp/stream_form.html:14
2020-05-01 14:18:14 +02:00
#: rtmp/templates/rtmp/stream_update_form.html:14
2020-05-02 00:10:36 +02:00
#: templates/registration/password_change_form.html:14
#: templates/registration/password_reset_form.html:14
msgid "submit"
msgstr "Submit"
#: restream/templates/restream/restreamconfig_form.html:21
2020-05-02 00:10:36 +02:00
#: restream/templates/restream/restreamconfig_update_form.html:21
msgid "restreamconfig_configuration_text_html"
msgstr ""
2020-05-02 00:10:36 +02:00
"<p>A restream configuration allows you to forward incoming streamswithout "
"further processing to external systems.<p><p>The restream configuration "
"needs a previously configured source stream and a target RTMP URL which you "
"can freely chose. The target RTMP URL should look e.g. like this: "
"<code>rtmp://servername/app/streamkey</code></p>You can of course create "
"multiple restream configurations with the same source stream. This allows "
"you to only send one stream from your encoder, but distribute this to "
"multiple platforms.</p><p>Only restream configurations that are marked "
"active will be executed for an incoming stream!</p>"
#: restream/templates/restream/restreamconfig_list.html:11
msgid "restreamconfig_configuration_header"
msgstr "Restream configuration"
2020-05-02 00:10:36 +02:00
#: restream/templates/restream/restreamconfig_list.html:16
2024-02-25 23:19:01 +01:00
#: rtmp/templates/rtmp/stream_list.html:16
msgid "create"
msgstr "Create"
2024-02-25 23:19:01 +01:00
#: restream/templates/restream/restreamconfig_list.html:26
2020-05-02 00:10:36 +02:00
#: rtmp/templates/rtmp/stream_list.html:26
2024-02-25 23:19:01 +01:00
msgid "loading..."
msgstr ""
#: restream/templates/restream/restreamconfig_list.html:35
#: rtmp/templates/rtmp/stream_list.html:35
msgid "actions"
msgstr "Actions"
2024-02-25 23:19:01 +01:00
#: restream/templates/restream/restreamconfig_list.html:52
#: rtmp/templates/rtmp/stream_list.html:46
msgid "details"
msgstr "Details"
2020-05-01 14:18:14 +02:00
#: restream/templates/restream/restreamconfig_update_form.html:5
msgid "update_restreamconfig_configuration_header"
msgstr "Update restream configuration"
2020-05-01 14:18:14 +02:00
#: rtmp/models.py:13
2020-05-01 14:18:14 +02:00
msgid "rtmp_application_name"
msgstr "RTMP application name"
2020-05-01 14:18:14 +02:00
#: rtmp/models.py:16
msgid "application_verbose_name"
msgstr "RTMP application"
2020-05-01 14:18:14 +02:00
#: rtmp/models.py:17
msgid "application_verbose_name_plural"
msgstr "RTMP applications"
2020-05-01 14:18:14 +02:00
#: rtmp/models.py:20
msgid "aplication_class_name"
msgstr "Application"
2020-05-01 14:18:14 +02:00
#: rtmp/models.py:27
msgid "stream_application_help"
msgstr "Application which the stream is assigned to"
2020-05-01 14:18:14 +02:00
#: rtmp/models.py:28
msgid "stream_stream_help"
msgstr "Stream ID for this stream"
2020-05-01 14:18:14 +02:00
#: rtmp/models.py:29
msgid "stream_name_help"
msgstr "Name for this stream"
2020-05-01 14:18:14 +02:00
#: rtmp/models.py:68
msgid "stream_class_name"
msgstr "Stream"
#: rtmp/templates/rtmp/stream_confirm_delete.html:13
msgid "deleting_stream_configuration_will_also_delete_all_depending_confgurations_warning"
msgstr ""
"Attention! Deleting this stream configuration will also delete all depending "
"configurations."
#: rtmp/templates/rtmp/stream_confirm_delete.html:15
#, python-format
msgid "are_you_sure_you_want_to_delete_\"%(stream_config_name)s\"?"
msgstr "Are you sure you want to delete \"%(stream_config_name)s\"?"
#: rtmp/templates/rtmp/stream_confirm_delete.html:25
msgid "deleting_configurations_list_header"
msgstr "List of deleted configurations"
2020-05-01 14:18:14 +02:00
#: rtmp/templates/rtmp/stream_detail.html:12
msgid "stream_configuration_details_header"
msgstr "Stream configuration details"
2020-05-01 14:18:14 +02:00
#: rtmp/templates/rtmp/stream_detail.html:30
msgid "application"
msgstr "Application"
2020-05-01 14:18:14 +02:00
#: rtmp/templates/rtmp/stream_detail.html:33
msgid "how_to_configure_your_encoder_header"
msgstr "How to configure your encoder"
2020-05-02 00:10:36 +02:00
#: rtmp/templates/rtmp/stream_detail.html:35
msgid "set_this_stream_server_in_encoder"
msgstr "Set this stream server in your encoder"
2020-05-02 00:10:36 +02:00
#: rtmp/templates/rtmp/stream_detail.html:37
msgid "set_this_stream_id_in_encoder"
msgstr "Set this stream ID in your encoder"
2020-05-02 00:10:36 +02:00
#: rtmp/templates/rtmp/stream_detail.html:46
#: rtmp/templates/rtmp/stream_form.html:21
#: rtmp/templates/rtmp/stream_update_form.html:21
msgid "stream_configuration_text_html"
msgstr ""
"<p>A stream configuration allows you to send a stream into the system.</"
"p><p>Only streams that can be matched to a previously configured stream will "
"be accepted by the system.</p><p>The only purpose of the name is to make "
"this stream easily identifiable when creating further configurations.The "
"actual stream ID will be shown to you after creation. <strong>Always keep "
"your stream ID secret.</strong></p>"
#: rtmp/templates/rtmp/stream_form.html:5
msgid "create_new_stream_configuration_header"
msgstr "Create new stream configuration"
2024-02-25 23:19:01 +01:00
#: rtmp/templates/rtmp/stream_list.html:11
msgid "stream_configuration_header"
msgstr "Stream configuration"
2024-02-25 23:19:01 +01:00
#: rtmp/templates/rtmp/stream_list.html:34
msgid "receiving"
msgstr "Receiving"
2020-05-01 14:18:14 +02:00
#: rtmp/templates/rtmp/stream_update_form.html:5
msgid "update_stream_configuration_header"
msgstr "Change stream configuration"
2020-05-01 14:18:14 +02:00
2024-02-25 23:19:01 +01:00
#: templates/base.html:39
#, python-format
msgid "hello_%(username)s"
msgstr "Hello, %(username)s!"
2024-02-25 23:19:01 +01:00
#: templates/base.html:42
msgid "navbar_account_password_change"
msgstr "Change password"
2024-02-25 23:19:01 +01:00
#: templates/base.html:43
msgid "navbar_account_logout"
msgstr "Logout"
2024-02-25 23:19:01 +01:00
#: templates/base.html:47
msgid "navbar_login"
msgstr "Login"
2024-02-25 23:19:01 +01:00
#: templates/base.html:80
msgid "navbar_configuration_pull"
msgstr "Pull"
#: templates/base.html:83
msgid "navbar_configuration_stream"
msgstr "Stream"
#: templates/base.html:86
msgid "navbar_configuration_restream"
msgstr "Restream"
#: templates/base.html:89
msgid "navbar_configuration_publish"
msgstr "Publish"
#: templates/base.html:92
msgid "navbar_configuration_record"
msgstr "Record"
#: templates/base.html:95
msgid "navbar_configuration_switch"
msgstr "Switch"
2020-05-02 00:10:36 +02:00
#: templates/registration/login.html:5 templates/registration/login.html:14
msgid "login"
msgstr "Login"
2020-05-02 00:10:36 +02:00
#: templates/registration/login.html:19
msgid "forgot_password_q"
msgstr "Did you forget your password?"
#: templates/registration/password_change_done.html:5
msgid "password_change_successful"
msgstr "Password change was successful"
2020-05-02 00:10:36 +02:00
#: templates/registration/password_change_done.html:7
msgid "password_change_successful_text"
msgstr ""
2020-05-02 00:10:36 +02:00
"The password has succesfully been changed. From now on you can login with "
"your new password."
#: templates/registration/password_change_form.html:5
msgid "change_password"
msgstr "Change password"
2020-05-02 00:10:36 +02:00
#: templates/registration/password_reset_form.html:5
msgid "reset_password"
msgstr "Password forgotten?"
2020-05-02 00:10:36 +02:00
#: templates/registration/password_reset_form.html:21
msgid "reset_password_text_html"
msgstr ""
2020-05-02 00:10:36 +02:00
"Did you forget your password? No worries. Enter the e-mail address of your "
"user account here. We will send an e-mail with a link to you, which you can "
"use to reset the password."
2024-02-25 23:19:01 +01:00
#~ msgid "navbar_streaming"
#~ msgstr "Streaming"