ca.js 987 B

12345678910111213141516171819202122232425
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'image', 'ca', {
  6. alt: 'Text alternatiu',
  7. border: 'Vora',
  8. btnUpload: 'Envia-la al servidor',
  9. button2Img: 'Voleu transformar el botó d\'imatge seleccionat en una simple imatge?',
  10. hSpace: 'Espaiat horit.',
  11. img2Button: 'Voleu transformar la imatge seleccionada en un botó d\'imatge?',
  12. infoTab: 'Informació de la imatge',
  13. linkTab: 'Enllaç',
  14. lockRatio: 'Bloqueja les proporcions',
  15. menu: 'Propietats de la imatge',
  16. resetSize: 'Restaura la mida',
  17. title: 'Propietats de la imatge',
  18. titleButton: 'Propietats del botó d\'imatge',
  19. upload: 'Puja',
  20. urlMissing: 'Falta la URL de la imatge.',
  21. vSpace: 'Espaiat vert.',
  22. validateBorder: 'La vora ha de ser un nombre enter.',
  23. validateHSpace: 'HSpace ha de ser un nombre enter.',
  24. validateVSpace: 'VSpace ha de ser un nombre enter.'
  25. } );