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

org.datanucleus.store.mongodb.Localisation_es.properties Maven / Gradle / Ivy

################################################################################
# Copyright (c) 2011 Andy Jefferson and others. All rights reserved. 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# 
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Contributions :
#     ...
################################################################################

MongoDB.ServerConnect=Creando un pool de connecciones a la base de datos "{0}" en {1} servidores ({2})
MongoDB.URLInvalid=El URL ("{0}") es invalido. Debe ser "mongodb[:hostname][/dbName]".
MongoDB.DatastoreID=No soportamos "Datastore ID" con esta base de datos pero "{0}" lo utiliza.

MongoDB.Insert.Start=Objeto "{0}" va a estar puesto en MongoDB con todos los objetos alcanzables
MongoDB.Insert.ObjectWithIdAlreadyExists=Objeto "{0}" tiene identidad "{1}" pero un objeto con esta identidad existe en la base de datos!
MongoDB.Insert.ObjectPersisted=Objeto "{0}" (identidad="{1}) persistido a MongoDB
MongoDB.Insert.ObjectPersistedWithVersion=Objeto "{0}" (identidad="{1}) persistido a MongoDB con la version "{2}"
MongoDB.Insert.ObjectPersistedWithIdentity=Objeto "{0}" persistido a MongoDB ha tenido la identidad puesto como "{1}"
MongoDB.Update.Start=Objeto "{0}" (identidad="{1}") va a ser cambiado en MongoDB (para los campos "{2}") con todos los objetos alcanzables
MongoDB.Delete.Start=Objeto "{0}" (identidad="{1}") va a ser borrado en MongoDB con todos los objetos alcanzables
MongoDB.Delete.ObjectDeleted=Objeto "{0}" (identidad="{1}") ha sido borrado
MongoDB.Fetch.Start=Objeto "{0}" (identidad="{1}") va a ser obtenido de MongoDB
MongoDB.ExecutionTime=Tiempo de ejecuci?n = {0} ms


MongoDB.Schema.CreateClass=Creando el esquema para la clase "{0}" en la colleccion "{1}"
MongoDB.Schema.CreateClassField=Creando campo "{0}" para la colleccion "{1}"
MongoDB.Schema.CreateClassIndex=Averiguando el indice "{0}" para la colleccion "{1}" como "{2}"
MongoDB.SchemaDelete.Class=Borrando el esquema de la clase "{0}" en la colleccion "{1}"
MongoDB.SchemaValidate.Class=Validar el esquema de la clase "{0}", no tiene la colleccion "{1}" !
MongoDB.SchemaValidate.Class.Field=Validar el esquema de la colleccion "{0}" no tiene el campo "{1}" !




© 2015 - 2024 Weber Informatics LLC | Privacy Policy