aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.txt146
1 files changed, 73 insertions, 73 deletions
diff --git a/readme.txt b/readme.txt
index 92bab7c..509ed48 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,155 +1,155 @@
=== LibreVideoJS HTML5 Player ===
-Contributors: Jesús Eduardo Estupiñán Medina, Jorge Maldonado Ventura
+Contributors: Jesús E. Estupiñán Medina, Jorge Maldonado Ventura
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=94ETCSCSGNQVJ&lc=AL&item_name=librevideojs&item_number=Apoyo%20a%20LibreVideoJS&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
-Tags: video, wpvideo, html5, iPad, iphone, ipod, mobile, playlists, embed video, librevideojs, player, video player, embed, lightweight, minimal, myvideo, responsive
-Requires at least: 4.2
+Tags: video, wpvideo, HTML5, videojs, mobile, playlists, embed video, librevideojs, player, video player, embed, lightweight, minimal, myvideo, responsive
+requires at least: 4.2
Tested up to: 4.7
Stable tag: 1.0.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
-Incrusta archivos de vídeo con LibreVideoJS bellamente en WordPress, adaptable a distintas resoluciones de pantalla y compatible con LibreJS.
+Embed video files with LibreVideoJS beautifully in WordPress, adaptable to different screen resolutions and compatible with LibreJS.
== Description ==
-[LibreVideoJS HTML5 Player](https://es.wordpress.org/plugins/librevideojs-html5-player) Es un plugin que soporta la reproducción de vídeo en escritorios y dispositivos móviles. Ahora es muy fácil incrustar archivos de vídeo que están alojados externamente o internamente utilizando la biblioteca [LibreVideoJS](https://notabug.org/Heckyel/LibreVideoJS).
+[LibreVideoJS HTML5 Player](https://wordpress.org/plugins/librevideojs-html5-player) is a plugin that supports playback of video available on desktops and mobile devices. Now it is very easy to embed video files that are hosted externally or internally using the library [LibreVideoJS](https://notabug.org/Heckyel/LibreVideoJS).
-= Características de LibreVideoJS HTML5 Player =
+= LibreVideoJS HTML5 Player Features =
-* Incrustar vídeos adaptables para una mejor experiencia de usuario mientras se visualiza desde un dispositivo móvil.
-* Incrustar vídeos en HTML5, compatibles con todos los principales navegadores.
-* Incrustar vídeos con Poster de imagen.
-* Incrustar vídeos usando el reproductor librevideojs.
-* Reproducir un vídeo automáticamente cuando se procesa la página.
-* Incrustar vídeos subidos a su biblioteca multimedia de WordPress con vínculos directos en el código de acceso.
-* No requiere saber un montón de programación, basta con instalar y empezar a incrustar vídeos.
-* Ligero y compatible con la última versión de WordPress.
-* Limpio y elegante reproductor con ninguna marca de agua.
-* Suplencias para tipos de archivos compatibles con HTML5 (WebM, OGV), también soporta MP4 pero NO es recomendable por cuestiones de Patentes.
+* Embed responsive videos.
+* Embed videos in HTML5, compatible with all major browsers.
+* Embed videos with Poster of image.
+* Embed videos using the player LibreVideoJS.
+* Play a video automatically when the page is processed.
+* Embed videos uploaded to your media library of WordPress with direct links in the access code.
+* Does not require to know a lot of programming, simply install and begin to embed videos.
+* Lightweight and compatible with the latest version of WordPress.
+* Clean and elegant player without any brand of water.
+* Support for WebM, OGV and MP4 file types.
-= Uso del Plugin LibreVideoJS HTML5 Player =
+= Use the Plugin LibreVideoJS HTML5 Player =
-Para incrustar un vídeo en un nuevo post/página utilice el siguiente código de acceso:
+To embed a video in a new post/page use the following Shortcode:
`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" url_calidad="1080p" code="webm"]`
-Aquí, "url" es la ubicación del archivo de origen de vídeo WebM (VP8 y VP9 codificados). Necesita reemplazar la 'url' con el enlace real del archivo de vídeo.
-Cuando se trata de un solo vídeo NO es necesario escribir `url_calidad` para especificar la calidad.
+Here, "url" is the location of the source file of WebM Video (VP8 and VP9 encoded). You need to replace the 'url' with the actual link of the video file.
+When you don't want to use multiple resolutions, there is no need to write 'url_calidad' to specify the video quality.
-= Opciones de Shortcode de vídeo =
+= Video Shortcode Options =
-Las siguientes opciones son compatibles con el código de acceso.
+The following options are compatible with the Shortcode.
-**Resoluciones y Selector de calidad**
+**Resolutions and quality Selector**
-Puede especificar un archivo de vídeo OGV además de la fuente WebM & OGV archivos de vídeo.
-Los parámetros, url es el recurso de vídeo, url_calidad (ejem: 4k, 2k, 1080p, 720p, etc) es la calidad del vídeo url.
-No se olvide de poner code="webm" o code="ogv" dependiendo de la extensión de su archivo.
-Luego también es necesario especificar con el comando selector="resolución a mostrar" la resolución predeterminada (720p, 480p, 360p, 240p, 144p), ejemplo:
+You can specify a video file OGV in addition to the source WebM & OGV video files.
+The parameter url is the URL of the video and url_calidad (example: 4k, 2k, 1080p, 720p, etc) is the quality of the video specified with the url parameter.
+Do not forget to put code="webm" or code="ogv" depending on the format of your file.
+Then it is also necessary to specify with the command selector="resolution to show" the default resolution (720p, 480p, 360p, 240p, 144p), for example:
-`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" code="webm" url_calidad="1080p" selector="360p"]
+`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" code="webm" url_calidad="1080p selector"="360p"]
[calidades lvjs_calidad="720p" src_video="video720.webm" lvjs_code="webm"]
[calidades lvjs_calidad="480p" src_video="video480.webm" lvjs_code="webm"]
[calidades lvjs_calidad="360p" src_video="video360.webm" lvjs_code="webm"]
[/librevideojs_video]
`
-Solucionado desde gráficos.
+Solved from graphics.
-**Subtítulos o leyendas**
+**Subtitles or captions**
-Para especificar los subtítulos utilice el comando 'track' seguido de los parámetros: 'kind', 'subt', srclang','label', 'default' (opcional) desde HTML. Solucionado desde gráficos.
-Es recomendable que los subtítulos se alojen en su sitio web, es decir si tu sitio es https://www.example.com/ los subtítulos deben tener como ejemplo:
-https://www.example.com/subtitles/mi_subtitulo.vtt en cualquier lugar de tu sitio web, caso contrario NO se cargarán si lo importas desde otro sitio web (http://otrositioweb.com/subs/subtitles.vtt).
+To add subtitles use the command 'track' followed by the parameters: 'kind', 'subt', srclang','Label', 'default' (optional) from HTML. Solved from graphics.
+It is recommended that the subtitles are in your web site, i.e., if your website is https://www.example.com/ subtitles should be in
+https://www.example.com/subtitles/mi_subtitulo.vtt or in a similar URL. Subtitles will not be loaded if you import them from another website (http://www.another_website.com/subs/subtitles.vtt).
`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" url_calidad="1080p" code="webm" selector="360p"]
[track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/en.vtt" srclang="en" label="English"]
-[track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/es.vtt" srclang="es" label="Español" default="true"]
+[track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/es.vtt" srclang="es" label="Spanish" default="true"]
[track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/pt.vtt" srclang="pt" label="Portuguese"]
[/librevideojs_video]
`
-**Pre-carga**
+**Preload**
-Especifica cómo el vídeo debe ser cargado cuando se carga la página. De manera predeterminada esta en "Auto" (el vídeo debe cargarse completamente cuando se carga la página). Otras opciones:
+Specifies how the video must be loaded when you load the page. By default this is set to "Auto" (the video should be fully charged when the page is loaded). There area other options:
-* "metadata" - solo los metadatos deben ser cargado cuando se carga la página.
-* "none" - el vídeo no debe ser cargado cuando se carga la página.
+* "metadata" - only the metadata must be loaded when you load the page.
+* "none" - the video should not be loaded when you load the page.
-`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" preload="metadata" url_calidad="1080p" code="webm"]`
+`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" preload="metadata" url_calidad="1080p" code="webm"]`
-**Controles**
+**Controls**
-Especifica que los controles de vídeo debe ser mostrado. Su valor por defecto es "true". A fin de ocultar los controles ajustar este parámetro a "false".
+Specifies that the video controls must be shown. Its default value is "true". In order to hide the controls, set this parameter to "false".
-`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" controls="false" url_calidad="1080p" code="webm"]`
+`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" controls="false" url_calidad="1080p" code="webm"]`
-Al deshabilitar los controles los usuarios no serán capaces de interactuar con tus vídeos. Por lo tanto, es recomendable que habilite la reproducción sin usar el comando controls.
+When you disable the controls, users will not be able to interact with your videos. It is therefore recommended that you enable the playback without using the command controls.
-**Auto-reproducción**
+**Auto-play**
-Hace que el archivo de vídeo se reproduzca automáticamente cuando se cargue la página.
+Makes the video file to play automatically when the page is loaded.
-`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" autoplay="true" url_calidad="1080p" code="webm"]`
+`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" autoplay="true" url_calidad="1080p" code="webm"]`
-**Poster(cartel)**
+**Poster**
-Define la imagen para mostrar como marcador de posición antes de que el vídeo se reproduce.
+Defines the image to display as a placeholder before the video is played.
-`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" poster="http://example.com/wp-content/uploads/poster.jpg" url_calidad="1080p" code="webm"]`
+`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" poster="http://example.com/wp-content/uploads/poster.jpg" url_calidad="1080p" code="webm"]`
-**Loop(lazo)**
+**Loop**
-Hace que el archivo de vídeo se inicie desde el principio cuando termine y continúe reproduciendo automáticamente.
+Makes the video play again from the beginning when it finishes.
-`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" loop="true" url_calidad="1080p" code="webm"]`
+`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" loop="true" url_calidad="1080p" code="webm"]`
-**Silenciar**
+**Mute**
-Especifica que la salida de audio del vídeo debe estar silenciada.
+Specifies that the audio output of the video must be muted.
`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" muted="true" code="webm"]`
-Para obtener documentación detallada, por favor visite la página del plugin [LibreVideoJS HTML5 Player](https://es.wordpress.org/plugins/librevideojs-html5-player)
+For detailed documentation, please visit the website of the plugin [LibreVideoJS HTML5 Player](https://notabug.org/Heckyel/librevideojs-html5-player)
-**Todo**
-`[librevideojs_video url="videooriginal.webm" code="webm" url_calidad="1080p" selector="480p"]
+**All**
+`[librevideojs_video url="videooriginal.webm" code="webm" url_calidad="1080p selector"="480p"]
[calidades lvjs_calidad="720p" src_video="video720.webm" lvjs_code="webm"]
[calidades lvjs_calidad="480p" src_video="video480.webm" lvjs_code="webm"]
[calidades lvjs_calidad="360p" src_video="video360.webm" lvjs_code="webm"]
[track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/en.vtt" srclang="en" label="English"]
-[track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/es.vtt" srclang="es" label="Español" default="true"]
+[track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/es.vtt" srclang="es" label="Spanish" default="true"]
[track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/pt.vtt" srclang="pt" label="Portuguese"]
[/librevideojs_video]
`
== Installation ==
-1. Ir a la pantalla de agregar nuevos plugins en el Dashboard de WordPress
-1. Haga clic en la ficha de carga
-1. Busque el archivo del plugin (librevideojs-html5-player.zip) en tu ordenador
-1. Haga clic en "Instalar ahora" y, a continuación, pulse el botón 'Activar'
+1. Go to the screen to add new plugins in the dashboard of WordPress
+2. Click the tab of the load
+3. Browse to the file for the plugin (librevideojs-html5-player.zip) in your computer
+4. Click "Install Now", and then press the 'Enable' button
== Frequently Asked Questions ==
-= ¿Este plugin puede ser utilizado para incrustar vídeos en WordPress? =
+= Do this plugin can be used to embed videos in WordPress? =
-Sí.
+Yes.
-= ¿Este plugin es adaptativo a diferentes tamaños de pantalla? =
+= Is it adaptive to different screen sizes? =
-Sí.
+Yes.
-= ¿Puedo incrustar vídeos con varias resoluciones con este plugin? =
+= Can I embed videos with several resolutions with this plugin? =
-Sí.
+Yes.
-= ¿Puedo incrustar subtítulos en el vídeo con este plugin? =
+= Can I embed the subtitles in the video with this plugin? =
-Sí.
+Yes.
== Screenshots ==
-Para capturas de pantalla, visite la página del plugin [LibreVideoJS HTML5 Player](https://es.wordpress.org/plugins/librevideojs-html5-player/screenshots/)
+For screenshots, visit the page of the plugin [LibreVideoJS HTML5 Player](https://wordpress.org/plugins/librevideojs-html5-player/screenshots/)
1. screenshot-1.png
2. screenshot-2.png
@@ -167,10 +167,10 @@ Para capturas de pantalla, visite la página del plugin [LibreVideoJS HTML5 Play
14. screenshot-14.png
== Upgrade Notice ==
-Ninguno
+None
== Changelog ==
= 1.0.2 =
-* First commit
+* First Commit