Skip to content
Snippets Groups Projects
Commit e35a2a70 authored by grollicus's avatar grollicus
Browse files

changed timezone warning text

parent 64d1e893
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
share_url = url('plainui:fahrplan', conf_slug=conf.slug), share_url = url('plainui:fahrplan', conf_slug=conf.slug),
report_url = url('plainui:fahrplan', conf_slug=conf.slug)) }} report_url = url('plainui:fahrplan', conf_slug=conf.slug)) }}
{% if timezone_warning %} {% if timezone_warning %}
<div class="text-warning">{{ _("Warning, your timezone is configured to %(user_timezone)s and does not match the conference timezone %(conf_timezone)s", user_timezone=current_timezone, conf_timezone=conference_timezone) }}</div> <div class="text-warning">{{ _("Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone", user_timezone=current_timezone, conf_timezone=conference_timezone) }}</div>
{% endif %} {% endif %}
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
share_url = url('plainui:my_fahrplan', conf_slug=conf.slug), share_url = url('plainui:my_fahrplan', conf_slug=conf.slug),
report_url = url('plainui:my_fahrplan', conf_slug=conf.slug)) }} report_url = url('plainui:my_fahrplan', conf_slug=conf.slug)) }}
{% if timezone_warning %} {% if timezone_warning %}
<div class="text-warning">{{ _("Warning, your timezone is configured to %(user_timezone)s and does not match the conference timezone %(conf_timezone)s", user_timezone=current_timezone, conf_timezone=conference_timezone) }}</div> <div class="text-warning">{{ _("Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone", user_timezone=current_timezone, conf_timezone=conference_timezone) }}</div>
{% endif %} {% endif %}
{# TODO: Download options {# TODO: Download options
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<body class="rc3-fahrplan__pub-body p-4"> <body class="rc3-fahrplan__pub-body p-4">
<h1 class="h2">{{ _("%(conf)s Fahrplan", conf=conf.name) }}</h1> <h1 class="h2">{{ _("%(conf)s Fahrplan", conf=conf.name) }}</h1>
{% if timezone_warning %} {% if timezone_warning %}
<div class="text-warning">{{ _("Warning, your timezone is configured to %(user_timezone)s and does not match the conference timezone %(conf_timezone)s", user_timezone=current_timezone, conf_timezone=conference_timezone) }}</div> <div class="text-warning">{{ _("Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone", user_timezone=current_timezone, conf_timezone=conference_timezone) }}</div>
{% endif %} {% endif %}
{% if mode == 'list' %} {% if mode == 'list' %}
......
...@@ -779,8 +779,8 @@ msgid "schedule" ...@@ -779,8 +779,8 @@ msgid "schedule"
msgstr "Zeitplan" msgstr "Zeitplan"
#, python-format #, python-format
msgid "Warning, your timezone is configured to %(user_timezone)s and does not match the conference timezone %(conf_timezone)s" msgid "Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone"
msgstr "Achtung, deine Zeitzone ist auf %(user_timezone)s eingestellt und entspricht nicht der Konferenzzeitzone %(conf_timezone)s" msgstr "Deine Zeitzone ist auf %(user_timezone)s eingestellt, die Konferenzzeitzone ist %(conf_timezone)s - zeige Uhrzeiten in deiner Zeitzone"
#, python-format #, python-format
msgid "Day %(n)s" msgid "Day %(n)s"
......
...@@ -779,7 +779,7 @@ msgid "schedule" ...@@ -779,7 +779,7 @@ msgid "schedule"
msgstr "" msgstr ""
#, python-format #, python-format
msgid "Warning, your timezone is configured to %(user_timezone)s and does not match the conference timezone %(conf_timezone)s" msgid "Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone"
msgstr "" msgstr ""
#, python-format #, python-format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment