| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 
 | msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Philippe BOUCAULT <philbouc@users.sourceforge.net>\n"
"Language-Team: Vasseur Gilles <gillesvasseur58@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.1\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Language: fr\n"
#: sqlitecompstrings.sadd
msgid "Add"
msgstr "Ajouter"
#: sqlitecompstrings.satablenamedalreadyexistsareyousureyouwanttoreplace
#, object-pascal-format
msgid "A Table named \"%s\" already exists. Are you sure you want to replace this table?%sAll data stored will be lost."
msgstr "Une table nommée \"%s\" existe déjà. Êtes-vous sûr de vouloir remplacer cette table ? %s Toutes les données enregistrées seront perdues."
#: sqlitecompstrings.sclose
msgid "Close"
msgstr "Fermer"
#: sqlitecompstrings.screateedittable
msgid "Create/Edit Table"
msgstr "Créer ou modifier une table"
#: sqlitecompstrings.screatetable
msgid "Create Table"
msgstr "Créer une table"
#: sqlitecompstrings.sdelete
msgid "Delete"
msgstr "Supprimer"
#: sqlitecompstrings.sfieldname
msgid "Field Name"
msgstr "Nom du champ"
#: sqlitecompstrings.sfieldtype
msgid "Field Type"
msgstr "Type du champ"
#: sqlitecompstrings.sfilenamenotsetitsnotpossibletocreateeditatable
msgid "File name not set: it's not possible to create/edit a table."
msgstr "Le nom du fichier n'est pas renseigné : impossible de créer ou de modifier la table."
#: sqlitecompstrings.sfilepath
#, object-pascal-format
msgid "File Path: %s"
msgstr "Chemin du fichier : %s"
#: sqlitecompstrings.sitsnotallowedfieldswiththesamename
msgid "Fields with identical names are not allowed."
msgstr "Les champs avec des noms identiques ne sont pas autorisés."
#: sqlitecompstrings.sitwasnotpossibletocreatethetable
msgid "It was not possible to create the table."
msgstr "Impossible de créer la table."
#: sqlitecompstrings.snofieldsaddedtablewillnotbecreated
msgid "No fields added. Table will not be created."
msgstr "Aucun champ ajouté. La table ne sera pas créée."
#: sqlitecompstrings.stablecreatedsuccessfully
msgid "Table created successfully."
msgstr "Table créée avec succès."
#: sqlitecompstrings.stableeditorfieldtypenotrecognized
msgid "Field type not recognized."
msgstr "Type de champ non reconnu."
#: sqlitecompstrings.stablename
#, object-pascal-format
msgid "Table Name: %s"
msgstr "Nom de la table : %s"
#: sqlitecompstrings.stablenamenotsetitsnotpossibletocreateeditatable
msgid "Table name not set: it's not possible to create/edit a table."
msgstr "Le nom de la table n'est pas renseigné : impossible de créer ou de modifier la table."
 |