gl.js 719 B

123456789101112131415161718192021
  1. /*
  2. Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. CKEDITOR.plugins.setLang( 'image2', 'gl', {
  6. alt: 'Texto alternativo',
  7. btnUpload: 'Enviar ao servidor',
  8. captioned: 'Imaxe con lenda',
  9. captionPlaceholder: 'Lenda',
  10. infoTab: 'Información da imaxe',
  11. lockRatio: 'Proporcional',
  12. menu: 'Propiedades da imaxe',
  13. pathName: 'Imaxe',
  14. pathNameCaption: 'lenda',
  15. resetSize: 'Tamaño orixinal',
  16. resizer: 'Prema e arrastre para axustar o tamaño',
  17. title: 'Propiedades da imaxe',
  18. uploadTab: 'Cargar',
  19. urlMissing: 'Non se atopa o URL da imaxe.',
  20. altMissing: 'Non foi posíbel atopar o texto alternativo.'
  21. } );