Changeset 30410

Show
Ignore:
Timestamp:
02/21/08 18:17:59 (9 months ago)
Author:
ogrisel
Message:

NXP-2112: PDF generation error message is not translated in french + improvement in the display

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-webapp/src/main/resources/nuxeo.war/WEB-INF/classes/messages_en.properties

    r30225 r30410  
    373373message.error.documentlocator.badrepositoryname=No repository with the name {0} is available 
    374374 
    375 heading.error.pdf.openOffice=PDF generation error 
     375heading.error.pdf.openOffice=PDF generation disabled 
    376376message.error.pdf.openOffice=An error occurred during the generation of the PDF version. Please ensure that OpenOffice is correctly started on port 8100 of the server with a command such as the following: 
    377377 
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-webapp/src/main/resources/nuxeo.war/WEB-INF/classes/messages_fr.properties

    r29617 r30410  
    10871087# access rights 
    10881088message.error.removeRight=Vous ne pouvez pas retirer vos propres droits 
     1089 
     1090# OpenOffice PDF Generation 
     1091heading.error.pdf.openOffice=Génération de documents PDF désactivée 
     1092message.error.pdf.openOffice=Assurez-vous que l'application OpenOffice est installée et écoute sur le port 8100 du serveur Nuxeo EP. Pour lancer OpenOffice en mode serveur, utilisez une des commandes suivantes: 
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-webapp/src/main/resources/nuxeo.war/pdf_generation_error.xhtml

    r13251 r30410  
    2424 
    2525    <p>Linux</p> 
    26     <pre style="overflow: scroll">xvfb-run -a /opt/openoffice.org2.1/program/soffice.bin -headless "-accept=socket,host=localhost,port=8100;urp;StarOffice.Service"</pre> 
     26    <textarea readonly="readonly" cols="80" rows="3">xvfb-run -a /path/to/openoffice/program/soffice.bin -headless "-accept=socket,host=localhost,port=8100;urp;StarOffice.Service" 
     27    </textarea> 
    2728 
    2829    <p>Windows</p> 
    29     <pre style="overflow: scroll">soffice.exe -headless "-accept=socket,host=localhost,port=8100;urp;StarOffice.Service"</pre> 
     30    <textarea readonly="readonly" cols="80" rows="3">soffice.exe -headless "-accept=socket,host=localhost,port=8100;urp;StarOffice.Service" 
     31    </textarea> 
    3032 
    3133    </div>