1234567891011121314151617 |
- CKEDITOR.plugins.setLang("image2", "sv", {
- alt: "Alternativ text",
- btnUpload: "Skicka till server",
- captioned: "Rubricerad bild",
- captionPlaceholder: "Bildtext",
- infoTab: "Bildinformation",
- lockRatio: "Lås höjd/bredd förhållanden",
- menu: "Bildegenskaper",
- pathName: "bild",
- pathNameCaption: "rubrik",
- resetSize: "Återställ storlek",
- resizer: "Klicka och drag för att ändra storlek",
- title: "Bildegenskaper",
- uploadTab: "Ladda upp",
- urlMissing: "Bildkällans URL saknas.",
- responsive: 'Is responsive'
- });
|