diff --git a/src/main/resources/bitrock/alfrescodm.xml b/src/main/resources/bitrock/alfrescodm.xml index 2383158017..36b909a65a 100644 --- a/src/main/resources/bitrock/alfrescodm.xml +++ b/src/main/resources/bitrock/alfrescodm.xml @@ -33,7 +33,7 @@ remote_solr_configuration Remote Solr configuration - Please enter the information to connect Alfresco with your Solr installation. + Enter the Solr host and port to connect to Alfresco: 0 @@ -53,7 +53,7 @@ sharded_solr Sharded Solr installation - Are you using a Sharded Solr installation ? + Are you using a sharded Solr installation? no 0 shardedSolr diff --git a/src/main/resources/bitrock/lang/alf-en.po b/src/main/resources/bitrock/lang/alf-en.po index d44375981f..a2934a5f22 100755 --- a/src/main/resources/bitrock/lang/alf-en.po +++ b/src/main/resources/bitrock/lang/alf-en.po @@ -663,3 +663,27 @@ msgstr "Unable to bind to the given port number." msgid "Unable to bind to the given port number. This port is already in use by the ${process_binding_port} process. Select another ${serverName} Server Port." msgstr "Unable to bind to the given port number. This port is already in use by the ${process_binding_port} process. Select another ${serverName} Server Port." + +msgid "Remote Solr configuration" +msgstr "Remote Solr configuration" + +msgid "Enter the Solr host and port to connect to Alfresco:" +msgstr "Enter the Solr host and port to connect to Alfresco:" + +msgid "Solr host:" +msgstr "Solr host:" + +msgid "Solr SSL port:" +msgstr "Solr SSL port:" + +msgid "Sharded Solr installation" +msgstr "Sharded Solr installation" + +msgid "Are you using a sharded Solr installation?" +msgstr "Are you using a sharded Solr installation?" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No"