![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.h5.messages.properties Maven / Gradle / Ivy
# Translations
Persistence=Login
persistence.connectionUserName=User
persistence.connectionUserName.tooltip=Database User
persistence.connectionPassword=Password
persistence.connectionPassword.tooltip=Database Password
persistence.connectionUrl=Database-URL
persistence.connectionUrl.tooltip=Database Connection URL\nIf you use Hsqldb, the following compatibility properties (f.e.: ;sql.syntax_mys=true) could be added:\nDB2 : sql.syntax_db2\nMS SQL Server: sql.syntax_mss\nMySQL : sql.syntax_mys\nOracle : sql.syntax_ora\nPostgres : sql.syntax_pgs
persistence.connectionDriverClass=Database Driver
persistence.connectionDriverClass.tooltip=Database Driver Class
persistence.datasourceClass=Datasource Class
persistence.datasourceClass.tooltip=Datasource Class used by Application Servers
persistence.jtaDataSource=JTA-Datasource
persistence.jtaDataSource.tooltip=Java Transation API class. In this context normally:.
persistence.transactionType=Transaction Type
persistence.transactionType.tooltip=Transaction Type. One of:\n\tRESOURCE_LOCAL\n\tJTA
persistence.persistenceUnit=Persistence Unit
persistence.persistenceUnit.tooltip=Persistence Unit Name, defined in persistence.xml. Standard: genericPersistenceUnit.\nChange that only, if you know, what you do!
persistence.hibernateDialect=Hibernate Dialect
persistence.hibernateDialect.tooltip=Only used, if JPA-provider is Hibernate. Depends on the selected database!
persistence.defaultSchema=Default Schema
persistence.defaultSchema.tooltip=Default Database Schema. Mostly the database user name. On Hsqldb normally: PUBLIC
persistence.port=Database Port
persistence.port.tooltip=Database Port. Have a look at your Database-URL. Mostly, the port is defined there.
persistence.replication=Replication
persistence.replication.tooltip=You can enable this field in the 'environments.xml' file.\nWill enable offline mode, synchronize local database with remote one if internet connection is available.
persistence.database=Database
persistence.database.tooltip=Database-Name or full DDL-script with all create statements.\nIf the given database url is a local hsqldb or h2 and the database name doesn't exist\n,nano-h5 looks for a ddl file with that name (extension: .sql) and creates that database.\nThere exists already one sample: anyway.sql, so you can input: anyway.\nIf the content is a full DDL script, it will be saved with same name as the jar-file name (without .jar).
persistence.provider=Provider
persistence.provider.tooltip=Full classpath of JPA-Provider main class. May be any provider - currently known are hibernate, openjpa, datanucleus, eclipselink, toplink, acme, batoo, (ebean, ormlite)
persistence.jarFile=jar-File
persistence.jarFile.tooltip=If the jar-file doesn't exist, a new one will be generated through script 'reverse-eng.xml' and 'hibernate.reveng.xml'.\nA library of hibernate-tools or open-jpa must be in your environment directory! If you don't want to select the file through a file-selector, change the environments entry 'app.login.jarfile.fileselector' to 'false'.
persistence.generator=Rev.-Eng.-Generator
persistence.generator.tooltip=This selects a known Reverse-Engineering Java-Generator.\nKnown are Hibernate-Tools and OpenJPA to generate JPA annotated java classes.
persistence.autoddl=Auto-DDL
persistence.autoddl.tooltip=Flag for the used generator. If not false or validate, the generator will always try to recreate or update the database schema through the beans of the jar-File.
persistence.hibernateDialect=Hibernate Dialect
tsl2nano.login.ok.tooltip=Connects to given database-url and loads the persistence api of the given provider.\nDoes the following:\n\t1. If the database doesn't exist but is hsqldb or h2 and to the bean-jar file equal named ddl file is found, the database will be created\n\t2. If any of the database/provider classes are not found, they will be downloaded through maven from internet\n\t3. If the bean-jar file is not found, it will be created through the given generator.\n\nThis may be a long term process for up to 10 minutes!
beanconfigurator.reset.icon=icons/reload.png
Beans=Data
Compositor=Entry Form
beanpresentationhelper.switchrelations=Switch Relations
beanpresentationhelper.switchrelations.tooltip=Show/Hide multiple value relations (like list and maps).
beanpresentationhelper.nestingdetails=Switch Details
beanpresentationhelper.nestingdetails.tooltip=Show/Hide nesting detail panels.
beanpresentationhelper.plaintext=Show Plaintext
beanpresentationhelper.plaintext.tooltip=Shows table as plaintext with TABS/CR to be embeddable as CSV into applications like EXCEL
beanpresentationhelper.session=Sess&ion
beanpresentationhelper.session.tooltip=View current user session. edit current context.
scripttool.go=Start
pesistence.ok.tooltip=loads the given persistence-unit through the given database-connection and the o/r mapping bean file. if the database doesn't exist and the url points to a local hsqldb or h2, a new database will be created through an equal named sql file.
details=Details
details.tooltip=Details
Number.Sum(values)=Sum
# BeanConfigurator / AttributeConfigurator
createCompositor=Create Compositor
createCompositor.tooltip=Create Compositor
baseType=Base Type
baseType.tooltip=Base Type (full class name)
baseAttributeName=Base Attribute Name
baseAttributeName.tooltip=Base Attribute Name
targetAttributeName=Target Attribute Name
targetAttributeName.tooltip=Target Attribute Name (only on manyToMany)"
iconAttributeName=Icona Attribute Name
iconAttributeName.tooltip=Icon Attribute Name (optional)
addAttribute=Add Attribute
addAttribute.tooltip=Add Attribute
attributeType=Attribute Type
attributeType.tooltip=Attribute Type
attributeExpression=Attribute Expression
attributeExpression.tooltip=Attribute Expression
specifiedAction=Specified Action
specifiedAction.tooltip=Existing Action
createRuleOrAction=Create Rule or Action
createRuleOrAction.tooltip=Create Rule or Action
newActionName=New Action Name
newActionName.tooltip=New Action Name
actionType=Action Type
actionType.tooltip=Action Type
actionExpression=Action Expression
actionExpression.tooltip=Action Expression
createRule=Create Rule
createRule.tooltip=Create Rule
ruleName=Rule Name
ruleName.tooltip=Rule Name
ruleExpression=Rule Expression
ruleExpression.tooltip=Rule Expression
addRuleCover=Add Rule Cover
addRuleCover.tooltip=Add Rule Cover
propertyOfAttribute=Property of Attribute
propertyOfAttribute.tooltip=Property of Attribute
addListener=Add Listener
addListener.tooltip=Add Listener
observerAttribute=Observer Attribute
observerAttribute.tooltip=Observer Attribute
nanoh5.error=ERROR: The following error occurred for user "{0}" on "{1}":\n\n{2}
# Html Style definitions
© 2015 - 2025 Weber Informatics LLC | Privacy Policy