All Downloads are FREE. Search and download functionalities are using the official Maven repository.

res.lang.userInputLang_eng.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - JASMINe
  - Copyright (C) 2009 Bull S.A.S.
  - Contact: [email protected]
  -
  - This library is free software; you can redistribute it and/or
  - modify it under the terms of the GNU Lesser General Public
  - License as published by the Free Software Foundation; either
  - version 2.1 of the License, or any later version.
  -
  - This library is distributed in the hope that it will be useful,
  - but WITHOUT ANY WARRANTY; without even the implied warranty of
  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - Lesser General Public License for more details.
  -
  - You should have received a copy of the GNU Lesser General Public
  - License along with this library; if not, write to the Free Software
  - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  - USA
  -
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - $Id$
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<langpack>

    <str id="panel.jonas_install.title" txt="Installation type"/>
    <str id="panel.jonas_install.explanation1" txt="JASMINe Monitoring runs on JOnAS 5.1.x."/>
    <str id="panel.jonas_install.explanation2" txt="You can choose to use an existing JOnAS Base or to create a new one, dedicated to JASMINe Monitoring"/>
    <str id="panel.jonas_install.explanation3" txt="If you don't know what to do, create a new JOnAS base."/>
    <str id="panel.jonas_install.choice.existing" txt="Use an existing JOnAS Base"/>
    <str id="panel.jonas_install.choice.create" txt="Create a new JOnAS Base"/>
    
    <str id="panel.jonas_root.title" txt="Choose the JOnAS root location"/>
    <str id="panel.jonas_root.jonas_root" txt="JOnAS Root directory" />
    <str id="panel.jonas_root.explanation" txt="The JOnAS base will be created at $INSTALL_PATH" />
    
    <str id="panel.jonas_base.title" txt="Choose the JOnAS base location"/>
    <str id="panel.jonas_base.jonas_base" txt="JOnAS Base directory" />
    <str id="panel.jonas_base.explanation" txt="You need to select a valid JOnAS base path." />
    
    <str id="panel.javahome.title" txt="Java(TM) installation"/>
    <str id="panel.javahome.explanation" txt="JASMINe needs Java to run. Specify a JDK or a JRE path." />
    <str id="panel.javahome.dir" txt="JDK/JRE path" />
    <str id="panel.javahome.empty.validator" txt="JDK/JRE path cannot be empty" />
    
    <str id="panel.config.ports.title" txt="Configuration" />
    <str id="panel.config.http.port.label" txt="HTTP port" />
    <str id="panel.config.http.port.explanation" txt="You can access JASMINe EoS (the web console) at http://jasmine_host:http_port/jasmine-eos" />
    <str id="panel.config.mbeancmd.port.label" txt="MBeanCmd port" />
    <str id="panel.config.rmi.port.label" txt="RMI port" />
    <str id="panel.config.jms.port.label" txt="JMS port" />
    <str id="panel.config.ports.empty.validator" txt="Ports must not be null." />
    <str id="panel.config.ports.port.validator" txt="The value must be included in 0 and 65536." />
    
    <str id="panel.config.database.title" txt="Configuration of the database" />
    <str id="panel.config.database.use_default" txt="Use the database provided by JASMINe Monitoring" />
    <str id="panel.config.database.explanation" txt="If you don't use the default database, configure the db you want to connect to." />
    <str id="panel.config.database.url" txt="Database URL (JDBC)" />
    <str id="panel.config.database.username" txt="Username" />
    <str id="panel.config.database.password" txt="Password" />
    
    <str id="panel.config.smtp.title" txt="Configuration of the e-mail notification" />
    <str id="panel.config.smtp.server.label" txt="SMTP server : " />
    <str id="panel.config.smtp.server.empty.validator" txt="the SMTP server is required" />
    <str id="panel.config.smtp.port.label" txt="SMTP port" />
    <str id="panel.config.smtp.port.empty.validator" txt="The SMTP port is required" />
    <str id="panel.config.smtp.port.port.validator" txt="The SMTP port is not a valid port." />
    <str id="panel.config.smtp.need_authentication" txt="Use a secure SMTP server" />
    <str id="panel.config.smtp.username.label" txt="SMTP username (optional)" />
    <str id="panel.config.smtp.password" txt="SMTP password (optional)" />

    <str id="panel.personnal.title" txt="Product informations" />
    <str id="panel.personnal.explanation" txt="The OW2 consortium wants to build statistics about the usage of JASMINe. If you let the box below checked, you allow this installer to send the name and version of this JASMINe release to the OW2 consortium." />
    <str id="panel.personnal.email" txt="Your email address (you can leave blank) : " />
    <str id="panel.personnal.email_invalid" txt="Invalid email address!" />
    <str id="panel.personnal.send" txt="Send release informations to the OW2 consortium" />
    
    <str id="panel.proxy.title" txt="Proxy parameters" />
    <str id="panel.proxy.explanation" txt="Enter your proxy parameters if they exists." />
    <str id="panel.proxy.address" txt="Proxy address" />
    <str id="panel.proxy.port" txt="Port" />
    <str id="panel.proxy.username" txt="Username" />
    <str id="panel.proxy.password" txt="Password" />
</langpack>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy