Merge pull request #6264 from emanuelschuetze/livestream-poster-image-helptext

Fixed livestream poster image size in help text.
This commit is contained in:
Emanuel Schütze 2021-10-22 11:06:26 +02:00 committed by GitHub
commit a3d8dd01da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 15 additions and 15 deletions

View File

@ -37,7 +37,7 @@ _('Server settings required to activate Jitsi Meet integration.');
_('Livestream url');
_('Remove URL to deactivate livestream. Check extra group permission to see livestream.');
_('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');
_('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');

File diff suppressed because one or more lines are too long

View File

@ -2733,7 +2733,7 @@ msgid ""
msgstr ""
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"
msgstr ""

File diff suppressed because one or more lines are too long

View File

@ -2795,11 +2795,11 @@ msgstr ""
"Konferenzraum für technische Audio-/Video-Tests zu verbinden."
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"
msgstr ""
"Wird angezeigt, wenn der Livestream nicht gestartet werden kann. "
"Bildformatempfehlung: 500x280px, PNG oder JPG"
"Bildformatempfehlung: 500x200px, PNG oder JPG"
msgid ""
"Shows the given image as applause particle. Recommended image format: "

File diff suppressed because one or more lines are too long

View File

@ -2815,11 +2815,11 @@ msgstr ""
"conferencias Jitsi adicional para realizar pruebas técnicas de audio/vídeo."
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"
msgstr ""
"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 ""
"Shows the given image as applause particle. Recommended image format: "

File diff suppressed because one or more lines are too long

View File

@ -2794,7 +2794,7 @@ msgstr ""
" prove tecniche audio/video."
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"
msgstr ""

File diff suppressed because one or more lines are too long

View File

@ -2750,7 +2750,7 @@ msgid ""
msgstr ""
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"
msgstr ""

View File

@ -2669,7 +2669,7 @@ msgid ""
msgstr ""
msgid ""
"Shows if livestream is not started. Recommended image format: 500x280px, "
"Shows if livestream is not started. Recommended image format: 500x200px, "
"PNG or JPG"
msgstr ""

View File

@ -164,7 +164,7 @@ def get_config_variables():
name="general_system_stream_poster",
default_value="",
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,
subgroup="Live conference",
)