aboutsummaryrefslogtreecommitdiff
path: root/graphics/okular/pkg-plist
blob: 8e9358ec56437b900b85ea01bee1d617524056e5 (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
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
bin/okular
include/okular/core/action.h
include/okular/core/annotations.h
include/okular/core/area.h
include/okular/core/document.h
include/okular/core/fileprinter.h
include/okular/core/fontinfo.h
include/okular/core/form.h
include/okular/core/generator.h
include/okular/core/global.h
include/okular/core/observer.h
include/okular/core/okularcore_export.h
include/okular/core/page.h
include/okular/core/pagesize.h
include/okular/core/pagetransition.h
include/okular/core/printoptionswidget.h
include/okular/core/settings_core.h
include/okular/core/signatureutils.h
include/okular/core/sound.h
include/okular/core/sourcereference.h
include/okular/core/textdocumentgenerator.h
include/okular/core/textdocumentsettings.h
include/okular/core/textpage.h
include/okular/core/tile.h
include/okular/core/utils.h
include/okular/core/version.h
include/okular/interfaces/configinterface.h
include/okular/interfaces/guiinterface.h
include/okular/interfaces/printinterface.h
include/okular/interfaces/saveinterface.h
include/okular/interfaces/viewerinterface.h
lib/cmake/Okular5/Okular5Config.cmake
lib/cmake/Okular5/Okular5ConfigVersion.cmake
lib/cmake/Okular5/Okular5Targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Okular5/Okular5Targets.cmake
lib/libOkular5Core.so
lib/libOkular5Core.so.9
lib/libOkular5Core.so.9.0.0
%%QT_PLUGINDIR%%/kf5/kio/kio_msits.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_chmlib.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_comicbook.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_djvu.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_dvi.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_epub.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_fax.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_fb.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_ghostview.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_kimgio.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_md.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_mobi.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_plucker.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_poppler.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_tiff.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_txt.so
%%QT_PLUGINDIR%%/okular/generators/okularGenerator_xps.so
%%QT_PLUGINDIR%%/okularpart.so
man/ca/man1/okular.1.gz
man/de/man1/okular.1.gz
man/es/man1/okular.1.gz
man/et/man1/okular.1.gz
man/fr/man1/okular.1.gz
man/it/man1/okular.1.gz
man/man1/okular.1.gz
man/nl/man1/okular.1.gz
man/pt/man1/okular.1.gz
man/pt_BR/man1/okular.1.gz
man/ru/man1/okular.1.gz
man/sv/man1/okular.1.gz
man/uk/man1/okular.1.gz
share/applications/okularApplication_chm.desktop
share/applications/okularApplication_comicbook.desktop
share/applications/okularApplication_djvu.desktop
share/applications/okularApplication_dvi.desktop
share/applications/okularApplication_epub.desktop
share/applications/okularApplication_fax.desktop
share/applications/okularApplication_fb.desktop
share/applications/okularApplication_ghostview.desktop
share/applications/okularApplication_kimgio.desktop
share/applications/okularApplication_md.desktop
share/applications/okularApplication_mobi.desktop
share/applications/okularApplication_pdf.desktop
share/applications/okularApplication_plucker.desktop
share/applications/okularApplication_tiff.desktop
share/applications/okularApplication_txt.desktop
share/applications/okularApplication_xps.desktop
share/applications/org.kde.mobile.okular_chm.desktop
share/applications/org.kde.mobile.okular_comicbook.desktop
share/applications/org.kde.mobile.okular_djvu.desktop
share/applications/org.kde.mobile.okular_dvi.desktop
share/applications/org.kde.mobile.okular_epub.desktop
share/applications/org.kde.mobile.okular_fax.desktop
share/applications/org.kde.mobile.okular_fb.desktop
share/applications/org.kde.mobile.okular_ghostview.desktop
share/applications/org.kde.mobile.okular_kimgio.desktop
share/applications/org.kde.mobile.okular_md.desktop
share/applications/org.kde.mobile.okular_mobi.desktop
share/applications/org.kde.mobile.okular_pdf.desktop
share/applications/org.kde.mobile.okular_plucker.desktop
share/applications/org.kde.mobile.okular_tiff.desktop
share/applications/org.kde.mobile.okular_txt.desktop
share/applications/org.kde.mobile.okular_xps.desktop
share/applications/org.kde.okular.desktop
share/config.kcfg/gssettings.kcfg
share/config.kcfg/okular.kcfg
share/config.kcfg/okular_core.kcfg
share/config.kcfg/pdfsettings.kcfg
share/icons/hicolor/128x128/apps/okular.png
share/icons/hicolor/16x16/apps/okular.png
share/icons/hicolor/22x22/apps/okular.png
share/icons/hicolor/32x32/apps/okular.png
share/icons/hicolor/48x48/apps/okular.png
share/icons/hicolor/64x64/apps/okular.png
share/kconf_update/okular.upd
share/kservices5/okularChm.desktop
share/kservices5/okularComicbook.desktop
share/kservices5/okularDjvu.desktop
share/kservices5/okularDvi.desktop
share/kservices5/okularEPub.desktop
share/kservices5/okularFax.desktop
share/kservices5/okularFb.desktop
share/kservices5/okularGhostview.desktop
share/kservices5/okularKimgio.desktop
share/kservices5/okularMd.desktop
share/kservices5/okularMobi.desktop
share/kservices5/okularPlucker.desktop
share/kservices5/okularPoppler.desktop
share/kservices5/okularTiff.desktop
share/kservices5/okularTxt.desktop
share/kservices5/okularXps.desktop
share/kservices5/okular_part.desktop
share/kservicetypes5/okularGenerator.desktop
share/kxmlgui5/okular/part-viewermode.rc
share/kxmlgui5/okular/part.rc
share/kxmlgui5/okular/shell.rc
share/locale/ar/LC_MESSAGES/okular.mo
share/locale/ar/LC_MESSAGES/okular_chm.mo
share/locale/ar/LC_MESSAGES/okular_comicbook.mo
share/locale/ar/LC_MESSAGES/okular_djvu.mo
share/locale/ar/LC_MESSAGES/okular_dvi.mo
share/locale/ar/LC_MESSAGES/okular_epub.mo
share/locale/ar/LC_MESSAGES/okular_fax.mo
share/locale/ar/LC_MESSAGES/okular_fictionbook.mo
share/locale/ar/LC_MESSAGES/okular_ghostview.mo
share/locale/ar/LC_MESSAGES/okular_kimgio.mo
share/locale/ar/LC_MESSAGES/okular_markdown.mo
share/locale/ar/LC_MESSAGES/okular_mobi.mo
share/locale/ar/LC_MESSAGES/okular_plucker.mo
share/locale/ar/LC_MESSAGES/okular_poppler.mo
share/locale/ar/LC_MESSAGES/okular_tiff.mo
share/locale/ar/LC_MESSAGES/okular_txt.mo
share/locale/ar/LC_MESSAGES/okular_xps.mo
share/locale/ar/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ast/LC_MESSAGES/okular_chm.mo
share/locale/ast/LC_MESSAGES/okular_fax.mo
share/locale/ast/LC_MESSAGES/okular_plucker.mo
share/locale/ast/LC_MESSAGES/okular_xps.mo
share/locale/az/LC_MESSAGES/okular.mo
share/locale/az/LC_MESSAGES/okular_chm.mo
share/locale/az/LC_MESSAGES/okular_comicbook.mo
share/locale/az/LC_MESSAGES/okular_djvu.mo
share/locale/az/LC_MESSAGES/okular_dvi.mo
share/locale/az/LC_MESSAGES/okular_epub.mo
share/locale/az/LC_MESSAGES/okular_fax.mo
share/locale/az/LC_MESSAGES/okular_fictionbook.mo
share/locale/az/LC_MESSAGES/okular_ghostview.mo
share/locale/az/LC_MESSAGES/okular_kimgio.mo
share/locale/az/LC_MESSAGES/okular_markdown.mo
share/locale/az/LC_MESSAGES/okular_mobi.mo
share/locale/az/LC_MESSAGES/okular_plucker.mo
share/locale/az/LC_MESSAGES/okular_poppler.mo
share/locale/az/LC_MESSAGES/okular_tiff.mo
share/locale/az/LC_MESSAGES/okular_txt.mo
share/locale/az/LC_MESSAGES/okular_xps.mo
share/locale/az/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/be/LC_MESSAGES/okular.mo
share/locale/be/LC_MESSAGES/okular_chm.mo
share/locale/be/LC_MESSAGES/okular_djvu.mo
share/locale/be/LC_MESSAGES/okular_dvi.mo
share/locale/be/LC_MESSAGES/okular_fictionbook.mo
share/locale/be/LC_MESSAGES/okular_ghostview.mo
share/locale/be/LC_MESSAGES/okular_kimgio.mo
share/locale/be/LC_MESSAGES/okular_plucker.mo
share/locale/be/LC_MESSAGES/okular_poppler.mo
share/locale/be/LC_MESSAGES/okular_xps.mo
share/locale/bg/LC_MESSAGES/okular.mo
share/locale/bg/LC_MESSAGES/okular_chm.mo
share/locale/bg/LC_MESSAGES/okular_comicbook.mo
share/locale/bg/LC_MESSAGES/okular_djvu.mo
share/locale/bg/LC_MESSAGES/okular_dvi.mo
share/locale/bg/LC_MESSAGES/okular_epub.mo
share/locale/bg/LC_MESSAGES/okular_fax.mo
share/locale/bg/LC_MESSAGES/okular_fictionbook.mo
share/locale/bg/LC_MESSAGES/okular_ghostview.mo
share/locale/bg/LC_MESSAGES/okular_kimgio.mo
share/locale/bg/LC_MESSAGES/okular_mobi.mo
share/locale/bg/LC_MESSAGES/okular_plucker.mo
share/locale/bg/LC_MESSAGES/okular_poppler.mo
share/locale/bg/LC_MESSAGES/okular_txt.mo
share/locale/bg/LC_MESSAGES/okular_xps.mo
share/locale/bg/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/bs/LC_MESSAGES/okular.mo
share/locale/bs/LC_MESSAGES/okular_chm.mo
share/locale/bs/LC_MESSAGES/okular_comicbook.mo
share/locale/bs/LC_MESSAGES/okular_djvu.mo
share/locale/bs/LC_MESSAGES/okular_dvi.mo
share/locale/bs/LC_MESSAGES/okular_epub.mo
share/locale/bs/LC_MESSAGES/okular_fax.mo
share/locale/bs/LC_MESSAGES/okular_fictionbook.mo
share/locale/bs/LC_MESSAGES/okular_ghostview.mo
share/locale/bs/LC_MESSAGES/okular_kimgio.mo
share/locale/bs/LC_MESSAGES/okular_mobi.mo
share/locale/bs/LC_MESSAGES/okular_plucker.mo
share/locale/bs/LC_MESSAGES/okular_poppler.mo
share/locale/bs/LC_MESSAGES/okular_txt.mo
share/locale/bs/LC_MESSAGES/okular_xps.mo
share/locale/bs/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ca/LC_MESSAGES/okular.mo
share/locale/ca/LC_MESSAGES/okular_chm.mo
share/locale/ca/LC_MESSAGES/okular_comicbook.mo
share/locale/ca/LC_MESSAGES/okular_djvu.mo
share/locale/ca/LC_MESSAGES/okular_dvi.mo
share/locale/ca/LC_MESSAGES/okular_epub.mo
share/locale/ca/LC_MESSAGES/okular_fax.mo
share/locale/ca/LC_MESSAGES/okular_fictionbook.mo
share/locale/ca/LC_MESSAGES/okular_ghostview.mo
share/locale/ca/LC_MESSAGES/okular_kimgio.mo
share/locale/ca/LC_MESSAGES/okular_markdown.mo
share/locale/ca/LC_MESSAGES/okular_mobi.mo
share/locale/ca/LC_MESSAGES/okular_plucker.mo
share/locale/ca/LC_MESSAGES/okular_poppler.mo
share/locale/ca/LC_MESSAGES/okular_tiff.mo
share/locale/ca/LC_MESSAGES/okular_txt.mo
share/locale/ca/LC_MESSAGES/okular_xps.mo
share/locale/ca/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ca@valencia/LC_MESSAGES/okular.mo
share/locale/ca@valencia/LC_MESSAGES/okular_chm.mo
share/locale/ca@valencia/LC_MESSAGES/okular_comicbook.mo
share/locale/ca@valencia/LC_MESSAGES/okular_djvu.mo
share/locale/ca@valencia/LC_MESSAGES/okular_dvi.mo
share/locale/ca@valencia/LC_MESSAGES/okular_epub.mo
share/locale/ca@valencia/LC_MESSAGES/okular_fax.mo
share/locale/ca@valencia/LC_MESSAGES/okular_fictionbook.mo
share/locale/ca@valencia/LC_MESSAGES/okular_ghostview.mo
share/locale/ca@valencia/LC_MESSAGES/okular_kimgio.mo
share/locale/ca@valencia/LC_MESSAGES/okular_markdown.mo
share/locale/ca@valencia/LC_MESSAGES/okular_mobi.mo
share/locale/ca@valencia/LC_MESSAGES/okular_plucker.mo
share/locale/ca@valencia/LC_MESSAGES/okular_poppler.mo
share/locale/ca@valencia/LC_MESSAGES/okular_tiff.mo
share/locale/ca@valencia/LC_MESSAGES/okular_txt.mo
share/locale/ca@valencia/LC_MESSAGES/okular_xps.mo
share/locale/ca@valencia/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/cs/LC_MESSAGES/okular.mo
share/locale/cs/LC_MESSAGES/okular_chm.mo
share/locale/cs/LC_MESSAGES/okular_comicbook.mo
share/locale/cs/LC_MESSAGES/okular_djvu.mo
share/locale/cs/LC_MESSAGES/okular_dvi.mo
share/locale/cs/LC_MESSAGES/okular_epub.mo
share/locale/cs/LC_MESSAGES/okular_fax.mo
share/locale/cs/LC_MESSAGES/okular_fictionbook.mo
share/locale/cs/LC_MESSAGES/okular_ghostview.mo
share/locale/cs/LC_MESSAGES/okular_kimgio.mo
share/locale/cs/LC_MESSAGES/okular_markdown.mo
share/locale/cs/LC_MESSAGES/okular_mobi.mo
share/locale/cs/LC_MESSAGES/okular_plucker.mo
share/locale/cs/LC_MESSAGES/okular_poppler.mo
share/locale/cs/LC_MESSAGES/okular_tiff.mo
share/locale/cs/LC_MESSAGES/okular_txt.mo
share/locale/cs/LC_MESSAGES/okular_xps.mo
share/locale/cs/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/da/LC_MESSAGES/okular.mo
share/locale/da/LC_MESSAGES/okular_chm.mo
share/locale/da/LC_MESSAGES/okular_comicbook.mo
share/locale/da/LC_MESSAGES/okular_djvu.mo
share/locale/da/LC_MESSAGES/okular_dvi.mo
share/locale/da/LC_MESSAGES/okular_epub.mo
share/locale/da/LC_MESSAGES/okular_fax.mo
share/locale/da/LC_MESSAGES/okular_fictionbook.mo
share/locale/da/LC_MESSAGES/okular_ghostview.mo
share/locale/da/LC_MESSAGES/okular_kimgio.mo
share/locale/da/LC_MESSAGES/okular_markdown.mo
share/locale/da/LC_MESSAGES/okular_mobi.mo
share/locale/da/LC_MESSAGES/okular_plucker.mo
share/locale/da/LC_MESSAGES/okular_poppler.mo
share/locale/da/LC_MESSAGES/okular_txt.mo
share/locale/da/LC_MESSAGES/okular_xps.mo
share/locale/da/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/de/LC_MESSAGES/okular.mo
share/locale/de/LC_MESSAGES/okular_chm.mo
share/locale/de/LC_MESSAGES/okular_comicbook.mo
share/locale/de/LC_MESSAGES/okular_djvu.mo
share/locale/de/LC_MESSAGES/okular_dvi.mo
share/locale/de/LC_MESSAGES/okular_epub.mo
share/locale/de/LC_MESSAGES/okular_fax.mo
share/locale/de/LC_MESSAGES/okular_fictionbook.mo
share/locale/de/LC_MESSAGES/okular_ghostview.mo
share/locale/de/LC_MESSAGES/okular_kimgio.mo
share/locale/de/LC_MESSAGES/okular_markdown.mo
share/locale/de/LC_MESSAGES/okular_mobi.mo
share/locale/de/LC_MESSAGES/okular_plucker.mo
share/locale/de/LC_MESSAGES/okular_poppler.mo
share/locale/de/LC_MESSAGES/okular_tiff.mo
share/locale/de/LC_MESSAGES/okular_txt.mo
share/locale/de/LC_MESSAGES/okular_xps.mo
share/locale/de/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/el/LC_MESSAGES/okular.mo
share/locale/el/LC_MESSAGES/okular_chm.mo
share/locale/el/LC_MESSAGES/okular_comicbook.mo
share/locale/el/LC_MESSAGES/okular_djvu.mo
share/locale/el/LC_MESSAGES/okular_dvi.mo
share/locale/el/LC_MESSAGES/okular_epub.mo
share/locale/el/LC_MESSAGES/okular_fax.mo
share/locale/el/LC_MESSAGES/okular_fictionbook.mo
share/locale/el/LC_MESSAGES/okular_ghostview.mo
share/locale/el/LC_MESSAGES/okular_kimgio.mo
share/locale/el/LC_MESSAGES/okular_markdown.mo
share/locale/el/LC_MESSAGES/okular_mobi.mo
share/locale/el/LC_MESSAGES/okular_plucker.mo
share/locale/el/LC_MESSAGES/okular_poppler.mo
share/locale/el/LC_MESSAGES/okular_tiff.mo
share/locale/el/LC_MESSAGES/okular_txt.mo
share/locale/el/LC_MESSAGES/okular_xps.mo
share/locale/el/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/en_GB/LC_MESSAGES/okular.mo
share/locale/en_GB/LC_MESSAGES/okular_chm.mo
share/locale/en_GB/LC_MESSAGES/okular_comicbook.mo
share/locale/en_GB/LC_MESSAGES/okular_djvu.mo
share/locale/en_GB/LC_MESSAGES/okular_dvi.mo
share/locale/en_GB/LC_MESSAGES/okular_epub.mo
share/locale/en_GB/LC_MESSAGES/okular_fax.mo
share/locale/en_GB/LC_MESSAGES/okular_fictionbook.mo
share/locale/en_GB/LC_MESSAGES/okular_ghostview.mo
share/locale/en_GB/LC_MESSAGES/okular_kimgio.mo
share/locale/en_GB/LC_MESSAGES/okular_markdown.mo
share/locale/en_GB/LC_MESSAGES/okular_mobi.mo
share/locale/en_GB/LC_MESSAGES/okular_plucker.mo
share/locale/en_GB/LC_MESSAGES/okular_poppler.mo
share/locale/en_GB/LC_MESSAGES/okular_tiff.mo
share/locale/en_GB/LC_MESSAGES/okular_txt.mo
share/locale/en_GB/LC_MESSAGES/okular_xps.mo
share/locale/en_GB/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/eo/LC_MESSAGES/okular.mo
share/locale/eo/LC_MESSAGES/okular_chm.mo
share/locale/eo/LC_MESSAGES/okular_comicbook.mo
share/locale/eo/LC_MESSAGES/okular_djvu.mo
share/locale/eo/LC_MESSAGES/okular_dvi.mo
share/locale/eo/LC_MESSAGES/okular_epub.mo
share/locale/eo/LC_MESSAGES/okular_fax.mo
share/locale/eo/LC_MESSAGES/okular_fictionbook.mo
share/locale/eo/LC_MESSAGES/okular_ghostview.mo
share/locale/eo/LC_MESSAGES/okular_kimgio.mo
share/locale/eo/LC_MESSAGES/okular_mobi.mo
share/locale/eo/LC_MESSAGES/okular_plucker.mo
share/locale/eo/LC_MESSAGES/okular_poppler.mo
share/locale/eo/LC_MESSAGES/okular_xps.mo
share/locale/es/LC_MESSAGES/okular.mo
share/locale/es/LC_MESSAGES/okular_chm.mo
share/locale/es/LC_MESSAGES/okular_comicbook.mo
share/locale/es/LC_MESSAGES/okular_djvu.mo
share/locale/es/LC_MESSAGES/okular_dvi.mo
share/locale/es/LC_MESSAGES/okular_epub.mo
share/locale/es/LC_MESSAGES/okular_fax.mo
share/locale/es/LC_MESSAGES/okular_fictionbook.mo
share/locale/es/LC_MESSAGES/okular_ghostview.mo
share/locale/es/LC_MESSAGES/okular_kimgio.mo
share/locale/es/LC_MESSAGES/okular_markdown.mo
share/locale/es/LC_MESSAGES/okular_mobi.mo
share/locale/es/LC_MESSAGES/okular_plucker.mo
share/locale/es/LC_MESSAGES/okular_poppler.mo
share/locale/es/LC_MESSAGES/okular_tiff.mo
share/locale/es/LC_MESSAGES/okular_txt.mo
share/locale/es/LC_MESSAGES/okular_xps.mo
share/locale/es/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/et/LC_MESSAGES/okular.mo
share/locale/et/LC_MESSAGES/okular_chm.mo
share/locale/et/LC_MESSAGES/okular_comicbook.mo
share/locale/et/LC_MESSAGES/okular_djvu.mo
share/locale/et/LC_MESSAGES/okular_dvi.mo
share/locale/et/LC_MESSAGES/okular_epub.mo
share/locale/et/LC_MESSAGES/okular_fax.mo
share/locale/et/LC_MESSAGES/okular_fictionbook.mo
share/locale/et/LC_MESSAGES/okular_ghostview.mo
share/locale/et/LC_MESSAGES/okular_kimgio.mo
share/locale/et/LC_MESSAGES/okular_markdown.mo
share/locale/et/LC_MESSAGES/okular_mobi.mo
share/locale/et/LC_MESSAGES/okular_plucker.mo
share/locale/et/LC_MESSAGES/okular_poppler.mo
share/locale/et/LC_MESSAGES/okular_txt.mo
share/locale/et/LC_MESSAGES/okular_xps.mo
share/locale/et/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/eu/LC_MESSAGES/okular.mo
share/locale/eu/LC_MESSAGES/okular_chm.mo
share/locale/eu/LC_MESSAGES/okular_comicbook.mo
share/locale/eu/LC_MESSAGES/okular_djvu.mo
share/locale/eu/LC_MESSAGES/okular_dvi.mo
share/locale/eu/LC_MESSAGES/okular_epub.mo
share/locale/eu/LC_MESSAGES/okular_fax.mo
share/locale/eu/LC_MESSAGES/okular_fictionbook.mo
share/locale/eu/LC_MESSAGES/okular_ghostview.mo
share/locale/eu/LC_MESSAGES/okular_kimgio.mo
share/locale/eu/LC_MESSAGES/okular_markdown.mo
share/locale/eu/LC_MESSAGES/okular_mobi.mo
share/locale/eu/LC_MESSAGES/okular_plucker.mo
share/locale/eu/LC_MESSAGES/okular_poppler.mo
share/locale/eu/LC_MESSAGES/okular_tiff.mo
share/locale/eu/LC_MESSAGES/okular_txt.mo
share/locale/eu/LC_MESSAGES/okular_xps.mo
share/locale/eu/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/fa/LC_MESSAGES/okular.mo
share/locale/fi/LC_MESSAGES/okular.mo
share/locale/fi/LC_MESSAGES/okular_chm.mo
share/locale/fi/LC_MESSAGES/okular_comicbook.mo
share/locale/fi/LC_MESSAGES/okular_djvu.mo
share/locale/fi/LC_MESSAGES/okular_dvi.mo
share/locale/fi/LC_MESSAGES/okular_epub.mo
share/locale/fi/LC_MESSAGES/okular_fax.mo
share/locale/fi/LC_MESSAGES/okular_fictionbook.mo
share/locale/fi/LC_MESSAGES/okular_ghostview.mo
share/locale/fi/LC_MESSAGES/okular_kimgio.mo
share/locale/fi/LC_MESSAGES/okular_markdown.mo
share/locale/fi/LC_MESSAGES/okular_mobi.mo
share/locale/fi/LC_MESSAGES/okular_plucker.mo
share/locale/fi/LC_MESSAGES/okular_poppler.mo
share/locale/fi/LC_MESSAGES/okular_tiff.mo
share/locale/fi/LC_MESSAGES/okular_txt.mo
share/locale/fi/LC_MESSAGES/okular_xps.mo
share/locale/fi/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/fr/LC_MESSAGES/okular.mo
share/locale/fr/LC_MESSAGES/okular_chm.mo
share/locale/fr/LC_MESSAGES/okular_comicbook.mo
share/locale/fr/LC_MESSAGES/okular_djvu.mo
share/locale/fr/LC_MESSAGES/okular_dvi.mo
share/locale/fr/LC_MESSAGES/okular_epub.mo
share/locale/fr/LC_MESSAGES/okular_fax.mo
share/locale/fr/LC_MESSAGES/okular_fictionbook.mo
share/locale/fr/LC_MESSAGES/okular_ghostview.mo
share/locale/fr/LC_MESSAGES/okular_kimgio.mo
share/locale/fr/LC_MESSAGES/okular_markdown.mo
share/locale/fr/LC_MESSAGES/okular_mobi.mo
share/locale/fr/LC_MESSAGES/okular_plucker.mo
share/locale/fr/LC_MESSAGES/okular_poppler.mo
share/locale/fr/LC_MESSAGES/okular_tiff.mo
share/locale/fr/LC_MESSAGES/okular_txt.mo
share/locale/fr/LC_MESSAGES/okular_xps.mo
share/locale/fr/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ga/LC_MESSAGES/okular.mo
share/locale/ga/LC_MESSAGES/okular_chm.mo
share/locale/ga/LC_MESSAGES/okular_comicbook.mo
share/locale/ga/LC_MESSAGES/okular_djvu.mo
share/locale/ga/LC_MESSAGES/okular_dvi.mo
share/locale/ga/LC_MESSAGES/okular_epub.mo
share/locale/ga/LC_MESSAGES/okular_fax.mo
share/locale/ga/LC_MESSAGES/okular_fictionbook.mo
share/locale/ga/LC_MESSAGES/okular_ghostview.mo
share/locale/ga/LC_MESSAGES/okular_kimgio.mo
share/locale/ga/LC_MESSAGES/okular_mobi.mo
share/locale/ga/LC_MESSAGES/okular_plucker.mo
share/locale/ga/LC_MESSAGES/okular_poppler.mo
share/locale/ga/LC_MESSAGES/okular_xps.mo
share/locale/ga/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/gl/LC_MESSAGES/okular.mo
share/locale/gl/LC_MESSAGES/okular_chm.mo
share/locale/gl/LC_MESSAGES/okular_comicbook.mo
share/locale/gl/LC_MESSAGES/okular_djvu.mo
share/locale/gl/LC_MESSAGES/okular_dvi.mo
share/locale/gl/LC_MESSAGES/okular_epub.mo
share/locale/gl/LC_MESSAGES/okular_fax.mo
share/locale/gl/LC_MESSAGES/okular_fictionbook.mo
share/locale/gl/LC_MESSAGES/okular_ghostview.mo
share/locale/gl/LC_MESSAGES/okular_kimgio.mo
share/locale/gl/LC_MESSAGES/okular_markdown.mo
share/locale/gl/LC_MESSAGES/okular_mobi.mo
share/locale/gl/LC_MESSAGES/okular_plucker.mo
share/locale/gl/LC_MESSAGES/okular_poppler.mo
share/locale/gl/LC_MESSAGES/okular_txt.mo
share/locale/gl/LC_MESSAGES/okular_xps.mo
share/locale/gl/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/he/LC_MESSAGES/okular.mo
share/locale/hi/LC_MESSAGES/okular.mo
share/locale/hi/LC_MESSAGES/okular_chm.mo
share/locale/hi/LC_MESSAGES/okular_comicbook.mo
share/locale/hi/LC_MESSAGES/okular_djvu.mo
share/locale/hi/LC_MESSAGES/okular_dvi.mo
share/locale/hi/LC_MESSAGES/okular_epub.mo
share/locale/hi/LC_MESSAGES/okular_fax.mo
share/locale/hi/LC_MESSAGES/okular_fictionbook.mo
share/locale/hi/LC_MESSAGES/okular_ghostview.mo
share/locale/hi/LC_MESSAGES/okular_kimgio.mo
share/locale/hi/LC_MESSAGES/okular_markdown.mo
share/locale/hi/LC_MESSAGES/okular_mobi.mo
share/locale/hi/LC_MESSAGES/okular_plucker.mo
share/locale/hi/LC_MESSAGES/okular_poppler.mo
share/locale/hi/LC_MESSAGES/okular_tiff.mo
share/locale/hi/LC_MESSAGES/okular_txt.mo
share/locale/hi/LC_MESSAGES/okular_xps.mo
share/locale/hi/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/hr/LC_MESSAGES/okular.mo
share/locale/hr/LC_MESSAGES/okular_chm.mo
share/locale/hr/LC_MESSAGES/okular_comicbook.mo
share/locale/hr/LC_MESSAGES/okular_djvu.mo
share/locale/hr/LC_MESSAGES/okular_dvi.mo
share/locale/hr/LC_MESSAGES/okular_epub.mo
share/locale/hr/LC_MESSAGES/okular_fax.mo
share/locale/hr/LC_MESSAGES/okular_fictionbook.mo
share/locale/hr/LC_MESSAGES/okular_ghostview.mo
share/locale/hr/LC_MESSAGES/okular_kimgio.mo
share/locale/hr/LC_MESSAGES/okular_mobi.mo
share/locale/hr/LC_MESSAGES/okular_plucker.mo
share/locale/hr/LC_MESSAGES/okular_poppler.mo
share/locale/hr/LC_MESSAGES/okular_xps.mo
share/locale/hu/LC_MESSAGES/okular.mo
share/locale/hu/LC_MESSAGES/okular_chm.mo
share/locale/hu/LC_MESSAGES/okular_comicbook.mo
share/locale/hu/LC_MESSAGES/okular_djvu.mo
share/locale/hu/LC_MESSAGES/okular_dvi.mo
share/locale/hu/LC_MESSAGES/okular_epub.mo
share/locale/hu/LC_MESSAGES/okular_fax.mo
share/locale/hu/LC_MESSAGES/okular_fictionbook.mo
share/locale/hu/LC_MESSAGES/okular_ghostview.mo
share/locale/hu/LC_MESSAGES/okular_kimgio.mo
share/locale/hu/LC_MESSAGES/okular_markdown.mo
share/locale/hu/LC_MESSAGES/okular_mobi.mo
share/locale/hu/LC_MESSAGES/okular_plucker.mo
share/locale/hu/LC_MESSAGES/okular_poppler.mo
share/locale/hu/LC_MESSAGES/okular_tiff.mo
share/locale/hu/LC_MESSAGES/okular_txt.mo
share/locale/hu/LC_MESSAGES/okular_xps.mo
share/locale/hu/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ia/LC_MESSAGES/okular.mo
share/locale/ia/LC_MESSAGES/okular_chm.mo
share/locale/ia/LC_MESSAGES/okular_comicbook.mo
share/locale/ia/LC_MESSAGES/okular_djvu.mo
share/locale/ia/LC_MESSAGES/okular_dvi.mo
share/locale/ia/LC_MESSAGES/okular_epub.mo
share/locale/ia/LC_MESSAGES/okular_fax.mo
share/locale/ia/LC_MESSAGES/okular_fictionbook.mo
share/locale/ia/LC_MESSAGES/okular_ghostview.mo
share/locale/ia/LC_MESSAGES/okular_kimgio.mo
share/locale/ia/LC_MESSAGES/okular_markdown.mo
share/locale/ia/LC_MESSAGES/okular_mobi.mo
share/locale/ia/LC_MESSAGES/okular_plucker.mo
share/locale/ia/LC_MESSAGES/okular_poppler.mo
share/locale/ia/LC_MESSAGES/okular_tiff.mo
share/locale/ia/LC_MESSAGES/okular_txt.mo
share/locale/ia/LC_MESSAGES/okular_xps.mo
share/locale/ia/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/id/LC_MESSAGES/okular.mo
share/locale/is/LC_MESSAGES/okular.mo
share/locale/is/LC_MESSAGES/okular_chm.mo
share/locale/is/LC_MESSAGES/okular_comicbook.mo
share/locale/is/LC_MESSAGES/okular_djvu.mo
share/locale/is/LC_MESSAGES/okular_dvi.mo
share/locale/is/LC_MESSAGES/okular_epub.mo
share/locale/is/LC_MESSAGES/okular_fax.mo
share/locale/is/LC_MESSAGES/okular_fictionbook.mo
share/locale/is/LC_MESSAGES/okular_ghostview.mo
share/locale/is/LC_MESSAGES/okular_kimgio.mo
share/locale/is/LC_MESSAGES/okular_mobi.mo
share/locale/is/LC_MESSAGES/okular_plucker.mo
share/locale/is/LC_MESSAGES/okular_poppler.mo
share/locale/is/LC_MESSAGES/okular_xps.mo
share/locale/is/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/it/LC_MESSAGES/okular.mo
share/locale/it/LC_MESSAGES/okular_chm.mo
share/locale/it/LC_MESSAGES/okular_comicbook.mo
share/locale/it/LC_MESSAGES/okular_djvu.mo
share/locale/it/LC_MESSAGES/okular_dvi.mo
share/locale/it/LC_MESSAGES/okular_epub.mo
share/locale/it/LC_MESSAGES/okular_fax.mo
share/locale/it/LC_MESSAGES/okular_fictionbook.mo
share/locale/it/LC_MESSAGES/okular_ghostview.mo
share/locale/it/LC_MESSAGES/okular_kimgio.mo
share/locale/it/LC_MESSAGES/okular_markdown.mo
share/locale/it/LC_MESSAGES/okular_mobi.mo
share/locale/it/LC_MESSAGES/okular_plucker.mo
share/locale/it/LC_MESSAGES/okular_poppler.mo
share/locale/it/LC_MESSAGES/okular_tiff.mo
share/locale/it/LC_MESSAGES/okular_txt.mo
share/locale/it/LC_MESSAGES/okular_xps.mo
share/locale/it/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ja/LC_MESSAGES/okular.mo
share/locale/ja/LC_MESSAGES/okular_chm.mo
share/locale/ja/LC_MESSAGES/okular_comicbook.mo
share/locale/ja/LC_MESSAGES/okular_djvu.mo
share/locale/ja/LC_MESSAGES/okular_dvi.mo
share/locale/ja/LC_MESSAGES/okular_epub.mo
share/locale/ja/LC_MESSAGES/okular_fax.mo
share/locale/ja/LC_MESSAGES/okular_fictionbook.mo
share/locale/ja/LC_MESSAGES/okular_ghostview.mo
share/locale/ja/LC_MESSAGES/okular_kimgio.mo
share/locale/ja/LC_MESSAGES/okular_markdown.mo
share/locale/ja/LC_MESSAGES/okular_mobi.mo
share/locale/ja/LC_MESSAGES/okular_plucker.mo
share/locale/ja/LC_MESSAGES/okular_poppler.mo
share/locale/ja/LC_MESSAGES/okular_tiff.mo
share/locale/ja/LC_MESSAGES/okular_txt.mo
share/locale/ja/LC_MESSAGES/okular_xps.mo
share/locale/ja/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/kk/LC_MESSAGES/okular.mo
share/locale/kk/LC_MESSAGES/okular_chm.mo
share/locale/kk/LC_MESSAGES/okular_comicbook.mo
share/locale/kk/LC_MESSAGES/okular_djvu.mo
share/locale/kk/LC_MESSAGES/okular_dvi.mo
share/locale/kk/LC_MESSAGES/okular_epub.mo
share/locale/kk/LC_MESSAGES/okular_fax.mo
share/locale/kk/LC_MESSAGES/okular_fictionbook.mo
share/locale/kk/LC_MESSAGES/okular_ghostview.mo
share/locale/kk/LC_MESSAGES/okular_kimgio.mo
share/locale/kk/LC_MESSAGES/okular_mobi.mo
share/locale/kk/LC_MESSAGES/okular_plucker.mo
share/locale/kk/LC_MESSAGES/okular_poppler.mo
share/locale/kk/LC_MESSAGES/okular_txt.mo
share/locale/kk/LC_MESSAGES/okular_xps.mo
share/locale/kk/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/km/LC_MESSAGES/okular.mo
share/locale/km/LC_MESSAGES/okular_chm.mo
share/locale/km/LC_MESSAGES/okular_comicbook.mo
share/locale/km/LC_MESSAGES/okular_djvu.mo
share/locale/km/LC_MESSAGES/okular_dvi.mo
share/locale/km/LC_MESSAGES/okular_epub.mo
share/locale/km/LC_MESSAGES/okular_fax.mo
share/locale/km/LC_MESSAGES/okular_fictionbook.mo
share/locale/km/LC_MESSAGES/okular_ghostview.mo
share/locale/km/LC_MESSAGES/okular_kimgio.mo
share/locale/km/LC_MESSAGES/okular_mobi.mo
share/locale/km/LC_MESSAGES/okular_plucker.mo
share/locale/km/LC_MESSAGES/okular_poppler.mo
share/locale/km/LC_MESSAGES/okular_xps.mo
share/locale/ko/LC_MESSAGES/okular.mo
share/locale/ko/LC_MESSAGES/okular_chm.mo
share/locale/ko/LC_MESSAGES/okular_comicbook.mo
share/locale/ko/LC_MESSAGES/okular_djvu.mo
share/locale/ko/LC_MESSAGES/okular_dvi.mo
share/locale/ko/LC_MESSAGES/okular_epub.mo
share/locale/ko/LC_MESSAGES/okular_fax.mo
share/locale/ko/LC_MESSAGES/okular_fictionbook.mo
share/locale/ko/LC_MESSAGES/okular_ghostview.mo
share/locale/ko/LC_MESSAGES/okular_kimgio.mo
share/locale/ko/LC_MESSAGES/okular_markdown.mo
share/locale/ko/LC_MESSAGES/okular_mobi.mo
share/locale/ko/LC_MESSAGES/okular_plucker.mo
share/locale/ko/LC_MESSAGES/okular_poppler.mo
share/locale/ko/LC_MESSAGES/okular_tiff.mo
share/locale/ko/LC_MESSAGES/okular_txt.mo
share/locale/ko/LC_MESSAGES/okular_xps.mo
share/locale/ko/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/lt/LC_MESSAGES/okular.mo
share/locale/lt/LC_MESSAGES/okular_chm.mo
share/locale/lt/LC_MESSAGES/okular_comicbook.mo
share/locale/lt/LC_MESSAGES/okular_djvu.mo
share/locale/lt/LC_MESSAGES/okular_dvi.mo
share/locale/lt/LC_MESSAGES/okular_epub.mo
share/locale/lt/LC_MESSAGES/okular_fax.mo
share/locale/lt/LC_MESSAGES/okular_fictionbook.mo
share/locale/lt/LC_MESSAGES/okular_ghostview.mo
share/locale/lt/LC_MESSAGES/okular_kimgio.mo
share/locale/lt/LC_MESSAGES/okular_markdown.mo
share/locale/lt/LC_MESSAGES/okular_mobi.mo
share/locale/lt/LC_MESSAGES/okular_plucker.mo
share/locale/lt/LC_MESSAGES/okular_poppler.mo
share/locale/lt/LC_MESSAGES/okular_tiff.mo
share/locale/lt/LC_MESSAGES/okular_txt.mo
share/locale/lt/LC_MESSAGES/okular_xps.mo
share/locale/lt/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/lv/LC_MESSAGES/okular.mo
share/locale/lv/LC_MESSAGES/okular_chm.mo
share/locale/lv/LC_MESSAGES/okular_comicbook.mo
share/locale/lv/LC_MESSAGES/okular_djvu.mo
share/locale/lv/LC_MESSAGES/okular_dvi.mo
share/locale/lv/LC_MESSAGES/okular_epub.mo
share/locale/lv/LC_MESSAGES/okular_fax.mo
share/locale/lv/LC_MESSAGES/okular_fictionbook.mo
share/locale/lv/LC_MESSAGES/okular_ghostview.mo
share/locale/lv/LC_MESSAGES/okular_kimgio.mo
share/locale/lv/LC_MESSAGES/okular_mobi.mo
share/locale/lv/LC_MESSAGES/okular_plucker.mo
share/locale/lv/LC_MESSAGES/okular_poppler.mo
share/locale/lv/LC_MESSAGES/okular_xps.mo
share/locale/ml/LC_MESSAGES/okular.mo
share/locale/ml/LC_MESSAGES/okular_chm.mo
share/locale/ml/LC_MESSAGES/okular_comicbook.mo
share/locale/ml/LC_MESSAGES/okular_djvu.mo
share/locale/ml/LC_MESSAGES/okular_dvi.mo
share/locale/ml/LC_MESSAGES/okular_epub.mo
share/locale/ml/LC_MESSAGES/okular_fax.mo
share/locale/ml/LC_MESSAGES/okular_fictionbook.mo
share/locale/ml/LC_MESSAGES/okular_ghostview.mo
share/locale/ml/LC_MESSAGES/okular_kimgio.mo
share/locale/ml/LC_MESSAGES/okular_markdown.mo
share/locale/ml/LC_MESSAGES/okular_mobi.mo
share/locale/ml/LC_MESSAGES/okular_plucker.mo
share/locale/ml/LC_MESSAGES/okular_poppler.mo
share/locale/ml/LC_MESSAGES/okular_txt.mo
share/locale/ml/LC_MESSAGES/okular_xps.mo
share/locale/ml/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/mr/LC_MESSAGES/okular.mo
share/locale/mr/LC_MESSAGES/okular_chm.mo
share/locale/mr/LC_MESSAGES/okular_comicbook.mo
share/locale/mr/LC_MESSAGES/okular_djvu.mo
share/locale/mr/LC_MESSAGES/okular_dvi.mo
share/locale/mr/LC_MESSAGES/okular_epub.mo
share/locale/mr/LC_MESSAGES/okular_fax.mo
share/locale/mr/LC_MESSAGES/okular_fictionbook.mo
share/locale/mr/LC_MESSAGES/okular_ghostview.mo
share/locale/mr/LC_MESSAGES/okular_kimgio.mo
share/locale/mr/LC_MESSAGES/okular_mobi.mo
share/locale/mr/LC_MESSAGES/okular_plucker.mo
share/locale/mr/LC_MESSAGES/okular_poppler.mo
share/locale/mr/LC_MESSAGES/okular_xps.mo
share/locale/mr/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/nb/LC_MESSAGES/okular.mo
share/locale/nb/LC_MESSAGES/okular_chm.mo
share/locale/nb/LC_MESSAGES/okular_comicbook.mo
share/locale/nb/LC_MESSAGES/okular_djvu.mo
share/locale/nb/LC_MESSAGES/okular_dvi.mo
share/locale/nb/LC_MESSAGES/okular_epub.mo
share/locale/nb/LC_MESSAGES/okular_fax.mo
share/locale/nb/LC_MESSAGES/okular_fictionbook.mo
share/locale/nb/LC_MESSAGES/okular_ghostview.mo
share/locale/nb/LC_MESSAGES/okular_kimgio.mo
share/locale/nb/LC_MESSAGES/okular_mobi.mo
share/locale/nb/LC_MESSAGES/okular_plucker.mo
share/locale/nb/LC_MESSAGES/okular_poppler.mo
share/locale/nb/LC_MESSAGES/okular_txt.mo
share/locale/nb/LC_MESSAGES/okular_xps.mo
share/locale/nb/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/nds/LC_MESSAGES/okular.mo
share/locale/nds/LC_MESSAGES/okular_chm.mo
share/locale/nds/LC_MESSAGES/okular_comicbook.mo
share/locale/nds/LC_MESSAGES/okular_djvu.mo
share/locale/nds/LC_MESSAGES/okular_dvi.mo
share/locale/nds/LC_MESSAGES/okular_epub.mo
share/locale/nds/LC_MESSAGES/okular_fax.mo
share/locale/nds/LC_MESSAGES/okular_fictionbook.mo
share/locale/nds/LC_MESSAGES/okular_ghostview.mo
share/locale/nds/LC_MESSAGES/okular_kimgio.mo
share/locale/nds/LC_MESSAGES/okular_mobi.mo
share/locale/nds/LC_MESSAGES/okular_plucker.mo
share/locale/nds/LC_MESSAGES/okular_poppler.mo
share/locale/nds/LC_MESSAGES/okular_txt.mo
share/locale/nds/LC_MESSAGES/okular_xps.mo
share/locale/nds/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/nl/LC_MESSAGES/okular.mo
share/locale/nl/LC_MESSAGES/okular_chm.mo
share/locale/nl/LC_MESSAGES/okular_comicbook.mo
share/locale/nl/LC_MESSAGES/okular_djvu.mo
share/locale/nl/LC_MESSAGES/okular_dvi.mo
share/locale/nl/LC_MESSAGES/okular_epub.mo
share/locale/nl/LC_MESSAGES/okular_fax.mo
share/locale/nl/LC_MESSAGES/okular_fictionbook.mo
share/locale/nl/LC_MESSAGES/okular_ghostview.mo
share/locale/nl/LC_MESSAGES/okular_kimgio.mo
share/locale/nl/LC_MESSAGES/okular_markdown.mo
share/locale/nl/LC_MESSAGES/okular_mobi.mo
share/locale/nl/LC_MESSAGES/okular_plucker.mo
share/locale/nl/LC_MESSAGES/okular_poppler.mo
share/locale/nl/LC_MESSAGES/okular_tiff.mo
share/locale/nl/LC_MESSAGES/okular_txt.mo
share/locale/nl/LC_MESSAGES/okular_xps.mo
share/locale/nl/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/nn/LC_MESSAGES/okular.mo
share/locale/nn/LC_MESSAGES/okular_chm.mo
share/locale/nn/LC_MESSAGES/okular_comicbook.mo
share/locale/nn/LC_MESSAGES/okular_djvu.mo
share/locale/nn/LC_MESSAGES/okular_dvi.mo
share/locale/nn/LC_MESSAGES/okular_epub.mo
share/locale/nn/LC_MESSAGES/okular_fax.mo
share/locale/nn/LC_MESSAGES/okular_fictionbook.mo
share/locale/nn/LC_MESSAGES/okular_ghostview.mo
share/locale/nn/LC_MESSAGES/okular_kimgio.mo
share/locale/nn/LC_MESSAGES/okular_markdown.mo
share/locale/nn/LC_MESSAGES/okular_mobi.mo
share/locale/nn/LC_MESSAGES/okular_plucker.mo
share/locale/nn/LC_MESSAGES/okular_poppler.mo
share/locale/nn/LC_MESSAGES/okular_tiff.mo
share/locale/nn/LC_MESSAGES/okular_txt.mo
share/locale/nn/LC_MESSAGES/okular_xps.mo
share/locale/nn/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/pa/LC_MESSAGES/okular.mo
share/locale/pa/LC_MESSAGES/okular_chm.mo
share/locale/pa/LC_MESSAGES/okular_comicbook.mo
share/locale/pa/LC_MESSAGES/okular_djvu.mo
share/locale/pa/LC_MESSAGES/okular_dvi.mo
share/locale/pa/LC_MESSAGES/okular_epub.mo
share/locale/pa/LC_MESSAGES/okular_fax.mo
share/locale/pa/LC_MESSAGES/okular_fictionbook.mo
share/locale/pa/LC_MESSAGES/okular_ghostview.mo
share/locale/pa/LC_MESSAGES/okular_kimgio.mo
share/locale/pa/LC_MESSAGES/okular_mobi.mo
share/locale/pa/LC_MESSAGES/okular_plucker.mo
share/locale/pa/LC_MESSAGES/okular_poppler.mo
share/locale/pa/LC_MESSAGES/okular_txt.mo
share/locale/pa/LC_MESSAGES/okular_xps.mo
share/locale/pa/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/pl/LC_MESSAGES/okular.mo
share/locale/pl/LC_MESSAGES/okular_chm.mo
share/locale/pl/LC_MESSAGES/okular_comicbook.mo
share/locale/pl/LC_MESSAGES/okular_djvu.mo
share/locale/pl/LC_MESSAGES/okular_dvi.mo
share/locale/pl/LC_MESSAGES/okular_epub.mo
share/locale/pl/LC_MESSAGES/okular_fax.mo
share/locale/pl/LC_MESSAGES/okular_fictionbook.mo
share/locale/pl/LC_MESSAGES/okular_ghostview.mo
share/locale/pl/LC_MESSAGES/okular_kimgio.mo
share/locale/pl/LC_MESSAGES/okular_markdown.mo
share/locale/pl/LC_MESSAGES/okular_mobi.mo
share/locale/pl/LC_MESSAGES/okular_plucker.mo
share/locale/pl/LC_MESSAGES/okular_poppler.mo
share/locale/pl/LC_MESSAGES/okular_tiff.mo
share/locale/pl/LC_MESSAGES/okular_txt.mo
share/locale/pl/LC_MESSAGES/okular_xps.mo
share/locale/pl/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/pt/LC_MESSAGES/okular.mo
share/locale/pt/LC_MESSAGES/okular_chm.mo
share/locale/pt/LC_MESSAGES/okular_comicbook.mo
share/locale/pt/LC_MESSAGES/okular_djvu.mo
share/locale/pt/LC_MESSAGES/okular_dvi.mo
share/locale/pt/LC_MESSAGES/okular_epub.mo
share/locale/pt/LC_MESSAGES/okular_fax.mo
share/locale/pt/LC_MESSAGES/okular_fictionbook.mo
share/locale/pt/LC_MESSAGES/okular_ghostview.mo
share/locale/pt/LC_MESSAGES/okular_kimgio.mo
share/locale/pt/LC_MESSAGES/okular_markdown.mo
share/locale/pt/LC_MESSAGES/okular_mobi.mo
share/locale/pt/LC_MESSAGES/okular_plucker.mo
share/locale/pt/LC_MESSAGES/okular_poppler.mo
share/locale/pt/LC_MESSAGES/okular_tiff.mo
share/locale/pt/LC_MESSAGES/okular_txt.mo
share/locale/pt/LC_MESSAGES/okular_xps.mo
share/locale/pt/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/pt_BR/LC_MESSAGES/okular.mo
share/locale/pt_BR/LC_MESSAGES/okular_chm.mo
share/locale/pt_BR/LC_MESSAGES/okular_comicbook.mo
share/locale/pt_BR/LC_MESSAGES/okular_djvu.mo
share/locale/pt_BR/LC_MESSAGES/okular_dvi.mo
share/locale/pt_BR/LC_MESSAGES/okular_epub.mo
share/locale/pt_BR/LC_MESSAGES/okular_fax.mo
share/locale/pt_BR/LC_MESSAGES/okular_fictionbook.mo
share/locale/pt_BR/LC_MESSAGES/okular_ghostview.mo
share/locale/pt_BR/LC_MESSAGES/okular_kimgio.mo
share/locale/pt_BR/LC_MESSAGES/okular_markdown.mo
share/locale/pt_BR/LC_MESSAGES/okular_mobi.mo
share/locale/pt_BR/LC_MESSAGES/okular_plucker.mo
share/locale/pt_BR/LC_MESSAGES/okular_poppler.mo
share/locale/pt_BR/LC_MESSAGES/okular_tiff.mo
share/locale/pt_BR/LC_MESSAGES/okular_txt.mo
share/locale/pt_BR/LC_MESSAGES/okular_xps.mo
share/locale/pt_BR/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ro/LC_MESSAGES/okular.mo
share/locale/ro/LC_MESSAGES/okular_chm.mo
share/locale/ro/LC_MESSAGES/okular_comicbook.mo
share/locale/ro/LC_MESSAGES/okular_djvu.mo
share/locale/ro/LC_MESSAGES/okular_dvi.mo
share/locale/ro/LC_MESSAGES/okular_epub.mo
share/locale/ro/LC_MESSAGES/okular_fax.mo
share/locale/ro/LC_MESSAGES/okular_fictionbook.mo
share/locale/ro/LC_MESSAGES/okular_ghostview.mo
share/locale/ro/LC_MESSAGES/okular_kimgio.mo
share/locale/ro/LC_MESSAGES/okular_markdown.mo
share/locale/ro/LC_MESSAGES/okular_mobi.mo
share/locale/ro/LC_MESSAGES/okular_plucker.mo
share/locale/ro/LC_MESSAGES/okular_poppler.mo
share/locale/ro/LC_MESSAGES/okular_tiff.mo
share/locale/ro/LC_MESSAGES/okular_txt.mo
share/locale/ro/LC_MESSAGES/okular_xps.mo
share/locale/ro/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ru/LC_MESSAGES/okular.mo
share/locale/ru/LC_MESSAGES/okular_chm.mo
share/locale/ru/LC_MESSAGES/okular_comicbook.mo
share/locale/ru/LC_MESSAGES/okular_djvu.mo
share/locale/ru/LC_MESSAGES/okular_dvi.mo
share/locale/ru/LC_MESSAGES/okular_epub.mo
share/locale/ru/LC_MESSAGES/okular_fax.mo
share/locale/ru/LC_MESSAGES/okular_fictionbook.mo
share/locale/ru/LC_MESSAGES/okular_ghostview.mo
share/locale/ru/LC_MESSAGES/okular_kimgio.mo
share/locale/ru/LC_MESSAGES/okular_markdown.mo
share/locale/ru/LC_MESSAGES/okular_mobi.mo
share/locale/ru/LC_MESSAGES/okular_plucker.mo
share/locale/ru/LC_MESSAGES/okular_poppler.mo
share/locale/ru/LC_MESSAGES/okular_tiff.mo
share/locale/ru/LC_MESSAGES/okular_txt.mo
share/locale/ru/LC_MESSAGES/okular_xps.mo
share/locale/ru/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/se/LC_MESSAGES/okular.mo
share/locale/se/LC_MESSAGES/okular_chm.mo
share/locale/se/LC_MESSAGES/okular_djvu.mo
share/locale/se/LC_MESSAGES/okular_dvi.mo
share/locale/se/LC_MESSAGES/okular_fictionbook.mo
share/locale/se/LC_MESSAGES/okular_ghostview.mo
share/locale/se/LC_MESSAGES/okular_kimgio.mo
share/locale/se/LC_MESSAGES/okular_plucker.mo
share/locale/se/LC_MESSAGES/okular_poppler.mo
share/locale/se/LC_MESSAGES/okular_xps.mo
share/locale/sk/LC_MESSAGES/okular.mo
share/locale/sk/LC_MESSAGES/okular_chm.mo
share/locale/sk/LC_MESSAGES/okular_comicbook.mo
share/locale/sk/LC_MESSAGES/okular_djvu.mo
share/locale/sk/LC_MESSAGES/okular_dvi.mo
share/locale/sk/LC_MESSAGES/okular_epub.mo
share/locale/sk/LC_MESSAGES/okular_fax.mo
share/locale/sk/LC_MESSAGES/okular_fictionbook.mo
share/locale/sk/LC_MESSAGES/okular_ghostview.mo
share/locale/sk/LC_MESSAGES/okular_kimgio.mo
share/locale/sk/LC_MESSAGES/okular_markdown.mo
share/locale/sk/LC_MESSAGES/okular_mobi.mo
share/locale/sk/LC_MESSAGES/okular_plucker.mo
share/locale/sk/LC_MESSAGES/okular_poppler.mo
share/locale/sk/LC_MESSAGES/okular_tiff.mo
share/locale/sk/LC_MESSAGES/okular_txt.mo
share/locale/sk/LC_MESSAGES/okular_xps.mo
share/locale/sk/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/sl/LC_MESSAGES/okular.mo
share/locale/sl/LC_MESSAGES/okular_chm.mo
share/locale/sl/LC_MESSAGES/okular_comicbook.mo
share/locale/sl/LC_MESSAGES/okular_djvu.mo
share/locale/sl/LC_MESSAGES/okular_dvi.mo
share/locale/sl/LC_MESSAGES/okular_epub.mo
share/locale/sl/LC_MESSAGES/okular_fax.mo
share/locale/sl/LC_MESSAGES/okular_fictionbook.mo
share/locale/sl/LC_MESSAGES/okular_ghostview.mo
share/locale/sl/LC_MESSAGES/okular_kimgio.mo
share/locale/sl/LC_MESSAGES/okular_markdown.mo
share/locale/sl/LC_MESSAGES/okular_mobi.mo
share/locale/sl/LC_MESSAGES/okular_plucker.mo
share/locale/sl/LC_MESSAGES/okular_poppler.mo
share/locale/sl/LC_MESSAGES/okular_tiff.mo
share/locale/sl/LC_MESSAGES/okular_txt.mo
share/locale/sl/LC_MESSAGES/okular_xps.mo
share/locale/sl/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/sq/LC_MESSAGES/okular_chm.mo
share/locale/sq/LC_MESSAGES/okular_comicbook.mo
share/locale/sq/LC_MESSAGES/okular_djvu.mo
share/locale/sq/LC_MESSAGES/okular_dvi.mo
share/locale/sq/LC_MESSAGES/okular_epub.mo
share/locale/sq/LC_MESSAGES/okular_fax.mo
share/locale/sq/LC_MESSAGES/okular_fictionbook.mo
share/locale/sq/LC_MESSAGES/okular_ghostview.mo
share/locale/sq/LC_MESSAGES/okular_kimgio.mo
share/locale/sq/LC_MESSAGES/okular_mobi.mo
share/locale/sq/LC_MESSAGES/okular_plucker.mo
share/locale/sq/LC_MESSAGES/okular_poppler.mo
share/locale/sq/LC_MESSAGES/okular_xps.mo
share/locale/sr/LC_MESSAGES/okular.mo
share/locale/sr/LC_MESSAGES/okular_chm.mo
share/locale/sr/LC_MESSAGES/okular_comicbook.mo
share/locale/sr/LC_MESSAGES/okular_djvu.mo
share/locale/sr/LC_MESSAGES/okular_dvi.mo
share/locale/sr/LC_MESSAGES/okular_epub.mo
share/locale/sr/LC_MESSAGES/okular_fax.mo
share/locale/sr/LC_MESSAGES/okular_fictionbook.mo
share/locale/sr/LC_MESSAGES/okular_ghostview.mo
share/locale/sr/LC_MESSAGES/okular_kimgio.mo
share/locale/sr/LC_MESSAGES/okular_markdown.mo
share/locale/sr/LC_MESSAGES/okular_mobi.mo
share/locale/sr/LC_MESSAGES/okular_plucker.mo
share/locale/sr/LC_MESSAGES/okular_poppler.mo
share/locale/sr/LC_MESSAGES/okular_txt.mo
share/locale/sr/LC_MESSAGES/okular_xps.mo
share/locale/sv/LC_MESSAGES/okular.mo
share/locale/sv/LC_MESSAGES/okular_chm.mo
share/locale/sv/LC_MESSAGES/okular_comicbook.mo
share/locale/sv/LC_MESSAGES/okular_djvu.mo
share/locale/sv/LC_MESSAGES/okular_dvi.mo
share/locale/sv/LC_MESSAGES/okular_epub.mo
share/locale/sv/LC_MESSAGES/okular_fax.mo
share/locale/sv/LC_MESSAGES/okular_fictionbook.mo
share/locale/sv/LC_MESSAGES/okular_ghostview.mo
share/locale/sv/LC_MESSAGES/okular_kimgio.mo
share/locale/sv/LC_MESSAGES/okular_markdown.mo
share/locale/sv/LC_MESSAGES/okular_mobi.mo
share/locale/sv/LC_MESSAGES/okular_plucker.mo
share/locale/sv/LC_MESSAGES/okular_poppler.mo
share/locale/sv/LC_MESSAGES/okular_tiff.mo
share/locale/sv/LC_MESSAGES/okular_txt.mo
share/locale/sv/LC_MESSAGES/okular_xps.mo
share/locale/sv/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ta/LC_MESSAGES/okular.mo
share/locale/ta/LC_MESSAGES/okular_djvu.mo
share/locale/ta/LC_MESSAGES/okular_epub.mo
share/locale/ta/LC_MESSAGES/okular_kimgio.mo
share/locale/ta/LC_MESSAGES/okular_markdown.mo
share/locale/ta/LC_MESSAGES/okular_poppler.mo
share/locale/ta/LC_MESSAGES/okular_txt.mo
share/locale/ta/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/tg/LC_MESSAGES/okular.mo
share/locale/tr/LC_MESSAGES/okular.mo
share/locale/tr/LC_MESSAGES/okular_chm.mo
share/locale/tr/LC_MESSAGES/okular_comicbook.mo
share/locale/tr/LC_MESSAGES/okular_djvu.mo
share/locale/tr/LC_MESSAGES/okular_dvi.mo
share/locale/tr/LC_MESSAGES/okular_epub.mo
share/locale/tr/LC_MESSAGES/okular_fax.mo
share/locale/tr/LC_MESSAGES/okular_fictionbook.mo
share/locale/tr/LC_MESSAGES/okular_ghostview.mo
share/locale/tr/LC_MESSAGES/okular_kimgio.mo
share/locale/tr/LC_MESSAGES/okular_mobi.mo
share/locale/tr/LC_MESSAGES/okular_plucker.mo
share/locale/tr/LC_MESSAGES/okular_poppler.mo
share/locale/tr/LC_MESSAGES/okular_txt.mo
share/locale/tr/LC_MESSAGES/okular_xps.mo
share/locale/tr/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/ug/LC_MESSAGES/okular.mo
share/locale/ug/LC_MESSAGES/okular_chm.mo
share/locale/ug/LC_MESSAGES/okular_comicbook.mo
share/locale/ug/LC_MESSAGES/okular_djvu.mo
share/locale/ug/LC_MESSAGES/okular_dvi.mo
share/locale/ug/LC_MESSAGES/okular_epub.mo
share/locale/ug/LC_MESSAGES/okular_fax.mo
share/locale/ug/LC_MESSAGES/okular_fictionbook.mo
share/locale/ug/LC_MESSAGES/okular_ghostview.mo
share/locale/ug/LC_MESSAGES/okular_kimgio.mo
share/locale/ug/LC_MESSAGES/okular_mobi.mo
share/locale/ug/LC_MESSAGES/okular_plucker.mo
share/locale/ug/LC_MESSAGES/okular_poppler.mo
share/locale/ug/LC_MESSAGES/okular_txt.mo
share/locale/ug/LC_MESSAGES/okular_xps.mo
share/locale/ug/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/uk/LC_MESSAGES/okular.mo
share/locale/uk/LC_MESSAGES/okular_chm.mo
share/locale/uk/LC_MESSAGES/okular_comicbook.mo
share/locale/uk/LC_MESSAGES/okular_djvu.mo
share/locale/uk/LC_MESSAGES/okular_dvi.mo
share/locale/uk/LC_MESSAGES/okular_epub.mo
share/locale/uk/LC_MESSAGES/okular_fax.mo
share/locale/uk/LC_MESSAGES/okular_fictionbook.mo
share/locale/uk/LC_MESSAGES/okular_ghostview.mo
share/locale/uk/LC_MESSAGES/okular_kimgio.mo
share/locale/uk/LC_MESSAGES/okular_markdown.mo
share/locale/uk/LC_MESSAGES/okular_mobi.mo
share/locale/uk/LC_MESSAGES/okular_plucker.mo
share/locale/uk/LC_MESSAGES/okular_poppler.mo
share/locale/uk/LC_MESSAGES/okular_tiff.mo
share/locale/uk/LC_MESSAGES/okular_txt.mo
share/locale/uk/LC_MESSAGES/okular_xps.mo
share/locale/uk/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/vi/LC_MESSAGES/okular.mo
share/locale/vi/LC_MESSAGES/okular_chm.mo
share/locale/vi/LC_MESSAGES/okular_comicbook.mo
share/locale/vi/LC_MESSAGES/okular_djvu.mo
share/locale/vi/LC_MESSAGES/okular_dvi.mo
share/locale/vi/LC_MESSAGES/okular_epub.mo
share/locale/vi/LC_MESSAGES/okular_fax.mo
share/locale/vi/LC_MESSAGES/okular_fictionbook.mo
share/locale/vi/LC_MESSAGES/okular_ghostview.mo
share/locale/vi/LC_MESSAGES/okular_kimgio.mo
share/locale/vi/LC_MESSAGES/okular_markdown.mo
share/locale/vi/LC_MESSAGES/okular_mobi.mo
share/locale/vi/LC_MESSAGES/okular_plucker.mo
share/locale/vi/LC_MESSAGES/okular_poppler.mo
share/locale/vi/LC_MESSAGES/okular_tiff.mo
share/locale/vi/LC_MESSAGES/okular_txt.mo
share/locale/vi/LC_MESSAGES/okular_xps.mo
share/locale/vi/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/wa/LC_MESSAGES/okular.mo
share/locale/wa/LC_MESSAGES/okular_chm.mo
share/locale/wa/LC_MESSAGES/okular_comicbook.mo
share/locale/wa/LC_MESSAGES/okular_djvu.mo
share/locale/wa/LC_MESSAGES/okular_epub.mo
share/locale/wa/LC_MESSAGES/okular_fax.mo
share/locale/wa/LC_MESSAGES/okular_fictionbook.mo
share/locale/wa/LC_MESSAGES/okular_ghostview.mo
share/locale/wa/LC_MESSAGES/okular_kimgio.mo
share/locale/wa/LC_MESSAGES/okular_mobi.mo
share/locale/wa/LC_MESSAGES/okular_plucker.mo
share/locale/wa/LC_MESSAGES/okular_poppler.mo
share/locale/wa/LC_MESSAGES/okular_xps.mo
share/locale/zh_CN/LC_MESSAGES/okular.mo
share/locale/zh_CN/LC_MESSAGES/okular_chm.mo
share/locale/zh_CN/LC_MESSAGES/okular_comicbook.mo
share/locale/zh_CN/LC_MESSAGES/okular_djvu.mo
share/locale/zh_CN/LC_MESSAGES/okular_dvi.mo
share/locale/zh_CN/LC_MESSAGES/okular_epub.mo
share/locale/zh_CN/LC_MESSAGES/okular_fax.mo
share/locale/zh_CN/LC_MESSAGES/okular_fictionbook.mo
share/locale/zh_CN/LC_MESSAGES/okular_ghostview.mo
share/locale/zh_CN/LC_MESSAGES/okular_kimgio.mo
share/locale/zh_CN/LC_MESSAGES/okular_markdown.mo
share/locale/zh_CN/LC_MESSAGES/okular_mobi.mo
share/locale/zh_CN/LC_MESSAGES/okular_plucker.mo
share/locale/zh_CN/LC_MESSAGES/okular_poppler.mo
share/locale/zh_CN/LC_MESSAGES/okular_tiff.mo
share/locale/zh_CN/LC_MESSAGES/okular_txt.mo
share/locale/zh_CN/LC_MESSAGES/okular_xps.mo
share/locale/zh_CN/LC_MESSAGES/org.kde.active.documentviewer.mo
share/locale/zh_TW/LC_MESSAGES/okular.mo
share/locale/zh_TW/LC_MESSAGES/okular_chm.mo
share/locale/zh_TW/LC_MESSAGES/okular_comicbook.mo
share/locale/zh_TW/LC_MESSAGES/okular_djvu.mo
share/locale/zh_TW/LC_MESSAGES/okular_dvi.mo
share/locale/zh_TW/LC_MESSAGES/okular_epub.mo
share/locale/zh_TW/LC_MESSAGES/okular_fax.mo
share/locale/zh_TW/LC_MESSAGES/okular_fictionbook.mo
share/locale/zh_TW/LC_MESSAGES/okular_ghostview.mo
share/locale/zh_TW/LC_MESSAGES/okular_kimgio.mo
share/locale/zh_TW/LC_MESSAGES/okular_markdown.mo
share/locale/zh_TW/LC_MESSAGES/okular_mobi.mo
share/locale/zh_TW/LC_MESSAGES/okular_plucker.mo
share/locale/zh_TW/LC_MESSAGES/okular_poppler.mo
share/locale/zh_TW/LC_MESSAGES/okular_txt.mo
share/locale/zh_TW/LC_MESSAGES/okular_xps.mo
share/locale/zh_TW/LC_MESSAGES/org.kde.active.documentviewer.mo
share/metainfo/org.kde.okular-chm.metainfo.xml
share/metainfo/org.kde.okular-comicbook.metainfo.xml
share/metainfo/org.kde.okular-djvu.metainfo.xml
share/metainfo/org.kde.okular-dvi.metainfo.xml
share/metainfo/org.kde.okular-epub.metainfo.xml
share/metainfo/org.kde.okular-fax.metainfo.xml
share/metainfo/org.kde.okular-fb.metainfo.xml
share/metainfo/org.kde.okular-kimgio.metainfo.xml
share/metainfo/org.kde.okular-md.metainfo.xml
share/metainfo/org.kde.okular-mobipocket.metainfo.xml
share/metainfo/org.kde.okular-plucker.metainfo.xml
share/metainfo/org.kde.okular-poppler.metainfo.xml
share/metainfo/org.kde.okular-spectre.metainfo.xml
share/metainfo/org.kde.okular-tiff.metainfo.xml
share/metainfo/org.kde.okular-txt.metainfo.xml
share/metainfo/org.kde.okular-xps.metainfo.xml
share/metainfo/org.kde.okular.appdata.xml
%%DATADIR%%/drawingtools.xml
%%DATADIR%%/icons/hicolor/16x16/apps/okular-fb2.png
%%DATADIR%%/icons/hicolor/16x16/apps/okular-gv.png
%%DATADIR%%/icons/hicolor/32x32/apps/okular-fb2.png
%%DATADIR%%/icons/hicolor/32x32/apps/okular-gv.png
%%DATADIR%%/icons/hicolor/48x48/apps/okular-fb2.png
%%DATADIR%%/pics/checkmark.png
%%DATADIR%%/pics/circle.png
%%DATADIR%%/pics/comment.png
%%DATADIR%%/pics/cross.png
%%DATADIR%%/pics/help.png
%%DATADIR%%/pics/insert.png
%%DATADIR%%/pics/key.png
%%DATADIR%%/pics/newparagraph.png
%%DATADIR%%/pics/note.png
%%DATADIR%%/pics/okular-epub-movie.png
%%DATADIR%%/pics/okular-epub-sound-icon.png
%%DATADIR%%/pics/paperclip.png
%%DATADIR%%/pics/paragraph.png
%%DATADIR%%/pics/pushpin.png
%%DATADIR%%/pics/rightarrow.png
%%DATADIR%%/pics/rightpointer.png
%%DATADIR%%/pics/stamps.svg
%%DATADIR%%/pics/star.png
%%DATADIR%%/pics/tool-base-okular.png
%%DATADIR%%/pics/tool-base-okular@2x.png
%%DATADIR%%/pics/tool-highlighter-okular-colorizable.png
%%DATADIR%%/pics/tool-highlighter-okular-colorizable@2x.png
%%DATADIR%%/pics/tool-ink-okular-colorizable.png
%%DATADIR%%/pics/tool-ink-okular-colorizable@2x.png
%%DATADIR%%/pics/tool-note-inline-okular-colorizable.png
%%DATADIR%%/pics/tool-note-inline-okular-colorizable@2x.png
%%DATADIR%%/pics/tool-note-inline.png
%%DATADIR%%/pics/tool-note-okular-colorizable.png
%%DATADIR%%/pics/tool-note-okular-colorizable@2x.png
%%DATADIR%%/pics/tool-note.png
%%DATADIR%%/pics/tool-typewriter-okular-colorizable.png
%%DATADIR%%/pics/tool-typewriter-okular-colorizable@2x.png
%%DATADIR%%/pics/uparrow.png
%%DATADIR%%/pics/upleftarrow.png
%%DATADIR%%/tools.xml
%%DATADIR%%/toolsQuick.xml
share/qlogging-categories5/okular.categories