Skip to content

Commit 1090be7

Browse files
committed
Version 1.2.10
Signed-off-by: Jessica González <suki@missallsunday.com>
1 parent 3c01461 commit 1090be7

16 files changed

+102
-44
lines changed

OharaYTEmbed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
55
<id>Suki:ohara_youtube_embed</id>
6-
<version>1.2.9</version>
6+
<version>1.2.10</version>
77

88
<file name="$sourcedir/Post.php">
99
<operation>

Sources/OharaYTEmbed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
/*
44
* @package Ohara Youtube Embed mod
5-
* @version 1.2.9
5+
* @version 1.2.10
66
* @author Jessica González <suki@missallsunday.com>
7-
* @copyright Copyright (C) 2017 Jessica González
7+
* @copyright Copyright (C) 2019 Jessica González
88
* @license http://www.mozilla.org/MPL/ MPL 2.0
99
*/
1010

Themes/default/languages/OharaYTEmbed.english-utf8.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
/*
44
* @package Ohara Youtube Embed mod
5-
* @version 1.2.9
5+
* @version 1.2.10
66
* @author Jessica González <suki@missallsunday.com>
7-
* @copyright Copyright (C) 2017 Jessica González
7+
* @copyright Copyright (C) 2019 Jessica González
88
* @license http://www.mozilla.org/MPL/ MPL 2.0
99
*/
1010

Themes/default/languages/OharaYTEmbed.english.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
/*
44
* @package Ohara Youtube Embed mod
5-
* @version 1.2.9
5+
* @version 1.2.10
66
* @author Jessica Gonzalez <suki@missallsunday.com>
7-
* @copyright Copyright (C) 2017 Jessica Gonzalez
7+
* @copyright Copyright (C) 2019 Jessica Gonzalez
88
* @license http://www.mozilla.org/MPL/ MPL 2.0
99
*/
1010

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
/*
4+
* @package Ohara Youtube Embed mod
5+
* @version 1.2.10
6+
* @author Jessica González <suki@missallsunday.com>
7+
* @copyright Copyright (C) 2019 Jessica González
8+
* @license http://www.mozilla.org/MPL/ MPL 2.0
9+
*/
10+
11+
global $txt;
12+
13+
$txt['OYTE_master'] = 'Włącz modyfikację Ohara Youtube Embed';
14+
$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_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';
21+
$txt['OYTE_desc'] = 'Wstaw link do filmu z youtube';
22+
$txt['OYTE_vimeo_desc'] = 'Wstaw link do filmu z vimeo';
23+
$txt['OYTE_gifv_desc'] = 'Wstaw link do gifa z imgur';
24+
$txt['OYTE_unvalid_link'] = 'Nieprawidłowy link %s';
25+
$txt['OYTE_title'] = 'Modyfikacja Ohara Youtube|Vimeo Embed';
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
/*
4+
* @package Ohara Youtube Embed mod
5+
* @version 1.2.10
6+
* @author Jessica González <suki@missallsunday.com>
7+
* @copyright Copyright (C) 2019 Jessica González
8+
* @license http://www.mozilla.org/MPL/ MPL 2.0
9+
*/
10+
11+
global $txt;
12+
13+
$txt['OYTE_master'] = 'Włącz modyfikację Ohara Youtube Embed';
14+
$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_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';
21+
$txt['OYTE_desc'] = 'Wstaw link do filmu z youtube';
22+
$txt['OYTE_vimeo_desc'] = 'Wstaw link do filmu z vimeo';
23+
$txt['OYTE_gifv_desc'] = 'Wstaw link do gifa z imgur';
24+
$txt['OYTE_unvalid_link'] = 'Nieprawidłowy link %s';
25+
$txt['OYTE_title'] = 'Modyfikacja Ohara Youtube|Vimeo Embed';

Themes/default/languages/OharaYTEmbed.spanish_es-utf8.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
/*
44
* @package Ohara Youtube Embed mod
5-
* @version 1.2.9
5+
* @version 1.2.10
66
* @author Jessica González <suki@missallsunday.com>
7-
* @copyright Copyright (C) 2017 Jessica González
7+
* @copyright Copyright (C) 2019 Jessica González
88
* @license http://www.mozilla.org/MPL/ MPL 2.0
99
*/
1010

1111
global $txt;
1212

1313
$txt['OYTE_master'] = 'Activar el mod Ohara Youtube Embed';
14-
$txt['OYTE_master_sub'] = 'Esta es la configuración principal, necasita estar activada para que el mod funcione correctamente.';
14+
$txt['OYTE_master_sub'] = 'Esta es la configuración principal, necesita estar activada para que el mod funcione correctamente.';
1515
$txt['OYTE_autoEmbed'] = 'Activar la opción "autoembed"';
1616
$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.';
1717
$txt['OYTE_video_width'] = 'Ancho del video:';
18-
$txt['OYTE_video_width_sub'] = 'Si se deja vacio se usará el valor por deault: 480.';
18+
$txt['OYTE_video_width_sub'] = 'Si se deja vacío se usará el valor por deault: 480.';
1919
$txt['OYTE_video_height'] = 'Altura del video:';
20-
$txt['OYTE_video_height_sub'] = 'Si se deja vacio se usará el valor por defecto: 270';
20+
$txt['OYTE_video_height_sub'] = 'Si se deja vacío se usará el valor por defecto: 270';
2121
$txt['OYTE_desc'] = 'Inserta un video desde youtube';
2222
$txt['OYTE_vimeo_desc'] = 'Inserta un video desde vimeo';
2323
$txt['OYTE_gifv_desc'] = 'Inserta un gifv de imgur';

Themes/default/languages/OharaYTEmbed.spanish_es.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
/*
44
* @package Ohara Youtube Embed mod
5-
* @version 1.2.9
5+
* @version 1.2.10
66
* @author Jessica Gonzalez <suki@missallsunday.com>
7-
* @copyright Copyright (C) 2017 Jessica Gonzalez
7+
* @copyright Copyright (C) 2019 Jessica Gonzalez
88
* @license http://www.mozilla.org/MPL/ MPL 2.0
99
*/
1010

1111
global $txt;
1212

1313
$txt['OYTE_master'] = 'Activar el mod Ohara Youtube Embed';
14-
$txt['OYTE_master_sub'] = 'Esta es la configuraci&oacute;n principal, necasita estar activada para que el mod funcione correctamente.';
14+
$txt['OYTE_master_sub'] = 'Esta es la configuraci&oacute;n principal, necesita estar activada para que el mod funcione correctamente.';
1515
$txt['OYTE_autoEmbed'] = 'Activar la opci&oacute;n "autoembed"';
1616
$txt['OYTE_autoEmbed_sub'] = 'Si se activa, todos los enlaces de videos v&aacute;lidos ser&aacute;n convertidos a videos autom&aacute;ticamente. Si se desactiva, tendr&aacute;s que usar el tag "youtube" para mostrar el video.';
1717
$txt['OYTE_video_width'] = 'Ancho del video:';
18-
$txt['OYTE_video_width_sub'] = 'Si se deja vacio se usar&aacute; el valor por deault: 480.';
18+
$txt['OYTE_video_width_sub'] = 'Si se deja vac&iacute;o se usar&aacute; el valor por deault: 480.';
1919
$txt['OYTE_video_height'] = 'Altura del video:';
20-
$txt['OYTE_video_height_sub'] = 'Si se deja vacio se usar&aacute; el valor por defecto: 270';
20+
$txt['OYTE_video_height_sub'] = 'Si se deja vac&iacute;o se usar&aacute; el valor por defecto: 270';
2121
$txt['OYTE_desc'] = 'Inserta un video desde youtube';
2222
$txt['OYTE_vimeo_desc'] = 'Inserta un video desde vimeo';
2323
$txt['OYTE_gifv_desc'] = 'Inserta un gifv de imgur';

Themes/default/languages/OharaYTEmbed.spanish_latin.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
/*
44
* @package Ohara Youtube Embed mod
5-
* @version 1.2.9
5+
* @version 1.2.10
66
* @author Jessica Gonz&aacute;lez <suki@missallsunday.com>
7-
* @copyright Copyright (C) 2017 Jessica Gonz&aacute;lez
7+
* @copyright Copyright (C) 2019 Jessica Gonz&aacute;lez
88
* @license http://www.mozilla.org/MPL/ MPL 2.0
99
*/
1010

1111
global $txt;
1212

1313
$txt['OYTE_master'] = 'Activar el mod Ohara Youtube Embed';
14-
$txt['OYTE_master_sub'] = 'Esta es la configuraci&oacute;n principal, necasita estar activada para que el mod funcione correctamente.';
14+
$txt['OYTE_master_sub'] = 'Esta es la configuraci&oacute;n principal, necesita estar activada para que el mod funcione correctamente.';
1515
$txt['OYTE_autoEmbed'] = 'Activar la opci&oacute;n "autoembed"';
1616
$txt['OYTE_autoEmbed_sub'] = 'Si se activa, todos los enlaces de videos v&aacute;lidos ser&aacute;n convertidos a videos autom&aacute;ticamente. Si se desactiva, tendr&aacute;s que usar el tag "youtube" para mostrar el video.';
1717
$txt['OYTE_video_width'] = 'Ancho del video:';
18-
$txt['OYTE_video_width_sub'] = 'Si se deja vacio se usar&aacute; el valor por deault: 480.';
18+
$txt['OYTE_video_width_sub'] = 'Si se deja vac&iacute;o se usar&aacute; el valor por deault: 480.';
1919
$txt['OYTE_video_height'] = 'Altura del video:';
20-
$txt['OYTE_video_height_sub'] = 'Si se deja vacio se usar&aacute; el valor por defecto: 270';
20+
$txt['OYTE_video_height_sub'] = 'Si se deja vac&iacute;o se usar&aacute; el valor por defecto: 270';
2121
$txt['OYTE_desc'] = 'Inserta un video desde youtube';
2222
$txt['OYTE_vimeo_desc'] = 'Inserta un video desde vimeo';
2323
$txt['OYTE_gifv_desc'] = 'Inserta un gifv de imgur';

Themes/default/languages/OharaYTEmbed.spanish_latin_utf8.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
/*
44
* @package Ohara Youtube Embed mod
5-
* @version 1.2.9
5+
* @version 1.2.10
66
* @author Jessica González <suki@missallsunday.com>
7-
* @copyright Copyright (C) 2017 Jessica González
7+
* @copyright Copyright (C) 2019 Jessica González
88
* @license http://www.mozilla.org/MPL/ MPL 2.0
99
*/
1010

1111
global $txt;
1212

1313
$txt['OYTE_master'] = 'Activar el mod Ohara Youtube Embed';
14-
$txt['OYTE_master_sub'] = 'Esta es la configuración principal, necasita estar activada para que el mod funcione correctamente.';
14+
$txt['OYTE_master_sub'] = 'Esta es la configuración principal, necesita estar activada para que el mod funcione correctamente.';
1515
$txt['OYTE_autoEmbed'] = 'Activar la opción "autoembed"';
1616
$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.';
1717
$txt['OYTE_video_width'] = 'Ancho del video:';
18-
$txt['OYTE_video_width_sub'] = 'Si se deja vacio se usará el valor por deault: 480.';
18+
$txt['OYTE_video_width_sub'] = 'Si se deja vacío se usará el valor por deault: 480.';
1919
$txt['OYTE_video_height'] = 'Altura del video:';
20-
$txt['OYTE_video_height_sub'] = 'Si se deja vacio se usará el valor por defecto: 270';
20+
$txt['OYTE_video_height_sub'] = 'Si se deja vacío se usará el valor por defecto: 270';
2121
$txt['OYTE_desc'] = 'Inserta un video desde youtube';
2222
$txt['OYTE_vimeo_desc'] = 'Inserta un video desde vimeo';
2323
$txt['OYTE_gifv_desc'] = 'Inserta un gifv de imgur';

0 commit comments

Comments
 (0)