You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Add our css and js files. Dear and lovely mod authors, if you're going to use $context['html_headers'] MAKE SURE you append your data .= instead of re-declaring the var! and don't forget to add a new line and proper indentation too!
Copy file name to clipboardExpand all lines: Themes/default/languages/OharaYTEmbed.english-utf8.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@
14
14
$txt['OYTE_master_sub'] = 'This is the master setting, it needs to be enable for the mod to work.';
15
15
$txt['OYTE_autoEmbed'] = 'Enable the autoembed feature';
16
16
$txt['OYTE_autoEmbed_sub'] = 'If enable, all valid and available links posted will be converted to embedded videos automatically. If disabled you will have to use the BBC tags to convert links to videos.';
17
+
$txt['OYTE_min_screen_size'] = 'Minimum screen size for sizes settings';
18
+
$txt['OYTE_min_screen_size_sub'] = 'Screens larger than this setting will apply the video\'s width and height, defaults to 768';
17
19
$txt['OYTE_video_width'] = 'Video\'s width:';
18
20
$txt['OYTE_video_width_sub'] = 'If empty it will take the default value: 480.';
* @author Michel Mendiola <suki@missallsunday.com>
7
+
* @copyright Copyright (C) 2022 Michel Mendiola
8
8
* @license http://www.mozilla.org/MPL/ MPL 2.0
9
9
*/
10
10
@@ -14,6 +14,8 @@
14
14
$txt['OYTE_master_sub'] = 'This is the master setting, it needs to be enable for the mod to work.';
15
15
$txt['OYTE_autoEmbed'] = 'Enable the autoembed feature';
16
16
$txt['OYTE_autoEmbed_sub'] = 'If enable, all valid and available links posted will be converted to embedded videos automatically. If disabled you will have to use the BBC tags to convert links to videos.';
17
+
$txt['OYTE_min_screen_size'] = 'Minimum screen size for sizes settings';
18
+
$txt['OYTE_min_screen_size_sub'] = 'Screens larger than this setting will apply the video\'s width and height, defaults to 768';
17
19
$txt['OYTE_video_width'] = 'Video\'s width:';
18
20
$txt['OYTE_video_width_sub'] = 'If empty it will take the default value: 480.';
Copy file name to clipboardExpand all lines: Themes/default/languages/OharaYTEmbed.polish-utf8.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@
14
14
$txt['OYTE_master_sub'] = 'To jest ustawienie główne, to ustawienie musi być włączone, żeby modyfikacja działała.';
15
15
$txt['OYTE_autoEmbed'] = 'Włącz funkcję automatyczne wbudowanie';
16
16
$txt['OYTE_autoEmbed_sub'] = 'Jeśli ta funkcja będzie włączona to wszystkie prawidłowe i dostępne linki, będą automatycznie przekonwertowane na wbudowane filmy. Jeśli ta funkcja będzie wyłączona, będziesz musiał użyć znaczników BBC, aby przekonwertować linki na wbudowane filmy.';
17
+
$txt['OYTE_min_screen_size'] = 'Minimum screen size for sizes settings';
18
+
$txt['OYTE_min_screen_size_sub'] = 'Screens larger than this setting will apply the video\'s width and height, defaults to 768';
17
19
$txt['OYTE_video_width'] = 'Szerokość filmu:';
18
20
$txt['OYTE_video_width_sub'] = 'Jeśli zostawisz 0, zostanie ustawiona domyślna szerokość: 480';
$txt['OYTE_autoEmbed_sub'] = 'Je�li ta funkcja b�dzie w��czona to wszystkie prawid�owe i dost�pne linki, b�d� automatycznie przekonwertowane na wbudowane filmy. Je�li ta funkcja b�dzie wy��czona, b�dziesz musia� u�y� znacznik�w BBC, aby przekonwertowa� linki na wbudowane filmy.';
17
-
$txt['OYTE_video_width'] = 'Szeroko�� filmu:';
18
-
$txt['OYTE_video_width_sub'] = 'Je�li zostawisz 0, zostanie ustawiona domy�lna szeroko��: 480';
19
-
$txt['OYTE_video_height'] = 'Wysoko�� filmu:';
20
-
$txt['OYTE_video_height_sub'] = 'Je�li zostawisz 0, zostanie ustawiona domy�lna wysoko��: 270';
$txt['OYTE_master_sub'] = 'To jest ustawienie główne, to ustawienie musi być włączone, żeby modyfikacja działała.';
15
+
$txt['OYTE_autoEmbed'] = 'Włącz funkcję automatyczne wbudowanie';
16
+
$txt['OYTE_autoEmbed_sub'] = 'Jeśli ta funkcja będzie włączona to wszystkie prawidłowe i dostępne linki, będą automatycznie przekonwertowane na wbudowane filmy. Jeśli ta funkcja będzie wyłączona, będziesz musiał użyć znaczników BBC, aby przekonwertować linki na wbudowane filmy.';
17
+
$txt['OYTE_min_screen_size'] = 'Minimum screen size for sizes settings';
18
+
$txt['OYTE_min_screen_size_sub'] = 'Screens larger than this setting will apply the video\'s width and height, defaults to 768';
19
+
$txt['OYTE_video_width'] = 'Szerokość filmu:';
20
+
$txt['OYTE_video_width_sub'] = 'Jeśli zostawisz 0, zostanie ustawiona domyślna szerokość: 480';
21
+
$txt['OYTE_video_height'] = 'Wysokość filmu:';
22
+
$txt['OYTE_video_height_sub'] = 'Jeśli zostawisz 0, zostanie ustawiona domyślna wysokość: 270';
21
23
$txt['OYTE_desc'] = 'Wstaw link do filmu z youtube';
22
24
$txt['OYTE_vimeo_desc'] = 'Wstaw link do filmu z vimeo';
23
25
$txt['OYTE_gifv_desc'] = 'Wstaw link do gifa z imgur';
24
-
$txt['OYTE_unvalid_link'] = 'Nieprawid�owy link %s';
26
+
$txt['OYTE_unvalid_link'] = 'Nieprawidłowy link %s';
Copy file name to clipboardExpand all lines: Themes/default/languages/OharaYTEmbed.spanish_es-utf8.php
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,10 @@
14
14
$txt['OYTE_master_sub'] = 'Esta es la configuración principal, necesita estar activada para que el mod funcione correctamente.';
15
15
$txt['OYTE_autoEmbed'] = 'Activar la opción "autoembed"';
16
16
$txt['OYTE_autoEmbed_sub'] = 'Si se activa, todos los enlaces de videos válidos serán convertidos a videos automáticamente. Si se desactiva, tendrás que usar el tag "youtube" para mostrar el video.';
17
+
$txt['OYTE_min_screen_size'] = 'Tamaño mínimo de pantalla para aplicar límite de anchura y altura';
18
+
$txt['OYTE_min_screen_size_sub'] = 'En pantallas más grandes que este número se limitarán el ancho y la altura de los videos. Por defecto: 768';
17
19
$txt['OYTE_video_width'] = 'Ancho del video:';
18
-
$txt['OYTE_video_width_sub'] = 'Si se deja vacío se usará el valor por deault: 480.';
20
+
$txt['OYTE_video_width_sub'] = 'Si se deja vacío se usará el valor por default: 480.';
19
21
$txt['OYTE_video_height'] = 'Altura del video:';
20
22
$txt['OYTE_video_height_sub'] = 'Si se deja vacío se usará el valor por defecto: 270';
21
23
$txt['OYTE_desc'] = 'Inserta un video desde youtube';
* @author Michel Mendiola <suki@missallsunday.com>
7
+
* @copyright Copyright (C) 2022 Michel Mendiola
8
8
* @license http://www.mozilla.org/MPL/ MPL 2.0
9
9
*/
10
10
@@ -14,8 +14,10 @@
14
14
$txt['OYTE_master_sub'] = 'Esta es la configuración principal, necesita estar activada para que el mod funcione correctamente.';
15
15
$txt['OYTE_autoEmbed'] = 'Activar la opción "autoembed"';
16
16
$txt['OYTE_autoEmbed_sub'] = 'Si se activa, todos los enlaces de videos válidos serán convertidos a videos automáticamente. Si se desactiva, tendrás que usar el tag "youtube" para mostrar el video.';
17
+
$txt['OYTE_min_screen_size'] = 'Tamaño mínimo de pantalla para aplicar límite de anchura y altura';
18
+
$txt['OYTE_min_screen_size_sub'] = 'En pantallas más grandes que este número se limitarán el ancho y la altura de los videos. Por defecto: 768';
17
19
$txt['OYTE_video_width'] = 'Ancho del video:';
18
-
$txt['OYTE_video_width_sub'] = 'Si se deja vacío se usará el valor por deault: 480.';
20
+
$txt['OYTE_video_width_sub'] = 'Si se deja vacío se usará el valor por default: 480.';
19
21
$txt['OYTE_video_height'] = 'Altura del video:';
20
22
$txt['OYTE_video_height_sub'] = 'Si se deja vacío se usará el valor por defecto: 270';
21
23
$txt['OYTE_desc'] = 'Inserta un video desde youtube';
$txt['OYTE_master'] = 'Activar el mod Ohara Youtube Embed';
14
+
$txt['OYTE_master_sub'] = 'Esta es la configuración principal, necesita estar activada para que el mod funcione correctamente.';
15
+
$txt['OYTE_autoEmbed'] = 'Activar la opción "autoembed"';
16
+
$txt['OYTE_autoEmbed_sub'] = 'Si se activa, todos los enlaces de videos válidos serán convertidos a videos automáticamente. Si se desactiva, tendrás que usar el tag "youtube" para mostrar el video.';
17
+
$txt['OYTE_min_screen_size'] = 'Tamaño mínimo de pantalla para aplicar límite de anchura y altura';
18
+
$txt['OYTE_min_screen_size_sub'] = 'En pantallas más grandes que este número se limitarán el ancho y la altura de los videos. Por defecto: 768';
19
+
$txt['OYTE_video_width'] = 'Ancho del video:';
20
+
$txt['OYTE_video_width_sub'] = 'Si se deja vacío se usará el valor por default: 480.';
21
+
$txt['OYTE_video_height'] = 'Altura del video:';
22
+
$txt['OYTE_video_height_sub'] = 'Si se deja vacío se usará el valor por defecto: 270';
23
+
$txt['OYTE_desc'] = 'Inserta un video desde youtube';
24
+
$txt['OYTE_vimeo_desc'] = 'Inserta un video desde vimeo';
25
+
$txt['OYTE_gifv_desc'] = 'Inserta un gifv de imgur';
26
+
$txt['OYTE_unvalid_link'] = 'No es una dirección de %s válida';
0 commit comments