summaryrefslogtreecommitdiffstats
path: root/rba.tool.editor.ui/src/rba/tool/editor/ui/messages/messages.properties
blob: 7b4c19635ec76382331a4da9764b32367a58c2f4 (plain)
1
2
3
4
5
6
7
8
9
PAGE_INFORMATION=This page allows you to set settings for communicate other RBAModel Project
LBL_IPADDRESS=IP Address :
LBL_PORT=Port :
LBL_APPNAME=App Name :
#Error Message
ERR_EMPTY_IP=[IP Address] doesn't allow empty value.
ERR_EMPTY_PORT=[Port] doesn't allow empty value.
PORT_NUMERIC_ERR=[Port] must be number.
IP_FORMAT_ERR=[IP Address] is incorrect format. Enter 'localhost' or valid IP Address.