/* Embedded string when message forwarded to database adaptor */
"selector forwarded." = "sélecteur expédié.";
/* Embedded string when message not supported by database adaptor */
"selector not supported." = "Sélecteur non supporté.";
/* Message when an attempt to load a mismatched adaptor is encountered */
"Requested adaptor name does not match adaptor already loaded for database." = "Le nom de l'adaptateur requis ne correspond pas à l'adaptateur chargé pour la base de donnée.";
/* Message when adaptor not found or not loadable */
"Cannot load adaptor:" = "Chargement de l'adaptateur impossible :";
/* Affirmation */
"OK" = "OK";
/* Refuse choice */
"Cancel" = "Annuler";
/* Title of alert panel for notification from database adaptor */
"Database" = "Base de données";
/* Name of untitled default database file */
"Untitled file" = "Modèle_mystère";
/* Go ahead despite alert warning */
"Continue" = "Continuer";
/* Abort in response to error situation */
"Abort" = "Abandon";
/* Skip this record in response to error situation */
"Skip" = "Passer";
/* Shown to user when overwriting changes with a new fetch */
"Changes will be lost if you do this." = "Si vous effectuez cette opération vos modifications seront perdues.";
/* Shown to user when an unrecognized read or save error occurs */
"Error %d occurred during transaction." = "Erreur %d détectée lors de la transaction.";
/* Shown to user if primary key is missing for an entity */
"Save failed on %s entity because no key is defined." = "Echec de l'enregistrement sur l'entité %s car aucune clé n'a été définie.";
/* Shown to user if a duplicate key is encountered for an entity */
"Duplicate key encountered while saving %s data." = "Double de clé trouvée lors de l'enregistrement des données %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." = "%s enregistrement a été modifié dans la base de données depuis la dernière opération d'accès à la mémoire.";
/* 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." = "L'enregistrement %s en cours d'utilisation et ne peut être enregistré ou verrouillé.";
/* 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:" = "%d enregistrements ont été accédés jusqu'à présent : ";