# French translation of [D7] NuoDB Driver (7.x-1.0)
# Copyright (c) 2015 by the French translation team
#
msgid ""
msgstr ""
"Project-Id-Version: [D7] NuoDB Driver (7.x-1.0)\n"
"POT-Creation-Date: 2015-09-19 09:07+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"

msgid "Cannot add field %table.%field: table doesn't exist."
msgstr "Impossible d'ajouter le champ %table.%field : la table n'existe pas."
msgid "Cannot add field %table.%field: field already exists."
msgstr "Impossible d'ajouter le champ %table.%field : le champ existe déjà."
msgid "Cannot set default value of field %table.%field: field doesn't exist."
msgstr ""
"Impossible de définir la valeur par défaut du champ %table.%field : "
"le champ n'existe pas."
msgid ""
"Cannot remove default value of field %table.%field: field doesn't "
"exist."
msgstr ""
"Impossible de supprimer la valeur par défaut du champ %table.%field : "
"le champ n'existe pas."
msgid "Cannot add primary key to table %table: table doesn't exist."
msgstr ""
"Impossible d'ajouter la clé primaire à la table %table : la table "
"n'existe pas."
msgid "Cannot add primary key to table %table: primary key already exists."
msgstr ""
"Impossible d'ajouter la clé primaire à la table %table : une clé "
"primaire existe déjà."
msgid "Cannot add unique key %name to table %table: table doesn't exist."
msgstr ""
"Impossible d'ajouter la clé unique %name à la table %table : la "
"table n'existe pas."
msgid ""
"Cannot add unique key %name to table %table: unique key already "
"exists."
msgstr ""
"Impossible d'ajouter la clé unique %name à la table %table : une "
"clé unique existe déjà."
msgid "Cannot add index %name to table %table: table doesn't exist."
msgstr ""
"Impossible d'ajouter l'index %name à la table %table : la table "
"n'existe pas."
msgid "Cannot add index %name to table %table: index already exists."
msgstr ""
"Impossible d'ajouter l'index %name à la table %table : l'index existe "
"déjà."
msgid ""
"Cannot change the definition of field %table.%name: field doesn't "
"exist."
msgstr ""
"Impossible de changer la définition du champ %table.%name : le champ "
"n'existe pas."
msgid ""
"Cannot rename field %table.%name to %name_new: target field already "
"exists."
msgstr ""
"Impossible de renommer le champ %table.%name en %name_new : le champ "
"cible existe déjà."
msgid "Cannot rename @table to @table_new: table @table doesn't exist."
msgstr ""
"Impossible de renommer @table en @table_new : la table @table n'existe "
"pas."
msgid "Cannot rename @table to @table_new: table @table_new already exists."
msgstr ""
"Impossible de renommer @table en @table_new : la table @table_new "
"existe déjà."
