Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dominik 711 posts 733 karma points
    Jul 12, 2011 @ 14:38
    dominik
    0

    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

  • dominik 711 posts 733 karma points
    Jul 13, 2011 @ 15:13
    dominik
    0

    Anybody any solution for it?

  • dominik 711 posts 733 karma points
    Jul 14, 2011 @ 15:25
    dominik
    0

    I think some language files are missing?

  • dominik 711 posts 733 karma points
    Jul 20, 2011 @ 09:05
    dominik
    0

    Does this problem only occur on our site? (using umbraco 4.7)

  • Jeffrey Schoemaker 408 posts 2138 karma points MVP 8x c-trib
    Nov 17, 2011 @ 13:30
    Jeffrey Schoemaker
    1

    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

  • 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.

Please Sign in or register to post replies