Try our conversational search powered by Generative AI!

Change Text On CMS Publish Labels?

Vote:
 

In EPiServer 8, is it possible to change the text of the buttons/links, within the CMS page editor, such as:

- Publish Changes
- Schedule for Publish
- Ready to Publish
- Revert to Published

Found here:

Thanks

#122992
Jun 22, 2015 16:12
Vote:
 

Hi,

Put this XML in a file in the lang-folder, change the texts and you're all set:

<languages>
    <language name="English" id="en">
        <episerver>
            <cms>
                <contentediting>
                    <toolbar>
                        <buttons>
                            <publishchanges>
                                <executinglabel>Publishing changes...</executinglabel>
                                <label>Publish Changes</label>
                                <title>Publish Changes</title>
                            </publishchanges>

                            <scheduleforpublish>
                                <label>Schedule for Publish</label>
                                <title>Schedule for Publish</title>
                            </scheduleforpublish>

                            <sendforreview>
                                <executinglabel>Sending...</executinglabel>
                                <label>Ready to Publish</label>
                                <title>Page version is ready to Publish</title>
                            </sendforreview>

                            <reverttopublished>
                                <label>Revert to Published</label>
                                <title>Revert to published version</title>
                            </reverttopublished>
                        </buttons>
                    </toolbar>
                </contentediting>
            </cms>
        </episerver>
    </language>
</languages>
#123005
Edited, Jun 22, 2015 20:14
Vote:
 

Nice. Added to instapaper.

#123008
Jun 22, 2015 22:17
Vote:
 

Many thanks for this!

#123025
Jun 23, 2015 10:03
Vote:
 

You're welcome. :) If you need to lookup XPath to other components you can look at my blog post:

http://geta.no/blogg/translating-episerver-ui/

#123028
Jun 23, 2015 10:17
Vote:
 

I just edited my first reply, I realized I forgot the <buttons>-node.

#123060
Jun 24, 2015 9:07
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.