diff --git a/src/main/resources/bitrock/base-functions.xml b/src/main/resources/bitrock/base-functions.xml index 98af93cd0..ecb26cfd5 100644 --- a/src/main/resources/bitrock/base-functions.xml +++ b/src/main/resources/bitrock/base-functions.xml @@ -1676,7 +1676,7 @@ rem RUBY_APPLICATION_STOP process_binding_port - + @@ -1685,7 +1685,7 @@ rem RUBY_APPLICATION_STOP - Unable to bind to the given port number. ${process_binding_message}Please select another ${serverName} Server Port. + Unable to bind to the given port number. ${process_binding_message} or diff --git a/src/main/resources/bitrock/lang/alf-en.po b/src/main/resources/bitrock/lang/alf-en.po index 61f0c924e..9c3555356 100755 --- a/src/main/resources/bitrock/lang/alf-en.po +++ b/src/main/resources/bitrock/lang/alf-en.po @@ -657,3 +657,9 @@ msgstr "Repository location: " msgid "Solr is an open source enterprise search platform that uses Apache Lucene as an indexing and search engine. Solr 4 provides improvements in scalability, performance, and flexibility over Solr 1." msgstr "Solr is an open source enterprise search platform that uses Apache Lucene as an indexing and search engine. Solr 4 provides improvements in scalability, performance, and flexibility over Solr 1." + +msgid "Unable to bind to the given port number. ${process_binding_message}" +msgstr "Unable to bind to the given port number. ${process_binding_message}" + +msgid "This port is already in use by the ${process_binding_port} process. Please select another ${serverName} Server Port." +msgstr "This port is already in use by the ${process_binding_port} process. Please select another ${serverName} Server Port."