1 |
6daefa8c
|
Petr Lukašík
|
<?php
|
2 |
|
|
|
3 |
|
|
/**
|
4 |
|
|
* French Language file for phpPgAdmin.
|
5 |
|
|
* @maintainer Pascal PEYRE [pascal.peyre@cir.fr]
|
6 |
|
|
*
|
7 |
|
|
* $Id: french.php,v 1.16 2005/08/11 23:01:44 soranzo Exp $
|
8 |
|
|
*/
|
9 |
|
|
|
10 |
|
|
// Language and character set
|
11 |
|
|
$lang['applang'] = 'Fran?ais';
|
12 |
|
|
$lang['appcharset'] = 'ISO-8859-1';
|
13 |
|
|
$lang['applocale'] = 'fr_FR';
|
14 |
|
|
$lang['appdbencoding'] = 'LATIN1';
|
15 |
|
|
$lang['applangdir'] = 'ltr';
|
16 |
|
|
|
17 |
|
|
// Basic strings
|
18 |
|
|
$lang['strintro'] = 'Bienvenue sur phpPgAdmin.';
|
19 |
|
|
$lang['strppahome'] = 'Page d\'accueil phpPgAdmin';
|
20 |
|
|
$lang['strpgsqlhome'] = 'Page d\'accueil PostgreSQL';
|
21 |
|
|
$lang['strpgsqlhome_url'] = 'http://www.postgresql.org/';
|
22 |
|
|
$lang['strlocaldocs'] = 'PostgreSQL Documentation (local)';
|
23 |
|
|
$lang['strreportbug'] = 'Rapporter un Bug';
|
24 |
|
|
$lang['strviewfaq'] = 'Voir la FAQ';
|
25 |
|
|
$lang['strviewfaq_url'] = 'http://phppgadmin.sourceforge.net/?page=faq';
|
26 |
|
|
|
27 |
|
|
// Basic strings
|
28 |
|
|
$lang['strlogin'] = 'Login';
|
29 |
|
|
$lang['strloginfailed'] = 'Echec de la connexion';
|
30 |
|
|
$lang['strlogindisallowed'] = 'Login d?sactiv? pour s?curit?';
|
31 |
|
|
$lang['strserver'] = 'Serveur';
|
32 |
|
|
$lang['strlogout'] = 'D?connexion';
|
33 |
|
|
$lang['strowner'] = 'Propri?taire';
|
34 |
|
|
$lang['straction'] = 'Action';
|
35 |
|
|
$lang['stractions'] = 'Actions';
|
36 |
|
|
$lang['strname'] = 'Nom';
|
37 |
|
|
$lang['strdefinition'] = 'D?finition';
|
38 |
|
|
$lang['strproperties'] = 'Propri?t?s';
|
39 |
|
|
$lang['strbrowse'] = 'Parcourir';
|
40 |
|
|
$lang['strdrop'] = 'Supprimer';
|
41 |
|
|
$lang['strdropped'] = 'Supprim?';
|
42 |
|
|
$lang['strnull'] = 'Null';
|
43 |
|
|
$lang['strnotnull'] = 'Not Null';
|
44 |
|
|
$lang['strprev'] = 'Pr?c?dent';
|
45 |
|
|
$lang['strnext'] = 'Suivant';
|
46 |
|
|
$lang['strfirst'] = '<< D?but';
|
47 |
|
|
$lang['strlast'] = 'Fin >>';
|
48 |
|
|
$lang['strfailed'] = 'Echec';
|
49 |
|
|
$lang['strcreate'] = 'Cr?er';
|
50 |
|
|
$lang['strcreated'] = 'Cr??';
|
51 |
|
|
$lang['strcomment'] = 'Commentaire';
|
52 |
|
|
$lang['strlength'] = 'Longueur';
|
53 |
|
|
$lang['strdefault'] = 'Defaut';
|
54 |
|
|
$lang['stralter'] = 'Modifier';
|
55 |
|
|
$lang['strok'] = 'OK';
|
56 |
|
|
$lang['strcancel'] = 'Annuler';
|
57 |
|
|
$lang['strsave'] = 'Sauvegarder';
|
58 |
|
|
$lang['strreset'] = 'R?initialiser';
|
59 |
|
|
$lang['strinsert'] = 'Ins?rer';
|
60 |
|
|
$lang['strselect'] = 'Selectionner';
|
61 |
|
|
$lang['strdelete'] = 'Effacer';
|
62 |
|
|
$lang['strupdate'] = 'Modifier';
|
63 |
|
|
$lang['strreferences'] = 'R?f?rences';
|
64 |
|
|
$lang['stryes'] = 'Oui';
|
65 |
|
|
$lang['strno'] = 'Non';
|
66 |
|
|
$lang['strtrue'] = 'TRUE';
|
67 |
|
|
$lang['strfalse'] = 'FALSE';
|
68 |
|
|
$lang['stredit'] = 'Editer';
|
69 |
|
|
$lang['strcolumn'] = 'Colonne';
|
70 |
|
|
$lang['strcolumns'] = 'Colonnes';
|
71 |
|
|
$lang['strrows'] = 'ligne(s)';
|
72 |
|
|
$lang['strrowsaff'] = 'ligne(s) affect?e(s).';
|
73 |
|
|
$lang['strobjects'] = 'objet(s)';
|
74 |
|
|
$lang['strexample'] = 'exple.';
|
75 |
|
|
$lang['strback'] = 'Retour';
|
76 |
|
|
$lang['strqueryresults'] = 'R?sultats de la requ?te';
|
77 |
|
|
$lang['strshow'] = 'Voir';
|
78 |
|
|
$lang['strempty'] = 'Vider';
|
79 |
|
|
$lang['strlanguage'] = 'Langage';
|
80 |
|
|
$lang['strencoding'] = 'Codage';
|
81 |
|
|
$lang['strvalue'] = 'Valeur';
|
82 |
|
|
$lang['strunique'] = 'Unique';
|
83 |
|
|
$lang['strprimary'] = 'Primaire';
|
84 |
|
|
$lang['strexport'] = 'Exporter';
|
85 |
|
|
$lang['strimport'] = 'Import';
|
86 |
|
|
$lang['strsql'] = 'SQL';
|
87 |
|
|
$lang['strgo'] = 'Go';
|
88 |
|
|
$lang['stradmin'] = 'Admin';
|
89 |
|
|
$lang['strvacuum'] = 'Vacuum';
|
90 |
|
|
$lang['stranalyze'] = 'Analyze';
|
91 |
|
|
$lang['strclusterindex'] = 'Cluster';
|
92 |
|
|
$lang['strclustered'] = 'En Cluster ?';
|
93 |
|
|
$lang['strreindex'] = 'Reindex';
|
94 |
|
|
$lang['strrun'] = 'Lancer';
|
95 |
|
|
$lang['stradd'] = 'Ajouter';
|
96 |
|
|
$lang['strevent'] = 'Ev?nement';
|
97 |
|
|
$lang['strwhere'] = 'Where';
|
98 |
|
|
$lang['strinstead'] = 'Do Instead';
|
99 |
|
|
$lang['strwhen'] = 'When';
|
100 |
|
|
$lang['strformat'] = 'Format';
|
101 |
|
|
$lang['strdata'] = 'Donn?e';
|
102 |
|
|
$lang['strconfirm'] = 'Confirmer';
|
103 |
|
|
$lang['strexpression'] = 'Expression';
|
104 |
|
|
$lang['strellipsis'] = '...';
|
105 |
|
|
$lang['strseparator'] = ': ';
|
106 |
|
|
$lang['strexpand'] = 'Etendre';
|
107 |
|
|
$lang['strcollapse'] = 'R?duire';
|
108 |
|
|
$lang['strexplain'] = 'Explain';
|
109 |
|
|
$lang['strexplainanalyze'] = 'Explain Analyze';
|
110 |
|
|
$lang['strfind'] = 'Rechercher';
|
111 |
|
|
$lang['stroptions'] = 'Options';
|
112 |
|
|
$lang['strrefresh'] = 'Raffraichir';
|
113 |
|
|
$lang['strdownload'] = 'T?l?charger';
|
114 |
|
|
$lang['strdownloadgzipped'] = 'T?l?charger avec compression gzip';
|
115 |
|
|
$lang['strinfo'] = 'Info';
|
116 |
|
|
$lang['stroids'] = 'OIDs';
|
117 |
|
|
$lang['stradvanced'] = 'Avanc?';
|
118 |
|
|
$lang['strvariables'] = 'Variables';
|
119 |
|
|
$lang['strprocess'] = 'Processus';
|
120 |
|
|
$lang['strprocesses'] = 'Processus';
|
121 |
|
|
$lang['strsetting'] = 'Param?trage';
|
122 |
|
|
$lang['streditsql'] = 'Editer SQL';
|
123 |
|
|
$lang['strruntime'] = 'Temps d\'execution Total: %s ms';
|
124 |
|
|
$lang['strpaginate'] = 'Paginer les r?sultats';
|
125 |
|
|
$lang['struploadscript'] = 'ou importer un script SQL :';
|
126 |
|
|
$lang['strstarttime'] = 'Heure de D?part';
|
127 |
|
|
$lang['strfile'] = 'Fichier';
|
128 |
|
|
$lang['strfileimported'] = 'Fichier import?.';
|
129 |
|
|
|
130 |
|
|
// Error handling
|
131 |
|
|
$lang['strbadconfig'] = 'Le fichier de configuration config.inc.php est obsol?te. Vous avez besoin de le reg?nerer ? partir de config.inc.php-dist.';
|
132 |
|
|
$lang['strnotloaded'] = 'Vous n\'avez pas compil? correctement le support de la base de donn?es dans votre installation de PHP.';
|
133 |
|
|
$lang['strphpversionnotsupported'] = 'Cette version de PHP n\'est pas support?e. Merci de mettre ? jour PHP ? la version %s ou ult?rieure.';
|
134 |
|
|
$lang['strpostgresqlversionnotsupported'] = 'Cette Version de PostgreSQL n\'est pas support?e. Merci de mettre ? jour PHP ? la version %s ou ult?rieure.';
|
135 |
|
|
$lang['strbadschema'] = 'Sch?ma sp?cifi? invalide.';
|
136 |
|
|
$lang['strbadencoding'] = 'Impossible de sp?cifier l\'encodage de la base de donn?es.';
|
137 |
|
|
$lang['strsqlerror'] = 'Erreur SQL :';
|
138 |
|
|
$lang['strinstatement'] = 'In statement:';
|
139 |
|
|
$lang['strinvalidparam'] = 'Param?tres de script invalides.';
|
140 |
|
|
$lang['strnodata'] = 'Pas de R?sultats.';
|
141 |
|
|
$lang['strnoobjects'] = 'Aucun objet trouv?.';
|
142 |
|
|
$lang['strrownotunique'] = 'Pas d\identifiant unique pour cette ligne.';
|
143 |
|
|
$lang['strnoreportsdb'] = 'Vous n\'avez pas cr?er des rapports de la base de Donn?es. Lisez le fichier INSTALL pour voir les directives.';
|
144 |
|
|
$lang['strnouploads'] = 'Importation de fichiers d?sactiv?.';
|
145 |
|
|
$lang['strimporterror'] = 'Erreur d\'importation.';
|
146 |
|
|
$lang['strimporterrorline'] = 'Erreur d\'importation ? la ligne %s.';
|
147 |
|
|
|
148 |
|
|
// Tables
|
149 |
|
|
$lang['strtable'] = 'Table';
|
150 |
|
|
$lang['strtables'] = 'Tables';
|
151 |
|
|
$lang['strshowalltables'] = 'Voir toutes les tables';
|
152 |
|
|
$lang['strnotables'] = 'Aucune table trouv?e.';
|
153 |
|
|
$lang['strnotable'] = 'Aucune table trouv?e.';
|
154 |
|
|
$lang['strcreatetable'] = 'Cr?er une table';
|
155 |
|
|
$lang['strtablename'] = 'Nom de la table';
|
156 |
|
|
$lang['strtableneedsname'] = 'Vous devez donner un nom pour votre table.';
|
157 |
|
|
$lang['strtableneedsfield'] = 'Vous devez sp?cifier au moins un champ.';
|
158 |
|
|
$lang['strtableneedscols'] = 'Vous devez indiquer un nombre valide de colonnes.';
|
159 |
|
|
$lang['strtablecreated'] = 'Table cr?e.';
|
160 |
|
|
$lang['strtablecreatedbad'] = 'Echec de la cr?ation de table.';
|
161 |
|
|
$lang['strconfdroptable'] = 'Etes-vous sur de vouloir supprimer la table "%s"?';
|
162 |
|
|
$lang['strtabledropped'] = 'Table supprim?e.';
|
163 |
|
|
$lang['strtabledroppedbad'] = 'Echec de la suppresion de table.';
|
164 |
|
|
$lang['strconfemptytable'] = 'Etes-vous s?r de vouloir vider la table "%s"?';
|
165 |
|
|
$lang['strtableemptied'] = 'Table vide.';
|
166 |
|
|
$lang['strtableemptiedbad'] = 'Echec du vidage de la table.';
|
167 |
|
|
$lang['strinsertrow'] = 'Inserer enregistrement.';
|
168 |
|
|
$lang['strrowinserted'] = 'Enregistrement ins?r?.';
|
169 |
|
|
$lang['strrowinsertedbad'] = 'Echec d\'insertion d\'un enregistrement.';
|
170 |
|
|
$lang['streditrow'] = 'Editer enregistrement.';
|
171 |
|
|
$lang['strrowupdated'] = 'Enregistrement mis ? jour.';
|
172 |
|
|
$lang['strrowupdatedbad'] = 'Echec de mise ? jour de l\'enregistrement.';
|
173 |
|
|
$lang['strdeleterow'] = 'Effacer enregistrement';
|
174 |
|
|
$lang['strconfdeleterow'] = 'Etes-vous s?r de vouloir supprimer cet enregistrement ?';
|
175 |
|
|
$lang['strrowdeleted'] = 'Enregistrement Supprim?.';
|
176 |
|
|
$lang['strrowdeletedbad'] = 'Echec de suppression de l\'enregistrement.';
|
177 |
|
|
$lang['strinsertandrepeat'] = 'Inserer & Repeter';
|
178 |
|
|
$lang['strnumcols'] = 'Nombre de colonnes';
|
179 |
|
|
$lang['strcolneedsname'] = 'Vous devez sp?cifier un nom pour la colonne';
|
180 |
|
|
$lang['strselectallfields'] = 'S?lectionner tous les champs';
|
181 |
|
|
$lang['strselectneedscol'] = 'Vous devez s?lectionner au moins une colonne.';
|
182 |
|
|
$lang['strselectunary'] = 'Op?rateurs unaires ne peuvent avoir de valeurs.';
|
183 |
|
|
$lang['straltercolumn'] = 'Modifier colonne';
|
184 |
|
|
$lang['strcolumnaltered'] = 'Colonne modifi?e.';
|
185 |
|
|
$lang['strcolumnalteredbad'] = 'Echec de modification de la colonne.';
|
186 |
|
|
$lang['strconfdropcolumn'] = 'Etes-vous s?r de vouloir supprimer la colonne "%s" de la table "%s"?';
|
187 |
|
|
$lang['strcolumndropped'] = 'Colonne supprim?e.';
|
188 |
|
|
$lang['strcolumndroppedbad'] = 'Echec de suppression de la colonne.';
|
189 |
|
|
$lang['straddcolumn'] = 'Ajouter une colonne';
|
190 |
|
|
$lang['strcolumnadded'] = 'Colonne ajout?e.';
|
191 |
|
|
$lang['strcolumnaddedbad'] = 'Echec d\'ajout de colonne.';
|
192 |
|
|
$lang['strcascade'] = 'CASCADE';
|
193 |
|
|
$lang['strtablealtered'] = 'Table modifi?e.';
|
194 |
|
|
$lang['strtablealteredbad'] = 'Echec ? la modification de la table.';
|
195 |
|
|
$lang['strdataonly'] = 'Donn?es seulement';
|
196 |
|
|
$lang['strstructureonly'] = 'Structure seulement';
|
197 |
|
|
$lang['strstructureanddata'] = 'Structure et donn?es';
|
198 |
|
|
$lang['strtabbed'] = 'Tabul?';
|
199 |
|
|
$lang['strauto'] = 'Auto';
|
200 |
|
|
$lang['strconfvacuumtable'] = 'Etes-vous sur de vouloir faire un vacuum "%s"?';
|
201 |
|
|
$lang['strestimatedrowcount'] = 'Nombre d\'enregistrements estim?s';
|
202 |
|
|
|
203 |
|
|
// Users
|
204 |
|
|
$lang['struser'] = 'Utilisateur';
|
205 |
|
|
$lang['strusers'] = 'Utilisateurs';
|
206 |
|
|
$lang['strusername'] = 'Utilisateur';
|
207 |
|
|
$lang['strpassword'] = 'Mot de passe';
|
208 |
|
|
$lang['strsuper'] = 'Super Utilisateur ?';
|
209 |
|
|
$lang['strcreatedb'] = 'Cr?er base de donn?es?';
|
210 |
|
|
$lang['strexpires'] = 'Expiration';
|
211 |
|
|
$lang['strsessiondefaults'] = 'Session par d?faut';
|
212 |
|
|
$lang['strnousers'] = 'Aucun utilisateur trouv?.';
|
213 |
|
|
$lang['struserupdated'] = 'Utilisateur mis ? jour.';
|
214 |
|
|
$lang['struserupdatedbad'] = 'Echec de mise ? jour de l\'utilisateur.';
|
215 |
|
|
$lang['strshowallusers'] = 'Voir tous les utilisateurs';
|
216 |
|
|
$lang['strcreateuser'] = 'Cr?er un utilisateur';
|
217 |
|
|
$lang['struserneedsname'] = 'Vous devez donner un nom pour votre utilisateur.';
|
218 |
|
|
$lang['strusercreated'] = 'Utilisateur Cr??.';
|
219 |
|
|
$lang['strusercreatedbad'] = 'Echec de cr?ation de l\'utilisateur.';
|
220 |
|
|
$lang['strconfdropuser'] = 'Etes-vous s?r de vouloir supprimer l\'utilisateur "%s"?';
|
221 |
|
|
$lang['struserdropped'] = 'Utilisateur supprim?.';
|
222 |
|
|
$lang['struserdroppedbad'] = 'Echec de suppression de l\'utilisateur.';
|
223 |
|
|
$lang['straccount'] = 'Comptes';
|
224 |
|
|
$lang['strchangepassword'] = 'Modifier le mot de passe';
|
225 |
|
|
$lang['strpasswordchanged'] = 'Mot de passe modifi?.';
|
226 |
|
|
$lang['strpasswordchangedbad'] = 'Echec ? la modification du mot de passe.';
|
227 |
|
|
$lang['strpasswordshort'] = 'Le mot de passe est trop court.';
|
228 |
|
|
$lang['strpasswordconfirm'] = 'Le mot de passe de confirmation est diff?rent.';
|
229 |
|
|
|
230 |
|
|
// Groups
|
231 |
|
|
$lang['strgroup'] = 'Groupe';
|
232 |
|
|
$lang['strgroups'] = 'Groupes';
|
233 |
|
|
$lang['strnogroup'] = 'Groupe non trouv?.';
|
234 |
|
|
$lang['strnogroups'] = 'Aucun groupe trouv?.';
|
235 |
|
|
$lang['strcreategroup'] = 'Cr?er un groupe';
|
236 |
|
|
$lang['strshowallgroups'] = 'Voir tous les groupes';
|
237 |
|
|
$lang['strgroupneedsname'] = 'Vous devez indiquer un nom pour votre groupe.';
|
238 |
|
|
$lang['strgroupcreated'] = 'Groupe cr??.';
|
239 |
|
|
$lang['strgroupcreatedbad'] = 'Echec de cr?ation du groupe.';
|
240 |
|
|
$lang['strconfdropgroup'] = 'Etes vous s?r de vouloir supprimer le groupe "%s"?';
|
241 |
|
|
$lang['strgroupdropped'] = 'Groupe supprim?.';
|
242 |
|
|
$lang['strgroupdroppedbad'] = 'Echec de suppression du groupe.';
|
243 |
|
|
$lang['strmembers'] = 'Membres';
|
244 |
|
|
$lang['straddmember'] = 'Ajouter un membre';
|
245 |
|
|
$lang['strmemberadded'] = 'Membre ajout?.';
|
246 |
|
|
$lang['strmemberaddedbad'] = 'Echec pendant l\'ajout de membre.';
|
247 |
|
|
$lang['strdropmember'] = 'Supprimer un membre';
|
248 |
|
|
$lang['strconfdropmember'] = 'Etes-vous sur de vouloir supprimer le membre "%s" pour le groupe "%s"?';
|
249 |
|
|
$lang['strmemberdropped'] = 'Membre supprim?.';
|
250 |
|
|
$lang['strmemberdroppedbad'] = 'Echec ? la suppression de membre.';
|
251 |
|
|
// Privilges
|
252 |
|
|
$lang['strprivilege'] = 'Privil?ge';
|
253 |
|
|
$lang['strprivileges'] = 'Privil?ges';
|
254 |
|
|
$lang['strnoprivileges'] = 'Cet objet n\'a pas de privil?ges.';
|
255 |
|
|
$lang['strgrant'] = 'Accorder(Grant)';
|
256 |
|
|
$lang['strrevoke'] = 'R?voquer';
|
257 |
|
|
$lang['strgranted'] = 'Privil?ges accord?s.';
|
258 |
|
|
$lang['strgrantfailed'] = 'Echec de l\'octroi de privil?ges.';
|
259 |
|
|
|
260 |
|
|
$lang['strgrantbad'] = 'Vous devez sp?cifier au moins un utilisateur ou groupe et au moins un privil?ge.';
|
261 |
|
|
$lang['strgrantor'] = 'Grantor';
|
262 |
|
|
$lang['strasterisk'] = '*';
|
263 |
|
|
// Databases
|
264 |
|
|
$lang['strdatabase'] = 'Base de Donn?es';
|
265 |
|
|
$lang['strdatabases'] = 'Bases de Donn?es';
|
266 |
|
|
$lang['strshowalldatabases'] = 'Voir toutes les bases de donn?es';
|
267 |
|
|
$lang['strnodatabase'] = 'Aucune base de donn?es trouv?e.';
|
268 |
|
|
$lang['strnodatabases'] = 'Aucune base de donn?es trouv?e.';
|
269 |
|
|
$lang['strcreatedatabase'] = 'Cr?er une base de donn?es';
|
270 |
|
|
$lang['strdatabasename'] = 'Nom de la base de donn?es';
|
271 |
|
|
$lang['strdatabaseneedsname'] = 'Vous devez donner un nom pour votre base de donn?es.';
|
272 |
|
|
$lang['strdatabasecreated'] = 'Base de Donn?es cr??e.';
|
273 |
|
|
$lang['strdatabasecreatedbad'] = 'Echec de cr?ation de la base de donn?es.';
|
274 |
|
|
$lang['strconfdropdatabase'] = 'Etes-vous s?r de vouloir supprimer la base de donn?es "%s"?';
|
275 |
|
|
$lang['strdatabasedropped'] = 'Base de donn?es supprim?e.';
|
276 |
|
|
$lang['strdatabasedroppedbad'] = 'Echec de suppression de la base de donn?es.';
|
277 |
|
|
$lang['strentersql'] = 'Veuillez saisir ci-dessous la requ?te SQL ? ex?cuter :';
|
278 |
|
|
$lang['strsqlexecuted'] = 'Reguete SQL ex?cut?e.';
|
279 |
|
|
$lang['strvacuumgood'] = 'Vacuum ex?cut?.';
|
280 |
|
|
$lang['strvacuumbad'] = 'Echec du Vacuum.';
|
281 |
|
|
$lang['stranalyzegood'] = 'Analyse effectu?e.';
|
282 |
|
|
$lang['stranalyzebad'] = 'Echec de l\'analyse.';
|
283 |
|
|
$lang['strreindexgood'] = 'R?indexation ex?cut?e.';
|
284 |
|
|
$lang['strreindexbad'] = 'Echec de la R?indexation.';
|
285 |
|
|
$lang['strfull'] = 'Int?gral(Full)';
|
286 |
|
|
$lang['strfreeze'] = 'Freeze';
|
287 |
|
|
$lang['strforce'] = 'Forcer';
|
288 |
|
|
$lang['strsignalsent'] = 'Signal envoy?.';
|
289 |
|
|
$lang['strsignalsentbad'] = 'Echec ? l\'Envoi du signal.';
|
290 |
|
|
$lang['strallobjects'] = 'Tous les objets';
|
291 |
|
|
|
292 |
|
|
// Views
|
293 |
|
|
$lang['strview'] = 'Vue';
|
294 |
|
|
$lang['strviews'] = 'Vues';
|
295 |
|
|
$lang['strshowallviews'] = 'Voir toutes les vues';
|
296 |
|
|
$lang['strnoview'] = 'Aucne vue trouv?e.';
|
297 |
|
|
$lang['strnoviews'] = 'Aucune vue trouv?e.';
|
298 |
|
|
$lang['strcreateview'] = 'Cr?er une vue';
|
299 |
|
|
$lang['strviewname'] = 'Nom de la vue';
|
300 |
|
|
$lang['strviewneedsname'] = 'Vous devez indiquer un nom pour votre vue.';
|
301 |
|
|
$lang['strviewneedsdef'] = 'Vous devez indiquer une d?finition pour votre vue.';
|
302 |
|
|
$lang['strviewneedsfields'] = 'Vous devez pr?ciser les colonnes que vous voulez s?lectionner dans votre vue.';
|
303 |
|
|
$lang['strviewcreated'] = 'Vue cr??e.';
|
304 |
|
|
$lang['strviewcreatedbad'] = 'Echec de cr?ation de la vue.';
|
305 |
|
|
$lang['strconfdropview'] = 'Ete-vous s?r de vouloir supprimer la vue "%s"?';
|
306 |
|
|
$lang['strviewdropped'] = 'Vue supprim?e.';
|
307 |
|
|
$lang['strviewdroppedbad'] = 'Echec de suppression de la vue.';
|
308 |
|
|
$lang['strviewupdated'] = 'Vue mise ? jour.';
|
309 |
|
|
$lang['strviewupdatedbad'] = 'Echec de mise ? jour de la vue.';
|
310 |
|
|
$lang['strviewlink'] = 'Cl?s Li?es';
|
311 |
|
|
$lang['strviewconditions'] = 'Conditions Additionnelles';
|
312 |
|
|
$lang['strcreateviewwiz'] = 'Cr?er une vue avec l\'assistant';
|
313 |
|
|
|
314 |
|
|
// Sequences
|
315 |
|
|
$lang['strsequence'] = 'S?quence';
|
316 |
|
|
$lang['strsequences'] = 'S?quences';
|
317 |
|
|
$lang['strshowallsequences'] = 'Voir toutes les s?quences';
|
318 |
|
|
$lang['strnosequence'] = 'Aucune s?quence trouv?e.';
|
319 |
|
|
$lang['strnosequences'] = 'Aucune s?quence trouv?e.';
|
320 |
|
|
$lang['strcreatesequence'] = 'Cr?er une s?quence';
|
321 |
|
|
$lang['strlastvalue'] = 'Derni?re valeur';
|
322 |
|
|
$lang['strincrementby'] = 'Incr?menter par ';
|
323 |
|
|
$lang['strstartvalue'] = 'Valeur de d?part';
|
324 |
|
|
$lang['strmaxvalue'] = 'Valeur maxilale';
|
325 |
|
|
$lang['strminvalue'] = 'Valeur minimale';
|
326 |
|
|
$lang['strcachevalue'] = 'Valeur de cache';
|
327 |
|
|
$lang['strlogcount'] = 'Log Count';
|
328 |
|
|
$lang['striscycled'] = 'Est Cycl?e?';
|
329 |
|
|
$lang['striscalled'] = 'Est Appel?e?';
|
330 |
|
|
$lang['strsequenceneedsname'] = 'Vous devez sp?cifier un nom pour votre s?quence.';
|
331 |
|
|
$lang['strsequencecreated'] = 'S?quence cr?e.';
|
332 |
|
|
$lang['strsequencecreatedbad'] = 'Echec de cr?ation de la s?quence.';
|
333 |
|
|
$lang['strconfdropsequence'] = 'Etes vous sur de vouloir supprimer la s?quence "%s"?';
|
334 |
|
|
$lang['strsequencedropped'] = 'S?quence supprim?e.';
|
335 |
|
|
$lang['strsequencedroppedbad'] = 'Echec de suppression de la s?quence.';
|
336 |
|
|
|
337 |
|
|
$lang['strsequencereset'] = 'Sequence initialis?e.';
|
338 |
|
|
$lang['strsequenceresetbad'] = 'Echec de l\'initialisation de la s?quence.';
|
339 |
|
|
// Indexes
|
340 |
|
|
$lang['strindex'] = 'Index';
|
341 |
|
|
$lang['strindexes'] = 'Index';
|
342 |
|
|
$lang['strindexname'] = 'Nom de l\'index';
|
343 |
|
|
$lang['strshowallindexes'] = 'Voir tous les index';
|
344 |
|
|
$lang['strnoindex'] = 'Aucun index trouv?.';
|
345 |
|
|
$lang['strnoindexes'] = 'Aucun index trouv?.';
|
346 |
|
|
$lang['strcreateindex'] = 'Cr?er un index';
|
347 |
|
|
$lang['strtabname'] = 'Nom de la table';
|
348 |
|
|
$lang['strcolumnname'] = 'Nom de la colonne';
|
349 |
|
|
$lang['strindexneedsname'] = 'Vous devez indiquer un nom pour votre index';
|
350 |
|
|
$lang['strindexneedscols'] = 'Vous devez indiquer un nombre valide de colonnes.';
|
351 |
|
|
$lang['strindexcreated'] = 'Index cr??';
|
352 |
|
|
$lang['strindexcreatedbad'] = 'Echec de cr?ation de l\'index.';
|
353 |
|
|
$lang['strconfdropindex'] = 'Etes-vous s?r de vouloir supprimer l\'index "%s"?';
|
354 |
|
|
$lang['strindexdropped'] = 'Index supprim?.';
|
355 |
|
|
$lang['strindexdroppedbad'] = 'Echec de suppression de l\'index.';
|
356 |
|
|
$lang['strkeyname'] = 'Nom de la cl?';
|
357 |
|
|
$lang['struniquekey'] = 'Cl? unique';
|
358 |
|
|
$lang['strprimarykey'] = 'Cl? primaire';
|
359 |
|
|
$lang['strindextype'] = 'Type d\'index';
|
360 |
|
|
$lang['strtablecolumnlist'] = 'Liste des colonnes';
|
361 |
|
|
$lang['strindexcolumnlist'] = 'Liste des colonnes dans l\'index';
|
362 |
|
|
$lang['strconfcluster'] = 'Etes vous sur de vouloir mettre en cluster "%s"?';
|
363 |
|
|
$lang['strclusteredgood'] = 'Cluster effectu?.';
|
364 |
|
|
$lang['strclusteredbad'] = 'Echec du Cluster.';
|
365 |
|
|
|
366 |
|
|
// Rules
|
367 |
|
|
$lang['strrules'] = 'R?gles';
|
368 |
|
|
$lang['strrule'] = 'R?gle';
|
369 |
|
|
$lang['strshowallrules'] = 'Voir toutes les r?gles';
|
370 |
|
|
$lang['strnorule'] = 'Aucune r?gle trouv?e.';
|
371 |
|
|
$lang['strnorules'] = 'Aucune r?gle trouv?e.';
|
372 |
|
|
$lang['strcreaterule'] = 'Cr?er une r?gle';
|
373 |
|
|
$lang['strrulename'] = 'Nom de la r?gle';
|
374 |
|
|
$lang['strruleneedsname'] = 'Vous devez indiquer un nom pour votre r?gle.';
|
375 |
|
|
$lang['strrulecreated'] = 'R?gle cr?e.';
|
376 |
|
|
$lang['strrulecreatedbad'] = 'Echec de cr?ation de la r?gle.';
|
377 |
|
|
$lang['strconfdroprule'] = 'Etes-vous s?r de vouloir supprimer la r?gle "%s" sur "%s"?';
|
378 |
|
|
$lang['strruledropped'] = 'R?gle supprim?e.';
|
379 |
|
|
$lang['strruledroppedbad'] = 'Echec de suppression de r?gle.';
|
380 |
|
|
|
381 |
|
|
// Constraints
|
382 |
|
|
$lang['strconstraints'] = 'Contraintes';
|
383 |
|
|
$lang['strshowallconstraints'] = 'Voir toutes les contraintes';
|
384 |
|
|
$lang['strnoconstraints'] = 'Aucune contrainte trouv?e.';
|
385 |
|
|
$lang['strcreateconstraint'] = 'Cr?er une contrainte';
|
386 |
|
|
$lang['strconstraintcreated'] = 'Cr?ation d\'une contrainte.';
|
387 |
|
|
$lang['strconstraintcreatedbad'] = 'Echec de cr?ation de la contrainte.';
|
388 |
|
|
$lang['strconfdropconstraint'] = 'Etes vous s?r de vouloir supprimer la contrainte "%s" sur "%s"?';
|
389 |
|
|
$lang['strconstraintdropped'] = 'Contrainte supprim?e.';
|
390 |
|
|
$lang['strconstraintdroppedbad'] = 'Echec de suppression de la contrainte.';
|
391 |
|
|
$lang['straddcheck'] = 'Ajouter une Contrainte';
|
392 |
|
|
$lang['strcheckneedsdefinition'] = 'La Contrainte a besoin d\'une d?finition.';
|
393 |
|
|
$lang['strcheckadded'] = 'Contrainte ajout?e.';
|
394 |
|
|
$lang['strcheckaddedbad'] = 'Echec pour l\'ajout d\une contrainte check.';
|
395 |
|
|
$lang['straddpk'] = 'Ajouter une cl? primaire';
|
396 |
|
|
$lang['strpkneedscols'] = 'La cl? primaire n?cessite au moins une colonne.';
|
397 |
|
|
$lang['strpkadded'] = 'Primary key added.';
|
398 |
|
|
$lang['strpkaddedbad'] = 'Echec lors de l\'ajout de la cl? primaire.';
|
399 |
|
|
$lang['stradduniq'] = 'Ajouter une cl? Unique';
|
400 |
|
|
$lang['struniqneedscols'] = 'Une Cl? Unique n?cessite au moins une colonne.';
|
401 |
|
|
$lang['struniqadded'] = 'La Cl? unique a ?t? rajout?e.';
|
402 |
|
|
$lang['struniqaddedbad'] = 'Echec lors de la cr?ation de la cl? Unique.';
|
403 |
|
|
$lang['straddfk'] = 'Ajouter une cl? Etrang?re';
|
404 |
|
|
$lang['strfkneedscols'] = 'Une Cl? Etrang?re n?cessite au moins une colonne.';
|
405 |
|
|
$lang['strfkneedstarget'] = 'Une cl? Etrang?re n?cessite une table Cible.';
|
406 |
|
|
$lang['strfkadded'] = 'La Cl? Etrang?re a ?t? rajout?e.';
|
407 |
|
|
$lang['strfkaddedbad'] = 'Echec lors de la cr?ation de la cl? Etrang?re.';
|
408 |
|
|
$lang['strfktarget'] = 'Table Cible';
|
409 |
|
|
$lang['strfkcolumnlist'] = 'Liste des Colonnes de la cl?';
|
410 |
|
|
$lang['strondelete'] = 'ON DELETE';
|
411 |
|
|
$lang['stronupdate'] = 'ON UPDATE';
|
412 |
|
|
|
413 |
|
|
// Functions
|
414 |
|
|
$lang['strfunction'] = 'Fonction';
|
415 |
|
|
$lang['strfunctions'] = 'Fonctions';
|
416 |
|
|
$lang['strshowallfunctions'] = 'Voir toutes les fonctions';
|
417 |
|
|
$lang['strnofunction'] = 'Aucune fonction trouv?e.';
|
418 |
|
|
$lang['strnofunctions'] = 'Aucune Fonction trouv?e.';
|
419 |
|
|
$lang['strcreateplfunction'] = 'Cr?er une fonction PL/SQL';
|
420 |
|
|
$lang['strcreateinternalfunction'] = 'Cr?er une fonction interne';
|
421 |
|
|
$lang['strcreatecfunction'] = 'Cr?er une fonction C';
|
422 |
|
|
$lang['strfunctionname'] = 'Nom de la fonction';
|
423 |
|
|
$lang['strreturns'] = 'Valeur de sortie';
|
424 |
|
|
$lang['strarguments'] = 'Arguments';
|
425 |
|
|
$lang['strproglanguage'] = 'Langage';
|
426 |
|
|
$lang['strfunctionneedsname'] = 'Vous devez indiquer un nom pour votre fonction.';
|
427 |
|
|
$lang['strfunctionneedsdef'] = 'Vous devez indiquer une d?finition pour votre fonction.';
|
428 |
|
|
$lang['strfunctioncreated'] = 'Fonction cr??e.';
|
429 |
|
|
$lang['strfunctioncreatedbad'] = 'Echec de cr?ation de la fonction.';
|
430 |
|
|
$lang['strconfdropfunction'] = 'Etes-vous s?r de vouloir supprimer la fonction "%s"?';
|
431 |
|
|
$lang['strfunctiondropped'] = 'Fonction supprim?e.';
|
432 |
|
|
$lang['strfunctiondroppedbad'] = 'Echech de suppression de la fonction.';
|
433 |
|
|
$lang['strfunctionupdated'] = 'Fonction mise ? jour.';
|
434 |
|
|
$lang['strfunctionupdatedbad'] = 'Echec de mise ? jour de la fonction.';
|
435 |
|
|
$lang['strobjectfile'] = 'Fichier Objet';
|
436 |
|
|
$lang['strlinksymbol'] = 'Symbole Lien';
|
437 |
|
|
|
438 |
|
|
// Triggers
|
439 |
|
|
$lang['strtrigger'] = 'Trigger';
|
440 |
|
|
$lang['strtriggers'] = 'Triggers';
|
441 |
|
|
$lang['strshowalltriggers'] = 'Voir tous les triggers';
|
442 |
|
|
$lang['strnotrigger'] = 'Aucun trigger trouv?.';
|
443 |
|
|
$lang['strnotriggers'] = 'Aucun trigger trouv?.';
|
444 |
|
|
$lang['strcreatetrigger'] = 'Cr?er un trigger';
|
445 |
|
|
$lang['strtriggerneedsname'] = 'Vous devez indiquer un nom pour votre trigger.';
|
446 |
|
|
$lang['strtriggerneedsfunc'] = 'Vous devez indiquer une fonction pour votre trigger.';
|
447 |
|
|
$lang['strtriggercreated'] = 'Trigger cr??.';
|
448 |
|
|
$lang['strtriggercreatedbad'] = 'Echec de cr?ation du trigger.';
|
449 |
|
|
$lang['strconfdroptrigger'] = 'Etes-vous s?r de vouloir supprimer le trigger "%s" sur "%s"?';
|
450 |
|
|
$lang['strtriggerdropped'] = 'Trigger supprim?.';
|
451 |
|
|
$lang['strtriggerdroppedbad'] = 'Echec lors de la suppression du trigger.';
|
452 |
|
|
$lang['strtriggeraltered'] = 'Trigger modifi?.';
|
453 |
|
|
$lang['strtriggeralteredbad'] = 'Echec lors de la modification du Trigger.';
|
454 |
|
|
|
455 |
|
|
// Types
|
456 |
|
|
$lang['strtype'] = 'Type';
|
457 |
|
|
$lang['strtypes'] = 'Types';
|
458 |
|
|
$lang['strshowalltypes'] = 'Voir tous les types';
|
459 |
|
|
$lang['strnotype'] = 'Aucun type trouv?.';
|
460 |
|
|
$lang['strnotypes'] = 'Aucun type trouv?.';
|
461 |
|
|
$lang['strcreatetype'] = 'Cr?er un type';
|
462 |
|
|
$lang['strcreatecomptype'] = 'Cr?er un type compos?';
|
463 |
|
|
$lang['strtypeneedsfield'] = 'Vous devez sp?cifier au moins un champ.';
|
464 |
|
|
$lang['strtypeneedscols'] = 'Vous devez sp?cifier un nombre valide de champs.';
|
465 |
|
|
$lang['strtypename'] = 'Nom du type';
|
466 |
|
|
$lang['strinputfn'] = 'Fonction d\'entr?e';
|
467 |
|
|
$lang['stroutputfn'] = 'Fonction de sortie';
|
468 |
|
|
$lang['strpassbyval'] = 'Pass?e par valeur?';
|
469 |
|
|
$lang['stralignment'] = 'Alignement';
|
470 |
|
|
$lang['strelement'] = 'El?ment';
|
471 |
|
|
$lang['strdelimiter'] = 'D?limiteur';
|
472 |
|
|
$lang['strstorage'] = 'Stockage';
|
473 |
|
|
$lang['strfield'] = 'Champ';
|
474 |
|
|
$lang['strnumfields'] = 'Nbre. de Champs';
|
475 |
|
|
$lang['strtypeneedsname'] = 'Vous devez indiquer un nom pour votre type.';
|
476 |
|
|
$lang['strtypeneedslen'] = 'Vous devez indiquer une longueur pour votre type.';
|
477 |
|
|
$lang['strtypecreated'] = 'Type cr??';
|
478 |
|
|
$lang['strtypecreatedbad'] = 'Echec de cr?ation du type.';
|
479 |
|
|
$lang['strconfdroptype'] = 'Etes-vous s?r de vouloir supprim? le type "%s"?';
|
480 |
|
|
$lang['strtypedropped'] = 'Type supprim?.';
|
481 |
|
|
$lang['strtypedroppedbad'] = 'Echec de suppression du type.';
|
482 |
|
|
$lang['strflavor'] = 'Flavor';
|
483 |
|
|
$lang['strbasetype'] = 'Base';
|
484 |
|
|
$lang['strcompositetype'] = 'Composite';
|
485 |
|
|
$lang['strpseudotype'] = 'Pseudo';
|
486 |
|
|
|
487 |
|
|
// Schemas
|
488 |
|
|
$lang['strschema'] = 'Sch?ma';
|
489 |
|
|
$lang['strschemas'] = 'Sch?mas';
|
490 |
|
|
$lang['strshowallschemas'] = 'Voir Tous les sch?mas';
|
491 |
|
|
$lang['strnoschema'] = 'Aucun sch?ma trouv?.';
|
492 |
|
|
$lang['strnoschemas'] = 'Aucun sch?ma trouv?.';
|
493 |
|
|
$lang['strcreateschema'] = 'Cr?er un sch?ma';
|
494 |
|
|
$lang['strschemaname'] = 'Nom du sch?ma';
|
495 |
|
|
$lang['strschemaneedsname'] = 'Vous devez indiquer un nom pour votre sch?ma.';
|
496 |
|
|
$lang['strschemacreated'] = 'Sch?ma cr??';
|
497 |
|
|
$lang['strschemacreatedbad'] = 'Echec de cr?ation du sch?ma.';
|
498 |
|
|
$lang['strconfdropschema'] = 'Etes-vous s?r de vouloir supprimer le sch?ma "%s"?';
|
499 |
|
|
$lang['strschemadropped'] = 'Sch?ma supprim?.';
|
500 |
|
|
$lang['strschemadroppedbad'] = 'Echec de suppression du sch?ma.';
|
501 |
|
|
$lang['strschemaaltered'] = 'Schema altered.';
|
502 |
|
|
$lang['strschemaalteredbad'] = 'Schema alter failed.';
|
503 |
|
|
$lang['strsearchpath'] = 'Chemin de Recherche du Schema';
|
504 |
|
|
|
505 |
|
|
// Reports
|
506 |
|
|
$lang['strreport'] = 'Rapport';
|
507 |
|
|
$lang['strreports'] = 'Rapports';
|
508 |
|
|
$lang['strshowallreports'] = 'Voir tous les rapports';
|
509 |
|
|
$lang['strnoreports'] = 'Aucun rapport trouv?.';
|
510 |
|
|
$lang['strcreatereport'] = 'Cr?er un rapport';
|
511 |
|
|
$lang['strreportdropped'] = 'Rapport supprim?.';
|
512 |
|
|
$lang['strreportdroppedbad'] = 'Echec de suppression du rapport.';
|
513 |
|
|
$lang['strconfdropreport'] = 'Etes-vous sur de vouloir supprimer le rapport "%s"?';
|
514 |
|
|
$lang['strreportneedsname'] = 'Vous devez indiquer un nom pour votre rapport.';
|
515 |
|
|
$lang['strreportneedsdef'] = 'Vous devez fournir une requ?te SQL pour votre rapport.';
|
516 |
|
|
$lang['strreportcreated'] = 'Rapport sauvegard?.';
|
517 |
|
|
$lang['strreportcreatedbad'] = 'Echec de sauvegarde du rapport.';
|
518 |
|
|
|
519 |
|
|
// Domains
|
520 |
|
|
$lang['strdomain'] = 'Domaine';
|
521 |
|
|
$lang['strdomains'] = 'Domaines';
|
522 |
|
|
$lang['strshowalldomains'] = 'Voir tous les domaines';
|
523 |
|
|
$lang['strnodomains'] = 'Pas de domaine trouv?.';
|
524 |
|
|
$lang['strcreatedomain'] = 'Cr?er un domaine';
|
525 |
|
|
$lang['strdomaindropped'] = 'Domaine supprim?.';
|
526 |
|
|
$lang['strdomaindroppedbad'] = 'Echec de la suppression.';
|
527 |
|
|
$lang['strconfdropdomain'] = 'Etes vous sur de vouloir supprimer le domaine "%s"?';
|
528 |
|
|
$lang['strdomainneedsname'] = 'Vous devez donner un nom pour votre domaine.';
|
529 |
|
|
$lang['strdomaincreated'] = 'Domaine cr??.';
|
530 |
|
|
$lang['strdomaincreatedbad'] = 'Echec ? la cr?ation du domaine.';
|
531 |
|
|
$lang['strdomainaltered'] = 'Domaine modifi?.';
|
532 |
|
|
$lang['strdomainalteredbad'] = 'Echec ? la modification du domaine.';
|
533 |
|
|
|
534 |
|
|
// Operators
|
535 |
|
|
$lang['stroperator'] = 'Operateur';
|
536 |
|
|
$lang['stroperators'] = 'Operateurs';
|
537 |
|
|
$lang['strshowalloperators'] = 'Voir tous les op?rateurs';
|
538 |
|
|
$lang['strnooperator'] = 'Pas d\'op?rateur trouv?.';
|
539 |
|
|
$lang['strnooperators'] = 'Pas d\'op?rateur trouv?.';
|
540 |
|
|
$lang['strcreateoperator'] = 'Cr?er un op?rateur';
|
541 |
|
|
$lang['strleftarg'] = 'Type de l\'argument de gauche';
|
542 |
|
|
$lang['strrightarg'] = 'Type de l\'argument de droite';
|
543 |
|
|
$lang['strcommutator'] = 'Commutateur';
|
544 |
|
|
$lang['strnegator'] = 'Negator';
|
545 |
|
|
$lang['strrestrict'] = 'Restrict';
|
546 |
|
|
$lang['strjoin'] = 'Join';
|
547 |
|
|
$lang['strhashes'] = 'Hashes';
|
548 |
|
|
$lang['strmerges'] = 'Merges';
|
549 |
|
|
$lang['strleftsort'] = 'Left sort';
|
550 |
|
|
$lang['strrightsort'] = 'Right sort';
|
551 |
|
|
$lang['strlessthan'] = 'Plus petit que';
|
552 |
|
|
$lang['strgreaterthan'] = 'Plus grand que';
|
553 |
|
|
$lang['stroperatorneedsname'] = 'Vous devez donner un nom pour votre op?rateur.';
|
554 |
|
|
$lang['stroperatorcreated'] = 'Operateur cr??';
|
555 |
|
|
$lang['stroperatorcreatedbad'] = 'Echec lors de la cr?ation de l\'op?rateur.';
|
556 |
|
|
$lang['strconfdropoperator'] = 'Etes vous sur de vouloir supprimer l\'op?rateur "%s"?';
|
557 |
|
|
$lang['stroperatordropped'] = 'Op?rateur supprim?.';
|
558 |
|
|
$lang['stroperatordroppedbad'] = 'Echec lors de la suppression de l\'op?rateur.';
|
559 |
|
|
|
560 |
|
|
// Casts
|
561 |
|
|
$lang['strcasts'] = 'Casts';
|
562 |
|
|
$lang['strnocasts'] = 'No casts found.';
|
563 |
|
|
$lang['strsourcetype'] = 'Source type';
|
564 |
|
|
$lang['strtargettype'] = 'Target type';
|
565 |
|
|
$lang['strimplicit'] = 'Implicit';
|
566 |
|
|
$lang['strinassignment'] = 'In assignment';
|
567 |
|
|
$lang['strbinarycompat'] = '(Binary compatible)';
|
568 |
|
|
|
569 |
|
|
// Conversions
|
570 |
|
|
$lang['strconversions'] = 'Conversions';
|
571 |
|
|
$lang['strnoconversions'] = 'Pas de Conversion trouv?.';
|
572 |
|
|
$lang['strsourceencoding'] = 'Source encoding';
|
573 |
|
|
$lang['strtargetencoding'] = 'Target encoding';
|
574 |
|
|
|
575 |
|
|
// Languages
|
576 |
|
|
$lang['strlanguages'] = 'Langages';
|
577 |
|
|
$lang['strnolanguages'] = 'Pas de langage trouv?.';
|
578 |
|
|
$lang['strtrusted'] = 'Trusted';
|
579 |
|
|
|
580 |
|
|
// Info
|
581 |
|
|
$lang['strnoinfo'] = 'Pas d\'information disponible.';
|
582 |
|
|
$lang['strreferringtables'] = 'Referring tables';
|
583 |
|
|
$lang['strparenttables'] = 'Tables Parents';
|
584 |
|
|
$lang['strchildtables'] = 'Tables Enfants';
|
585 |
|
|
|
586 |
|
|
// Aggregates
|
587 |
|
|
$lang['straggregates'] = 'Aggregats';
|
588 |
|
|
$lang['strnoaggregates'] = 'Pas d\'aggregat trouv?.';
|
589 |
|
|
$lang['stralltypes'] = '(Tous les types)';
|
590 |
|
|
|
591 |
|
|
// Operator Classes
|
592 |
|
|
$lang['stropclasses'] = 'Classes d\'op?rateur';
|
593 |
|
|
$lang['strnoopclasses'] = 'Aucune classe d\'op?rateur trouv?e.';
|
594 |
|
|
$lang['straccessmethod'] = 'M?thode d\'acc?s';
|
595 |
|
|
|
596 |
|
|
// Stats and performance
|
597 |
|
|
$lang['strrowperf'] = 'Performance de l\'Enregistrement';
|
598 |
|
|
$lang['strioperf'] = 'Performance Entr?e/Sortie';
|
599 |
|
|
$lang['stridxrowperf'] = 'Performance Index';
|
600 |
|
|
$lang['stridxioperf'] = 'Performance Index Entr?es/Sortie';
|
601 |
|
|
$lang['strpercent'] = '%';
|
602 |
|
|
$lang['strsequential'] = 'Sequentiel';
|
603 |
|
|
$lang['strscan'] = 'Scan';
|
604 |
|
|
$lang['strread'] = 'Lire';
|
605 |
|
|
$lang['strfetch'] = 'Fetch';
|
606 |
|
|
$lang['strheap'] = 'Heap';
|
607 |
|
|
$lang['strtoast'] = 'TOAST';
|
608 |
|
|
$lang['strtoastindex'] = 'TOAST Index';
|
609 |
|
|
$lang['strcache'] = 'Cache';
|
610 |
|
|
$lang['strdisk'] = 'Disque';
|
611 |
|
|
$lang['strrows2'] = 'Enregistrements';
|
612 |
|
|
|
613 |
|
|
// Tablespaces
|
614 |
|
|
$lang['strtablespace'] = 'Tablespace';
|
615 |
|
|
$lang['strtablespaces'] = 'Tablespaces';
|
616 |
|
|
$lang['strshowalltablespaces'] = 'Voir tous les tablespaces';
|
617 |
|
|
$lang['strnotablespaces'] = 'Pas de tablespaces trouv?.';
|
618 |
|
|
$lang['strcreatetablespace'] = 'Cr?er un tablespace';
|
619 |
|
|
$lang['strlocation'] = 'Location';
|
620 |
|
|
$lang['strtablespaceneedsname'] = 'Vous devez donner un nom ? votre tablespace.';
|
621 |
|
|
$lang['strtablespaceneedsloc'] = 'Vous devez pr?ciser un r?pertoire dans lequel sera cr?? le tablespace.';
|
622 |
|
|
$lang['strtablespacecreated'] = 'Tablespace cr??.';
|
623 |
|
|
$lang['strtablespacecreatedbad'] = 'Echec ? la cr?ation du Tablespace.';
|
624 |
|
|
$lang['strconfdroptablespace'] = 'Etes vous sur de vouloir supprimer le tablespace "%s"?';
|
625 |
|
|
$lang['strtablespacedropped'] = 'Tablespace supprim?.';
|
626 |
|
|
$lang['strtablespacedroppedbad'] = 'Echec ? la suppression du tablespace.';
|
627 |
|
|
$lang['strtablespacealtered'] = 'Tablespace modifi?.';
|
628 |
|
|
$lang['strtablespacealteredbad'] = 'Echec ? la modification du Tablespace.';
|
629 |
|
|
|
630 |
|
|
// Miscellaneous
|
631 |
|
|
$lang['strtopbar'] = '%s lanc? sur %s:%s -- Vous ?tes connect? avec le profil "%s", %s';
|
632 |
|
|
$lang['strtimefmt'] = 'jS M, Y g:iA';
|
633 |
|
|
$lang['strhelp'] = 'Aide';
|
634 |
|
|
$lang['strhelpicon'] = '?';
|
635 |
|
|
|
636 |
|
|
?>
|