Source Code Cross Referenced for Messages.java in  » Portal » Open-Portal » applications » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » Open Portal » applications 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         *  CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
003:         *  NETSCAPE COMMUNICATIONS CORPORATION
004:         *
005:         *  Copyright (c) 1996 Netscape Communications Corporation.
006:         *  All Rights Reserved.
007:         *  Use of this Source Code is subject to the terms of the applicable
008:         *  license agreement from Netscape Communications Corporation.
009:         */
010:
011:        package applications;
012:
013:        /**
014:         Messages file for the applications package.
015:         *
016:         */
017:        public class Messages {
018:            public static final String REINDEXWARN = "This save will launch a reindex.  Continue?";
019:
020:            public static final String REINDEXWARN2 = "You must:\n"
021:                    + "\n\t1) Shutdown the server"
022:                    + "\n\t2) Shutdown the robot"
023:                    + "\n\t3) Shutdown any imports"
024:                    + "\n\nThe reindex may take several hours depending on the size of your database";
025:
026:            public static final String CHANGED_DATA = "Unsaved data - changes will be lost";
027:
028:            public static final String CMD_CLOSE = "Close";
029:
030:            public static final String CMD_OK = "OK";
031:
032:            public static final String CMD_SAVE = "Save";
033:
034:            public static final String CMD_TAXSAVE = "Categories Save";
035:
036:            public static final String CMD_CANCEL = "Cancel";
037:
038:            public static final String CMD_SEARCH = "Search";
039:
040:            public static final String CMD_NEWSCHWIND = "New Schema";
041:
042:            public static final String CMD_NEWCRWIND = "New Class Rules";
043:
044:            public static final String CMD_EDIT_CUT = "Cut";
045:
046:            public static final String CMD_EDIT_COPY = "Copy";
047:
048:            public static final String CMD_EDIT_PASTE = "Paste";
049:
050:            public static final String CMD_EDIT_UNDO = "Undo";
051:
052:            public static final String CMD_SINGLEROWSELECTION = "SingleRowSelection";
053:
054:            public static final String CMD_DOUBLEROWSELECTION = "DoubleRowSelection";
055:
056:            public static final String CMD_DBUPDATE = "DBUpdate";
057:
058:            public static final String CMD_VALUE_INSERT = "Insert";
059:
060:            public static final char SCUT_VALUE_INSERT = 'I';
061:
062:            public static final String CMD_VALUE_DELETE = "Delete";
063:
064:            public static final char SCUT_VALUE_DELETE = 'D';
065:
066:            public static final String CMD_VALUE_SELECTALL = "Select All";
067:
068:            public static final char SCUT_VALUE_SELECTALL = 'A';
069:
070:            public static final String CMD_VALUE_UNSELECTALL = "Unselect All";
071:
072:            public static final String CMD_NEWTAXWIND = "New Categories";
073:            public static final String CMD_DESKTOP_BROADCAST = "DesktopBroadcast";
074:            public static final String CMD_TAX_CHG = "TaxonomyChange";
075:
076:            public static final char SCUT_VALUE_UNSELECTALL = 'U';
077:
078:            public static final String CMD_NEWRDEDIT = "New RD Editor";
079:
080:            public static final String INVALIDTAXID = "Invalid category name";
081:
082:            public static final String INVALIDCSID = "invalid CSID";
083:
084:            public static final String INVALIDDBCSID = "invalid database CSID";
085:
086:            public static final String INVALIDJSO = "invalid Javascript Object";
087:
088:            public static final String LBL_EDITABLETAX = "Editable Categories";
089:
090:            public static final String MENU_FILE = "File";
091:
092:            public static final String MENU_TEST = "Test";
093:
094:            public static final String MENU_EDIT = "Edit";
095:
096:            public static final String MENU_WINDOW = "Window";
097:
098:            public static final String MISSINGICONPATH = "missing icon path";
099:
100:            public static final String MISSINGPARAMETER = "missing parameter";
101:
102:            public static final String SAVED = "Saved.";
103:
104:            public static final String SAVED_CLASSRULES = "Saved Categorization Rules";
105:
106:            public static final String SAVED_SCHEMA = "Saved Schema";
107:
108:            public static final String SAVED_TAXONOMY = "Saved Categories";
109:
110:            public static final String EXIT_TAXONOMY = "Closing Category Editor";
111:
112:            public static final String SERVER_RESTART = "Please restart server for changes to take effect.";
113:
114:            public static final String REINDEX_INFO = "Categories must be reindexed after all changes have been completed. To\n"
115:                    + "do this you must:\n"
116:                    + "\n\t1) Shutdown the server"
117:                    + "\n\t2) Select the Categories tab and then Reindex"
118:                    + "\n\t3) Restart the server";
119:
120:            public static final String REINDEX_INFO_PRO = "Categories must be reindexed after any changes to the category hierarchy\n"
121:                    + "or descriptions have been made.\n\n"
122:                    + "Changes to autoclassify rules will require a server restart, but you\n"
123:                    + "don't have to reindex in this case.\n\n"
124:                    + "To reindex you must:\n"
125:                    + "\n\t1) Shutdown the Compass server"
126:                    + "\n\t2) Select the Categories tab and then Reindex"
127:                    + "\n\t3) Restart the Compass server";
128:
129:            public static final String SCHEMASAVEROBOTERR = "Can't save schema because robot is running";
130:
131:            public static final String TITLE_CLASSIFICATION = "Classification";
132:
133:            public static final String TITLE_CLASSRULES = "Classification Rules Editor";
134:
135:            public static final String TITLE_EDITRD = "Edit RDs";
136:
137:            public static final String TITLE_INSTRUMENT_SPRITE = "Instrument Sprite";
138:
139:            public static final String TITLE_RESOURCEDESCRIPTIONS = "Resource Descriptions";
140:
141:            public static final String TITLE_QUERYEDIT = "Query Editor";
142:
143:            public static final String TITLE_SCHEMA = "Schema";
144:
145:            public static final String TITLE_SCHEMAEDIT = "Schema Editor";
146:
147:            public static final String TITLE_SEARCH = "Search that Compass";
148:
149:            public static final String TITLE_TAXONOMY = "Categories";
150:
151:            public static final String TITLE_TAXONOMYEDIT = "Category Editor";
152:
153:            public static final String TITLE_URLCLASSIFICATION = "URL Categorization";
154:
155:            public static final String TITLE_DESKTOP = "Sun ONE Compass Server Java Desktop";
156:
157:            public static final String UNKNOWNAPPLICATION = "unknown application";
158:
159:            public static final String USETESTCLASSRULES = "using test classification rules";
160:
161:            public static final String USETESTSCHEMA = "using test schema";
162:
163:            public static final String USETESTTAXONOMY = "using test category heirarchy";
164:
165:            public final static String ABENDONINVALIDSOIF = "abend on invalid soif";
166:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.