User guide: Translating content
Table of contents
Translation screen
-
Navigate to the URL of an existing content which you'd like to translate.
Example:http://www.website.com/fr/example
http://www.website.com/?p=fr/example
-
Click on the translate link in the content actions area.
-
The translation screen appears.
- Select a language reference from the dropdown.
- Move your mouse over a translatable area, and click on the text to translate it.
-
The translate panel appears.
- Read the original value.
- Type your translation.
- The translation is automatically marked as translated.
-
You can navigate between translatable items using the top navigation buttons.
If the option Skip translated strings is checked, navigation buttons will skip item which are already translated. - When you have finished, click on the save button to save all your translations.
Warning: Translations are not saved until you click on the save buttonTip: You can use the following keyboard shortcuts to quickly navigate between translatable items:- CTRL+ENTER: go to the next translatable item
- CTRL+Shift+ENTER: mark current translatable item as translated, then go to the next translatable item
Finding untranslated contents
-
Click on the untranslated pages link in the global actions area.
-
Untranslated contents screen appears.
- Untranslated contents can be filtered by Content Class and by language.
- You can subscribe to a RSS feed to get notified about new untranslated contents.
- Untranslated contents are listed with translation progress and last modification date.
Translating XHTML attributes (button value, links href, image alt...)
By default, XHTML attributes can't be translated.If you need to enable translation for some attributes in your content, use the following syntax:
- <input type="button"><attr name="value">Click here!</attr></input>
- instead of
- <input type="button" value="Click here" />
- <a href="#"><attr name="title">This title is translatable!</attr>click here</input>
- instead of
- <a href="#" title="This title is translatable!">click here</a>
- en
- fr
Last edited on 09/18/2010 23:47:31