Should it be as follows: <?xml version="1.0" encoding="UTF-8"?> <catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns="http://apache.org/cocoon/i18n/2.1" > <message key="resourceType-generaltemplateone">generaltemplateone</message> <message key="lenya.news.main.title">Maintain News</message> <message key="lenya.common.delete.label">Delete</message> <message key="lenya.common.delete.hint">Delete object</message> <message key="lenya.common.delete.label">Cancel</message> <message key="lenya.common.delete.hint">Cancel current action.</message> <message key="lenya.news.main.title">Maintain News</message> <message key="lenya.news.delete.hint">Delete all selected news items.</message> <message key="login-to-pub">LOGIN to the {0} Publication</message> <message key="lenya.imageupload.title">Insert Image</message> <input i18n:attr="value" type="submit" value="Submit"/> <input i18n:attr="value" type="submit" value="Save"/> </catalogue>
That did not work for me. Maybe I am not adding it right. Any further input will be appreciated. Best regards, Monisha Gaurav Kalia wrote: > > Hi > > It worked for me this time. ;-) > I have added the namespace in all the file. > Monisha you can try this now as its worked for me also. But please make > sure that you are adding this namespace to each and every file present > in the lenya source. > > I added to my custom modules earlier thats why it didnt worked . > > Thanks > Gaurav > > Anish wrote: >> Hi Gaurav >> >> You also try this. >> >> Find all cmsui.xml files in your lenya source and add: >> >> xmlns="http://apache.org/cocoon/i18n/2.1" >> >> nmaespace to the <catalogue> tag (if it's not present) and it should >> work. >> >> >> >> Gaurav Kalia wrote: >>> Hi Monisha >>> >>> Checkout the link for your problem. Though solution does not worked >>> for me. >>> >>> http://marc.info/?t=122558903800002&r=1&w=2 >>> >>> Please let me know if you are able to resolve this. >>> >>> Thanks >>> Gaurav >>> >>> MShah wrote: >>>> I installed version 2.0.2 of lenya and once I add a new publication >>>> with >>>> mutiple languages, I then added a resource and all my buttons are >>>> coming up >>>> as untranslated. However for the default publication the buttons >>>> show up >>>> correctly. Please note that this is a problem with version 2.0.2 and >>>> was not an issued >>>> in version 2.0. Is there some additional i18n configuration that I >>>> need to >>>> do in the publication for the buttons to show up correctly. Please >>>> let me >>>> know. >>>> >>>> Thanks, >>>> Monisha >>>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Untranslated-button-titles----i18n-configuration---lenya-2.0.2-tp22108441p22126044.html Sent from the Lenya - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
