about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/es.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/es.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/es.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/es.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/es.js new file mode 100644 index 0000000..9a02c33 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/es.js
@@ -0,0 +1,21 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'image2', 'es', {
6 alt: 'Texto Alternativo',
7 btnUpload: 'Enviar al Servidor',
8 captioned: 'Imagen subtitulada',
9 captionPlaceholder: 'Leyenda',
10 infoTab: 'Información de Imagen',
11 lockRatio: 'Proporcional',
12 menu: 'Propiedades de Imagen',
13 pathName: 'image',
14 pathNameCaption: 'subtítulo',
15 resetSize: 'Tamaño Original',
16 resizer: 'Dar clic y arrastrar para cambiar tamaño',
17 title: 'Propiedades de Imagen',
18 uploadTab: 'Cargar',
19 urlMissing: 'Debe indicar la URL de la imagen.',
20 altMissing: 'Alternative text is missing.' // MISSING
21} );