aboutsummaryrefslogtreecommitdiff
path: root/sysutils/plasma5-kinfocenter/pkg-plist
blob: 604a55faf725cf9b5e88daebba538e5824fb23d3 (plain) (blame)
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
bin/kinfocenter
etc/xdg/kcm-about-distrorc
etc/xdg/menus/kinfocenter.menu
%%QT_PLUGINDIR%%/kcm_devinfo.so
%%QT_PLUGINDIR%%/kcm_info.so
%%QT_PLUGINDIR%%/kcm_memory.so
%%QT_PLUGINDIR%%/kcm_opengl.so
%%QT_PLUGINDIR%%/kcm_pci.so
%%QT_PLUGINDIR%%/kcm_usb.so
%%QT_PLUGINDIR%%/kcms/kcm_about-distro.so
%%QT_PLUGINDIR%%/kcms/kcm_cpu.so
%%QT_PLUGINDIR%%/kcms/kcm_interrupts.so
%%QT_PLUGINDIR%%/kcms/kcm_nic.so
%%QT_PLUGINDIR%%/kcms/kcm_samba.so
%%QT_PLUGINDIR%%/kcms/kcm_vulkan.so
%%QT_PLUGINDIR%%/kcms/kcm_wayland.so
%%QT_QMLDIR%%/org/kde/kinfocenter/private/CommandOutputKCM.qml
%%QT_QMLDIR%%/org/kde/kinfocenter/private/qmldir
share/applications/org.kde.kinfocenter.desktop
share/desktop-directories/kinfocenter.directory
share/doc/HTML/ca/kinfocenter/index.cache.bz2
share/doc/HTML/ca/kinfocenter/index.docbook
share/doc/HTML/ca/kinfocenter/kinfocenter.png
share/doc/HTML/de/kinfocenter/index.cache.bz2
share/doc/HTML/de/kinfocenter/index.docbook
share/doc/HTML/en/kinfocenter/index.cache.bz2
share/doc/HTML/en/kinfocenter/index.docbook
share/doc/HTML/en/kinfocenter/kinfocenter.png
share/doc/HTML/fr/kinfocenter/index.cache.bz2
share/doc/HTML/fr/kinfocenter/index.docbook
share/doc/HTML/id/kinfocenter/index.cache.bz2
share/doc/HTML/id/kinfocenter/index.docbook
share/doc/HTML/it/kinfocenter/index.cache.bz2
share/doc/HTML/it/kinfocenter/index.docbook
share/doc/HTML/it/kinfocenter/kinfocenter.png
share/doc/HTML/nl/kinfocenter/index.cache.bz2
share/doc/HTML/nl/kinfocenter/index.docbook
share/doc/HTML/pt/kinfocenter/index.cache.bz2
share/doc/HTML/pt/kinfocenter/index.docbook
share/doc/HTML/pt_BR/kinfocenter/index.cache.bz2
share/doc/HTML/pt_BR/kinfocenter/index.docbook
share/doc/HTML/pt_BR/kinfocenter/kinfocenter.png
share/doc/HTML/ru/kinfocenter/index.cache.bz2
share/doc/HTML/ru/kinfocenter/index.docbook
share/doc/HTML/sr/kinfocenter/index.cache.bz2
share/doc/HTML/sr/kinfocenter/index.docbook
share/doc/HTML/sr@latin/kinfocenter/index.cache.bz2
share/doc/HTML/sr@latin/kinfocenter/index.docbook
share/doc/HTML/sv/kinfocenter/index.cache.bz2
share/doc/HTML/sv/kinfocenter/index.docbook
share/doc/HTML/uk/kinfocenter/index.cache.bz2
share/doc/HTML/uk/kinfocenter/index.docbook
share/doc/HTML/uk/kinfocenter/kinfocenter.png
%%DATADIR%%/categories/basicinformation.desktop
%%DATADIR%%/categories/detailedinformation.desktop
%%DATADIR%%/categories/deviceinfocategory.desktop
%%DATADIR%%/categories/graphicalinfocategory.desktop
%%DATADIR%%/categories/lostfoundcategory.desktop
%%DATADIR%%/categories/networkinfocategory.desktop
%%DATADIR%%/images/freebsd_logo.svg
share/kpackage/kcms/kcm_about-distro/contents/main.qml
share/kpackage/kcms/kcm_about-distro/metadata.desktop
share/kpackage/kcms/kcm_about-distro/metadata.json
share/kpackage/kcms/kcm_cpu/contents/main.qml
share/kpackage/kcms/kcm_cpu/metadata.desktop
share/kpackage/kcms/kcm_cpu/metadata.json
share/kpackage/kcms/kcm_interrupts/contents/main.qml
share/kpackage/kcms/kcm_interrupts/metadata.desktop
share/kpackage/kcms/kcm_interrupts/metadata.json
share/kpackage/kcms/kcm_nic/contents/ui/main.qml
share/kpackage/kcms/kcm_nic/metadata.desktop
share/kpackage/kcms/kcm_nic/metadata.json
share/kpackage/kcms/kcm_vulkan/contents/main.qml
share/kpackage/kcms/kcm_vulkan/metadata.desktop
share/kpackage/kcms/kcm_vulkan/metadata.json
share/kpackage/kcms/kcm_wayland/contents/main.qml
share/kpackage/kcms/kcm_wayland/metadata.desktop
share/kpackage/kcms/kcm_wayland/metadata.json
share/kpackage/kcms/kcmsamba/contents/ShareListItem.qml
share/kpackage/kcms/kcmsamba/contents/main.qml
share/kpackage/kcms/kcmsamba/metadata.desktop
share/kpackage/kcms/kcmsamba/metadata.json
share/kservices5/about-distro.desktop
share/kservices5/devinfo.desktop
share/kservices5/dma.desktop
share/kservices5/ioports.desktop
share/kservices5/kcm_cpu.desktop
share/kservices5/kcm_interrupts.desktop
share/kservices5/kcm_memory.desktop
share/kservices5/kcm_nic.desktop
share/kservices5/kcm_pci.desktop
share/kservices5/kcm_vulkan.desktop
share/kservices5/kcm_wayland.desktop
share/kservices5/kcmusb.desktop
share/kservices5/opengl.desktop
share/kservices5/smbstatus.desktop
share/kservices5/xserver.desktop
share/kservicetypes5/kinfocentercategory.desktop
share/locale/af/LC_MESSAGES/kcminfo.mo
share/locale/af/LC_MESSAGES/kcmsamba.mo
share/locale/af/LC_MESSAGES/kcmusb.mo
share/locale/af/LC_MESSAGES/kcmview1394.mo
share/locale/af/LC_MESSAGES/kinfocenter.mo
share/locale/ar/LC_MESSAGES/kcm_about-distro.mo
share/locale/ar/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ar/LC_MESSAGES/kcm_memory.mo
share/locale/ar/LC_MESSAGES/kcm_nic.mo
share/locale/ar/LC_MESSAGES/kcm_pci.mo
share/locale/ar/LC_MESSAGES/kcmdevinfo.mo
share/locale/ar/LC_MESSAGES/kcminfo.mo
share/locale/ar/LC_MESSAGES/kcmopengl.mo
share/locale/ar/LC_MESSAGES/kcmsamba.mo
share/locale/ar/LC_MESSAGES/kcmusb.mo
share/locale/ar/LC_MESSAGES/kcmview1394.mo
share/locale/ar/LC_MESSAGES/kinfocenter.mo
share/locale/ast/LC_MESSAGES/kcm_about-distro.mo
share/locale/ast/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ast/LC_MESSAGES/kcm_memory.mo
share/locale/ast/LC_MESSAGES/kcm_nic.mo
share/locale/ast/LC_MESSAGES/kcmsamba.mo
share/locale/ast/LC_MESSAGES/kcmusb.mo
share/locale/ast/LC_MESSAGES/kcmview1394.mo
share/locale/ast/LC_MESSAGES/kinfocenter.mo
share/locale/az/LC_MESSAGES/kcm_about-distro.mo
share/locale/az/LC_MESSAGES/kcm_cpu.mo
share/locale/az/LC_MESSAGES/kcm_energyinfo.mo
share/locale/az/LC_MESSAGES/kcm_memory.mo
share/locale/az/LC_MESSAGES/kcm_nic.mo
share/locale/az/LC_MESSAGES/kcm_pci.mo
share/locale/az/LC_MESSAGES/kcm_vulkan.mo
share/locale/az/LC_MESSAGES/kcmdevinfo.mo
share/locale/az/LC_MESSAGES/kcminfo.mo
share/locale/az/LC_MESSAGES/kcmopengl.mo
share/locale/az/LC_MESSAGES/kcmsamba.mo
share/locale/az/LC_MESSAGES/kcmusb.mo
share/locale/az/LC_MESSAGES/kcmview1394.mo
share/locale/az/LC_MESSAGES/kinfocenter.mo
share/locale/be/LC_MESSAGES/kcminfo.mo
share/locale/be/LC_MESSAGES/kcmopengl.mo
share/locale/be/LC_MESSAGES/kcmsamba.mo
share/locale/be/LC_MESSAGES/kcmusb.mo
share/locale/be/LC_MESSAGES/kcmview1394.mo
share/locale/be/LC_MESSAGES/kinfocenter.mo
share/locale/be@latin/LC_MESSAGES/kcminfo.mo
share/locale/bg/LC_MESSAGES/kcm_about-distro.mo
share/locale/bg/LC_MESSAGES/kcm_memory.mo
share/locale/bg/LC_MESSAGES/kcm_nic.mo
share/locale/bg/LC_MESSAGES/kcm_pci.mo
share/locale/bg/LC_MESSAGES/kcmdevinfo.mo
share/locale/bg/LC_MESSAGES/kcminfo.mo
share/locale/bg/LC_MESSAGES/kcmopengl.mo
share/locale/bg/LC_MESSAGES/kcmsamba.mo
share/locale/bg/LC_MESSAGES/kcmusb.mo
share/locale/bg/LC_MESSAGES/kcmview1394.mo
share/locale/bg/LC_MESSAGES/kinfocenter.mo
share/locale/bn/LC_MESSAGES/kcminfo.mo
share/locale/bn/LC_MESSAGES/kcmusb.mo
share/locale/bn/LC_MESSAGES/kcmview1394.mo
share/locale/bn/LC_MESSAGES/kinfocenter.mo
share/locale/bn_IN/LC_MESSAGES/kcm_memory.mo
share/locale/bn_IN/LC_MESSAGES/kcm_pci.mo
share/locale/bn_IN/LC_MESSAGES/kcminfo.mo
share/locale/bn_IN/LC_MESSAGES/kcmsamba.mo
share/locale/bn_IN/LC_MESSAGES/kcmusb.mo
share/locale/bn_IN/LC_MESSAGES/kcmview1394.mo
share/locale/bn_IN/LC_MESSAGES/kinfocenter.mo
share/locale/br/LC_MESSAGES/kcminfo.mo
share/locale/br/LC_MESSAGES/kcmsamba.mo
share/locale/br/LC_MESSAGES/kcmusb.mo
share/locale/br/LC_MESSAGES/kcmview1394.mo
share/locale/br/LC_MESSAGES/kinfocenter.mo
share/locale/bs/LC_MESSAGES/kcm_about-distro.mo
share/locale/bs/LC_MESSAGES/kcm_memory.mo
share/locale/bs/LC_MESSAGES/kcm_nic.mo
share/locale/bs/LC_MESSAGES/kcm_pci.mo
share/locale/bs/LC_MESSAGES/kcmdevinfo.mo
share/locale/bs/LC_MESSAGES/kcminfo.mo
share/locale/bs/LC_MESSAGES/kcmopengl.mo
share/locale/bs/LC_MESSAGES/kcmsamba.mo
share/locale/bs/LC_MESSAGES/kcmusb.mo
share/locale/bs/LC_MESSAGES/kcmview1394.mo
share/locale/bs/LC_MESSAGES/kinfocenter.mo
share/locale/ca/LC_MESSAGES/kcm_about-distro.mo
share/locale/ca/LC_MESSAGES/kcm_cpu.mo
share/locale/ca/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ca/LC_MESSAGES/kcm_interrupts.mo
share/locale/ca/LC_MESSAGES/kcm_memory.mo
share/locale/ca/LC_MESSAGES/kcm_nic.mo
share/locale/ca/LC_MESSAGES/kcm_pci.mo
share/locale/ca/LC_MESSAGES/kcm_vulkan.mo
share/locale/ca/LC_MESSAGES/kcm_wayland.mo
share/locale/ca/LC_MESSAGES/kcmdevinfo.mo
share/locale/ca/LC_MESSAGES/kcminfo.mo
share/locale/ca/LC_MESSAGES/kcmopengl.mo
share/locale/ca/LC_MESSAGES/kcmsamba.mo
share/locale/ca/LC_MESSAGES/kcmusb.mo
share/locale/ca/LC_MESSAGES/kcmview1394.mo
share/locale/ca/LC_MESSAGES/kinfocenter.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_about-distro.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_cpu.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_interrupts.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_memory.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_nic.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_pci.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_vulkan.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_wayland.mo
share/locale/ca@valencia/LC_MESSAGES/kcmdevinfo.mo
share/locale/ca@valencia/LC_MESSAGES/kcminfo.mo
share/locale/ca@valencia/LC_MESSAGES/kcmopengl.mo
share/locale/ca@valencia/LC_MESSAGES/kcmsamba.mo
share/locale/ca@valencia/LC_MESSAGES/kcmusb.mo
share/locale/ca@valencia/LC_MESSAGES/kcmview1394.mo
share/locale/ca@valencia/LC_MESSAGES/kinfocenter.mo
share/locale/cs/LC_MESSAGES/kcm_about-distro.mo
share/locale/cs/LC_MESSAGES/kcm_cpu.mo
share/locale/cs/LC_MESSAGES/kcm_energyinfo.mo
share/locale/cs/LC_MESSAGES/kcm_interrupts.mo
share/locale/cs/LC_MESSAGES/kcm_memory.mo
share/locale/cs/LC_MESSAGES/kcm_nic.mo
share/locale/cs/LC_MESSAGES/kcm_pci.mo
share/locale/cs/LC_MESSAGES/kcm_vulkan.mo
share/locale/cs/LC_MESSAGES/kcm_wayland.mo
share/locale/cs/LC_MESSAGES/kcmdevinfo.mo
share/locale/cs/LC_MESSAGES/kcminfo.mo
share/locale/cs/LC_MESSAGES/kcmopengl.mo
share/locale/cs/LC_MESSAGES/kcmsamba.mo
share/locale/cs/LC_MESSAGES/kcmusb.mo
share/locale/cs/LC_MESSAGES/kcmview1394.mo
share/locale/cs/LC_MESSAGES/kinfocenter.mo
share/locale/csb/LC_MESSAGES/kcmsamba.mo
share/locale/csb/LC_MESSAGES/kcmusb.mo
share/locale/csb/LC_MESSAGES/kcmview1394.mo
share/locale/csb/LC_MESSAGES/kinfocenter.mo
share/locale/cy/LC_MESSAGES/kcminfo.mo
share/locale/cy/LC_MESSAGES/kcmsamba.mo
share/locale/cy/LC_MESSAGES/kcmusb.mo
share/locale/cy/LC_MESSAGES/kcmview1394.mo
share/locale/cy/LC_MESSAGES/kinfocenter.mo
share/locale/da/LC_MESSAGES/kcm_about-distro.mo
share/locale/da/LC_MESSAGES/kcm_energyinfo.mo
share/locale/da/LC_MESSAGES/kcm_memory.mo
share/locale/da/LC_MESSAGES/kcm_nic.mo
share/locale/da/LC_MESSAGES/kcm_pci.mo
share/locale/da/LC_MESSAGES/kcmdevinfo.mo
share/locale/da/LC_MESSAGES/kcminfo.mo
share/locale/da/LC_MESSAGES/kcmopengl.mo
share/locale/da/LC_MESSAGES/kcmsamba.mo
share/locale/da/LC_MESSAGES/kcmusb.mo
share/locale/da/LC_MESSAGES/kcmview1394.mo
share/locale/da/LC_MESSAGES/kinfocenter.mo
share/locale/de/LC_MESSAGES/kcm_about-distro.mo
share/locale/de/LC_MESSAGES/kcm_cpu.mo
share/locale/de/LC_MESSAGES/kcm_energyinfo.mo
share/locale/de/LC_MESSAGES/kcm_interrupts.mo
share/locale/de/LC_MESSAGES/kcm_memory.mo
share/locale/de/LC_MESSAGES/kcm_nic.mo
share/locale/de/LC_MESSAGES/kcm_pci.mo
share/locale/de/LC_MESSAGES/kcm_vulkan.mo
share/locale/de/LC_MESSAGES/kcm_wayland.mo
share/locale/de/LC_MESSAGES/kcmdevinfo.mo
share/locale/de/LC_MESSAGES/kcminfo.mo
share/locale/de/LC_MESSAGES/kcmopengl.mo
share/locale/de/LC_MESSAGES/kcmsamba.mo
share/locale/de/LC_MESSAGES/kcmusb.mo
share/locale/de/LC_MESSAGES/kcmview1394.mo
share/locale/de/LC_MESSAGES/kinfocenter.mo
share/locale/el/LC_MESSAGES/kcm_about-distro.mo
share/locale/el/LC_MESSAGES/kcm_cpu.mo
share/locale/el/LC_MESSAGES/kcm_energyinfo.mo
share/locale/el/LC_MESSAGES/kcm_interrupts.mo
share/locale/el/LC_MESSAGES/kcm_memory.mo
share/locale/el/LC_MESSAGES/kcm_nic.mo
share/locale/el/LC_MESSAGES/kcm_pci.mo
share/locale/el/LC_MESSAGES/kcm_vulkan.mo
share/locale/el/LC_MESSAGES/kcm_wayland.mo
share/locale/el/LC_MESSAGES/kcmdevinfo.mo
share/locale/el/LC_MESSAGES/kcminfo.mo
share/locale/el/LC_MESSAGES/kcmopengl.mo
share/locale/el/LC_MESSAGES/kcmsamba.mo
share/locale/el/LC_MESSAGES/kcmusb.mo
share/locale/el/LC_MESSAGES/kcmview1394.mo
share/locale/el/LC_MESSAGES/kinfocenter.mo
share/locale/en_GB/LC_MESSAGES/kcm_about-distro.mo
share/locale/en_GB/LC_MESSAGES/kcm_cpu.mo
share/locale/en_GB/LC_MESSAGES/kcm_energyinfo.mo
share/locale/en_GB/LC_MESSAGES/kcm_interrupts.mo
share/locale/en_GB/LC_MESSAGES/kcm_memory.mo
share/locale/en_GB/LC_MESSAGES/kcm_nic.mo
share/locale/en_GB/LC_MESSAGES/kcm_pci.mo
share/locale/en_GB/LC_MESSAGES/kcm_vulkan.mo
share/locale/en_GB/LC_MESSAGES/kcm_wayland.mo
share/locale/en_GB/LC_MESSAGES/kcmdevinfo.mo
share/locale/en_GB/LC_MESSAGES/kcminfo.mo
share/locale/en_GB/LC_MESSAGES/kcmopengl.mo
share/locale/en_GB/LC_MESSAGES/kcmsamba.mo
share/locale/en_GB/LC_MESSAGES/kcmusb.mo
share/locale/en_GB/LC_MESSAGES/kcmview1394.mo
share/locale/en_GB/LC_MESSAGES/kinfocenter.mo
share/locale/eo/LC_MESSAGES/kcm_memory.mo
share/locale/eo/LC_MESSAGES/kcm_nic.mo
share/locale/eo/LC_MESSAGES/kcm_pci.mo
share/locale/eo/LC_MESSAGES/kcmdevinfo.mo
share/locale/eo/LC_MESSAGES/kcminfo.mo
share/locale/eo/LC_MESSAGES/kcmopengl.mo
share/locale/eo/LC_MESSAGES/kcmsamba.mo
share/locale/eo/LC_MESSAGES/kcmusb.mo
share/locale/eo/LC_MESSAGES/kcmview1394.mo
share/locale/eo/LC_MESSAGES/kinfocenter.mo
share/locale/es/LC_MESSAGES/kcm_about-distro.mo
share/locale/es/LC_MESSAGES/kcm_cpu.mo
share/locale/es/LC_MESSAGES/kcm_energyinfo.mo
share/locale/es/LC_MESSAGES/kcm_interrupts.mo
share/locale/es/LC_MESSAGES/kcm_memory.mo
share/locale/es/LC_MESSAGES/kcm_nic.mo
share/locale/es/LC_MESSAGES/kcm_pci.mo
share/locale/es/LC_MESSAGES/kcm_vulkan.mo
share/locale/es/LC_MESSAGES/kcm_wayland.mo
share/locale/es/LC_MESSAGES/kcmdevinfo.mo
share/locale/es/LC_MESSAGES/kcminfo.mo
share/locale/es/LC_MESSAGES/kcmopengl.mo
share/locale/es/LC_MESSAGES/kcmsamba.mo
share/locale/es/LC_MESSAGES/kcmusb.mo
share/locale/es/LC_MESSAGES/kcmview1394.mo
share/locale/es/LC_MESSAGES/kinfocenter.mo
share/locale/et/LC_MESSAGES/kcm_about-distro.mo
share/locale/et/LC_MESSAGES/kcm_energyinfo.mo
share/locale/et/LC_MESSAGES/kcm_memory.mo
share/locale/et/LC_MESSAGES/kcm_nic.mo
share/locale/et/LC_MESSAGES/kcm_pci.mo
share/locale/et/LC_MESSAGES/kcmdevinfo.mo
share/locale/et/LC_MESSAGES/kcminfo.mo
share/locale/et/LC_MESSAGES/kcmopengl.mo
share/locale/et/LC_MESSAGES/kcmsamba.mo
share/locale/et/LC_MESSAGES/kcmusb.mo
share/locale/et/LC_MESSAGES/kcmview1394.mo
share/locale/et/LC_MESSAGES/kinfocenter.mo
share/locale/eu/LC_MESSAGES/kcm_about-distro.mo
share/locale/eu/LC_MESSAGES/kcm_cpu.mo
share/locale/eu/LC_MESSAGES/kcm_energyinfo.mo
share/locale/eu/LC_MESSAGES/kcm_interrupts.mo
share/locale/eu/LC_MESSAGES/kcm_memory.mo
share/locale/eu/LC_MESSAGES/kcm_nic.mo
share/locale/eu/LC_MESSAGES/kcm_pci.mo
share/locale/eu/LC_MESSAGES/kcm_vulkan.mo
share/locale/eu/LC_MESSAGES/kcm_wayland.mo
share/locale/eu/LC_MESSAGES/kcmdevinfo.mo
share/locale/eu/LC_MESSAGES/kcminfo.mo
share/locale/eu/LC_MESSAGES/kcmopengl.mo
share/locale/eu/LC_MESSAGES/kcmsamba.mo
share/locale/eu/LC_MESSAGES/kcmusb.mo
share/locale/eu/LC_MESSAGES/kcmview1394.mo
share/locale/eu/LC_MESSAGES/kinfocenter.mo
share/locale/fa/LC_MESSAGES/kcm_memory.mo
share/locale/fa/LC_MESSAGES/kcm_pci.mo
share/locale/fa/LC_MESSAGES/kcmdevinfo.mo
share/locale/fa/LC_MESSAGES/kcminfo.mo
share/locale/fa/LC_MESSAGES/kcmopengl.mo
share/locale/fa/LC_MESSAGES/kcmsamba.mo
share/locale/fa/LC_MESSAGES/kcmusb.mo
share/locale/fa/LC_MESSAGES/kcmview1394.mo
share/locale/fa/LC_MESSAGES/kinfocenter.mo
share/locale/fi/LC_MESSAGES/kcm_about-distro.mo
share/locale/fi/LC_MESSAGES/kcm_cpu.mo
share/locale/fi/LC_MESSAGES/kcm_energyinfo.mo
share/locale/fi/LC_MESSAGES/kcm_interrupts.mo
share/locale/fi/LC_MESSAGES/kcm_memory.mo
share/locale/fi/LC_MESSAGES/kcm_nic.mo
share/locale/fi/LC_MESSAGES/kcm_pci.mo
share/locale/fi/LC_MESSAGES/kcm_vulkan.mo
share/locale/fi/LC_MESSAGES/kcm_wayland.mo
share/locale/fi/LC_MESSAGES/kcmdevinfo.mo
share/locale/fi/LC_MESSAGES/kcminfo.mo
share/locale/fi/LC_MESSAGES/kcmopengl.mo
share/locale/fi/LC_MESSAGES/kcmsamba.mo
share/locale/fi/LC_MESSAGES/kcmusb.mo
share/locale/fi/LC_MESSAGES/kcmview1394.mo
share/locale/fi/LC_MESSAGES/kinfocenter.mo
share/locale/fr/LC_MESSAGES/kcm_about-distro.mo
share/locale/fr/LC_MESSAGES/kcm_cpu.mo
share/locale/fr/LC_MESSAGES/kcm_energyinfo.mo
share/locale/fr/LC_MESSAGES/kcm_interrupts.mo
share/locale/fr/LC_MESSAGES/kcm_memory.mo
share/locale/fr/LC_MESSAGES/kcm_nic.mo
share/locale/fr/LC_MESSAGES/kcm_pci.mo
share/locale/fr/LC_MESSAGES/kcm_vulkan.mo
share/locale/fr/LC_MESSAGES/kcm_wayland.mo
share/locale/fr/LC_MESSAGES/kcmdevinfo.mo
share/locale/fr/LC_MESSAGES/kcminfo.mo
share/locale/fr/LC_MESSAGES/kcmopengl.mo
share/locale/fr/LC_MESSAGES/kcmsamba.mo
share/locale/fr/LC_MESSAGES/kcmusb.mo
share/locale/fr/LC_MESSAGES/kcmview1394.mo
share/locale/fr/LC_MESSAGES/kinfocenter.mo
share/locale/fy/LC_MESSAGES/kcm_memory.mo
share/locale/fy/LC_MESSAGES/kcm_pci.mo
share/locale/fy/LC_MESSAGES/kcminfo.mo
share/locale/fy/LC_MESSAGES/kcmopengl.mo
share/locale/fy/LC_MESSAGES/kcmsamba.mo
share/locale/fy/LC_MESSAGES/kcmusb.mo
share/locale/fy/LC_MESSAGES/kcmview1394.mo
share/locale/fy/LC_MESSAGES/kinfocenter.mo
share/locale/ga/LC_MESSAGES/kcm_memory.mo
share/locale/ga/LC_MESSAGES/kcm_nic.mo
share/locale/ga/LC_MESSAGES/kcm_pci.mo
share/locale/ga/LC_MESSAGES/kcmdevinfo.mo
share/locale/ga/LC_MESSAGES/kcminfo.mo
share/locale/ga/LC_MESSAGES/kcmopengl.mo
share/locale/ga/LC_MESSAGES/kcmsamba.mo
share/locale/ga/LC_MESSAGES/kcmusb.mo
share/locale/ga/LC_MESSAGES/kcmview1394.mo
share/locale/ga/LC_MESSAGES/kinfocenter.mo
share/locale/gl/LC_MESSAGES/kcm_about-distro.mo
share/locale/gl/LC_MESSAGES/kcm_energyinfo.mo
share/locale/gl/LC_MESSAGES/kcm_memory.mo
share/locale/gl/LC_MESSAGES/kcm_nic.mo
share/locale/gl/LC_MESSAGES/kcm_pci.mo
share/locale/gl/LC_MESSAGES/kcmdevinfo.mo
share/locale/gl/LC_MESSAGES/kcminfo.mo
share/locale/gl/LC_MESSAGES/kcmopengl.mo
share/locale/gl/LC_MESSAGES/kcmsamba.mo
share/locale/gl/LC_MESSAGES/kcmusb.mo
share/locale/gl/LC_MESSAGES/kcmview1394.mo
share/locale/gl/LC_MESSAGES/kinfocenter.mo
share/locale/gu/LC_MESSAGES/kcm_memory.mo
share/locale/gu/LC_MESSAGES/kcm_nic.mo
share/locale/gu/LC_MESSAGES/kcm_pci.mo
share/locale/gu/LC_MESSAGES/kcmdevinfo.mo
share/locale/gu/LC_MESSAGES/kcminfo.mo
share/locale/gu/LC_MESSAGES/kcmopengl.mo
share/locale/gu/LC_MESSAGES/kcmsamba.mo
share/locale/gu/LC_MESSAGES/kcmusb.mo
share/locale/gu/LC_MESSAGES/kcmview1394.mo
share/locale/gu/LC_MESSAGES/kinfocenter.mo
share/locale/he/LC_MESSAGES/kcm_about-distro.mo
share/locale/he/LC_MESSAGES/kcm_energyinfo.mo
share/locale/he/LC_MESSAGES/kcm_memory.mo
share/locale/he/LC_MESSAGES/kcm_nic.mo
share/locale/he/LC_MESSAGES/kcm_pci.mo
share/locale/he/LC_MESSAGES/kcmdevinfo.mo
share/locale/he/LC_MESSAGES/kcminfo.mo
share/locale/he/LC_MESSAGES/kcmopengl.mo
share/locale/he/LC_MESSAGES/kcmsamba.mo
share/locale/he/LC_MESSAGES/kcmusb.mo
share/locale/he/LC_MESSAGES/kcmview1394.mo
share/locale/he/LC_MESSAGES/kinfocenter.mo
share/locale/hi/LC_MESSAGES/kcm_memory.mo
share/locale/hi/LC_MESSAGES/kcm_nic.mo
share/locale/hi/LC_MESSAGES/kcm_pci.mo
share/locale/hi/LC_MESSAGES/kcmdevinfo.mo
share/locale/hi/LC_MESSAGES/kcminfo.mo
share/locale/hi/LC_MESSAGES/kcmopengl.mo
share/locale/hi/LC_MESSAGES/kcmsamba.mo
share/locale/hi/LC_MESSAGES/kcmusb.mo
share/locale/hi/LC_MESSAGES/kcmview1394.mo
share/locale/hi/LC_MESSAGES/kinfocenter.mo
share/locale/hne/LC_MESSAGES/kcm_memory.mo
share/locale/hne/LC_MESSAGES/kcm_pci.mo
share/locale/hne/LC_MESSAGES/kcminfo.mo
share/locale/hne/LC_MESSAGES/kcmopengl.mo
share/locale/hne/LC_MESSAGES/kcmsamba.mo
share/locale/hne/LC_MESSAGES/kcmusb.mo
share/locale/hne/LC_MESSAGES/kcmview1394.mo
share/locale/hne/LC_MESSAGES/kinfocenter.mo
share/locale/hr/LC_MESSAGES/kcm_memory.mo
share/locale/hr/LC_MESSAGES/kcm_nic.mo
share/locale/hr/LC_MESSAGES/kcm_pci.mo
share/locale/hr/LC_MESSAGES/kcmdevinfo.mo
share/locale/hr/LC_MESSAGES/kcminfo.mo
share/locale/hr/LC_MESSAGES/kcmopengl.mo
share/locale/hr/LC_MESSAGES/kcmsamba.mo
share/locale/hr/LC_MESSAGES/kcmusb.mo
share/locale/hr/LC_MESSAGES/kcmview1394.mo
share/locale/hr/LC_MESSAGES/kinfocenter.mo
share/locale/hsb/LC_MESSAGES/kcm_memory.mo
share/locale/hsb/LC_MESSAGES/kcm_pci.mo
share/locale/hsb/LC_MESSAGES/kcminfo.mo
share/locale/hsb/LC_MESSAGES/kcmopengl.mo
share/locale/hsb/LC_MESSAGES/kcmsamba.mo
share/locale/hsb/LC_MESSAGES/kcmusb.mo
share/locale/hsb/LC_MESSAGES/kcmview1394.mo
share/locale/hsb/LC_MESSAGES/kinfocenter.mo
share/locale/hu/LC_MESSAGES/kcm_about-distro.mo
share/locale/hu/LC_MESSAGES/kcm_energyinfo.mo
share/locale/hu/LC_MESSAGES/kcm_interrupts.mo
share/locale/hu/LC_MESSAGES/kcm_memory.mo
share/locale/hu/LC_MESSAGES/kcm_nic.mo
share/locale/hu/LC_MESSAGES/kcm_pci.mo
share/locale/hu/LC_MESSAGES/kcm_wayland.mo
share/locale/hu/LC_MESSAGES/kcmdevinfo.mo
share/locale/hu/LC_MESSAGES/kcminfo.mo
share/locale/hu/LC_MESSAGES/kcmopengl.mo
share/locale/hu/LC_MESSAGES/kcmsamba.mo
share/locale/hu/LC_MESSAGES/kcmusb.mo
share/locale/hu/LC_MESSAGES/kcmview1394.mo
share/locale/hu/LC_MESSAGES/kinfocenter.mo
share/locale/ia/LC_MESSAGES/kcm_about-distro.mo
share/locale/ia/LC_MESSAGES/kcm_cpu.mo
share/locale/ia/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ia/LC_MESSAGES/kcm_interrupts.mo
share/locale/ia/LC_MESSAGES/kcm_memory.mo
share/locale/ia/LC_MESSAGES/kcm_nic.mo
share/locale/ia/LC_MESSAGES/kcm_pci.mo
share/locale/ia/LC_MESSAGES/kcm_vulkan.mo
share/locale/ia/LC_MESSAGES/kcm_wayland.mo
share/locale/ia/LC_MESSAGES/kcmdevinfo.mo
share/locale/ia/LC_MESSAGES/kcminfo.mo
share/locale/ia/LC_MESSAGES/kcmopengl.mo
share/locale/ia/LC_MESSAGES/kcmsamba.mo
share/locale/ia/LC_MESSAGES/kcmusb.mo
share/locale/ia/LC_MESSAGES/kcmview1394.mo
share/locale/ia/LC_MESSAGES/kinfocenter.mo
share/locale/id/LC_MESSAGES/kcm_about-distro.mo
share/locale/id/LC_MESSAGES/kcm_energyinfo.mo
share/locale/id/LC_MESSAGES/kcm_memory.mo
share/locale/id/LC_MESSAGES/kcm_nic.mo
share/locale/id/LC_MESSAGES/kcm_pci.mo
share/locale/id/LC_MESSAGES/kcmdevinfo.mo
share/locale/id/LC_MESSAGES/kcminfo.mo
share/locale/id/LC_MESSAGES/kcmopengl.mo
share/locale/id/LC_MESSAGES/kcmsamba.mo
share/locale/id/LC_MESSAGES/kcmusb.mo
share/locale/id/LC_MESSAGES/kcmview1394.mo
share/locale/id/LC_MESSAGES/kinfocenter.mo
share/locale/is/LC_MESSAGES/kcm_memory.mo
share/locale/is/LC_MESSAGES/kcm_nic.mo
share/locale/is/LC_MESSAGES/kcm_pci.mo
share/locale/is/LC_MESSAGES/kcmdevinfo.mo
share/locale/is/LC_MESSAGES/kcminfo.mo
share/locale/is/LC_MESSAGES/kcmopengl.mo
share/locale/is/LC_MESSAGES/kcmsamba.mo
share/locale/is/LC_MESSAGES/kcmusb.mo
share/locale/is/LC_MESSAGES/kcmview1394.mo
share/locale/is/LC_MESSAGES/kinfocenter.mo
share/locale/it/LC_MESSAGES/kcm_about-distro.mo
share/locale/it/LC_MESSAGES/kcm_cpu.mo
share/locale/it/LC_MESSAGES/kcm_energyinfo.mo
share/locale/it/LC_MESSAGES/kcm_interrupts.mo
share/locale/it/LC_MESSAGES/kcm_memory.mo
share/locale/it/LC_MESSAGES/kcm_nic.mo
share/locale/it/LC_MESSAGES/kcm_pci.mo
share/locale/it/LC_MESSAGES/kcm_vulkan.mo
share/locale/it/LC_MESSAGES/kcm_wayland.mo
share/locale/it/LC_MESSAGES/kcmdevinfo.mo
share/locale/it/LC_MESSAGES/kcminfo.mo
share/locale/it/LC_MESSAGES/kcmopengl.mo
share/locale/it/LC_MESSAGES/kcmsamba.mo
share/locale/it/LC_MESSAGES/kcmusb.mo
share/locale/it/LC_MESSAGES/kcmview1394.mo
share/locale/it/LC_MESSAGES/kinfocenter.mo
share/locale/ja/LC_MESSAGES/kcm_about-distro.mo
share/locale/ja/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ja/LC_MESSAGES/kcm_memory.mo
share/locale/ja/LC_MESSAGES/kcm_nic.mo
share/locale/ja/LC_MESSAGES/kcm_pci.mo
share/locale/ja/LC_MESSAGES/kcmdevinfo.mo
share/locale/ja/LC_MESSAGES/kcminfo.mo
share/locale/ja/LC_MESSAGES/kcmopengl.mo
share/locale/ja/LC_MESSAGES/kcmsamba.mo
share/locale/ja/LC_MESSAGES/kcmusb.mo
share/locale/ja/LC_MESSAGES/kcmview1394.mo
share/locale/ja/LC_MESSAGES/kinfocenter.mo
share/locale/kk/LC_MESSAGES/kcm_memory.mo
share/locale/kk/LC_MESSAGES/kcm_nic.mo
share/locale/kk/LC_MESSAGES/kcm_pci.mo
share/locale/kk/LC_MESSAGES/kcmdevinfo.mo
share/locale/kk/LC_MESSAGES/kcminfo.mo
share/locale/kk/LC_MESSAGES/kcmopengl.mo
share/locale/kk/LC_MESSAGES/kcmsamba.mo
share/locale/kk/LC_MESSAGES/kcmusb.mo
share/locale/kk/LC_MESSAGES/kcmview1394.mo
share/locale/kk/LC_MESSAGES/kinfocenter.mo
share/locale/km/LC_MESSAGES/kcm_memory.mo
share/locale/km/LC_MESSAGES/kcm_nic.mo
share/locale/km/LC_MESSAGES/kcm_pci.mo
share/locale/km/LC_MESSAGES/kcmdevinfo.mo
share/locale/km/LC_MESSAGES/kcminfo.mo
share/locale/km/LC_MESSAGES/kcmopengl.mo
share/locale/km/LC_MESSAGES/kcmsamba.mo
share/locale/km/LC_MESSAGES/kcmusb.mo
share/locale/km/LC_MESSAGES/kcmview1394.mo
share/locale/km/LC_MESSAGES/kinfocenter.mo
share/locale/kn/LC_MESSAGES/kcm_memory.mo
share/locale/kn/LC_MESSAGES/kcm_nic.mo
share/locale/kn/LC_MESSAGES/kcm_pci.mo
share/locale/kn/LC_MESSAGES/kcmdevinfo.mo
share/locale/kn/LC_MESSAGES/kcminfo.mo
share/locale/kn/LC_MESSAGES/kcmopengl.mo
share/locale/kn/LC_MESSAGES/kcmsamba.mo
share/locale/kn/LC_MESSAGES/kcmusb.mo
share/locale/kn/LC_MESSAGES/kcmview1394.mo
share/locale/kn/LC_MESSAGES/kinfocenter.mo
share/locale/ko/LC_MESSAGES/kcm_about-distro.mo
share/locale/ko/LC_MESSAGES/kcm_cpu.mo
share/locale/ko/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ko/LC_MESSAGES/kcm_interrupts.mo
share/locale/ko/LC_MESSAGES/kcm_memory.mo
share/locale/ko/LC_MESSAGES/kcm_nic.mo
share/locale/ko/LC_MESSAGES/kcm_pci.mo
share/locale/ko/LC_MESSAGES/kcm_vulkan.mo
share/locale/ko/LC_MESSAGES/kcm_wayland.mo
share/locale/ko/LC_MESSAGES/kcmdevinfo.mo
share/locale/ko/LC_MESSAGES/kcminfo.mo
share/locale/ko/LC_MESSAGES/kcmopengl.mo
share/locale/ko/LC_MESSAGES/kcmsamba.mo
share/locale/ko/LC_MESSAGES/kcmusb.mo
share/locale/ko/LC_MESSAGES/kcmview1394.mo
share/locale/ko/LC_MESSAGES/kinfocenter.mo
share/locale/ku/LC_MESSAGES/kcm_memory.mo
share/locale/ku/LC_MESSAGES/kcm_pci.mo
share/locale/ku/LC_MESSAGES/kcminfo.mo
share/locale/ku/LC_MESSAGES/kcmopengl.mo
share/locale/ku/LC_MESSAGES/kcmsamba.mo
share/locale/ku/LC_MESSAGES/kcmusb.mo
share/locale/ku/LC_MESSAGES/kcmview1394.mo
share/locale/ku/LC_MESSAGES/kinfocenter.mo
share/locale/lt/LC_MESSAGES/kcm_about-distro.mo
share/locale/lt/LC_MESSAGES/kcm_energyinfo.mo
share/locale/lt/LC_MESSAGES/kcm_memory.mo
share/locale/lt/LC_MESSAGES/kcm_nic.mo
share/locale/lt/LC_MESSAGES/kcm_pci.mo
share/locale/lt/LC_MESSAGES/kcmdevinfo.mo
share/locale/lt/LC_MESSAGES/kcminfo.mo
share/locale/lt/LC_MESSAGES/kcmopengl.mo
share/locale/lt/LC_MESSAGES/kcmsamba.mo
share/locale/lt/LC_MESSAGES/kcmusb.mo
share/locale/lt/LC_MESSAGES/kcmview1394.mo
share/locale/lt/LC_MESSAGES/kinfocenter.mo
share/locale/lv/LC_MESSAGES/kcm_memory.mo
share/locale/lv/LC_MESSAGES/kcm_nic.mo
share/locale/lv/LC_MESSAGES/kcm_pci.mo
share/locale/lv/LC_MESSAGES/kcmdevinfo.mo
share/locale/lv/LC_MESSAGES/kcminfo.mo
share/locale/lv/LC_MESSAGES/kcmopengl.mo
share/locale/lv/LC_MESSAGES/kcmsamba.mo
share/locale/lv/LC_MESSAGES/kcmusb.mo
share/locale/lv/LC_MESSAGES/kcmview1394.mo
share/locale/lv/LC_MESSAGES/kinfocenter.mo
share/locale/mai/LC_MESSAGES/kcm_memory.mo
share/locale/mai/LC_MESSAGES/kcm_nic.mo
share/locale/mai/LC_MESSAGES/kcm_pci.mo
share/locale/mai/LC_MESSAGES/kcmdevinfo.mo
share/locale/mai/LC_MESSAGES/kcminfo.mo
share/locale/mai/LC_MESSAGES/kcmopengl.mo
share/locale/mai/LC_MESSAGES/kcmsamba.mo
share/locale/mai/LC_MESSAGES/kcmusb.mo
share/locale/mai/LC_MESSAGES/kcmview1394.mo
share/locale/mai/LC_MESSAGES/kinfocenter.mo
share/locale/mk/LC_MESSAGES/kcm_memory.mo
share/locale/mk/LC_MESSAGES/kcm_pci.mo
share/locale/mk/LC_MESSAGES/kcminfo.mo
share/locale/mk/LC_MESSAGES/kcmsamba.mo
share/locale/mk/LC_MESSAGES/kcmusb.mo
share/locale/mk/LC_MESSAGES/kcmview1394.mo
share/locale/mk/LC_MESSAGES/kinfocenter.mo
share/locale/ml/LC_MESSAGES/kcm_about-distro.mo
share/locale/ml/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ml/LC_MESSAGES/kcm_memory.mo
share/locale/ml/LC_MESSAGES/kcm_nic.mo
share/locale/ml/LC_MESSAGES/kcm_pci.mo
share/locale/ml/LC_MESSAGES/kcmdevinfo.mo
share/locale/ml/LC_MESSAGES/kcminfo.mo
share/locale/ml/LC_MESSAGES/kcmopengl.mo
share/locale/ml/LC_MESSAGES/kcmsamba.mo
share/locale/ml/LC_MESSAGES/kcmusb.mo
share/locale/ml/LC_MESSAGES/kcmview1394.mo
share/locale/ml/LC_MESSAGES/kinfocenter.mo
share/locale/mr/LC_MESSAGES/kcm_memory.mo
share/locale/mr/LC_MESSAGES/kcm_nic.mo
share/locale/mr/LC_MESSAGES/kcm_pci.mo
share/locale/mr/LC_MESSAGES/kcmdevinfo.mo
share/locale/mr/LC_MESSAGES/kcminfo.mo
share/locale/mr/LC_MESSAGES/kcmopengl.mo
share/locale/mr/LC_MESSAGES/kcmsamba.mo
share/locale/mr/LC_MESSAGES/kcmusb.mo
share/locale/mr/LC_MESSAGES/kcmview1394.mo
share/locale/mr/LC_MESSAGES/kinfocenter.mo
share/locale/ms/LC_MESSAGES/kcm_memory.mo
share/locale/ms/LC_MESSAGES/kcm_nic.mo
share/locale/ms/LC_MESSAGES/kcm_pci.mo
share/locale/ms/LC_MESSAGES/kcmdevinfo.mo
share/locale/ms/LC_MESSAGES/kcminfo.mo
share/locale/ms/LC_MESSAGES/kcmopengl.mo
share/locale/ms/LC_MESSAGES/kcmsamba.mo
share/locale/ms/LC_MESSAGES/kcmusb.mo
share/locale/ms/LC_MESSAGES/kcmview1394.mo
share/locale/ms/LC_MESSAGES/kinfocenter.mo
share/locale/nb/LC_MESSAGES/kcm_about-distro.mo
share/locale/nb/LC_MESSAGES/kcm_energyinfo.mo
share/locale/nb/LC_MESSAGES/kcm_memory.mo
share/locale/nb/LC_MESSAGES/kcm_nic.mo
share/locale/nb/LC_MESSAGES/kcm_pci.mo
share/locale/nb/LC_MESSAGES/kcmdevinfo.mo
share/locale/nb/LC_MESSAGES/kcminfo.mo
share/locale/nb/LC_MESSAGES/kcmopengl.mo
share/locale/nb/LC_MESSAGES/kcmsamba.mo
share/locale/nb/LC_MESSAGES/kcmusb.mo
share/locale/nb/LC_MESSAGES/kcmview1394.mo
share/locale/nb/LC_MESSAGES/kinfocenter.mo
share/locale/nds/LC_MESSAGES/kcm_memory.mo
share/locale/nds/LC_MESSAGES/kcm_nic.mo
share/locale/nds/LC_MESSAGES/kcm_pci.mo
share/locale/nds/LC_MESSAGES/kcmdevinfo.mo
share/locale/nds/LC_MESSAGES/kcminfo.mo
share/locale/nds/LC_MESSAGES/kcmopengl.mo
share/locale/nds/LC_MESSAGES/kcmsamba.mo
share/locale/nds/LC_MESSAGES/kcmusb.mo
share/locale/nds/LC_MESSAGES/kcmview1394.mo
share/locale/nds/LC_MESSAGES/kinfocenter.mo
share/locale/ne/LC_MESSAGES/kcminfo.mo
share/locale/ne/LC_MESSAGES/kcmsamba.mo
share/locale/ne/LC_MESSAGES/kcmusb.mo
share/locale/ne/LC_MESSAGES/kcmview1394.mo
share/locale/ne/LC_MESSAGES/kinfocenter.mo
share/locale/nl/LC_MESSAGES/kcm_about-distro.mo
share/locale/nl/LC_MESSAGES/kcm_cpu.mo
share/locale/nl/LC_MESSAGES/kcm_energyinfo.mo
share/locale/nl/LC_MESSAGES/kcm_interrupts.mo
share/locale/nl/LC_MESSAGES/kcm_memory.mo
share/locale/nl/LC_MESSAGES/kcm_nic.mo
share/locale/nl/LC_MESSAGES/kcm_pci.mo
share/locale/nl/LC_MESSAGES/kcm_vulkan.mo
share/locale/nl/LC_MESSAGES/kcm_wayland.mo
share/locale/nl/LC_MESSAGES/kcmdevinfo.mo
share/locale/nl/LC_MESSAGES/kcminfo.mo
share/locale/nl/LC_MESSAGES/kcmopengl.mo
share/locale/nl/LC_MESSAGES/kcmsamba.mo
share/locale/nl/LC_MESSAGES/kcmusb.mo
share/locale/nl/LC_MESSAGES/kcmview1394.mo
share/locale/nl/LC_MESSAGES/kinfocenter.mo
share/locale/nn/LC_MESSAGES/kcm_about-distro.mo
share/locale/nn/LC_MESSAGES/kcm_cpu.mo
share/locale/nn/LC_MESSAGES/kcm_energyinfo.mo
share/locale/nn/LC_MESSAGES/kcm_memory.mo
share/locale/nn/LC_MESSAGES/kcm_nic.mo
share/locale/nn/LC_MESSAGES/kcm_pci.mo
share/locale/nn/LC_MESSAGES/kcm_vulkan.mo
share/locale/nn/LC_MESSAGES/kcm_wayland.mo
share/locale/nn/LC_MESSAGES/kcmdevinfo.mo
share/locale/nn/LC_MESSAGES/kcminfo.mo
share/locale/nn/LC_MESSAGES/kcmopengl.mo
share/locale/nn/LC_MESSAGES/kcmsamba.mo
share/locale/nn/LC_MESSAGES/kcmusb.mo
share/locale/nn/LC_MESSAGES/kcmview1394.mo
share/locale/nn/LC_MESSAGES/kinfocenter.mo
share/locale/oc/LC_MESSAGES/kcminfo.mo
share/locale/oc/LC_MESSAGES/kcmsamba.mo
share/locale/oc/LC_MESSAGES/kcmusb.mo
share/locale/oc/LC_MESSAGES/kcmview1394.mo
share/locale/oc/LC_MESSAGES/kinfocenter.mo
share/locale/pa/LC_MESSAGES/kcm_about-distro.mo
share/locale/pa/LC_MESSAGES/kcm_energyinfo.mo
share/locale/pa/LC_MESSAGES/kcm_memory.mo
share/locale/pa/LC_MESSAGES/kcm_nic.mo
share/locale/pa/LC_MESSAGES/kcm_pci.mo
share/locale/pa/LC_MESSAGES/kcmdevinfo.mo
share/locale/pa/LC_MESSAGES/kcminfo.mo
share/locale/pa/LC_MESSAGES/kcmopengl.mo
share/locale/pa/LC_MESSAGES/kcmsamba.mo
share/locale/pa/LC_MESSAGES/kcmusb.mo
share/locale/pa/LC_MESSAGES/kcmview1394.mo
share/locale/pa/LC_MESSAGES/kinfocenter.mo
share/locale/pl/LC_MESSAGES/kcm_about-distro.mo
share/locale/pl/LC_MESSAGES/kcm_cpu.mo
share/locale/pl/LC_MESSAGES/kcm_energyinfo.mo
share/locale/pl/LC_MESSAGES/kcm_interrupts.mo
share/locale/pl/LC_MESSAGES/kcm_memory.mo
share/locale/pl/LC_MESSAGES/kcm_nic.mo
share/locale/pl/LC_MESSAGES/kcm_pci.mo
share/locale/pl/LC_MESSAGES/kcm_vulkan.mo
share/locale/pl/LC_MESSAGES/kcm_wayland.mo
share/locale/pl/LC_MESSAGES/kcmdevinfo.mo
share/locale/pl/LC_MESSAGES/kcminfo.mo
share/locale/pl/LC_MESSAGES/kcmopengl.mo
share/locale/pl/LC_MESSAGES/kcmsamba.mo
share/locale/pl/LC_MESSAGES/kcmusb.mo
share/locale/pl/LC_MESSAGES/kcmview1394.mo
share/locale/pl/LC_MESSAGES/kinfocenter.mo
share/locale/pt/LC_MESSAGES/kcm_about-distro.mo
share/locale/pt/LC_MESSAGES/kcm_cpu.mo
share/locale/pt/LC_MESSAGES/kcm_energyinfo.mo
share/locale/pt/LC_MESSAGES/kcm_interrupts.mo
share/locale/pt/LC_MESSAGES/kcm_memory.mo
share/locale/pt/LC_MESSAGES/kcm_nic.mo
share/locale/pt/LC_MESSAGES/kcm_pci.mo
share/locale/pt/LC_MESSAGES/kcm_vulkan.mo
share/locale/pt/LC_MESSAGES/kcm_wayland.mo
share/locale/pt/LC_MESSAGES/kcmdevinfo.mo
share/locale/pt/LC_MESSAGES/kcminfo.mo
share/locale/pt/LC_MESSAGES/kcmopengl.mo
share/locale/pt/LC_MESSAGES/kcmsamba.mo
share/locale/pt/LC_MESSAGES/kcmusb.mo
share/locale/pt/LC_MESSAGES/kcmview1394.mo
share/locale/pt/LC_MESSAGES/kinfocenter.mo
share/locale/pt_BR/LC_MESSAGES/kcm_about-distro.mo
share/locale/pt_BR/LC_MESSAGES/kcm_cpu.mo
share/locale/pt_BR/LC_MESSAGES/kcm_energyinfo.mo
share/locale/pt_BR/LC_MESSAGES/kcm_interrupts.mo
share/locale/pt_BR/LC_MESSAGES/kcm_memory.mo
share/locale/pt_BR/LC_MESSAGES/kcm_nic.mo
share/locale/pt_BR/LC_MESSAGES/kcm_pci.mo
share/locale/pt_BR/LC_MESSAGES/kcm_vulkan.mo
share/locale/pt_BR/LC_MESSAGES/kcm_wayland.mo
share/locale/pt_BR/LC_MESSAGES/kcmdevinfo.mo
share/locale/pt_BR/LC_MESSAGES/kcminfo.mo
share/locale/pt_BR/LC_MESSAGES/kcmopengl.mo
share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
share/locale/pt_BR/LC_MESSAGES/kcmusb.mo
share/locale/pt_BR/LC_MESSAGES/kcmview1394.mo
share/locale/pt_BR/LC_MESSAGES/kinfocenter.mo
share/locale/ro/LC_MESSAGES/kcm_about-distro.mo
share/locale/ro/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ro/LC_MESSAGES/kcm_memory.mo
share/locale/ro/LC_MESSAGES/kcm_nic.mo
share/locale/ro/LC_MESSAGES/kcm_pci.mo
share/locale/ro/LC_MESSAGES/kcmdevinfo.mo
share/locale/ro/LC_MESSAGES/kcminfo.mo
share/locale/ro/LC_MESSAGES/kcmopengl.mo
share/locale/ro/LC_MESSAGES/kcmsamba.mo
share/locale/ro/LC_MESSAGES/kcmusb.mo
share/locale/ro/LC_MESSAGES/kcmview1394.mo
share/locale/ro/LC_MESSAGES/kinfocenter.mo
share/locale/ru/LC_MESSAGES/kcm_about-distro.mo
share/locale/ru/LC_MESSAGES/kcm_cpu.mo
share/locale/ru/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ru/LC_MESSAGES/kcm_memory.mo
share/locale/ru/LC_MESSAGES/kcm_nic.mo
share/locale/ru/LC_MESSAGES/kcm_pci.mo
share/locale/ru/LC_MESSAGES/kcm_vulkan.mo
share/locale/ru/LC_MESSAGES/kcmdevinfo.mo
share/locale/ru/LC_MESSAGES/kcminfo.mo
share/locale/ru/LC_MESSAGES/kcmopengl.mo
share/locale/ru/LC_MESSAGES/kcmsamba.mo
share/locale/ru/LC_MESSAGES/kcmusb.mo
share/locale/ru/LC_MESSAGES/kcmview1394.mo
share/locale/ru/LC_MESSAGES/kinfocenter.mo
share/locale/se/LC_MESSAGES/kcm_nic.mo
share/locale/se/LC_MESSAGES/kcminfo.mo
share/locale/se/LC_MESSAGES/kcmsamba.mo
share/locale/se/LC_MESSAGES/kcmusb.mo
share/locale/se/LC_MESSAGES/kcmview1394.mo
share/locale/si/LC_MESSAGES/kcm_memory.mo
share/locale/si/LC_MESSAGES/kcm_pci.mo
share/locale/si/LC_MESSAGES/kcmdevinfo.mo
share/locale/si/LC_MESSAGES/kcminfo.mo
share/locale/si/LC_MESSAGES/kcmopengl.mo
share/locale/si/LC_MESSAGES/kcmsamba.mo
share/locale/si/LC_MESSAGES/kcmusb.mo
share/locale/si/LC_MESSAGES/kcmview1394.mo
share/locale/si/LC_MESSAGES/kinfocenter.mo
share/locale/sk/LC_MESSAGES/kcm_about-distro.mo
share/locale/sk/LC_MESSAGES/kcm_cpu.mo
share/locale/sk/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sk/LC_MESSAGES/kcm_interrupts.mo
share/locale/sk/LC_MESSAGES/kcm_memory.mo
share/locale/sk/LC_MESSAGES/kcm_nic.mo
share/locale/sk/LC_MESSAGES/kcm_pci.mo
share/locale/sk/LC_MESSAGES/kcm_vulkan.mo
share/locale/sk/LC_MESSAGES/kcm_wayland.mo
share/locale/sk/LC_MESSAGES/kcmdevinfo.mo
share/locale/sk/LC_MESSAGES/kcminfo.mo
share/locale/sk/LC_MESSAGES/kcmopengl.mo
share/locale/sk/LC_MESSAGES/kcmsamba.mo
share/locale/sk/LC_MESSAGES/kcmusb.mo
share/locale/sk/LC_MESSAGES/kcmview1394.mo
share/locale/sk/LC_MESSAGES/kinfocenter.mo
share/locale/sl/LC_MESSAGES/kcm_about-distro.mo
share/locale/sl/LC_MESSAGES/kcm_cpu.mo
share/locale/sl/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sl/LC_MESSAGES/kcm_interrupts.mo
share/locale/sl/LC_MESSAGES/kcm_memory.mo
share/locale/sl/LC_MESSAGES/kcm_nic.mo
share/locale/sl/LC_MESSAGES/kcm_pci.mo
share/locale/sl/LC_MESSAGES/kcm_vulkan.mo
share/locale/sl/LC_MESSAGES/kcm_wayland.mo
share/locale/sl/LC_MESSAGES/kcmdevinfo.mo
share/locale/sl/LC_MESSAGES/kcminfo.mo
share/locale/sl/LC_MESSAGES/kcmopengl.mo
share/locale/sl/LC_MESSAGES/kcmsamba.mo
share/locale/sl/LC_MESSAGES/kcmusb.mo
share/locale/sl/LC_MESSAGES/kcmview1394.mo
share/locale/sl/LC_MESSAGES/kinfocenter.mo
share/locale/sq/LC_MESSAGES/kcm_memory.mo
share/locale/sq/LC_MESSAGES/kcm_nic.mo
share/locale/sq/LC_MESSAGES/kcm_pci.mo
share/locale/sq/LC_MESSAGES/kcminfo.mo
share/locale/sq/LC_MESSAGES/kcmopengl.mo
share/locale/sq/LC_MESSAGES/kcmsamba.mo
share/locale/sq/LC_MESSAGES/kcmusb.mo
share/locale/sq/LC_MESSAGES/kcmview1394.mo
share/locale/sq/LC_MESSAGES/kinfocenter.mo
share/locale/sr/LC_MESSAGES/kcm_about-distro.mo
share/locale/sr/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sr/LC_MESSAGES/kcm_memory.mo
share/locale/sr/LC_MESSAGES/kcm_nic.mo
share/locale/sr/LC_MESSAGES/kcm_pci.mo
share/locale/sr/LC_MESSAGES/kcmdevinfo.mo
share/locale/sr/LC_MESSAGES/kcminfo.mo
share/locale/sr/LC_MESSAGES/kcmopengl.mo
share/locale/sr/LC_MESSAGES/kcmsamba.mo
share/locale/sr/LC_MESSAGES/kcmusb.mo
share/locale/sr/LC_MESSAGES/kcmview1394.mo
share/locale/sr/LC_MESSAGES/kinfocenter.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_about-distro.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_memory.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_nic.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_pci.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcmdevinfo.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcminfo.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcmopengl.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcmsamba.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcmusb.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcmview1394.mo
share/locale/sr@ijekavian/LC_MESSAGES/kinfocenter.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_about-distro.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_memory.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_nic.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_pci.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmdevinfo.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminfo.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmopengl.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsamba.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmusb.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmview1394.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kinfocenter.mo
share/locale/sr@latin/LC_MESSAGES/kcm_about-distro.mo
share/locale/sr@latin/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sr@latin/LC_MESSAGES/kcm_memory.mo
share/locale/sr@latin/LC_MESSAGES/kcm_nic.mo
share/locale/sr@latin/LC_MESSAGES/kcm_pci.mo
share/locale/sr@latin/LC_MESSAGES/kcmdevinfo.mo
share/locale/sr@latin/LC_MESSAGES/kcminfo.mo
share/locale/sr@latin/LC_MESSAGES/kcmopengl.mo
share/locale/sr@latin/LC_MESSAGES/kcmsamba.mo
share/locale/sr@latin/LC_MESSAGES/kcmusb.mo
share/locale/sr@latin/LC_MESSAGES/kcmview1394.mo
share/locale/sr@latin/LC_MESSAGES/kinfocenter.mo
share/locale/sv/LC_MESSAGES/kcm_about-distro.mo
share/locale/sv/LC_MESSAGES/kcm_cpu.mo
share/locale/sv/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sv/LC_MESSAGES/kcm_interrupts.mo
share/locale/sv/LC_MESSAGES/kcm_memory.mo
share/locale/sv/LC_MESSAGES/kcm_nic.mo
share/locale/sv/LC_MESSAGES/kcm_pci.mo
share/locale/sv/LC_MESSAGES/kcm_vulkan.mo
share/locale/sv/LC_MESSAGES/kcm_wayland.mo
share/locale/sv/LC_MESSAGES/kcmdevinfo.mo
share/locale/sv/LC_MESSAGES/kcminfo.mo
share/locale/sv/LC_MESSAGES/kcmopengl.mo
share/locale/sv/LC_MESSAGES/kcmsamba.mo
share/locale/sv/LC_MESSAGES/kcmusb.mo
share/locale/sv/LC_MESSAGES/kcmview1394.mo
share/locale/sv/LC_MESSAGES/kinfocenter.mo
share/locale/ta/LC_MESSAGES/kcm_memory.mo
share/locale/ta/LC_MESSAGES/kcm_pci.mo
share/locale/ta/LC_MESSAGES/kcminfo.mo
share/locale/ta/LC_MESSAGES/kcmopengl.mo
share/locale/ta/LC_MESSAGES/kcmsamba.mo
share/locale/ta/LC_MESSAGES/kcmusb.mo
share/locale/ta/LC_MESSAGES/kcmview1394.mo
share/locale/ta/LC_MESSAGES/kinfocenter.mo
share/locale/te/LC_MESSAGES/kcm_memory.mo
share/locale/te/LC_MESSAGES/kcm_pci.mo
share/locale/te/LC_MESSAGES/kcminfo.mo
share/locale/te/LC_MESSAGES/kcmopengl.mo
share/locale/te/LC_MESSAGES/kcmsamba.mo
share/locale/te/LC_MESSAGES/kcmusb.mo
share/locale/te/LC_MESSAGES/kcmview1394.mo
share/locale/te/LC_MESSAGES/kinfocenter.mo
share/locale/tg/LC_MESSAGES/kcm_energyinfo.mo
share/locale/tg/LC_MESSAGES/kcm_memory.mo
share/locale/tg/LC_MESSAGES/kcm_nic.mo
share/locale/tg/LC_MESSAGES/kcm_pci.mo
share/locale/tg/LC_MESSAGES/kcmdevinfo.mo
share/locale/tg/LC_MESSAGES/kcminfo.mo
share/locale/tg/LC_MESSAGES/kcmopengl.mo
share/locale/tg/LC_MESSAGES/kcmsamba.mo
share/locale/tg/LC_MESSAGES/kcmusb.mo
share/locale/tg/LC_MESSAGES/kcmview1394.mo
share/locale/tg/LC_MESSAGES/kinfocenter.mo
share/locale/th/LC_MESSAGES/kcm_memory.mo
share/locale/th/LC_MESSAGES/kcm_nic.mo
share/locale/th/LC_MESSAGES/kcm_pci.mo
share/locale/th/LC_MESSAGES/kcmdevinfo.mo
share/locale/th/LC_MESSAGES/kcminfo.mo
share/locale/th/LC_MESSAGES/kcmopengl.mo
share/locale/th/LC_MESSAGES/kcmsamba.mo
share/locale/th/LC_MESSAGES/kcmusb.mo
share/locale/th/LC_MESSAGES/kcmview1394.mo
share/locale/th/LC_MESSAGES/kinfocenter.mo
share/locale/tr/LC_MESSAGES/kcm_about-distro.mo
share/locale/tr/LC_MESSAGES/kcm_energyinfo.mo
share/locale/tr/LC_MESSAGES/kcm_memory.mo
share/locale/tr/LC_MESSAGES/kcm_nic.mo
share/locale/tr/LC_MESSAGES/kcm_pci.mo
share/locale/tr/LC_MESSAGES/kcmdevinfo.mo
share/locale/tr/LC_MESSAGES/kcminfo.mo
share/locale/tr/LC_MESSAGES/kcmopengl.mo
share/locale/tr/LC_MESSAGES/kcmsamba.mo
share/locale/tr/LC_MESSAGES/kcmusb.mo
share/locale/tr/LC_MESSAGES/kcmview1394.mo
share/locale/tr/LC_MESSAGES/kinfocenter.mo
share/locale/ug/LC_MESSAGES/kcm_about-distro.mo
share/locale/ug/LC_MESSAGES/kcm_memory.mo
share/locale/ug/LC_MESSAGES/kcm_nic.mo
share/locale/ug/LC_MESSAGES/kcm_pci.mo
share/locale/ug/LC_MESSAGES/kcmdevinfo.mo
share/locale/ug/LC_MESSAGES/kcminfo.mo
share/locale/ug/LC_MESSAGES/kcmopengl.mo
share/locale/ug/LC_MESSAGES/kcmsamba.mo
share/locale/ug/LC_MESSAGES/kcmusb.mo
share/locale/ug/LC_MESSAGES/kcmview1394.mo
share/locale/ug/LC_MESSAGES/kinfocenter.mo
share/locale/uk/LC_MESSAGES/kcm_about-distro.mo
share/locale/uk/LC_MESSAGES/kcm_cpu.mo
share/locale/uk/LC_MESSAGES/kcm_energyinfo.mo
share/locale/uk/LC_MESSAGES/kcm_interrupts.mo
share/locale/uk/LC_MESSAGES/kcm_memory.mo
share/locale/uk/LC_MESSAGES/kcm_nic.mo
share/locale/uk/LC_MESSAGES/kcm_pci.mo
share/locale/uk/LC_MESSAGES/kcm_vulkan.mo
share/locale/uk/LC_MESSAGES/kcm_wayland.mo
share/locale/uk/LC_MESSAGES/kcmdevinfo.mo
share/locale/uk/LC_MESSAGES/kcminfo.mo
share/locale/uk/LC_MESSAGES/kcmopengl.mo
share/locale/uk/LC_MESSAGES/kcmsamba.mo
share/locale/uk/LC_MESSAGES/kcmusb.mo
share/locale/uk/LC_MESSAGES/kcmview1394.mo
share/locale/uk/LC_MESSAGES/kinfocenter.mo
share/locale/uz/LC_MESSAGES/kcminfo.mo
share/locale/uz/LC_MESSAGES/kcmsamba.mo
share/locale/uz/LC_MESSAGES/kcmusb.mo
share/locale/uz/LC_MESSAGES/kcmview1394.mo
share/locale/uz/LC_MESSAGES/kinfocenter.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcminfo.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmsamba.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmusb.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmview1394.mo
share/locale/uz@cyrillic/LC_MESSAGES/kinfocenter.mo
share/locale/vi/LC_MESSAGES/kcm_about-distro.mo
share/locale/vi/LC_MESSAGES/kcm_cpu.mo
share/locale/vi/LC_MESSAGES/kcm_energyinfo.mo
share/locale/vi/LC_MESSAGES/kcm_interrupts.mo
share/locale/vi/LC_MESSAGES/kcm_memory.mo
share/locale/vi/LC_MESSAGES/kcm_nic.mo
share/locale/vi/LC_MESSAGES/kcm_pci.mo
share/locale/vi/LC_MESSAGES/kcm_vulkan.mo
share/locale/vi/LC_MESSAGES/kcm_wayland.mo
share/locale/vi/LC_MESSAGES/kcmdevinfo.mo
share/locale/vi/LC_MESSAGES/kcminfo.mo
share/locale/vi/LC_MESSAGES/kcmopengl.mo
share/locale/vi/LC_MESSAGES/kcmsamba.mo
share/locale/vi/LC_MESSAGES/kcmusb.mo
share/locale/vi/LC_MESSAGES/kcmview1394.mo
share/locale/vi/LC_MESSAGES/kinfocenter.mo
share/locale/wa/LC_MESSAGES/kcm_memory.mo
share/locale/wa/LC_MESSAGES/kcm_nic.mo
share/locale/wa/LC_MESSAGES/kcm_pci.mo
share/locale/wa/LC_MESSAGES/kcmdevinfo.mo
share/locale/wa/LC_MESSAGES/kcminfo.mo
share/locale/wa/LC_MESSAGES/kcmopengl.mo
share/locale/wa/LC_MESSAGES/kcmsamba.mo
share/locale/wa/LC_MESSAGES/kcmusb.mo
share/locale/wa/LC_MESSAGES/kcmview1394.mo
share/locale/wa/LC_MESSAGES/kinfocenter.mo
share/locale/xh/LC_MESSAGES/kcminfo.mo
share/locale/xh/LC_MESSAGES/kcmsamba.mo
share/locale/xh/LC_MESSAGES/kcmusb.mo
share/locale/xh/LC_MESSAGES/kinfocenter.mo
share/locale/zh_CN/LC_MESSAGES/kcm_about-distro.mo
share/locale/zh_CN/LC_MESSAGES/kcm_cpu.mo
share/locale/zh_CN/LC_MESSAGES/kcm_energyinfo.mo
share/locale/zh_CN/LC_MESSAGES/kcm_interrupts.mo
share/locale/zh_CN/LC_MESSAGES/kcm_memory.mo
share/locale/zh_CN/LC_MESSAGES/kcm_nic.mo
share/locale/zh_CN/LC_MESSAGES/kcm_pci.mo
share/locale/zh_CN/LC_MESSAGES/kcm_vulkan.mo
share/locale/zh_CN/LC_MESSAGES/kcm_wayland.mo
share/locale/zh_CN/LC_MESSAGES/kcmdevinfo.mo
share/locale/zh_CN/LC_MESSAGES/kcminfo.mo
share/locale/zh_CN/LC_MESSAGES/kcmopengl.mo
share/locale/zh_CN/LC_MESSAGES/kcmsamba.mo
share/locale/zh_CN/LC_MESSAGES/kcmusb.mo
share/locale/zh_CN/LC_MESSAGES/kcmview1394.mo
share/locale/zh_CN/LC_MESSAGES/kinfocenter.mo
share/locale/zh_TW/LC_MESSAGES/kcm_about-distro.mo
share/locale/zh_TW/LC_MESSAGES/kcm_energyinfo.mo
share/locale/zh_TW/LC_MESSAGES/kcm_memory.mo
share/locale/zh_TW/LC_MESSAGES/kcm_nic.mo
share/locale/zh_TW/LC_MESSAGES/kcm_pci.mo
share/locale/zh_TW/LC_MESSAGES/kcmdevinfo.mo
share/locale/zh_TW/LC_MESSAGES/kcminfo.mo
share/locale/zh_TW/LC_MESSAGES/kcmopengl.mo
share/locale/zh_TW/LC_MESSAGES/kcmsamba.mo
share/locale/zh_TW/LC_MESSAGES/kcmusb.mo
share/locale/zh_TW/LC_MESSAGES/kcmview1394.mo
share/locale/zh_TW/LC_MESSAGES/kinfocenter.mo
share/metainfo/org.kde.kinfocenter.appdata.xml