Minor - change plugin translation #2622

pull/2624/head
Angel Fernando Quiroz Campos 7 years ago
parent aa82abe66c
commit 280a94b263
  1. 8
      main/inc/lib/javascript/ckeditor/plugins/video/plugin.js

@ -181,9 +181,9 @@ var en = {
linkTemplate : '<a href="%src%">%type%</a> ',
fallbackTemplate : 'Your browser doesn\'t support video.<br>Please download the file: %links%',
infoLabel: 'Information',
html360: 'Multiple 360° video players may fails in one page.',
html360: 'Please do not add more than one 360° video on a single page.',
video360: 'Enable 360° video player',
video360stereo : 'Is a stereo video (1:1 aspect ratio)'
video360stereo : 'Stereo video (1:1 aspect ratio)'
};
var es = {
@ -199,9 +199,9 @@ var es = {
linkTemplate : '<a href="%src%">%type%</a> ',
fallbackTemplate : 'Su navegador no soporta VIDEO.<br>Por favor, descargue el fichero: %links%',
infoLabel: 'Información',
html360: 'Multiples reproductores de video 360° pueden fallar en una sola página.',
html360: 'Por favor, no agregar más de un video 360° en una sola página.',
video360: 'Habilitar reproductor de video 360°',
video360stereo : 'Este es un video estéreo (relación de aspecto 1:1)'
video360stereo : 'Video estéreo (relación de aspecto 1:1)'
};
// v3

Loading…
Cancel
Save