[cvs] eforum/src/WEB-INF/src/com/jcorporate/eforum
MessagesBundle_en.properties
JCorporate Ltd
jcorp at jcorp2.servlets.net
Wed May 19 15:34:02 PDT 2004
Update of /home/javacorp/.cvs/expresso/eforum/src/WEB-INF/src/com/jcorporate/eforum
In directory jcorp2.servlets.net:/tmp/cvs-serv30302
Modified Files:
MessagesBundle_en.properties
Log Message:
Added more i18n for new style JavaServer Pages ...
Index: MessagesBundle_en.properties
===================================================================
RCS file: /home/javacorp/.cvs/expresso/eforum/src/WEB-INF/src/com/jcorporate/eforum/MessagesBundle_en.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MessagesBundle_en.properties 19 Mar 2004 01:42:23 -0000 1.4
--- MessagesBundle_en.properties 19 May 2004 22:34:00 -0000 1.5
***************
*** 199,201 ****
--- 199,311 ----
ServerSetupValues=Server Setup Values
+ # ---------------------------------------------------------------------------
+ # Individual Page Elements for internationalisation
+ # ---------------------------------------------------------------------------
+ #
+ # The application resources are logically divided into view names, which
+ # correspond to the filename of JavaServer Pages.
+ #
+ # The name of the resource following a design.
+ #
+ # <View-Name>.<Item>.<Type>
+ #
+ # e.g
+ #
+ # `browseMessages.forumReload.text'
+ # `browseMessages.forumReload.label'
+ #
+ # There are exception to this rule, however, where localisation is done
+ # globally across JSPs
+ #
+
+ application.name = eForum
+
+ # ---------------------------------------------
+ global.search.text = Search Forum Messages
+ global.advancedSearch.text = Advanced Search
+ global.numUploadedAttachment.text = Number of uploaded attachments
+ global.attachment.counter.text = #
+ global.attachment.fileName.text = Filename
+ global.attachment.fileSize.text = File size (bytes)
+ global.attachment.notes.text = Attachment Notes
+ global.group = Group
+ global.groups = Groups
+ global.thread = Thread
+ global.threads = Threads
+ global.selectGroupToBrowse.text = Select a new Group to Browse
+ global.selectThreadToBrowse.text = Choose a different Thread in this Group to browse
+ global.startDiscussionThread.text = Start a new Discussion Thread in this Group
+ global.createNewForumMessage.text = Create a new forum message in this thread
+
+ # ---------------------------------------------
+ status.welcomeText = Welcome
+ status.memberOnline = Member Online
+ status.membersOnline = Members Online
+
+ # ---------------------------------------------
+ search.header.text = Search Forum Messages
+ search.searchForum.text = Search Forum
+ search.advancedSearch.text = Advanced Search
+
+ # ---------------------------------------------
+ browseMessages.forumReload.text = eForum Reload
+ browseMessages.startNewTopic.text = Start New Topic
+ browseMessages.postNewMessage.text = Post New Message
+ browseMessages.threadSummary.text = Thread Summary
+ browseMessages.discussionThread.text = Discussion Thread
+ browseMessages.postedBy.text = Posted By
+ browseMessages.at.text = at
+ browseMessages.noMessagesInTopic.text = There are no messages in this topic.
+ browseMessages.backToAllMessages.text = Back to all messages
+
+ # ---------------------------------------------
+ promptNewMessage.title.text = Please Enter New Forum Message
+ promptNewMessage.subject.text = Subject
+ promptNewMessage.body.text = New message
+ promptNewMessage.numUploadedAttachment.text = Number of uploaded attachments
+ promptNewMessage.submitButton.text = Post New message
+ promptNewMessage.messageAttachments.text = Message Attachments
+ promptNewMessage.attachment.counter.text = #
+ promptNewMessage.attachment.fileName.text = Filename
+ promptNewMessage.attachment.fileSize.text = File size (bytes)
+ promptNewMessage.attachment.notes.text = Attachment Notes
+
+ # ---------------------------------------------
+ reply.title.text = Please Enter Your Reply Message
+ reply.subject.text = Subject
+ reply.body.text = New message
+ reply.numUploadedAttachment.text = Number of uploaded attachments
+ reply.uploadButton.text = Upload...
+ reply.submitButton.text = Post Reply
+ reply.messageAttachments.text = Message Attachments
+ reply.attachment.counter.text = #
+ reply.attachment.fileName.text = Filename
+ reply.attachment.fileSize.text = File size (bytes)
+ reply.attachment.notes.text = Attachment Notes
+
+ # ---------------------------------------------
+ promptUploadAttachment.headerTitle.text = Uploaded Attachments
+ promptUploadAttachment.uploadFormEntry.text = Upload Form Entry
+ promptUploadAttachment.uploadFileAttachment.text = Upload File Attachment
+ #promptUploadAttachment..text =
+
+ # ---------------------------------------------
+ processUploadAttachment.headerTitle.text = Process Attachment Information
+ processUploadAttachment.uploadedAttachments.text = Uploaded Attachments
+ #processUploadAttachment..text =
+ #processUploadAttachment..text =
+
+ # ---------------------------------------------
+
+ promptNewThread.headerTitle.text = Please Enter Name For New Topic
+ promptNewThread.subject.text = Subject
+
+ # ---------------------------------------------
+
+ promptNewGroup.headerTitle.text = Please enter info for new group
+ promptNewGroup.groupName.text = Group Name
+ promptNewGroup.groupDescription.text = Group Description
+
+ # ---------------------------------------------
+
# fini
More information about the cvs
mailing list