ca.js 775 B

12345678910111213141516171819202122
  1. /*
  2. Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'image2_chamilo', 'ca', {
  6. alt: 'Text alternatiu',
  7. btnUpload: 'Envia-la al servidor',
  8. captioned: 'Imatge amb subtítol',
  9. captionPlaceholder: 'Títol',
  10. infoTab: 'Informació de la imatge',
  11. lockRatio: 'Bloqueja les proporcions',
  12. menu: 'Propietats de la imatge',
  13. pathName: 'imatge',
  14. pathNameCaption: 'subtítol',
  15. resetSize: 'Restaura la mida',
  16. resizer: 'Clicar i arrossegar per redimensionar',
  17. title: 'Propietats de la imatge',
  18. uploadTab: 'Puja',
  19. urlMissing: 'Falta la URL de la imatge.',
  20. altMissing: 'Alternative text is missing.', // MISSING
  21. responsive: 'Responsive image' // MISSING
  22. } );