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

i18n.Messages_en.properties Maven / Gradle / Ivy

# User interface
starts_comparator=starts with
contains_comparator=contains
not_contains_comparator=not contains
eq_comparator=\=
ne_comparator=<>
ge_comparator=>=
le_comparator=<=
gt_comparator=>
lt_comparator=<
year_comparator=year =
month_comparator=month =
range_comparator=range
list_count=There are {0} records in list
no_objects=There are no records
enter_new_image=Enter the file with the new image
choose_reference_prompt=Choose a new value for {0}
change_image=Click for change image
page=Page
of=of
report_title={0} report
yes=Yes
no=No
editor_not_available=Editor not available

# ModuleTestBase messages
row_style_not_excepted=Row style is not the expected
clickable_not_found=Button or link with id {0} not found
focus_in_unexpected_place=Focus in unexpected place
must_exist={0} must exist
must_not_exist={0} must not exist
content_type_not_match=Content type not match
popup_window_not_found=Popup windows not found
unexpected_popup=Unexpected popup window
more_than_one_window=There are more than one popup window
unexpected_value=Unexpected value for {0}
unexpected_value_in_model=Unexpected value for {0} in {1}
unexpected_description=Description for {0} incorrect
unexpected_label=Unexpected label for {0}
action_not_found_in_ui=Action {0} not found in UI
action_found_in_ui=Action {0} found in UI
actions_expected=Actions {0} expected
actions_not_expected=Actions {0} unexpected
list_not_displayed=table ''list'' is not displayed
collection_not_displayed=Collection {0} is not displayed
collection_row_count=Row count in {0}
list_row_count=Row count in list
list_column_count=Column count in list
unexpected_value_in_list=Unexpected value in column {0} row {1}
unexpected_value_in_collection=Unexpected value in column {0} row {1} of collection {2}
label_not_match=Label for column {0} not match
selected_rows_not_match=Selected rows not match
selected_row_unexpected=Row {0} is selected and it not should
error_not_found=Error <{0}> not found
errors_produced=Errors produced\:\n {0}
no_error_and_expected=There are not errors and it should be {0}
no_message_and_expected=There are not messages and it should be {0}
errors_count_unexpected=Errors count unexpected
messages_count_unexpected=Messages count unexpected
error_found=Error <{0}> found
message_not_found=Message <{0}> not found
messages_produced=Messages produced\:\n {0}
unexpected_message={0} unexpected: {1}
unexpected_messages=There are {0} and should not
unexpected_valid_values=Valid values count for {0} not match
unexpected_key=Key for {0} incorrect
must_be_editable= must be editable and it is not
must_not_be_editable= must not be editable and it is
title_not_displayed=The title in list is not displayed
incorrect_title=List title incorrect
title_displayed=The list title is displayed and should not that
minimum_1_elements_in_list=List must have at least 1 element
xavajunit_properties_file_warning=WARNING!: Impossible to load xava-junit.properties, default values assumed

# Used by generated code
generator.create_converter_error=Impossible to create converter for property  {0}
generator.calculate_value_error=Impossible to calculate value of {0} in {1} because\:\n {2}
generator.conversion_error=Impossible to convert {0} of {1} to {2}
generator.conversion_db_error=Impossible to convert {0} of {1} to database type
generator.save_package_error=Error saving packages info
generator.save_dna_error=ERROR: DNAs data can not save. This can produce badly operation in the incremental code generation

# Exceptions and internal warning message text
validator_invalid_class=A validator must implement IValidator and {0} do not it
property_validator_invalid_class=A property validator must implement IPropertyValidator and {0} do not it
create_validator_error=Impossible to create validator {0} because\:\n {1}
remove_validator_invalid_class=A remove validator must implement IRemoveValidator and {0} do not it
required_validator_type_or_stereotype_required=A required-validator must define type or stereotype
validator_no_registered=The validator {0} is not registered
descriptions_calculator_keyProperty_required=A value for ''keyProperty'' or ''keyProperties'' property is required in {0}
descriptions_calculator_model_required=A value for ''model'' property is required in {0}
descriptions_calculator_descriptionProperty_required=A value for ''descriptionProperty'' or ''descriptionProperties'' property is required in {0}
code_type_descriptions_calculator_error=Impossible to obtain the code property type in descriptions calculator because\:\n {0}
next_integer_calculator_required_properties=A value for ''model'' and ''property'' is required in NextIntegerCalculator
component_only_1_entity=The component {0} must have one (and only one) entity defined
component_only_1_entity_mapping=A component cannot have more that one entity-mapping
element_not_found=Element not found
component_not_found=Component {0} not found
aggregate_not_found=The aggregate {0} does not exists in component {1}
aggregate_need_qualified={0} is not a qualified name of aggregate
aggregate_mapping_not_found=The aggregate {0} does not have mapping defined in the component {1}
property_mapping_not_found=Mapping not found for {0} in {1}
tab_not_found=Not found tab {0} in component {1}
no_more_1_tab=Component {0} can''t have more than one default tab (without name)
entity_mapping_not_found=Entity mapping not found in component {0}
component_name_required=component name is required
component_entity_required=Component {0} must have one entity defined
keyAndDescription_classcast=The object to compare must be of KeyAndDescription type
properties_manager_object_required=''object'' in ''PropertiesManager'' can''t be null
properties_manager_properties_error=Impossible to obtain information about object properties
server_remote_exception=Impossible to obtain remote object for working with actions and calculators
assert_no_null_argv=Contract violation: Argument null not valid
not_value_from_other_property=No value is assign to this object from {0}
implement_cloneable_required=Impossible to clone a object that not implements Cloneable
clone_required=A object that implements Cloneable must have a public method clone
clone_error=Impossible to clone {0}
deep_clone_error=Impossible to do a deep clone of {0}
align_invalid_code=The code {0} is not valid for create Align
size_in_Strings_fix_not_negative=''size'' argument in ''String.fix'' can''t be negative
clone_map_require_default_constructor=The map to clone must have a accessible default constructor
primitive_type_not_recognized=Primitive type not recognize {0}
properties_file_not_valid=Properties file not valid, null or not found
init_error=Problems on init
factory_create_error=It is not possible create a object {0} from factory
factory_class_not_found=Class not found for entry {0} in {1}
factory_entry_not_found=Entry {0} in {1} does not exists
properties_file_read_error=Impossible to read properties file
resource_not_found=Resource {0} not found
like_range_incompatibles=The attributes ''like'' and ''range'' are incompatible in a tab consult parameter
parameter_consult_required=It''s needed MetaParameter.metaConsult != null for call to MetaParameter.getMetaProperty()
tab_consult_required=It''s needed MetaConsult.metaTab != null for call to MetaConsult.getMetaModel()
tabprovider_table_required=Table name is required
tabprovider_field_required=It is required to specify at least one field
tabprovider_condition_required=It is required to specify at least one condition
tabprovider_connection_provider_required=It is required to specify connection provider
tab_result_size_error=Impossible to obtain the result size
column_multiple_not_found=Column {0} not found in a multiple mapping property
tab_search_error=Impossible to search by\:\n {0}
tab_tablemodel_error=Impossible to obtain ''table model'' from tab because\:\n {0}
tab_component_required=It is required value for ''componentName'' property for use a EntityTab
tab_next_chunk_error=Impossible to obtain the next tabular data chunk
tab_valid_values_error=Impossible to convert valid-values properties in tab
tab_remote_error=Impossible to obtain the remote object for manage tabular data
tab_conversion_error=Impossible to convert values in tab
tab_calculate_properties_error=Impossible to obtain calculated properties
calculator_property_not_found={0} property does not exists in calculator or it is of unexpected type: trying assign a object of type {1}
calculator_property_error=Impossible to assign the value {0} to the property {1} of calculator
tabprovider_context_required=It is required call to setContext before use ContextTabProvider
tabprovider_campos_pk_required=It is required to specify CAMPOS_PK
tab_entity_find_error=Impossible to obtain entity associated with tab
tab_reset_error=Impossible to reset tabular data manager
tab_proxy_jndi_required=It is required value for jndi property for use EntityTabProxy
home_create_required=It is required that home of {0} has a create() method without arguments
tab_create_default_error=Impossible to create default tab for {0}
tab_create_error=Impossible to create tab {0} for {1}
tab_init_error=Impossible to initialize tab for {1}
tab_reset_warning=WARNING! Impossible to reset tab
conversion_error=Impossible to convert data type
conversion_db_integer_expected=Integer data type expected for convert to database type
conversion_java_bigdecimal_expected=BigDecimal data type expected for convert to java type
conversion_db_valid_values=Converting to DB: Can''t obtain a valid value {0} from the letters {1}
conversion_java_string_expected=String data type expected for convert to java type
conversion_java_valid_values=Converting to Java: Can''t obtain a valid-value {0} from the letters {1}
conversion_valid_values_letters_required=''letters'' property value is required in converter {0}
conversion_db_utildate_expected=java.util.Date data type expected for convert to database type
conversion_java_sqldate_expected=java.sql.Date data type expected for convert to java type
conversion_java_utildate_expected=java.util.Date data type expected for convert to java type
conversion_trim_error=Impossible to trim not numeric data
conversion_db_byte_array_expected=byte [] data type expected for convert to database type
conversion_java_photo_expected=''Photo'' data type expected for convert to java type
conversion_java_blob_expected=java.sql.Blod data type expected for convert to java type
conversion_java_number_expected=Number data type expected for convert to java type
conversion_db_boolean_expected=Boolean data type expected for convert to database type
conversion_db_long_expected=Long data type expected for convert to database type
conversion_to_bigdecimal_not_supported=Conversion from {0} to BigDecimal not supported
reference_mapping_property_not_found={0} property not found in {1} reference mapping of {2}
create_converter_classcast_error=Impossible to create converter for {0} mapping: assure that {1} implements {2}
create_converter_error=Impossible to create converter for {0} mapping because\:\n {1}
only_1_converter=A property mapping only can has a converter
mapping_not_found_no_property_mappings=Mapping for {0} not found because does not exist properties mappings
mapping_for_column_not_found=Mapping for {0} not found
empty_key_object_not_found=Object of type {0} with empty key does not exists
facade_remote=Impossible to obtain remote object for manage {0}
no_entity_bean=The entity of {0} component is not implements as EntityBean
only_from_parse=Only is possible call to {0} from the parser
default_size_for_stereotype_not_found=The default size for {0} stereotype is not defined
default_size_for_type_not_found=The default size for {0} type is not defined
default_size_number=default-size for {0} {1} must be numeric
ejb_expected={0} element does not have a  element
xml_element_not_found=Element {0} in {1} not found
name_and_class_not_compatible=''name'' and ''class'' attributes are not compatible defining a property validator
name_or_class_required=''name'' or ''class'' is required to define a property validator
property_no_more_1_calculator=A property can''t have more than one calculator
no_more_1_default_value_calculator=A member can''t have more than one default calculator
name_or_model_required=''name'' or ''model'' is required to define a reference
default_type_for_stereotype_not_found=Default type for stereotype {0} is not defined
bigdecimal_to_no_number_error=Error when assigning BigDecimal to not numeric property
bigdecimal_to_member_error=Impossible to assign a BigDecimal to member {0} of {1} because\:\n {2}
utildate_not_compatible=Error when assigning java.util.Date to not compatible property
utildate_to_member_error=Impossible to assign a java.util.Datte to member {0} of {1} because\:\n {2}
value_to_member_error=Impossible to assign value using converter to member {0} of {1} because\:\n {2}
only_validate_collection=MetaCollection only can validate object of type Collection
tipo_cmp_required=Property {0} required ''cmp-type'' since it use converter
no_more_1_default_view=More than one default view by component is not allowed: Component {0}
member_not_found=Member {0} not found in model {1}
property_not_found_in_any_view=Property {0} not found in any view of {1}
calculator_out_of_bound=Index {0} not valid: does not have any calculator
aggregate_bean_no_mapping={0} in {1} is a aggregate implements as JavaBean hence it can''t have a associated mapping
calculator_implements_icalculator=It is required that a calculator implements ICalculator and {0} does not do it
create_calculator_error=Impossible to create {0} calculator because\:\n {1}
incorrect_type_for_property=Incorrect type for property {0}: {1}. Secure that it is well qualified and it is in classpath
type_from_model_error=Impossible to obtain the type of {0} property from the model class
type_from_stereotype_warning=WARNING!: Impossible to obtain a type for stereotype {0}
set_type_error=Impossible to set the type for property {0} because the class {1} does not exists
property_clone_error=Impossible to clone MetaProperty {0} because {1}
property_implements_cloneable=MetaProperty must implement Cloneable
reference_implements_cloneable=MetaReference must implement Cloneable
from_string_on_property_error=Impossible to convert {0} from string to {1} in property {2}
from_string_on_property_not_supported=Converting from {0} type objects from string still not supported
to_string_on_property_error=Impossible to convert {0} from {1} to string in property {2}
to_string_on_property_not_supported=Convert to string from {0} type objects still not supported
argument_type_error=Argument {0} in {1} must be of type {2}
create_persistent_error=Impossible to create persistent object {0} because: {1}
collection_type_required=member {0} of {1} should be of type Collection and is of type {2}
assign_collection_error=Impossible to assign the collection {0} to {1} because\:\n {2}
remove_collection_error=Impossible to remove the collection {0} of {1} because\:\n {2}
collection_type_not_supported=Collection type for {0} not supported. Only Enumeration and Collection are supported
add_to_collection_error=Impossible to add elements to collection {0} of {1} because\:\n {2}
instantiate_error=Impossible to create a instance of class {0}
map_to_reference_error=Impossible to find {0} associated to {1} with role {2}
remove_error=Impossible to remove {0} because\:\n {1}
assign_values_error=Impossible to assign values to object of class {0} because {1}
not_validate_member_warning=WARNING!: Member {0} of {1} not validated: Type unknown (property, reference, collection)
validate_error=Impossible to validate {0} of {1}
validate_model_error=Impossible to validate {0}
model_not_found=Model {0} is not registered
findByPrimaryKey_expected={0} must have a findByPrimaryKey({1}) method
find_error=Impossible to do the {0} search
method_expected=It is required that {0} have a method {1}
method_execution_error=Impossible to execute the method {0} in {1}
only_ejb_collections_error=OpenXava current version allows only entities collections or aggregate implements as EntityBeasn collections
only_ejb_error=OpenXava current version only allow entities implement as EJB EntityBeans
add_method_expected={0} must have a addTo{1}({2}) or add{1}({2}) method
remove_method_expected={0} must have a removeTo{1}({2}) or remove{1}({2}) method
not_null_argument_error=It is not legal call to {0}.{1} with null argument
assign_entity_to_calculator_error=Impossible to assign the entity of type {0} and key {1} to a calculator
postremove_error=OBJECT NOT REMOVE: Impossible to execute postremove calculator for a {0} entity and key {1}
bad_date_format=Date {0} do not have correct format
report_type_not_supported=type {0} for GenerateReport action not recognized. Supported types: {1}
only_list_collection_for_aggregates=Only List collections supported for aggregates
cast_type_required=Impossible to determine the type for cast the sentence {0}
to_string_type_required=Impossible to determine type from convert to string the sentence {0}
implements_required={0} must implement {1}
filter_error=Error when filtering
filter_invalid_argument_type=Filter {0} require {1} type object as argument
create_filter_error=Impossible to create filter {0}
filter_not_value_from=No value is assigned to this filter from {0}
create_error=Impossible to create {0}
ejbhome_error=Impossible to obtain the EJB home interface. Review the classpath
ejbcontext_precondition=It is required to call setEJBContext([ != null]) before use another EJBBase method
create_context_error=Impossible to create context for EJBBase
var_in_ejb_required=Variable {0} in bean {1} is required
var_in_ejb_invalid_boolean_value={0} is not valid value for {1} in {2}. Valid values: true or false
subcontext_error=Impossible to obtain subcontext name because\:\n {0}
ejb11context_invariant=Invariant violated [ejbContext != null] ... in EJB11Context
ejb_datasource_required=The EJB must define a DATA_SOURCE property with Data Source name valid
datasource_not_found=data source {0} not found
get_properties_error=Impossible to obtain object properties because {0}
set_properties_error=Impossible to set object properties because {0}
incompatible_attribute_element_members=Attribute ''members'' and element '''' can''t use simultaneously in the same view
section_name_or_label_required=''name'', ''label'' or both is required for defining a section in view
only_1_mediator=Only one mediator for view is allowed
collection_onlyread_onlyedit_incompatible=It is not possible to specify a collection as ''read-only'' and ''edit-only'' simultaneously
invalid_label_format=value {0} no recognized for default-label-format
no_more_1_on_change_in_property_view=property-view does not support more than one on-change
no_more_1_search_action_in_reference_view=reference-view does not support more than one search-action
no_more_1_descriptions_list_in_reference_view=No more than one descriptions-list allowed for reference-view
group_view_error_no_clone=Impossible to obtain a MetaView associated with a group because we can''t clone the view
on_change_action_implements_error=It is required that on-change/on-change-search class of view-property implements {0} and {1} does not it
property_not_found_in_view=The property {0} does not exists in the view {1} of {2}
view_property_not_found={0} is not recognized as property of view {1} of {2}
on_change_action_not_found=on-change action for property {0} not found
description_property_required={0} does not have any property named ''description'', ''descripci?n'', ''name'', or ''nombre'', so it is mandatory to specify descriptionProperties in the @DescriptionsList of the reference {1} in {2}
meta_view_reference_error_no_clone=Impossible to obtain a MetaView associated to a reference because we can''t clone a view
group_not_found_no_groups=Group {0} not found. This view does not contains groups
group_not_found=Group {0} not found in this view
subview_not_found=Subview {0} not found in view of {1}. Try to use this.{0}
subview_group_no_found=View of group {0} not found in view of {1}
no_set_collection_value_error=Unable to assign value to {0}: The collections element should save individually and not assign directly to view
no_sections_error=There aren''t sections in this view
section_not_found=Section {0} not found in this view
readonly_not_know_warning=WARNING!: Unable to determine if {0} is read only. We assumed that no
html_to_java_reference_conversion_error=Unable to convert value of reference from html to java value
property_changed_not_know_warning=WARNING!: It can''t determine if {0} throw ''propertyChanged''. We assumed that no
property_changed_warning=WARNING!: No correct reaction to {0} change
value_calculate_warning=WARNING!: Impossible to calculate value for {0}. Null assumed.
dependents_properties_warning=WARNING!: Impossible to determine if {0} has dependent properties. False assumed
property_for_stereotype_warning=WARNING!: Impossible to find out property for stereotype {0} in view. Null assumed
focus_warning=WARNING!: Unable to determine focus position
editor_not_found=Editor apt for property {0} not found
editor_definition_error=Error in {0} editor definition: It is no possible to specify ''depends-stereotypes'' and ''depends-properties''
no_more_1_formatter=An editor does not support more than one formatter
no_formatter_class_error=Impossible to create formatter because formatter class in editor is no defined
create_formatter_error=Impossible to instantiate a formatter of class {0}
link_tag_error=Error: Tag "link" for "{0}" can''t execute
action_tag_error=Error: Tag "action" for "{0}" can''t execute
image_property_required=Parameter ''property'' is required for obtain a image
image_error=Problems obtaining image
jasper_error=Problems obtaining ''Jasper Report''
report_error=Problems generating report
get_property_action_value_error=Impossible to obtain value of property {0} of action {1}
set_property_action_value_error=Impossible to set value to property {0} of action {1}
application_and_module_required=It is required to specify ''application'' and ''module'' for execute a OpenXava module
unknow_module=Unknow module
application_and_module_required_in_request=It is required that the request has ''application'' and ''module'' parameters
action_not_found=Action {0} not found in controller {1}
session_object_value_invalid=Object {0} has a value ("{1}") hence it is required that the class {2} has {3}(String value) constructor
controller_not_found=Controller {0} not found
action_from_null_not_found=Action from a null can not found
action_from_empty_string_not_found=Action from empty string can not found
only_qualified_action=MetaControllers.getMetaAction only allow action qualified names, with this style: ControllerName.actionName, and it has been received: {0}
object_not_found=Object of type {0} does not exists with key {1}
create_action_error=Impossible to create action {0}
entity_create_error=Impossible to create a object of type {0} because\:\n {1}
entity_modify_error=Impossible to modify a object of type {0} because\:\n {1}
obtain_primary_key_error_on_create=Impossible to obtain primary key of {0} on create {1}
add_collection_element_error=Impossible to assign a new {0} to a {1}
remove_collection_element_error=Impossible to remove a {0} from a {1}
get_collection_elements_error=Impossible to obtain {0} associated to {1}
get_reference_error=Impossible to obtain a {0} from a {1}
set_reference_error=Impossible to set a {0} to a {1}
properties_file_error=\uFFFDADVERTENCIA! Unable to read file {0}: Default values assumed
loading_component_warning=WARNING! ERROR loading component from {0}
generating_pojo_code=Generating POJO code for {0}
generating_hibernate_mapping=Generating hibernate mapping for {0}
generating_xdoclet_code=Generating xdoclet code for entity {0}
generation_xdoclet_code_error=Impossible to generate xdoclet code for {0}
generation_project_code_error=Impossible to generate code for project {0}
generator_argv_required=CodeGenerator: Project name, domain, base package and model package are required
generating_aggregate_javabean_code=Generating javabean code for aggregate {0}
generating_aggregate_xdoclet_code=Generating xdoclet code for aggregate {0}
read_dna_error=Impossible to read DNAs file. First time code generation assumed
component_dna_warning=WARNING! Impossible to obtain component DNA of {0}. Generating code of it, although it would is not necessary.
descriptionsEditor_filter_warning=[descriptionsEditor.jsp] WARNING! Impossible to obtain filter for {0}
descriptionsEditor_descriptions_formatter_warning=[descriptionsEditor.jsp] WARNING! Impossible to obtain descriptions formatter for {0}
label_i18n_warning=Impossible to translate label with id {0}
element_i18n_warning=Impossible to translate element with id {0}
char_i18n_warning=WARNING! Translation for character {0} not found. Blank is assumed
is_key_warning=WARNING! Impossible to know if {0} is key; false is assumed
component_package_error=Impossible to obtain the package of component {0}
read_packages_error=Impossible to read packages info
choose_property_add_list_prompt=Choose properties to add as columns to list
property=Property
tab_metaproperties_warning=WARNING! Impossible to obtain MetaProperties from tab
tab_condition_warning=WARNING! Impossible to create the condition for consult the list
tab_key_value_warning=WARNING! Impossible to obtain key value for condition. Null is assumed
tab_row_key_warning=WARNING! Key for object in row {0} can not be obtained
tab_size_warning=WARNING! Impossible to obtain total size of tab
next_integer_calculator_warning=WARNING! Impossible to calculate next number. 1 is assumed
warning_load_preferences_tab=WARNING! Impossible to load tab preferences
warning_save_preferences_tab=WARNING! Impossible to save tab preferences
warning_get_user=WARNING! Impossible to obtain the session user
warning_cancel_data_provider=WARNING! Impossible to delete a IEntityTabDataProvider from local cache
error_obtaining_connection_provider=Impossible to obtain JDBC connection provider
assign_type_mismatch=Impossible to assign value to {0} in {1}; expected {2} and was {3}
no_data_source_for_component=Impossible to obtain data source for component {0}. Verify datasource.properties file
warning_row_style=WARNING! Problems obtaining row style
websphere_type_not_supported={0} is not a supported type in websphere version at the moment
module_not_found=Module {0} is not defined
application_not_found=Application {0} is not defined
controller_actions_error=Impossible to obtain actions associated to controllers
controller_init_action_error=Impossible to obtain init actions associated to controllers
controllers_actions_error=Impossible to obtain actions associated to controller {0}
action_property_warning=WARNING! It is not possible to assign value to property in a action: Valid format are name=value,name=value or name(value),name(value)
websphere_schema_required=Schema in table name is required to generate Websphere code for {0}
blob_to_array_warning=WARNING! Impossible to convert a Blob to a bytes array. Null is assumed
object_with_key_not_found={0} with key {1} not found
webcontext_required=It should exist a session object named ''context''
reference_calculator_with_multiple_key_requires_key_class=Calculator for reference {0} requires to return an object of type {1}
primary_key_to_map_error=Error converting primary key {0} to Map
reference_not_default_values_on_create=Reference {0} does not support default-value-calculator with on-create="true"
no_class_for_model=Class {0} associated to model {1} not found
context_required_in_session=It must exist a session object named ''context''
reference_mapping_not_found=Reference mapping for reference {0} not found in {1} mapping
unknow_type=Unknow type for {0} in {1}
property_type_from_mapping_warning=\uFFFDWARNING! Impossible to obtain type of property {0} in the mapping of {1}
reference_property_not_overlapped=Property {0} of {1} does not have a overlapped property
attribute_from_not_in_converter=Attribute ''from'' not supported in ''set'' of converters
cache_facade_remote_warning=WARNING! Impossible to remove FachadaMapaRemote from local cache
ejb_create_map_required=create(Map ) in home is required for {0}
ejb_create_map3_required=create({1}, int , Map ) in home is required for {0}
aggregate_must_be_persistent_for_create={0} has to be implemented as a persistent object in order to create it with MapFacade.createAggregate
no_create_exists=Impossible to create\: an object with that key already exists
refresh_error=Impossible to refresh elements of collection {0} in {1}
get_property_error=Impossible to obtain the value of property {0}
get_values_error=Impossible to obtain values from {0}
create_class_error=Impossible to create the class {0}
property_in_key_map_required=The key values map must have a property {0}
primary_key_error=Impossible to obtain primary key of {0}
property_not_found=The property {0} does not exist in {1}
property_descriptors_error=Impossible to obtain property descriptors of {0}
reference_not_found=The reference {0} does not exist in {1}
method_not_found=The method {0} does not exist in {1}
collection_not_found=The collection {0} does not exist in {1}
view_not_found_in_model=View {0} not found in model {1}
valid_value_not_found_for_index_warning=WARNING! Valid value for index {0} does not exist
required_validator_not_found_for_type=WARINING! There isn''t a required validator defined to verify a required property of type {0}
read_only_property_warning=WARNING! Impossible to ascertain if the property {0} of {1} is read only
to_spanish_warning=WARNING! Impossible to create action to change to spanish, returning action to change to valenciano
change_language_create_action_warning=WARNING! Impossible to create actions to change the language, returning void action
hibernate_session_factory_creation_error=Impossible to create Hibernate SessionFactory
tab_conditions_error=Impossible to obtain conditions for tab {0}
tab_calculate_property_warning=WARNING! Impossible to calculate value for property {0} in tab
tab_conversion_property_warning=WARNING! Impossible to convert value for property {0} in tab
tab_search_not_found=Search {0} does not exist
executing_select=Executing {0} with arguments
select_error=Fail executing {0}
close_connection_warning=WARNING! Cannot close connection
class_not_found_for_column_warning=WARNING! Class for column {0} not found
resource_not_found_in_bundle=WARNING! Impossible to obtain translation for {0} in file {1}
table_model_bean_invariante=TableModelBean invariant broken: Properties heading, entityTab, indexesPK are required
expected_but_was=Expected:<{0}> but was:<{1}>
expected_same=Expected the same
assert_exception=Assert fails
clone_exception=Error cloning
message_i18n_warning=Impossible to translate message with id {0}
write_only_property=The property {0} in {1} is write only
read_only_property=The property {0} in {1} is read only
set_property_error=Impossible to set value to property {0}
property_manager_exception=Impossible to manager properties
align_not_supported=Align {0} not supported
string_convesion_zero_assumed_warning=It is not possible to convert {0} in {1}. Zero is assumed
string_convesion_warning=It is not possible to convert {0} in {1}
persistence_provider_creation_error=Impossible to create persistence provider
hibernate_mapping_not_loaded_warning=Hibernate mapping for {0} cannot be loaded
string=String
bigdecimal=BigDecimal
elements=elements
element=element
required=Value for {0} in {1} is required
expected_type={0} in {1} must be of type {2}
no_expected_type={0} in {1} is not of expected type
numeric_not_null={0} in {1} must be a number and it is null
positive_not_null={0} in {1} must be positive and is null
numeric={0} in {1} must be a valid number
positive={0} in {1} must be positive
minimum_elements=It''s required at least {0} {1} in {2} of {3}
system_error=System error
no_delete_not_exists=Impossible to delete object, it does not exist in the database yet
no_delete_row=Cannot delete object in row {0} with key {1}
no_modify_no_exists=Impossible to modify: does not exists object with that key
at_list_begin=We already are at the beginning of the list
no_list_elements=No more elements in list
no_execute_action=Impossible to execute {0} action\: {1}
no_convert_to_string=Impossible to convert {0} in {1} to text
object_deleted={0} deleted successfully
change_property_error=No correct reaction to property change
calculate_default_value_error=Error calculating default value for {0}
no_detail_no_elements=Impossible to go to detail mode, there are no elements in list
not_negative_not_null={0} in {1} can''t be negative or null
not_negative={0} in {1} can''t be negative
collection_error=Errors obtaining the collection of {0}
formatter_class_and_from_type_not_compatible=Attribute class and from-type are not compatible in formatter
recalculate_view_error=Error recalculating values
bad_time_format={0} en {1} do not have correct format

# Version 1.2
must_to_be_greater={0} must be greater than {1}
must_to_be_less={0} must be less than {1}
must_to_be_less_or_equal={0} must be less or equal than {1}
must_to_be_greater_or_equal={0} must be greater or equal than {1}
must_to_be_equal={0} must be equal to {1}
must_to_be_not_equal={0} must be not equal to {1}
minimum_size_error={0} must {1} {2} long at least
digits=digits
characters=characters
collection_view_already_defined=collection-view for {0} is already defined in view {0} of {1}
property_view_already_defined=property-view for {0} is already defined in view {0} of {1}
reference_view_already_defined=reference-view for {0} is already defined in view {0} of {1}
processing=Processing...
next_long_calculator_required_properties=A value for ''model'' and ''property'' is required in NextLongCalculator
next_long_calculator_warning=WARNING! Impossible to calculate next number. 1 is assumed
xml_loading_error=Impossible to load configuration from {0}
element_or_attribute_to_integer_error=Impossible to convert value of {0} to integer
loading_components_error=Impossible to load information of OpenXava components
are_you_sure=Are you sure?
class_not_found_searching_validator=Impossible to find validator for {0}. Class not found: {1}
model_without_key_error=The model {0} has not defined key
jetspeed2_generator_argv_required=Jetspeed2CodeGenerator: Project name and WEB-INF/page folder of jetspeed2 required
jasper_report_design_not_found=XML design {0} for JasperReports not found
duplicate_component=Duplicate component: {0}
unknow_operator=Operator {0} unknown. Allowed operators are {1}
a_depends_b_warning=WARNING! Impossible to determine if {0} depends on {1}. False is assumed
button_tag_error=\uFFFDERROR! Button tag cannot be executed
image_tag_error=\uFFFDERROR! Image tag cannot be executed

# Version 1.2.1
greater_number_fraction={0} decimal digits expected. {1} found.
greater_than_the_awaited={0} in {1} must be less than {2}
upload_error=File upload error
entity_load_error=Impossible to load a object of type {0} because\:\n {1}
entity_remove_error=Impossible to remove a object of type {0} because\:\n {1}
tracking_warning=WARNING\! Impossible to track access to a record because\:\n {0}
illegal_property_value=Illegal value for property {0} in {1}. Allowed values: {2}
key_for_pojo_error=Impossible to obtain the key associated to a POJO object

# Version 2
no_images=No images
to_pojo_error=Error converting a map values to a POJO of type {0}
to_map_error=Error converting an object {0} in a map of values
no_datasource_found_using_hibernate_connection_warning=WARNING\! Data source {0} not available. Hibernate JDBC connection will be used
image_oid_required=Image oid required
ejb_to_pojo_illegal=Assigning an EJB as reference to a POJO is illegal
pojo_to_ejb_illegal=Assigning a POJO as reference to an EJB is illegal
trying_to_load_controller_twice_warning=WARNING! Trying to load controller {0} twice
trying_to_load_component_twice_warning=WARNING! Trying to load component {0} twice
list_error=Errors trying to obtain data list
display_as_description_warning=WARNING! Impossible to ascertain if {0} has to be displayed as descriptions list. No is assumed
clear_condition_values=Clear filter values
editor_tag_error=Error: Tag "editor" for "{0}" can''t execute

# Version 2.0.1
key_type_conversion_warning=WARNING! Impossible to convert the key ({0}: {1}) of {2} to the corresponding type. Original type will be use
allowDuplicateSubmit_before_click=It''s mandatory to call to ''allowDuplicateSubmit()'' before calling ''click()''
is_empty_error=Impossible to determine if {0} is an empty object
are_you_sure_action={0}: Are you sure?
object_by_any_property_not_found=Object not found, searching by {0}
annotated_parser_not_found_warning=WARNING! Parser for annotated EJB3 not found. {0} cannot be parsed as EJB3
ejb3_annotations_parse_error=Impossible to parse the annotated EJB3 {0}
is_default_calculator_hibernate_id_generator_error=Impossible to ascertain if the {0} property has default value calculator that implements IHibernateIdGeneratorCalculator

# Version 2.0.2
entity_created={0} created successfully
entity_modified={0} modified successfully
entity_created_and_associated={0} created and associated to {1}
entity_associated={0} associated to {1}
aggregate_modified={0} modified successfully
aggregate_created={0} created successfully
association_removed=Association between {0} and {1} has been removed, but {0} is still in database
aggregate_removed={0} deleted from database
property_action_error=The action {0} is an IPropertyAction so it must be defined in an view as an action of a property
locale_warning=WARNING! Impossible to obtain the user ''locale'', ''locale'' by default is used
no_more_1_x_action_in_collection_view=No more than one {0} is allowed for collection-view

# Version 2.0.3
inject_xava_referenceSubview_need=You must inject xava_referenceSubview (using  in controllers.xml) in {0}
toString_warning=WARNING! Anomalies executing toString() for {0}, toString() of Object is used
property_3_level_in_ejb2_finder=Property {0} of finder {1} has 3 (or more) reference level. This is not supported for EJB2
ejb2_not_supported_finder_warning=WARNING! Finder {0} of {0} has some feature not supported for EJB2, therefore the finder method is not generated
message_tag_error=Error: Tab "message" for "{0}" can''t execute
descriptionsList_tag_error=Error: Tab "descriptionsList" for "{0}" can''t execute
component_file_not_match=The name of the component in {0}.xml is {1}, and must be {0}
default_validator_type_or_stereotype_required=A default-validator must define type or stereotype
maximum_elements=More than {0} items in {1} of {2} are not allowed
message_found=Message <{0}> found
persistence_xml_not_found=WARNING! META-INF/persistence.xml not found. JDBC connection cannot be obtained from JPA persistence definition
member_not_found_in_view={0} not found in view {1} of {2}

# Version 2.0.4
gallery_title=Images of {0} in {1}: {2}
object_description_warning=WARNING! Problems obtaining object description
validator_set_property_error=ERROR VALIDATING! It''s not possible to assign value to the property {0} of {1} from {2} of {3} because {4}
year_month_comparator=year/month =
session_object_not_found_in_controllers=Session object {0} not found in controllers.xml
images_added_to_gallery={0} images added to the gallery
image_added_to_gallery=Image added to the gallery
cannot_modify_empty_reference=Impossible to modify an empty reference
conversion_java_byte_array_expected=byte [] data type expected for convert to java type
byte_array_to_string_warning=WARNING! Impossible to convert a byte [] to a String. Empty string is assumed

# Version 2.1
incorrect_log_level={0} is not a valid value for logLevel! {1} is assumed. Valid values are SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF.
package_names_error=Error obtaining the package names of the components
logging_level_not_set=Logging level for Java cannot be set. Default value is assumed

# Version 2.1.1
hibernate_type_conversion_error=Problems converting data type using the Hibernate Type {0}
only_type_and_usertype=The {0} class should implement org.hibernate.usertype.UserType or org.hibernate.type.Type
default_value_calculator_generated_value_incompatible=@DefaultValueCalculator (from OpenXava) and @GeneratedValue (from JPA) are incompatible. @DefaultValueCalculator is ignored

# Version 2.1.2
date3_type_only_3_properties=Date3Type only supports up to 3 properties
hibernate_type_parameter_required=The parameter {0} is required for Hibernate Type {1}
hibernate_type_enum_error=Error obtaining an Enum of type {0} using Hibernate Type {1}
conversion_db_enum_expected=Enum data type expected for convert to database type
supports_schemas_in_data_manipulation_warning=Problems to ascertain if datasource for {0} supports schema in data manipulation. We assume {1}
default_schema_warning=Problems for determining the default schema (reading from persistence.xml). No default schema is assumed.
value_of_enum_error=Error obtaining the value for the enum {0} using {1} as value
value_in_property_of_calculator_required=You must give value to the property {0} of {1} before call to calculate()
controller_on_each_request_action_error=Impossible to obtain the on-each-request actions associated to the controllers

# Version 2.1.3
container_for_pojo_error=Impossible to obtain the container object associated to a POJO object
component_for_pojo_not_found=Component for POJO {0} not found
editor_by_name_for_property_not_found=Editor {0} not found and it''s not possible apply to property {1}. A default editor is assumed
editor_for_property_problem=Problems to configure the editor for property {0}. A default editor is assumed

# Version 2.1.4
represents_collections_required_in_view=It''s required that the View represents a collection in order to call method {0}
value_from_view_for_filtering_collection_error=Error obtaining values from view for filtering in a collection
collection_column_count=Column count in {0}
default_list_action_controllers_warning=DefaultListActionsForCollections not found. No default list actions are added to collections

# Version 2.1.5
load_database_metadata_warning=Problems loading database metadata. Default values are assumed

# Version 2.2
add_to_collection_prompt=Add elements to {0}
elements_added_to_collection={0} element(s) added to {1}
elements_not_added_to_collection=ERROR! {0} element(s) NOT added to {1}

# Version 2.2.1
collection_must_be_parametrized={0} collection in {1} is not processed by OpenXava because its type is not a parametrized type (like Collection)
label_format_for_reference_requires_descriptons_list=@LabelFormat for the reference {0} has no effect because it must be used with @DescriptionsList
not_jpa_entity_nor_transient_model=Seems that {0} is not an JPA Entity nor transient model class. Verify that your transient classes are in the same package of JPA entities
group_unclosed=Missing closing '']'' for group {0}
section_unclosed=Missing closing '}' for section {0}
forViews_and_notForViews_not_compatible=Both forViews and notForViews are specified. Only one of them is allowed, so notForViews is ignored
annotation_not_applicable={0} annotation is not applicable to {1}. It can be applied to {2}
duplicate_annotation_for_view={0} for the view {1} in member {2} only can be applied once. Only the first annotation is valid
max_scale={0} in {1} has too much decimals. Only {2} are allowed
collection_report_title={0} of {1}: {2}
setter_failed=Setter method for property {0} of {1} failed
getter_failed=Getter method for property {0} of {1} failed

# Version 2.2.2
default_modules_from_jpa_error=Impossible to find classes for generating default modules
jpa_managed_classes_anchor_not_found=Anchor files for obtaining JPA managed classes do not found: {0}
managed_classes_not_from_hibernate=Hibernate connection does not work, therefore JPA managed classes obtained directly from classpath

# Version 2.2.3
email_validation_error={0} must be a valid email address
phone_valid_number_error={0} must be a valid number
phone_minimum_size_error={0} must be at least  {2} {1} long
url_validation_error={0} must be a valid url
concurrency_error=Another user has modified this record
only_one_version_property={0} has more than one version property. This is not allowd
show_filters=Show filters
hide_filters=Hide filters
label=Label

# Version 2.2.4
ip_validation_error={0} must be a valid IP address
isbn_validation_error={0} must be a valid ISBN
creditcard_validation_error={0} must be a valid Credit card number
email_list_validation_error={0} should contain valid emails separated by commas

# Version 2.2.5
conversion_db_string_expected=String data type expected for convert to database type
conversion_java_sqltime_expected=java.sql.Time data type expected for convert to java type
controller_before_each_request_action_error=Impossible to obtain the before-each-request actions associated to the controllers
no_more_1_on_change_search_in_reference_view=reference-view does not support more than one on-change-search
not_commit_when_facade_as_ejb=mapFacadeAsEJB in xava.properties must be false in order to call MapFacade.commit
not_commit_when_facade_autocommit=mapFacadeAutoCommit in xava.properties must be false in order to call MapFacade.commit
attribute_override_not_found=Attribute {0} in @AttributeOverride not found in entity {1}
no_jpa_data_source_for_entity=Impossible to obtain data source for JPA entity {0}. Verify META-INF/persistence.xml file. You must define a data source
hibernate_annotation_configuration_error=Impossible to create a Hibernate AnnotationConfiguration

# Version 3.0.1
invalid_state={3} is not a valid value for {0} of {1}: {2}

# Version 3.0.3
invalid_report_format=Invalid report format. Use {0}
send=Send

# Version 3.1
unknown_browser_using_default=Unknown browser. Using {0} by default
enum_to_integer_error=Error converting an Enum into an integer
ajax_loading_parts_error=The AJAX loaded parts do not correspond to the displayed ones
call_super_execute_required=Previous call to execute method required
ok=OK
element_cannot_be_disabled=Element {0} cannot be disabled in order to modify its value
element_cannot_be_readonly=Element {0} cannot be readonly in order to modify its value
loading=Loading
default_style_warning=Default style cannot be set, so Classic style is used: {0}
set_character_encoding_error=Impossible to set character encoding to {0}

# Version 3.1.1
property_value_for_property_validator_incorrect=@PropertyValue () in {0} of {1} incorrect: ''value'' is required and ''from'' is not supported
keyProperty_obsolete_style=Obsolete style: Use keyProperty=property instead of keyProperty=xava.Model.property
id_tag_error=Error: Tab "id" for "{0}" can''t execute

# Version 3.1.2
label_found_in_ui=Label for {0} found in User Interface
make_sure_ejb_jar_in_lib=Make sure ejb.jar is in the lib (common/lib in Tomcat 5.5 or lib in Tomcat 6) folder of your servlet container
row_already_unselected=Row already unselected
row_already_selected=Row already selected
for_collection_CollectionView_instead_of_ReferenceView=Use @CollectionView instead of @ReferenceView for collections
for_collection_CollectionViews_instead_of_ReferenceViews=Use @CollectionViews instead of @ReferenceViews for collections

# Version 3.1.3
editor_for_references_required=You must have at least one editor marked with  in default-editors.xml(OpenXava) or editors.xml(your project)
editor_for_collections_required=You must have at least one editor marked with  in default-editors.xml(OpenXava) or editors.xml(your project)

# Version 3.1.4
minimum_1_elements_in_collection=The {0} collection must have at least 1 element

# Version 4m1
dialog_must_be_displayed=A dialog must be displayed
dialog_must_not_be_displayed=A dialog is displayed, and it should not
unexpected_dialog_title=Unexpected dialog title
use_object_previousViews_required=To use {0} method from {1} you must add <use-object name="xava_previousViews"/> to the action declaration
selected_all_already_selected=Selected all checkbox already checked
selected_all_already_unselected=Selected all checkbox already unchecked
selected_all_not_checked=Selected all checkbox is not checked
cannot_go_to_empty_url=Empty URL, so you cannot go to it

# Version 4m2
use_inject_instead=Since OX4m2 you can use @Inject (JSR-330) instead of  to inject the {0} object into the {1} action
context_null_in_action=context cannot be null in action. If your action implements IModuleContextAction try to call super.setContext(context) from the setContext() method
impossible_store_column_width=Impossible to store column width
impossible_load_column_width=Impossible to load column width

# Version 4m3
default_numeric_editor_configuration=Problems configuring the numeric editor: A default configuration will be use
custom_editors_deprecated=The usage of custom-editors.js is deprecated. Just drop your JS files in the xava/editors/js folder of your project.
exists_model_errors=Error trying to determine if {0} model exists. We assume it does not exist
module_reentrance_not_allowed=Module reentrance is not allowed: Instead of {0} use PREVIOUS_MODULE as nextModule
collection_not_added_not_generic_type=Collection {0} of {1} not recognized: There is a problem with its generic type

# Version 4m4
defaultLabelFormat_illegal_value={0} is an illegal value for defaultLabelFormat in xava.properties: Use NORMAL, SMALL or NO_LABEL instead
search_view_missing=Search view not found for {0}. Define a view named Search if you want a special view to entry searching data
simple_view_missing=Simple view not found for {0}, so we''ll use the default view instead
double_click_to_edit_view=Double click on the item for editing or viewing it
get_row_object_error=Impossible to get object from row {0}
impossible_store_frame_status=Impossible to store frame status
impossible_load_frame_status=Impossible to load frame status

# Version 4m5
are_you_sure_row_action={0} on row {1}: Are you sure?
rows_per_page=rows per page

# Version 4m6
user_must_be_numeric=User id must be a valid numeric value
impossible_set_focus_properties=Impossible to set focus properties
module_name_missing=Incomplete URL: You have to specify a module name after ''modules''

# Version 4.0.1
controller_after_each_request_action_error=Impossible to obtain the after-each-request actions associated to the controllers
underscore_not_allowed_for_class_name={0}\: Bad class name\: underscore not allowed for class name
underscore_not_allowed_for_reference_name={0}: Bad reference name: underscore not allowed for reference name

# Version 4.1
sum_not_for_calculated_properties={0} of {1} is a calculated property, so you cannot sum it
sum_not_for_not_numeric_properties={0} of {1} is not numeric, so you cannot sum it
total_problem=Impossible to calculate total
total_not_match=Total for column {0} does not match

# Version 4.1.2
incorrect_openxava_upgrade=Incorrect OpenXava upgrade: possibly some old jars are still in the classpath. Remember to execute the updateOX ant target in your project, remove the .dist folders from your workspace or workspace.dist, remove the application from your application server (delete the folder from webapps in Tomcat case) and remove the temp and work folders in Tomcat

# Version 4.2
header_list_count={0}-{1} of {2}
style_for_browser_warning=Impossible to create a style for browser: {0}

# Version 4.2.1
choose_element_before_add=Please, choose an element before pressing ''Add''
close_resultset_warning=WARNING!, can''t close resultset
close_statement_warning=WARNING!, can''t close statement
is_forward_action_warning=Unable to determine if {0} is an IForwardAction. We assumed it is not

# Version 4.2.2
change_controllers_action_over_set_contoller={0} implements IChangeControllersAction, so the calls to setControllers(), returnToPreviousControllers() and setDefaultControllers() are ignored: IChangeControllersAction takes preference

# Version 4.2.3
hibernate_default_schema_warning=Impossible to obtain Hibernate default schema. We assume {0}
write_only_property_not_added=Property {0} not recognized because it has no getter method. Verify that its getter method exists, is public and well written

# Version 4.3
template_not_found=Template {0} not found
template_unclosed_comment=Unclosed comment: ''''
template_unclosed_block=Unclosed block: {0} with no {1}
template_param_type_error=Param {0} should be a Collection>
template_unclosed_parameter=Unclosed parameter: '${' with no '}'
template_incorrect_parameter_name=Incorrect parameter name: {0}
forward_uris_error=Problems obtaining forward URIs
unexpected_popup_count=Unexpected popup count
total_property_must_be_prefixed=Total properties in the {0} collection must be prefixed with the mappedBy reference, so change {1} by {2}.{3}
total_properties_not_found=No total properties for {0} in {1} collection
total_label_warning=Problems obtaining label for a total property. We assume ""
property_not_found_in_tab=The property {0} does not exists in the tab {1} of {2}
info_not_found=Info message <{0}> not found
infos_produced=Info messages produced\:\n {0}
warning_not_found=Warning <{0}> not found
warnings_produced=Warnings produced\:\n {0}
no_info_and_expected=There are not info messages and it should be {0}
infos_count_unexpected=Info messages count unexpected
no_warning_and_expected=There are not warnings and it should be {0}
warnings_count_unexpected=Warnings count unexpected
info_found=Info message <{0}> found
warning_found=Warning <{0}> found
openxava_version_problems=Impossible to obtain OpenXava version. Please, revise the version.properties file

# Version 4.4
sum_of=Sum of {0}

# Version 4.5.1
no_more_previous_views=No more previous views, so returnToPreviousView() has no effect

# Version 4.6
default_row_action_controllers_warning=DefaultRowActionsForCollections not found. No default row actions are added to collections
action_with_arguments_not_found_in_ui=Action {0} with arguments {1} not found in UI
action_with_arguments_found_in_ui=Action {0} with arguments {1} found in UI
tab_editor_problem_using_default=Problems with tab editor {0}, using default editor for list instead
editor_for_tabs_required=You must have at least one editor marked with  in default-editors.xml(OpenXava) or editors.xml(your project)
no_more_1_list_formatter=An editor does not support more than one list formatter
executing=Executing
column_added_to_report=Column {0} added to report
report_column_modified=Column {0} of report modified
pdf_line_not_match=PDF line does not match
pdf_lines_count_not_match=PDF lines count does not match

# Version 4.6.1
not_null=Value for {0} in {1} cannot be null
not_blank_character=Value for {0} in {1} cannot be a blank character
not_zero=Value for {0} in {1} cannot be zero
not_empty_string=Value for {0} in {1} cannot be an empty string

# Version 4.7
report_removed=Report ''{0}'' removed
preferences_node_not_removed=User preferences node not removed
inject_request_warning=Impossible to inject request into {0}
fails_selected=Problems to obtain selected rows

# Version 4.8
ends_comparator=ends with
invalid_mac_error=Invalid MAC

# Version 4.9
my_report_save_problems=Problems saving report in user preferences
initial_value_for_my_report_column_not_set=Initial value for report column {0} not set
my_report_show_more_columns=[SHOW MORE...]
no_rows_report_message_title=Report has not been generated
no_rows_report_message_detail=No data. Try other conditions in the filters
in_comparator=in group
not_in_comparator=not in group
in_values=value 1, value 2, ...
from=From

# Version 4.9.1
myreport_date_column_not_loaded=Problems loading the date value for column {0}

# Version 5.0
cut_out_row_error=Impossible to cut out row from the tab
welcome_to=Welcome to {0}
signin_tip=Sign in with user: admin, password: admin

signin=Sign in
signout=Sign out
search_modules=Search modules
module_not_authorized=Module not authorized
current_module_problem=Problems setting current module
module_not_loaded=Module {0} of {1} cannot be loaded
loading_modules_problem=Problems loading modules for user
storing_modules_problem=Problems storing modules for user
encrypting_password_problem=Impossible to encrypt password
unauthorized_user=Unauthorized user
module_not_added=Module {0} of {1} not added: It does not exist
xavapro_first_time_execution=XavaPro first time execution
updating_modules_database_problem=Problems updating modules in database. Modules list can be out of date
creating_xavapro_tables=Creating XavaPro tables...
creating_default_user_roles_configuration=Creating default user/roles configuration...
go_folder_error=Error going to folder
ldap_authentication_error=LDAP authentication error
passwords_not_match=Passwords do not match
password_changed=Password changed successfully
subfolder_modified={0} subfolder modified
subfolder_created={0} subfolder created
modules_search=Modules search
display_modules_error=Error displaying modules
bookmark_module=Add this module in the first positions of menu
unbookmark_module=Remove this module from the first positions of menu
bookmark_module_problem=Problems bookmarking module
unbookmark_module_problem=Problems unbookmarking module
file_persistor_creation_error=Impossible to create ''{0}''
enter_new_file=Enter the file
attached_file_error=Problems obtaining attached file
file_system_persistor_error=Problems with file storage directory
save_file_error=Problems saving attached file
multiple_file_matches=Multiple file matches with UUID={0}
convert_iofile_to_oxfile_error=Problems converting a ''java.io.File'' to a ''AttachedFile''
load_more_modules=Load more
editor_for_element_collections_required=You must have at least one editor marked with  in default-editors.xml(OpenXava) or editors.xml(your project)
mapfacade_only_element_collections=MapFacade supports only @ElementCollection collections. It cannot process {0} of {1}
method_only_for_element_collections={0} is only available for @ElementCollection collections
remove_row=Remove row

# Version 5.1
mobile_ui_xavapro=Mobile User Interface only available in {0}
file_added_to_fileset=File added to {0}
files_added_to_fileset={1} files added to {0}
back=Back
exit=Exit

# Version 5.1.1
filter_parameter_numeric=Impossible to filter data: {0} must be numeric

# Version 5.2
module_description_problem=Problems obtaining module description
organization_created=created and accessible on
executing_on_database=Executing on {0}: {1}
organization_deleted=Organization deleted
organization_name_missing=Organization name missing
customize_list=Customize list
remove_column=Remove column
impossible_store_column_movement=Impossible to store column movement
load_more=Load more

# Version 5.2.1
group_name_not_allowed=Wrong group name: ''{0}''. Blanks not allowed in groups names. Group name changed to ''{1}''
section_name_not_allowed=Wrong section name: ''{0}''. Blanks not allowed in sections names. Section name changed to ''{1}''

# Version 5.3
schematool_action_required=Action for SchemaTool required: update or generate
schematool_persistence_unit_required=persistence.unit in ant target for SchemaTool required
add_element_to_collection_error=Error adding element to collection
impossible_store_collection_element_movement=Impossible to store collection element movement
my_chart_shared=Chart ''{0}'' is available for all users
my_chart_private=Chart ''{0}'' is available only for user ''{1}''
my_chart_saved=Chart ''{0}'' saved in preferences
my_chart_removed=Chart ''{0}'' has been removed from preferences
my_chart_not_removed=Blank chart can not be removed from preferences
my_chart_not_saved=Chart without name can't be saved in preferences
my_chart_data_columns_saved=Chart data columns selection were saved successfully
my_chart_show_less_columns=[SHOW LESS...]
option_not_found=Option {1} not found in {0}
my_chart_not_displayed=Chart not displayed
my_chart_column_not_displayed=Chart column {0} is not displayed
chart_column_changed_to_undisplayed=Column {0} is not numeric, it won't be displayed
action_for_reference_error=Impossible to determine if the action for reference {0} of {1} is available

# Version 5.3.1
order_column_requires_list=Collection {0} should be a java.util.List in order @OrderColumn works

# Version 5.3.2
chart_not_loaded=Chart was not loaded from preferences
multitenancy_xavapro=Multitenancy only available in {0}

# Version 5.4
password_too_short=The minimum length for a password is {1}
password_numbers_letters=The password must contain letters and numbers
password_already_used=You already have used that password. Try something new
must_change_password=You must change your password before using the application
prompt_start_button=Click on Start button to use the application
empty_comparator=is empty
not_empty_comparator=is not empty
warning_load_preferences_charts=Impossible to load charts preferences
days_suffix=days (0 for never)
invalid_password=Invalid password
minutes_suffix=minutes (0 for never)
unlock_session=Unlock session
search_columns=Search columns
display_columns_error=Error displaying columns
remaining_attempts=You have {0} remaining attempts
user_blocked=User blocked
0_for_never_suffix=(0 for never)

# Version 5.5
refining_members_error=Error refining members

# Version 5.6
component_parse_error=Errors parsing {0}: {1}
now=Now
get_connection_error=Error obtaining connection
all_modules_names_provider_error=Impossible to instantiate an IAllModulesNamesProvider: Be sure that the class specified in allModulesNamesProviderClass property of naviox.properties exists and implements IAllModulesNamesProvider
schema_creation_error=Impossible to create schema {0} in database
entity_remove_error=Impossible to remove a object of type {0} because\:\n {1}
username_already_in_use=User name already in use
creating_self_sign_up_role=Creating self sign up role
not=Not
list_condition_translation_error=Impossible to translate list condition: {0}
creating_joined_role=Creating joined role
between=Between
user_join_question=Do you want to join to {0}?
shared_users_change_warning=(Don't change if you already have organizations with user data in production)
simple_required=Value for {0} is required

# Version 5.6.1
stroke_actions_errors=Impossible to obtain stroke actions
move_collection_element_error=Impossible to move element in {0}
reset_persistence_error=Problems resetting persistence

# Version 5.7
action_not_available=Action {0} not available
onload_page_error=Problems executing logic needed before on load page
editor_not_exist=Editor {0} does not exist
editors_over_editor=Editor {0} for tab {1} of {2} ignored, editors attribute has preference
not_discussion_comment_at=There is not discussion comment at position {0}
request_time=Request time
session_not_set=Session not set
elements_out_of_bounds=Not so much elements: you try to access element {0} we have just {1}
init_action_not_for_noname_editor=Editor with no name cannot have an init-action
release_action_not_for_noname_editor=Editor with no name cannot have a release-action
personal_data_updated=Personal data updated correctly
enter_email_personal_data=We have not your email yet, enter it in order you will be able of recovering your password if needed
recover_password=Forgot your password?
recover_password_email_subject={0}: Recover password
recover_password_email_content=Hi {0},

To recover your password click on the next link:
{1}

If you have not asked for recovering your password just ignore this message.

Regards email_not_found=Email not found recovering_code_incorrect=Recovering code incorrect or expired password_recovery_email_sent=We have sent you an email with instructions to recover your password email_already_in_use=Email already in use list_configuration_removed=Query removed warn_no_email=We have not your email yet, so you are not be able of recovering your password. Enter your email now # Version 5.8 attachments_removed={0, choice, 0#No attachment removed|1#(1) attachment removed|1<({0, number}) attachments removed} attachments_servlet_error=A problem occurred while getting the attachment unexpected_url_string=Unexpected URL string remove_all_user_preferences_error=Impossible to remove all user preferences import_error=Error importing {0}: {1} import_required_members=Some required columns are not mapped: {0} file_required=You must choose a file file_type_not_supported=File type not supported. Supported types: {0} empty_file=Empty file fill_model_from_view_error=Impossible to fill model from view data no_records_imported=No records imported records_imported={0} records imported no_grouping=No grouping group_by=Group by group_by_month_of=Group by month of group_by_year_of=Group by year of display_phone_list_error=Error displaying phone list filter_list=Filter list # Version 5.8.1 user_exists_in_organization=The user exists in the organization user_already_joined_organization=User already joined to organization # Version 5.9 impossible_load_sum_properties=Impossible to load sum properties preferences impossible_save_sum_properties=Impossible to save sum properties preferences welcome_point1= formatter_incorrect_class=Formatter must implement IFormatter, IMultipleValuesFormatter or IMetaPropertyFormatter element_pasted_into_collection={0} row pasted into {1} element_not_pasted_into_collection=ERROR! {0} row NOT pasted into {1} elements_pasted_into_collection={0} rows pasted into {1} elements_not_pasted_into_collection=ERROR! {0} rows NOT pasted into {1} element_cut_from_collection={0} row cut from {1} elements_cut_from_collection={0} rows cut from {1} no_elements_to_cut=No rows selected to cut no_elements_to_paste=No rows to paste impossible_paste_in_different_type=Impossible to paste rows in a list of different type paste_element_error=Impossible to paste a {0} into a {1} no_determine_available_action=Impossible to determine if action is available default_action_for_collection_not_added=Action {0} not added as default action for collections column_sum_error=Error calculating column sum email_subscription_fail=We have no your email address, so we cannot notify you email_subscription_success=Now you are following {0}. You will be notified via email email_unsubscription=You no longer follow {0} email_notification_module_unsuscribe=You have received this email because you''re following {1} in {0}.
To unsubscribe go to {2} and click on Unfollow button. email_notification_record_unsuscribe=You have received this email because you created the record {2} in {1} of {0}.
Stop to follow this record.
Stop to follow all records of {1}. email_notification_created_subject=New record created in {1} of {0} email_notification_created_content=Created by {0}. To see the new record go to {1} email_notification_modified_subject=Record modified in {1} of {0} email_notification_modified_content=The record in {1} has been modified by {0}: {2} email_notification_removed_subject=Record deleted in {1} of {0} email_notification_removed_content={0} has deleted the record with key {3} from {1}. incorrect_url=Incorrect URL email_unsubscription_all_records=Unsubscribed to follow all records in {0} email_unsubscription_one_record=Unsubscribed to follow the record {0} in {1} discussion_new_comment=NEW COMMENT files_files_added=NEW FILES ADDED files_file_removed=FILE REMOVED images_gallery_images_added=NEW IMAGES ADDED images_gallery_image_removed=IMAGE REMOVED one_image_removed=One image removed module_info_email_notifications=Impossible to determine module info for email notifications email_notifications_enabled_problem=Impossible to determine if emails notifications are enabled, we assume that no email_notifications_log_failed=Email notifications log failed log_tracker_log_failed=Log tracker fails to log an access email_sending_error=Email sending error access_tracker_failed=Access tracker {0} failed to track a {1} access_tracker_provider_creation_error=Impossible to create access tracker provider {0} email_subscriptions_persistence_problem=Problems accessing database table for email subscriptions # Version 6.0 max_length_exceed={0} cannot have more than {1} characters privacy_policy=Write your privacy policy in the privacy_policy entry of i18n/YourProyect-messages_en.properties of your project. accept_privacy_policy=I read and accept the above privacy policy privacy_policy_required_to_sign_up=You have to accept the privacy policy in order to sign up organization_name_problem=Problems obtaining organization name unknow_organization=Unknown organization application_name_problem=Problems obtaining application name unknow_application=Unknown application unexpected_uri_string=Unexpected URI string schema_deletion_error=Impossible to drop schema {0} from database mode_controller_not_supported={0} no longer supported. We will use Mode controller instead mode_controller_not_recognized_only_go_list_action={0} not completely recognized. We only use {1} and for the rest Mode controller first_steps_prompt=Choose a module from the left menu determine_is_java9_problem=Impossible determine if current Java version is 9 or better, we assume not # Version 6.0.1 choose_columns_before_add=Please, choose some columns before pressing Add button or Enter # Version 6.1 transaction_marked_rollbackOnly=Transaction marked as rollbackOnly history_not_enabled=History disabled. To enable it add to xava.properties: accessTrackerProvidersClasses\={0} root_folder_already_exists=ROOT folder already exists cannot_change_root_folder_name=The name of the ROOT folder cannot be changed problems_populating_tenancy=Problems populating tenancy {0} role_not_exist_not_assign_modules=Role {0} does not exist so we cannot assign modules to it # Version 6.1.1 non_unique_folder_name=Should be just one folder named {0}, however there are {1} # Version 6.2 # The FilePond messages are not used for the English version where we leave FilePond use their own labels # so, these filepond_ labels are used as template to do a translation # and as default translation for no translated languages filepond_labelIdle=Drag & Drop your files or Browse filepond_labelFileWaitingForSize=Waiting for size filepond_labelFileSizeNotAvailable=Size not available filepond_labelFileLoadError=Error during load filepond_labelFileProcessingComplete=Upload complete filepond_labelFileProcessingAborted=Upload cancelled filepond_labelFileProcessingError=Error during upload filepond_labelFileProcessingRevertError=Error during revert filepond_labelFileRemoveError=Error during remove filepond_labelTapToCancel=tap to cancel filepond_labelTapToRetry=tap to retry filepond_labelTapToUndo=tap to undo filepond_labelButtonProcessItem=Upload file_uploading=Uploading file_not_obtained=File not obtained result_is_not_image=Result is not an image image_obtained=Image obtained parameter_required={0} parameter required starting_application=Starting application... application_started_go=Application started. Go to {0} organization_deactivated=Organization deactivated unknown_id_for_file=Unknown file id for file {0} file_not_of_expected_type=File not of expected type, we expect {0} but get {1} input_for_upload_not_name=INPUT for file upload should not have name files_ids_provider_class_parameter_missed__upload_editor=filesIdsProviderClass parameter missed for uploadEditor.jsp import_data_title=Import data from CSV, XLS or XLSX # Version 6.2.1 not_collection_from_model_for_getCollectionTab=View.getCollectionTab() not allowed for @ManyToMany, @OrderColumn or calculated collections invalid_content_parsing_multipart=Invalid content parsing multipart # Version 6.3 user_theme_error_using_default=Error getting the user theme, using the default one root_context_only_one_app=No more than one application.xml in classpath for using root context confirm_lose_changes=You will lose all changes made since your last save. Do you want to continue? # Version 6.3.2 creating_root_folder=Creating ROOT folder # Version 6.4 matching=Matching {0} # Version 6.4.1 default_i18n_files_not_created=Default i18n files not created # Version 6.4.2 port_for_faster_startup=For a faster startup add to xava.properties of your project the next entry: {0} app_startup_failed_after_trying_ports=Application startup failed after trying with several ports user_disabled_for_this_organization=User disabled for this organization # Version 6.5 organization_name_error=Error getting organization name, we assume empty string user_not_eligible_to_change_password=User not eligible to change password # Version 6.5.1 removed_from_file_property=File {0} removed uploaded_to_file_property=File {0} uploaded # Version 6.5.2 confirm_remove_file=Are you sure you want to remove the file? parent_not_excluded_rendundant_columns={0} not excluded as parent, perhaps the user would have redundant columns to add in list # Version 6.5.3 null=null filename_not_encoded=File name not encoded because the encoding {0} is not supported # Version 6.6 invalid_coordinates={0} in {1} must be valid coordinates impossible_get_value_annotation_attribute=Impossible to get value from attribute {0} of annotation {1} field_getter_not_found=Not found field or getter for property {0} of {1} invalid_file_type=File of invalid type filepond_fileValidateTypeLabelExpectedTypes=Expected: {allTypes} file_too_large=File is too large filepond_labelMaxFileSizemaximum=Maximum file size is {filesize} class_not_found_for_default_type_for_stereotype=Class not found for default type defined for stereotype {0} class_not_found_for_default_type_for_annotation=Class not found for default type defined for annotation {0} default_size_for_annotation_not_found=The default size for {0} annotation is not defined default_scale_for_stereotype_not_found=The default scale for {0} stereotype is not defined default_scale_for_type_not_found=The default scale for {0} type is not defined default_scale_for_annotation_not_found=The default scale for {0} annotation is not defined default_type_for_annotation_not_found=Default type for annotation {0} is not defined # Version 6.6.1 remove_element_from_collection_error=Error removing element from collection more_than_expected_entries=Expected {0} entries, but there are more not_the_expected_entries=Expected {0} entries, but there are {1} not_the_expected_entries_no_log_file=Expected {0} entries, but there is no log file # Version 7.0 editors_resources_not_loaded={0} files for editors not loaded. Maybe some editors will not work correctly provider_creation_error=Impossible to create {0} provider missing_class_in_persistence_xml=Entity missing in persistence.xml. Add {0} to the persistence-unit xavapro_missing_classes_in_persistence_xml=Some XavaPro entities are missing in persistence.xml, so application cannot start # Version 7.0.6 duplicated_properties_in_view=One or more properties: {1} are duplicated in view{2}of module {0} attachments_css_servlet_error=A problem occurred while getting the attached CSS located at {0} # Version 7.1 sso_configuration_saved=SSO configuration saved correctly nonce_tag_error=Error: Tag "nonce" can''t execute style_attribute_not_supported_in_tag=cssStyle attribute not supported in {0} tag. Action={1}, style={2} user_not_exist_create_it=User {0} not registered in the application. If {0} is an Azure AD user you should add him to the OpenXava application to be recognized # Version 7.1.3 encode_url_warning=Impossible to encode URL, so we use it as is: {0} query_overwritten_warning=Warning! The already existing query named {0} has been overwritten # Version 7.2 cant_load_collection_as_tree=Error loading the collection {0} as a tree in module {1} error_with_node_value=Error updating the path of tree nodes {0} in module {1}. Update canceled security_disabled=Content Security Policy is disabled, so you web application is not secure. Please remove turnOffWebSecurity from xava.properties. # Version 7.2.3 not_latest_openxava_version=OLD VERSION of OpenXava: {0}. Upgrade to {1} to avoid SECURITY VULNERABILITIES last_openxava_version_problems=Unable to determine the latest version of OpenXava due to: {0} xavapro_subscription_license_key_missing=XavaPro Subscription license key not specified xavapro_subscription_missing_or_disabled=XavaPro Subscription not found or disabled xavapro_subscription_not_valid_for_user=XavaPro Subscription is not valid for {0} for this application in this server # Version 7.3 unsafe_eval_enabled=The use of eval() in JavaScript is allowed, so you web application is not secure. Please remove unsafeEvalInScripts=true from xava.properties. next_previous_action_not_added=If you have overridden the Collection controller, you must manually add "next" and "previous" actions. destroying_request_problems=Problems when destroying the request user_expelled_from_other_session=User {0} has been logged out of an active session when logging in from another browser. A user can only have one active session at a time. bad_time_format=Time {0} do not have correct format # Version 7.3.1 no_active_subscription_for_license_key=No active subscription for license key: {0} license_already_activated_for_user=This license key is already activated for user {0} in application {1} on server {2} previous_user_deactivation_warning=WARNING! When activating a new user, you''ll deactivate the previous one activate_user_error=Impossible to activate user user_activated_for_application_computer=User {0} activated for application {1} in the computer {2} unable_obtain_mac=Unable to obtain MAC of current computer openxava_org_error_subscription_data=Unable to connect to openxava.org to get subscription data openxava_org_error_validate_subscription=Unable to connect to openxava.org to validate the subscription user_not_valid_for_application=User {0} not valid for application {1} because: {2} user_not_valid_no_subscription=User {0} not valid because subscription does not exist openxava_org_error_validate_user=Unable to connect to openxava.org to validate user of the subscription unable_activate_user=Unable to activate user because: {0} openxava_org_error_activate_user=Unable to connect to openxava.org to activate user in subscription determine_is_java_version_problem=Impossible determine if current Java version is {0} or better, we assume not # Version 7.4 record_count=Record count impossible_obtain_sibling_model_packages=Impossible to obtain sibling packages of model packages, maybe some transient classes would be not recognized




© 2015 - 2024 Weber Informatics LLC | Privacy Policy