/* Embedded string when message forwarded to database adaptor */
"selector forwarded." = "selector enviado";
/* Embedded string when message not supported by database adaptor */
"selector not supported." = "selector no soportado";
/* Message when an attempt to load a mismatched adaptor is encountered */
"Requested adaptor name does not match adaptor already loaded for database." = "El nombre del adaptador solicitado no coincide con el adaptador cargado en la base de datos.";
/* Message when adaptor not found or not loadable */
"Cannot load adaptor:" = "Imposible cargar el adaptador";
/* Affirmation */
"OK" = "OK";
/* Refuse choice */
"Cancel" = "Cancelar";
/* Title of alert panel for notification from database adaptor */
"Database" = "Base de datos";
/* Name of untitled default database file */
"Untitled file" = "Modelo misterioso";
/* Go ahead despite alert warning */
"Continue" = "Continuar";
/* Abort in response to error situation */
"Abort" = "Abortar";
/* Skip this record in response to error situation */
"Skip" = "Saltar";
/* Shown to user when overwriting changes with a new fetch */
"Changes will be lost if you do this." = "Perderá los cambios realizados si hace esto.";
/* Shown to user when an unrecognized read or save error occurs */
"Error %d occurred during transaction." = "Se ha producido el error %d durante la transacción.";
/* Shown to user if primary key is missing for an entity */
"Save failed on %s entity because no key is defined." = "Imposible grabar la entidad %s porque no se ha definido ninguna clave";
/* Shown to user if a duplicate key is encountered for an entity */
"Duplicate key encountered while saving %s data." = "Se ha encontrado una clave duplicada al grabar los datos %s.";
/* Shown to user if record in the database has been changed (by another user) */
"%s record has been modified in the database since the last fetch." = "El registro %s de la base de datos se ha alterado desde la última recogida.";
/* Shown to user if record in the database is locked (by another user) */
"%s record is in use and can't be saved or locked." = "El registro %s se está utilizando y no puede ser ni grabado ni bloqueado.";
/* Shown to user if an unusually large number of records has been fetched. User is prompted to continue or abort. */
"%d records have been fetched so far:" = "Hasta ahora se han recogido %d registros:";