Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-10-12 23:37:12 +0000
committerslewis2009-10-12 23:37:12 +0000
commita9fdc370a697bc7e6706e0f720a4ae14daba8bf3 (patch)
tree4d41829e9d5c29d69daf4ab20252ec7b8491dc53
parent7320152bdfeb8588647fb16c1e9817dac8f9d9df (diff)
downloadorg.eclipse.ecf-a9fdc370a697bc7e6706e0f720a4ae14daba8bf3.tar.gz
org.eclipse.ecf-a9fdc370a697bc7e6706e0f720a4ae14daba8bf3.tar.xz
org.eclipse.ecf-a9fdc370a697bc7e6706e0f720a4ae14daba8bf3.zip
Fix for externalized messages
-rw-r--r--framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/Messages.java31
-rw-r--r--framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/messages.properties17
2 files changed, 0 insertions, 48 deletions
diff --git a/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/Messages.java b/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/Messages.java
index bf8fc86a5..0d3faf2fd 100644
--- a/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/Messages.java
+++ b/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/Messages.java
@@ -71,18 +71,12 @@ public class Messages extends NLS {
public static String ChatRoomManagerView_LEFT_MESSAGE;
- public static String ChatRoomManagerView_JOIN_COMMAND;
-
public static String ChatRoomManagerView_MESSAGE;
public static String ChatRoomManagerView_NOT_CONNECTED_MESSAGE;
public static String ChatRoomManagerView_NOT_CONNECTED_TITLE;
- public static String ChatRoomManagerView_QUIT_COMMAND;
-
- public static String ChatRoomManagerView_PART_COMMAND;
-
public static String ChatRoomManagerView_SELECT_ALL_TEXT;
public static String ChatRoomManagerView_SELECT_ALL_TOOLTIP;
@@ -117,22 +111,8 @@ public class Messages extends NLS {
public static String ChatRoomSelectionDialog_TITLE;
- public static String ChatRoomView_DATE_FORMAT;
-
- public static String ChatRoomView_NOT_CONNECTED_MESSAGE;
-
- public static String ChatRoomView_NOT_CONNECTED_TITLE;
-
- public static String ChatRoomView_TIME_FORMAT;
-
- public static String ChatRoomView_TITLE_TOOLTiP_PREFIX;
-
- public static String ChatRoomView_VIEW_NAME_PREFIX;
-
public static String MessagesView_WARNING_HYPERLINKING_NOT_AVAILABLE;
- public static String MultiRosterView_CHANGE_PASSWORD_EXCEPTION;
-
public static String MultiRosterView_CHANGE_PASSWORD_MENU;
public static String MultiRosterView_DISCONNECT_ACCOUNT_ACTION_TEXT;
@@ -159,10 +139,6 @@ public class Messages extends NLS {
public static String MultiRosterView_EXCEPTION_LOG_JOIN_ROOM;
- public static String MultiRosterView_EXCEPTION_USER_CANCELLED;
-
- public static String MultiRosterView_NICKNAME_MESSAGE;
-
public static String MultiRosterView_NO_IDENTIFIER_FOR_ROOM_MESSAGE;
public static String MultiRosterView_NO_IDENTIFIER_FOR_ROOM_TITLE;
@@ -212,16 +188,11 @@ public class Messages extends NLS {
public static String AddContactDialog_Account;
public static String SearchContactDialog_DialogTitle;
- public static String SearchContactDialog;
- public static String SearchContactDialog_InfoSearching;
public static String SearchContactDialog_InfoSearchFields;
public static String SearchContactDialog_InfoContactFields;
public static String SearchContactDialog_ButtonSearch;
- public static String SearchContactDialog_ButtonStop;
public static String SearchContactDialog_ButtonAddContact;
- public static String SearchContactDialog_ContactInfo;
-
public static String SearchContactDialog_AddContactMessage;
public static String SearchContactDialog_RunInBackground;
@@ -242,8 +213,6 @@ public class Messages extends NLS {
public static String ReceiveAuthorizeRequestDialog_AUTH_REQUEST_FROM;
- public static String ReceiveAuthorizeRequestDialog_BUTTON_AUTHORIZE_AND_ADD;
-
public static String ReceiveAuthorizeRequestDialog_BUTTON_AUTHORIZE_ONLY;
public static String ReceiveAuthorizeRequestDialog_BUTTON_REFUSE;
diff --git a/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/messages.properties b/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/messages.properties
index 725ef0ff9..ffddb8ad8 100644
--- a/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/messages.properties
+++ b/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/messages.properties
@@ -26,8 +26,6 @@ MultiRosterView_ShowOffline = Show &Offline Contacts
MultiRosterView_ShowEmptyGroups = Show &Empty Groups
MultiRosterView_NO_IDENTIFIER_FOR_ROOM_TITLE=Could not create identifier for room
MultiRosterView_PASSWORD_NOT_CHANGED_MESSAGE=Error changing password
-MultiRosterView_NICKNAME_MESSAGE=Nickname for {0}
-MultiRosterView_EXCEPTION_USER_CANCELLED=User cancelled
MultiRosterView_PASSWORD_CHANGED_MESSAGE=Password changed
MultiRosterView_PASSWORD_CHANGE_ERROR=Error changing password. See Error Log for details.
MultiRosterView_EXCEPTION_JOIN_ROOM_NOT_CONNECTED=Container for account is not connected
@@ -37,7 +35,6 @@ MultiRosterView_ENTER_CHATROOM_ACTION_TEXT=Enter Chatroom
MultiRosterView_ERROR_CONTACT_REMOVE_TITLE=Contact Remove Error
MultiRosterView_PASSWORD_NOT_CHANGED_TITLE=Password not changed
MultiRosterView_DISCONNECT_QUESTION_TITLE=Disconnect
-MultiRosterView_CHANGE_PASSWORD_EXCEPTION=changePassword
MultiRosterView_ENTER_CHATROOM_TOOLTIP_TEXT=Show chat rooms for all accounts
MultiRosterView_AddContact = &Add Contact
MultiRosterView_SearchContact = &Search Contact
@@ -59,14 +56,10 @@ AddContactDialog_Alias = Alias:
AddContactDialog_Account = Account:
SearchContactDialog_DialogTitle = Search Contact
-SearchContactDialog = Search
-SearchContactDialog_InfoSearching = The following fields are available\nfor searching. Wildcard(*)\ncharacters are allowed as part the\nof query.
SearchContactDialog_InfoSearchFields= Search Fields
SearchContactDialog_InfoContactFields = Search Results
SearchContactDialog_ButtonSearch = Search
-SearchContactDialog_ButtonStop = Stop
SearchContactDialog_ButtonAddContact = Add Contact
-SearchContactDialog_ContactInfo=Contact Info
SearchContactDialog_RunInBackground=Run in background
SearchContactDialog_RunInBackGroundToolTip=Run long operations in the background where possible
SearchContactDialog_TableResultColumnName=Name
@@ -116,33 +109,24 @@ ChatRoomManagerView_SELECT_ALL_TEXT=Select All
ChatRoomManagerView_SELECT_ALL_TOOLTIP=Select All
ChatRoomManagerView_COPY_TEXT=Copy
ChatRoomSelectionDialog_TITLE=Chat Room Selection
-ChatRoomView_VIEW_NAME_PREFIX=Chat:
ChatRoomManagerView_COPY_TOOLTIP=Copy Selected
ChatRoomManagerView_CLEAR_TEXT=Clear
ChatRoomManagerView_CLEAR_TOOLTIP=Clear Output Window
ChatRoomManagerView_PASTE_TEXT=Paste
ChatRoomManagerView_VIEW_TITLE={0}
ChatRoomManagerView_PASTE_TOOLTIP=Paste
-ChatRoomView_TITLE_TOOLTiP_PREFIX=Room ID:
ChatRoomManagerView_CONNECT_MESSAGE=\nConnecting to {0}\n\n
-ChatRoomManagerView_QUIT_COMMAND=QUIT
-ChatRoomManagerView_JOIN_COMMAND=JOIN
ChatRoomManagerView_VIEW_DISABLED_NAME=({0})
ChatRoomSelectionDialog_SUBJECT_COLUMN=Subject
ChatRoomSelectionDialog_MEMBERS_COLUMN=Members
ChatRoomSelectionDialog_ACCOUNT_COLUMN=Account
ChatRoomManagerView_NOT_CONNECTED_TITLE=Not Connected
ChatRoomManagerView_NOT_CONNECTED_MESSAGE=Not connected to chat room
-ChatRoomManagerView_PART_COMMAND=PART
ChatRoomManagerView_ENTERED_MESSAGE={0} entered
ChatRoomManagerView_USERS_IN_CHAT_ROOM = {0} users
-ChatRoomView_NOT_CONNECTED_MESSAGE=Not connected to chat room
ChatRoomManagerView_LEFT_MESSAGE={0} left
ChangePasswordDialog_CHANGE_PASSWORD=Change Password
ChatRoomManagerView_MESSAGE={0}: {1}\n
-ChatRoomView_TIME_FORMAT=HH:mm:ss
-ChatRoomView_DATE_FORMAT=yyyy-MM-dd
-ChatRoomView_NOT_CONNECTED_TITLE=Not connect
ChatRoomManagerView_CLEAR_CONFIRM_TITLE=Confirm Clear Output
ChangePasswordDialog_NEW_PASSWORD_LABEL=New Password:
ChatRoomManagerView_CLEAR_CONFIRM_MESSAGE=Are you sure you want to clear output?
@@ -153,7 +137,6 @@ ChangePasswordDialog_1=
ReceiveAuthorizeRequestDialog_WOULD_LIKE_TO_ADD=\ would like to add
ReceiveAuthorizeRequestDialog_TO_BUDDY_LIST=\ to their buddy list
ReceiveAuthorizeRequestDialog_MESSAGE=You may choose to authorize, or refuse to authorize
-ReceiveAuthorizeRequestDialog_BUTTON_AUTHORIZE_AND_ADD=Authorize and Add Buddy
ReceiveAuthorizeRequestDialog_BUTTON_AUTHORIZE_ONLY=Authorize
ReceiveAuthorizeRequestDialog_BUTTON_REFUSE=Refuse to Authorize
ReceiveAuthorizeRequestDialog_AUTH_REQUEST_FROM=Authorization request from

Back to the top