ACE-4456: Fixed warning message formatting.

- Updated message on LibreOffice part with 2 new required libraries.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@114415 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jean-Pierre Huynh
2015-10-15 09:37:35 +00:00
parent 8c2c24e238
commit dfead3c583
3 changed files with 9 additions and 4 deletions

View File

@@ -245,7 +245,8 @@
<infoParameter> <infoParameter>
<name>alfresco_report</name> <name>alfresco_report</name>
<title>Warning</title> <title>Warning</title>
<explanation>This environment is not configured optimally for Alfresco - review this list before continuing.\n\nWhile these issues wont prevent Alfresco from functioning, some product features might not be available, or the system might not perform optimally.</explanation> <explanation>This environment is not configured optimally for Alfresco - review this list before continuing.
While these issues wont prevent Alfresco from functioning, some product features might not be available, or the system might not perform optimally.</explanation>
<value></value> <value></value>
<insertBefore>readytoinstall</insertBefore> <insertBefore>readytoinstall</insertBefore>
</infoParameter> </infoParameter>

View File

@@ -418,8 +418,8 @@ msgstr "Solr1"
msgid "Solr4" msgid "Solr4"
msgstr "Solr4" msgstr "Solr4"
msgid "Some or all of the libraries needed to support LibreOffice were not found on your system: fontconfig libSM libICE libXrender libXext\nYou are strongly advised to stop this installation and install the libraries.\nFor more information, see the LibreOffice documentation at http://docs.alfresco.com\n\nDo you want to continue with the installation?" msgid "Some or all of the libraries needed to support LibreOffice were not found on your system: fontconfig libSM libICE libXrender libXext libcups libGLU\nYou are strongly advised to stop this installation and install the libraries.\nFor more information, see the LibreOffice documentation at http://docs.alfresco.com\n\nDo you want to continue with the installation?"
msgstr "Some or all of the libraries needed to support LibreOffice were not found on your system: fontconfig libSM libICE libXrender libXext\nYou are strongly advised to stop this installation and install the libraries.\nFor more information, see the LibreOffice documentation at http://docs.alfresco.com\n\nDo you want to continue with the installation?" msgstr "Some or all of the libraries needed to support LibreOffice were not found on your system: fontconfig libSM libICE libXrender libXextlibcups libGLU\nYou are strongly advised to stop this installation and install the libraries.\nFor more information, see the LibreOffice documentation at http://docs.alfresco.com\n\nDo you want to continue with the installation?"
msgid "We support PostgreSQL as service only." msgid "We support PostgreSQL as service only."
msgstr "We support PostgreSQL as service only." msgstr "We support PostgreSQL as service only."

View File

@@ -17,7 +17,11 @@
<actionList> <actionList>
<setInstallerVariable name="continue_installation" value="yes" /> <setInstallerVariable name="continue_installation" value="yes" />
<showQuestion> <showQuestion>
<text>Some or all of the libraries needed to support LibreOffice were not found on your system: fontconfig libSM libICE libXrender libXext\nYou are strongly advised to stop this installation and install the libraries.\nFor more information, see the LibreOffice documentation at http://docs.alfresco.com\n\nDo you want to continue with the installation?</text> <text>Some or all of the libraries needed to support LibreOffice were not found on your system: fontconfig libSM libICE libXrender libXext libcups libGLU
You are strongly advised to stop this installation and install the libraries.
For more information, see the LibreOffice documentation at http://docs.alfresco.com
Do you want to continue with the installation?</text>
<variable>continue_installation</variable> <variable>continue_installation</variable>
<default>no</default> <default>no</default>
<ruleEvaluationLogic>or</ruleEvaluationLogic> <ruleEvaluationLogic>or</ruleEvaluationLogic>