From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- Plugins/SqlExport/SqlExport_fr.ts | 98 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 Plugins/SqlExport/SqlExport_fr.ts (limited to 'Plugins/SqlExport/SqlExport_fr.ts') diff --git a/Plugins/SqlExport/SqlExport_fr.ts b/Plugins/SqlExport/SqlExport_fr.ts new file mode 100644 index 0000000..7ffe713 --- /dev/null +++ b/Plugins/SqlExport/SqlExport_fr.ts @@ -0,0 +1,98 @@ + + + + + SqlExport + + + -- Results of query: + -- Résultats de la requête: + + + + -- Table: %1 + -- Table: %1 + + + + -- Index: %1 + -- Indéxe: %1 + + + + -- Trigger: %1 + -- Déclencheur: %1 + + + + -- View: %1 + -- Vue: %1 + + + + -- File generated with SQLiteStudio v%1 on %2 + -- Fichier généré par SQLiteStudio v%1sur %2 + + + + -- Text encoding used: %1 + -- Encodage texte utilisé: %1 + + + + Table name for INSERT statements is mandatory. + Nom de table pour la déclaration INSERT est obligatoire. + + + + sqlExportCommonConfig + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + Genere "DROP IF EXISTS" Déclaration avant "CREATE"déclaration + + + + Format DDL statements only (excludes "INSERT" statements) + Format DDL déclarations seulement (déclaration exclus "INSERT") + + + + Use SQL formatter to format exported SQL statements + Utilisez le formatage SQL pour formater des déclarations SQL exportables + + + + sqlExportQueryConfig + + + Use SQL formatter to format exported SQL statements + Utilisez le formatage SQL pour formater des déclarations SQL exportables + + + + Table name to use for INSERT statements: + Nom de table pour utiliser la déclaration INSERT: + + + + Generate "CREATE TABLE" statement at the begining + Genre la déclaration "CREATE TABLE" au debut + + + + Include the query in comments + Inclus la requête dans les commentaires + + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + Génere la déclaration "DROP IF EXISTS" avant la déclaration "CREATE" + + + + Format DDL statements only (excludes "INSERT" statements) + Format DDL seulement déclaration (exclus déclaration "INSERT") + + + -- cgit v1.2.3