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

org.datanucleus.store.odf.Localisation.properties Maven / Gradle / Ivy

There is a newer version: 6.0.0-release
Show newest version
################################################################################
# Copyright (c) 2009 Andy Jefferson and others. All rights reserved. 
# This program and the accompanying materials are made available under 
# the terms of the DataNucleus License which accompanies this distribution.
#
# Contributions :
#
# Resources for org.datanucleus.store.odf package
################################################################################

ODF.DatastoreID=Datastore ID not supported for this datastore

ODF.SheetNotFoundForWorkbook=ODF spreadsheet doesnt have sheet "{0}" for object "{1}"
ODF.RowNotFoundForSheetForWorkbook=ODF spreadsheet for sheet="{0}" doesnt have row for object "{1}"

#
# Persistence operations
#
ODF.Insert.ObjectWithIdAlreadyExists=Object "{0}" being inserted has id "{1}" yet an object with this id already exists in the datastore!
ODF.Insert.SheetCreated=Worksheet "{0}" required for persisting object but didnt exist. Has been created.
ODF.Insert.Start=Object "{0}" being inserted into ODF with all reachable objects
ODF.Insert.ObjectPersisted=Object "{0}" (id="{1}) persisted to ODF
ODF.Insert.ObjectPersistedWithVersion=Object "{0}" (id="{1}) persisted to ODF with version "{2}"
ODF.Update.Start=Object "{0}" (id="{1}") being updated in ODF (for fields "{2}") with all reachable objects
ODF.Delete.Start=Object "{0}" (id="{1}") being deleted from ODF with all dependent objects
ODF.Delete.ObjectDeleted=Object "{0}" (id="{1}") has been deleted
ODF.Fetch.Start=Object "{0}" (id="{1}") being retrieved from ODF
ODF.ExecutionTime=Execution Time = {0} ms





© 2015 - 2024 Weber Informatics LLC | Privacy Policy