aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2008-11-28 21:15:30 +0000
committerYana Stamcheva <yana@jitsi.org>2008-11-28 21:15:30 +0000
commit4bd8aae0a97a4269701155fa5389449848e860f0 (patch)
tree0cdf9887f5481107808a50861941548800e06693 /resources
parent475b401890ff81f3bf51ff22a18ad926f1deff22 (diff)
downloadjitsi-4bd8aae0a97a4269701155fa5389449848e860f0.zip
jitsi-4bd8aae0a97a4269701155fa5389449848e860f0.tar.gz
jitsi-4bd8aae0a97a4269701155fa5389449848e860f0.tar.bz2
Applying new resource name convention.
Diffstat (limited to 'resources')
-rw-r--r--resources/colors/colors.properties111
-rw-r--r--resources/config/defaults.properties97
-rw-r--r--resources/images/images.properties755
-rw-r--r--resources/images/plugin/extendedcallhistorysearch/callHistory.pngbin0 -> 2432 bytes
-rw-r--r--resources/languages/resourcesnew.properties682
5 files changed, 1119 insertions, 526 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties
index 278357e..0454874 100644
--- a/resources/colors/colors.properties
+++ b/resources/colors/colors.properties
@@ -1,168 +1,159 @@
# Look & Feel color constants
# Used to paint a gradient for a check box or a radio button.
-buttonGradientDark=3f6296
+service.gui.BUTTON_GRADIENT_DARK=3f6296
# Used to paint a gradient for sliders.
-sliderGradientDark=3f6296
+service.gui.SLIDER_GRADIENT_DARK=3f6296
# Used for tooltip borders, progress bar selection background, scroll bar
# thumb shadow, tabbed pane focus, toolbar docking foreground.
-primaryControlDarkShadow=3f6296
+service.gui.PRIMARY_CONTROL_DARK_SHADOW=3f6296
# Used for progress bar border, tooltip border inactive, tooltip foreground
# inactive, scroll bar dark shadow.
-controlDarkShadow=3f6296
+service.gui.CONTROL_DARK_SHADOW=3f6296
# Used to paint a gradient for a check box or a radio button.
-buttonGradientLight=C0C0C0
+service.gui.BUTTON_GRADIENT_LIGHT=C0C0C0
# These two are not used for now.
-scrollBarTrackHighlight=C0C0C0
-scrollBarDarkShadow=C0C0C0
+service.gui.SCROLLBAR_TRACK_LIGHT=C0C0C0
+service.gui.SCROLLBAR_DARK_SHADOW=C0C0C0
# Used for text hightlight color, window title background, scroll bar thumb
# hightlight, split pane devider focus color, tree line, tree hash,
# toolBar floating foreground.
-primaryControlColor=C0C0C0
+service.gui.PRIMARY_COLOR_CONTROL=C0C0C0
# Tabbed pane shadow.
-controlShadow=C0C0C0
+service.gui.CONTROL_SHADOW=C0C0C0
# Used to paint a gradient for sliders.
-sliderGradientLight=D3DDED
+service.gui.SLIDER_GRADIENT_LIGHT=D3DDED
# Table grid color.
-tableGrid=D3DDED
+service.gui.TABLE_GRID=D3DDED
-# Used to paint a focused split pane devider.
-splitPaneDeviderFocused=D3DDED
+# Used to paint a focused split pane divider.
+service.gui.SPLIT_PANE_DIVIDER_FOCUSED=D3DDED
# Foreground color for selected components.
-selectionForeground=474747
+service.gui.SELECTION_FOREGROUND=474747
# Background color for selected components.
-selectionBackground=EEEEEE
+service.gui.SELECTION_BACKGROUND=EEEEEE
# Used for window title inactive background, menu background, tooltip
# inactive background, combo box background, desktop icon background,
# scroll bar background, tabbed pane tab area background.
-controlColor=EEEEEE
+service.gui.colors.CONTROL=EEEEEE
# Tabbed pane border highlight color.
-tabbedPaneBorderHighlight=96A9C6
+service.gui.TABBED_PANE_BORDER_HIGHLIGHT=96A9C6
# Used for menu selected background, focus color, slider foreground,
# progress bar foreground, combo box selection background, scroll bar thumb
-primaryControlShadow=96A9C6
+service.gui.PRIMARY_CONTROL_SHADOW=96A9C6
# Background color for all windows.
-desktopBackgroundColor=e1f0fd
+service.gui.DESKTOP_BACKGROUND=E1F0FD
# Text color for all texts.
-textColor=333333
+service.gui.TEXT=333333
# Used for inactive labels, text areas, etc.
-inactiveTextColor=999999
+service.gui.INACTIVE_TEXT=999999
# Foreground color for disabled menus.
-menuDisabledForeground=999999
+service.gui.MENU_DISABLED_FOREGROUND=999999
# Color used in tab title for non read incoming messages.
-tabTitleHighlight=F9750A
+service.gui.TAB_TITLE_HIGHLIGHT=F9750A
# Tab default text color.
-tabTitle=474747
+service.gui.TAB_TITLE=474747
# Custom components GUI constants
# Background color for incoming call lines in the call list.
-historyIncomingCallBackground=F9FFC5
+service.gui.HISTORY_INCOMING_CALL_BACKGROUND=F9FFC5
# Background color for outgoing call lines in the call list.
-historyOutgoingCallBackground=F3F4F7
+service.gui.HISTORY_OUTGOING_CALL_BACKGROUND=F3F4F7
# Selection color for all lists (contact list, call list, chat rooms list, etc.)
-listSelectionColor=add2ef
+service.gui.LIST_SELECTION_COLOR=ADD2EF
# Selection border color of all lists (contact list, call list, chat rooms list, etc.)
-listSelectionBorderColor=8EA0BC
+service.gui.LIST_SELECTION_BORDER_COLOR=8EA0BC
# Used for title panels (like the one in the settings window) and
# call participant dialpad panel.
-gradientDarkColor=E6E6E6
+service.gui.GRADIENT_DARK_COLOR=E6E6E6
# Used as the light color for some gradients like in title panels,
# call participant dialpad panel, chat contact panel ( the one in chat window
# that contains the contact information)
-gradientLightColor=FFFFFF
+service.gui.GRADIENT_LIGHT_COLOR=FFFFFF
# Used for some custom borders, like the border in the chat window.
-borderColor=8EA0BC
+service.gui.BORDER_COLOR=8EA0BC
# Splash screen text color.
-splashScreenTextColor=333333
+service.gui.SPLASH_SCREEN_TEXT_COLOR=333333
# Splash screen title color.
-splashScreenTitleColor=375684
+service.gui.SPLASH_SCREEN_TITLE_COLOR=375684
# Background color for the contact list background.
-contactListBackground=FFFFFF
+service.gui.CONTACT_LIST_BACKGROUND=FFFFFF
# Main menu foreground color
-mainMenuForeground=333333
+service.gui.MAIN_MENU_FOREGROUND=333333
# Chat menu foreground color
-chatMenuForeground=333333
+service.gui.CHAT_MENU_FOREGROUND=333333
# Logo bar background color
-logoBarBackground=FFFFFF
+service.gui.LOGO_BAR_BACKGROUND=FFFFFF
# Main tool bar text foreground
-toolBarForeground=FFFFFF
+service.gui.TOOL_BAR_FOREGROUND=FFFFFF
# Initial account registration protocol panel background.
-accountRegistrationBackground=C2CEE0
+plugin.simpleaccreg.ACCOUNT_REGISTRATION_BACKGROUND=C2CEE0
# Contact list contact row color.
-contactListRowColor=add2ef
+service.gui.CONTACT_LIST_ROW=ADD2EF
# Contact list group row background color.
-contactListGroupRowColor=d3d3d3
+service.gui.CONTACT_LIST_GROUP_ROW=D3D3D3
# Contact list gradient group color.
-contactListGroupGradientColor=FFFFFF
+service.gui.CONTACT_LIST_GROUP_GRADIENT=FFFFFF
# Main window background color.
-
-mainWindowBackground=FFFFFF
+service.gui.MAIN_WINDOW_BACKGROUND=FFFFFF
# Tooltip background color.
-tooltipBackground=E8E9EF
+service.gui.TOOLTIP_BACKGROUND=E8E9EF
# Rollover color for the toolbar button.
-toolbarRolloverBackground=414141
+service.gui.TOOL_BAR_ROLLOVER_BACKGROUND=414141
# Contactlist contact text foreground color.
-contactListContactForeground=000000
+service.gui.CONTACT_LIST_CONTACT_FOREGROUND=000000
# Contactlist group text foreground color.
-
-contactListGroupForeground=000000
-
-# Tooltip background.
-
-tooltipBackground=e8e9ef
+service.gui.CONTACT_LIST_GROUP_FOREGROUND=000000
# The background color of all windows and dialogs.
-mainBackground=0575ce
-
-# The start color of the gradient painted to all windows.
-mainBackgroundStartColor=4a9bdb
+service.gui.MAIN_BACKGROUND=4A9BDB
# The end color of the gradient painted to all windows.
-mainBackgroundEndColor=e1f0fd
+service.gui.MAIN_BACKGROUND_GRADIENT=E1F0FD
-actionPanelBgStartColor=474747
+service.gui.FAVORITES_PANEL_BACKGROUND=474747
-actionPanelBgEndColor=999999
+service.gui.FAVORITES_PANEL_BACKGROUND_GRADIENT=999999
diff --git a/resources/config/defaults.properties b/resources/config/defaults.properties
index 58dd830..0daef98 100644
--- a/resources/config/defaults.properties
+++ b/resources/config/defaults.properties
@@ -1,56 +1,57 @@
-net.java.sip.communicator.impl.msghistory.isMessageHistoryEnabled=true
-net.java.sip.communicator.impl.gui.autoPopupNewMessage=false
-net.java.sip.communicator.impl.gui.sendMessageCommand=Enter
-net.java.sip.communicator.impl.gui.sendTypingNotifications=true
-net.java.sip.communicator.impl.gui.isMultiChatWindowEnabled=true
-net.java.sip.communicator.impl.gui.isMessageHistoryShown=true
-net.java.sip.communicator.impl.gui.messageHistorySize=10
-net.java.sip.communicator.impl.gui.isTransparentWindowEnabled=false
-net.java.sip.communicator.impl.gui.windowTransparency=180
-net.java.sip.communicator.impl.gui.isWindowDecorated=true
-net.java.sip.communicator.impl.gui.isWindowImageBackgroundEnabled=false
-net.java.sip.communicator.impl.gui.isWindowColorBackgroundEnabled=true
+# service.gui
+service.gui.APPLICATION_NAME=SIP Communicator
+service.gui.APPLICATION_WEB_SITE=http://sip-communicator.org
+service.gui.FONT_NAME=Verdana
+service.gui.FONT_SIZE=12
+service.gui.AUTO_POPUP_NEW_MESSAGE=false
+service.gui.SEND_MESSAGE_COMMAND=Enter
+service.gui.SEND_TYPING_NOTIFICATIONS_ENABLED=true
+service.gui.IS_MULTI_CHAT_WINDOW_ENABLED=true
+service.gui.IS_MESSAGE_HISTORY_SHOWN=true
+service.gui.MESSAGE_HISTORY_SIZE=10
+service.gui.HTML_TEXT_STYLE=resources/styles/defaultStyle.css
-applicationName=SIP Communicator
-applicationWebSite=http://sip-communicator.org
-fontName=Verdana
-fontSize=12
-titleFontSize=14
-isLookAndFeelDecorated=false
-isToolBarExteneded=false
-defaultGroupName=
-preferredAccountWizard=
-tabOverlap=0
-mainWindowWidth=250
-mainWindowHeight=600
-minMainWindowWidth=100
-minMainWindowHeight=400
-chatWindowWidth=500
-chatWindowHeight=400
-logoBarWidth=0
-logoBarHeight=0
-mainToolbarButtonHeight=28
-mainToolbarButtonWidth=28
-dialPadWidth=150
-dialPadHeight=150
-dialPadHorizontalGap=5
-dialPadVerticalGap=5
-mainWindowBorderSize=10
-contactListRowTransparency=200
+# impl.gui
+impl.gui.IS_LOOK_AND_FEEL_DECORATED=false
+impl.gui.IS_TOOLBAR_EXTENDED=false
+impl.gui.DEFAULT_GROUP_NAME=
+impl.gui.PREFERRED_ACCOUNT_WIZARD=
+impl.gui.TAB_OVERLAP=0
+impl.gui.MAIN_WINDOW_WIDTH=250
+impl.gui.MAIN_WINDOW_HEIGHT=600
+impl.gui.MAIN_WINDOW_MIN_WIDTH=100
+impl.gui.MAIN_WINDOW_MIN_HEIGHT=400
+impl.gui.CHAT_WINDOW_WIDTH=500
+impl.gui.CHAT_WINDOW_HEIGHT=400
+impl.gui.LOGO_BAR_WIDTH=0
+impl.gui.LOGO_BAR_HEIGHT=0
+impl.gui.MAIN_TOOLBAR_BUTTON_HEIGHT=28
+impl.gui.MAIN_TOOLBAR_BUTTON_WIDTH=28
+impl.gui.DIAL_PAD_WIDTH=150
+impl.gui.DIAL_PAD_HEIGHT=150
+impl.gui.DIAL_PAD_HORIZONTAL_GAP=5
+impl.gui.DIAL_PAD_VERTICAL_GAP=5
+impl.gui.MAIN_WINDOW_BORDER_SIZE=10
+impl.gui.CONTACT_LIST_TRANSPARENCY=200
+impl.gui.IS_TRANSPARENT_WINDOW_ENABLED=false
+impl.gui.WINDOW_TRANSPARENCY=180
+impl.gui.IS_WINDOW_DECORATED=true
+impl.gui.IS_WINDOW_BACKGROUND_ENABLED=false
+impl.gui.IS_WINDOW_COLOR_BACKGROUND_ENABLED=true
+impl.gui.IS_TEXTURE_BACKGROUND=false
+impl.gui.GREY_HISTORY_ENABLED=false
-isTextureBackground=false
+# impl.msghistory
+impl.msghistory.IS_MESSAGE_HISTORY_ENABLED=true
# branding
-aboutLogoFontSize=14
-aboutWindowTextIndent=180
-splashScreenTextIndent=190
-paragraphGap=10
-textStyle=resources/styles/defaultStyle.css
+plugin.branding.ABOUT_LOGO_FONT_SIZE=14
+plugin.branding.ABOUT_TEXT_INDENT=180
+plugin.branding.SPLASH_SCREEN_TEXT_INDENT=190
+plugin.branding.ABOUT_PARAGRAPH_GAP=10
# jabber accregwizz
-commentsFile=net/java/sip/communicator/plugin/jabberaccregwizz/resources/servercomments.xml
+plugin.jabberaccregwizz.SERVER_COMMENTS=net/java/sip/communicator/plugin/jabberaccregwizz/resources/servercomments.xml
# protocol order for the simple initial account registration wizard
-simpleWizards=SIP|MSN|Yahoo|ICQ|AIM|Jabber
-
-hiddenProtocolGreyHistoryDisabled=false
+plugin.simpleaccreg.PROTOCOL_ORDER=SIP|MSN|Yahoo|ICQ|AIM|Jabber
diff --git a/resources/images/images.properties b/resources/images/images.properties
index c212623..323e584 100644
--- a/resources/images/images.properties
+++ b/resources/images/images.properties
@@ -1,431 +1,350 @@
-# gui
-SIP_COMMUNICATOR_LOGO=resources/images/logo/sc_logo16x16.png
-
-ADD_ICON=resources/images/impl/gui/buttons/add.png
-ACCOUNT_ICON=resources/images/impl/gui/buttons/addAccount.png
-QUICK_MENU_ADD_ICON=resources/images/impl/gui/buttons/addContactIcon.png
-QUICK_MENU_CONFIGURE_ICON=resources/images/impl/gui/buttons/configureIcon.png
-QUICK_MENU_INFO_ICON=resources/images/impl/gui/buttons/infoIcon.png
-QUICK_MENU_SHOW_OFFLINE_ICON=resources/images/impl/gui/buttons/showOffline.png
-QUICK_MENU_HIDE_OFFLINE_ICON=resources/images/impl/gui/buttons/hideOffline.png
-QUICK_MENU_SOUND_ON_ICON=resources/images/impl/gui/buttons/soundOn.png
-QUICK_MENU_SOUND_OFF_ICON=resources/images/impl/gui/buttons/soundOff.png
-QUICK_MENU_MY_CHAT_ROOMS_ICON=resources/images/impl/gui/buttons/myChatRooms.png
-QUICK_MENU_CALL_HISTORY_ICON=resources/images/impl/gui/buttons/callHistory.png
-
-SEARCH_ICON=resources/images/impl/gui/buttons/searchIcon.png
-SEARCH_ICON_16x16=resources/images/impl/gui/common/searchIcon16x16.png
-CALL_BUTTON_BG=resources/images/impl/gui/buttons/callButton.png
-CALL_BUTTON_PRESSED_BG=resources/images/impl/gui/buttons/callButtonPressed.png
-HANGUP_BUTTON_BG=resources/images/impl/gui/buttons/hangupButton.png
-HANGUP_ROLLOVER_BUTTON_BG=resources/images/impl/gui/buttons/hangupButtonRollover.png
-HANGUP_BUTTON_PRESSED_BG=resources/images/impl/gui/buttons/hangupButtonPressed.png
-STATUS_SELECTOR_BOX=resources/images/impl/gui/buttons/combobox.png
-BUTTON_BG=resources/images/impl/gui/buttons/dialButtonBg.png
-BUTTON_ROLLOVER_BG=resources/images/impl/gui/buttons/dialButtonRolloverBg.png
-ONE_DIAL_BUTTON=resources/images/impl/gui/buttons/one.png
-TWO_DIAL_BUTTON=resources/images/impl/gui/buttons/two.png
-THREE_DIAL_BUTTON=resources/images/impl/gui/buttons/three.png
-FOUR_DIAL_BUTTON=resources/images/impl/gui/buttons/four.png
-FIVE_DIAL_BUTTON=resources/images/impl/gui/buttons/five.png
-SIX_DIAL_BUTTON=resources/images/impl/gui/buttons/six.png
-SEVEN_DIAL_BUTTON=resources/images/impl/gui/buttons/seven.png
-EIGHT_DIAL_BUTTON=resources/images/impl/gui/buttons/eight.png
-NINE_DIAL_BUTTON=resources/images/impl/gui/buttons/nine.png
-STAR_DIAL_BUTTON=resources/images/impl/gui/buttons/star.png
-ZERO_DIAL_BUTTON=resources/images/impl/gui/buttons/zero.png
-DIEZ_DIAL_BUTTON=resources/images/impl/gui/buttons/diez.png
-DEFAULT_USER_PHOTO=resources/images/impl/gui/common/personPhoto.png
-USER_PHOTO_FRAME=resources/images/impl/gui/common/personPhotoFrame.png
-USER_PHOTO_SHADOW=resources/images/impl/gui/common/personPhotoShadow.png
-CALL_PANEL_MINIMIZE_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButton.png
-CALL_PANEL_RESTORE_BUTTON=resources/images/impl/gui/buttons/callPanelRestoreButton.png
-CALL_PANEL_MINIMIZE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButtonRollover.png
-CALL_PANEL_RESTORE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelRestoreButtonRollover.png
-ADD_TO_CHAT_ICON=resources/images/impl/gui/buttons/addToChat.png
-RIGHT_ARROW_ICON=resources/images/impl/gui/common/rightArrow.png
-DOWN_ARROW_ICON=resources/images/impl/gui/common/downArrow.png
-RIGHT_ARROW_ROLLOVER_ICON=resources/images/impl/gui/common/rightArrowRollover.png
-ALIGN_LEFT_BUTTON=resources/images/impl/gui/buttons/alignLeft.png
-ALIGN_RIGHT_BUTTON=resources/images/impl/gui/buttons/alignRight.png
-ALIGN_CENTER_BUTTON=resources/images/impl/gui/buttons/alignCenter.png
-ALIGN_LEFT_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/alignLeftRollover.png
-ALIGN_RIGHT_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/alignRightRollover.png
-ALIGN_CENTER_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/alignCenterRollover.png
-TEXT_BOLD_BUTTON=resources/images/impl/gui/buttons/textBold.png
-TEXT_ITALIC_BUTTON=resources/images/impl/gui/buttons/textItalic.png
-TEXT_UNDERLINED_BUTTON=resources/images/impl/gui/buttons/textUnderlined.png
-EDIT_TOOLBAR_BUTTON=resources/images/impl/gui/buttons/editToolbarButton.png
-EDIT_TOOLBAR_BUTTON_PRESSED=resources/images/impl/gui/buttons/editToolbarButtonPressed.png
-DIAL_BUTTON=resources/images/impl/gui/buttons/dialButton.png
-HOLD_BUTTON=resources/images/impl/gui/buttons/holdButton.png
-MUTE_BUTTON=resources/images/impl/gui/buttons/muteButton.png
-TRANSFER_CALL_BUTTON=resources/images/impl/gui/buttons/transferCallButton.png
-SECURE_BUTTON_ON=resources/images/impl/gui/buttons/secureOn.png
-SECURE_BUTTON_OFF=resources/images/impl/gui/buttons/secureOff.png
-ENTER_FULL_SCREEN_BUTTON=resources/images/impl/gui/buttons/enterFullScreen.png
-EXIT_FULL_SCREEN_BUTTON=resources/images/impl/gui/buttons/exitFullScreen.png
-INVITE_DIALOG_ICON=resources/images/impl/gui/common/inviteDialogIcon.png
-SEND_SMS_ICON=resources/images/impl/gui/common/gsm.png
-DIAL_BUTTON_BG=resources/images/impl/gui/buttons/dialButtonBg.png
-DIAL_BUTTON_ROLLOVER_BG=resources/images/impl/gui/buttons/dialButtonRolloverBg.png
-MSG_TOOLBAR_BUTTON_BG=resources/images/impl/gui/buttons/msgToolbarBg.png
-MSG_TOOLBAR_ROLLOVER_BUTTON_BG=resources/images/impl/gui/buttons/msgToolBarRolloverBg.png
-COPY_ICON=resources/images/impl/gui/buttons/copy.png
-CUT_ICON=resources/images/impl/gui/buttons/cut.png
-PASTE_ICON=resources/images/impl/gui/buttons/paste.png
-SMILIES_ICON=resources/images/impl/gui/buttons/smiley.png
-SAVE_ICON=resources/images/impl/gui/buttons/save.png
-PRINT_ICON=resources/images/impl/gui/buttons/print.png
-CLOSE_ICON=resources/images/impl/gui/buttons/close.png
-PREVIOUS_ICON=resources/images/impl/gui/buttons/previous.png
-NEXT_ICON=resources/images/impl/gui/buttons/next.png
-HISTORY_ICON=resources/images/impl/gui/buttons/history.png
-SEND_FILE_ICON=resources/images/impl/gui/buttons/sendFile.png
-FONT_ICON=resources/images/impl/gui/buttons/fontIcon.png
-ADD_CONTACT_CHAT_ICON=resources/images/impl/gui/buttons/addContactChatIcon.png
-DELETE_BUTTON_ICON=resources/images/impl/gui/buttons/delete.png
-
-CHAT_CONTACT_INFO_BUTTON=resources/images/impl/gui/buttons/chatInfoButton.png
-CHAT_CONTACT_INFO_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatInfoButtonRollover.png
-CHAT_CONTACT_CALL_BUTTON=resources/images/impl/gui/buttons/chatCallButton.png
-CHAT_CONTACT_CALL_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatCallButtonRollover.png
-CHAT_CONTACT_SEND_FILE_BUTTON=resources/images/impl/gui/buttons/chatSendFile.png
-CHAT_SEND_FILE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatSendFileRollover.png
-CHAT_CONFIGURE_ICON=resources/images/impl/gui/buttons/chatConfigureIcon.png
-
-WARNING_ICON=resources/images/impl/gui/common/warning.png
-ERROR_ICON=resources/images/impl/gui/common/error.png
-INFO_ICON=resources/images/impl/gui/common/info.png
-
-SEND_MESSAGE_16x16_ICON=resources/images/impl/gui/common/sendMessage16x16.png
-CALL_16x16_ICON=resources/images/impl/gui/common/call16x16.png
-DELETE_16x16_ICON=resources/images/impl/gui/common/delete16x16.png
-HISTORY_16x16_ICON=resources/images/impl/gui/common/history16x16.png
-SEND_FILE_16x16_ICON=resources/images/impl/gui/common/sendFile16x16.png
-GROUPS_16x16_ICON=resources/images/impl/gui/common/groups16x16.png
-ADD_CONTACT_16x16_ICON=resources/images/impl/gui/common/addContact16x16.png
-RENAME_16x16_ICON=resources/images/impl/gui/common/rename16x16.png
-MORE_INFO_ICON=resources/images/impl/gui/common/moreInfo.png
-TOOLBAR_DRAG_ICON=resources/images/impl/gui/common/toolbarDragIcon.png
-ADD_GROUP_ICON=resources/images/impl/gui/common/addGroup.png
-MOVE_CONTACT=resources/images/impl/gui/common/moveContact.png
-
-SMILEY1=resources/images/impl/gui/common/smilies/default/smiley1.gif
-SMILEY2=resources/images/impl/gui/common/smilies/default/smiley2.gif
-SMILEY3=resources/images/impl/gui/common/smilies/default/smiley3.gif
-SMILEY4=resources/images/impl/gui/common/smilies/default/smiley4.gif
-SMILEY5=resources/images/impl/gui/common/smilies/default/smiley5.gif
-SMILEY6=resources/images/impl/gui/common/smilies/default/smiley6.gif
-SMILEY7=resources/images/impl/gui/common/smilies/default/smiley7.gif
-SMILEY8=resources/images/impl/gui/common/smilies/default/smiley8.gif
-SMILEY9=resources/images/impl/gui/common/smilies/default/smiley9.gif
-SMILEY10=resources/images/impl/gui/common/smilies/default/smiley10.gif
-SMILEY11=resources/images/impl/gui/common/smilies/default/smiley11.gif
-SMILEY12=resources/images/impl/gui/common/smilies/default/smiley12.gif
-
-AUTH_WINDOW_BACKGROUND=resources/images/impl/gui/common/passWindowBackground.png
-
-USER_ONLINE_ICON=resources/images/impl/gui/common/statusicons/online.png
-USER_OFFLINE_ICON=resources/images/impl/gui/common/statusicons/offline.png
-USER_AWAY_ICON=resources/images/impl/gui/common/statusicons/away.png
-USER_NA_ICON=resources/images/impl/gui/common/statusicons/na.png
-USER_DND_ICON=resources/images/impl/gui/common/statusicons/dnd.png
-USER_FFC_ICON=resources/images/impl/gui/common/statusicons/freeForChat.png
-USER_OCCUPIED_ICON=resources/images/impl/gui/common/statusicons/occupied.png
-
-CLOSE_TAB_ICON=resources/images/impl/gui/buttons/closeTab.png
-CLOSE_TAB_SELECTED_ICON=resources/images/impl/gui/buttons/closeTabSelected.png
-
-SELECTED_TAB_LEFT_BG=resources/images/impl/gui/lookandfeel/selectedTabLeft.png
-SELECTED_TAB_MIDDLE_BG=resources/images/impl/gui/lookandfeel/selectedTabMiddle.png
-SELECTED_TAB_RIGHT_BG=resources/images/impl/gui/lookandfeel/selectedTabRight.png
-TAB_LEFT_BG=resources/images/impl/gui/lookandfeel/tabLeft.png
-TAB_MIDDLE_BG=resources/images/impl/gui/lookandfeel/tabMiddle.png
-TAB_RIGHT_BG=resources/images/impl/gui/lookandfeel/tabRight.png
-DELETE_TEXT_ICON=resources/images/impl/gui/lookandfeel/delete.png
-DELETE_TEXT_ROLLOVER_ICON=resources/images/impl/gui/lookandfeel/deleteRollover.png
-
-BUTTON=resources/images/impl/gui/lookandfeel/button1.png
-BUTTON_ROLLOVER=resources/images/impl/gui/lookandfeel/button2.png
-TOGGLE_BUTTON_PRESSED=resources/images/impl/gui/lookandfeel/button3.png
-TOGGLE_BUTTON=resources/images/impl/gui/lookandfeel/button4.png
-
-SPLITPANE_HORIZONTAL=resources/images/impl/gui/lookandfeel/splitpaneHorizontal.png
-SPLITPANE_VERTICAL=resources/images/impl/gui/lookandfeel/splitpaneVertical.png
-
-SCROLLBAR_HORIZONTAL=resources/images/impl/gui/lookandfeel/scrollbar_horiz2.png
-SCROLLBAR_VERTICAL=resources/images/impl/gui/lookandfeel/scrollbar_vert1.png
-SCROLLBAR_THUMB_HORIZONTAL=resources/images/impl/gui/lookandfeel/horizThumbHandle.png
-SCROLLBAR_THUMB_VERTICAL=resources/images/impl/gui/lookandfeel/vertThumbHandle.png
-
-ADD_CONTACT_WIZARD_ICON=resources/images/impl/gui/common/addContactWizardIcon.png
-RENAME_DIALOG_ICON=resources/images/impl/gui/common/renameDialogIcon.png
-
-BROWSER_ICON=resources/images/impl/gui/common/browser16x16.png
-
-AUTHORIZATION_ICON=resources/images/impl/gui/common/padlock.gif
-
-INCOMING_CALL=resources/images/impl/gui/common/incomingCall.png
-OUTGOING_CALL=resources/images/impl/gui/common/outgoingCall.png
-
-EXCLAMATION_MARK=resources/images/impl/gui/common/exclamationMark.png
-
-ABOUT_WINDOW_BACKGROUND=resources/images/impl/gui/common/aboutWindowBackground.png
-
-OPENED_GROUP=resources/images/impl/gui/common/openedGroup.png
-CLOSED_GROUP=resources/images/impl/gui/common/closedGroup.png
-
-CHAT_ROOM_16x16_ICON=resources/images/impl/gui/common/chatRoom16x16.png
-CHAT_SERVER_16x16_ICON=resources/images/impl/gui/common/multiUserChatServer16x16.png
-
-MESSAGE_RECEIVED_ICON=resources/images/impl/gui/common/envelope.png
-
-REASON_DIALOG_ICON=resources/images/impl/gui/common/reasonDialogIcon.png
-
-JOIN_ICON=resources/images/impl/gui/common/join.png
-JOIN_AS_ICON=resources/images/impl/gui/common/join.png
-LEAVE_ICON=resources/images/impl/gui/common/leave.png
-
-STATUS_SEPARATOR_ICON=resources/images/impl/gui/common/statusSeparator.png
-
-MORE_BUTTON=resources/images/impl/gui/buttons/moreButton.png
-MORE_ACTIONS_BUTTON=resources/images/impl/gui/buttons/moreActions.png
-MORE_ACTIONS_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/moreActionsRollover.png
-HIDE_ACTIONS_BUTTON=resources/images/impl/gui/buttons/hideMoreActions.png
-HIDE_ACTIONS_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/hideMoreActionsRollover.png
-
-TOOL_BAR_BACKGROUND=resources/images/impl/gui/common/toolbarBackground.png
-MENU_BACKGROUND=resources/images/impl/gui/common/menuBackground.png
-WINDOW_TITLE_BAR=resources/images/impl/gui/common/windowTitleBarBackground.png
-WINDOW_TITLE_BAR_BG=resources/images/impl/gui/common/windowTitleBar.png
-MAIN_WINDOW_BACKGROUND=
+# service gui
+service.gui.SIP_COMMUNICATOR_LOGO=resources/images/logo/sc_logo16x16.png
+service.gui.MAIN_WINDOW_BACKGROUND=
+service.gui.AUTH_WINDOW_BACKGROUND=resources/images/impl/gui/common/passWindowBackground.png
+service.gui.ABOUT_WINDOW_BACKGROUND=resources/images/impl/gui/common/aboutWindowBackground.png
+service.gui.TOOL_BAR_BACKGROUND=resources/images/impl/gui/common/toolbarBackground.png
+service.gui.MENU_BACKGROUND=resources/images/impl/gui/common/menuBackground.png
+service.gui.WINDOW_TITLE_BAR=resources/images/impl/gui/common/windowTitleBarBackground.png
+service.gui.WINDOW_TITLE_BAR_BG=resources/images/impl/gui/common/windowTitleBar.png
+service.gui.USER_PHOTO_FRAME=resources/images/impl/gui/common/personPhotoFrame.png
+service.gui.USER_PHOTO_SHADOW=resources/images/impl/gui/common/personPhotoShadow.png
+service.gui.DEFAULT_USER_PHOTO=resources/images/impl/gui/common/personPhoto.png
+
+# service gui icons
+service.gui.icons.ADD_ICON=resources/images/impl/gui/buttons/add.png
+service.gui.icons.ACCOUNT_ICON=resources/images/impl/gui/buttons/addAccount.png
+service.gui.icons.QUICK_MENU_ADD_ICON=resources/images/impl/gui/buttons/addContactIcon.png
+service.gui.icons.QUICK_MENU_CONFIGURE_ICON=resources/images/impl/gui/buttons/configureIcon.png
+service.gui.icons.QUICK_MENU_INFO_ICON=resources/images/impl/gui/buttons/infoIcon.png
+service.gui.icons.QUICK_MENU_SHOW_OFFLINE_ICON=resources/images/impl/gui/buttons/showOffline.png
+service.gui.icons.QUICK_MENU_HIDE_OFFLINE_ICON=resources/images/impl/gui/buttons/hideOffline.png
+service.gui.icons.QUICK_MENU_SOUND_ON_ICON=resources/images/impl/gui/buttons/soundOn.png
+service.gui.icons.QUICK_MENU_SOUND_OFF_ICON=resources/images/impl/gui/buttons/soundOff.png
+service.gui.icons.QUICK_MENU_MY_CHAT_ROOMS_ICON=resources/images/impl/gui/buttons/myChatRooms.png
+service.gui.icons.SEARCH_ICON=resources/images/impl/gui/buttons/searchIcon.png
+service.gui.icons.SEARCH_ICON_16x16=resources/images/impl/gui/common/searchIcon16x16.png
+service.gui.icons.ADD_TO_CHAT_ICON=resources/images/impl/gui/buttons/addToChat.png
+service.gui.icons.RIGHT_ARROW_ICON=resources/images/impl/gui/common/rightArrow.png
+service.gui.icons.DOWN_ARROW_ICON=resources/images/impl/gui/common/downArrow.png
+service.gui.icons.INVITE_DIALOG_ICON=resources/images/impl/gui/common/inviteDialogIcon.png
+service.gui.icons.SEND_SMS_ICON=resources/images/impl/gui/common/gsm.png
+service.gui.icons.COPY_ICON=resources/images/impl/gui/buttons/copy.png
+service.gui.icons.CUT_ICON=resources/images/impl/gui/buttons/cut.png
+service.gui.icons.PASTE_ICON=resources/images/impl/gui/buttons/paste.png
+service.gui.icons.SMILIES_ICON=resources/images/impl/gui/buttons/smiley.png
+service.gui.icons.SAVE_ICON=resources/images/impl/gui/buttons/save.png
+service.gui.icons.PRINT_ICON=resources/images/impl/gui/buttons/print.png
+service.gui.icons.CLOSE_ICON=resources/images/impl/gui/buttons/close.png
+service.gui.icons.PREVIOUS_ICON=resources/images/impl/gui/buttons/previous.png
+service.gui.icons.NEXT_ICON=resources/images/impl/gui/buttons/next.png
+service.gui.icons.HISTORY_ICON=resources/images/impl/gui/buttons/history.png
+service.gui.icons.SEND_FILE_ICON=resources/images/impl/gui/buttons/sendFile.png
+service.gui.icons.FONT_ICON=resources/images/impl/gui/buttons/fontIcon.png
+service.gui.icons.ADD_CONTACT_CHAT_ICON=resources/images/impl/gui/buttons/addContactChatIcon.png
+service.gui.icons.CHAT_CONFIGURE_ICON=resources/images/impl/gui/buttons/chatConfigureIcon.png
+service.gui.icons.WARNING_ICON=resources/images/impl/gui/common/warning.png
+service.gui.icons.ERROR_ICON=resources/images/impl/gui/common/error.png
+service.gui.icons.INFO_ICON=resources/images/impl/gui/common/info.png
+service.gui.icons.SEND_MESSAGE_16x16_ICON=resources/images/impl/gui/common/sendMessage16x16.png
+service.gui.icons.CALL_16x16_ICON=resources/images/impl/gui/common/call16x16.png
+service.gui.icons.DELETE_16x16_ICON=resources/images/impl/gui/common/delete16x16.png
+service.gui.icons.HISTORY_16x16_ICON=resources/images/impl/gui/common/history16x16.png
+service.gui.icons.SEND_FILE_16x16_ICON=resources/images/impl/gui/common/sendFile16x16.png
+service.gui.icons.GROUPS_16x16_ICON=resources/images/impl/gui/common/groups16x16.png
+service.gui.icons.ADD_CONTACT_16x16_ICON=resources/images/impl/gui/common/addContact16x16.png
+service.gui.icons.RENAME_16x16_ICON=resources/images/impl/gui/common/rename16x16.png
+service.gui.icons.TOOLBAR_DRAG_ICON=resources/images/impl/gui/common/toolbarDragIcon.png
+service.gui.icons.ADD_GROUP_ICON=resources/images/impl/gui/common/addGroup.png
+service.gui.icons.MOVE_CONTACT=resources/images/impl/gui/common/moveContact.png
+service.gui.icons.ADD_CONTACT_WIZARD_ICON=resources/images/impl/gui/common/addContactWizardIcon.png
+service.gui.icons.RENAME_DIALOG_ICON=resources/images/impl/gui/common/renameDialogIcon.png
+service.gui.icons.BROWSER_ICON=resources/images/impl/gui/common/browser16x16.png
+service.gui.icons.AUTHORIZATION_ICON=resources/images/impl/gui/common/padlock.gif
+service.gui.icons.INCOMING_CALL=resources/images/impl/gui/common/incomingCall.png
+service.gui.icons.OUTGOING_CALL=resources/images/impl/gui/common/outgoingCall.png
+service.gui.icons.EXCLAMATION_MARK=resources/images/impl/gui/common/exclamationMark.png
+service.gui.icons.OPENED_GROUP=resources/images/impl/gui/common/openedGroup.png
+service.gui.icons.CLOSED_GROUP=resources/images/impl/gui/common/closedGroup.png
+service.gui.icons.CHAT_ROOM_16x16_ICON=resources/images/impl/gui/common/chatRoom16x16.png
+service.gui.icons.CHAT_SERVER_16x16_ICON=resources/images/impl/gui/common/multiUserChatServer16x16.png
+service.gui.icons.MESSAGE_RECEIVED_ICON=resources/images/impl/gui/common/envelope.png
+service.gui.icons.REASON_DIALOG_ICON=resources/images/impl/gui/common/reasonDialogIcon.png
+service.gui.icons.JOIN_ICON=resources/images/impl/gui/common/join.png
+service.gui.icons.JOIN_AS_ICON=resources/images/impl/gui/common/join.png
+service.gui.icons.LEAVE_ICON=resources/images/impl/gui/common/leave.png
+
+# Status icons
+service.gui.statusicons.USER_ONLINE_ICON=resources/images/impl/gui/common/statusicons/online.png
+service.gui.statusicons.USER_OFFLINE_ICON=resources/images/impl/gui/common/statusicons/offline.png
+service.gui.statusicons.USER_AWAY_ICON=resources/images/impl/gui/common/statusicons/away.png
+service.gui.statusicons.USER_NA_ICON=resources/images/impl/gui/common/statusicons/na.png
+service.gui.statusicons.USER_DND_ICON=resources/images/impl/gui/common/statusicons/dnd.png
+service.gui.statusicons.USER_FFC_ICON=resources/images/impl/gui/common/statusicons/freeForChat.png
+service.gui.statusicons.USER_OCCUPIED_ICON=resources/images/impl/gui/common/statusicons/occupied.png
+
+# service gui buttons
+service.gui.buttons.CALL_BUTTON_BG=resources/images/impl/gui/buttons/callButton.png
+service.gui.buttons.CALL_BUTTON_PRESSED_BG=resources/images/impl/gui/buttons/callButtonPressed.png
+service.gui.buttons.HANGUP_BUTTON_BG=resources/images/impl/gui/buttons/hangupButton.png
+service.gui.buttons.HANGUP_ROLLOVER_BUTTON_BG=resources/images/impl/gui/buttons/hangupButtonRollover.png
+service.gui.buttons.HANGUP_BUTTON_PRESSED_BG=resources/images/impl/gui/buttons/hangupButtonPressed.png
+service.gui.buttons.STATUS_SELECTOR_BOX=resources/images/impl/gui/buttons/combobox.png
+service.gui.buttons.BUTTON_BG=resources/images/impl/gui/buttons/dialButtonBg.png
+service.gui.buttons.BUTTON_ROLLOVER_BG=resources/images/impl/gui/buttons/dialButtonRolloverBg.png
+service.gui.buttons.ONE_DIAL_BUTTON=resources/images/impl/gui/buttons/one.png
+service.gui.buttons.TWO_DIAL_BUTTON=resources/images/impl/gui/buttons/two.png
+service.gui.buttons.THREE_DIAL_BUTTON=resources/images/impl/gui/buttons/three.png
+service.gui.buttons.FOUR_DIAL_BUTTON=resources/images/impl/gui/buttons/four.png
+service.gui.buttons.FIVE_DIAL_BUTTON=resources/images/impl/gui/buttons/five.png
+service.gui.buttons.SIX_DIAL_BUTTON=resources/images/impl/gui/buttons/six.png
+service.gui.buttons.SEVEN_DIAL_BUTTON=resources/images/impl/gui/buttons/seven.png
+service.gui.buttons.EIGHT_DIAL_BUTTON=resources/images/impl/gui/buttons/eight.png
+service.gui.buttons.NINE_DIAL_BUTTON=resources/images/impl/gui/buttons/nine.png
+service.gui.buttons.STAR_DIAL_BUTTON=resources/images/impl/gui/buttons/star.png
+service.gui.buttons.ZERO_DIAL_BUTTON=resources/images/impl/gui/buttons/zero.png
+service.gui.buttons.DIEZ_DIAL_BUTTON=resources/images/impl/gui/buttons/diez.png
+service.gui.buttons.CALL_PANEL_MINIMIZE_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButton.png
+service.gui.buttons.CALL_PANEL_RESTORE_BUTTON=resources/images/impl/gui/buttons/callPanelRestoreButton.png
+service.gui.buttons.CALL_PANEL_MINIMIZE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButtonRollover.png
+service.gui.buttons.CALL_PANEL_RESTORE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelRestoreButtonRollover.png
+service.gui.buttons.TEXT_BOLD_BUTTON=resources/images/impl/gui/buttons/textBold.png
+service.gui.buttons.TEXT_ITALIC_BUTTON=resources/images/impl/gui/buttons/textItalic.png
+service.gui.buttons.TEXT_UNDERLINED_BUTTON=resources/images/impl/gui/buttons/textUnderlined.png
+service.gui.buttons.EDIT_TOOLBAR_BUTTON=resources/images/impl/gui/buttons/editToolbarButton.png
+service.gui.buttons.EDIT_TOOLBAR_BUTTON_PRESSED=resources/images/impl/gui/buttons/editToolbarButtonPressed.png
+service.gui.buttons.DIAL_BUTTON=resources/images/impl/gui/buttons/dialButton.png
+service.gui.buttons.HOLD_BUTTON=resources/images/impl/gui/buttons/holdButton.png
+service.gui.buttons.MUTE_BUTTON=resources/images/impl/gui/buttons/muteButton.png
+service.gui.buttons.TRANSFER_CALL_BUTTON=resources/images/impl/gui/buttons/transferCallButton.png
+service.gui.buttons.SECURE_BUTTON_ON=resources/images/impl/gui/buttons/secureOn.png
+service.gui.buttons.SECURE_BUTTON_OFF=resources/images/impl/gui/buttons/secureOff.png
+service.gui.buttons.ENTER_FULL_SCREEN_BUTTON=resources/images/impl/gui/buttons/enterFullScreen.png
+service.gui.buttons.EXIT_FULL_SCREEN_BUTTON=resources/images/impl/gui/buttons/exitFullScreen.png
+service.gui.buttons.DIAL_BUTTON_BG=resources/images/impl/gui/buttons/dialButtonBg.png
+service.gui.buttons.DIAL_BUTTON_ROLLOVER_BG=resources/images/impl/gui/buttons/dialButtonRolloverBg.png
+service.gui.buttons.CHAT_CONTACT_INFO_BUTTON=resources/images/impl/gui/buttons/chatInfoButton.png
+service.gui.buttons.CHAT_CONTACT_INFO_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatInfoButtonRollover.png
+service.gui.buttons.CHAT_CONTACT_CALL_BUTTON=resources/images/impl/gui/buttons/chatCallButton.png
+service.gui.buttons.CHAT_CONTACT_CALL_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatCallButtonRollover.png
+service.gui.buttons.CHAT_CONTACT_SEND_FILE_BUTTON=resources/images/impl/gui/buttons/chatSendFile.png
+service.gui.buttons.CHAT_SEND_FILE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatSendFileRollover.png
+service.gui.buttons.MORE_BUTTON=resources/images/impl/gui/buttons/moreButton.png
+service.gui.buttons.MORE_ACTIONS_BUTTON=resources/images/impl/gui/buttons/moreActions.png
+service.gui.buttons.MORE_ACTIONS_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/moreActionsRollover.png
+service.gui.buttons.HIDE_ACTIONS_BUTTON=resources/images/impl/gui/buttons/hideMoreActions.png
+service.gui.buttons.HIDE_ACTIONS_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/hideMoreActionsRollover.png
+
+# Smilies icons
+service.gui.smilies.SMILEY1=resources/images/impl/gui/common/smilies/default/smiley1.gif
+service.gui.smilies.SMILEY2=resources/images/impl/gui/common/smilies/default/smiley2.gif
+service.gui.smilies.SMILEY3=resources/images/impl/gui/common/smilies/default/smiley3.gif
+service.gui.smilies.SMILEY4=resources/images/impl/gui/common/smilies/default/smiley4.gif
+service.gui.smilies.SMILEY5=resources/images/impl/gui/common/smilies/default/smiley5.gif
+service.gui.smilies.SMILEY6=resources/images/impl/gui/common/smilies/default/smiley6.gif
+service.gui.smilies.SMILEY7=resources/images/impl/gui/common/smilies/default/smiley7.gif
+service.gui.smilies.SMILEY8=resources/images/impl/gui/common/smilies/default/smiley8.gif
+service.gui.smilies.SMILEY9=resources/images/impl/gui/common/smilies/default/smiley9.gif
+service.gui.smilies.SMILEY10=resources/images/impl/gui/common/smilies/default/smiley10.gif
+service.gui.smilies.SMILEY11=resources/images/impl/gui/common/smilies/default/smiley11.gif
+service.gui.smilies.SMILEY12=resources/images/impl/gui/common/smilies/default/smiley12.gif
+
+# Look and Feel images
+service.gui.lookandfeel.CLOSE_TAB_ICON=resources/images/impl/gui/buttons/closeTab.png
+service.gui.lookandfeel.CLOSE_TAB_SELECTED_ICON=resources/images/impl/gui/buttons/closeTabSelected.png
+service.gui.lookandfeel.SELECTED_TAB_LEFT_BG=resources/images/impl/gui/lookandfeel/selectedTabLeft.png
+service.gui.lookandfeel.SELECTED_TAB_MIDDLE_BG=resources/images/impl/gui/lookandfeel/selectedTabMiddle.png
+service.gui.lookandfeel.SELECTED_TAB_RIGHT_BG=resources/images/impl/gui/lookandfeel/selectedTabRight.png
+service.gui.lookandfeel.TAB_LEFT_BG=resources/images/impl/gui/lookandfeel/tabLeft.png
+service.gui.lookandfeel.TAB_MIDDLE_BG=resources/images/impl/gui/lookandfeel/tabMiddle.png
+service.gui.lookandfeel.TAB_RIGHT_BG=resources/images/impl/gui/lookandfeel/tabRight.png
+service.gui.lookandfeel.DELETE_TEXT_ICON=resources/images/impl/gui/lookandfeel/delete.png
+service.gui.lookandfeel.DELETE_TEXT_ROLLOVER_ICON=resources/images/impl/gui/lookandfeel/deleteRollover.png
+service.gui.lookandfeel.BUTTON=resources/images/impl/gui/lookandfeel/button1.png
+service.gui.lookandfeel.BUTTON_ROLLOVER=resources/images/impl/gui/lookandfeel/button2.png
+service.gui.lookandfeel.TOGGLE_BUTTON_PRESSED=resources/images/impl/gui/lookandfeel/button3.png
+service.gui.lookandfeel.TOGGLE_BUTTON=resources/images/impl/gui/lookandfeel/button4.png
+service.gui.lookandfeel.SPLITPANE_HORIZONTAL=resources/images/impl/gui/lookandfeel/splitpaneHorizontal.png
+service.gui.lookandfeel.SPLITPANE_VERTICAL=resources/images/impl/gui/lookandfeel/splitpaneVertical.png
+service.gui.lookandfeel.SCROLLBAR_HORIZONTAL=resources/images/impl/gui/lookandfeel/scrollbar_horiz2.png
+service.gui.lookandfeel.SCROLLBAR_VERTICAL=resources/images/impl/gui/lookandfeel/scrollbar_vert1.png
+service.gui.lookandfeel.SCROLLBAR_THUMB_HORIZONTAL=resources/images/impl/gui/lookandfeel/horizThumbHandle.png
+service.gui.lookandfeel.SCROLLBAR_THUMB_VERTICAL=resources/images/impl/gui/lookandfeel/vertThumbHandle.png
# systray
-trayIcon=resources/images/impl/systray/systrayIcon.png
-trayIconOffline=resources/images/impl/systray/systrayIconOffline.png
-trayIconAway=resources/images/impl/systray/systrayIconAway.png
-trayIconFFC=resources/images/impl/systray/systrayIconFFC.png
-trayIconWindows=resources/images/impl/systray/systrayIconWindows.png
-trayIconWindowsOffline=resources/images/impl/systray/systrayIconWindowsOffline.png
-trayIconWindowsAway=resources/images/impl/systray/systrayIconWindowsAway.png
-trayIconWindowsFFC=resources/images/impl/systray/systrayIconWindowsFFC.png
-trayIconMacOSX=resources/images/impl/systray/systrayIconMacOSX.png
-trayIconMacOSXWhite=resources/images/impl/systray/systrayIconMacOSXWhite.png
-dockIconOffline=resources/images/impl/systray/dock-offline.png
-dockIconAway=resources/images/impl/systray/dock-away.png
-dockIconFFC=resources/images/impl/systray/dock-chatty.png
-addContactIcon=resources/images/impl/gui/buttons/addContactIcon.png
-statusMenuIcon=resources/images/impl/systray/statusIcon.png
-settingsMenuIcon=resources/images/impl/gui/buttons/configureIcon.png
-closeMenuIcon=resources/images/impl/systray/quit.png
-messageIcon=resources/images/impl/systray/envelope.png
-messageIconWindows=resources/images/impl/systray/envelopeWindows.png
-messageIconMacOSX=resources/images/impl/systray/envelopeMacOSX.png
-messageIconMacOSXWhite=resources/images/impl/systray/envelopeMacOSXWhite.png
-newStatusMessageIcon=resources/images/impl/gui/common/renameDialogIcon.png
-
-# dict accregwizz
-protocolIconDict=resources/images/protocol/dict/dict-16x16.png
-pageImageDict=resources/images/protocol/dict/dict-64x64.png
-
-# icq accregwiz
-protocolIconIcq=resources/images/protocol/icq/icq16x16-online.png
-pageImageIcq=resources/images/protocol/icq/icq64x64.png
-icqConnectingIcon=resources/images/protocol/icq/cr16-action-icq_connecting-1.gif
-icqFfcIcon=resources/images/protocol/icq/icq16x16-ffc.png
-icqInvisibleIcon=resources/images/protocol/icq/icq16x16-invisible.png
-icqAwayIcon=resources/images/protocol/icq/icq16x16-away.png
-icqNaIcon=resources/images/protocol/icq/icq16x16-na.png
-icqDndIcon=resources/images/protocol/icq/icq16x16-dnd.png
-icqOccupiedIcon=resources/images/protocol/icq/icq16x16-occupied.png
-icqOfflineIcon=resources/images/protocol/icq/icq16x16-offline.png
-
-# zeroconf accregwizz
-protocolIconZeroconf=resources/images/protocol/zeroconf/zeroconf-color-16.png
-pageImageZeroconf=resources/images/protocol/zeroconf/zeroconf-color-64.png
-zeroconfOnlineIcon=resources/images/protocol/zeroconf/zeroconf-online.png
-zeroconfOfflineIcon=resources/images/protocol/zeroconf/zeroconf-offline.png
-zeroconfDndIcon=resources/images/protocol/zeroconf/zeroconf-dnd.png
-zeroconfInvisibleIcon=resources/images/protocol/zeroconf/zeroconf-invisible.png
-
-# branding
-aboutWindowBg=resources/images/plugin/branding/aboutWindowBackground.png
-splashScreenBg=resources/images/plugin/branding/splashScreenBackground.png
-
-# yahoo accregwizz
-protocolIconYahoo=resources/images/protocol/yahoo/yahoo16x16.png
-pageImageYahoo=resources/images/protocol/yahoo/yahoo64x64.png
-yahooConnectingIcon=resources/images/protocol/yahoo/yahoo16x16-connecting.gif
-yahooOnlineIcon=resources/images/protocol/yahoo/yahoo16x16-online.png
-yahooIdleIcon=resources/images/protocol/yahoo/yahoo16x16-idle.png
-yahooInvisibleIcon=resources/images/protocol/yahoo/yahoo16x16-invisible.png
-yahooAwayIcon=resources/images/protocol/yahoo/yahoo16x16-away.png
-yahooLunchIcon=resources/images/protocol/yahoo/yahoo16x16-lunch.png
-yahooNaIcon=resources/images/protocol/yahoo/yahoo16x16-na.png
-yahooPhoneIcon=resources/images/protocol/yahoo/yahoo16x16-phone.png
-yahooVacationIcon=resources/images/protocol/yahoo/yahoo16x16-vacation.png
-
-# accountinfo
-accountInfoIcon=resources/images/plugin/accountinfo/userInfo16x16.png
-accountInfoDefaultPersonIcon=resources/images/plugin/accountinfo/personPhoto.png
-
-# ssh accregwizz
-protocolIconSsh=resources/images/protocol/ssh/ssh-online.png
-pageImageSsh=resources/images/protocol/ssh/ssh64x64.png
-sshOfflineIcon=resources/images/protocol/ssh/ssh-offline.png
-sshNaIcon=resources/images/protocol/ssh/ssh-na.png
-sshConnectingIcon=resources/images/protocol/ssh/ssh-connecting.png
-sshConnectedIcon=resources/images/protocol/ssh/ssh-connected.png
-sshFileTransferIcon=resources/images/protocol/ssh/ssh-filetransfer.png
-
-# general config
-pluginIconGeneralConfig=resources/images/plugin/generalconfig/configureIcon.png
+service.systray.TRAY_ICON=resources/images/impl/systray/systrayIcon.png
+service.systray.TRAY_ICON_OFFLINE=resources/images/impl/systray/systrayIconOffline.png
+service.systray.TRAY_ICON_AWAY=resources/images/impl/systray/systrayIconAway.png
+service.systray.TRAY_ICON_FFC=resources/images/impl/systray/systrayIconFFC.png
+service.systray.TRAY_ICON_WINDOWS=resources/images/impl/systray/systrayIconWindows.png
+service.systray.TRAY_ICON_WINDOWS_OFFLINE=resources/images/impl/systray/systrayIconWindowsOffline.png
+service.systray.TRAY_ICON_WINDOWS_AWAY=resources/images/impl/systray/systrayIconWindowsAway.png
+service.systray.TRAY_ICON_WINDOWS_FFC=resources/images/impl/systray/systrayIconWindowsFFC.png
+service.systray.TRAY_ICON_MACOSX=resources/images/impl/systray/systrayIconMacOSX.png
+service.systray.TRAY_ICON_MACOSX_WHITE=resources/images/impl/systray/systrayIconMacOSXWhite.png
+service.systray.DOCK_ICON_OFFLINE=resources/images/impl/systray/dock-offline.png
+service.systray.DOCK_ICON_AWAY=resources/images/impl/systray/dock-away.png
+service.systray.DOCK_ICON_FFC=resources/images/impl/systray/dock-chatty.png
+service.systray.STATUS_MENU_ICON=resources/images/impl/systray/statusIcon.png
+service.systray.CLOSE_MENU_ICON=resources/images/impl/systray/quit.png
+service.systray.MESSAGE_ICON=resources/images/impl/systray/envelope.png
+service.systray.MESSAGE_ICON_WINDOWS=resources/images/impl/systray/envelopeWindows.png
+service.systray.MESSAGE_ICON_MACOSX=resources/images/impl/systray/envelopeMacOSX.png
+service.systray.MESSAGE_ICON_MACOSX_WHITE=resources/images/impl/systray/envelopeMacOSXWhite.png
+
+# dict protocol icons
+service.protocol.dict.PROTOCOL_ICON=resources/images/protocol/dict/dict-16x16.png
+service.protocol.dict.PROTOCOL_LARGE_ICON=resources/images/protocol/dict/dict-64x64.png
+service.protocol.dict.OFFLINE_STATUS_ICON=resources/images/protocol/dict/dict-16x16-offline.png
+
+# icq protocol icons
+service.protocol.icq.PROTOCOL_ICON=resources/images/protocol/icq/icq16x16-online.png
+service.protocol.icq.PROTOCOL_LARGE_ICON=resources/images/protocol/icq/icq64x64.png
+
+# yahoo protocol icons
+service.protocol.yahoo.PROTOCOL_ICON=resources/images/protocol/yahoo/yahoo16x16.png
+service.protocol.yahoo.PROTOCOL_LARGE_IMAGE=resources/images/protocol/yahoo/yahoo64x64.png
+
+# zeroconf protocol icons
+service.protocol.zeroconf.PROTOCOL_ICON=resources/images/protocol/zeroconf/zeroconf-color-16.png
+service.protocol.zeroconf.PROTOCOL_LARGE_ICON=resources/images/protocol/zeroconf/zeroconf-color-64.png
+service.protocol.zeroconf.ONLINE_STATUS_ICON=resources/images/protocol/zeroconf/zeroconf-online.png
+service.protocol.zeroconf.OFFLINE_STATUS_ICON=resources/images/protocol/zeroconf/zeroconf-offline.png
+service.protocol.zeroconf.DND_STATUS_ICON=resources/images/protocol/zeroconf/zeroconf-dnd.png
+service.protocol.zeroconf.INVISIBLE_STATUS_ICON=resources/images/protocol/zeroconf/zeroconf-invisible.png
#msn accregwizz
-protocolIconMsn=resources/images/protocol/msn/msn16x16.png
-pageImageMsn=resources/images/protocol/msn/msn64x64.png
-msnConnectingIcon=resources/images/protocol/msn/msn16x16-connecting.gif
-msnOnlineIcon=resources/images/protocol/msn/msn16x16-online.png
-msnNaIcon=resources/images/protocol/msn/msn16x16-na.png
-msnInvisibleIcon=resources/images/protocol/msn/msn16x16-invisible.png
-msnAwayIcon=resources/images/protocol/msn/msn16x16-away.png
-msnLunchIcon=resources/images/protocol/msn/msn16x16-lunch.png
-msnPhoneIcon=resources/images/protocol/msn/msn16x16-phone.png
-msnBrbIcon=resources/images/protocol/msn/msn16x16-brb.png
-msnBusyIcon=resources/images/protocol/msn/msn16x16-busy.png
-msnOfflineIcon=resources/images/protocol/msn/msn16x16-offline.png
-
-# mailbox
-mailboxIcon=resources/images/tape.png
-
-# pluginmanager
-installedStateIcon=resources/images/plugin/pluginmanager/installed.png
-deactivatedStateIcon=resources/images/plugin/pluginmanager/deactivated.png
-startingStateIcon=resources/images/plugin/pluginmanager/starting.png
-stoppingStateIcon=resources/images/plugin/pluginmanager/stopping.png
-activeStateIcon=resources/images/plugin/pluginmanager/active.png
-pluginIconPluginManager=resources/images/plugin/pluginmanager/pluginIcon.png
-
-# sip accregwizz
-protocolIconSip=resources/images/protocol/sip/sip16x16.png
-pageImageSip=resources/images/protocol/sip/sip64x64.png
-
-# extended callhistorysearch
-searchIcon=resources/images/plugin/extendedcallhistorysearch/searchIcon.png
-historyMenuIcon=resources/images/plugin/extendedcallhistorysearch/history16x16.png
-incomingCall=resources/images/plugin/extendedcallhistorysearch/incomingCall.png
-outgoingCall=resources/images/plugin/extendedcallhistorysearch/outgoingCall.png
-calendarIcon=resources/images/plugin/extendedcallhistorysearch/calendarIcon.png
-
-# gibberish accregwiz
-protocolIconGibberish=resources/images/protocol/gibberish/gibberish-online.png
-pageImageGibberish=resources/images/protocol/gibberish/gibberish64x64.png
-
-# whiteboard
-circleIcon=resources/images/plugin/whiteboard/circle.png
-circle2Icon=resources/images/plugin/whiteboard/circle2.png
-circleFIcon=resources/images/plugin/whiteboard/circleF.png
-colorIcon=resources/images/plugin/whiteboard/color.png
-editCopyIcon=resources/images/plugin/whiteboard/editcopy.png
-editPasteIcon=resources/images/plugin/whiteboard/editpaste.png
-fileImportIcon=resources/images/plugin/whiteboard/fileimport.png
-fileNewIcon=resources/images/plugin/whiteboard/filenew.png
-fileSaveIcon=resources/images/plugin/whiteboard/filesave.png
-imgIcon=resources/images/plugin/whiteboard/img.png
-lineIcon=resources/images/plugin/whiteboard/line.png
-line2Icon=resources/images/plugin/whiteboard/line2.png
-modifIcon=resources/images/plugin/whiteboard/modif.png
-penIcon=resources/images/plugin/whiteboard/pen.png
-mpenIcon=resources/images/plugin/whiteboard/m_pen.png
-polyIcon=resources/images/plugin/whiteboard/poly.png
-polyFIcon=resources/images/plugin/whiteboard/polyF.png
-polyLineIcon=resources/images/plugin/whiteboard/polyLine.png
-rectIcon=resources/images/plugin/whiteboard/rect.png
-rectFIcon=resources/images/plugin/whiteboard/rectF.png
-sc_logo16x16=resources/images/plugin/whiteboard/sc_logo16x16.png
-selectIcon=resources/images/plugin/whiteboard/select.png
-squareIcon=resources/images/plugin/whiteboard/square.png
-straightLineIcon=resources/images/plugin/whiteboard/straight_line.png
-textIcon=resources/images/plugin/whiteboard/text.png
-text2Icon=resources/images/plugin/whiteboard/text2.png
-inviteIcon=resources/images/plugin/whiteboard/inviteDialogIcon.png
-
-# dict status enum
-dictProtocolIcon=resources/images/protocol/dict/dict-16x16.png
-dictOfflineIcon=resources/images/protocol/dict/dict-16x16-offline.png
-dict64x64Icon=resources/images/protocol/dict/dict-64x64.png
-
-# gibberish status enum
-gibberish64x64Icon=resources/images/protocol/gibberish/gibberish64x64.png
-gibberishOfflineIcon=resources/images/protocol/gibberish/gibberish-offline.png
-gibberishOccupiedIcon=resources/images/protocol/gibberish/gibberish-occupied.png
-gibberishDndIcon=resources/images/protocol/gibberish/gibberish-dnd.png
-gibberishNaIcon=resources/images/protocol/gibberish/gibberish-na.png
-gibberishAwayIcon=resources/images/protocol/gibberish/gibberish-away.png
-gibberishInvisibleIcon=resources/images/protocol/gibberish/gibberish-invisible.png
-gibberishOnlineIcon=resources/images/protocol/gibberish/gibberish-online.png
-gibberishFfcIcon=resources/images/protocol/gibberish/gibberish-ffc.png
+service.protocol.msn.PROTOCOL_ICON=resources/images/protocol/msn/msn16x16.png
+service.protocol.msn.PROTOCOL_LARGE_ICON=resources/images/protocol/msn/msn64x64.png
+
+# ssh protocol icons
+service.protocol.ssh.PROTOCOL_ICON=resources/images/protocol/ssh/ssh-online.png
+service.protocol.ssh.PROTOCOL_LARGE_ICON=resources/images/protocol/ssh/ssh64x64.png
+service.protocol.ssh.OFFLINE_STATUS_ICON=resources/images/protocol/ssh/ssh-offline.png
+service.protocol.ssh.NA_STATUS_ICON=resources/images/protocol/ssh/ssh-na.png
+service.protocol.ssh.CONNECTING_ICON=resources/images/protocol/ssh/ssh-connecting.png
+service.protocol.ssh.CONNECTED_ICON=resources/images/protocol/ssh/ssh-connected.png
+service.protocol.ssh.FILE_TRANSFER_ICON=resources/images/protocol/ssh/ssh-filetransfer.png
# rss accregwizz
-protocolIconRss=resources/images/protocol/rss/rss-online.png
-pageImageRss=resources/images/protocol/rss/rss64x64.png
-rssOfflineIcon=resources/images/protocol/rss/rss-offline.png
-
-# aim accregwizz
-protocolIconAim=resources/images/protocol/aim/aim16x16-online.png
-aimInvisibleIcon=resources/images/protocol/aim/aim16x16-invisible.png
-aimAwayIcon=resources/images/protocol/aim/aim16x16-away.png
-aimOfflineIcon=resources/images/protocol/aim/aim16x16-offline.png
-pageImageAim=resources/images/protocol/aim/aim64x64.png
-aimConnectingIcon=resources/images/protocol/aim/cr16-action-aim_connecting.gif
+service.protocol.rss.PROTOCOL_ICON=resources/images/protocol/rss/rss-online.png
+service.protocol.rss.PROTOCOL_LARGE_ICON=resources/images/protocol/rss/rss64x64.png
+service.protocol.rss.OFFLINE_STATUS_ICON=resources/images/protocol/rss/rss-offline.png
+
+# sip protocol icons
+service.protocol.sip.PROTOCOL_ICON=resources/images/protocol/sip/sip16x16.png
+service.protocol.sip.PROTOCOL_LARGE_ICON=resources/images/protocol/sip/sip64x64.png
+
+# gibberish protocol icons
+service.protocol.gibberish.PROTOCOL_ICON=resources/images/protocol/gibberish/gibberish-online.png
+service.protocol.gibberish.PROTOCOL_LARGE_ICON=resources/images/protocol/gibberish/gibberish64x64.png
+service.protocol.gibberish.OFFLINE_STATUS_ICON=resources/images/protocol/gibberish/gibberish-offline.png
+service.protocol.gibberish.OCCUPIED_STATUS_ICON=resources/images/protocol/gibberish/gibberish-occupied.png
+service.protocol.gibberish.DND_STATUS_ICON=resources/images/protocol/gibberish/gibberish-dnd.png
+service.protocol.gibberish.NA_STATUS_ICON=resources/images/protocol/gibberish/gibberish-na.png
+service.protocol.gibberish.AWAY_STATUS_ICON=resources/images/protocol/gibberish/gibberish-away.png
+service.protocol.gibberish.INVISIBLE_STATUS_ICON=resources/images/protocol/gibberish/gibberish-invisible.png
+service.protocol.gibberish.ONLINE_STATUS_ICON=resources/images/protocol/gibberish/gibberish-online.png
+service.protocol.gibberish.FFC_STATUS_ICON=resources/images/protocol/gibberish/gibberish-ffc.png
+
+# aim protocol icons
+service.protocol.aim.PROTOCOL_ICON=resources/images/protocol/aim/aim16x16-online.png
+service.protocol.aim.PROTOCOL_LARGE_ICON=resources/images/protocol/aim/aim64x64.png
+service.protocol.aim.INVISIBLE_STATUS_ICON=resources/images/protocol/aim/aim16x16-invisible.png
+service.protocol.aim.AWAY_STATUS_ICON=resources/images/protocol/aim/aim16x16-away.png
+service.protocol.aim.OFFLINE_STATUS_ICON=resources/images/protocol/aim/aim16x16-offline.png
+service.protocol.aim.CONNECTING_ICON=resources/images/protocol/aim/cr16-action-aim_connecting.gif
+
+# irc protocol icons
+service.protocol.irc.PROTOCOL_ICON=resources/images/protocol/irc/cr16-action-irc_online.png
+service.protocol.irc.PROTOCOL_LARGE_ICON=resources/images/protocol/irc/cr64-app-irc_protocol.png
+service.protocol.irc.OFFLINE_STATUS_ICON=resources/images/protocol/irc/cr16-action-irc_offline.png
+service.protocol.irc.AWAY_STATUS_ICON=resources/images/protocol/gibberish/gibberish-away.png
+service.protocol.irc.CONNECTING_ICON=resources/images/protocol/irc/cr16-action-irc_connecting-1.gif
+
+# jabber protocol icons
+service.protocol.jabber.PROTOCOL_ICON=resources/images/protocol/jabber/status16x16-online.png
+service.protocol.jabber.PROTOCOL_LARGE_ICON=resources/images/protocol/jabber/logo48x48.png
-# contactinfo
-contactInfoIcon=resources/images/plugin/contactinfo/userInfo16x16.png
-contactInfoDefaultPersonIcon=resources/images/plugin/contactinfo/personPhoto.png
-
-# irc accregwizz
-protocolIconIrc=resources/images/protocol/irc/cr16-action-irc_online.png
-pageImageIrc=resources/images/protocol/irc/cr64-app-irc_protocol.png
-ircOfflineIcon=resources/images/protocol/irc/cr16-action-irc_offline.png
-ircAwayIcon=resources/images/protocol/gibberish/gibberish-away.png
-ircConnectingIcon=resources/images/protocol/irc/cr16-action-irc_connecting-1.gif
-irc64x64Icon=resources/images/protocol/irc/cr32-app-irc_protocol.png
+# googletalk accregwizz
+service.protocolgoogletalk.PROTOCOL_ICON=resources/images/protocol/googletalk/status16x16-online.png
+service.protocolgoogletalk.PROTOCOL_LARGE_ICON=resources/images/protocol/googletalk/logo48x48.png
-# jabber accregwizz
-protocolIconJabber=resources/images/protocol/jabber/status16x16-online.png
-pageImageJabber=resources/images/protocol/jabber/logo48x48.png
-jabberConnectingIcon=resources/images/protocol/jabber/status16x16-connecting.gif
-jabberOfflineIcon=resources/images/protocol/jabber/status16x16-offline.png
-jabberDndIcon=resources/images/protocol/jabber/status16x16-dnd.png
-jabberAwayIcon=resources/images/protocol/jabber/status16x16-away.png
-jabberFfcIcon=resources/images/protocol/jabber/status16x16-ffc.png
-jabberXaIcon=resources/images/protocol/jabber/status16x16-xa.png
+# branding plugin images
+plugin.branding.ABOUT_WINDOW_BACKGROUND=resources/images/plugin/branding/aboutWindowBackground.png
+plugin.branding.SPLASH_SCREEN_BACKGROUND=resources/images/plugin/branding/splashScreenBackground.png
-# googletalk accregwizz
-googletalkProtocolIcon=resources/images/protocol/googletalk/status16x16-online.png
-googletalkPageImage=resources/images/protocol/googletalk/logo48x48.png
-googletalkConnectingIcon=resources/images/protocol/googletalk/status16x16-connecting.gif
-googletalkOfflineIcon=resources/images/protocol/googletalk/status16x16-offline.png
-googletalkDndIcon=resources/images/protocol/googletalk/status16x16-dnd.png
-googletalkAwayIcon=resources/images/protocol/googletalk/status16x16-away.png
-googletalkFfcIcon=resources/images/protocol/googletalk/status16x16-ffc.png
-googletalkXaIcon=resources/images/protocol/googletalk/status16x16-xa.png
+# accountinfo
+plugin.accountinfo.PLUGIN_ICON=resources/images/plugin/accountinfo/userInfo16x16.png
+
+# general config plugin icons
+plugin.generalconfig.PLUGIN_ICON=resources/images/plugin/generalconfig/configureIcon.png
+
+# mailbox plugin icons
+plugin.mailbox.PLUGIN_ICON=resources/images/tape.png
+
+# pluginmanager plugin icons
+plugin.pluginmanager.INSTALLED_STATE=resources/images/plugin/pluginmanager/installed.png
+plugin.pluginmanager.DEACTIVATED_STATE=resources/images/plugin/pluginmanager/deactivated.png
+plugin.pluginmanager.STARTING_STATE=resources/images/plugin/pluginmanager/starting.png
+plugin.pluginmanager.STOPPING_STATE=resources/images/plugin/pluginmanager/stopping.png
+plugin.pluginmanager.ACTIVATE_STATE=resources/images/plugin/pluginmanager/active.png
+plugin.pluginmanager.PLUGIN_ICON=resources/images/plugin/pluginmanager/pluginIcon.png
+
+# extended callhistorysearch plugin icons
+plugin.callhistorysearch.SEARCH_ICON=resources/images/plugin/extendedcallhistorysearch/searchIcon.png
+plugin.callhistorysearch.HISTORY_MENU_ICON=resources/images/plugin/extendedcallhistorysearch/history16x16.png
+plugin.callhistorysearch.HISTORY_BUTTON=resources/images/plugin/extendedcallhistorysearch/callHistory.png
+plugin.callhistorysearch.INCOMING_CALL=resources/images/plugin/extendedcallhistorysearch/incomingCall.png
+plugin.callhistorysearch.OUTGOING_CALL=resources/images/plugin/extendedcallhistorysearch/outgoingCall.png
+plugin.callhistorysearch.CALENDAR_ICON=resources/images/plugin/extendedcallhistorysearch/calendarIcon.png
+
+# whiteboard plugin icons
+plugin.whiteboard.SELECT_ICON=resources/images/plugin/whiteboard/select.png
+plugin.whiteboard.PEN_ICON=resources/images/plugin/whiteboard/pen.png
+plugin.whiteboard.LINE2_ICON=resources/images/plugin/whiteboard/line2.png
+plugin.whiteboard.RECT_ICON=resources/images/plugin/whiteboard/rect.png
+plugin.whiteboard.RECTF_ICON=resources/images/plugin/whiteboard/rectF.png
+plugin.whiteboard.CIRCLE_ICON=resources/images/plugin/whiteboard/circle.png
+plugin.whiteboard.CIRCLE2_ICON=resources/images/plugin/whiteboard/circle2.png
+plugin.whiteboard.CIRCLEF_ICON=resources/images/plugin/whiteboard/circleF.png
+plugin.whiteboard.COLOR_ICON=resources/images/plugin/whiteboard/color.png
+plugin.whiteboard.EDIT_COPY_ICON=resources/images/plugin/whiteboard/editcopy.png
+plugin.whiteboard.EDIT_PASTE_ICON=resources/images/plugin/whiteboard/editpaste.png
+plugin.whiteboard.FILE_IMPORT_ICON=resources/images/plugin/whiteboard/fileimport.png
+plugin.whiteboard.FILE_NEW_ICON=resources/images/plugin/whiteboard/filenew.png
+plugin.whiteboard.FILE_SAVE_ICON=resources/images/plugin/whiteboard/filesave.png
+plugin.whiteboard.IMAGE_ICON=resources/images/plugin/whiteboard/img.png
+plugin.whiteboard.LINE_ICON=resources/images/plugin/whiteboard/line.png
+plugin.whiteboard.MODIF_ICON=resources/images/plugin/whiteboard/modif.png
+plugin.whiteboard.MPEN_ICON=resources/images/plugin/whiteboard/m_pen.png
+plugin.whiteboard.POLY_ICON=resources/images/plugin/whiteboard/poly.png
+plugin.whiteboard.POLYF_ICON=resources/images/plugin/whiteboard/polyF.png
+plugin.whiteboard.POLY_LINE_ICON=resources/images/plugin/whiteboard/polyLine.png
+plugin.whiteboard.SQUARE_ICON=resources/images/plugin/whiteboard/square.png
+plugin.whiteboard.STRAIGHT_LINE_ICON=resources/images/plugin/whiteboard/straight_line.png
+plugin.whiteboard.TEXT_ICON=resources/images/plugin/whiteboard/text.png
+plugin.whiteboard.TEXT2_ICON=resources/images/plugin/whiteboard/text2.png
+plugin.whiteboard.INVITE_ICON=resources/images/plugin/whiteboard/inviteDialogIcon.png
+
+# contactinfo plugin icons
+plugin.contactinfo.CONTACT_INFO_ICON=resources/images/plugin/contactinfo/userInfo16x16.png
# keybinding
-keybindingPluginIcon=resources/images/plugin/keybindingchooser/pluginIcon.png
+plugin.keybinding.PLUGIN_ICON=resources/images/plugin/keybindingchooser/pluginIcon.png
# auto away (statusupdate)
-autoAwayConfigIcon=resources/images/plugin/autoaway/aa-config.png
-
-# Notification configuration form
-notificationIcon=resources/images/plugin/notificationconfiguration/notificationIcon.png
-playIcon=resources/images/plugin/notificationconfiguration/playIcon.png
-progIcon=resources/images/plugin/notificationconfiguration/progIcon.png
-popupIcon=resources/images/plugin/notificationconfiguration/popupIcon.png
-soundIcon=resources/images/plugin/notificationconfiguration/soundIcon.png
-activatedIcon=resources/images/plugin/notificationconfiguration/activeIcon.png
-desactivatedIcon=resources/images/plugin/notificationconfiguration/desactivatedIcon.png
-foldericon=resources/images/plugin/notificationconfiguration/folder.png
-
-MediaConfigurationForm_icon=resources/images/impl/media/media.png
+plugin.autoaway.PLUGIN_ICON=resources/images/plugin/autoaway/aa-config.png
+
+# notifications configuration form
+plugin.notificationconfig.PLUGIN_ICON=resources/images/plugin/notificationconfiguration/notificationIcon.png
+plugin.notificationconfig.PLAY_ICON=resources/images/plugin/notificationconfiguration/playIcon.png
+plugin.notificationconfig.PROG_ICON=resources/images/plugin/notificationconfiguration/progIcon.png
+plugin.notificationconfig.POPUP_ICON=resources/images/plugin/notificationconfiguration/popupIcon.png
+plugin.notificationconfig.SOUND_ICON=resources/images/plugin/notificationconfiguration/soundIcon.png
+plugin.notificationconfig.ACTIVATED_ICON=resources/images/plugin/notificationconfiguration/activeIcon.png
+plugin.notificationconfig.DEACTIVATED_ICON=resources/images/plugin/notificationconfiguration/desactivatedIcon.png
+plugin.notificationconfig.FOLDER_ICON=resources/images/plugin/notificationconfiguration/folder.png
+
+# media configuration form
+plugin.mediaconfig.PLUGIN_ICON=resources/images/impl/media/media.png
diff --git a/resources/images/plugin/extendedcallhistorysearch/callHistory.png b/resources/images/plugin/extendedcallhistorysearch/callHistory.png
new file mode 100644
index 0000000..483db0a
--- /dev/null
+++ b/resources/images/plugin/extendedcallhistorysearch/callHistory.png
Binary files differ
diff --git a/resources/languages/resourcesnew.properties b/resources/languages/resourcesnew.properties
new file mode 100644
index 0000000..a060d05
--- /dev/null
+++ b/resources/languages/resourcesnew.properties
@@ -0,0 +1,682 @@
+# SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+#
+# Distributable under LGPL license.
+# See terms of license at gnu.org.
+
+# Note to translators:
+# To translate SIP Communicator to your language
+# - copy messages.properties to messages_xx.properties
+# (where xx is the ISO 639-1 language code of your language)
+# - the file must use UTF-8 encoding
+# - all entries are of the form key=translation, where only the
+# translation part has to be changed
+# - {0}, {1}... are parameters which will be replaced by the
+# actual text at runtime, place them as you wish
+# - you don't have to translate all entries, if an entry is not
+# found in your translation, the text in messages.properties will
+# be used
+# - \ at the end of a line means that the translation is continued
+# in the next line
+#
+# To start SIP Communicator with a language that is different
+# from your system's language, pass the language code to ant:
+# ant -Duser.language=xx run
+#
+# The same rules apply to the properties files found in the other
+# directories.
+
+service.gui.ABOUT=&About
+service.gui.ACCEPT=&Accept
+service.gui.ACCOUNT=Account
+service.gui.ACCOUNT_REGISTRATION_WIZARD=Account Registration Wizard
+service.gui.ACCOUNTS=Accounts
+service.gui.ACTIVATE_ONLY_WHEN_MINIMIZED=Activate only when minimized
+service.gui.ADD=&Add
+service.gui.ADD_ACCOUNT=Add account
+service.gui.ADD_CONTACT=&Add contact
+service.gui.ADD_CONTACT_ERROR=Failed to add contact with id: {0}
+service.gui.ADD_CONTACT_ERROR_TITLE=Add contact Error
+service.gui.ADD_CONTACT_EXIST_ERROR=The contact {0} already exists in your contact list.
+service.gui.ADD_CONTACT_ID=In the field below enter the identifier of the contact you would like to add.
+service.gui.ADD_CONTACT_WIZARD=Add contact wizard
+service.gui.ADD_GROUP_LOCAL_ERROR=Failed to add group with name: {0}. The problem occured during a local IO operation.
+service.gui.ADD_GROUP_NET_ERROR=Failed to add group with name: {0}. The problem occured due to a network failure. Please check your network connection and try again.
+service.gui.ADD_GROUP_ERROR=Failed to add group with name: {0}.
+service.gui.ADD_GROUP_ERROR_TITLE=Add group Error
+service.gui.ADD_GROUP_EXIST_ERROR=The group {0} already exists in your contact list.
+service.gui.ADD_GROUP=Create group
+service.gui.ADD_SUBCONTACT=&Add subcontact
+service.gui.ADVANCED=Advanced
+service.gui.ALL=&All
+service.gui.ALL_CONTACTSs=&All contacts
+service.gui.ALWAYS_ON_TOP=Always on top
+service.gui.APPEARANCE=Appearance
+service.gui.APPLICATION=Application
+service.gui.APPLY=&Apply
+service.gui.AT=at
+service.gui.AUTHORIZATION_ACCEPTED=contact has accepted your authorization request.
+service.gui.AUTHENTICATION_WINDOW_TITLE=Authentication requested
+service.gui.AUTHORIZATION_REJECTED=contact has rejected your authorization request.
+service.gui.AUTHORIZATION_REQUESTED=Authorization requested
+service.gui.AUTHORIZATION_REQUESTED_INFO=The {0} contact requests your authorization.
+service.gui.AUTHENTICATION_FAILED=Authentication failed. The password you entered is not valid.
+service.gui.AUTHORIZATION_RESPONSE=Authorization response
+service.gui.AUTO_POPUP=Bring window to front
+service.gui.AWAY_STATUS=Away
+service.gui.BACK=&Back
+service.gui.BAN=&Ban
+service.gui.BAN_FAILED=Ban failed
+service.gui.BAN_FAILED_GENERAL_ERROR=Failed to ban {0}. A general server error occured.
+service.gui.BAN_FAILED_NOT_ALLOWED=Failed to ban {0}. The owner and the administratior of the room could not be banned.
+service.gui.BAN_FAILED_NOT_ENOUGH_PERMISSIONS=Failed to ban {0}. You don't have enough privileges to do that.
+service.gui.BRB_MESSAGE=I'm gone right now, but I'll be back.
+service.gui.BUSY_MESSAGE=Sorry, I'm busy right now.
+service.gui.CALL=Call
+service.gui.CALL_VIA=Call via:
+service.gui.CALL_LIST=Call list
+service.gui.CANCEL=&Cancel
+service.gui.CHAT_ROOM_ALREADY_JOINED=The {0} chat room is already joined.
+service.gui.CHAT_ROOM_CONFIGURATION={0} chat room configuration
+service.gui.CHAT_ROOM_OPEN_CONFIG_FAILED=Failed to obtain the {0} chat room configuration form.
+service.gui.CHAT_ROOM_OPEN_CONFIG_FORBIDDEN=Could not obtain the {0} chat room configuration form. Only administrators of the chat room could see and change the configuration form.
+service.gui.CHAT_ROOM_CONFIG_FORM_SUBMIT_FAILED=An error occured while trying to submit the configuration form for chat room {0}.
+service.gui.CHAT_ROOM_USER_JOINED=has joined {0}
+service.gui.CHAT_ROOM_USER_LEFT=has left {0}
+service.gui.CHAT_ROOM_USER_KICKED=has been kicked from {0}
+service.gui.CHAT_ROOM_USER_QUIT=has quit {0}
+service.gui.CHAT_ROOM_NAME=Chat room name
+service.gui.CHAT_ROOM_NAME_INFO=In the field below enter the name of the chat room that you would like to create.
+service.gui.CHAT_ROOM_NOT_EXIST=The {0} room was not found in the {1} server. Please verify if the name you typed is correct.
+service.gui.CHAT_ROOM_NOT_CONNECTED=You need to be logged in in order to join the {0} chat room.
+service.gui.CHAT_ROOM_NOT_JOINED=You need to be joined to the chat room in order to do further operations with it.
+service.gui.CHAT_ROOM_OPTIONS=Chat room options
+service.gui.CHAT_ROOM_REGISTRATION_REQUIRED=The {0} chat room requires registration to be joined.
+service.gui.CHAT_ROOM_REQUIRES_PASSWORD=The {0} chat room has requested a password.
+service.gui.CHAT_ROOM_SUBJECT_CHANGED={0} has changed the subject to {1}
+service.gui.CHAT_ROOMS=Chat rooms
+service.gui.CLOSE=Cl&ose
+service.gui.CLOSE_CHAT_AFTER_NEW_MESSAGE=You have received a new message less than 2 seconds ago. Are you sure you want to close this chat?
+service.gui.CONFERENCE=Conference
+service.gui.CONFIGURE=&Configure
+service.gui.CONFIGURATION=Configuration
+service.gui.CONNECTION_FAILED=Connection failed
+service.gui.CONNECTION_FAILED_MESSAGE=<DIV>Connection failed for the following account: <BR> \
+User name: {0} <BR>\
+Server name: {1}. <BR>\
+Please check your network connection or contact <BR>\
+your network administrator for more information.</DIV>
+service.gui.CONNECTION_EXPIRED=You are currently disconnected from the {0} server.
+service.gui.CONTACT_ADDRESS=Contact address
+service.gui.CONTACT_NOT_SUPPORTING_TELEPHONY=The choosen {0} contact doesn't support telephony.
+service.gui.CONTACT_PAUSED_TYPING={0} paused typing the message
+service.gui.CONTACT_TYPING={0} is typing a message
+service.gui.CONTACT_TYPEING_STATE_STALE=typing state not updated
+service.gui.CONTACT_INFO=&Contact info
+service.gui.CONTACTS=Contacts
+service.gui.CONTINUE=&Continue
+service.gui.COPY=&Copy
+service.gui.COPY_LINK=Copy &link
+service.gui.CREATE=C&reate
+service.gui.CREATE_CHAT_ROOM=&Create chat room...
+service.gui.CREATE_CHAT_ROOM_NOT_SUPPORTED=Failed to create chat room with name: {0}. The server you have choosen: {1} doesn't support this operation.
+service.gui.CREATE_CHAT_ROOM_ERROR=Failed to create chat room with name: {0}.
+service.gui.CREATE_CHAT_ROOM_WIZARD=Create chat room wizard
+service.gui.CREATE_GROUP=&Create group
+service.gui.CREATE_GROUP_NAME=In the field below enter the name of the group you would like to create.
+service.gui.CREATE_FIRST_GROUP_WIZARD=Your contact list doesn't contain any groups. Please create a group first (File/Create group).
+service.gui.CUT=C&ut
+service.gui.DATE=Date
+service.gui.DESCRIPTION=Description
+service.gui.DIAL=&Dial
+service.gui.DIALPAD=Dialpad
+service.gui.DND_STATUS=Do not disturb
+service.gui.DO_NOT_ASK_AGAIN=Don't ask again
+service.gui.DO_NOT_SHOW_AGAIN=Don't show this message again
+service.gui.DOES_NOT_SUPPORT_WEB_INFO=This contact doesn't support web contact info
+service.gui.DURATION=Duration
+service.gui.EDIT=&Edit
+service.gui.EMPTY_HISTORY=&Empty history
+service.gui.ENABLE_NOTIFICATIONS=Enable notifications
+service.gui.ENABLE_TYPING_NOTIFICATIONS=Enable &typing notifications
+service.gui.ENTER_PHONE_NUMBER=Enter phone number
+service.gui.ERROR=Error
+service.gui.EXIT=E&xit
+service.gui.EXTENDED_CRITERIA=Extended criteria
+service.gui.GENERAL=General
+service.gui.GENERAL_ERROR=General error
+service.gui.GROUP=Group
+service.gui.GROUP_NAME=Group name
+service.gui.FAILED_TO_CREATE_CHAT_ROOM=Failed to create chat room with name: {0}.
+service.gui.FAILED_TO_JOIN_CHAT_ROOM=Failed to join chat room with name: {0}.
+service.gui.FREE_FOR_CHAT_STATUS=Free for chat
+service.gui.FILE=&File
+service.gui.FIND_CHAT_ROOM_ERROR=Failed to find the "{0}" chat room.
+service.gui.FINISH=&Finish
+service.gui.FIRST=First
+service.gui.FONT=Font
+service.gui.HANG_UP=Hang up
+service.gui.HAVE_TO_BE_CONNECTED_TO_JOIN=You have to be connected in order to join a chat room. Please connect and then try again.
+service.gui.HAVE_TO_BE_CONNECTED_TO_LEAVE=You have to be connected in order to leave a chat room.
+service.gui.HELP=&Help
+service.gui.HIDE_OFFLINE=Hide
+service.gui.HIDE_OfflineContacts=Hide inactive contacts
+service.gui.HIDE_CallPanel=&Hide call panel
+service.gui.HIDE_MAIN_WINDOW=<DIV>Clicking the X window button will not exit the application, \
+but only <BR> hide it. If you wish to exit the application choose File/Quit.</DIV>
+service.gui.HISTORY=&History
+service.gui.HISTORY_CONTACT=History - {0}
+service.gui.HOUR=Hour
+service.gui.IDENTIFIER=Identifier
+service.gui.IGNORE=&Ignore
+service.gui.INFO=Info
+service.gui.INSERT_SMILEY=Insert smiley
+service.gui.INVALID_CALL=Invalid call
+service.gui.INVITATION=Invitation text
+service.gui.INVITATION_RECEIVED=Invitation received
+service.gui.INVITATION_RECEIVED_FORM_INFO={0} has invited you to join {1} chat room. You could accept, reject or ignore this invitation.
+service.gui.INVITE=&Invite
+service.gui.INVITE_CONTACT_FORM_INFO=Please write the name of the user you would like to invite. If you wish you could also precise the reason for this invitation.
+service.gui.INVITE_CONTACT_TO_CHAT=Invite contact to chat
+service.gui.JOIN=&Join
+service.gui.JOIN_AS=J&oin as
+service.gui.JOIN_CHAT_ROOM=&Join chat room...
+service.gui.JOIN_CHAT_ROOM_TITLE=Join chat room
+service.gui.JOIN_CHAT_ROOM_NAME=Please enter the name of the chat room you would like to join.
+service.gui.JOIN_CHAT_ROOM_WIZARD=Join chat room wizard
+service.gui.KICK=&Kick
+service.gui.KICK_FAILED=Kick failed
+service.gui.KICK_FAILED_GENERAL_ERROR=Failed to kick {0}. A general server error occured.
+service.gui.KICK_FAILED_NOT_ALLOWED=Failed to kick {0}. The owner and the administratior of the room could not be kicked.
+service.gui.KICK_FAILED_NOT_ENOUGH_PERMISSIONS=Failed to kick {0}. You don't have enough privileges to do that.
+service.gui.LAST=Last
+service.gui.LAUNCH_BROWSER_ERROR=Error attempting to launch web browser.
+service.gui.LAUNCE_ON_STARTUP=Launch on start up
+service.gui.LEAVE=&Leave
+service.gui.LIMIT_REACHED_FOR_IP=You have too many existing registrations from the local IP address and the {0} server doesn't allow to open any more of them.
+service.gui.LOGIN=&Login
+service.gui.LOGIN_NETWORK_ERROR=<DIV>Unable to log in with account:<BR>\
+User name: {0}<BR>\
+Server name: {1}<BR>\
+due to a network failure. Please check your network connection.</DIV>
+service.gui.LOGIN_GENERAL_ERROR=An error occured while logging in with account: User name: {0}, Server name: {1}.
+service.gui.LOGIN_INTERNAL_ERROR=An error occured while logging in with account: User name: {0}, Server name: {1}. This is most probably an internal application error. You could report your problem to issues@sip-communicator.dev.java.net.
+service.gui.LOGIN_INVALID_PROPERTIES_ERROR=Unable to log in with account: User name: {0}, Server name: {1}, due to an account configuration problem. Please check your account configuration.
+service.gui.LOGIN_WINDOW_TITLE=Login {0}
+service.gui.LOG_OFF_ERROR=An error occured while logging off with the following account: User name: {0}, Server name: {1}.
+service.gui.ME=me
+service.gui.MODIFY=&Modify
+service.gui.MOVE=Move
+service.gui.MOVE_SUBCONTACT=M&ove contact
+service.gui.MOVE_SUBCONTACT_MESSAGE=Select the contact, where you would like to move.
+service.gui.MOVE_SUBCONTACT_IN_SAME_CONTACT=The contact you have choosen is the same as \n the source one. Please choose another contact!
+service.gui.MOVE_SUBCONTACT_QUESTION=<DIV>Are you sure you want to move <B> {0} </B> to <B> {1} </B> ?</DIV>
+service.gui.MOVE_TO_GROUP=&Move to group
+service.gui.MOVE_CONTACT_ERROR=&Contact cannot be moved
+service.gui.MSG_DELIVERY_FAILURE=The above message could not be delivered
+service.gui.MSG_DELIVERY_OFFLINE_NOT_SUPPORTED=The protocol you are using doesn't support offline messages. You could try to reach this contact through another protocol or wait until he/she becomes online.
+service.gui.MSG_DELIVERY_INTERNAL_ERROR=An internal error occured. This is most probably a bug. Please report it here: http://www.sip-communicator.org/index.php/Development/BugsAndIssues. Server returned error: {0}
+service.gui.MSG_DELIVERY_UNKNOWN_ERROR=Your message could not be delivered due to the following problem: {0}.
+service.gui.MSG_NOT_DELIVERED=A network problem occured. Please check your network configuration and try again. Server returned error: {0}.
+service.gui.MSG_RECEIVED={0} has sent you a message
+service.gui.MSG_SEND_CONNECTION_PROBLEM=You should be connected to be able to send messages.
+service.gui.MULTIPLE_LOGINS=You have logged in more than once with the same account. The following account: User name: {0}, Server name: {1} is currently disconnected.
+service.gui.NAME=Name
+service.gui.NETWORK=Network
+service.gui.NETWORK_FAILURE=Network failure
+service.gui.NEXT=&Next
+service.gui.NEW=&New
+service.gui.NEW_ACCOUNT=Add &new account
+service.gui.NEW_MESSAGE=New message...
+service.gui.NEW_NAME=New name:
+service.gui.NEW_STATUS_MESSAGE=New status message
+service.gui.NO=No
+service.gui.NO_AVAILABLE_ROOMS=The list of rooms for this server is currently not available.
+service.gui.NO_MESSAGE=No message
+service.gui.NO_MULTI_CHAT_ACCOUNT_AVAILABLE=No accounts, supporting multi user chat found. Check sip-communicator.org for more information on which protocols support multi user chat.
+service.gui.NON_EMPTY_CHAT_WINDOW_CLOSE=You're trying to close a chat with a non-sent message. Are you sure you want to close this chat?
+service.gui.NON_EXISTING_USERNAME=The {0} server does not recognize specified user id.
+service.gui.NOTIFICATIONS=Notifications
+service.gui.OK=&Ok
+service.gui.OFFLINE=Offline
+service.gui.OLDER_CALLS=Older calls
+service.gui.ONLINE=Online
+service.gui.OPEN_IN_BROWSER=Open in &browser
+service.gui.OPTIONS=Options
+service.gui.PASSWORD=Password
+service.gui.PASTE=&Paste
+service.gui.PREVIOUS=Previous
+service.gui.PRINT=&Print
+service.gui.PROTOCOL=Protocol
+service.gui.PROVIDER_NOT_CONNECTED=You must be connected to be able to communicate.
+service.gui.QUIT=&Quit
+service.gui.READY=Ready
+service.gui.REASON=Reason
+service.gui.RECONNECTION_LIMIT_EXCEEDED=You have have been disconnecting and reconnecting to the server too fast. The following account: User name: {0}, Server name: {1} is temporarily banned and would have to wait a bit before trying to login again.
+service.gui.REFRESH=Refresh
+service.gui.REGISTRATION_TIMEOUT=Registration timeout:
+service.gui.REJECT=&Reject
+service.gui.REMEMBER_PASSWORD=Remember password
+service.gui.REMOVE=&Remove
+service.gui.REMOVE_ACCOUNT=&Remove account
+service.gui.REMOVE_ACCOUNT_CONFIRM=Are you sure you want to remove this account?
+service.gui.REMOVE_CONTACT=&Remove subcontact
+service.gui.REMOVE_CONTACT_TEXT=<DIV>Are you sure you want to remove <B> {0} </B><BR>from your contact list?</DIV>
+service.gui.REMOVE_GROUP=&Remove group
+service.gui.RENAME=&Rename
+service.gui.RENAME_CONTACT=Re&name contact
+service.gui.RENAME_CONTACT_WIZARD=In the field below you can specify the name you would like to use for the given contact.
+service.gui.RENAME_GROUP=Re&name group
+service.gui.RENAME_GROUP_INFO=In the field below you can specify the name you would like to use for the given group.
+service.gui.REQUEST=&Request
+service.gui.REQUEST_AUTHORIZATION=&Request authorization
+service.gui.REQUEST_AUTHORIZATION_INFO=Can't add {0} to your Contact List. {0} must authorize your request to add him/her. Please enter your request below.
+service.gui.REQUEST_AUTHORIZATION_REASON=Request reason
+service.gui.REQUEST_AUTHORIZATION_REASON_ENTER=Enter request reason
+service.gui.RESPONSE_AUTHORIZATION_REASON_ENTER=Enter response reason
+service.gui.RETRY=Retry
+service.gui.ROOT_GROUP=Root group
+service.gui.SAVE=&Save
+service.gui.SEARCH=&Search
+service.gui.SEARCH_FOR_CHAT_ROOMS=&Search for chat rooms
+service.gui.SEARCH_FOR_CHAT_ROOMS_TEXT=Click the below button to show all chat rooms existing in the selected server. Then select the one you would like to join and click the join button.
+service.gui.SECURITY_AUTHORITY_REALM=The {0} server has requested your authentication.
+service.gui.SELECT_ACCOUNT=Select account
+service.gui.SELECT_ACCOUNT_REGISTRATION=From the list below select the account registration wizard to use for creating a new account.
+service.gui.SELECT_ACCOUNT_REGISTRATION_WIZARD_TITLE=Select account registration
+service.gui.SELECT_GROUP=Select group
+service.gui.SELECT_GROUP_WIZARD=The list below contains all groups in your Contact List. Select the one, where you would like to add the new contact.
+service.gui.SELECT_GROUP_WIZARD_TITLE=Specify group
+service.gui.SELECT_PROVIDERS_FOR_CHAT_ROOM=The list below contains all accounts that support the multi user chat feature. Select the one you would like to use to create your chat room.
+service.gui.SELECT_PROVIDERS_WIZARD=The list below contains all registered accounts. Select the one you would like to use to communicate with the new contact.
+service.gui.SELECT_PROVIDERS_WIZARD_TITLE=Select account
+service.gui.SEND=&Send
+service.gui.SEND_FILE=Send &file
+service.gui.SELECT_CONTACT_SUPPORTING_INFO=There is no info for this contact.
+service.gui.SEND_MESSAGE=&Send a message
+service.gui.SEND_AS_SMS=Send as SMS
+service.gui.SEND_SMS=S&end SMS
+service.gui.SEND_SMS_DETAILS=Remember that you need to enter the number in international \
+format e.g. starting with +44 for the UK for example, +447777000000
+service.gui.SEND_SMS_NOT_SUPPORTED=The protocol you have selected doesn't support SMS messages.
+service.gui.SEND_VIA=Send via
+service.gui.SET_STATUS_MESSAGE=Set status message
+service.gui.SETTINGS=&Settings
+service.gui.SHOW_CALL_PANEL=Show call panel
+service.gui.SHOW_CHANNELS_LIST=Show channels list
+service.gui.SHOW_OFFLINE=Show
+service.gui.SHOW_OFFLINE_CONTACTS=Show inactive contacts
+service.gui.SIGN_IN=Sign in
+service.gui.SMILEY=Smiley
+service.gui.SMS_SUCCESSFULLY_SENT=SMS message successfully sent!
+service.gui.SMS_SEND_CONNECTION_PROBLEM=You need to be connected before being able to send SMS messages. Please connect your SMS provider account.
+service.gui.SPECIFY_REASON=In the field below you could specify the reason of this operation.
+service.gui.SOUND=Sound
+service.gui.SOUND_ON_OFF=Turn sound on/off
+service.gui.STATUS_CHANGED_CHAT_MESSAGE=has become {0}
+service.gui.STATUS_CHANGE_GENERAL_ERROR=Failed to change status for account: User name: {0}, Server name: {1}, due to a general error.
+service.gui.STATUS_CHANGE_NETWORK_FAILURE=Failed to change status for account: User name: {0}, Server name: {1}, due to a network problem.
+service.gui.STATUS_MESSAGE_INFO=In the field below you can specify the new message you would like to use.
+service.gui.SUBJECT=Subject
+service.gui.SUMMARY=Summary
+service.gui.TODAY=Today
+service.gui.TOOLS=&Tools
+service.gui.TYPE_YOUR_REQUEST=Type your request here
+service.gui.USERNAME=User identifier:
+service.gui.UNKNOWN=Unknown user
+service.gui.USE_CTRL_ENTER_TO_SEND=Use Ctrl-&Enter to send
+service.gui.USERNAME=Username
+service.gui.MESSAGE_DELIVERY_FAILED_UNKNOWN_ERROR=Unknown error has occured while delivering your message. Server returned error: {0}
+service.gui.UNREGISTERED_MESSAGE=Unable to connect the following account: User name: {0}, Server name: {1}. You are currently offline.
+service.gui.UPDATE_AUTOMATICALLY=Automatically install new updates
+service.gui.UPDATES=Updates
+service.gui.VIEW=&View
+service.gui.VIEW_HISTORY=View &history
+service.gui.WARNING=Warning
+service.gui.YES=Yes
+service.gui.YESTERDAY=Yesterday
+
+service.gui.JANUARY=Jan
+service.gui.FEBRUARY=Feb
+service.gui.MARCH=Mar
+service.gui.APRIL=Apr
+service.gui.MAY=May
+service.gui.JUNE=Jun
+service.gui.JULY=Jul
+service.gui.AUGUST=Aug
+service.gui.SEPTEMBER=Sep
+service.gui.OCTOBER=Oct
+service.gui.NOVEMBER=Nov
+service.gui.DECEMBER=Dec
+
+# impl.protocol.ssh
+#Contact Details Seperator(must not be part of contact data stored as persistent
+# data)
+impl.protocol.ssh.DETAILS_SEPARATOR=~
+
+# impl.systray
+impl.systray.SET_STATUS=Set Status
+impl.systray.ONLINE_STATUS=Online
+impl.systray.OFFLINE_STATUS=Offline
+impl.systray.MESSAGE_RECEIVED=Message received from
+impl.systray.ADD_CONTACT_DIALOG_ERROR=Failed to load the "Add contact" wizard dialog.
+
+# plugin.accountinfo
+plugin.accountinfo.ACCOUNT_INFO=Account info for
+plugin.accountinfo.TITLE=Account Info
+plugin.accountinfo.BROWSE=Browse
+plugin.accountinfo.SUMMARY_DESCRIPTION=Summary of account info for
+plugin.accountinfo.EXTENDED=Extended
+plugin.accountinfo.EXTENDED_DESCRIPTION=Extended account info for
+plugin.accountinfo.NOT_SUPPORTED=Account info not available.
+plugin.accountinfo.CLICK_WEB=Click for Web Info
+plugin.accountinfo.WEB_INFO=Web Info
+plugin.accountinfo.FIRST_NAME=First Name:
+plugin.accountinfo.MIDDLE_NAME=Middle Name:
+plugin.accountinfo.LAST_NAME=Last Name:
+plugin.accountinfo.AGE=Age:
+plugin.accountinfo.BDAY=Birth Date:
+plugin.accountinfo.GENDER=Gender:
+plugin.accountinfo.EMAIL=E-mail:
+plugin.accountinfo.PHONE=Phone:
+plugin.accountinfo.USER_PICTURES=User Pictures
+plugin.accountinfo.CHANGE=Change
+plugin.accountinfo.ONLY_MESSAGE=Only messages
+
+# plugin.aimaccregwizz
+plugin.aimaccregwizz.PROTOCOL_NAME=AIM
+plugin.aimaccregwizz.PROTOCOL_DESCRIPTION=The AIM service protocol
+plugin.aimaccregwizz.USERNAME=AIM Screenname:
+plugin.aimaccregwizz.PASSWORD=Password:
+plugin.aimaccregwizz.USERNAME_AND_PASSWORD=UIN and Password
+plugin.aimaccregwizz.REGISTER_NEW_ACCOUNT=Register new account
+plugin.aimaccregwizz.REGISTER_NEW_ACCOUNT_TEXT=In case you don't have an AIM account, click on this button to create a new one.
+plugin.aimaccregwizz.EXISTING_ACCOUNT_ERROR=* The account you entered is already installed.
+plugin.aimaccregwizz.OVERRIDE_SERVER_DEFAULT_OPTIONS=Override server default options
+plugin.aimaccregwizz.ADVANCED_OPTIONS=Advanced Options
+plugin.aimaccregwizz.PROXY=Proxy
+plugin.aimaccregwizz.PROXY_PORT=Proxy port
+plugin.aimaccregwizz.PROXY_TYPE=Proxy type
+plugin.aimaccregwizz.PROXY_USERNAME=Proxy username
+plugin.aimaccregwizz.PROXY_PASSWORD=Proxy password
+
+# plugin.autoaway
+plugin.autoaway.AUTO_STATUS=Auto Away
+plugin.autoaway.ENABLE_CHANGE_STATUS=Change status while away
+plugin.autoaway.AWAY_MINUTES=Minutes before switching to away :
+plugin.autoaway.INFO_TEXT=Set "Idle", when your computer is not used for X minutes. The status is reset to the status before, when activity is detected.
+
+# plugin.branding
+plugin.branding.ABOUT_WINDOW_TITLE=About {0}
+plugin.branding.LOAD_MESSAGE=Open Source VoIP & Instant Messaging
+plugin.branding.LOADING=Loading
+plugin.branding.ABOUT_MENU_ENTRY=About
+plugin.branding.BASED_ON=based on
+plugin.branding.WELCOME_MESSAGE=<DIV color={0}>The {1} is currently under active development. \
+ The version you are running is only experimental and MAY NOT \
+ work as expected. Please refer to {2} for more information.</DIV>
+plugin.branding.COPYRIGHT=<DIV><font size=3 color={0}>(c)2003-2007 Copyright \
+ <b>sip-communicator.org</b>. All rights reserved. Visit \
+ <a href="http://sip-communicator.org">http://sip-communicator.org</a>.\
+ </font></DIV>
+plugin.branding.LICENSE=<DIV color={0}>The <b>SIP Communicator</b> is distributed under \
+ the terms of the LGPL (<a href=\"http://www.gnu.org\">\
+ http://www.gnu.org</a>).</DIV>
+
+# plugin.contactinfo
+plugin.contactinfo.CONTACT_DETAILS=Contact details
+plugin.contactinfo.SELECT_USER=Select a user
+plugin.contactinfo.CONTACT_SUMMARY_DESCRIPTION=Summary of contact info for
+plugin.contactinfo.CONTACT_EXTENDED_DESCRIPTION=Extended contact info for
+plugin.contactinfo.CONTACT_INFO_NOT_SUPPORTED=This protocol doesn't support server stored details for now. Try one of the other protocols.
+plugin.contactinfo.NOT_SPECIFIED=[Not specified]
+
+# plugin.dictaccregwizz
+plugin.dictaccregwizz.PROTOCOL_NAME=Dict
+plugin.dictaccregwizz.PROTOCOL_DESCRIPTION=The Dict service protocol
+plugin.dictaccregwizz.STRATEGY_LIST=List of strategies:
+plugin.dictaccregwizz.STRATEGY_ACTUAL=Search strategies
+plugin.dictaccregwizz.STRATEGY_DESCRPTION=Strategy is use to search similar words,if a translation was not found, thanks to different approaches. For example the Prefix strategies will search words which begin like the word you would translate.
+plugin.dictaccregwizz.ACCOUNT_INFO_TITLE=Dict Account Information
+plugin.dictaccregwizz.FIRST_ACCOUNT_TEXT=This wizard will create your first Dict Account for you on dict.org.\n\n\
+You can add new dictionary by going on Account Registration Wizard. Fill the host Field with dictionnary you would like to add.
+
+# plugin.extendedcallsearchhistory
+plugin.extendedcallsearchhistory.ADVANCED_CALL_HISTORY_SEARCH=&Advanced call history search
+plugin.extendedcallsearchhistory.SEARCH=Search
+plugin.extendedcallsearchhistory.CONTACT_NAME=Contact Name
+plugin.extendedcallsearchhistory.SINCE=Since
+plugin.extendedcallsearchhistory.UNTIL=Until
+plugin.extendedcallsearchhistory.CALLTYPE=Call Type
+plugin.extendedcallsearchhistory.INCOMING=Incoming
+plugin.extendedcallsearchhistory.OUTGOING=Outgoing
+plugin.extendedcallsearchhistory.OLDER_CALLS=Older Calls
+plugin.extendedcallsearchhistory.ALL=all
+
+# plugin.generalconfig
+plugin.generalconfig.AUTO_START=Auto - start MotoGP Impact when computer restarts or reboots.
+plugin.generalconfig.GROUP_CHAT_MESSAGES=Group chat messages in one window.
+plugin.generalconfig.LOG_HISTORY=Log chat history
+plugin.generalconfig.SHOW_HISTORY=Show history
+plugin.generalconfig.HISTORY_SIZE=recent messages in new chats
+plugin.generalconfig.SEND_MESSAGES_WITH=Send messages with:
+plugin.generalconfig.ENABLE_TYPING_NOTIFICATIONS=Enable typing notifications
+plugin.generalconfig.BRING_WINDOW_TO_FRONT=Bring chat window to front
+plugin.generalconfig.ERROR_PERMISSION=You don't have enough privileges to remove autostart
+
+# plugin.gibberishaccregwizz
+plugin.gibberishaccregwizz.PROTOCOL_NAME=Gibberish
+plugin.gibberishaccregwizz.PROTOCOL_DESCRIPTION=A SIP Communicator test protocol.
+plugin.gibberishaccregwizz.USERNAME=User ID:
+plugin.gibberishaccregwizz.USERNAME_AND_PASSWORD=Identification
+
+# plugin.googletalkaccregwizz
+plugin.googletalkaccregwizz.PROTOCOL_NAME=GOOGLE TALK
+plugin.googletalkaccregwizz.PROTOCOL_DESCRIPTION=The Google Talk protocol
+plugin.googletalkaccregwizz.USERNAME=Google Talk username
+plugin.googletalkaccregwizz.REGISTER_NEW_ACCOUNT_TEXT=In case you don't have a Google Talk account, click on this button to create a new one.
+
+# plugin.icqaccregwizz
+plugin.icqaccregwizz.PROTOCOL_NAME=ICQ
+plugin.icqaccregwizz.PROTOCOL_DESCRIPTION=The AOL ICQ service protocol
+plugin.icqaccregwizz.USERNAME=ICQ Number:
+plugin.icqaccregwizz.REGISTER_NEW_ACCOUNT_TEXT=In case you don't have an ICQ account, click on this button to create a new one.
+
+# plugin.ircaccregwizz
+plugin.ircaccregwizz.PROTOCOL_NAME=IRC
+plugin.ircaccregwizz.PROTOCOL_DESCRIPTION=IRC protocol.
+plugin.ircaccregwizz.USERNAME=Nickname:
+plugin.ircaccregwizz.INFO_PASSWORD=Most IRC servers do not require password.
+plugin.ircaccregwizz.AUTO_NICK_CHANGE=Automatically change nick when it's already used
+plugin.ircaccregwizz.USE_DEFAULT_PORT=Use default port
+plugin.ircaccregwizz.PASSWORD_NOT_REQUIRED=My nickname doesn't require identification
+plugin.ircaccregwizz.HOST=Hostname:
+plugin.ircaccregwizz.PORT=Port:
+plugin.ircaccregwizz.IRC_SERVER=Server
+
+# plugin.jabberaccregwizz
+plugin.jabberaccregwizz.PROTOCOL_NAME=JABBER
+plugin.jabberaccregwizz.PROTOCOL_DESCRIPTION=The Jabber protocol
+plugin.jabberaccregwizz.USERNAME=Jabber username
+plugin.jabberaccregwizz.PASSWORD_CONFIRM=Confirm password
+plugin.jabberaccregwizz.USERNAME_AND_PASSWORD=ID and Password
+plugin.jabberaccregwizz.CSERVER=Server
+plugin.jabberaccregwizz.SERVER=Connect Server
+plugin.jabberaccregwizz.PORT=Port
+plugin.jabberaccregwizz.ENABLE_KEEP_ALIVE=Enable keep alive
+plugin.jabberaccregwizz.NEW_ACCOUNT_TITLE=Jabber new account registration
+plugin.jabberaccregwizz.REGISTER_NEW_ACCOUNT_TEXT=In case you don't have a Jabber account, click on this button to create a new one.
+plugin.jabberaccregwizz.CHOOSE_SERVER_TITLE=Jabber new account server chooser
+plugin.jabberaccregwizz.CHOOSE_SERVER_TEXT=Choose the server for your new account in the list below.
+plugin.jabberaccregwizz.OK=&Ok
+plugin.jabberaccregwizz.CANCEL=C&ancel
+plugin.jabberaccregwizz.CHOSE=&Choose
+plugin.jabberaccregwizz.SERVER_COLUMN=Server
+plugin.jabberaccregwizz.COMMENT_COLUMN=Comment
+plugin.jabberaccregwizz.RESOURCE=Resource
+plugin.jabberaccregwizz.PRIORITY=Priority
+plugin.jabberaccregwizz.XMPP_ERROR=XMPP Error
+plugin.jabberaccregwizz.USER_EXISTS_ERROR=This user already exist on this server. Choose another user or server.
+plugin.jabberaccregwizz.UNKNOWN_XMPP_ERROR=Unknown XMPP error. Verify that the server name is correct.
+plugin.jabberaccregwizz.NOT_SAME_PASSWORD=The two entered password aren't the same.
+
+# plugin.keybindingchooser
+plugin.keybindingchooser.KEYBINDINGS=Keybindings
+plugin.keybindingchooser.CHAT_NEXT_TAB=Next Chat Tab
+plugin.keybindingchooser.CHAT_PREVIOUS_TAB=Previous Chat Tab
+plugin.keybindingchooser.CHAT_COPY=Copy
+plugin.keybindingchooser.CHAT_PASTE=Paste
+plugin.keybindingchooser.CHAT_OPEN_SMILIES=Show Smilies
+plugin.keybindingchooser.CHAT_OPEN_HISTORY=Show History
+plugin.keybindingchooser.CHAT_CLOSE=Close Chat Window
+plugin.keybindingchooser.CHAT_CUT=Cut
+plugin.keybindingchooser.MAIN_RENAME=Rename
+plugin.keybindingchooser.MAIN_NEXT_TAB=Next Contact List Tab
+plugin.keybindingchooser.MAIN_PREVIOUS_TAB=Previous Contact List Tab
+
+# plugin.mailbox
+plugin.mailbox.OUTGOING=Outgoing Message:
+plugin.mailbox.INCOMING=Incoming Messages:
+plugin.mailbox.WAIT_TIME=Delay Until Call Sent to Voicemail
+plugin.mailbox.MAX_MESSAGE_TIME=Maximum Incoming Message Duration
+plugin.mailbox.CONFIRM=Confirm
+plugin.mailbox.DEFAULTS=Defaults
+plugin.mailbox.MAILBOX=Mailbox
+
+# plugin.msnaccregwizz
+plugin.msnaccregwizz.PROTOCOL_NAME=MSN
+plugin.msnaccregwizz.PROTOCOL_DESCRIPTION=A protocol to connect and chat on the MSN Service.
+plugin.msnaccregwizz.USERNAME=Email:
+plugin.msnaccregwizz.USERNAME_AND_PASSWORD=ID and Password
+plugin.msnaccregwizz.NEW_MAIL=<b>You have one new Mail!</b><br/><b>From:</b> {0} {1} <br/><b>Subject:</b> {2} <br/>{3};
+
+# plugin.notificationconfiguration
+plugin.notificationconfiguration.PLAY=Play
+plugin.notificationconfiguration.TURN_ON_ALL=Turn On All
+plugin.notificationconfiguration.TURN_OFF_ALL=Turn Off All
+plugin.notificationconfiguration.ACTIONS=Actions
+plugin.notificationconfiguration.QUICK_CONTROLS=Quick Controls
+plugin.notificationconfiguration.RESTORE=Restore Defaults
+plugin.notificationconfiguration.PLAY_SOUND=Play a sound:
+plugin.notificationconfiguration.EXECUTE_PROGRAM=Execute a program:
+plugin.notificationconfiguration.DISPLAY_POPUP=Show a message in a pop-up window
+
+# plugin.pluginmanager
+plugin.pluginmanager.ACTIVATE=Activate
+plugin.pluginmanager.DEACTIVATE=Deactivate
+plugin.pluginmanager.INSTALL=Install
+plugin.pluginmanager.UNINSTALL=Uninstall
+plugin.pluginmanager.UPDATE=Update
+plugin.pluginmanager.NEW=New
+plugin.pluginmanager.PLUGINS=Plug-ins
+plugin.pluginmanager.CANCEL=Cancel
+plugin.pluginmanager.URL=Url
+plugin.pluginmanager.CHOOSE_FILE=Select File
+plugin.pluginmanager.SHOW_SYSTEM_BUNDLES=Show system bundles
+plugin.pluginmanager.SYSTEM=System
+
+# plugin.rssaccregwizz
+plugin.rssaccregwizz.PROTOCOL_NAME=RSS
+plugin.rssaccregwizz.PROTICOL_DESCRIPTION=Add your preferred RSS feeds into SIP Communicator !
+plugin.rssaccregwizz.ERROR_ACCOUNT_EXISTS=RSS account already exists!
+plugin.rssaccregwizz.ACCOUNT_INFO=This wizard will create an RSS account for you.\n\n\
+Note that you could have only one RSS account!\n\n\
+You can add RSS feeds to your contact list using the "Add contact" wizard. Fill in the contact address field with the URI of the RSS feed you would like to add.
+plugin.rssaccregwizz.ACCOUNT_INFO_TITLE=RSS Account Information
+plugin.rssaccregwizz.ACCOUNT_ATTENTION=Please read attentively the information provided below!
+plugin.rssaccregwizz.CONFIRM_ACCOUNT_REMOVAL=The folloing RSS flow seems to be no longer accessible. Would you like to remove it?\n\n Address: {0}
+plugin.rssaccregwizz.CONFIRM_ACCOUNT_REMOVAL_TITLE=Remove missing contactems to be no longer accessible. Would you like to remove it?\n\n
+
+# plugin.simpleaccregwizz
+plugin.simpleaccregwizz.INITIAL_ACCOUNT_REGISTRATION=Configure all your favorite protocols in one click.
+plugin.simpleaccregwizz.SIGNUP=Not registered yet?
+plugin.simpleaccregwizz.SPECIAL_SIGNUP=Not registered yet ? - click here to get a new username
+plugin.simpleaccregwizz.CANCEL=Cancel
+
+# plugin.sipaccregwizz
+plugin.sipaccregwizz.PROTOCOL_NAME=SIP
+plugin.sipaccregwizz.PROTOCOL_DESCRIPTION=The SIP protocol
+plugin.sipaccregwizz.USERNAME=SIP id
+plugin.sipaccregwizz.USERNAME_AND_PASSWORD=User name and password
+plugin.sipaccregwizz.REGISTRAR=Registrar
+plugin.sipaccregwizz.SERVER_PORT=Server port
+plugin.sipaccregwizz.PREFERRED_TRANSPORT=Preferred transport
+plugin.sipaccregwizz.ENABLE_PRESENCE=Enable presence (SIMPLE)
+plugin.sipaccregwizz.FORCE_P2P_PRESENCE=Force peer-to-peer presence mode
+plugin.sipaccregwizz.OFFLINE_CONTACT_POLLING_PERIOD=Offline contacts polling period (in s.)
+plugin.sipaccregwizz.SUBSCRIPTION_EXPIRATION=Default subscription duration (in s.)
+plugin.sipaccregwizz.PRESENCE_OPTIONS=Presence Options
+plugin.sipaccregwizz.KEEP_ALIVE=Keep alive
+plugin.sipaccregwizz.KEEP_ALIVE_METHOD=Keep alive method
+plugin.sipaccregwizz.KEEP_ALIVE_INTERVAL=Keep alive interval
+plugin.sipaccregwizz.KEEP_ALIVE_INTERVAL_INFO=Between 1 and 3600 seconds
+plugin.sipaccregwizz.REGISTER=REGISTER
+
+# plugin.sshaccregwizz
+plugin.sshaccregwizz.PROTOCOL_NAME=SSH
+plugin.sshaccregwizz.PROTOCOL_DESCRIPTION=A Protocol to connect to remote machines over SSH.
+plugin.sshaccregwizz.USERNAME=Account ID:
+plugin.sshaccregwizz.IDENTITY_FILE=Identitity File:
+plugin.sshaccregwizz.KNOWN_HOSTS=Known Hosts:
+plugin.sshaccregwizz.ACCOUNT_INFO_TITLE=SSH Account Details
+
+# plugin.updatechecker
+plugin.updatechecker.DIALOG_TITLE=New version available
+plugin.updatechecker.DIALOG_MESSAGE=<html>A new version of {0} is available for download.
+plugin.updatechecker.DIALOG_MESSAGE_2=<br>{0} ({1}): <br>
+plugin.updatechecker.DIALOG_MESSAGE_DEBIAN=
+plugin.updatechecker.BUTTON_DOWNLOAD=Download
+plugin.updatechecker.BUTTON_CLOSE=Close
+
+# plugin.whiteboard
+plugin.whiteboard.INVITATION_RECEIVED_FORM_INFO={0} has invited you to join {1} whiteboard. You could accept, reject or ignore this invitation.
+plugin.whiteboard.WHITEBOARD_TITLE=Whiteboard [Beta]
+plugin.whiteboard.WHITEBOARD_MENU_ITEM_TEXT=Whiteboard
+plugin.whiteboard.WHITEBOARD_NOT_SUPPORTED_TEXT=This contact does not support whiteboarding
+plugin.whiteboard.CANCEL=Cancel
+plugin.whiteboard.DO_NOT_ASK_AGAIN=Do not ask me again.
+plugin.whiteboard.CLOSE_SESSION_QUESTION=Would you like to end current session ? If you choose "yes" the current session will be ended, otherwise only your whiteboard window will be closed.
+plugin.whiteboard.FILE=File
+plugin.whiteboard.DRAW=Draw
+plugin.whiteboard.NEW=New
+plugin.whiteboard.SAVE=Save
+plugin.whiteboard.OPEN=Open
+plugin.whiteboard.COPY=Copy
+plugin.whiteboard.PASTE=Paste
+plugin.whiteboard.PEN=Pen
+plugin.whiteboard.SELECT=Select
+plugin.whiteboard.LINE=Line
+plugin.whiteboard.RECTANGLE=Rectangle
+plugin.whiteboard.FILLED_RECTANGLE=Filled rectangle
+plugin.whiteboard.TEXT=Text
+plugin.whiteboard.IMAGE=Image
+plugin.whiteboard.POLYGON=Polygon
+plugin.whiteboard.FILLEDPOLYGON=Filled polygon
+plugin.whiteboard.POLYLINE=Polyline
+plugin.whiteboard.CIRCLE=Circle
+plugin.whiteboard.FILLED_CIRCLE=Filled circle
+plugin.whiteboard.COLOR=Color
+plugin.whiteboard.MODIFICATION=Modification
+plugin.whiteboard.THICKNESS=Thickness:
+plugin.whiteboard.SEND=Send
+plugin.whiteboard.PRINT=Print
+plugin.whiteboard.EXIT=Exit
+plugin.whiteboard.EDIT=Edit
+plugin.whiteboard.GRID=Grid
+plugin.whiteboard.DESELECT=Deselect
+plugin.whiteboard.DELETE=Delete
+plugin.whiteboard.PROPERTIES=Properties
+plugin.whiteboard.HELP=Help
+plugin.whiteboard.ABOUT=About
+
+# plugin.yahooaccregwizz
+plugin.yahooaccregwizz.PROTOCOL_NAME=YAHOO
+plugin.yahooaccregwizz.PROTOCOL_DESCRIPTION=A protocol to connect and chat on the Yahoo Service.
+plugin.yahooaccregwizz.USERNAME=Username:
+plugin.yahooaccregwizz.USERID_AND_PASSWORD=ID and Password
+plugin.yahooaccregwizz.NEW_MAIL=New mail, subject
+plugin.yahooaccregwizz.FROM=From
+
+# plugin.zeroaccregwizz
+plugin.zeroaccregwizz.PROTOCOL_NAME=Zeroconf
+plugin.zeroaccregwizz.PROTOCOL_DESCRIPTION=The Zeroconf (Bonjour) service protocol.
+plugin.zeroaccregwizz.FIRSTNAME=Firstname: