if i right click an image and click insert image (should this not be named "edit image properties") i get an popup with some texts which seems not be translated:
For some reason these keys were never translated in Umbraco, but you can't extend the translation-file yourself. You can find it in /umbraco_client/tinymce3/langs/en.js
You can insert the keys that aren't translated. For example after line 17 (when "common" is ended) you can insert
Image Properties Problem
Hello,
if i right click an image and click insert image (should this not be named "edit image properties") i get an popup with some texts which seems not be translated:
For example: {#advanced_dlg.image_src}
I am using Umbraco in english.
Can somebody please help
Thanks
Anybody any solution for it?
I think some language files are missing?
Does this problem only occur on our site? (using umbraco 4.7)
Hi Dominik,
better late than never:
For some reason these keys were never translated in Umbraco, but you can't extend the translation-file yourself. You can find it in /umbraco_client/tinymce3/langs/en.js
You can insert the keys that aren't translated. For example after line 17 (when "common" is ended) you can insert
advanced_dlg:{
image_title: "Title",
image_src: "Image source",
image_alt: "Alt text",
image_align: "Align",
image_align_baseline: "Baseline",
image_align_top: "Top",
image_align_middle: "Middle",
image_align_bottom: "Bottom",
image_align_middle: "Middle",
image_align_texttop: "Texttop",
image_align_textbottom: "Textbottom",
image_align_left: "Left",
image_align_right: "Right",
image_dimensions: "Dimensions",
image_border: "Border",
image_vspace: "VSpace",
image_hspace: "HSpace"
},
Hope this solves your problem!
Greetz Jeffrey
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.