Title | strings not i18nized in default template |
Date | 18-Apr-2007 01:31:39 EEST |
Version | 2.5.50cvs |
Submitter | 84.78.34.50 |
Bug criticality | CosmeticBug |
Browser version | ff 2, ie7 |
Bug status | ClosedBug |
PageProvider used | |
Servlet Container | tomcat 5.5 |
Operating System | windows xp |
URL | |
Java version | 1.5 |
There are a couple of un-i18n-ized strings in default template:
- AttachmentTab.jsp
- 17: (<wiki:PageSize /> bytes
- CommentContent.jsp
- 6: <wiki:Tab id="pagecontent" title="Discussion page">
- 10: <wiki:Tab id="addcomment" title="Add comment">
- 14: <wiki:Tab id="edithelp" title="Help">
- InfoContent.jsp
- 245: title="Attachment Info"
- 255: <wiki:PageDate format="<%= prefDateFormat %>" /> by <wiki:Author />
- 288: Change note:
- NewGroupContent.jsp
- 67: <input type="submit" name="ok" value="Create group" />
- PreferencesContent.jsp
- 33: <wiki:Messages /> prefix
- UploadTemplate.jsp
- 29: (alt property) <img src="<wiki:Link format="url" jsp="images/attachment_big.png"/>" border="0" alt="Info on <%=att.getFileName()%>"> also, the img tag is not closed
- 54: <input type="submit" name="upload" value="Upload" /> Also in this jsp,
- 13: the <meta> tag is not closed and, in
- 19: there is an empty <p>, not closed
- jspwiki-common.js
- 499: if( s == 'Search' ) s = ; <--> Searchbox.jsp 15: <input onblur= "if( this.value == ) { this.value = 'Search'}; "
- Also, in Searchbox.jsp, accesskey for Advanced Search should be i18nized too
- 619-621: SortTable titles
- 499: if( s == 'Search' ) s = ; <--> Searchbox.jsp 15: <input onblur= "if( this.value == ) { this.value = 'Search'}; "
- [Update 03/05/2007]: Advanced search page (find link under SearchBox.jsp) shows a lot of i18nized text too
Kind regards, JPSR
I've noticed that the "Change note" string isn't i18n-ized in the editor JSP's also.
FCK.jsp, 88: <label for="changenote">Change note</label>
plain.jsp, 96: <label for="changenote">Change note</label>
WikiWizard.jsp, 42: <label for="changenote">Change note</label>
--David Au, 18-Apr-2007
Good, let's keep this bug open for any non-i18n text you can find. The default template is currently under flux, so there are likely loads of things which are not properly internationalized.
Everything should now be i18nized (and the rest should go to http://bugs.jspwiki.org anyway).
-- JanneJalkanen, 12-Jun-2007
Add new attachment
Only authorized users are allowed to upload new attachments.