summaryrefslogtreecommitdiffstats
path: root/redhat/kde-i18n/kde-i18n-3.5.13-add_french_translations.patch
blob: d6fa447dc7765d0715a0eff6746c76310ec32019 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdebase/kcmiccconfig.po kde-i18n-fr-3.5.10.p/messages/kdebase/kcmiccconfig.po
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/kcmiccconfig.po	1970-01-01 01:00:00.000000000 +0100
+++ kde-i18n-fr-3.5.10/messages/kdebase/kcmiccconfig.po	2011-12-18 12:12:34.087743324 +0100
@@ -0,0 +1,76 @@
+# TDE 3.5.13 'iccconfig.cpp' translation
+
+#: iccconfig.cpp:82
+msgid "<b>The global ICC color profile is a system wide setting, and requires administrator access</b><br>To alter the system's global ICC profile, click on the \"Administrator Mode\" button below."
+msgstr "<b>Le profil de couleurs ICC global est un réglage système, et nécessite les droits d'administrateur.</b><br>Pour modifier le profil ICC global, cliquez sur le bouton \"Mode administrateur\" ci-dessous."
+
+#: iccconfig.cpp:155
+#: iccconfig.cpp:189
+msgid "Please enter the new profile name below:"
+msgstr "Veuillez indiquer le nom du nouveau profil:"
+
+#: iccconfig.cpp:159
+#: iccconfig.cpp:193
+msgid "ICC Profile Configuration"
+msgstr "Configuration du profil ICC"
+
+#: iccconfig.cpp:166
+#: iccconfig.cpp:200
+msgid "Error: A profile with that name already exists"
+msgstr "Erreur: Il existe déja un profil portant ce nom."
+
+#: iccconfig.cpp:406
+msgid ""
+"<h1>ICC Profile Configuration</h1> This module allows you to configure KDE support"
+" for ICC profiles. This allows you to easily color correct your monitor"
+" for a more lifelike and vibrant image."
+msgstr ""
+"<h1>Configuration du profil ICC</h1> Ce module vous permet de configurer le support"
+" ICC de Trinity. Il permet de calibrer  les couleurs de votre moniteur, "
+" afin d'obtenir une image plus vivante et plus vibrante."
+
+#: iccconfigbase.ui:31
+msgid "ICC Color Profile Configuration"
+msgstr "Configuration des profils de couleurs ICC"
+
+#: iccconfigbase.ui:42
+msgid "System Settings"
+msgstr "Paramètres Système"
+
+#: iccconfigbase.ui:53
+msgid "&Enable global ICC color profile support"
+msgstr "Activer le profil ICC global"
+
+#: iccconfigbase.ui:61
+#: iccconfigbase.ui:148
+msgid "*.icc|ICC Standard Color Profiles (*.icc)\n*.icm|Windows(R) Color Profiles (*.icm)"
+msgstr "*.icc|Profils de couleurs ICC standards (*.icc)\n*.icm|Profils de couleurs Windows(R) (*.icm)"
+
+#: iccconfigbase.ui:69
+#: iccconfigbase.ui:156
+msgid "ICC File"
+msgstr "Fichier ICC"
+
+#: iccconfigbase.ui:79
+msgid "User Settings"
+msgstr "Paramètres Utilisateurs"
+
+#: iccconfigbase.ui:90
+msgid "&Enable user ICC color profile support"
+msgstr "Activer le profil ICC utilisateur"
+
+#: iccconfigbase.ui:103
+msgid "Current Profile"
+msgstr "Profil actuel"
+
+#: iccconfigbase.ui:111
+msgid "Create New"
+msgstr "Créer"
+
+#: iccconfigbase.ui:119
+msgid "Rename"
+msgstr "Renommer"
+
+#: iccconfigbase.ui:140
+msgid "Settings for output"
+msgstr "Appliquer à la sortie"
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdebase/kdesktop.po kde-i18n-fr-3.5.10.p/messages/kdebase/kdesktop.po
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/kdesktop.po	2008-08-19 20:29:30.000000000 +0200
+++ kde-i18n-fr-3.5.10/messages/kdebase/kdesktop.po	2011-12-18 18:12:48.482642367 +0100
@@ -553,6 +553,36 @@
 "</ul>\n"
 "</qt>"
 
+# kdesktop/minicli_ui.ui:188
+msgid "Autocomplete shows available &applications"
+msgstr "L'autocomplétion affiche les &applications disponibles"
+
+# kdesktop/minicli_ui.ui:191
+msgid ""
+"<qt>When enabled, the system shows available applications in the autocompletion area."
+"</qt>"
+msgstr ""
+"<qt>Lorsque cette case est cochée, le système affiche les applications "
+"disponibles dans la zone d'autocomplétion.</qt>"
+
+
+# kdesktop/minicli_ui.ui:200
+msgid "Autocomplete uses &filesystem instead of history"
+msgstr "L'autocomplétion utilise le système de &fichiers au lieu de l'historique"
+
+# kdesktop/minicli_ui.ui:203
+msgid ""
+"<qt>This selects whether the filesystem and the past command history will be used for autocompletion."
+"</qt>"
+msgstr ""
+"<qt>En cochant cette case, l'autocomplétion utilise le système de fichiers à la place  de l'historique."
+"</qt>"
+
+
+# kdesktop/minicli_ui.ui:212
+msgid "Autocomplete uses &both history and filesystem"
+msgstr "L'autocomplétion utilise l'historique &et le système de fichiers"
+
 #. i18n: file minicli_ui.ui line 199
 #: rc.cpp:14
 #, no-c-format
@@ -1144,3 +1182,20 @@
 "Cependant, certains écrans de veille\n"
 "       effectuent des calculs utiles, dans ces cas, il est souhaitable de ne "
 "pas les désactiver."
+
+### TDE 3.5.13 ###
+#: lockdlg.cc:109
+msgid "Desktop Session Locked"
+msgstr "Session de bureau verrouillée"
+
+#: lockdlg.cc:128
+msgid "This computer is in use and has been locked."
+msgstr "Cet ordinateur est en cours d'utilisation et a été verrouillé."
+
+#: lockdlg.cc:129
+msgid "Only '%1' may unlock this session."
+msgstr "Seul '%1' peut déverouiller cette session."
+
+#: lockdlg.cc:139
+msgid "This session has been locked since %1"
+msgstr "Cette session est verrouillée depuis %1"
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdebase/kicker.po kde-i18n-fr-3.5.10.p/messages/kdebase/kicker.po
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/kicker.po	2008-08-19 20:29:30.000000000 +0200
+++ kde-i18n-fr-3.5.10/messages/kdebase/kicker.po	2011-12-18 20:30:31.365135597 +0100
@@ -754,3 +754,292 @@
 #, no-c-format
 msgid "Custom size"
 msgstr "Taille personnalisée"
+
+### TDE 3.5.13 ###
+#: panelextension.cpp:385
+msgid "&Launch Process Manager..."
+msgstr "Gestionnaire de taches..."
+
+## Kickoff menu (k_new_mnu.cpp) 
+msgid "User&nbsp;<b>%1</b>&nbsp;on&nbsp;<b>%2</b>"
+msgstr "Utilisateur&nbsp;<b>%1</b>&nbsp;sur&nbsp;<b>%2</b>"
+
+msgid "Most commonly used applications and documents"
+msgstr "Applications et documents utilisés récemment"
+
+msgid "Search:"
+msgstr "Chercher:"
+
+msgid "List of installed applications"
+msgstr "Liste des applications installées"
+
+msgid ""
+"Information and configuration of your "
+"system, access to personal files, network resources and connected disk drives"
+msgstr ""
+"Informations et configuration de votre "
+"système, accès aux fichiers personnels, ressources réseau et disques connectés"
+
+msgid "Recently used applications and documents"
+msgstr "Applications et documents utilisés récemment"
+
+msgid ""
+"<qt>Logout, switch user, switch off or reset,"
+" suspend of the system"
+msgstr ""
+"<qt>Se déconnecter, changer d'utilisateur, éteindre,"
+" redémarrer ou interrompre le système"
+               
+msgid "<p align=\"center\"> <u>F</u>avorites</p>"
+msgstr "<p align=\"center\"> <u>F</u>avoris</p>"
+
+msgid "<p align=\"center\"><u>H</u>istory</p>"
+msgstr "<p align=\"center\"><u>H</u>istorique</p>"
+
+msgid "<p align=\"center\"> <u>C</u>omputer</p>"
+msgstr "<p align=\"center\"> <u>O</u>rdinateur</p>"
+
+msgid "<p align=\"center\"><u>A</u>pplications</p>"
+msgstr "<p align=\"center\"><u>A</u>pplications</p>"
+
+msgid "<p align=\"center\"><u>L</u>eave</p>"
+msgstr "<p align=\"center\"><u>Q</u>uitter</p>"
+
+msgid "Search Internet"
+msgstr "Chercher sur Internet"
+
+msgid "Search Index"
+msgstr "Chercher dans l'index"
+
+msgid "Applications, Contacts and Documents"
+msgstr "Applications, Concacts et Documents"
+
+msgid "Start '%1'"
+msgstr "Démarrer '%1'"
+
+msgid "Start '%1' (current)"
+msgstr "Démarrer '%1' (actuel)"
+
+msgid "Restart and boot directly into '%1'"
+msgstr "Redémarrer et amorcer directement '%1'"
+
+msgid "Start a parallel session"
+msgstr "Démarrer une session parallèle"
+
+msgid "Switch to Session of User '%1'"
+msgstr "Basculer vers la session de l'utilisateur '%1'"
+
+msgid "Session: %1"
+msgstr "Session: %1"
+
+msgid "New Applications"
+msgstr "Nouvelles Applications"
+
+msgid "Session"
+msgstr "Session"
+
+msgid "Logout"
+msgstr "Déconnexion"
+
+msgid "End session"
+msgstr "Terminer la session"
+
+msgid "Lock"
+msgstr "Verrouiller"
+
+msgid "Lock screen"
+msgstr "Verrouiller l'écran"
+
+msgid "Save current Session for next login"
+msgstr "Enregistrer la session courante pour la prochaine connexion"
+
+msgid "Manage parallel sessions"
+msgstr "Gérer les sessions parallèles"
+
+msgid "System"
+msgstr "Système"
+
+msgid "Shutdown Computer"
+msgstr "Eteindre l'ordinateur"
+
+msgid "Turn off computer"
+msgstr "Eteindre l'ordinateur"
+
+msgid "&Restart Computer"
+msgstr "&Redémarrer l'ordinateur"
+
+msgid "Restart and boot the default system"
+msgstr "Redémarrer et amorcer le système par défaut"
+
+msgid "Start Operating System"
+msgstr "Démarrer le système d'Exploitation"
+
+msgid "Restart and boot another operating system"
+msgstr "Redémarrer et amorcer un autre système d'exploitation"
+
+msgid "System Information"
+msgstr "Informations Système"
+
+msgid "System Folders"
+msgstr "Dossiers Système"
+
+msgid "Home Folder"
+msgstr "Dossier personnel"
+
+msgid "My Documents"
+msgstr "Mes Documents"
+
+msgid "Network Folders"
+msgstr "Dossiers Réseau"
+
+msgid ""
+"<center><b>%1</b></center>\n"
+"You do not have permission to execute "
+"this command."
+msgstr ""
+"<center><b>%1</b></center>\n"
+"Vous n'êst pas autorisé(e) à exécuter "
+"cette commande."
+
+msgid ""
+"<center><b>%1</b></center>\n"
+"Could not run the specified command."
+msgstr ""
+"<center><b>%1</b></center>\n"
+"La commande spécifiée n'a pas pu être exécutée."
+
+msgid ""
+"<center><b>%1</b></center>\n"
+"The specified command does not exist."
+msgstr ""
+"<center><b>%1</b></center>\n"
+"La commande spécifiée n'existe pas."
+
+msgid "Documents"
+msgstr "Documents"
+
+msgid "Open Addressbook at %1"
+msgstr "Ouvrir le carnet d'adresse à %1"
+
+msgid "- Add ext:type to specify a file extension."
+msgstr "- Ajouter ext:type pour indiquer une extension de fichier"
+
+msgid "- When searching for a phrase, add quotes."
+msgstr "- Pour chercher une phrase, ajouter des guillemets."
+
+msgid "- To exclude search terms, use the minus symbol in front."
+msgstr "- Pour exclure des éléments recherchés, utiliser le préfixe moins."
+
+msgid "- To search for optional terms, use OR."
+msgstr "- Pour chercher des termes optionnels, utiliser OR."
+
+msgid "- You can use upper and lower case."
+msgstr "- Vous pouvez écrire en majuscules ou minuscules."
+
+msgid "Search Quick Tips"
+msgstr "Astuces de la recherche rapide"
+
+msgid "%1 = %2"
+msgstr "%1 = %2"
+
+msgid "Send Email to %1"
+msgstr "Envoyer un Email à %1"
+
+msgid "Open Local File: %1"
+msgstr "Ouvrir le fichier local: %1"
+
+msgid "Open Local Dir: %1"
+msgstr "Ouvrir le répertoire local: %1"
+
+msgid "Open Remote Location: %1"
+msgstr "Ouvrir l'emplacement distant: %1"
+
+msgid "Run '%1'"
+msgstr "Exécuter '%1'"
+
+msgid "No matches found"
+msgstr "Aucune correspondance trouvée"
+
+msgid "top %1 of %2"
+msgstr "Haut %1 de %2"
+
+msgid "%1 (top %2 of %3)"
+msgstr "%1 (haut %2 de %3)"
+
+msgid "Do you really want to end the session?"
+msgstr "Voulez-vous vraiment terminer cette session ?"
+
+msgid "Logout Confirmation"
+msgstr "Confirmer la déconnexion"
+
+msgid "Do you really want to turn off the computer?"
+msgstr "Voulez-vous vraiment éteindre l'ordinateur ?"
+
+msgid "Shutdown Confirmation"
+msgstr "Confirmer l'arrêt"
+
+msgid "Shutdown"
+msgstr "Arrêter"
+
+msgid "Do you really want to reset the computer and boot (another operating system)?"
+msgstr "Voulez-vous réellement redémarrer l'ordinateur et amorcer (un autre système d'exploitation) ?"
+
+msgid "Restart Confirmation"
+msgstr "Confirmer le redémarrage"
+
+msgid "Restart"
+msgstr "Redémarrer"
+
+msgid "Do you really want to reset the computer and boot Microsoft Windows"
+msgstr "Voulez-vous réellement redémarrer l'ordinateur et amorcer Windows"
+
+msgid "Start Windows Confirmation"
+msgstr "Confirmer le démarrage de Windows"
+
+msgid "Start Windows"
+msgstr "Démarrer Windows"
+
+msgid "Could not start Tomboy."
+msgstr "Impossible de démarrer Tomboy."
+
+msgid "Remove From Favorites"
+msgstr "Supprimer des favoris"
+
+msgid "Add to Favorites"
+msgstr "Ajouter aux favoris"
+
+msgid "Advanced"
+msgstr "Avancé"
+
+msgid "Clear Recently Used Applications"
+msgstr "Vider la liste d'applications récentes"
+
+msgid "Clear Recently Used Documents"
+msgstr "Vider la liste des documents récents"
+
+msgid "Media"
+msgstr "Media"
+
+msgid "(%1 available)"
+msgstr "(%1 disponible)"
+
+msgid "Directory: %1"
+msgstr "Répertoire: %1"
+
+msgid "Suspend Computer"
+msgstr "Mettre en veille l'ordinateur"
+
+msgid "Suspend to Disk"
+msgstr "Mettre en veille l'ordinateur (sur disque)"
+
+msgid "Pause without logging out"
+msgstr "Mettre en pause sans se déconnecter"
+
+msgid "Suspend to RAM"
+msgstr "Mettre en veille l'ordinateur (en RAM)"
+
+msgid "Standby"
+msgstr "Mettre en veille"
+
+msgid "Suspend failed"
+msgstr "La mise en veille a échoué"
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdebase/konsole.po kde-i18n-fr-3.5.10.p/messages/kdebase/konsole.po
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/konsole.po	2008-08-19 20:29:30.000000000 +0200
+++ kde-i18n-fr-3.5.10/messages/kdebase/konsole.po	2011-12-18 12:12:34.093743256 +0100
@@ -1475,3 +1475,8 @@
 #: zmodem_dialog.cpp:28
 msgid "&Stop"
 msgstr "A&rrêter"
+
+### TDE 3.5.13 ###
+#: konsole.cpp:736
+msgid "&Open.."
+msgstr "Ouvrir.."
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdebase/krandr.po kde-i18n-fr-3.5.10.p/messages/kdebase/krandr.po
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/krandr.po	2008-08-19 20:29:30.000000000 +0200
+++ kde-i18n-fr-3.5.10/messages/kdebase/krandr.po	2011-12-18 12:12:34.094743245 +0100
@@ -301,3 +301,33 @@
 "_: Refresh rate in Hertz (Hz)\n"
 "%1 Hz"
 msgstr "%1 Hz"
+
+### TDE 3.5.13 ###
+
+#: krandrtray.cpp:237
+msgid "Global Configuation"
+msgstr "Configuration Globale"
+
+#: krandrtray.cpp:239
+msgid "Configure Color Profiles..."
+msgstr "Configurer les profils de couleurs ..."
+
+#: krandrtray.cpp:249
+msgid "Configure Shortcut Keys..."
+msgstr "Configurer les raccourcis clavier..."
+
+#: krandrtray.cpp:477
+msgid "Configure Display Color Profiles"
+msgstr "Configuration des profils de couleurs"
+
+#: krandrbindings.cpp:29
+msgid "Display Control"
+msgstr "Paramètres d'affichage"
+
+#: krandrbindings.cpp:31
+msgid "Switch Displays"
+msgstr "Permuter l'affichage"
+
+#: configdialog.cpp:49
+msgid "Global &Shortcuts"
+msgstr "Raccourcis Globaux"
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdebase/ksmserver.po kde-i18n-fr-3.5.10.p/messages/kdebase/ksmserver.po
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/ksmserver.po	2007-05-14 10:07:36.000000000 +0200
+++ kde-i18n-fr-3.5.10/messages/kdebase/ksmserver.po	2011-12-18 12:12:34.095743233 +0100
@@ -92,3 +92,14 @@
 "_: current option in boot loader\n"
 " (current)"
 msgstr " (courant)"
+
+### TDE 3.5.13 ###
+
+#: shutdown.cpp:202
+msgid "Synchronizing remote folders"
+msgstr "Synchronisation des dossiers distants"
+
+#: shutdown.cpp:207
+msgid "Saving your settings..."
+msgstr "Enregistrement de vos paramètres ..."
+
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdebase/ksplash.po kde-i18n-fr-3.5.10.p/messages/kdebase/ksplash.po
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/ksplash.po	2005-09-10 13:02:44.000000000 +0200
+++ kde-i18n-fr-3.5.10/messages/kdebase/ksplash.po	2011-12-18 12:12:34.095743233 +0100
@@ -105,5 +105,5 @@
 msgstr "Rétablissement de la session"
 
 #: themeengine/objkstheme.cpp:135
-msgid "KDE is up and running"
-msgstr "KDE est prêt"
+msgid "Trinity is up and running"
+msgstr "Trinity est prêt"
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdebase/Makefile.in kde-i18n-fr-3.5.10.p/messages/kdebase/Makefile.in
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/Makefile.in	2008-08-20 09:14:47.000000000 +0200
+++ kde-i18n-fr-3.5.10/messages/kdebase/Makefile.in	2011-12-18 12:12:34.096743221 +0100
@@ -192,8 +192,8 @@
 SUBDIRS =.
 #>- POFILES = AUTO
 #>+ 2
-POFILES = kio_sftp.po kate.po kjobviewer.po libkickermenu_konsole.po kcmkicker.po nsplugin.po display.po extensionproxy.po kdcop.po kcmbackground.po kstyle_keramik_config.po kcmlaunch.po kcminfo.po kcmkwinrules.po kasbarextension.po khtmlkttsd.po libdmctl.po ksplashthemes.po kgreet_classic.po kcontrol.po kmenuapplet.po kio_tar.po kcmview1394.po kcmbell.po kcmcomponentchooser.po kdmgreet.po kdesktop.po kpersonalizer.po ksplash.po kcmaccessibility.po kminipagerapplet.po kcmkded.po kio_remote.po kio_home.po kdeprintfax.po kcmicons.po filetypes.po kcmenergy.po kappfinder.po kthememanager.po kcmtaskbar.po kcmcgi.po kio_media.po libkickermenu_tom.po kio_finger.po ktip.po kaccess.po kio_pop3.po kdesud.po kio_fish.po kicker.po kcmkdnssd.po krdb.po libkickermenu_systemmenu.po kcmkio.po krunapplet.po kcmhtmlsearch.po kcmfonts.po libtaskbar.po useraccount.po knetattach.po kcmkonsole.po appletproxy.po dockbarextension.po kcmkonq.po kio_nntp.po kwriteconfig.po kio_ldap.po konsole.po kstart.po klipper.po kcmspellchecking.po kcmkurifilt.po kdepasswd.po clockapplet.po mediaapplet.po kdialog.po kcmlayout.po kpager.po kwin_clients.po kdebugdialog.po kcmnotify.po kio_nfs.po kcmprintmgr.po ksystemtrayapplet.po kcmxinerama.po kreadconfig.po kay.po libkickermenu_remotemenu.po lockout.po kcmkwindecoration.po kxkb.po kprinter.po libtaskmanager.po kio_system.po trashapplet.po kcmcrypto.po kcmnic.po privacy.po libkickermenu_kdeprint.po kscreensaver.po libkonq.po libkickermenu_recentdocs.po kmenuedit.po kio_trash.po kio_floppy.po krandr.po khotkeys.po kcmkclock.po kio_man.po ksystraycmd.po kcmsmartcard.po kwin.po libkicker.po khelpcenter.po ksmserver.po kgreet_winbind.po drkonqi.po kwin_lib.po kio_settings.po ksysguard.po kfontinst.po kcmscreensaver.po konqueror.po kdesu.po kcmsmserver.po kcmcolors.po kcminput.po kcmlocale.po kio_print.po kickermenu_kate.po kcmstyle.po kcmkeys.po kcmioslaveinfo.po kfmclient.po kfindpart.po kio_mac.po kio_smb.po kcmmedia.po naughtyapplet.po kcmkwm.po htmlsearch.po kcmcss.po kcmusb.po kcmperformance.po kio_thumbnail.po kcmarts.po libkickermenu_prefmenu.po joystick.po kdmconfig.po kcmaccess.po kcmkonqhtml.po quicklauncher.po kcmsamba.po kdeprint_part.po kio_smtp.po
-GMOFILES = kio_sftp.gmo kate.gmo kjobviewer.gmo libkickermenu_konsole.gmo kcmkicker.gmo nsplugin.gmo display.gmo extensionproxy.gmo kdcop.gmo kcmbackground.gmo kstyle_keramik_config.gmo kcmlaunch.gmo kcminfo.gmo kcmkwinrules.gmo kasbarextension.gmo khtmlkttsd.gmo libdmctl.gmo ksplashthemes.gmo kgreet_classic.gmo kcontrol.gmo kmenuapplet.gmo kio_tar.gmo kcmview1394.gmo kcmbell.gmo kcmcomponentchooser.gmo kdmgreet.gmo kdesktop.gmo kpersonalizer.gmo ksplash.gmo kcmaccessibility.gmo kminipagerapplet.gmo kcmkded.gmo kio_remote.gmo kio_home.gmo kdeprintfax.gmo kcmicons.gmo filetypes.gmo kcmenergy.gmo kappfinder.gmo kthememanager.gmo kcmtaskbar.gmo kcmcgi.gmo kio_media.gmo libkickermenu_tom.gmo kio_finger.gmo ktip.gmo kaccess.gmo kio_pop3.gmo kdesud.gmo kio_fish.gmo kicker.gmo kcmkdnssd.gmo krdb.gmo libkickermenu_systemmenu.gmo kcmkio.gmo krunapplet.gmo kcmhtmlsearch.gmo kcmfonts.gmo libtaskbar.gmo useraccount.gmo knetattach.gmo kcmkonsole.gmo appletproxy.gmo dockbarextension.gmo kcmkonq.gmo kio_nntp.gmo kwriteconfig.gmo kio_ldap.gmo konsole.gmo kstart.gmo klipper.gmo kcmspellchecking.gmo kcmkurifilt.gmo kdepasswd.gmo clockapplet.gmo mediaapplet.gmo kdialog.gmo kcmlayout.gmo kpager.gmo kwin_clients.gmo kdebugdialog.gmo kcmnotify.gmo kio_nfs.gmo kcmprintmgr.gmo ksystemtrayapplet.gmo kcmxinerama.gmo kreadconfig.gmo kay.gmo libkickermenu_remotemenu.gmo lockout.gmo kcmkwindecoration.gmo kxkb.gmo kprinter.gmo libtaskmanager.gmo kio_system.gmo trashapplet.gmo kcmcrypto.gmo kcmnic.gmo privacy.gmo libkickermenu_kdeprint.gmo kscreensaver.gmo libkonq.gmo libkickermenu_recentdocs.gmo kmenuedit.gmo kio_trash.gmo kio_floppy.gmo krandr.gmo khotkeys.gmo kcmkclock.gmo kio_man.gmo ksystraycmd.gmo kcmsmartcard.gmo kwin.gmo libkicker.gmo khelpcenter.gmo ksmserver.gmo kgreet_winbind.gmo drkonqi.gmo kwin_lib.gmo kio_settings.gmo ksysguard.gmo kfontinst.gmo kcmscreensaver.gmo konqueror.gmo kdesu.gmo kcmsmserver.gmo kcmcolors.gmo kcminput.gmo kcmlocale.gmo kio_print.gmo kickermenu_kate.gmo kcmstyle.gmo kcmkeys.gmo kcmioslaveinfo.gmo kfmclient.gmo kfindpart.gmo kio_mac.gmo kio_smb.gmo kcmmedia.gmo naughtyapplet.gmo kcmkwm.gmo htmlsearch.gmo kcmcss.gmo kcmusb.gmo kcmperformance.gmo kio_thumbnail.gmo kcmarts.gmo libkickermenu_prefmenu.gmo joystick.gmo kdmconfig.gmo kcmaccess.gmo kcmkonqhtml.gmo quicklauncher.gmo kcmsamba.gmo kdeprint_part.gmo kio_smtp.gmo
+POFILES = kio_sftp.po kate.po kjobviewer.po libkickermenu_konsole.po kcmkicker.po nsplugin.po display.po extensionproxy.po kdcop.po kcmbackground.po kstyle_keramik_config.po kcmlaunch.po kcminfo.po kcmkwinrules.po kasbarextension.po khtmlkttsd.po libdmctl.po ksplashthemes.po kgreet_classic.po kcontrol.po kmenuapplet.po kio_tar.po kcmview1394.po kcmbell.po kcmcomponentchooser.po kdmgreet.po kdesktop.po kpersonalizer.po ksplash.po kcmaccessibility.po kminipagerapplet.po kcmkded.po kio_remote.po kio_home.po kdeprintfax.po kcmicons.po filetypes.po kcmenergy.po kappfinder.po kthememanager.po kcmtaskbar.po kcmcgi.po kio_media.po libkickermenu_tom.po kio_finger.po ktip.po kaccess.po kio_pop3.po kdesud.po kio_fish.po kicker.po kcmkdnssd.po krdb.po libkickermenu_systemmenu.po kcmkio.po krunapplet.po kcmhtmlsearch.po kcmfonts.po libtaskbar.po useraccount.po knetattach.po kcmkonsole.po appletproxy.po dockbarextension.po kcmkonq.po kio_nntp.po kwriteconfig.po kio_ldap.po konsole.po kstart.po klipper.po kcmspellchecking.po kcmkurifilt.po kdepasswd.po clockapplet.po mediaapplet.po kdialog.po kcmlayout.po kpager.po kwin_clients.po kdebugdialog.po kcmnotify.po kio_nfs.po kcmprintmgr.po ksystemtrayapplet.po kcmxinerama.po kreadconfig.po kay.po libkickermenu_remotemenu.po lockout.po kcmkwindecoration.po kxkb.po kprinter.po libtaskmanager.po kio_system.po trashapplet.po kcmcrypto.po kcmnic.po privacy.po libkickermenu_kdeprint.po kscreensaver.po libkonq.po libkickermenu_recentdocs.po kmenuedit.po kio_trash.po kio_floppy.po krandr.po khotkeys.po kcmkclock.po kio_man.po ksystraycmd.po kcmsmartcard.po kwin.po libkicker.po khelpcenter.po ksmserver.po kgreet_winbind.po drkonqi.po kwin_lib.po kio_settings.po ksysguard.po kfontinst.po kcmscreensaver.po konqueror.po kdesu.po kcmsmserver.po kcmcolors.po kcminput.po kcmlocale.po kio_print.po kickermenu_kate.po kcmstyle.po kcmkeys.po kcmioslaveinfo.po kfmclient.po kfindpart.po kio_mac.po kio_smb.po kcmmedia.po naughtyapplet.po kcmkwm.po htmlsearch.po kcmcss.po kcmusb.po kcmperformance.po kio_thumbnail.po kcmarts.po libkickermenu_prefmenu.po joystick.po kdmconfig.po kcmaccess.po kcmkonqhtml.po quicklauncher.po kcmsamba.po kdeprint_part.po kio_smtp.po kcmiccconfig.po
+GMOFILES = kio_sftp.gmo kate.gmo kjobviewer.gmo libkickermenu_konsole.gmo kcmkicker.gmo nsplugin.gmo display.gmo extensionproxy.gmo kdcop.gmo kcmbackground.gmo kstyle_keramik_config.gmo kcmlaunch.gmo kcminfo.gmo kcmkwinrules.gmo kasbarextension.gmo khtmlkttsd.gmo libdmctl.gmo ksplashthemes.gmo kgreet_classic.gmo kcontrol.gmo kmenuapplet.gmo kio_tar.gmo kcmview1394.gmo kcmbell.gmo kcmcomponentchooser.gmo kdmgreet.gmo kdesktop.gmo kpersonalizer.gmo ksplash.gmo kcmaccessibility.gmo kminipagerapplet.gmo kcmkded.gmo kio_remote.gmo kio_home.gmo kdeprintfax.gmo kcmicons.gmo filetypes.gmo kcmenergy.gmo kappfinder.gmo kthememanager.gmo kcmtaskbar.gmo kcmcgi.gmo kio_media.gmo libkickermenu_tom.gmo kio_finger.gmo ktip.gmo kaccess.gmo kio_pop3.gmo kdesud.gmo kio_fish.gmo kicker.gmo kcmkdnssd.gmo krdb.gmo libkickermenu_systemmenu.gmo kcmkio.gmo krunapplet.gmo kcmhtmlsearch.gmo kcmfonts.gmo libtaskbar.gmo useraccount.gmo knetattach.gmo kcmkonsole.gmo appletproxy.gmo dockbarextension.gmo kcmkonq.gmo kio_nntp.gmo kwriteconfig.gmo kio_ldap.gmo konsole.gmo kstart.gmo klipper.gmo kcmspellchecking.gmo kcmkurifilt.gmo kdepasswd.gmo clockapplet.gmo mediaapplet.gmo kdialog.gmo kcmlayout.gmo kpager.gmo kwin_clients.gmo kdebugdialog.gmo kcmnotify.gmo kio_nfs.gmo kcmprintmgr.gmo ksystemtrayapplet.gmo kcmxinerama.gmo kreadconfig.gmo kay.gmo libkickermenu_remotemenu.gmo lockout.gmo kcmkwindecoration.gmo kxkb.gmo kprinter.gmo libtaskmanager.gmo kio_system.gmo trashapplet.gmo kcmcrypto.gmo kcmnic.gmo privacy.gmo libkickermenu_kdeprint.gmo kscreensaver.gmo libkonq.gmo libkickermenu_recentdocs.gmo kmenuedit.gmo kio_trash.gmo kio_floppy.gmo krandr.gmo khotkeys.gmo kcmkclock.gmo kio_man.gmo ksystraycmd.gmo kcmsmartcard.gmo kwin.gmo libkicker.gmo khelpcenter.gmo ksmserver.gmo kgreet_winbind.gmo drkonqi.gmo kwin_lib.gmo kio_settings.gmo ksysguard.gmo kfontinst.gmo kcmscreensaver.gmo konqueror.gmo kdesu.gmo kcmsmserver.gmo kcmcolors.gmo kcminput.gmo kcmlocale.gmo kio_print.gmo kickermenu_kate.gmo kcmstyle.gmo kcmkeys.gmo kcmioslaveinfo.gmo kfmclient.gmo kfindpart.gmo kio_mac.gmo kio_smb.gmo kcmmedia.gmo naughtyapplet.gmo kcmkwm.gmo htmlsearch.gmo kcmcss.gmo kcmusb.gmo kcmperformance.gmo kio_thumbnail.gmo kcmarts.gmo libkickermenu_prefmenu.gmo joystick.gmo kdmconfig.gmo kcmaccess.gmo kcmkonqhtml.gmo quicklauncher.gmo kcmsamba.gmo kdeprint_part.gmo kio_smtp.gmo kcmiccconfig.gmo
 #>- all: all-recursive
 #>+ 1
 all: all-nls docs-am  all-recursive
@@ -531,7 +531,7 @@
 .NOEXPORT:
 
 #>+ 2
-KDE_DIST=libkickermenu_remotemenu.po appletproxy.po kcminput.po kcmaccessibility.po krandr.po kickermenu_kate.po kwin.po libtaskmanager.po libkickermenu_tom.po kappfinder.po dockbarextension.po kcmmedia.po filetypes.po kreadconfig.po kio_smtp.po ksplashthemes.po kcmcolors.po display.po kfmclient.po kate.po kcmnotify.po libkonq.po kstyle_keramik_config.po privacy.po kxkb.po kio_finger.po kcontrol.po konqueror.po kcmsamba.po ksmserver.po mediaapplet.po kcmenergy.po kdeprintfax.po kcmview1394.po kio_tar.po kcmxinerama.po libkickermenu_systemmenu.po kjobviewer.po kio_mac.po kcmkwindecoration.po ksplash.po kio_nfs.po ksystemtrayapplet.po htmlsearch.po kwin_lib.po kthememanager.po klipper.po kaccess.po kdepasswd.po kicker.po khtmlkttsd.po kwriteconfig.po kcmkonsole.po kmenuapplet.po kmenuedit.po kcmsmartcard.po kcmkeys.po kcmcgi.po kcmkclock.po Makefile.in kdesu.po kcmstyle.po kcmhtmlsearch.po kcminfo.po kdialog.po kcmcrypto.po libkickermenu_prefmenu.po kio_media.po kminipagerapplet.po kcmkonqhtml.po kcmaccess.po ksysguard.po kdesktop.po kio_floppy.po kcmnic.po kio_nntp.po kdmconfig.po trashapplet.po extensionproxy.po kio_ldap.po ktip.po kcmusb.po kcmperformance.po kdebugdialog.po khotkeys.po kgreet_winbind.po kio_smb.po libkickermenu_kdeprint.po kdmgreet.po knetattach.po nsplugin.po kcmcss.po kio_sftp.po kcmkio.po kcmfonts.po useraccount.po kcmkwm.po kwin_clients.po kio_settings.po libkickermenu_recentdocs.po kdcop.po kcmkdnssd.po libtaskbar.po kcmkurifilt.po kio_pop3.po joystick.po libkicker.po krunapplet.po kcmbackground.po lockout.po kcmkwinrules.po libdmctl.po krdb.po kio_home.po kdesud.po kcmioslaveinfo.po kio_remote.po kgreet_classic.po konsole.po libkickermenu_konsole.po kcmkonq.po kcmspellchecking.po kcmprintmgr.po kio_thumbnail.po kcmbell.po kdeprint_part.po kcmcomponentchooser.po kcmlocale.po kcmarts.po kasbarextension.po kio_system.po kay.po kscreensaver.po khelpcenter.po kprinter.po kpager.po drkonqi.po kcmscreensaver.po kcmlaunch.po kstart.po kcmlayout.po kfindpart.po kio_print.po kcmicons.po quicklauncher.po kio_fish.po clockapplet.po ksystraycmd.po kcmkicker.po kio_trash.po kfontinst.po kcmtaskbar.po naughtyapplet.po Makefile.am kio_man.po kpersonalizer.po kcmkded.po kcmsmserver.po 
+KDE_DIST=libkickermenu_remotemenu.po appletproxy.po kcminput.po kcmaccessibility.po krandr.po kickermenu_kate.po kwin.po libtaskmanager.po libkickermenu_tom.po kappfinder.po dockbarextension.po kcmmedia.po filetypes.po kreadconfig.po kio_smtp.po ksplashthemes.po kcmcolors.po display.po kfmclient.po kate.po kcmnotify.po libkonq.po kstyle_keramik_config.po privacy.po kxkb.po kio_finger.po kcontrol.po konqueror.po kcmsamba.po ksmserver.po mediaapplet.po kcmenergy.po kdeprintfax.po kcmview1394.po kio_tar.po kcmxinerama.po libkickermenu_systemmenu.po kjobviewer.po kio_mac.po kcmkwindecoration.po ksplash.po kio_nfs.po ksystemtrayapplet.po htmlsearch.po kwin_lib.po kthememanager.po klipper.po kaccess.po kdepasswd.po kicker.po khtmlkttsd.po kwriteconfig.po kcmkonsole.po kmenuapplet.po kmenuedit.po kcmsmartcard.po kcmkeys.po kcmcgi.po kcmkclock.po Makefile.in kdesu.po kcmstyle.po kcmhtmlsearch.po kcminfo.po kdialog.po kcmcrypto.po libkickermenu_prefmenu.po kio_media.po kminipagerapplet.po kcmkonqhtml.po kcmaccess.po ksysguard.po kdesktop.po kio_floppy.po kcmnic.po kio_nntp.po kdmconfig.po trashapplet.po extensionproxy.po kio_ldap.po ktip.po kcmusb.po kcmperformance.po kdebugdialog.po khotkeys.po kgreet_winbind.po kio_smb.po libkickermenu_kdeprint.po kdmgreet.po knetattach.po nsplugin.po kcmcss.po kio_sftp.po kcmkio.po kcmfonts.po useraccount.po kcmkwm.po kwin_clients.po kio_settings.po libkickermenu_recentdocs.po kdcop.po kcmkdnssd.po libtaskbar.po kcmkurifilt.po kio_pop3.po joystick.po libkicker.po krunapplet.po kcmbackground.po lockout.po kcmkwinrules.po libdmctl.po krdb.po kio_home.po kdesud.po kcmioslaveinfo.po kio_remote.po kgreet_classic.po konsole.po libkickermenu_konsole.po kcmkonq.po kcmspellchecking.po kcmprintmgr.po kio_thumbnail.po kcmbell.po kdeprint_part.po kcmcomponentchooser.po kcmlocale.po kcmarts.po kasbarextension.po kio_system.po kay.po kscreensaver.po khelpcenter.po kprinter.po kpager.po drkonqi.po kcmscreensaver.po kcmlaunch.po kstart.po kcmlayout.po kfindpart.po kio_print.po kcmicons.po quicklauncher.po kio_fish.po clockapplet.po ksystraycmd.po kcmkicker.po kio_trash.po kfontinst.po kcmtaskbar.po naughtyapplet.po Makefile.am kio_man.po kpersonalizer.po kcmkded.po kcmsmserver.po kcmiccconfig.po
 
 #>+ 469
 kio_sftp.gmo: kio_sftp.po
@@ -1002,15 +1002,18 @@
 kio_smtp.gmo: kio_smtp.po
 	rm -f kio_smtp.gmo; $(GMSGFMT) -o kio_smtp.gmo $(srcdir)/kio_smtp.po
 	test ! -f kio_smtp.gmo || touch kio_smtp.gmo
+kcmiccconfig.gmo: kcmiccconfig.po
+	rm -f kcmiccconfig.gmo; $(GMSGFMT) -o kcmiccconfig.gmo $(srcdir)/kcmiccconfig.po
+	test ! -f kcmiccconfig.gmo || touch kcmiccconfig.gmo
 
 #>+ 3
 clean-nls:
-	-rm -f  kio_sftp.gmo kate.gmo kjobviewer.gmo libkickermenu_konsole.gmo kcmkicker.gmo nsplugin.gmo display.gmo extensionproxy.gmo kdcop.gmo kcmbackground.gmo kstyle_keramik_config.gmo kcmlaunch.gmo kcminfo.gmo kcmkwinrules.gmo kasbarextension.gmo khtmlkttsd.gmo libdmctl.gmo ksplashthemes.gmo kgreet_classic.gmo kcontrol.gmo kmenuapplet.gmo kio_tar.gmo kcmview1394.gmo kcmbell.gmo kcmcomponentchooser.gmo kdmgreet.gmo kdesktop.gmo kpersonalizer.gmo ksplash.gmo kcmaccessibility.gmo kminipagerapplet.gmo kcmkded.gmo kio_remote.gmo kio_home.gmo kdeprintfax.gmo kcmicons.gmo filetypes.gmo kcmenergy.gmo kappfinder.gmo kthememanager.gmo kcmtaskbar.gmo kcmcgi.gmo kio_media.gmo libkickermenu_tom.gmo kio_finger.gmo ktip.gmo kaccess.gmo kio_pop3.gmo kdesud.gmo kio_fish.gmo kicker.gmo kcmkdnssd.gmo krdb.gmo libkickermenu_systemmenu.gmo kcmkio.gmo krunapplet.gmo kcmhtmlsearch.gmo kcmfonts.gmo libtaskbar.gmo useraccount.gmo knetattach.gmo kcmkonsole.gmo appletproxy.gmo dockbarextension.gmo kcmkonq.gmo kio_nntp.gmo kwriteconfig.gmo kio_ldap.gmo konsole.gmo kstart.gmo klipper.gmo kcmspellchecking.gmo kcmkurifilt.gmo kdepasswd.gmo clockapplet.gmo mediaapplet.gmo kdialog.gmo kcmlayout.gmo kpager.gmo kwin_clients.gmo kdebugdialog.gmo kcmnotify.gmo kio_nfs.gmo kcmprintmgr.gmo ksystemtrayapplet.gmo kcmxinerama.gmo kreadconfig.gmo kay.gmo libkickermenu_remotemenu.gmo lockout.gmo kcmkwindecoration.gmo kxkb.gmo kprinter.gmo libtaskmanager.gmo kio_system.gmo trashapplet.gmo kcmcrypto.gmo kcmnic.gmo privacy.gmo libkickermenu_kdeprint.gmo kscreensaver.gmo libkonq.gmo libkickermenu_recentdocs.gmo kmenuedit.gmo kio_trash.gmo kio_floppy.gmo krandr.gmo khotkeys.gmo kcmkclock.gmo kio_man.gmo ksystraycmd.gmo kcmsmartcard.gmo kwin.gmo libkicker.gmo khelpcenter.gmo ksmserver.gmo kgreet_winbind.gmo drkonqi.gmo kwin_lib.gmo kio_settings.gmo ksysguard.gmo kfontinst.gmo kcmscreensaver.gmo konqueror.gmo kdesu.gmo kcmsmserver.gmo kcmcolors.gmo kcminput.gmo kcmlocale.gmo kio_print.gmo kickermenu_kate.gmo kcmstyle.gmo kcmkeys.gmo kcmioslaveinfo.gmo kfmclient.gmo kfindpart.gmo kio_mac.gmo kio_smb.gmo kcmmedia.gmo naughtyapplet.gmo kcmkwm.gmo htmlsearch.gmo kcmcss.gmo kcmusb.gmo kcmperformance.gmo kio_thumbnail.gmo kcmarts.gmo libkickermenu_prefmenu.gmo joystick.gmo kdmconfig.gmo kcmaccess.gmo kcmkonqhtml.gmo quicklauncher.gmo kcmsamba.gmo kdeprint_part.gmo kio_smtp.gmo
+	-rm -f  kio_sftp.gmo kate.gmo kjobviewer.gmo libkickermenu_konsole.gmo kcmkicker.gmo nsplugin.gmo display.gmo extensionproxy.gmo kdcop.gmo kcmbackground.gmo kstyle_keramik_config.gmo kcmlaunch.gmo kcminfo.gmo kcmkwinrules.gmo kasbarextension.gmo khtmlkttsd.gmo libdmctl.gmo ksplashthemes.gmo kgreet_classic.gmo kcontrol.gmo kmenuapplet.gmo kio_tar.gmo kcmview1394.gmo kcmbell.gmo kcmcomponentchooser.gmo kdmgreet.gmo kdesktop.gmo kpersonalizer.gmo ksplash.gmo kcmaccessibility.gmo kminipagerapplet.gmo kcmkded.gmo kio_remote.gmo kio_home.gmo kdeprintfax.gmo kcmicons.gmo filetypes.gmo kcmenergy.gmo kappfinder.gmo kthememanager.gmo kcmtaskbar.gmo kcmcgi.gmo kio_media.gmo libkickermenu_tom.gmo kio_finger.gmo ktip.gmo kaccess.gmo kio_pop3.gmo kdesud.gmo kio_fish.gmo kicker.gmo kcmkdnssd.gmo krdb.gmo libkickermenu_systemmenu.gmo kcmkio.gmo krunapplet.gmo kcmhtmlsearch.gmo kcmfonts.gmo libtaskbar.gmo useraccount.gmo knetattach.gmo kcmkonsole.gmo appletproxy.gmo dockbarextension.gmo kcmkonq.gmo kio_nntp.gmo kwriteconfig.gmo kio_ldap.gmo konsole.gmo kstart.gmo klipper.gmo kcmspellchecking.gmo kcmkurifilt.gmo kdepasswd.gmo clockapplet.gmo mediaapplet.gmo kdialog.gmo kcmlayout.gmo kpager.gmo kwin_clients.gmo kdebugdialog.gmo kcmnotify.gmo kio_nfs.gmo kcmprintmgr.gmo ksystemtrayapplet.gmo kcmxinerama.gmo kreadconfig.gmo kay.gmo libkickermenu_remotemenu.gmo lockout.gmo kcmkwindecoration.gmo kxkb.gmo kprinter.gmo libtaskmanager.gmo kio_system.gmo trashapplet.gmo kcmcrypto.gmo kcmnic.gmo privacy.gmo libkickermenu_kdeprint.gmo kscreensaver.gmo libkonq.gmo libkickermenu_recentdocs.gmo kmenuedit.gmo kio_trash.gmo kio_floppy.gmo krandr.gmo khotkeys.gmo kcmkclock.gmo kio_man.gmo ksystraycmd.gmo kcmsmartcard.gmo kwin.gmo libkicker.gmo khelpcenter.gmo ksmserver.gmo kgreet_winbind.gmo drkonqi.gmo kwin_lib.gmo kio_settings.gmo ksysguard.gmo kfontinst.gmo kcmscreensaver.gmo konqueror.gmo kdesu.gmo kcmsmserver.gmo kcmcolors.gmo kcminput.gmo kcmlocale.gmo kio_print.gmo kickermenu_kate.gmo kcmstyle.gmo kcmkeys.gmo kcmioslaveinfo.gmo kfmclient.gmo kfindpart.gmo kio_mac.gmo kio_smb.gmo kcmmedia.gmo naughtyapplet.gmo kcmkwm.gmo htmlsearch.gmo kcmcss.gmo kcmusb.gmo kcmperformance.gmo kio_thumbnail.gmo kcmarts.gmo libkickermenu_prefmenu.gmo joystick.gmo kdmconfig.gmo kcmaccess.gmo kcmkonqhtml.gmo quicklauncher.gmo kcmsamba.gmo kdeprint_part.gmo kio_smtp.gmo kcmiccconfig.gmo
 
 #>+ 10
 install-nls:
 	$(mkinstalldirs) $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES
-	@for base in kio_sftp kate kjobviewer libkickermenu_konsole kcmkicker nsplugin display extensionproxy kdcop kcmbackground kstyle_keramik_config kcmlaunch kcminfo kcmkwinrules kasbarextension khtmlkttsd libdmctl ksplashthemes kgreet_classic kcontrol kmenuapplet kio_tar kcmview1394 kcmbell kcmcomponentchooser kdmgreet kdesktop kpersonalizer ksplash kcmaccessibility kminipagerapplet kcmkded kio_remote kio_home kdeprintfax kcmicons filetypes kcmenergy kappfinder kthememanager kcmtaskbar kcmcgi kio_media libkickermenu_tom kio_finger ktip kaccess kio_pop3 kdesud kio_fish kicker kcmkdnssd krdb libkickermenu_systemmenu kcmkio krunapplet kcmhtmlsearch kcmfonts libtaskbar useraccount knetattach kcmkonsole appletproxy dockbarextension kcmkonq kio_nntp kwriteconfig kio_ldap konsole kstart klipper kcmspellchecking kcmkurifilt kdepasswd clockapplet mediaapplet kdialog kcmlayout kpager kwin_clients kdebugdialog kcmnotify kio_nfs kcmprintmgr ksystemtrayapplet kcmxinerama kreadconfig kay libkickermenu_remotemenu lockout kcmkwindecoration kxkb kprinter libtaskmanager kio_system trashapplet kcmcrypto kcmnic privacy libkickermenu_kdeprint kscreensaver libkonq libkickermenu_recentdocs kmenuedit kio_trash kio_floppy krandr khotkeys kcmkclock kio_man ksystraycmd kcmsmartcard kwin libkicker khelpcenter ksmserver kgreet_winbind drkonqi kwin_lib kio_settings ksysguard kfontinst kcmscreensaver konqueror kdesu kcmsmserver kcmcolors kcminput kcmlocale kio_print kickermenu_kate kcmstyle kcmkeys kcmioslaveinfo kfmclient kfindpart kio_mac kio_smb kcmmedia naughtyapplet kcmkwm htmlsearch kcmcss kcmusb kcmperformance kio_thumbnail kcmarts libkickermenu_prefmenu joystick kdmconfig kcmaccess kcmkonqhtml quicklauncher kcmsamba kdeprint_part kio_smtp ; do \
+	@for base in kio_sftp kate kjobviewer libkickermenu_konsole kcmkicker nsplugin display extensionproxy kdcop kcmbackground kstyle_keramik_config kcmlaunch kcminfo kcmkwinrules kasbarextension khtmlkttsd libdmctl ksplashthemes kgreet_classic kcontrol kmenuapplet kio_tar kcmview1394 kcmbell kcmcomponentchooser kdmgreet kdesktop kpersonalizer ksplash kcmaccessibility kminipagerapplet kcmkded kio_remote kio_home kdeprintfax kcmicons filetypes kcmenergy kappfinder kthememanager kcmtaskbar kcmcgi kio_media libkickermenu_tom kio_finger ktip kaccess kio_pop3 kdesud kio_fish kicker kcmkdnssd krdb libkickermenu_systemmenu kcmkio krunapplet kcmhtmlsearch kcmfonts libtaskbar useraccount knetattach kcmkonsole appletproxy dockbarextension kcmkonq kio_nntp kwriteconfig kio_ldap konsole kstart klipper kcmspellchecking kcmkurifilt kdepasswd clockapplet mediaapplet kdialog kcmlayout kpager kwin_clients kdebugdialog kcmnotify kio_nfs kcmprintmgr ksystemtrayapplet kcmxinerama kreadconfig kay libkickermenu_remotemenu lockout kcmkwindecoration kxkb kprinter libtaskmanager kio_system trashapplet kcmcrypto kcmnic privacy libkickermenu_kdeprint kscreensaver libkonq libkickermenu_recentdocs kmenuedit kio_trash kio_floppy krandr khotkeys kcmkclock kio_man ksystraycmd kcmsmartcard kwin libkicker khelpcenter ksmserver kgreet_winbind drkonqi kwin_lib kio_settings ksysguard kfontinst kcmscreensaver konqueror kdesu kcmsmserver kcmcolors kcminput kcmlocale kio_print kickermenu_kate kcmstyle kcmkeys kcmioslaveinfo kfmclient kfindpart kio_mac kio_smb kcmmedia naughtyapplet kcmkwm htmlsearch kcmcss kcmusb kcmperformance kio_thumbnail kcmarts libkickermenu_prefmenu joystick kdmconfig kcmaccess kcmkonqhtml quicklauncher kcmsamba kdeprint_part kio_smtp kcmiccconfig ; do \
 	  echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\
 	  if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\
 	  elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\
@@ -1176,6 +1179,7 @@
 	rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmsamba.mo
 	rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdeprint_part.mo
 	rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_smtp.mo
+	rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmiccconfig.mo
 
 #>+ 2
 all-nls: $(GMOFILES)
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdelibs/kdelibs.po kde-i18n-fr-3.5.10.p/messages/kdelibs/kdelibs.po
--- kde-i18n-fr-3.5.10.ORI/messages/kdelibs/kdelibs.po	2008-08-19 20:29:58.000000000 +0200
+++ kde-i18n-fr-3.5.10/messages/kdelibs/kdelibs.po	2011-12-18 12:19:38.552013274 +0100
@@ -5557,123 +5557,104 @@
 
 #: kdeui/kaboutkde.cpp:34
 msgid ""
-"The <b>K Desktop Environment</b> is written and maintained by the KDE Team, a "
-"world-wide network of software engineers committed to <a "
+"The <b>Trinity Desktop Environment</b> is a fork of the "
+"K Desktop Environment version 3.5, which was originally written by the KDE Team, "
+"a world-wide network of software engineers committed to <a "
 "href=\"http://www.gnu.org/philosophy/free-sw.html\">Free Software</a> "
-"development."
-"<br>"
-"<br>No single group, company or organization controls the KDE source code. "
-"Everyone is welcome to contribute to KDE."
-"<br>"
-"<br>Visit <A HREF=\"http://www.kde.org/\">http://www.kde.org</A> "
+"development.<br><br>No single group, company or organization controls the "
+"Trinity source code. Everyone is welcome to contribute to Trinity.<br><br>Visit <A "
+"HREF=\"http://www.trinitydesktop.org/\">http://www.trinitydesktop.org</A> for more information "
+"about Trinity, and <A HREF=\"http://www.kde.org/\">http://www.kde.org</A> "
 "for more information on the KDE project. "
 msgstr ""
-"L'<b>Environnement Bureautique KDE</b> est écrit et maintenu par l'équipe de "
-"KDE, des informaticiens du monde entier travaillant sur Internet au "
-"développement de <a href=\"http://www.gnu.org/philosophy/free-sw.fr.html\">"
-"logiciels libres</a>."
-"<br>"
-"<br>Aucune société ni organisation ne contrôle le code source de KDE, et chacun "
-"est invité à y contribuer."
-"<br>"
-"<br>Visitez <a href=\"http://www.kde.org/fr\">http://www.kde.org/fr</A> "
+"L'<b>Environnement Bureautique Trinity</b> est un clone de l'environnement "
+"KDE version 3.5, originellement écrit par l'équipe KDE, des informaticiens "
+"du monde entier travaillant sur Internet au développement de <a "
+"href=\"http://www.gnu.org/philosophy/free-sw.fr.html\">logiciels libres</a>."
+"<br><br>Aucune société ni organisation ne contrôle le code source de Trinity, et chacun "
+"est invité à y contribuer.<br><br>Visitez <A HREF=\"http://www.trinitydesktop.org/\">"
+"http://www.trinitydesktop.org</A> pour plus d'informations sur Trinity, et <a "
+"href=\"http://www.kde.org/fr\">http://www.kde.org/fr</A> "
 "pour plus d'informations sur le projet KDE."
 
 #: kdeui/kaboutkde.cpp:43
 msgid ""
-"Software can always be improved, and the KDE Team is ready to do so. However, "
-"you - the user - must tell us when something does not work as expected or could "
-"be done better."
-"<br>"
-"<br>The K Desktop Environment has a bug tracking system. Visit <A "
-"HREF=\"http://bugs.kde.org/\">http://bugs.kde.org</A> "
-"or use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs."
-"<br>"
-"<br>If you have a suggestion for improvement then you are welcome to use the "
-"bug tracking system to register your wish. Make sure you use the severity "
-"called \"Wishlist\"."
+"Software can always be improved, and the Trinity Team is ready to "
+"do so. However, you - the user - must tell us when "
+"something does not work as expected or could be done better.<br><br>"
+"The Trinity Desktop Environment has a bug tracking system. Visit "
+"<A HREF=\"http://bugs.pearsoncomputing.net/\">http://bugs.pearsoncomputing.net</A> or "
+"use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs.<br><br>"
+"If you have a suggestion for improvement then you are welcome to use "
+"the bug tracking system to register your wish. Make sure you use the "
+"severity called \"Wishlist\"."
 msgstr ""
-"Les logiciels peuvent toujours être améliorés et l'équipe KDE est prête à le "
+"Les logiciels peuvent toujours être améliorés et l'équipe Trinity est prête à le "
 "faire. Cependant, vous - l'utilisateur(trice) - devez nous signaler ce qui ne "
-"fonctionne pas correctement ou pourrait être perfectionné."
-"<br>"
-"<br>L'Environnement de Bureau KDE possède un système de suivi des bogues. Allez "
-"sur <A HREF=\"http://bugs.kde.org/\">http://bugs.kde.org/</A> "
-"ou utilisez la boîte de dialogue « Rapport de bogue » du menu « Aide » pour "
-"signaler les erreurs."
-"<br>"
-"<br>Si vous voulez suggérer une amélioration, vous êtes invité(e) à utiliser le "
+"fonctionne pas correctement ou pourrait être perfectionné.<br><br>"
+"L'Environnement de Bureau Trinity possède un système de suivi des bogues. Allez "
+"sur <A HREF=\"http://bugs.pearsoncomputing.net/\">http://bugs.pearsoncomputing.net</A> "
+"ou utilisez la boîte de dialogue « Rapport de bogue » du menu « Aide » pour signaler les "
+"erreurs.<br><br>Si vous voulez suggérer une amélioration, vous êtes invité(e) à utiliser le "
 "système de suivi des bogues pour enregistrer votre souhait. Assurez-vous "
 "d'avoir utilisé l'option « Souhait » (wish)."
 
 #: kdeui/kaboutkde.cpp:54
 msgid ""
-"You do not have to be a software developer to be a member of the KDE team. You "
-"can join the national teams that translate program interfaces. You can provide "
-"graphics, themes, sounds, and improved documentation. You decide!"
-"<br>"
-"<br>Visit <A HREF=\"http://www.kde.org/jobs/\">http://www.kde.org/jobs/</A> "
+"You do not have to be a software developer to be a member of the "
+"Trinity team. You can join the national teams that translate "
+"program interfaces. You can provide graphics, themes, sounds, and "
+"improved documentation. You decide!"
+"<br><br>"
+"Visit "
+"<A HREF=\"http://www.trinitydesktop.org/jobs/\">http://www.trinitydesktop.org/jobs/</A> "
 "for information on some projects in which you can participate."
-"<br>"
-"<br>If you need more information or documentation, then a visit to <A "
-"HREF=\"http://developer.kde.org/\">http://developer.kde.org</A> "
+"<br><br>"
+"If you need more information or documentation, then a visit to "
+"<A HREF=\"http://www.trinitydesktop.org/docs/\">http://www.trinitydesktop.org/docs/</A> "
 "will provide you with what you need."
 msgstr ""
-"Il n'est pas nécessaire d'être programmeur pour être membre de l'équipe de KDE. "
+"Il n'est pas nécessaire d'être programmeur pour être membre de l'équipe de Trinity. "
 "Vous pouvez rejoindre les équipes nationales qui traduisent les interfaces des "
 "programmes. Vous pouvez réaliser des images, des thèmes, des sons et des "
 "documentations enrichies. C'est vous qui décidez !"
-"<br>"
-"<br>Visitez <A HREF=\"http://www.kde.org/fr/jobs.html\">"
-"http://www.kde.org/fr/jobs.html</A> pour des informations sur certains projets "
-"auxquels vous pouvez participer."
-"<br>"
-"<br>Pour plus d'informations ou de documentations, une visite de <A "
-"HREF=\"http://developer.kde.org/\">http://developer.kde.org/</A> "
+"<br><br>"
+"Visitez "
+"<A HREF=\"http://www.trinitydesktop.org/jobs/\">http://www.trinitydesktop.org/jobs/</A>"
+"pour des informations sur certains projets auxquels vous pouvez participer."
+"<br><br>"
+"Pour plus d'informations ou de documentations, une visite de <A "
+"HREF=\"http://www.trinitydesktop.org/docs/\">http://www.trinitydesktop.org/docs/</A> "
 "devrait vous fournir ce dont vous avez besoin."
 
 #: kdeui/kaboutkde.cpp:67
 msgid ""
-"KDE is available free of charge, but making it is not free."
-"<br>"
-"<br>Thus, the KDE team formed the KDE e.V., a non-profit organization legally "
-"founded in Tuebingen, Germany. The KDE e.V. represents the KDE project in legal "
-"and financial matters. See <a href=\"http://www.kde-ev.org/\">"
-"http://www.kde-ev.org</a> for information on the KDE e.V."
-"<br>"
-"<br>The KDE team does need financial support. Most of the money is used to "
-"reimburse members and others on expenses they experienced when contributing to "
-"KDE. You are encouraged to support KDE through a financial donation, using one "
-"of the ways described at <a href=\"http://www.kde.org/support/\">"
-"http://www.kde.org/support/</a>."
-"<br>"
-"<br>Thank you very much in advance for your support."
-msgstr ""
-"KDE est disponible gratuitement, mais sa réalisation a un coût."
-"<br>"
-"<br>C'est pourquoi l'équipe de KDE a formé l'association KDE, une association à "
-"but non lucratif fondée à Tübingen (Allemagne). L'association KDE représente "
-"les aspects juridiques et financiers du Projet KDE. Consultez <a "
-"href=\"http://www.kde-ev.org\">http://www.kde-ev.org/</a> "
-"pour plus d'informations sur l'association KDE."
-"<br>"
-"<br>L'équipe de KDE a besoin d'un appui financier. La majeure partie de ses "
+"Trinity is available free of charge, but making it is not free.<br><br>"
+"<br><br>"
+"The Trinity team does need financial support. Most of the money is used to "
+"reimburse members and others on expenses they experienced when "
+"contributing to Trinity. You are encouraged to support Trinity through a financial "
+"donation, using one of the ways described at "
+"<a href=\"http://www.trinitydesktop.org/donate.php\">http://www.trinitydesktop.org/donate.php</a>."
+"<br><br>Thank you very much in advance for your support!"
+msgstr ""
+"Trinity est disponible gratuitement, mais sa réalisation a un coût."
+"<br><br>"
+"<br>L'équipe de Trinity a besoin d'un appui financier. La majeure partie de ses "
 "fonds sert à rembourser les membres et d'autres intervenants des dépenses "
-"qu'ils ont engagées lors de leur contribution à KDE. Pour apporter votre "
-"participation financière à KDE, utilisez l'une des possibilités décrites à "
-"l'adresse <a "
-"href=\"http://www.kde.org/support/\">http://www.kde.org/support/</a>."
-"<br>"
-"<br>Nous vous remercions vivement de votre soutien."
+"qu'ils ont engagées lors de leur contribution à Trinity. Pour apporter votre "
+"participation financière à Trinity, utilisez l'une des possibilités décrites à "
+"l'adresse <a href=\"http://www.trinitydesktop.org/donate.php\">http://www.trinitydesktop.org/donate.php</a>."
+"<br><br>Nous vous remercions vivement de votre soutien."
 
 #: kdeui/kaboutkde.cpp:81
 #, c-format
-msgid "K Desktop Environment. Release %1"
-msgstr "Environnement de bureau KDE. Version %1"
+msgid "Trinity Desktop Environment. Release %1"
+msgstr "Environnement de bureau Trinity. Version %1"
 
 #: kdeui/kaboutkde.cpp:83
 msgid ""
-"_: About KDE\n"
+"_: About Trinity\n"
 "&About"
 msgstr "À &propos"
 
@@ -5682,12 +5663,12 @@
 msgstr "Rapport de bogues et &souhaits"
 
 #: kdeui/kaboutkde.cpp:85
-msgid "&Join the KDE Team"
-msgstr "Re&joignez l'équipe de KDE"
+msgid "&Join the Trinity Team"
+msgstr "Re&joignez l'équipe de Trinity"
 
 #: kdeui/kaboutkde.cpp:86
-msgid "&Support KDE"
-msgstr "&Soutenez KDE"
+msgid "&Support Trinity"
+msgstr "&Soutenez Trinity"
 
 #: kdeui/kstdguiitem.cpp:110 khtml/java/kjavaappletserver.cpp:804
 msgid "&Yes"
@@ -6286,6 +6267,10 @@
 msgid "&Browse..."
 msgstr "&Parcourir..."
 
+#: kdeui/kdialog.cpp:428
+msgid "Please wait..."
+msgstr "Veuillez patienter ..."
+
 #: kdeui/kdialogbase.cpp:636
 msgid "&Try"
 msgstr "&Essayer"
@@ -6623,8 +6608,8 @@
 msgstr "À &propos de : %1"
 
 #: kdeui/khelpmenu.cpp:176 kdeui/kstdaction_p.h:114
-msgid "About &KDE"
-msgstr "À propos de &KDE"
+msgid "About &Trinity"
+msgstr "À propos de &Trinity"
 
 #: kdeui/kactionclasses.cpp:2072
 msgid "Exit F&ull Screen Mode"
diff -Nuar kde-i18n-fr-3.5.10.ORI/messages/kdebase/kcontrol.po kde-i18n-fr-3.5.10/messages/kdebase/kcontrol.po
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/kcontrol.po	2011-12-18 22:34:04.982863520 +0100
+++ kde-i18n-fr-3.5.10/messages/kdebase/kcontrol.po	2011-12-18 22:40:37.574949536 +0100
@@ -34,8 +34,8 @@
 msgstr "duranceau@kde.org,caulier.gilles@free.fr,cousin@kde.org,kde@macolu.org"
 
 #: aboutwidget.cpp:43 main.cpp:104
-msgid "KDE Control Center"
-msgstr "Centre de configuration de KDE"
+msgid "Trinity Control Center"
+msgstr "Centre de configuration de Trinity"
 
 #: aboutwidget.cpp:45
 msgid "Configure your desktop environment."
@@ -43,17 +43,17 @@
 
 #: aboutwidget.cpp:47
 msgid ""
-"Welcome to the \"KDE Control Center\", a central place to configure your "
+"Welcome to the \"Trinity Control Center\", a central place to configure your "
 "desktop environment. Select an item from the index on the left to load a "
 "configuration module."
 msgstr ""
-"Bienvenue dans le « Centre de configuration de KDE », l'endroit où configurer "
+"Bienvenue dans le « Centre de configuration de Trinity », l'endroit où configurer "
 "votre environnement. Sélectionnez un élément dans l'index à gauche pour charger "
 "le module de configuration correspondant."
 
 #: aboutwidget.cpp:53 main.cpp:108
-msgid "KDE Info Center"
-msgstr "Centre d'informations de KDE"
+msgid "Trinity Info Center"
+msgstr "Centre d'informations de Trinity"
 
 #: aboutwidget.cpp:55
 msgid "Get system and desktop environment information"
@@ -61,10 +61,10 @@
 
 #: aboutwidget.cpp:57
 msgid ""
-"Welcome to the \"KDE Info Center\", a central place to find information about "
+"Welcome to the \"Trinity Info Center\", a central place to find information about "
 "your computer system."
 msgstr ""
-"Bienvenue dans le « Centre d'informations de KDE », l'endroit où trouver des "
+"Bienvenue dans le « Centre d'informations de Trinity », l'endroit où trouver des "
 "informations sur votre système."
 
 #: aboutwidget.cpp:61
@@ -76,8 +76,8 @@
 "configuration particulière."
 
 #: aboutwidget.cpp:64
-msgid "KDE version:"
-msgstr "Version de KDE :"
+msgid "Trinity version:"
+msgstr "Version de Trinity :"
 
 #: aboutwidget.cpp:65
 msgid "User:"
@@ -137,13 +137,13 @@
 
 #: helpwidget.cpp:51
 msgid ""
-"<h1>KDE Info Center</h1>There is no quick help available for the active info "
+"<h1>Trinity Info Center</h1>There is no quick help available for the active info "
 "module."
 "<br>"
 "<br>Click <a href = \"kinfocenter/index.html\">here</a> "
 "to read the general Info Center manual."
 msgstr ""
-"<h1>Centre d'informations de KDE</h1> Désolé, aucune aide rapide n'est "
+"<h1>Centre d'informations de Trinity</h1> Désolé, aucune aide rapide n'est "
 "disponible pour le module d'information courant."
 "<br>"
 "<br> Cliquez <a href = \"kinfocenter/index.html\">ici</a> "
@@ -151,13 +151,13 @@
 
 #: helpwidget.cpp:56
 msgid ""
-"<h1>KDE Control Center</h1>There is no quick help available for the active "
+"<h1>Trinity Control Center</h1>There is no quick help available for the active "
 "control module."
 "<br>"
 "<br>Click <a href = \"kcontrol/index.html\">here</a> "
 "to read the general Control Center manual."
 msgstr ""
-"<h1>Centre de configuration de KDE</h1> Désolé, aucune aide rapide n'est "
+"<h1>Centre de configuration de Trinity</h1> Désolé, aucune aide rapide n'est "
 "disponible pour le module de configuration courant."
 "<br>"
 "<br> Cliquez <a href = \"kcontrol/index.html\">ici</a> "
@@ -173,16 +173,16 @@
 "<br>Cliquez sur le bouton « Mode superutilisateur » ci-dessous."
 
 #: main.cpp:105
-msgid "The KDE Control Center"
-msgstr "Le Centre de configuration de KDE"
+msgid "The Trinity Control Center"
+msgstr "Le Centre de configuration de Trinity"
 
 #: main.cpp:106 main.cpp:110
 msgid "(c) 1998-2004, The KDE Control Center Developers"
 msgstr "(c) 1998-2004, Les développeurs du Centre de configuration de KDE"
 
 #: main.cpp:109
-msgid "The KDE Info Center"
-msgstr "Le Centre d'informations de KDE"
+msgid "The Trinity Info Center"
+msgstr "Le Centre d'informations de Trinity"
 
 #: main.cpp:128 main.cpp:130
 msgid "Current Maintainer"
--- kde-i18n-fr-3.5.10.ORI/messages/kdebase/kpersonalizer.po	2011-12-19 21:25:27.471340645 +0100
+++ kde-i18n-fr-3.5.10/messages/kdebase/kpersonalizer.po	2011-12-19 21:29:05.386322708 +0100
@@ -79,8 +79,8 @@
 msgstr "Le style Platinium"
 
 #: kcountrypage.cpp:48
-msgid "<h3>Welcome to KDE %1</h3>"
-msgstr "<h3>Bienvenue dans KDE %1</h3>"
+msgid "<h3>Welcome to Trinity %1</h3>"
+msgstr "<h3>Bienvenue dans Trinity %1</h3>"
 
 #: kcountrypage.cpp:90 kcountrypage.cpp:117 kfindlanguage.cpp:82
 msgid "without name"
@@ -111,8 +111,8 @@
 msgstr "L'assistant se redémarre lui-même"
 
 #: main.cpp:32
-msgid "Personalizer is running before KDE session"
-msgstr "L'assistant démarre avant la session KDE elle-même"
+msgid "Personalizer is running before Trinity session"
+msgstr "L'assistant démarre avant la session Trinity elle-même"
 
 #: kpersonalizer.cpp:67
 msgid "Step 1: Introduction"
@@ -141,13 +141,13 @@
 #: kpersonalizer.cpp:152
 msgid ""
 "<p>Are you sure you want to quit the Desktop Settings Wizard?</p>"
-"<p>The Desktop Settings Wizard helps you to configure the KDE desktop to your "
+"<p>The Desktop Settings Wizard helps you to configure the Trinity desktop to your "
 "personal liking.</p>"
 "<p>Click <b>Cancel</b> to return and finish your setup.</p>"
 msgstr ""
 "<p>Voulez-vous vraiment quitter l'assistant de configuration du bureau ?</p> "
 "<p>L'assistant de configuration du bureau vous aide à configurer le bureau de "
-"KDE selon vos convenances.</p> "
+"Trinity selon vos convenances.</p> "
 "<p>Cliquez sur « <b>Annuler</b> » pour retourner et terminer vos réglages.</p>"
 
 #: kpersonalizer.cpp:156
@@ -171,14 +171,14 @@
 "<br><b>Titlebar double-click:</b> <i>Shade window</i>"
 "<br><b>Mouse selection:</b> <i>Single click</i>"
 "<br><b>Application startup notification:</b> <i>busy cursor</i>"
-"<br><b>Keyboard scheme:</b> <i>KDE default</i>"
+"<br><b>Keyboard scheme:</b> <i>Trinity default</i>"
 "<br>"
 msgstr ""
 "<b>Activation des fenêtres :</b> <i>Cliquer pour avoir le focus</i>"
 "<br><b>Double-clic sur la barre de titre :</b> <i>Enroule la fenêtre</i>"
 "<br><b>Sélection par la souris :</b> <i>Simple clic</i>"
 "<br><b>Notification de démarrage des applications :</b><i> Curseur occupé</i>"
-"<br><b>Actions du clavier :</b> <i>KDE par défaut</i>"
+"<br><b>Actions du clavier :</b> <i>Trinity par défaut</i>"
 "<br>"
 
 #: kospage.cpp:364
@@ -320,34 +320,34 @@
 #: rc.cpp:6
 #, no-c-format
 msgid ""
-"<p>This Personalizer will help you configure the basic setup of your KDE "
+"<p>This Personalizer will help you configure the basic setup of your Trinity "
 "desktop in five quick, easy steps. You can set things like your country (for "
 "date and time formats, etc.), language, desktop behavior and more.</p>\n"
-"<p>You will be able to change all the settings later using the KDE Control "
+"<p>You will be able to change all the settings later using the Trinity Control "
 "Center. You may choose to postpone your personalization until later by clicking "
 "on <b>Skip Wizard</b>. Any changes made so far, will then be reversed, except "
 "for the country and language settings. However, new users are encouraged to use "
 "this simple method.</p>\n"
-"<p>If you already like your KDE configuration and wish to quit the Wizard, "
+"<p>If you already like your Trinity configuration and wish to quit the Wizard, "
 "click <b>Skip Wizard</b>, then <b>Quit</b>.</p>"
 msgstr ""
 "<p>Cet assistant vous aidera à configurer les réglages de base de votre bureau "
-"KDE en cinq étapes simples. Vous pouvez régler des paramètres comme votre pays "
+"Trinity en cinq étapes simples. Vous pouvez régler des paramètres comme votre pays "
 "(pour les formats de date et d'heure, etc.), votre langue, le comportement du "
 "bureau et plein d'autres encore.</p>\n"
 "<p>Vous pourrez changer tous ces réglages ultérieurement en utilisant le Centre "
-"de configuration de KDE. Vous pouvez choisir de différer votre personnalisation "
+"de configuration de Trinity. Vous pouvez choisir de différer votre personnalisation "
 "en cliquant sur « <b>Passer l'assistant</b> ». Cependant, il est conseillé pour "
 "les nouveaux utilisateurs d'utiliser cette méthode.</p>\n"
-"<p>Si votre configuration de KDE est déjà à votre goût et que vous désirez "
+"<p>Si votre configuration de Trinity est déjà à votre goût et que vous désirez "
 "quitter l'assistant, cliquez sur « <b>Passer l'assistant</b> » puis sur  « <b>"
 "Quitter</b> ».</p>"
 
 #. i18n: file kcountrypagedlg.ui line 100
 #: rc.cpp:11
 #, no-c-format
-msgid "<h3>Welcome to KDE %VERSION%!</h3>"
-msgstr "<h3>Bienvenue dans KDE %VERSION% !</h3>"
+msgid "<h3>Welcome to Trinity %VERSION%!</h3>"
+msgstr "<h3>Bienvenue dans Trinity %VERSION% !</h3>"
 
 #. i18n: file kcountrypagedlg.ui line 148
 #: rc.cpp:14
@@ -359,14 +359,14 @@
 #: rc.cpp:17
 #, no-c-format
 msgid ""
-"<P>KDE offers many visually appealing special effects, such as smoothed fonts, "
+"<P>Trinity offers many visually appealing special effects, such as smoothed fonts, "
 "previews in the file manager and animated menus. All this beauty, however, "
 "comes at a small performance cost. </P>\n"
 "If you have a fast, new processor, you might want to turn them all on, but for "
 "those of us with slower processors, starting off with less eye candy helps to "
 "keep your desktop more responsive."
 msgstr ""
-"<P>KDE offre de nombreux effets visuels, comme les polices lissées, les aperçus "
+"<P>Trinity offre de nombreux effets visuels, comme les polices lissées, les aperçus "
 "dans le gestionnaire de fichiers et les menus animés. Toutes ces choses "
 "superbes ont un coût en termes de performances.</P>\n"
 "Si vous avez un processeur récent et rapide, vous pouvez toutes les activer, "
@@ -426,8 +426,8 @@
 #. i18n: file kospagedlg.ui line 79
 #: rc.cpp:44
 #, no-c-format
-msgid "KDE (TM)"
-msgstr "KDE ™"
+msgid "Trinity (TM)"
+msgstr "Trinity"
 
 #. i18n: file kospagedlg.ui line 90
 #: rc.cpp:47
@@ -454,22 +454,22 @@
 "<b>System Behavior</b>"
 "<br>\n"
 "Graphical User Interfaces behave differently on various Operating Systems.\n"
-"KDE allows you to customize its behavior according to your needs."
+"Trinity allows you to customize its behavior according to your needs."
 msgstr ""
 "<b>Comportement du système</b>"
 "<br>\n"
 "Les interfaces utilisateur graphiques se comportent différemment sur les "
 "différents systèmes d'exploitation.\n"
-"KDE vous permet de personnaliser son comportement selon vos désirs."
+"Trinity vous permet de personnaliser son comportement selon vos désirs."
 
 #. i18n: file kospagedlg.ui line 168
 #: rc.cpp:61
 #, no-c-format
 msgid ""
-"For motion impaired users, KDE provides keyboard gestures to activate special "
+"For motion impaired users, Trinity provides keyboard gestures to activate special "
 "keyboard settings."
 msgstr ""
-"Pour les utilisateurs à déplacement réduit, KDE fournit des gestes permettant "
+"Pour les utilisateurs à déplacement réduit, Trinity fournit des gestes permettant "
 "d'activer des réglages spéciaux du clavier."
 
 #. i18n: file kospagedlg.ui line 179
@@ -494,26 +494,26 @@
 #: rc.cpp:71
 #, no-c-format
 msgid ""
-"You can refine the settings you made by starting the KDE Control Center by "
+"You can refine the settings you made by starting the Trinity Control Center by "
 "choosing the entry <b>Control Center</b> in the K menu."
 msgstr ""
 "Vous pouvez affiner les réglages que vous avez faits en lançant le <b>"
-"Centre de configuration de KDE</b> en choisissant l'entrée <b>"
+"Centre de configuration de Trinity</b> en choisissant l'entrée <b>"
 "Centre de configuration</b> du menu K."
 
 #. i18n: file krefinepagedlg.ui line 133
 #: rc.cpp:74
 #, no-c-format
-msgid "You can also start the KDE Control Center using the button below."
+msgid "You can also start the Trinity Control Center using the button below."
 msgstr ""
-"Vous pouvez également démarrer le Centre de configuration de KDE à l'aide du "
+"Vous pouvez également démarrer le Centre de configuration de Trinity à l'aide du "
 "bouton ci-dessous."
 
 #. i18n: file krefinepagedlg.ui line 203
 #: rc.cpp:77
 #, no-c-format
-msgid "&Launch KDE Control Center"
-msgstr "&Lancer le Centre de configuration de KDE"
+msgid "&Launch Trinity Control Center"
+msgstr "&Lancer le Centre de configuration de Trinity"
 
 #. i18n: file kstylepagedlg.ui line 32
 #: rc.cpp:80
--- kde-i18n-fr-3.5.10/messages/kdebase/konqueror.po.ORI	2011-12-19 21:45:36.416030332 +0100
+++ kde-i18n-fr-3.5.10/messages/kdebase/konqueror.po	2011-12-19 21:51:16.528801717 +0100
@@ -1203,6 +1203,9 @@
 msgid "Open in &New Tab"
 msgstr "Ouvrir dans un &nouvel onglet"
 
+msgid "Open in &Background Tab"
+msgstr "Ouvrir dans un onglet en arrière-&plan"
+
 #: konq_mainwindow.cc:4689
 msgid "Open the document in a new tab"
 msgstr "Ouvrir le document dans un nouvel onglet"