forked from phpmyadmin/phpmyadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfr.po
executable file
·8762 lines (7095 loc) · 299 KB
/
fr.po
1
2
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Automatically generated <>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-05-17 11:36+0200\n"
"PO-Revision-Date: 2010-05-16 13:33+0200\n"
"Last-Translator: Marc <[email protected]>\n"
"Language-Team: french <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
#: browse_foreigners.php:38 browse_foreigners.php:59
#: libraries/display_tbl.lib.php:417 libraries/messages.inc.php:866
#: server_privileges.php:1475
msgid "Show all"
msgstr "Tout afficher"
#: browse_foreigners.php:82 db_operations.php:648
#: libraries/common.lib.php:2304 libraries/display_tbl.lib.php:394
#: libraries/export/pdf.php:147 libraries/messages.inc.php:593
#: pdf_schema.php:283 pdf_schema.php:1123 pdf_schema.php:1139
msgid "Page number:"
msgstr "Page n°:"
#: browse_foreigners.php:132 libraries/messages.inc.php:1238
msgid ""
"The target browser window could not be updated. Maybe you have closed the "
"parent window, or your browser's security settings are configured to block "
"cross-window updates."
msgstr ""
"La fenêtre principale n'a pu être mise à jour. Il est possible que vous "
"l'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-"
"fenêtres pour des raisons de sécurité."
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
#: db_structure.php:106 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Rechercher"
#: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425
#: db_operations.php:495 db_operations.php:603 db_operations.php:696
#: db_search.php:362 db_structure.php:567 js/messages.php:48
#: libraries/Config.class.php:1046 libraries/Theme_Manager.class.php:311
#: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719
#: libraries/common.lib.php:1333 libraries/common.lib.php:2279
#: libraries/display_change_password.lib.php:82
#: libraries/display_create_table.lib.php:63
#: libraries/display_export.lib.php:275 libraries/display_import.lib.php:276
#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614
#: libraries/messages.inc.php:357 libraries/replication_gui.lib.php:73
#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104
#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477
#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782
#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309
#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142
#: server_privileges.php:625 server_privileges.php:1585
#: server_privileges.php:1932 server_privileges.php:1979
#: server_privileges.php:2018 server_replication.php:235
#: server_replication.php:318 server_replication.php:341
#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174
#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263
#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559
#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563
#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512
#: view_create.php:182 view_operations.php:101
msgid "Go"
msgstr "Exécuter"
#: browse_foreigners.php:168 browse_foreigners.php:172
#: libraries/Index.class.php:442 libraries/messages.inc.php:455
#: tbl_tracking.php:320
msgid "Keyname"
msgstr "Nom de l'index"
#: browse_foreigners.php:169 browse_foreigners.php:171
#: libraries/messages.inc.php:248 server_collations.php:55
#: server_collations.php:67 server_engines.php:59 server_status.php:628
msgid "Description"
msgstr "Description"
#: browse_foreigners.php:247 browse_foreigners.php:256
#: browse_foreigners.php:268 browse_foreigners.php:276
#: libraries/messages.inc.php:1214
msgid "Use this value"
msgstr "Utiliser cette valeur"
#: db_create.php:46 libraries/messages.inc.php:211
#, php-format
msgid "Database %1$s has been created."
msgstr "La base de données %1$s a été créée."
#: db_datadict.php:49 db_operations.php:378 libraries/messages.inc.php:228
msgid "Database comment: "
msgstr "Commentaire sur la base de données: "
#: db_datadict.php:165 libraries/messages.inc.php:1066
#: libraries/tbl_properties.inc.php:724 pdf_schema.php:1236
#: tbl_operations.php:345 tbl_printview.php:130
msgid "Table comments"
msgstr "Commentaires sur la table"
#: db_datadict.php:174 db_qbe.php:174 libraries/Index.class.php:446
#: libraries/export/htmlword.php:244 libraries/export/latex.php:360
#: libraries/export/odt.php:294 libraries/export/texytext.php:233
#: libraries/messages.inc.php:313 libraries/tbl_properties.inc.php:99
#: libraries/tbl_properties.inc.php:275 pdf_schema.php:1262
#: pdf_schema.php:1283 tbl_change.php:308 tbl_indexes.php:189
#: tbl_printview.php:142 tbl_relation.php:402 tbl_select.php:135
#: tbl_structure.php:177 tbl_tracking.php:273 tbl_tracking.php:324
msgid "Field"
msgstr "Champ"
#: db_datadict.php:175 db_printview.php:106 libraries/Index.class.php:443
#: libraries/db_events.inc.php:31 libraries/db_routines.inc.php:42
#: libraries/db_structure.lib.php:60 libraries/export/htmlword.php:245
#: libraries/export/latex.php:360 libraries/export/odt.php:297
#: libraries/export/texytext.php:234 libraries/messages.inc.php:1177
#: libraries/tbl_properties.inc.php:100 pdf_schema.php:1263
#: pdf_schema.php:1284 server_privileges.php:2031 tbl_change.php:287
#: tbl_change.php:314 tbl_printview.php:143 tbl_printview.php:313
#: tbl_select.php:136 tbl_structure.php:178 tbl_structure.php:660
#: tbl_tracking.php:274 tbl_tracking.php:321
msgid "Type"
msgstr "Type"
#: db_datadict.php:177 libraries/Index.class.php:449
#: libraries/export/htmlword.php:246 libraries/export/latex.php:360
#: libraries/export/odt.php:300 libraries/export/texytext.php:235
#: libraries/messages.inc.php:572 libraries/tbl_properties.inc.php:109
#: pdf_schema.php:1265 pdf_schema.php:1286 tbl_change.php:323
#: tbl_printview.php:145 tbl_structure.php:181 tbl_tracking.php:276
#: tbl_tracking.php:327
msgid "Null"
msgstr "Null"
#: db_datadict.php:178 db_structure.php:501 libraries/export/htmlword.php:247
#: libraries/export/latex.php:360 libraries/export/odt.php:303
#: libraries/export/texytext.php:236 libraries/messages.inc.php:234
#: libraries/tbl_properties.inc.php:106 pdf_schema.php:1266
#: pdf_schema.php:1287 tbl_printview.php:146 tbl_structure.php:182
#: tbl_tracking.php:277
msgid "Default"
msgstr "Défaut"
#: db_datadict.php:182 libraries/export/htmlword.php:249
#: libraries/export/latex.php:362 libraries/export/odt.php:307
#: libraries/export/texytext.php:238 libraries/messages.inc.php:479
#: pdf_schema.php:1268 pdf_schema.php:1289 tbl_printview.php:150
msgid "Links to"
msgstr "Relié à"
#: db_datadict.php:184 db_printview.php:112 libraries/export/htmlword.php:252
#: libraries/export/latex.php:45 libraries/export/latex.php:365
#: libraries/export/odt.php:38 libraries/export/odt.php:312
#: libraries/export/sql.php:31 libraries/export/texytext.php:241
#: libraries/messages.inc.php:159 libraries/tbl_properties.inc.php:130
#: pdf_schema.php:1279 pdf_schema.php:1290 tbl_printview.php:152
msgid "Comments"
msgstr "Commentaires"
#: db_datadict.php:267 libraries/Index.class.php:359
#: libraries/Index.class.php:386 libraries/export/htmlword.php:322
#: libraries/export/latex.php:430 libraries/export/odt.php:368
#: libraries/export/texytext.php:311 libraries/messages.inc.php:555
#: libraries/mult_submits.inc.php:263 pdf_schema.php:1344
#: server_privileges.php:1529 server_privileges.php:1540
#: server_privileges.php:1850 server_privileges.php:1855
#: server_privileges.php:2148 sql.php:132 sql.php:194 tbl_printview.php:229
#: tbl_structure.php:351 tbl_tracking.php:337 tbl_tracking.php:342
msgid "No"
msgstr "Non"
#: db_datadict.php:267 libraries/Index.class.php:360
#: libraries/Index.class.php:385 libraries/export/htmlword.php:322
#: libraries/export/latex.php:430 libraries/export/odt.php:368
#: libraries/export/texytext.php:311 libraries/messages.inc.php:1253
#: libraries/mult_submits.inc.php:45 libraries/mult_submits.inc.php:50
#: libraries/mult_submits.inc.php:55 libraries/mult_submits.inc.php:60
#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:101
#: libraries/mult_submits.inc.php:106 libraries/mult_submits.inc.php:111
#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:273
#: pdf_schema.php:1344 server_databases.php:64 server_privileges.php:1526
#: server_privileges.php:1540 server_privileges.php:1850
#: server_privileges.php:1853 server_privileges.php:2148 sql.php:193
#: tbl_printview.php:229 tbl_structure.php:40 tbl_structure.php:351
#: tbl_tracking.php:335 tbl_tracking.php:340
msgid "Yes"
msgstr "Oui"
#: db_datadict.php:322 db_printview.php:266 libraries/messages.inc.php:666
#: tbl_printview.php:498
msgid "Print"
msgstr "Imprimer"
#: db_export.php:29 libraries/messages.inc.php:1222
msgid "View dump (schema) of database"
msgstr "Schéma et données de la base"
#: db_export.php:33 db_printview.php:96 db_qbe.php:102 db_structure.php:51
#: db_tracking.php:35 export.php:359 libraries/messages.inc.php:564
#: navigation.php:346
msgid "No tables found in database."
msgstr "Aucune table n'a été trouvée dans cette base."
#: db_export.php:43 db_search.php:344 libraries/messages.inc.php:841
#: server_export.php:27
msgid "Select All"
msgstr "Tout sélectionner"
#: db_export.php:45 db_search.php:347 libraries/messages.inc.php:1184
#: server_export.php:29
msgid "Unselect All"
msgstr "Tout désélectionner"
#: db_operations.php:38 libraries/messages.inc.php:209 tbl_create.php:54
msgid "The database name is empty!"
msgstr "Le nom de la base de données est vide!"
#: db_operations.php:236 libraries/messages.inc.php:749
#, php-format
msgid "Database %s has been renamed to %s"
msgstr "La base de données %s a été renommée en %s"
#: db_operations.php:240 libraries/messages.inc.php:174
#, php-format
msgid "Database %s has been copied to %s"
msgstr "La base de données %s a été copiée sur %s"
#: db_operations.php:410 libraries/messages.inc.php:232
msgid "Rename database to"
msgstr "<b>Changer le nom</b> de la base de données pour"
#: db_operations.php:415 libraries/messages.inc.php:157
#: server_processlist.php:57
msgid "Command"
msgstr "Commande"
#: db_operations.php:425 libraries/messages.inc.php:54 tbl_change.php:1143
msgid "and then"
msgstr "et ensuite"
#: db_operations.php:451 libraries/messages.inc.php:229
msgid "Copy database to"
msgstr "Copier la base de données vers"
#: db_operations.php:458 libraries/messages.inc.php:1039
#: tbl_operations.php:526 tbl_tracking.php:388
msgid "Structure only"
msgstr "Structure seule"
#: db_operations.php:459 libraries/messages.inc.php:1037
#: tbl_operations.php:527 tbl_tracking.php:390
msgid "Structure and data"
msgstr "Structure et données"
#: db_operations.php:460 libraries/messages.inc.php:225 tbl_operations.php:528
#: tbl_tracking.php:389
msgid "Data only"
msgstr "Données seulement"
#: db_operations.php:468 libraries/messages.inc.php:182
msgid "CREATE DATABASE before copying"
msgstr "Faire CREATE DATABASE avant la copie"
#: db_operations.php:471 libraries/export/sql.php:53
#: libraries/export/sql.php:75 libraries/export/sql.php:77
#: libraries/export/sql.php:83 libraries/messages.inc.php:26
#: tbl_operations.php:534
#, php-format
msgid "Add %s"
msgstr "Ajouter %s"
#: db_operations.php:475 libraries/export/sql.php:79
#: libraries/messages.inc.php:25 tbl_operations.php:297 tbl_operations.php:536
msgid "Add AUTO_INCREMENT value"
msgstr "Inclure la valeur courante de l'AUTO_INCREMENT"
#: db_operations.php:479 libraries/messages.inc.php:27 tbl_operations.php:543
msgid "Add constraints"
msgstr "Inclure les contraintes de clés étrangères"
#: db_operations.php:492 libraries/messages.inc.php:1055
msgid "Switch to copied database"
msgstr "Aller à la base de données copiée"
#: db_operations.php:533 libraries/messages.inc.php:85
msgid "BLOB Repository"
msgstr "Dépôt BLOB"
#: db_operations.php:536 db_tracking.php:76 libraries/common.lib.php:1350
#: libraries/messages.inc.php:1033 libraries/server_links.inc.php:49
#: server_processlist.php:59 tbl_tracking.php:596 test/theme.php:101
msgid "Status"
msgstr "État"
#: db_operations.php:544
msgctxt "BLOB repository"
msgid "Enabled"
msgstr "activé"
#: db_operations.php:548 libraries/messages.inc.php:89
msgid "Disable"
msgstr "Désactiver"
#: db_operations.php:558 libraries/messages.inc.php:86
msgid "Damaged"
msgstr "Endommagé"
#: db_operations.php:562
msgctxt "BLOB repository"
msgid "Repair"
msgstr "Réparer"
#: db_operations.php:570
msgctxt "BLOB repository"
msgid "Disabled"
msgstr "désactivé"
#: db_operations.php:574 libraries/messages.inc.php:92
msgid "Enable"
msgstr "Activer"
#: db_operations.php:598 libraries/Index.class.php:448
#: libraries/db_structure.lib.php:62 libraries/messages.inc.php:154
#: libraries/mysql_charsets.lib.php:107 libraries/tbl_properties.inc.php:107
#: libraries/tbl_properties.inc.php:730 server_collations.php:54
#: server_collations.php:66 server_databases.php:111 tbl_operations.php:361
#: tbl_select.php:137 tbl_structure.php:179 tbl_structure.php:768
#: tbl_tracking.php:275 tbl_tracking.php:326
msgid "Collation"
msgstr "Interclassement"
#: db_operations.php:609 libraries/messages.inc.php:738 main.php:316
#: pdf_schema.php:34
#, php-format
msgid ""
"The additional features for working with linked tables have been "
"deactivated. To find out why click %shere%s."
msgstr ""
"Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. "
"Pour une analyse du problème, cliquez %sici%s."
#: db_operations.php:645 libraries/messages.inc.php:260 pdf_pages.php:528
msgid "Display PDF schema"
msgstr "<b>Afficher le schéma</b> en PDF"
#: db_operations.php:661 libraries/messages.inc.php:873 pdf_pages.php:529
msgid "Show grid"
msgstr "Grille"
#: db_operations.php:664 libraries/messages.inc.php:870 pdf_pages.php:530
msgid "Show color"
msgstr "Couleurs"
#: db_operations.php:666 libraries/messages.inc.php:994 pdf_pages.php:531
msgid "Show dimension of tables"
msgstr "Dimension des tables"
#: db_operations.php:669 libraries/messages.inc.php:48 pdf_pages.php:532
msgid "Display all tables with the same width"
msgstr "Afficher toutes les tables avec une largeur identique"
#: db_operations.php:672 db_structure.php:606 libraries/messages.inc.php:223
#: pdf_pages.php:533
msgid "Data Dictionary"
msgstr "Dictionnaire de données"
#: db_operations.php:674 libraries/messages.inc.php:880 pdf_pages.php:534
msgid "Only show keys"
msgstr "Ne montrer que les clés."
#: db_operations.php:676 libraries/messages.inc.php:871 pdf_pages.php:535
msgid "Data Dictionary Format"
msgstr "Orientation du dictionnaire:"
#: db_operations.php:678 libraries/messages.inc.php:460 pdf_pages.php:537
msgid "Landscape"
msgstr "Paysage"
#: db_operations.php:679 libraries/messages.inc.php:659 pdf_pages.php:538
msgid "Portrait"
msgstr "Portrait"
#: db_operations.php:682 libraries/messages.inc.php:595 pdf_pages.php:541
msgid "Paper size"
msgstr "Taille du papier"
#: db_operations.php:706 libraries/messages.inc.php:277
msgid "Edit PDF Pages"
msgstr "Préparer le schéma en PDF"
#: db_printview.php:104 db_tracking.php:72 db_tracking.php:157
#: libraries/db_structure.lib.php:46 libraries/export/xml.php:328
#: libraries/header.inc.php:126 libraries/messages.inc.php:1083
#: pdf_pages.php:405 server_privileges.php:1626 server_privileges.php:1682
#: server_privileges.php:1946 server_synchronize.php:423
#: server_synchronize.php:866 tbl_tracking.php:592 test/theme.php:75
msgid "Table"
msgstr "Table"
#: db_printview.php:105 libraries/db_structure.lib.php:56
#: libraries/messages.inc.php:731
msgid "Records"
msgstr "Enregistrements"
#: db_printview.php:109 libraries/db_structure.lib.php:67
#: libraries/messages.inc.php:999 tbl_indexes.php:190
msgid "Size"
msgstr "Taille"
#: db_printview.php:162 db_structure.php:457 libraries/export/sql.php:560
#: libraries/export/sql.php:900 libraries/messages.inc.php:432
msgid "in use"
msgstr "utilisé"
#: db_printview.php:187 libraries/db_info.inc.php:88
#: libraries/export/sql.php:515 libraries/messages.inc.php:1028
#: pdf_schema.php:1241 tbl_printview.php:434 tbl_structure.php:810
msgid "Creation"
msgstr "Création"
#: db_printview.php:196 libraries/db_info.inc.php:93
#: libraries/export/sql.php:520 libraries/messages.inc.php:1032
#: pdf_schema.php:1246 tbl_printview.php:444 tbl_structure.php:818
msgid "Last update"
msgstr "Dernière modification"
#: db_printview.php:205 libraries/db_info.inc.php:98
#: libraries/export/sql.php:525 libraries/messages.inc.php:1027
#: pdf_schema.php:1251 tbl_printview.php:454 tbl_structure.php:826
msgid "Last check"
msgstr "Dernière vérification"
#: db_printview.php:222 db_structure.php:480 libraries/messages.inc.php:1081
#, php-format
msgid "%s table(s)"
msgstr "%s table(s)"
#: db_qbe.php:29 libraries/Message.class.php:191
#: libraries/display_tbl.lib.php:1981 libraries/messages.inc.php:1047
#: libraries/sql_query_form.lib.php:140 tbl_operations.php:213
#: tbl_relation.php:292 tbl_row_action.php:131 view_operations.php:62
msgid "Your SQL query has been executed successfully"
msgstr "Votre requête SQL a été exécutée avec succès"
#: db_qbe.php:42 libraries/messages.inc.php:367
msgid "You have to choose at least one column to display"
msgstr "Vous devez choisir au moins une colonne à afficher"
#: db_qbe.php:200 libraries/db_structure.lib.php:104
#: libraries/display_tbl.lib.php:866 libraries/messages.inc.php:1010
msgid "Sort"
msgstr "Tri"
#: db_qbe.php:209 db_qbe.php:243 libraries/db_structure.lib.php:111
#: libraries/display_tbl.lib.php:523 libraries/display_tbl.lib.php:828
#: libraries/messages.inc.php:65 server_databases.php:170
#: server_databases.php:187 tbl_operations.php:260 tbl_select.php:314
msgid "Ascending"
msgstr "Croissant"
#: db_qbe.php:210 db_qbe.php:251 libraries/db_structure.lib.php:119
#: libraries/display_tbl.lib.php:528 libraries/display_tbl.lib.php:825
#: libraries/messages.inc.php:247 server_databases.php:170
#: server_databases.php:187 tbl_operations.php:261 tbl_select.php:315
msgid "Descending"
msgstr "Décroissant"
#: db_qbe.php:264 db_tracking.php:78 libraries/display_tbl.lib.php:308
#: libraries/messages.inc.php:884 tbl_change.php:277 tbl_tracking.php:597
msgid "Show"
msgstr "Afficher"
#: db_qbe.php:300 libraries/messages.inc.php:198
msgid "Criteria"
msgstr "Critère"
#: db_qbe.php:353 db_qbe.php:435 db_qbe.php:527 db_qbe.php:558
#: libraries/messages.inc.php:714
msgid "Ins"
msgstr "Ajouter"
#: db_qbe.php:357 db_qbe.php:439 db_qbe.php:524 db_qbe.php:555
#: libraries/messages.inc.php:52
msgid "And"
msgstr "et"
#: db_qbe.php:366 db_qbe.php:447 db_qbe.php:529 db_qbe.php:560
#: libraries/messages.inc.php:713
msgid "Del"
msgstr "Effacer"
#: db_qbe.php:370 db_qbe.php:451 db_qbe.php:522 db_qbe.php:553
#: libraries/display_import.lib.php:166 libraries/messages.inc.php:588
#: libraries/tbl_properties.inc.php:779 server_privileges.php:258
#: tbl_change.php:1031 tbl_indexes.php:250 tbl_select.php:288
msgid "Or"
msgstr "Ou"
#: db_qbe.php:507 libraries/messages.inc.php:512
msgid "Modify"
msgstr "Modifier"
#: db_qbe.php:584 libraries/messages.inc.php:29
msgid "Add/Delete Criteria Row"
msgstr "Ajouter/effacer x lignes"
#: db_qbe.php:596 libraries/messages.inc.php:28
msgid "Add/Delete Field Columns"
msgstr "Ajouter/effacer x colonnes"
#: db_qbe.php:609 db_qbe.php:634 libraries/messages.inc.php:1188
msgid "Update Query"
msgstr "Mise-à-jour de la requête"
#: db_qbe.php:617 libraries/messages.inc.php:1212
msgid "Use Tables"
msgstr "Utiliser les tables"
#: db_qbe.php:640 libraries/messages.inc.php:719
#, php-format
msgid "SQL query on database <b>%s</b>:"
msgstr "Requête SQL sur la base <b>%s</b>:"
#: db_qbe.php:934 libraries/common.lib.php:1223 libraries/messages.inc.php:819
msgid "Submit Query"
msgstr "Exécuter la requête"
#: db_search.php:68 libraries/auth/config.auth.lib.php:84
#: libraries/auth/config.auth.lib.php:103
#: libraries/auth/cookie.auth.lib.php:673 libraries/auth/http.auth.lib.php:52
#: libraries/auth/signon.auth.lib.php:183 libraries/messages.inc.php:22
msgid "Access denied"
msgstr "Accès refusé"
#: db_search.php:80 db_search.php:311 libraries/messages.inc.php:832
msgid "at least one of the words"
msgstr "au moins un mot"
#: db_search.php:81 db_search.php:312 libraries/messages.inc.php:833
msgid "all words"
msgstr "tous les mots"
#: db_search.php:82 db_search.php:313 libraries/messages.inc.php:834
msgid "the exact phrase"
msgstr "phrase exacte"
#: db_search.php:83 db_search.php:314 libraries/messages.inc.php:835
msgid "as regular expression"
msgstr "expression réguliére"
#: db_search.php:242 libraries/messages.inc.php:836
#, php-format
msgid "Search results for \"<i>%s</i>\" %s:"
msgstr "Résultats de la recherche de «<i>%s</i>» %s :"
#: db_search.php:260 libraries/messages.inc.php:575
#, php-format
msgid "%s match(es) inside table <i>%s</i>"
msgstr "%s occurence(s) dans la table <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
#: db_structure.php:105 libraries/messages.inc.php:104
#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
msgid "Browse"
msgstr "Afficher"
#: db_search.php:272 libraries/display_tbl.lib.php:1165
#: libraries/display_tbl.lib.php:2056 libraries/messages.inc.php:239
#: libraries/sql_query_form.lib.php:470 pdf_pages.php:281 pdf_pages.php:406
#: pdf_pages.php:442 pdf_pages.php:470 pmd_general.php:377
#: setup/frames/index.inc.php:125 setup/frames/index.inc.php:216
#: tbl_row_action.php:63
msgid "Delete"
msgstr "Effacer"
#: db_search.php:285 libraries/messages.inc.php:576
#, php-format
msgid "<b>Total:</b> <i>%s</i> match(es)"
msgstr "<b>Total :</b> <i>%s</i> occurence(s)"
#: db_search.php:299 libraries/messages.inc.php:828
msgid "Search in database"
msgstr "Effectuer une nouvelle recherche dans la base de données"
#: db_search.php:302 libraries/messages.inc.php:831
msgid "Word(s) or value(s) to search for (wildcard: \"%\"):"
msgstr "Mot ou Valeur à rechercher (passe-partout: «%») :"
#: db_search.php:307 libraries/messages.inc.php:838
msgid "Find:"
msgstr "Type de recherche :"
#: db_search.php:311 db_search.php:312 libraries/messages.inc.php:1013
msgid "Words are separated by a space character (\" \")."
msgstr "Séparer les mots par un espace (« »)."
#: db_search.php:325 libraries/messages.inc.php:830
msgid "Inside table(s):"
msgstr "Dans la(les) table(s) :"
#: db_search.php:355 libraries/messages.inc.php:829
msgid "Inside field:"
msgstr "Dans la colonne:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Insérer"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
#: libraries/export/texytext.php:23 libraries/import.lib.php:1104
#: libraries/messages.inc.php:1044 libraries/tbl_links.inc.php:56
#: pmd_general.php:134 server_privileges.php:554 server_replication.php:315
#: tbl_tracking.php:269
msgid "Structure"
msgstr "Structure"
#: db_structure.php:84 db_structure.php:85 db_structure.php:97
#: db_structure.php:98 db_structure.php:110 db_structure.php:111
#: db_structure.php:545 db_structure.php:546 db_tracking.php:91
#: libraries/Index.class.php:483 libraries/common.lib.php:1654
#: libraries/db_links.inc.php:100 libraries/messages.inc.php:268
#: libraries/mult_submits.inc.php:36 libraries/mult_submits.inc.php:73
#: libraries/tbl_links.inc.php:127 server_databases.php:352
#: tbl_structure.php:27 tbl_structure.php:151 tbl_structure.php:152
#: tbl_structure.php:472
msgid "Drop"
msgstr "Supprimer"
#: db_structure.php:86 db_structure.php:87 db_structure.php:99
#: db_structure.php:100 db_structure.php:112 db_structure.php:113
#: db_structure.php:543 db_structure.php:544 libraries/common.lib.php:1653
#: libraries/messages.inc.php:280 libraries/mult_submits.inc.php:39
#: libraries/tbl_links.inc.php:105
msgid "Empty"
msgstr "Vider"
#: db_structure.php:316 libraries/messages.inc.php:1071
#: libraries/tbl_links.inc.php:100
#, php-format
msgid "Table %s has been emptied"
msgstr "La table %s a été vidée"
#: db_structure.php:326 libraries/messages.inc.php:1225
#: libraries/tbl_links.inc.php:133
#, php-format
msgid "View %s has been dropped"
msgstr "La vue %s a été supprimée"
#: db_structure.php:326 libraries/messages.inc.php:1070
#: libraries/tbl_links.inc.php:133
#, php-format
msgid "Table %s has been dropped"
msgstr "La table %s a été effacée"
#: db_structure.php:333 libraries/messages.inc.php:1124
msgid "Tracking is active."
msgstr "Le suivi est actif."
#: db_structure.php:335 libraries/messages.inc.php:1125
msgid "Tracking is not active."
msgstr "Le suivi n'est pas activé."
#: db_structure.php:420 libraries/display_tbl.lib.php:1944
#: libraries/messages.inc.php:1224
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation%"
"s."
msgstr ""
"Cette vue contient au moins ce nombre d'enregistrements. Veuillez référer à %"
"sdocumentation%s."
#: db_structure.php:434 db_structure.php:448 libraries/header.inc.php:126
#: libraries/messages.inc.php:1229 libraries/tbl_info.inc.php:66
#: tbl_structure.php:185 test/theme.php:74
msgid "View"
msgstr "Vue"
#: db_structure.php:485 libraries/db_structure.lib.php:49
#: libraries/messages.inc.php:769 libraries/server_links.inc.php:70
#: server_replication.php:33 server_replication.php:164 server_status.php:258
msgid "Replication"
msgstr "Réplication"
#: db_structure.php:489 libraries/messages.inc.php:1049
msgid "Sum"
msgstr "Somme"
#: db_structure.php:496 libraries/StorageEngine.class.php:356
#: libraries/messages.inc.php:235
#, php-format
msgid "%s is the default storage engine on this MySQL server."
msgstr "Sur ce serveur MySQL, le moteur de stockage par défaut est %s."
#: db_structure.php:524 db_structure.php:541 db_structure.php:542
#: libraries/display_tbl.lib.php:2081 libraries/display_tbl.lib.php:2086
#: libraries/messages.inc.php:1239 libraries/mult_submits.inc.php:16
#: server_databases.php:346 server_databases.php:351
#: server_privileges.php:1557 tbl_structure.php:456 tbl_structure.php:465
msgid "With selected:"
msgstr "Pour la sélection :"
#: db_structure.php:527 libraries/display_tbl.lib.php:2076
#: libraries/messages.inc.php:144 server_databases.php:348
#: server_privileges.php:530 server_privileges.php:1560 tbl_structure.php:459
msgid "Check All"
msgstr "Tout cocher"
#: db_structure.php:531 libraries/display_tbl.lib.php:2077
#: libraries/messages.inc.php:1180 libraries/replication_gui.lib.php:33
#: server_databases.php:350 server_privileges.php:533
#: server_privileges.php:1564 tbl_structure.php:463
msgid "Uncheck All"
msgstr "Tout décocher"
#: db_structure.php:536 libraries/messages.inc.php:146
msgid "Check tables having overhead"
msgstr "Cocher tables avec pertes"
#: db_structure.php:547 db_structure.php:548 db_structure.php:599
#: libraries/display_tbl.lib.php:2180 libraries/messages.inc.php:668
#: libraries/mult_submits.inc.php:28 tbl_structure.php:493
#: tbl_structure.php:495
msgid "Print view"
msgstr "Version imprimable"
#: db_structure.php:549 db_structure.php:550 libraries/messages.inc.php:149
#: libraries/mult_submits.inc.php:42 tbl_operations.php:579
msgid "Check table"
msgstr "Vérifier la table"
#: db_structure.php:551 db_structure.php:552 libraries/messages.inc.php:586
#: libraries/mult_submits.inc.php:47 tbl_operations.php:619
#: tbl_structure.php:710 tbl_structure.php:712
msgid "Optimize table"
msgstr "Optimiser la table"
#: db_structure.php:553 db_structure.php:554 libraries/messages.inc.php:754
#: libraries/mult_submits.inc.php:52 tbl_operations.php:609
msgid "Repair table"
msgstr "Réparer la table"
#: db_structure.php:555 db_structure.php:556 libraries/messages.inc.php:51
#: libraries/mult_submits.inc.php:57 tbl_operations.php:599
msgid "Analyze table"
msgstr "Analyser la table"
#: db_structure.php:557 db_structure.php:558 libraries/db_links.inc.php:71
#: libraries/display_export.lib.php:83 libraries/display_tbl.lib.php:2094
#: libraries/display_tbl.lib.php:2225 libraries/messages.inc.php:306
#: libraries/mult_submits.inc.php:62 libraries/server_links.inc.php:84
#: libraries/tbl_links.inc.php:82 pmd_pdf.php:84 pmd_pdf.php:109
#: server_privileges.php:1341 setup/frames/menu.inc.php:22
#: tbl_row_action.php:59
msgid "Export"
msgstr "Exporter"
#: db_tracking.php:66 libraries/messages.inc.php:1147
msgid "Tracked tables"
msgstr "Tables faisant l'objet d'un suivi"
#: db_tracking.php:71 libraries/export/htmlword.php:86
#: libraries/export/latex.php:148 libraries/export/odt.php:113
#: libraries/export/sql.php:343 libraries/export/texytext.php:84
#: libraries/export/xml.php:255 libraries/header.inc.php:106
#: libraries/header_printview.inc.php:58 libraries/messages.inc.php:208
#: navigation.php:233 server_databases.php:169 server_privileges.php:1621
#: server_privileges.php:1682 server_privileges.php:1940
#: server_processlist.php:56 server_synchronize.php:1179
#: server_synchronize.php:1183 tbl_tracking.php:591 test/theme.php:65
msgid "Database"
msgstr "Base de données"
#: db_tracking.php:73 libraries/messages.inc.php:1142
msgid "Last version"
msgstr "Dernière version"
#: db_tracking.php:74 libraries/messages.inc.php:1141 tbl_tracking.php:594
msgid "Created"
msgstr "Créé"
#: db_tracking.php:75 libraries/messages.inc.php:1143 tbl_tracking.php:595
msgid "Updated"
msgstr "Mis à jour"
#: db_tracking.php:77 libraries/Index.class.php:440
#: libraries/db_structure.lib.php:53 libraries/messages.inc.php:23
#: server_databases.php:203 server_privileges.php:1503
#: server_privileges.php:1686 server_privileges.php:2034 tbl_structure.php:187
msgid "Action"
msgstr "Action"
#: db_tracking.php:88 db_tracking.php:120 libraries/messages.inc.php:243
msgid "Delete tracking data for this table"
msgstr "Supprimer les données de suivi de cette table"
#: db_tracking.php:106 libraries/messages.inc.php:1138 tbl_tracking.php:548
#: tbl_tracking.php:606 tbl_tracking.php:613
msgid "active"
msgstr "actif"
#: db_tracking.php:108 libraries/messages.inc.php:1139 tbl_tracking.php:550
#: tbl_tracking.php:608 tbl_tracking.php:610
msgid "not active"
msgstr "non activé"
#: db_tracking.php:121 libraries/messages.inc.php:1156
msgid "Versions"
msgstr "Versions"
#: db_tracking.php:122 libraries/messages.inc.php:1128 tbl_tracking.php:379
#: tbl_tracking.php:624
msgid "Tracking report"
msgstr "Rapport de suivi"
#: db_tracking.php:123 libraries/messages.inc.php:1140 tbl_tracking.php:251
#: tbl_tracking.php:624
msgid "Structure snapshot"
msgstr "Instantané"
#: db_tracking.php:152 libraries/messages.inc.php:1150
msgid "Untracked tables"
msgstr "Tables ne faisant pas l'objet d'un suivi"
#: db_tracking.php:172 db_tracking.php:174 libraries/messages.inc.php:1149
#: tbl_structure.php:529 tbl_structure.php:531
msgid "Track table"
msgstr "Suivre la table"
#: db_tracking.php:200 libraries/messages.inc.php:1117
msgid "Database Log"
msgstr "Journal de la base de données"
#: export.php:62 libraries/messages.inc.php:308
msgid "Selected export type has to be saved in file!"
msgstr "Ce choix d'exportation doit être sauvegardé dans un fichier!"
#: export.php:154 export.php:179 export.php:627 libraries/messages.inc.php:563
#, php-format
msgid "Insufficient space to save the file %s."
msgstr "Espace-disque insuffisant pour enregistrer le fichier %s."
#: export.php:294 libraries/messages.inc.php:320
#, php-format
msgid ""
"File %s already exists on server, change filename or check overwrite option."
msgstr ""
"Le fichier %s existe déjà sur le serveur, veuillez changer le nom, ou cocher "
"l'option Écraser"
#: export.php:298 export.php:302 libraries/messages.inc.php:558
#, php-format
msgid "The web server does not have permission to save the file %s."
msgstr ""
"Le serveur web n'a pas les permissions nécessaires pour enregistrer le "
"fichier %s."
#: export.php:629 libraries/messages.inc.php:272
#, php-format
msgid "Dump has been saved to file %s."
msgstr "Le fichier d'exportation a été sauvegardé sous %s."
#: import.php:60 libraries/messages.inc.php:1198
#, php-format
msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation%"
"s for ways to workaround this limit."
msgstr ""
"Vous avez probablement tenté de télécharger un fichier trop volumineux. "
"Veuillez vous référer à la %sdocumentation%s pour des façons de contourner "
"cette limite."
#: import.php:279 import.php:332 libraries/File.class.php:849
#: libraries/File.class.php:961 libraries/messages.inc.php:321
msgid "File could not be read"
msgstr "Le fichier n'a pu être lu"
#: import.php:287 import.php:296 import.php:315 import.php:324
#: libraries/File.class.php:1031 libraries/File.class.php:1039
#: libraries/File.class.php:1055 libraries/File.class.php:1063
#: libraries/messages.inc.php:1185
#, php-format
msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
msgstr ""
"Vous avez tenté d'importer un fichier dont le mode de compression (%s) n'est "
"pas supporté par votre configuration PHP ou est désactivé dans celle-ci."
#: import.php:337 libraries/messages.inc.php:543
msgid ""
"No data was received to import. Either no file name was submitted, or the "
"file size exceeded the maximum size permitted by your PHP configuration. See "
"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
msgstr ""
"Aucune données n'a été reçu en vue de l'importation. Aucun nom de fichier "
"n'a été fourni, ou encore la taille du fichier a dépassé la limite permise "
"par votre configuration de PHP. Voir [a@./Documentation."
"html#faq1_16@Documentation]FAQ 1.16[/a]"
#: import.php:372 libraries/display_import.lib.php:24
#: libraries/messages.inc.php:121
msgid "Could not load import plugins, please check your installation!"
msgstr ""
"Chargement impossible des greffons d'importation, veuillez vérifier votre "
"installation!"
#: import.php:397 libraries/messages.inc.php:98
msgid "The bookmark has been deleted."
msgstr "Le signet a été effacé."
#: import.php:401 libraries/messages.inc.php:875
msgid "Showing bookmark"
msgstr "Affichage du signet"
#: import.php:403 libraries/messages.inc.php:97 sql.php:626
#, php-format
msgid "Bookmark %s created"
msgstr "Signet %s créé"
#: import.php:409 import.php:415 libraries/messages.inc.php:403
#, php-format
msgid "Import has been successfully finished, %d queries executed."
msgstr "L'importation s'est terminée avec succès, %d requêtes exécutées."
#: import.php:424 libraries/messages.inc.php:1103
msgid ""
"Script timeout passed, if you want to finish import, please resubmit same "
"file and import will resume."
msgstr ""
"La limite de temps a été atteinte; si vous voulez terminer l'importation, "
"soumettez à nouveau le même fichier et l'importation continuera."
#: import.php:426 libraries/messages.inc.php:1102
msgid ""
"However on last run no data has been parsed, this usually means phpMyAdmin "
"won't be able to finish this import unless you increase php time limits."
msgstr ""
"Cependant lors du dernier traitement, aucune section n'a été analysée; ceci "
"signifie que phpMyAdmin ne pourra terminer cette importation, à moins que la "
"limite de temps de PHP ne soit augmentée."
#: index.php:190 libraries/messages.inc.php:549
msgid "phpMyAdmin is more friendly with a <b>frames-capable</b> browser."
msgstr ""
"L'utilisation de phpMyAdmin est plus aisée avec un navigateur <b>supportant "
"les cadres</b>."
#: js/messages.php:25 libraries/messages.inc.php:151
#: server_synchronize.php:345 server_synchronize.php:357
#: server_synchronize.php:373 server_synchronize.php:380
#: server_synchronize.php:739 server_synchronize.php:767
#: server_synchronize.php:795 server_synchronize.php:807
msgid "Click to select"
msgstr "Cliquer pour sélectionner"
#: js/messages.php:26 libraries/messages.inc.php:152
msgid "Click to unselect"
msgstr "Cliquer pour désélectionner"
#: js/messages.php:27 libraries/import.lib.php:103
#: libraries/messages.inc.php:546 sql.php:89
msgid "\"DROP DATABASE\" statements are disabled."
msgstr "La commande «DROP DATABASE» est désactivée."
#: js/messages.php:30 libraries/messages.inc.php:266
#: libraries/mult_submits.inc.php:258 sql.php:188
msgid "Do you really want to "
msgstr "Voulez-vous vraiment effectuer "
#: js/messages.php:31 libraries/messages.inc.php:267
#: libraries/mult_submits.inc.php:258 sql.php:172
msgid "You are about to DESTROY a complete database!"
msgstr "Vous êtes sur le point de DÉTRUIRE une base de données!"
#: js/messages.php:34 libraries/messages.inc.php:90
msgid "You are about to DISABLE a BLOB Repository!"
msgstr "Vous allez DÉSACTIVER un dépôt BLOB!"
#: js/messages.php:35 libraries/messages.inc.php:87
#, php-format
msgid "Are you sure you want to disable all BLOB references for database %s?"
msgstr ""
"Êtes-vous certain de vouloir désactiver toutes les références BLOB pour la "