oc.js 786 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', 'oc', {
  6. alt: 'Tèxte alternatiu',
  7. btnUpload: 'Mandar sul servidor',
  8. captioned: 'Imatge amb legenda',
  9. captionPlaceholder: 'Legenda',
  10. infoTab: 'Informacions sus l\'imatge',
  11. lockRatio: 'Conservar las proporcions',
  12. menu: 'Proprietats de l\'imatge',
  13. pathName: 'imatge',
  14. pathNameCaption: 'legenda',
  15. resetSize: 'Reïnicializar la talha',
  16. resizer: 'Clicar e lisar per redimensionar',
  17. title: 'Proprietats de l\'imatge',
  18. uploadTab: 'Mandar',
  19. urlMissing: 'L\'URL font de l\'imatge es mancanta.',
  20. altMissing: 'Lo tèxte alternatiu es mancant.',
  21. responsive: 'Responsive image' // MISSING
  22. } );