Fixed livestream poster image size in help text.
This commit is contained in:
parent
af4ff015ae
commit
82ad1d2222
@ -37,7 +37,7 @@ _('Server settings required to activate Jitsi Meet integration.');
|
|||||||
_('Livestream url');
|
_('Livestream url');
|
||||||
_('Remove URL to deactivate livestream. Check extra group permission to see livestream.');
|
_('Remove URL to deactivate livestream. Check extra group permission to see livestream.');
|
||||||
_('Livestream poster image url');
|
_('Livestream poster image url');
|
||||||
_('Shows if livestream is not started. Recommended image format: 500x280px, PNG or JPG');
|
_('Shows if livestream is not started. Recommended image format: 500x200px, PNG or JPG');
|
||||||
_('Enable virtual help desk room');
|
_('Enable virtual help desk room');
|
||||||
_('Shows a button with help icon to connect to an extra Jitsi conference room for technical audio/video tests.');
|
_('Shows a button with help icon to connect to an extra Jitsi conference room for technical audio/video tests.');
|
||||||
_('Number of next speakers automatically connecting to the live conference');
|
_('Number of next speakers automatically connecting to the live conference');
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2733,7 +2733,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Shows if livestream is not started. Recommended image format: 500x280px, PNG"
|
"Shows if livestream is not started. Recommended image format: 500x200px, PNG"
|
||||||
" or JPG"
|
" or JPG"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2795,11 +2795,11 @@ msgstr ""
|
|||||||
"Konferenzraum für technische Audio-/Video-Tests zu verbinden."
|
"Konferenzraum für technische Audio-/Video-Tests zu verbinden."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Shows if livestream is not started. Recommended image format: 500x280px, PNG"
|
"Shows if livestream is not started. Recommended image format: 500x200px, PNG"
|
||||||
" or JPG"
|
" or JPG"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wird angezeigt, wenn der Livestream nicht gestartet werden kann. "
|
"Wird angezeigt, wenn der Livestream nicht gestartet werden kann. "
|
||||||
"Bildformatempfehlung: 500x280px, PNG oder JPG"
|
"Bildformatempfehlung: 500x200px, PNG oder JPG"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Shows the given image as applause particle. Recommended image format: "
|
"Shows the given image as applause particle. Recommended image format: "
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2815,11 +2815,11 @@ msgstr ""
|
|||||||
"conferencias Jitsi adicional para realizar pruebas técnicas de audio/vídeo."
|
"conferencias Jitsi adicional para realizar pruebas técnicas de audio/vídeo."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Shows if livestream is not started. Recommended image format: 500x280px, PNG"
|
"Shows if livestream is not started. Recommended image format: 500x200px, PNG"
|
||||||
" or JPG"
|
" or JPG"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Aparece cuando no se puede iniciar el livestream. Recomendación de formato "
|
"Aparece cuando no se puede iniciar el livestream. Recomendación de formato "
|
||||||
"de imagen: 500x280px, PNG o JPG"
|
"de imagen: 500x200px, PNG o JPG"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Shows the given image as applause particle. Recommended image format: "
|
"Shows the given image as applause particle. Recommended image format: "
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2794,7 +2794,7 @@ msgstr ""
|
|||||||
" prove tecniche audio/video."
|
" prove tecniche audio/video."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Shows if livestream is not started. Recommended image format: 500x280px, PNG"
|
"Shows if livestream is not started. Recommended image format: 500x200px, PNG"
|
||||||
" or JPG"
|
" or JPG"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2750,7 +2750,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Shows if livestream is not started. Recommended image format: 500x280px, PNG"
|
"Shows if livestream is not started. Recommended image format: 500x200px, PNG"
|
||||||
" or JPG"
|
" or JPG"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2669,7 +2669,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Shows if livestream is not started. Recommended image format: 500x280px, "
|
"Shows if livestream is not started. Recommended image format: 500x200px, "
|
||||||
"PNG or JPG"
|
"PNG or JPG"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -164,7 +164,7 @@ def get_config_variables():
|
|||||||
name="general_system_stream_poster",
|
name="general_system_stream_poster",
|
||||||
default_value="",
|
default_value="",
|
||||||
label="Livestream poster image url",
|
label="Livestream poster image url",
|
||||||
help_text="Shows if livestream is not started. Recommended image format: 500x280px, PNG or JPG",
|
help_text="Shows if livestream is not started. Recommended image format: 500x200px, PNG or JPG",
|
||||||
weight=147,
|
weight=147,
|
||||||
subgroup="Live conference",
|
subgroup="Live conference",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user