This file is indexed.

/usr/share/mime/packages/kde5.xml is in libkf5coreaddons-data 5.18.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
<?xml version="1.0" encoding="UTF-8"?>
<!--
It comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may
redistribute copies of update-mime-database under the terms of the GNU General
Public License. For more information about these matters, see the file named
COPYING.
-->
<!--
Notes:
- the mime types in this file are valid with the version 0.30 of the
  shared-mime-info package.
- the "fdo #xxxxx" are the wish in the freedesktop.org bug database to include
  the mime type there.
-->

<!-- IMPORTANT: before you add anything here, please consider submitting
     it upstream to shared-mime-info instead.
     This file is only for things that are either urgently needed, or
     which have been refused upstream.
     It also has KDE-specific mimetypes, but remember that having such things
     in s-m-i means that someone receiving such a file by email or from a website
     will at least get a description of what it is, even without kcoreaddons installed.-->
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/metalink+xml">
    <sub-class-of type="application/xml"/>
    <comment>Metalink download</comment>
    <comment xml:lang="ar">تنزيل Metalink</comment>
    <comment xml:lang="ast">Descarga d'enllaz meta</comment>
    <comment xml:lang="bs">metalink preuzimanje</comment>
    <comment xml:lang="ca">Baixada de «Metalink»</comment>
    <comment xml:lang="ca@valencia">Baixada de «Metalink»</comment>
    <comment xml:lang="cs">Stahování Metalink</comment>
    <comment xml:lang="da">Metalink-download</comment>
    <comment xml:lang="de">Metalink-Download</comment>
    <comment xml:lang="el">Λήψη Metalink</comment>
    <comment xml:lang="en_GB">Metalink download</comment>
    <comment xml:lang="es">Descarga Metalink</comment>
    <comment xml:lang="et">Metalinki allalaadimine</comment>
    <comment xml:lang="eu">Metalik deskarga</comment>
    <comment xml:lang="fi">Metalink-lataus</comment>
    <comment xml:lang="fr">Téléchargement par méta-liens</comment>
    <comment xml:lang="ga">Íosluchtú Metalink</comment>
    <comment xml:lang="gd">luchdadh a-nuas meata-cheangail</comment>
    <comment xml:lang="gl">Descarga de Metalink</comment>
    <comment xml:lang="hr">Metalink preuzimanje</comment>
    <comment xml:lang="hu">Metalinkletöltés</comment>
    <comment xml:lang="ia">Discargamento de Metalink</comment>
    <comment xml:lang="is">Metalink niðurhal</comment>
    <comment xml:lang="it">scaricamento Metalink</comment>
    <comment xml:lang="ja">Metalink ダウンロード</comment>
    <comment xml:lang="kk">Метасілтеме</comment>
    <comment xml:lang="km">ទាញយក​តំណ​មេតា</comment>
    <comment xml:lang="ko">Metalink 다운로드</comment>
    <comment xml:lang="lt">Metalink atsiuntimas</comment>
    <comment xml:lang="lv">Metalink lejupielāde</comment>
    <comment xml:lang="ml">മെറ്റാ-കണ്ണി ഡൌണ്‍ലോഡ്</comment>
    <comment xml:lang="mr">मेटालिंक डाउनलोड</comment>
    <comment xml:lang="nb">Metalink nedlasting</comment>
    <comment xml:lang="nds">Metalink-Daalladen</comment>
    <comment xml:lang="nl">Download van metalink</comment>
    <comment xml:lang="nn">Metalink-nedlasting</comment>
    <comment xml:lang="pa">ਮੇਟਾਲਿੰਕ ਡਾਊਨਲੋਡ</comment>
    <comment xml:lang="pl">Pobieranie Metalink</comment>
    <comment xml:lang="pt">Transferência do Metalink</comment>
    <comment xml:lang="pt_BR">Transferência do Metalink</comment>
    <comment xml:lang="ro">Descărcare Metalink</comment>
    <comment xml:lang="ru">метассылка</comment>
    <comment xml:lang="se">Metalink-viežžan</comment>
    <comment xml:lang="sk">Sťahovanie Metalink</comment>
    <comment xml:lang="sl">Prejem Metalink</comment>
    <comment xml:lang="sr">металинк преузимање</comment>
    <comment xml:lang="sr@ijekavian">металинк преузимање</comment>
    <comment xml:lang="sr@ijekavianlatin">metalink preuzimanje</comment>
    <comment xml:lang="sr@latin">metalink preuzimanje</comment>
    <comment xml:lang="sv">Metalink-nerladdning</comment>
    <comment xml:lang="tr">Metalink indirmesi</comment>
    <comment xml:lang="ug">Metalink چۈشۈرۈش</comment>
    <comment xml:lang="uk">метапосилання отримання</comment>
    <comment xml:lang="zh_CN">Metalink 下载</comment>
    <comment xml:lang="zh_TW">Metalink 下載</comment>
    <glob pattern="*.metalink"/>
  </mime-type>
  <mime-type type="application/relaxng">
    <sub-class-of type="application/xml"/>
    <comment>RELAX NG</comment>
    <comment xml:lang="ar">RELAX NG</comment>
    <comment xml:lang="ast">RELAX NG</comment>
    <comment xml:lang="bs">Relax NG</comment>
    <comment xml:lang="ca">RELAX NG</comment>
    <comment xml:lang="ca@valencia">RELAX NG</comment>
    <comment xml:lang="cs">RELAX NG</comment>
    <comment xml:lang="da">RELAX NG</comment>
    <comment xml:lang="de">RELAX NG</comment>
    <comment xml:lang="el">RELAX NG</comment>
    <comment xml:lang="en_GB">RELAX NG</comment>
    <comment xml:lang="eo">RELAX NG</comment>
    <comment xml:lang="es">RELAX NG</comment>
    <comment xml:lang="et">RELAX NG</comment>
    <comment xml:lang="eu">RELAX NG</comment>
    <comment xml:lang="fi">RELAX NG</comment>
    <comment xml:lang="fr">RELAX NG</comment>
    <comment xml:lang="ga">RELAX NG</comment>
    <comment xml:lang="gd">RELAX NG</comment>
    <comment xml:lang="gl">RELAX NG</comment>
    <comment xml:lang="hr">RELAX NG</comment>
    <comment xml:lang="hu">RELAX NG</comment>
    <comment xml:lang="ia">RELAX NG</comment>
    <comment xml:lang="is">RELAX NG</comment>
    <comment xml:lang="it">RELAX NG</comment>
    <comment xml:lang="ja">RELAX NG</comment>
    <comment xml:lang="kk">RELAX NG</comment>
    <comment xml:lang="km">RELAX NG</comment>
    <comment xml:lang="ko">RELAX NG</comment>
    <comment xml:lang="lt">RELAX NG</comment>
    <comment xml:lang="lv">RELAX NG</comment>
    <comment xml:lang="ml">റിലാക്സ് എന്‍ ജി</comment>
    <comment xml:lang="mr">RELAX NG</comment>
    <comment xml:lang="nb">RELAX NG</comment>
    <comment xml:lang="nds">RELAX NG</comment>
    <comment xml:lang="nl">RELAX NG</comment>
    <comment xml:lang="nn">RELAX NG</comment>
    <comment xml:lang="pa">RELAX NG</comment>
    <comment xml:lang="pl">RELAX NG</comment>
    <comment xml:lang="pt">RELAX NG</comment>
    <comment xml:lang="pt_BR">RELAX NG</comment>
    <comment xml:lang="ro">RELAX NG</comment>
    <comment xml:lang="ru">документ RELAX NG</comment>
    <comment xml:lang="se">RELAX NG</comment>
    <comment xml:lang="sk">RELAX NG</comment>
    <comment xml:lang="sl">RELAX NG</comment>
    <comment xml:lang="sq">RELAX NG</comment>
    <comment xml:lang="sr">релакс НГ</comment>
    <comment xml:lang="sr@ijekavian">релакс НГ</comment>
    <comment xml:lang="sr@ijekavianlatin">Relax NG</comment>
    <comment xml:lang="sr@latin">Relax NG</comment>
    <comment xml:lang="sv">RELAX NG</comment>
    <comment xml:lang="tr">RELAX NG</comment>
    <comment xml:lang="ug">RELAX NG</comment>
    <comment xml:lang="uk">RELAX NG</comment>
    <comment xml:lang="zh_CN">RELAX NG</comment>
    <comment xml:lang="zh_TW">RELAX NG</comment>
    <glob pattern="*.rng"/>
  </mime-type>
  <mime-type type="application/x-cda">
    <comment>CD audio</comment>
    <comment xml:lang="ar">صوت CD</comment>
    <comment xml:lang="ast">CD d'audiu</comment>
    <comment xml:lang="bs">CD audio</comment>
    <comment xml:lang="ca">CD àudio</comment>
    <comment xml:lang="ca@valencia">CD àudio</comment>
    <comment xml:lang="cs">Audio CD</comment>
    <comment xml:lang="da">Cd-lyd</comment>
    <comment xml:lang="de">CD-Audio</comment>
    <comment xml:lang="el">Ήχος CD</comment>
    <comment xml:lang="en_GB">CD audio</comment>
    <comment xml:lang="es">Audio CD</comment>
    <comment xml:lang="et">CD audio</comment>
    <comment xml:lang="eu">Audio CDa</comment>
    <comment xml:lang="fi">CD-ääni</comment>
    <comment xml:lang="fr">CD audio</comment>
    <comment xml:lang="ga">Fuaim dhlúthdhiosca</comment>
    <comment xml:lang="gd">CD fuaime</comment>
    <comment xml:lang="gl">CD de son</comment>
    <comment xml:lang="hr">CD audio</comment>
    <comment xml:lang="hu">CD-hang</comment>
    <comment xml:lang="ia">Audio CD</comment>
    <comment xml:lang="is">CD hljóð</comment>
    <comment xml:lang="it">audio CD</comment>
    <comment xml:lang="ja">CD オーディオ</comment>
    <comment xml:lang="kk">аудио CD</comment>
    <comment xml:lang="km">ស៊ីឌី​អូឌីយ៉ូ</comment>
    <comment xml:lang="ko">CD 오디오</comment>
    <comment xml:lang="lt">CD audio</comment>
    <comment xml:lang="lv">CD audio</comment>
    <comment xml:lang="ml">സിഡി ശബ്ദം</comment>
    <comment xml:lang="mr">CD ऑडिओ</comment>
    <comment xml:lang="ms">Audio CD</comment>
    <comment xml:lang="nb">CD-lyd</comment>
    <comment xml:lang="nds">Klang-CD</comment>
    <comment xml:lang="nl">CD-audio</comment>
    <comment xml:lang="nn">CD-lyd</comment>
    <comment xml:lang="pa">CD ਆਡੀਓ</comment>
    <comment xml:lang="pl">Audio CD</comment>
    <comment xml:lang="pt">Áudio de CD</comment>
    <comment xml:lang="pt_BR">Áudio de CD</comment>
    <comment xml:lang="ro">CD audio</comment>
    <comment xml:lang="ru">дорожка на Audio CD</comment>
    <comment xml:lang="se">CD-jietna</comment>
    <comment xml:lang="sk">Audio CD</comment>
    <comment xml:lang="sl">Zvočni CD</comment>
    <comment xml:lang="sq">CD audio</comment>
    <comment xml:lang="sr">ЦД аудио</comment>
    <comment xml:lang="sr@ijekavian">ЦД аудио</comment>
    <comment xml:lang="sr@ijekavianlatin">CD audio</comment>
    <comment xml:lang="sr@latin">CD audio</comment>
    <comment xml:lang="sv">Cd-ljud</comment>
    <comment xml:lang="th">แผ่นซีดีเสียง</comment>
    <comment xml:lang="tr">CD sesi</comment>
    <comment xml:lang="ug">ئۈن CD</comment>
    <comment xml:lang="uk">звуковий КД</comment>
    <comment xml:lang="zh_CN">CD 音频</comment>
    <comment xml:lang="zh_TW">CD 音效</comment>
    <glob pattern="*.cda"/>
  </mime-type>
  <mime-type type="application/x-font-snf">
    <comment>SNF bitmap font</comment>
    <comment xml:lang="ar">خط SNF bitmap</comment>
    <comment xml:lang="ast">Fonte mapa de bits SNF</comment>
    <comment xml:lang="bs">SNF bitmapski font</comment>
    <comment xml:lang="ca">Tipus de lletra de mapa de bits SNF</comment>
    <comment xml:lang="ca@valencia">Tipus de lletra de mapa de bits SNF</comment>
    <comment xml:lang="cs">Bitmapový font SNF</comment>
    <comment xml:lang="da">SNF bitmap-skrifttype</comment>
    <comment xml:lang="de">SNF-Bitmap-Schriftart</comment>
    <comment xml:lang="el">Γραμματοσειρά bitmap SNF</comment>
    <comment xml:lang="en_GB">SNF bitmap font</comment>
    <comment xml:lang="es">Tipo de letra de mapa de bits SNF</comment>
    <comment xml:lang="et">SNF bittrasterfont</comment>
    <comment xml:lang="eu">SNF bitmap letra tipoa</comment>
    <comment xml:lang="fi">SNF-bittikarttafontti</comment>
    <comment xml:lang="fr">Police bitmap SNF</comment>
    <comment xml:lang="ga">Cló Giotánmhapach SNF</comment>
    <comment xml:lang="gd">cruth-clò bitmap SNF</comment>
    <comment xml:lang="gl">Tipo de letra SNF bitmap</comment>
    <comment xml:lang="hr">SNF bitmap pismo</comment>
    <comment xml:lang="hu">SNF-betűtípus</comment>
    <comment xml:lang="ia">font de bitmap SNF</comment>
    <comment xml:lang="is">SNF bitamyndaletur</comment>
    <comment xml:lang="it">carattere bitmap SNF</comment>
    <comment xml:lang="ja">SNF ビットマップフォント</comment>
    <comment xml:lang="kk">SNF нүктелік қаріпі</comment>
    <comment xml:lang="km">ពុម្ពអក្សរ​ផែនទីរូបភាព​របស់ SNF</comment>
    <comment xml:lang="ko">SNF 비트맵 글꼴</comment>
    <comment xml:lang="lt">SNF rastrinis šriftas</comment>
    <comment xml:lang="lv">SNF bitkartes fonts</comment>
    <comment xml:lang="ml">എസ് എന്‍ എഫ് ബിറ്റ്മാപ്പ്  അക്ഷരസഞ്ചയം</comment>
    <comment xml:lang="mr">SNF बिटमॅप फॉन्ट</comment>
    <comment xml:lang="nb">SNF bitmapskrift</comment>
    <comment xml:lang="nds">SNF-Pixelbild-Schriftoort</comment>
    <comment xml:lang="nl">SNF-bitmap-lettertype</comment>
    <comment xml:lang="nn">SNF-punktskrift</comment>
    <comment xml:lang="pa">SNF ਬਿੱਟਮੈਪ ਫੋਂਟ</comment>
    <comment xml:lang="pl">Czcionka bitmapowa SNF</comment>
    <comment xml:lang="pt">Tipo de letra por imagens SNF</comment>
    <comment xml:lang="pt_BR">Fonte bitmap SNF</comment>
    <comment xml:lang="ro">Font SNF hartă de biți</comment>
    <comment xml:lang="ru">растровый шрифт SNF</comment>
    <comment xml:lang="se">SNF-fonta</comment>
    <comment xml:lang="sk">Bitmapové písmo SNF</comment>
    <comment xml:lang="sl">Bitna pisava SNF</comment>
    <comment xml:lang="sr">СНФ битмапски фонт</comment>
    <comment xml:lang="sr@ijekavian">СНФ битмапски фонт</comment>
    <comment xml:lang="sr@ijekavianlatin">SNF bitmapski font</comment>
    <comment xml:lang="sr@latin">SNF bitmapski font</comment>
    <comment xml:lang="sv">SNF punktavbildat teckensnitt</comment>
    <comment xml:lang="th">แบบอักษรบิตแมปรูปแบบ SNF</comment>
    <comment xml:lang="tr">SNF bitmap yazı tipi</comment>
    <comment xml:lang="ug">SNF بىت سۈرەت خەت نۇسخىسى</comment>
    <comment xml:lang="uk">растровий файл SNF</comment>
    <comment xml:lang="zh_CN">SNF 点阵字体</comment>
    <comment xml:lang="zh_TW">SNF Bitmap 字型</comment>
    <glob pattern="*.snf"/>
    <glob pattern="*.snf.Z"/>
    <glob pattern="*.snf.gz"/>
  </mime-type>
  <mime-type type="application/x-java-applet">
    <comment>Java applet</comment>
    <comment xml:lang="ar">بريمج جافا</comment>
    <comment xml:lang="ast">Applet Java</comment>
    <comment xml:lang="bg">Аплет на Java</comment>
    <comment xml:lang="bs">JAVA aplet</comment>
    <comment xml:lang="ca">Miniaplicació Java</comment>
    <comment xml:lang="ca@valencia">Miniaplicació Java</comment>
    <comment xml:lang="cs">Java applet</comment>
    <comment xml:lang="da">Java applet</comment>
    <comment xml:lang="de">Java-Miniprogramm</comment>
    <comment xml:lang="el">Μικροεφαρμογή Java</comment>
    <comment xml:lang="en_GB">Java applet</comment>
    <comment xml:lang="es">Miniaplicación Java</comment>
    <comment xml:lang="et">Java aplett</comment>
    <comment xml:lang="eu">Java appleta</comment>
    <comment xml:lang="fi">Java-sovelma</comment>
    <comment xml:lang="fr">Applet Java</comment>
    <comment xml:lang="ga">Feidhmchláirín Java</comment>
    <comment xml:lang="gd">aplaid Java</comment>
    <comment xml:lang="gl">Applet de Java</comment>
    <comment xml:lang="hr">Java applet</comment>
    <comment xml:lang="hu">Java-kisalkalmazás</comment>
    <comment xml:lang="ia">Applet Java</comment>
    <comment xml:lang="is">Java forritlingur</comment>
    <comment xml:lang="it">applet Java</comment>
    <comment xml:lang="ja">Java アプレット</comment>
    <comment xml:lang="kk">Java апплеті</comment>
    <comment xml:lang="km">អាប់ភ្លេត​ Java</comment>
    <comment xml:lang="ko">자바 애플릿</comment>
    <comment xml:lang="lt">Java papildinys</comment>
    <comment xml:lang="lv">Java sīklietotne</comment>
    <comment xml:lang="ml">ജാവ ആപ്പ്ലെറ്റ്</comment>
    <comment xml:lang="mr">जावा एप्लेट</comment>
    <comment xml:lang="nb">Java applet</comment>
    <comment xml:lang="nds">Java-Lüttprogramm</comment>
    <comment xml:lang="nl">Java-applet</comment>
    <comment xml:lang="nn">Java-applett</comment>
    <comment xml:lang="pa">ਜਾਵਾ ਐਪਲਿਟ</comment>
    <comment xml:lang="pl">Aplet Javy</comment>
    <comment xml:lang="pt">'Applet' de Java</comment>
    <comment xml:lang="pt_BR">Miniaplicativo Java</comment>
    <comment xml:lang="ro">Miniaplicație Java</comment>
    <comment xml:lang="ru">Java-апплет</comment>
    <comment xml:lang="se">Javaprográmmaš</comment>
    <comment xml:lang="sk">Java applet</comment>
    <comment xml:lang="sl">Aplet Java</comment>
    <comment xml:lang="sq">Miniapliaktiv Java</comment>
    <comment xml:lang="sr">јавански аплет</comment>
    <comment xml:lang="sr@ijekavian">јавански аплет</comment>
    <comment xml:lang="sr@ijekavianlatin">javanski aplet</comment>
    <comment xml:lang="sr@latin">javanski aplet</comment>
    <comment xml:lang="sv">Java-miniprogram</comment>
    <comment xml:lang="th">จาวาแอพเพล็ต</comment>
    <comment xml:lang="tr">Java programcığı</comment>
    <comment xml:lang="ug">Java قوللانچاق</comment>
    <comment xml:lang="uk">аплет Java</comment>
    <comment xml:lang="zh_CN">Java 小程序</comment>
    <comment xml:lang="zh_TW">Java applet</comment>
  </mime-type>
  <mime-type type="application/x-khtml-adaptor">
    <comment>KHTML Extension Adaptor</comment>
    <comment xml:lang="ar">مكيف الامتدادات KHTML</comment>
    <comment xml:lang="ast">Adautador d'estensión KHTML</comment>
    <comment xml:lang="bs">KHTML‑ov adapter proširenja</comment>
    <comment xml:lang="ca">Adaptador de l'extensió KHTML</comment>
    <comment xml:lang="ca@valencia">Adaptador de l'extensió KHTML</comment>
    <comment xml:lang="cs">Adaptér pro KHTML rozšíření</comment>
    <comment xml:lang="da">KHTML udvidelsesadapter</comment>
    <comment xml:lang="de">Adapter für KHTML-Erweiterungen</comment>
    <comment xml:lang="el">Προσαρμογέας επέκτασης KHTML</comment>
    <comment xml:lang="en_GB">KHTML Extension Adaptor</comment>
    <comment xml:lang="es">Adaptador de extensión de KHTML</comment>
    <comment xml:lang="et">KHTML-i laiendi adapter</comment>
    <comment xml:lang="eu">KHTML hedapen adaptadorea</comment>
    <comment xml:lang="fi">KHTML-laajennussovitin</comment>
    <comment xml:lang="fr">Adaptateur d'extension KHTML</comment>
    <comment xml:lang="ga">Cuibheoir Eisínteacht KHTML</comment>
    <comment xml:lang="gd">adaptar leudachain KHTML</comment>
    <comment xml:lang="gl">Adaptador de extensión de KHTML</comment>
    <comment xml:lang="hr">KHTML adapter proširenja</comment>
    <comment xml:lang="hu">KHTML-es kiterjesztéskezelő</comment>
    <comment xml:lang="ia">Adaptator pro KHTML Extension</comment>
    <comment xml:lang="is">Aðlögun KHTML-endinga</comment>
    <comment xml:lang="it">adattatore di estensioni di KHTML</comment>
    <comment xml:lang="ja">KHTML エクステンションアダプタ</comment>
    <comment xml:lang="kk">KHTML кеңейтулер адаптері</comment>
    <comment xml:lang="km">អាដាប់ទ័រ​ផ្នែកបន្ថែម​របស់ KHTML</comment>
    <comment xml:lang="ko">KHTML 확장 기능 어댑터</comment>
    <comment xml:lang="lt">KHTML praplėtimų adapteris</comment>
    <comment xml:lang="lv">KHTML paplašinājumu adapteris</comment>
    <comment xml:lang="ml">കെഎച്ച്ടിഎംഎല്‍ എക്സ്റ്റന്‍ഷന്‍ അഡാപ്റ്റര്‍</comment>
    <comment xml:lang="mr">KHTML एक्सटेंशन एडॅप्टर</comment>
    <comment xml:lang="nb">KHTML-filutvidelsesadapter</comment>
    <comment xml:lang="nds">Koppelsteed för KHTML-Verwiedern</comment>
    <comment xml:lang="nl">KHTML-extensie aanpassen</comment>
    <comment xml:lang="nn">KHTML-utvidingstilpassar</comment>
    <comment xml:lang="pa">KHTML ਇਕਸਟੈਨਸ਼ਨ ਅਡੋਪਟਰ</comment>
    <comment xml:lang="pl">Adapter rozszerzeń KHTML</comment>
    <comment xml:lang="pt">Adaptador de Extensões do KHTML</comment>
    <comment xml:lang="pt_BR">Adaptador de extensões do KHTML</comment>
    <comment xml:lang="ro">Adaptor de extensii KHTML</comment>
    <comment xml:lang="ru">адаптер расширений KHTML</comment>
    <comment xml:lang="se">KHTML-viiddádusheiveheaddji</comment>
    <comment xml:lang="sk">Adaptér pre KHTML rozšírenia</comment>
    <comment xml:lang="sl">Prilagodilnik razširitve KHTML</comment>
    <comment xml:lang="sr">КХТМЛ‑ов адаптер проширења</comment>
    <comment xml:lang="sr@ijekavian">КХТМЛ‑ов адаптер проширења</comment>
    <comment xml:lang="sr@ijekavianlatin">KHTML‑ov adapter proširenja</comment>
    <comment xml:lang="sr@latin">KHTML‑ov adapter proširenja</comment>
    <comment xml:lang="sv">KHTML-utökningsanpassning</comment>
    <comment xml:lang="tr">KHTML Eklenti Bağdaştırıcısı</comment>
    <comment xml:lang="ug">KHTML كېڭەيتىلمە ماسلاشتۇرغۇچ</comment>
    <comment xml:lang="uk">адаптер розширень KHTML</comment>
    <comment xml:lang="zh_CN">KHTML 扩展适配器</comment>
    <comment xml:lang="zh_TW">KHTML 延伸裝置</comment>
  </mime-type>
  <mime-type type="application/x-kcsrc">
    <comment>KDE color scheme</comment>
    <comment xml:lang="ar">مخطط ألوان كدي</comment>
    <comment xml:lang="ast">Esquema de color KDE</comment>
    <comment xml:lang="bg">Цветова схема за KDE</comment>
    <comment xml:lang="bs">KDE šema boja</comment>
    <comment xml:lang="ca">Esquema de color del KDE</comment>
    <comment xml:lang="ca@valencia">Esquema de color del KDE</comment>
    <comment xml:lang="cs">Barevné schéma KDE</comment>
    <comment xml:lang="da">KDE farvetema</comment>
    <comment xml:lang="de">KDE-Farbschema</comment>
    <comment xml:lang="el">Θέμα χρωμάτων KDE</comment>
    <comment xml:lang="en_GB">KDE colour scheme</comment>
    <comment xml:lang="es">Esquema de color de KDE</comment>
    <comment xml:lang="et">KDE värviskeem</comment>
    <comment xml:lang="eu">KDE kolore eskema</comment>
    <comment xml:lang="fi">KDE-värimalli</comment>
    <comment xml:lang="fr">Schéma de couleurs KDE</comment>
    <comment xml:lang="ga">Téama dathanna de chuid KDE</comment>
    <comment xml:lang="gd">sgeama dathan KDE</comment>
    <comment xml:lang="gl">Esquema de cores de KDE</comment>
    <comment xml:lang="hr">KDE-ova paleta boja</comment>
    <comment xml:lang="hu">KDE-színséma</comment>
    <comment xml:lang="ia">Schema de color KDE</comment>
    <comment xml:lang="is">KDE litastef</comment>
    <comment xml:lang="it">schema di colori di KDE</comment>
    <comment xml:lang="ja">KDE 色スキーム</comment>
    <comment xml:lang="kk">KDE түстер сұлбасы</comment>
    <comment xml:lang="km">គ្រោងពណ៌​របស់ KDE</comment>
    <comment xml:lang="ko">KDE 색 배열</comment>
    <comment xml:lang="lt">KDE spalvų schema</comment>
    <comment xml:lang="lv">KDE krāsu shēma</comment>
    <comment xml:lang="ml">കെഡിഇ നിറക്കൂട്ട്</comment>
    <comment xml:lang="mr">केडीई रंग सुत्रयोजना</comment>
    <comment xml:lang="nb">KDE fargeskjema</comment>
    <comment xml:lang="nds">KDE-Klöörschema</comment>
    <comment xml:lang="nl">KDE-kleurenschema</comment>
    <comment xml:lang="nn">KDE-fargeoppsett</comment>
    <comment xml:lang="pa">KDE ਰੰਗ ਸਕੀਮ</comment>
    <comment xml:lang="pl">Zestaw kolorów KDE</comment>
    <comment xml:lang="pt">Esquema de cores do KDE</comment>
    <comment xml:lang="pt_BR">Esquema de cores do KDE</comment>
    <comment xml:lang="ro">Schemă de culori KDE</comment>
    <comment xml:lang="ru">цветовая схема KDE</comment>
    <comment xml:lang="se">KDE-ivdnečoahkkádus</comment>
    <comment xml:lang="sk">Farebná schéma KDE</comment>
    <comment xml:lang="sl">Barvna shema KDE</comment>
    <comment xml:lang="sr">КДЕ шема боја</comment>
    <comment xml:lang="sr@ijekavian">КДЕ шема боја</comment>
    <comment xml:lang="sr@ijekavianlatin">KDE šema boja</comment>
    <comment xml:lang="sr@latin">KDE šema boja</comment>
    <comment xml:lang="sv">KDE-färgschema</comment>
    <comment xml:lang="th">ชุดสีของ KDE</comment>
    <comment xml:lang="tr">KDE renk şeması</comment>
    <comment xml:lang="ug">KDE رەڭ لايىھىسى</comment>
    <comment xml:lang="uk">схема кольорів KDE</comment>
    <comment xml:lang="zh_CN">KDE 配色方案</comment>
    <comment xml:lang="zh_TW">KDE 顏色機制</comment>
    <acronym>KDE</acronym>
    <expanded-acronym>K Desktop Environment</expanded-acronym>
    <glob pattern="*.kcsrc"/>
  </mime-type>
  <mime-type type="application/x-kns">
    <sub-class-of type="application/zip"/>
    <comment>KNewStuff package</comment>
    <comment xml:lang="ar">حزمة KNewStuff</comment>
    <comment xml:lang="ast">Paquete KNewStuff</comment>
    <comment xml:lang="bs">paket K‑svežih-novotarija</comment>
    <comment xml:lang="ca">Paquet del KNewStuff</comment>
    <comment xml:lang="ca@valencia">Paquet del KNewStuff</comment>
    <comment xml:lang="cs">Balíček KNewStuff</comment>
    <comment xml:lang="da">KNewStuff-pakke</comment>
    <comment xml:lang="de">KNewStuff-Paket</comment>
    <comment xml:lang="el">Πακέτο KNewStuff</comment>
    <comment xml:lang="en_GB">KNewStuff package</comment>
    <comment xml:lang="es">Paquete de KNewStuff</comment>
    <comment xml:lang="et">KNewStuffi pakett</comment>
    <comment xml:lang="eu">KNewStuff paketea</comment>
    <comment xml:lang="fi">KNewStuff-paketti</comment>
    <comment xml:lang="fr">Paquet « KNewStuff »</comment>
    <comment xml:lang="ga">Pacáiste KNewStuff</comment>
    <comment xml:lang="gd">pacaid KNewStuff</comment>
    <comment xml:lang="gl">Paquete de KNewStuff</comment>
    <comment xml:lang="hr">KNewStuff paket</comment>
    <comment xml:lang="hu">KNewStuff-csomag</comment>
    <comment xml:lang="ia">KNewStuff: Pacchetto</comment>
    <comment xml:lang="is">KNewStuff pakki</comment>
    <comment xml:lang="it">pacchetto di KNewStuff</comment>
    <comment xml:lang="ja">KNewStuff パッケージ</comment>
    <comment xml:lang="kk">KNewStuff дестесі</comment>
    <comment xml:lang="km">កញ្ចប់ KNewStuff</comment>
    <comment xml:lang="ko">KNewStuff 패키지</comment>
    <comment xml:lang="lt">KNewStuff paketas</comment>
    <comment xml:lang="lv">KNewStuff pakotne</comment>
    <comment xml:lang="ml">കെന്യൂസ്റ്റഫ് പാക്കേജ്</comment>
    <comment xml:lang="mr">के-न्यु-स्टफ पॅकेज</comment>
    <comment xml:lang="nb">KNewStuff-pakke</comment>
    <comment xml:lang="nds">KNewStuff-Paket</comment>
    <comment xml:lang="nl">KNewStuff-pakket</comment>
    <comment xml:lang="nn">KNewStuff-pakke</comment>
    <comment xml:lang="pa">KNewStuff ਪੈਕੇਜ</comment>
    <comment xml:lang="pl">Pakiet KNewStuff</comment>
    <comment xml:lang="pt">Pacote do KNewStuff</comment>
    <comment xml:lang="pt_BR">Pacote do KNewStuff</comment>
    <comment xml:lang="ro">pachet KNewStuff</comment>
    <comment xml:lang="ru">пакет KNewStuff</comment>
    <comment xml:lang="se">KNewStuff páhkka</comment>
    <comment xml:lang="sk">Balíček KNewStuff</comment>
    <comment xml:lang="sl">Paket KNewStuff</comment>
    <comment xml:lang="sr">пакет К‑свежих-новотарија</comment>
    <comment xml:lang="sr@ijekavian">пакет К‑свежих-новотарија</comment>
    <comment xml:lang="sr@ijekavianlatin">paket K‑svežih-novotarija</comment>
    <comment xml:lang="sr@latin">paket K‑svežih-novotarija</comment>
    <comment xml:lang="sv">Heta nyheter-paket</comment>
    <comment xml:lang="th">แพกเกจ KNewStuff</comment>
    <comment xml:lang="tr">KNewStuff paketi</comment>
    <comment xml:lang="ug">KNewStuff بوغچا</comment>
    <comment xml:lang="uk">пакунок KNewStuff</comment>
    <comment xml:lang="zh_CN">KNewStuff 包</comment>
    <comment xml:lang="zh_TW">KNewStuff 套件</comment>
    <glob pattern="*.kns"/>
  </mime-type>
  <mime-type type="application/x-kwallet"> <!-- fdo #6326 rejected, will stay KDE-specific -->
    <comment>KWallet wallet</comment>
    <comment xml:lang="ar">حافظة KWallet</comment>
    <comment xml:lang="ast">Cartera KWallet</comment>
    <comment xml:lang="bg">Портфейл KWallet</comment>
    <comment xml:lang="bs">K‑novčanikov novčanik</comment>
    <comment xml:lang="ca">Cartera del KWallet</comment>
    <comment xml:lang="ca@valencia">Cartera del KWallet</comment>
    <comment xml:lang="cs">Schránka KWallet</comment>
    <comment xml:lang="da">Tegnebog til KWallet</comment>
    <comment xml:lang="de">KWallet-Passwortspeicher</comment>
    <comment xml:lang="el">Πορτοφόλι KWallet</comment>
    <comment xml:lang="en_GB">KWallet wallet</comment>
    <comment xml:lang="es">Cartera de KWallet</comment>
    <comment xml:lang="et">KWalleti turvalaegas</comment>
    <comment xml:lang="eu">KWallet zorroa</comment>
    <comment xml:lang="fi">KWallet-lompakko</comment>
    <comment xml:lang="fr">Portefeuille KWallet</comment>
    <comment xml:lang="ga">Sparán KWallet</comment>
    <comment xml:lang="gd">sporan KWallet</comment>
    <comment xml:lang="gl">Carteira de KWallet</comment>
    <comment xml:lang="hr">KWallet lisnica</comment>
    <comment xml:lang="hu">KWallet-jelszófájl</comment>
    <comment xml:lang="ia">Kwallet :portafolio</comment>
    <comment xml:lang="is">KWallet veski</comment>
    <comment xml:lang="it">Portafogli di KDE</comment>
    <comment xml:lang="ja">KWallet ウォレット</comment>
    <comment xml:lang="kk">KWallet әмияны</comment>
    <comment xml:lang="km">កាបូប​របស់ KWallet</comment>
    <comment xml:lang="ko">KWallet 지갑</comment>
    <comment xml:lang="lt">KWallet piniginė</comment>
    <comment xml:lang="lv">KWallet maks</comment>
    <comment xml:lang="ml">കെവാലറ്റ് മടിശ്ശീല</comment>
    <comment xml:lang="mr">के-वॉलेट पाकीट</comment>
    <comment xml:lang="nb">KWallet lommebok</comment>
    <comment xml:lang="nds">KWallet-Knipp</comment>
    <comment xml:lang="nl">KWallet-portefeuille</comment>
    <comment xml:lang="nn">KWallet-lommebok</comment>
    <comment xml:lang="pa">KWallet ਵਾਲਿਟ</comment>
    <comment xml:lang="pl">Portfel KDE</comment>
    <comment xml:lang="pt">Carteira da KWallet</comment>
    <comment xml:lang="pt_BR">Carteira do KWallet</comment>
    <comment xml:lang="ro">Portofel KWallet</comment>
    <comment xml:lang="ru">бумажник KWallet</comment>
    <comment xml:lang="se">KWallet bursa</comment>
    <comment xml:lang="sk">KWallet wallet</comment>
    <comment xml:lang="sl">Listnica Kwallet</comment>
    <comment xml:lang="sr">К‑новчаников новчаник</comment>
    <comment xml:lang="sr@ijekavian">К‑новчаников новчаник</comment>
    <comment xml:lang="sr@ijekavianlatin">K‑novčanikov novčanik</comment>
    <comment xml:lang="sr@latin">K‑novčanikov novčanik</comment>
    <comment xml:lang="sv">Kwallet-plånbok</comment>
    <comment xml:lang="th">กระเป๋าของ 'กระเป๋าคุมข้อมูล-K'</comment>
    <comment xml:lang="tr">KWallet cüzdanı</comment>
    <comment xml:lang="ug">KWallet ھەميانى</comment>
    <comment xml:lang="uk">торбинка KWallet</comment>
    <comment xml:lang="zh_CN">KWallet 钱包</comment>
    <comment xml:lang="zh_TW">KWallet 錢包</comment>
    <magic priority="80">
      <match type="string" value="KWALLET" offset="0"/>
    </magic>
    <glob pattern="*.kwl"/>
  </mime-type>
  <mime-type type="application/x-kudesigner">
    <comment>Kugar report template</comment>
    <comment xml:lang="ar">قالب تقرير Kugar</comment>
    <comment xml:lang="ast">Plantía d'informe Kugar</comment>
    <comment xml:lang="bs">Kugarov šablon izvještaja</comment>
    <comment xml:lang="ca">Plantilla d'informe del Kugar</comment>
    <comment xml:lang="ca@valencia">Plantilla d'informe del Kugar</comment>
    <comment xml:lang="cs">Šablona hlášení Kugar</comment>
    <comment xml:lang="da">Kugar rapportskabelon</comment>
    <comment xml:lang="de">Kugar-Berichtsvorlage</comment>
    <comment xml:lang="el">Πρότυπο αναφοράς Kugar</comment>
    <comment xml:lang="en_GB">Kugar report template</comment>
    <comment xml:lang="es">Plantilla de informe de Kugar</comment>
    <comment xml:lang="et">Kugari aruandemall</comment>
    <comment xml:lang="eu">Kugar txosten-txantiloia</comment>
    <comment xml:lang="fi">Kugar-raporttipohja</comment>
    <comment xml:lang="fr">Modèle de rapport Kugar</comment>
    <comment xml:lang="ga">Teimpléad tuarascála Kugar</comment>
    <comment xml:lang="gd">teamplaid aithisg Kugar</comment>
    <comment xml:lang="gl">Modelo de informe de Kugar</comment>
    <comment xml:lang="hr">Kugar predložak izvještaja</comment>
    <comment xml:lang="hu">Kugar-jelentéssablon</comment>
    <comment xml:lang="ia">Kugar : patrono de reporto</comment>
    <comment xml:lang="is">Kugar skýrslugerðarforsnið</comment>
    <comment xml:lang="it">modello di rapporto di Kugar</comment>
    <comment xml:lang="ja">Kugar レポートテンプレート</comment>
    <comment xml:lang="kk">Kugar есеп беру үлгісі</comment>
    <comment xml:lang="km">ពុម្ព​របាយការណ៍​របស់ Kugar</comment>
    <comment xml:lang="ko">Kugar 보고서 템플릿</comment>
    <comment xml:lang="lt">Kugar ataskaitos šablonas</comment>
    <comment xml:lang="lv">Kugar atskaites sagatave</comment>
    <comment xml:lang="ml">കുഗാര്‍ അറിയിപ്പ് ഫലകം</comment>
    <comment xml:lang="mr">कुगर रिपोर्ट नमूना</comment>
    <comment xml:lang="nb">Kugar rapportmal</comment>
    <comment xml:lang="nds">Kugar-Berichtvörlaag</comment>
    <comment xml:lang="nl">Kugar-rapportsjabloon</comment>
    <comment xml:lang="nn">Rapportmal for Kugar</comment>
    <comment xml:lang="pa">Kugar ਰਿਪੋਰਟ ਟੈਪਲੇਟ</comment>
    <comment xml:lang="pl">Szablon raportu Kugara</comment>
    <comment xml:lang="pt">Modelo de relatórios do Kugar</comment>
    <comment xml:lang="pt_BR">Modelo de relatório do Kugar</comment>
    <comment xml:lang="ro">șablon de raport Kugar</comment>
    <comment xml:lang="ru">шаблон отчёта Kugar</comment>
    <comment xml:lang="se">Kugar raportamálle</comment>
    <comment xml:lang="sk">Reportovacia šablóna Kugar</comment>
    <comment xml:lang="sl">Predloga za poročila Kugar</comment>
    <comment xml:lang="sr">Кугаров шаблон извештаја</comment>
    <comment xml:lang="sr@ijekavian">Кугаров шаблон извештаја</comment>
    <comment xml:lang="sr@ijekavianlatin">Kugarov šablon izveštaja</comment>
    <comment xml:lang="sr@latin">Kugarov šablon izveštaja</comment>
    <comment xml:lang="sv">Kugar-rapportmall</comment>
    <comment xml:lang="th">แม่แบบรายงานของ Kugar</comment>
    <comment xml:lang="tr">Kugar rapor şablonu</comment>
    <comment xml:lang="ug">Kugar دوكلات قېلىپى</comment>
    <comment xml:lang="uk">шаблон звіту Kugar</comment>
    <comment xml:lang="zh_CN">Kugar 报表模板</comment>
    <comment xml:lang="zh_TW">Kugar 報告樣本</comment>
    <glob pattern="*.kut"/>
  </mime-type>
  <mime-type type="application/x-mimearchive">
    <comment>mime encapsulated web archive</comment>
    <comment xml:lang="ar">نوع ملفات يغلف أرشف ويب</comment>
    <comment xml:lang="ast">archivu web encapsuláu mime</comment>
    <comment xml:lang="bs">MIME učaurena veb arhiva</comment>
    <comment xml:lang="ca">Arxiu web encapsulat en MIME</comment>
    <comment xml:lang="ca@valencia">Arxiu web encapsulat en MIME</comment>
    <comment xml:lang="cs">web archív zapouzdřený v MIME</comment>
    <comment xml:lang="da">MIME-indkapslet webarkiv</comment>
    <comment xml:lang="de">MIME-ummanteltes Web-Archiv</comment>
    <comment xml:lang="el">εσωκλειόμενο μήνυμα mime αρχειοθήκης ιστοσελίδας</comment>
    <comment xml:lang="en_GB">mime encapsulated web archive</comment>
    <comment xml:lang="es">archivo web encapsulado mime</comment>
    <comment xml:lang="et">MIME kapselduses veebiarhiiv</comment>
    <comment xml:lang="eu">mime kaptsulatutako web artxiboa</comment>
    <comment xml:lang="fi">MIME-kapseloitu web-arkisto</comment>
    <comment xml:lang="fr">Archive Web encapsulée MIME</comment>
    <comment xml:lang="ga">cartlann Ghréasáin cuachta mar MIME</comment>
    <comment xml:lang="gd">tasglann-lìn capslaichte mime</comment>
    <comment xml:lang="gl">arquivo web mime encapsulado</comment>
    <comment xml:lang="hr">mime enkapsulirana mrežna arhiva</comment>
    <comment xml:lang="hu">MIME formátumú webes archívum</comment>
    <comment xml:lang="ia">mime : archivo web encapsulate</comment>
    <comment xml:lang="is">MIME-formað vefskráasafn</comment>
    <comment xml:lang="it">archivio Web incapsulato in MIME</comment>
    <comment xml:lang="ja">mime カプセル化された web アーカイブ</comment>
    <comment xml:lang="kk">MIME инкапсуляцияланған веб-архиві</comment>
    <comment xml:lang="km">ប័ណ្ណសារ​បណ្ដាញ​​ដែល​បាន​ស្រោប​របស់ mime</comment>
    <comment xml:lang="ko">MIME 캡슐화된 웹 압축 파일</comment>
    <comment xml:lang="lt">į mime įdėtas žiniatinklio archyvas</comment>
    <comment xml:lang="lv">mime iekapsilēts tīmekļa arhīvs</comment>
    <comment xml:lang="ml">സംക്ഷേപിച്ച മൈം വെബ് ശേഖരം</comment>
    <comment xml:lang="mr">mime असलेला वेब संग्रह</comment>
    <comment xml:lang="nb">mime-innkapslet nettarkiv</comment>
    <comment xml:lang="nds">MIME-inkapselt Nettarchiev</comment>
    <comment xml:lang="nl">mime-ingekapseld webarchief</comment>
    <comment xml:lang="nn">MIME-innkapsla vevarkiv</comment>
    <comment xml:lang="pl">archiwum WWW w kodowaniu MIME</comment>
    <comment xml:lang="pt">pacote Web encapsulado em MIME</comment>
    <comment xml:lang="pt_BR">Arquivo web encapsulado em MIME</comment>
    <comment xml:lang="ro">arhivă web încapsulată mime</comment>
    <comment xml:lang="ru">веб-архив</comment>
    <comment xml:lang="sk">web archív zapuzdrený v MIME</comment>
    <comment xml:lang="sl">spletni arhiv vložen po MIME</comment>
    <comment xml:lang="sr">МИМЕ учаурена веб архива</comment>
    <comment xml:lang="sr@ijekavian">МИМЕ учаурена веб архива</comment>
    <comment xml:lang="sr@ijekavianlatin">MIME učaurena veb arhiva</comment>
    <comment xml:lang="sr@latin">MIME učaurena veb arhiva</comment>
    <comment xml:lang="sv">MIME-inkapslat webbarkiv</comment>
    <comment xml:lang="tr">kapsüllenmiş web arşivi</comment>
    <comment xml:lang="ug">كاپسۇللانغان mime تور بەت ئارخىپى</comment>
    <comment xml:lang="uk">інкапсульований вебархів MIME</comment>
    <comment xml:lang="zh_CN">封装 MIME 的网页归档</comment>
    <comment xml:lang="zh_TW">MIME 封裝網頁歸檔</comment>
    <glob pattern="*.mhtml"/>
    <glob pattern="*.mht"/>
  </mime-type>
  <mime-type type="application/x-nzb"> <!-- fdo #10029, released in s-m-i 0.91 -->
    <comment>NewzBin usenet index</comment>
    <comment xml:lang="ar">فهرس يوزنت NewzBin</comment>
    <comment xml:lang="ast">Índiz usenet de NewzBin</comment>
    <comment xml:lang="bs">NewzBinov indeks Useneta</comment>
    <comment xml:lang="ca">Índex usenet NewzBin</comment>
    <comment xml:lang="ca@valencia">Índex usenet NewzBin</comment>
    <comment xml:lang="cs">Index NewzBin usenet</comment>
    <comment xml:lang="da">NewzBin usenet-indeks</comment>
    <comment xml:lang="de">NewzBin-Usenet-Index</comment>
    <comment xml:lang="el">Ευρετήριο νέων NewzBin</comment>
    <comment xml:lang="en_GB">NewzBin usenet index</comment>
    <comment xml:lang="es">Índice usenet de NewzBin</comment>
    <comment xml:lang="et">NewzBini useneti indeks</comment>
    <comment xml:lang="eu">NewzBin usenet indizea</comment>
    <comment xml:lang="fi">NewzBin-keskusteluryhmäindeksi</comment>
    <comment xml:lang="fr">Index Usenet de NewzBin</comment>
    <comment xml:lang="ga">Innéacs usenet NewzBin</comment>
    <comment xml:lang="gd">clàr-innse usenet NewzBin</comment>
    <comment xml:lang="gl">Índice da usenet de NewsBin</comment>
    <comment xml:lang="hr">NewzBin usenet indeks</comment>
    <comment xml:lang="hu">NewzBin Usenet-index</comment>
    <comment xml:lang="ia">Indice usenet de NewzBiz</comment>
    <comment xml:lang="is">NewzBin usenet yfirlit</comment>
    <comment xml:lang="it">indice Usenet di NewzBin</comment>
    <comment xml:lang="ja">NewzBin usenet インデックス</comment>
    <comment xml:lang="kk">NewzBin usenet индексі</comment>
    <comment xml:lang="km">លិបិក្រម​​បណ្ដាញ​ប្រើ​របស់ NewzBin</comment>
    <comment xml:lang="ko">NewzBin 유즈넷 인덱스</comment>
    <comment xml:lang="lt">NewzBin usenet indeksas</comment>
    <comment xml:lang="lv">NewzBin usenet indekss</comment>
    <comment xml:lang="ml">ന്യൂസ്ബിന്‍ യൂസ്നെറ്റ് സൂചിക</comment>
    <comment xml:lang="mr">न्युझबिन युजनेट अनुक्रमणिका </comment>
    <comment xml:lang="nb">NewzBin usenet index</comment>
    <comment xml:lang="nds">NewzBin-Usenet-Index</comment>
    <comment xml:lang="nl">NewzBin-usenet-index</comment>
    <comment xml:lang="nn">NewzBin-temagruppeindeks</comment>
    <comment xml:lang="pl">Indeks grup dyskusyjnych NewzBin</comment>
    <comment xml:lang="pt">Índice de notícias do NewzBin</comment>
    <comment xml:lang="pt_BR">Índice de notícias do NewzBin</comment>
    <comment xml:lang="ro">index usenet NewzBin</comment>
    <comment xml:lang="ru">индекс Usenet для NewzBin</comment>
    <comment xml:lang="se">NewzBin usenetindeaksa</comment>
    <comment xml:lang="sk">NewzBin usenet index</comment>
    <comment xml:lang="sl">Kazalo novičarskih skupin NewzBin</comment>
    <comment xml:lang="sr">Њузбинов индекс јузнета</comment>
    <comment xml:lang="sr@ijekavian">Њузбинов индекс јузнета</comment>
    <comment xml:lang="sr@ijekavianlatin">NewzBinov indeks Useneta</comment>
    <comment xml:lang="sr@latin">NewzBinov indeks Useneta</comment>
    <comment xml:lang="sv">Newzbin-diskussionsgruppindex</comment>
    <comment xml:lang="tr">NewzBin usenet dizini</comment>
    <comment xml:lang="ug">NewzBin usenet ئىندېكس</comment>
    <comment xml:lang="uk">покажчик usenet NewzBin</comment>
    <comment xml:lang="zh_CN">NewzBin usenet 索引</comment>
    <comment xml:lang="zh_TW">NewzBin usenet 索引</comment>
    <sub-class-of type="application/xml"/>
    <magic priority="80">
      <match type="string" value="&lt;nzb" offset="0:256"/>
    </magic>
    <glob pattern="*.nzb"/>
  </mime-type>
  <mime-type type="application/x-plasma">
    <sub-class-of type="application/zip"/>
    <comment>plasmoid</comment>
    <comment xml:lang="ar">بلازمود</comment>
    <comment xml:lang="ast">plasmoide</comment>
    <comment xml:lang="bs">plazmoid</comment>
    <comment xml:lang="ca">Plasmoide</comment>
    <comment xml:lang="ca@valencia">Plasmoide</comment>
    <comment xml:lang="cs">plasmoid</comment>
    <comment xml:lang="da">plasmoid</comment>
    <comment xml:lang="de">Plasmoid</comment>
    <comment xml:lang="el">πλασμοειδές</comment>
    <comment xml:lang="en_GB">plasmoid</comment>
    <comment xml:lang="es">plasmoide</comment>
    <comment xml:lang="et">plasmoid</comment>
    <comment xml:lang="eu">plasmoid-a</comment>
    <comment xml:lang="fi">plasmoidi</comment>
    <comment xml:lang="fr">composant graphique</comment>
    <comment xml:lang="ga">plasmóid</comment>
    <comment xml:lang="gd">plasmoid</comment>
    <comment xml:lang="gl">plasmoide</comment>
    <comment xml:lang="hr">plasmoid</comment>
    <comment xml:lang="hu">plazmoid</comment>
    <comment xml:lang="ia">plasmoid</comment>
    <comment xml:lang="is">plasmíð</comment>
    <comment xml:lang="it">plasmoide</comment>
    <comment xml:lang="ja">plasmoid</comment>
    <comment xml:lang="kk">-лері</comment>
    <comment xml:lang="km">plasmoid</comment>
    <comment xml:lang="ko">plasmoid</comment>
    <comment xml:lang="lt">plazmoidas</comment>
    <comment xml:lang="lv">plazmoīds</comment>
    <comment xml:lang="ml">പ്ലാസ്മോയിഡ്</comment>
    <comment xml:lang="mr">प्लाज्मोइड</comment>
    <comment xml:lang="nb">plasmoid</comment>
    <comment xml:lang="nds">Plasma-Lüttprogramm</comment>
    <comment xml:lang="nl">plasmoid</comment>
    <comment xml:lang="nn">plasmoide</comment>
    <comment xml:lang="pa">ਪਲਾਜ਼ਮੋਡ</comment>
    <comment xml:lang="pl">plazmoid</comment>
    <comment xml:lang="pt">plasmóide</comment>
    <comment xml:lang="pt_BR">plasmoide</comment>
    <comment xml:lang="ro">plasmoid</comment>
    <comment xml:lang="ru">виджет</comment>
    <comment xml:lang="se">plasmoida</comment>
    <comment xml:lang="sk">plasmoid</comment>
    <comment xml:lang="sl">plasmoid</comment>
    <comment xml:lang="sq">plasmoid</comment>
    <comment xml:lang="sr">плазмоид</comment>
    <comment xml:lang="sr@ijekavian">плазмоид</comment>
    <comment xml:lang="sr@ijekavianlatin">plazmoid</comment>
    <comment xml:lang="sr@latin">plazmoid</comment>
    <comment xml:lang="sv">plasmoid</comment>
    <comment xml:lang="th">พลาสมอยด์</comment>
    <comment xml:lang="tr">plasma programcığı</comment>
    <comment xml:lang="ug">plasmoid</comment>
    <comment xml:lang="uk">плазмоїд</comment>
    <comment xml:lang="zh_CN">plasmoid</comment>
    <comment xml:lang="zh_TW">Plasma 小程式</comment>
    <glob pattern="*.plasmoid"/>
  </mime-type>
  <mime-type type="application/x-superkaramba">
    <sub-class-of type="application/zip"/>
    <comment>SuperKaramba theme</comment>
    <comment xml:lang="ar">سمة SuperKaramba</comment>
    <comment xml:lang="ast">Tema SuperKaramba</comment>
    <comment xml:lang="bg">Тема за SuperKaramba</comment>
    <comment xml:lang="bs">superkaramba tema</comment>
    <comment xml:lang="ca">Tema del SuperKaramba</comment>
    <comment xml:lang="ca@valencia">Tema del SuperKaramba</comment>
    <comment xml:lang="cs">Motiv Superkaramba</comment>
    <comment xml:lang="da">SuperKaramba-tema</comment>
    <comment xml:lang="de">SuperKaramba-Design</comment>
    <comment xml:lang="el">Θέμα SuperKaramba</comment>
    <comment xml:lang="en_GB">SuperKaramba theme</comment>
    <comment xml:lang="es">Tema de SuperKaramba</comment>
    <comment xml:lang="et">SuperKaramba teema</comment>
    <comment xml:lang="eu">SuperKaramba tema</comment>
    <comment xml:lang="fi">SuperKaramba-teema</comment>
    <comment xml:lang="fr">Thème SuperKaramba</comment>
    <comment xml:lang="ga">Téama SuperKaramba</comment>
    <comment xml:lang="gd">ùrlar SuperKaramba</comment>
    <comment xml:lang="gl">Tema de SuperKaramba</comment>
    <comment xml:lang="hr">tema za SuperKarambu</comment>
    <comment xml:lang="hu">SuperKaramba-téma</comment>
    <comment xml:lang="ia">Thema de SuperKaramba</comment>
    <comment xml:lang="is">SuperKaramba þema</comment>
    <comment xml:lang="it">tema di SuperKaramba</comment>
    <comment xml:lang="ja">SuperKaramba テーマ</comment>
    <comment xml:lang="kk">SuperKaramba нақышы</comment>
    <comment xml:lang="km">ស្បែក​របស់ SuperKaramba</comment>
    <comment xml:lang="ko">SuperKaramba 테마</comment>
    <comment xml:lang="lt">SuperKaramba tema</comment>
    <comment xml:lang="lv">SuperKaramba tēma</comment>
    <comment xml:lang="ml">സൂപ്പര്‍കരാംബ പ്രമേയം</comment>
    <comment xml:lang="mr">सुपरकरंबा शैली</comment>
    <comment xml:lang="nb">SuperKaramba tema</comment>
    <comment xml:lang="nds">SuperKaramba-Muster</comment>
    <comment xml:lang="nl">SuperKaramba-thema</comment>
    <comment xml:lang="nn">SuperKaramba-tema</comment>
    <comment xml:lang="pa">ਸੁਪਰਕਰਾਮਬਾ ਥੀਮ</comment>
    <comment xml:lang="pl">Motyw SuperKaramby</comment>
    <comment xml:lang="pt">Tema do SuperKaramba</comment>
    <comment xml:lang="pt_BR">Tema do SuperKaramba</comment>
    <comment xml:lang="ro">Temă SuperKaramba</comment>
    <comment xml:lang="ru">виджет SuperKaramba</comment>
    <comment xml:lang="se">SuperKaramba-fáddá</comment>
    <comment xml:lang="sk">Téma SuperKaramba</comment>
    <comment xml:lang="sl">Tema za SuperKarambo</comment>
    <comment xml:lang="sr">суперкарамба тема</comment>
    <comment xml:lang="sr@ijekavian">суперкарамба тема</comment>
    <comment xml:lang="sr@ijekavianlatin">superkaramba tema</comment>
    <comment xml:lang="sr@latin">superkaramba tema</comment>
    <comment xml:lang="sv">Superkaramba-tema</comment>
    <comment xml:lang="th">ชุดตกแต่งของ SuperKaramba</comment>
    <comment xml:lang="tr">SuperKaramba teması</comment>
    <comment xml:lang="ug">SuperKaramba ئۆرنىكى</comment>
    <comment xml:lang="uk">тема SuperKaramba</comment>
    <comment xml:lang="zh_CN">SuperKaramba 主题</comment>
    <comment xml:lang="zh_TW">SuperKaramba 主題</comment>
    <glob pattern="*.skz"/>
  </mime-type>
  <mime-type type="application/x-vnd.kde.plan">
    <comment>Calligra Plan project management document</comment>
    <comment xml:lang="ar">وثيقة إدارة مشاريع Calligra Plan</comment>
    <comment xml:lang="ast">Documentu de xestión de proyeutu Calligra Plan</comment>
    <comment xml:lang="bs">Calligra Plan dokument upravljanja projektima</comment>
    <comment xml:lang="ca">Document per a la gestió de projectes del Calligra Plan</comment>
    <comment xml:lang="ca@valencia">Document per a la gestió de projectes del Calligra Plan</comment>
    <comment xml:lang="da">Calligra Plan projekthåndteringsdokument</comment>
    <comment xml:lang="de">Calligra-Plan-Projektverwaltungdokument</comment>
    <comment xml:lang="el">Έγγραφο διαχείρισης έργων Calligra Plan</comment>
    <comment xml:lang="en_GB">Calligra Plan project management document</comment>
    <comment xml:lang="es">Documento de gestión de proyecto de Calligra Plan</comment>
    <comment xml:lang="et">Calligra Plani projektihalduse dokument</comment>
    <comment xml:lang="eu">Calligra Plan proiektua kudeatzeko dokumentua</comment>
    <comment xml:lang="fi">Calligra Plan -projektinhallintatiedosto</comment>
    <comment xml:lang="fr">Document de gestion de projets « Calligra Plan »</comment>
    <comment xml:lang="ga">Cáipéis Bhainisteoireachta Tionscadail Calligra Plan</comment>
    <comment xml:lang="gd">sgrìobhainn stiùireadh pròiseict Calligra Plan</comment>
    <comment xml:lang="gl">Proxecto do Calligra Plan</comment>
    <comment xml:lang="hr">Calligra Plan, dokument za upravljanje projektom</comment>
    <comment xml:lang="hu">Calligra Plan projektkezelő dokumentum</comment>
    <comment xml:lang="ia">Calligra Plan: Documento de gestion de projecto</comment>
    <comment xml:lang="is">Calligra Plan verkstjórnunarskjal</comment>
    <comment xml:lang="it">documento di gestione dei progetti di Calligra Plan</comment>
    <comment xml:lang="ja">Calligra Plan プロジェクト管理文書</comment>
    <comment xml:lang="kk">Calligra Plan жоба басқару құжаты</comment>
    <comment xml:lang="km">ឯកសារ​គ្រប់គ្រង​គម្រោង​របស់ Calligra</comment>
    <comment xml:lang="ko">Caligra Plan 프로젝트 관리 문서</comment>
    <comment xml:lang="lt">Calligra Plan projektų valdymo dokumentas</comment>
    <comment xml:lang="lv">Calligra Plan projektu pārvaldības dokuments</comment>
    <comment xml:lang="ml">കാലിഗ്ര രൂപരേഖ പദ്ധതി നടത്തിയിപ്പ് രേഖ</comment>
    <comment xml:lang="mr">कॅलिग्रा प्लान परियोजना व्यवस्थापन दस्तऐवज</comment>
    <comment xml:lang="nb">Calligra Plan prosjekstyringsdokument</comment>
    <comment xml:lang="nds">Projektpleeg-Dokment för Calligra-Plan</comment>
    <comment xml:lang="nl">Calligra-plan projectbeheer-document</comment>
    <comment xml:lang="nn">Prosjekthandsamingsdokument for Calligra Plan</comment>
    <comment xml:lang="pa">Calligra ਸਕੀਮ ਪ੍ਰੋਜੈਕਟ ਪਰਬੰਧ ਡੌਕੂਮੈਂਟ</comment>
    <comment xml:lang="pl">Dokument zarządzania projektami w Calligra Plan</comment>
    <comment xml:lang="pt">Documento de gestão de projectos do Plan para o Calligra</comment>
    <comment xml:lang="pt_BR">Documento de gerenciamento de projetos do Calligra Plan</comment>
    <comment xml:lang="ro">document management de proiect Calligra Plan</comment>
    <comment xml:lang="ru">проект Calligra Plan</comment>
    <comment xml:lang="se">Calligra Plan-prošeaktahálddašandokumeanta</comment>
    <comment xml:lang="sk">Dokument riadenia projektov Calligra Plan</comment>
    <comment xml:lang="sl">Dokument za upravljanje projektov Calligra Plan</comment>
    <comment xml:lang="sr">документ управљања пројектом Калигриног Плана</comment>
    <comment xml:lang="sr@ijekavian">документ управљања пројектом Калигриног Плана</comment>
    <comment xml:lang="sr@ijekavianlatin">dokument upravljanja projektom Calligrinog Plana</comment>
    <comment xml:lang="sr@latin">dokument upravljanja projektom Calligrinog Plana</comment>
    <comment xml:lang="sv">Calligra Plan-projekthanteringsdokument</comment>
    <comment xml:lang="tr">Calligra Plan proje yönetimi belgesi</comment>
    <comment xml:lang="ug">Calligra Plan قۇرۇلۇش باشقۇرۇش پۈتۈكى</comment>
    <comment xml:lang="uk">документ керування роботами Plan зі складу Calligra</comment>
    <comment xml:lang="zh_CN">Calligra Plan 项目管理文档</comment>
    <comment xml:lang="zh_TW">Calligra Plan 專案管理文件</comment>
    <glob pattern="*.plan"/>
  </mime-type>
  <mime-type type="application/x-vnd.kde.plan.work">
    <comment>Calligra Plan work package document</comment>
    <comment xml:lang="ar">وثيقة حزمة عمل Calligra Plan</comment>
    <comment xml:lang="ast">Documentu de paquete de trabayu Calligra Plan</comment>
    <comment xml:lang="bs">Calligra Plan dokument radnog paketa</comment>
    <comment xml:lang="ca">Document de paquet de treball del Calligra Plan</comment>
    <comment xml:lang="ca@valencia">Document de paquet de treball del Calligra Plan</comment>
    <comment xml:lang="da">Calligra Plan Work Package-dokument</comment>
    <comment xml:lang="de">Calligra-Plan-Arbeitspaketdokument</comment>
    <comment xml:lang="el">Έγγραφο πακέτου εργασίας Calligra Plan</comment>
    <comment xml:lang="en_GB">Calligra Plan work package document</comment>
    <comment xml:lang="es">Documento de paquete de trabajo de Calligra Plan</comment>
    <comment xml:lang="et">Calligra Plani töösuuna dokument</comment>
    <comment xml:lang="eu">Calligra Plan lanerako pakete dokumentua</comment>
    <comment xml:lang="fi">Calligra Plan -työpakettitiedosto</comment>
    <comment xml:lang="fr">Document de lots de travaux pour « Calligra Plan »</comment>
    <comment xml:lang="ga">Cáipéis phacáiste oibre Calligra Plan</comment>
    <comment xml:lang="gd">sgrìobhainn pacaid obrach Calligra Plan</comment>
    <comment xml:lang="gl">Paquete de traballo do Calligra Plan</comment>
    <comment xml:lang="hr">Calligra Plan, dokument za radni paket</comment>
    <comment xml:lang="hu">Calligra Plan munkacsomag dokumentum</comment>
    <comment xml:lang="ia">Documento de pacchetto de  labor de Calligra Plan</comment>
    <comment xml:lang="is">Calligra Plan verkpakkaskjal</comment>
    <comment xml:lang="it">documento dei pacchetti di lavoro di Calligra Plan</comment>
    <comment xml:lang="kk">Calligra Plan жұмыс дестесі</comment>
    <comment xml:lang="km">ឯកសារ​កញ្ចប់​ការងារ​ផែនការ​របស់ Calligra</comment>
    <comment xml:lang="ko">Caligra Plan 작업 패키지 문서</comment>
    <comment xml:lang="lt">Calligra Plan darbo paketo dokumentas</comment>
    <comment xml:lang="lv">Calligra Plan darba pakotnes dokuments</comment>
    <comment xml:lang="ml">കാലിഗ്ര രൂപരേഖ പാക്കേജ് രേഖ</comment>
    <comment xml:lang="mr">कॅलिग्रा प्लान कार्य पॅकेज दस्तऐवज</comment>
    <comment xml:lang="nb">Calligra Plan arbeidspakkedokument</comment>
    <comment xml:lang="nds">Arbeitpaket-Dokment för Calligra-Plan</comment>
    <comment xml:lang="nl">Calligra-plan werkpakket document</comment>
    <comment xml:lang="nn">Arbeidspakkedokument for Calligra Plan</comment>
    <comment xml:lang="pl">Dokument zawierający pakiet zadań Calligra Plan</comment>
    <comment xml:lang="pt">Documento de pacote de trabalho do Plan para o Calligra</comment>
    <comment xml:lang="pt_BR">Documento do pacote de trabalho do Calligra Plan</comment>
    <comment xml:lang="ro">sarcină de lucru management de proiect Calligra Plan</comment>
    <comment xml:lang="ru">пакет работ Calligra Plan</comment>
    <comment xml:lang="se">Calligra Plan-bargopáhkkendokumeanta</comment>
    <comment xml:lang="sk">Dokument riadenia pracovných balíkov Calligra Plan</comment>
    <comment xml:lang="sl">Dokument delovnega paketa Calligra Plan</comment>
    <comment xml:lang="sr">документ радног пакета Калигриног Плана</comment>
    <comment xml:lang="sr@ijekavian">документ радног пакета Калигриног Плана</comment>
    <comment xml:lang="sr@ijekavianlatin">dokument radnog paketa Calligrinog Plana</comment>
    <comment xml:lang="sr@latin">dokument radnog paketa Calligrinog Plana</comment>
    <comment xml:lang="sv">Calligra Plan-arbetspaketsdokument</comment>
    <comment xml:lang="tr">Calligra Plan iş paketi belgesi</comment>
    <comment xml:lang="ug">Calligra Plan خىزمەت بوغچا پۈتۈكى</comment>
    <comment xml:lang="uk">пакунок роботи Plan зі складу Calligra</comment>
    <comment xml:lang="zh_CN">Calligra Plan 工作包文档</comment>
    <comment xml:lang="zh_TW">Calligra Plan 工作套件文件</comment>
    <glob pattern="*.planwork"/>
  </mime-type>
  <mime-type type="application/x-vnd.kde.kplato">
    <comment>KPlato project management document</comment>
    <comment xml:lang="ar">وثيقة إدارة مشاريع KPlato</comment>
    <comment xml:lang="ast">Documentu de xestión de proyeutu KPlato</comment>
    <comment xml:lang="bs">KPlatoov dokument upravljanja projektom</comment>
    <comment xml:lang="ca">Document per a la gestió de projectes del KPlato</comment>
    <comment xml:lang="ca@valencia">Document per a la gestió de projectes del KPlato</comment>
    <comment xml:lang="cs">Dokument řízení projektů v KPlato</comment>
    <comment xml:lang="da">KPlato projekthåndteringsdokument</comment>
    <comment xml:lang="de">KPlato-Projektverwaltungs-Dokument</comment>
    <comment xml:lang="el">Έγγραφα διαχείρισης έργων KPlato</comment>
    <comment xml:lang="en_GB">KPlato project management document</comment>
    <comment xml:lang="es">Documento de gestión de proyecto de KPlato</comment>
    <comment xml:lang="et">KPlato projektihalduse dokument</comment>
    <comment xml:lang="eu">KPlato proiektu kudeaketa dokumentua</comment>
    <comment xml:lang="fi">KPLato-projektinhallintatiedosto</comment>
    <comment xml:lang="fr">Document de gestion de projets KPlato</comment>
    <comment xml:lang="ga">Cáipéis Bhainisteoireachta Tionscadail KPlato</comment>
    <comment xml:lang="gd">sgrìobhainn stiùireadh pròiseict KPlato</comment>
    <comment xml:lang="gl">Proxecto de KPlato</comment>
    <comment xml:lang="hr">KPlato dokument upravljanja projektom</comment>
    <comment xml:lang="hu">KPlato projektkezelő dokumentum</comment>
    <comment xml:lang="ia">KPlato: Documento de gestion de projecto</comment>
    <comment xml:lang="is">KPlato verkstjórnunarskjal</comment>
    <comment xml:lang="it">documento di gestione dei progetti di KPlato</comment>
    <comment xml:lang="ja">KPlato プロジェクト管理文書</comment>
    <comment xml:lang="kk">KPlato жоба басқару құжаты</comment>
    <comment xml:lang="km">ឯកសារ​គ្រប់គ្រង​គម្រោង​របស់ KPlato</comment>
    <comment xml:lang="ko">KPlato 프로젝트 관리 문서</comment>
    <comment xml:lang="lt">KPlato projektų valdymo dokumentas</comment>
    <comment xml:lang="lv">KPlato projektu pārvaldības dokuments</comment>
    <comment xml:lang="ml">കെപ്ലേറ്റോ പദ്ധതി നടത്തിയിപ്പ് രേഖ</comment>
    <comment xml:lang="mr">के-प्लेटो परियोजना व्यवस्थापन दस्तऐवज</comment>
    <comment xml:lang="nb">KPlato prosjekstyringsdokument</comment>
    <comment xml:lang="nds">Projektpleeg-Dokment för KPlato</comment>
    <comment xml:lang="nl">KPlato projectbeheer-document</comment>
    <comment xml:lang="nn">KPlato-prosjekthandsamingsdokument</comment>
    <comment xml:lang="pa">KPlato ਪਰੋਜੈਕਟ ਪਰਬੰਧ ਡੌਕੂਮੈਂਟ</comment>
    <comment xml:lang="pl">Dokument zarządzania projektami w KPlato</comment>
    <comment xml:lang="pt">Documento de gestão de projectos do KPlato</comment>
    <comment xml:lang="pt_BR">Documento de gerenciamento de projetos do KPlato</comment>
    <comment xml:lang="ro">document management de proiect KPlato</comment>
    <comment xml:lang="ru">проект KPlato</comment>
    <comment xml:lang="se">KPlato prošeaktahálddašandokumeanta</comment>
    <comment xml:lang="sk">Dokument riadenia projektov v KPlato</comment>
    <comment xml:lang="sl">Dokument za upravljanje projektov KPlato</comment>
    <comment xml:lang="sr">К‑платоов документ управљања пројектом</comment>
    <comment xml:lang="sr@ijekavian">К‑платоов документ управљања пројектом</comment>
    <comment xml:lang="sr@ijekavianlatin">KPlatoov dokument upravljanja projektom</comment>
    <comment xml:lang="sr@latin">KPlatoov dokument upravljanja projektom</comment>
    <comment xml:lang="sv">Kplato-projekthantering dokument</comment>
    <comment xml:lang="tr">KPlato proje yönetimi belgesi</comment>
    <comment xml:lang="ug">KPlato قۇرۇلۇش باشقۇرۇش پۈتۈكى</comment>
    <comment xml:lang="uk">документ керування роботами KPlato</comment>
    <comment xml:lang="zh_CN">KPlato 项目管理文档</comment>
    <comment xml:lang="zh_TW">KPlato 專案管理文件</comment>
    <glob pattern="*.kplato"/>
  </mime-type>
  <mime-type type="application/x-vnd.kde.kplato.work">
    <comment>KPlato project management work package</comment>
    <comment xml:lang="ar">حزمة عمل إدارة مشاريع KPlato</comment>
    <comment xml:lang="ast">Paquete de trabayu de xestión de proyeutu KPlato</comment>
    <comment xml:lang="bs">KPlatoov radni paket upravljanja projektom</comment>
    <comment xml:lang="ca">Paquet de treball per a la gestió de projectes del KPlato</comment>
    <comment xml:lang="ca@valencia">Paquet de treball per a la gestió de projectes del KPlato</comment>
    <comment xml:lang="cs">Pracovní balíček řízení projektů v KPlato</comment>
    <comment xml:lang="da">KPlato work-pakke til projekthåndtering</comment>
    <comment xml:lang="de">KPlato-Projektverwaltungs-Arbeitspaket</comment>
    <comment xml:lang="el">Πακέτο εργασιών διαχείρισης έργων KPlato</comment>
    <comment xml:lang="en_GB">KPlato project management work package</comment>
    <comment xml:lang="es">Paquete de trabajo de gestión de proyecto de KPlato</comment>
    <comment xml:lang="et">KPlato projektihalduse tööpakett</comment>
    <comment xml:lang="eu">KPlato proiektu kudeaketa lan paketea</comment>
    <comment xml:lang="fi">KPlato-projektinhallinnan työpaketti</comment>
    <comment xml:lang="fr">Lots de travaux pour le logiciel de gestion de projets KPlato</comment>
    <comment xml:lang="ga">Pacáiste oibre bainisteoireachta tionscadail KPlato</comment>
    <comment xml:lang="gd">sgrìobhainn pacaid obrach KPlato</comment>
    <comment xml:lang="gl">Paquete de traballo de KPlato</comment>
    <comment xml:lang="hr">KPlato radni paket upravljanja projektom</comment>
    <comment xml:lang="hu">KPlato projektkezelő munkacsomag</comment>
    <comment xml:lang="ia">KPlato: Pacchetto de travalio de gestion de projecto</comment>
    <comment xml:lang="is">KPlato verkstjórnunar vinnupakki</comment>
    <comment xml:lang="it">pacchetto di lavoro di gestione dei progetti di KPlato</comment>
    <comment xml:lang="ja">KPlato プロジェクト管理作業パッケージ</comment>
    <comment xml:lang="kk">KPlato жоба басқару жұмыс дестесі</comment>
    <comment xml:lang="km">កញ្ចប់​ការងារ​គ្រប់គ្រង​គម្រោង KPlato</comment>
    <comment xml:lang="ko">KPlato 프로젝트 관리 작업 패키지</comment>
    <comment xml:lang="lt">KPlato projektų valdymo darbo paketas</comment>
    <comment xml:lang="lv">KPlato projektu pārvaldības darba pakotne</comment>
    <comment xml:lang="ml">കെപ്ലേറ്റോ പദ്ധതി നടത്തിയിപ്പ് ജോലി രേഖ</comment>
    <comment xml:lang="mr">के-प्लेटो परियोजना व्यवस्थापन कार्य पॅकेज</comment>
    <comment xml:lang="nb">KPlato arbeidspakke for prosjektstyring</comment>
    <comment xml:lang="nds">Projektpleeg-Arbeitpaket för KPlato</comment>
    <comment xml:lang="nl">KPlato projectbeheer-werkpakket</comment>
    <comment xml:lang="nn">KPlato-prosjekthandsamingsarbeidspakke</comment>
    <comment xml:lang="pa">KPlato ਪਰੋਜੈਕਟ ਮੈਨੇਜਮੈਂਟ ਵਰਕ ਪੈਕੇਜ</comment>
    <comment xml:lang="pl">Pakiet pracy dot. zarządzania projektami KPlato</comment>
    <comment xml:lang="pt">Pacote de trabalho de gestão de projectos do KPlato</comment>
    <comment xml:lang="pt_BR">Pacote de trabalho de gerenciamento de projetos do KPlato</comment>
    <comment xml:lang="ro">sarcină de lucru management de proiect KPlato</comment>
    <comment xml:lang="ru">пакет работ KPlato</comment>
    <comment xml:lang="se">KPlato-prošeaktahálddašan bargopáhkka</comment>
    <comment xml:lang="sk">Pracovný balíček riadenia projektov v KPlato</comment>
    <comment xml:lang="sl">Delovni paket projektnega vodenja KPlato</comment>
    <comment xml:lang="sr">К‑платоов радни пакет управљања пројектом</comment>
    <comment xml:lang="sr@ijekavian">К‑платоов радни пакет управљања пројектом</comment>
    <comment xml:lang="sr@ijekavianlatin">KPlatoov radni paket upravljanja projektom</comment>
    <comment xml:lang="sr@latin">KPlatoov radni paket upravljanja projektom</comment>
    <comment xml:lang="sv">Kplato-projekthantering arbetspaket</comment>
    <comment xml:lang="tr">KPlato proje yönetimi çalışma paketi</comment>
    <comment xml:lang="ug">KPlato قۇرۇلۇش باشقۇرۇش خىزمەت بوغچىسى</comment>
    <comment xml:lang="uk">пакунок проекту керування роботами KPlato</comment>
    <comment xml:lang="zh_CN">KPlato 项目管理工作包</comment>
    <comment xml:lang="zh_TW">KPlato 專案管理工作套件</comment>
    <glob pattern="*.kplatowork"/>
  </mime-type>
  <mime-type type="application/x-vnd.kde.kugar.mixed">
    <comment>Kugar archive</comment>
    <comment xml:lang="ar">أرشيف Kugar</comment>
    <comment xml:lang="ast">Archivu Kugar</comment>
    <comment xml:lang="bs">Kugarova arhiva</comment>
    <comment xml:lang="ca">Arxiu del Kugar</comment>
    <comment xml:lang="ca@valencia">Arxiu del Kugar</comment>
    <comment xml:lang="cs">Archiv Kugar</comment>
    <comment xml:lang="da">Kugar-arkiv</comment>
    <comment xml:lang="de">Kugar-Archiv</comment>
    <comment xml:lang="el">Αρχειοθήκη Kugar</comment>
    <comment xml:lang="en_GB">Kugar archive</comment>
    <comment xml:lang="es">Archivo de Kugar</comment>
    <comment xml:lang="et">Kugari arhiiv</comment>
    <comment xml:lang="eu">Kugar artxiboa</comment>
    <comment xml:lang="fi">Kugar-arkisto</comment>
    <comment xml:lang="fr">Archive Kugar</comment>
    <comment xml:lang="ga">Cartlann Kugar</comment>
    <comment xml:lang="gd">tasglann Kugar</comment>
    <comment xml:lang="gl">Arquivo de Kugar</comment>
    <comment xml:lang="hr">Kugar arhiva</comment>
    <comment xml:lang="hu">Kugar-archívum</comment>
    <comment xml:lang="ia">Kugar : archivo</comment>
    <comment xml:lang="is">Kugar safnskrá</comment>
    <comment xml:lang="it">archivio di Kugar</comment>
    <comment xml:lang="ja">Kugar アーカイブ</comment>
    <comment xml:lang="kk">Kugar архиві</comment>
    <comment xml:lang="km">ប័ណ្ណសារ Kugar</comment>
    <comment xml:lang="ko">Kugar 압축 파일</comment>
    <comment xml:lang="lt">Kugar archyvas</comment>
    <comment xml:lang="lv">Kugar arhīvs</comment>
    <comment xml:lang="ml">കുഗര്‍ ശേഖരം</comment>
    <comment xml:lang="mr">कुगर संग्रह</comment>
    <comment xml:lang="nb">Kugar-arkiv</comment>
    <comment xml:lang="nds">Kugar-Archiev</comment>
    <comment xml:lang="nl">Kugar-archief</comment>
    <comment xml:lang="nn">Kugar-arkiv</comment>
    <comment xml:lang="pa">Kugar ਅਕਾਇਵ</comment>
    <comment xml:lang="pl">Archiwum Kugara</comment>
    <comment xml:lang="pt">Pacote do Kugar</comment>
    <comment xml:lang="pt_BR">Arquivo do Kugar</comment>
    <comment xml:lang="ro">Arhivă Kugar</comment>
    <comment xml:lang="ru">архив Kugar</comment>
    <comment xml:lang="se">Kugararkiiva</comment>
    <comment xml:lang="sk">Archív Kugar</comment>
    <comment xml:lang="sl">Arhiv Kugarja</comment>
    <comment xml:lang="sr">Кугарова архива</comment>
    <comment xml:lang="sr@ijekavian">Кугарова архива</comment>
    <comment xml:lang="sr@ijekavianlatin">Kugarova arhiva</comment>
    <comment xml:lang="sr@latin">Kugarova arhiva</comment>
    <comment xml:lang="sv">Kugar-arkiv</comment>
    <comment xml:lang="tr">Kugar arşivi</comment>
    <comment xml:lang="ug">Kugar ئارخىپى</comment>
    <comment xml:lang="uk">архів Kugar</comment>
    <comment xml:lang="zh_CN">Kugar 归档</comment>
    <comment xml:lang="zh_TW">Kugar 歸檔</comment>
    <glob pattern="*.kug"/>
  </mime-type>
  <mime-type type="application/x-webarchive">
    <sub-class-of type="application/x-compressed-tar"/>
    <sub-class-of type="application/x-gzip"/> <!-- only necessary because x-compressed-tar is not specifying this sub-class-of (shared-mime-info 0.8) -->
    <comment>web archive</comment>
    <comment xml:lang="ar">أرشيف ويب</comment>
    <comment xml:lang="ast">archivu web</comment>
    <comment xml:lang="bs">veb arhiva</comment>
    <comment xml:lang="ca">Arxiu web</comment>
    <comment xml:lang="ca@valencia">Arxiu web</comment>
    <comment xml:lang="cs">webový archiv</comment>
    <comment xml:lang="da">Webarkiv</comment>
    <comment xml:lang="de">Web-Archiv</comment>
    <comment xml:lang="el">Ιστοσελίδας αρχειοθήκη</comment>
    <comment xml:lang="en_GB">web archive</comment>
    <comment xml:lang="es">archivo web</comment>
    <comment xml:lang="et">veebiarhiiv</comment>
    <comment xml:lang="eu">web artxiboa</comment>
    <comment xml:lang="fi">web-arkisto</comment>
    <comment xml:lang="fr">Archive Web</comment>
    <comment xml:lang="ga">cartlann ghréasáin</comment>
    <comment xml:lang="gd">tasglann-lìn</comment>
    <comment xml:lang="gl">arquivo web</comment>
    <comment xml:lang="hr">web arhiva</comment>
    <comment xml:lang="hu">webes archívum</comment>
    <comment xml:lang="ia">archivo web</comment>
    <comment xml:lang="is">vefsafnskrá</comment>
    <comment xml:lang="it">archivio Web</comment>
    <comment xml:lang="ja">ウェブアーカイブ</comment>
    <comment xml:lang="kk">веб архиві</comment>
    <comment xml:lang="km">ប័ណ្ណសារ​បណ្ដាញ</comment>
    <comment xml:lang="ko">웹 압축 파일</comment>
    <comment xml:lang="lt">žiniatinklio archyvas</comment>
    <comment xml:lang="lv">tīmekļa arhīvs</comment>
    <comment xml:lang="ml">വെബ് ശേഖരണം</comment>
    <comment xml:lang="mr">वेब संग्रह</comment>
    <comment xml:lang="nb">nettarkiv</comment>
    <comment xml:lang="nds">Nettarchiev</comment>
    <comment xml:lang="nl">webarchief</comment>
    <comment xml:lang="nn">vevarkiv</comment>
    <comment xml:lang="pa">ਵੈੱਬ ਅਕਾਇਵ</comment>
    <comment xml:lang="pl">archiwum WWW</comment>
    <comment xml:lang="pt">pacote Web</comment>
    <comment xml:lang="pt_BR">Arquivo Web</comment>
    <comment xml:lang="ro">arhivă web</comment>
    <comment xml:lang="ru">веб-архив</comment>
    <comment xml:lang="se">fierbmearkiiva</comment>
    <comment xml:lang="sk">webový archív</comment>
    <comment xml:lang="sl">spletni arhiv</comment>
    <comment xml:lang="sr">веб архива</comment>
    <comment xml:lang="sr@ijekavian">веб архива</comment>
    <comment xml:lang="sr@ijekavianlatin">veb arhiva</comment>
    <comment xml:lang="sr@latin">veb arhiva</comment>
    <comment xml:lang="sv">webbarkiv</comment>
    <comment xml:lang="th">แฟ้มจัดเก็บของหน้าเว็บ</comment>
    <comment xml:lang="tr">web arşivi</comment>
    <comment xml:lang="ug">تور بەت ئارخىپى</comment>
    <comment xml:lang="uk">вебархів</comment>
    <comment xml:lang="zh_CN">网页归档</comment>
    <comment xml:lang="zh_TW">網頁歸檔</comment>
    <glob pattern="*.war"/>
  </mime-type>
  <mime-type type="application/xsd"> <!-- fdo s-m-i adds *.xsd to application/xml, i.e. no subclass. Good enough? This here creates a glob conflict... -->
    <sub-class-of type="application/xml"/>
    <comment>W3C XML schema</comment>
    <comment xml:lang="ar">مخطط W3C XML</comment>
    <comment xml:lang="ast">Esquema XML W3C</comment>
    <comment xml:lang="bs">W3C‑ova XML šema</comment>
    <comment xml:lang="ca">Esquema XML de la W3C</comment>
    <comment xml:lang="ca@valencia">Esquema XML de la W3C</comment>
    <comment xml:lang="cs">W3C XML schéma</comment>
    <comment xml:lang="da">W3C XML-skema</comment>
    <comment xml:lang="de">W3C-XML-Schema</comment>
    <comment xml:lang="el">Σχήμα W3C XML</comment>
    <comment xml:lang="en_GB">W3C XML schema</comment>
    <comment xml:lang="es">Esquema XML del W3C</comment>
    <comment xml:lang="et">W3C XML-skeem</comment>
    <comment xml:lang="eu">W3C XML eskema</comment>
    <comment xml:lang="fi">W3C XML -skeema</comment>
    <comment xml:lang="fr">Schéma XML W3C</comment>
    <comment xml:lang="ga">Scéimre XML W3C</comment>
    <comment xml:lang="gd">sgeama XML W3C</comment>
    <comment xml:lang="gl">Esquema XML do W3C</comment>
    <comment xml:lang="hr">W3C XML shema</comment>
    <comment xml:lang="hu">W3C XML-séma</comment>
    <comment xml:lang="ia">schema XML de W3C</comment>
    <comment xml:lang="is">W3C XML skema</comment>
    <comment xml:lang="it">Schema XML del W3C</comment>
    <comment xml:lang="ja">W3C XML スキーマ</comment>
    <comment xml:lang="kk">W3C XML сұлбасы</comment>
    <comment xml:lang="km">គ្រោងការណ៍​របស់ W3C XML</comment>
    <comment xml:lang="ko">W3C XML 스키마</comment>
    <comment xml:lang="lt">W3C XML schema</comment>
    <comment xml:lang="lv">W3C XML shēma</comment>
    <comment xml:lang="ml">ഡബ്ള്യു 3 സി എക്സ് എം എല്‍ രേഖ</comment>
    <comment xml:lang="mr">W3C XML स्कीमा</comment>
    <comment xml:lang="nb">W3C XML-skjema</comment>
    <comment xml:lang="nds">W3C XML-Schema</comment>
    <comment xml:lang="nl">W3C XML-schema</comment>
    <comment xml:lang="nn">W3C XML-skjema</comment>
    <comment xml:lang="pa">W3C XML ਸਕੀਮਾ</comment>
    <comment xml:lang="pl">Schemat W3C XML</comment>
    <comment xml:lang="pt">Esquema XML da W3C</comment>
    <comment xml:lang="pt_BR">Esquema XML da W3C</comment>
    <comment xml:lang="ro">Schemă XML W3C</comment>
    <comment xml:lang="ru">структура XML Schema</comment>
    <comment xml:lang="se">W3C XML-čoahkkádus</comment>
    <comment xml:lang="sk">Schéma W3C XML</comment>
    <comment xml:lang="sl">Shema W3C XML</comment>
    <comment xml:lang="sr">В3Ц‑ова ИксМЛ шема</comment>
    <comment xml:lang="sr@ijekavian">В3Ц‑ова ИксМЛ шема</comment>
    <comment xml:lang="sr@ijekavianlatin">W3C‑ova XML šema</comment>
    <comment xml:lang="sr@latin">W3C‑ova XML šema</comment>
    <comment xml:lang="sv">W3C XML-schema</comment>
    <comment xml:lang="tr">W3C XML şeması</comment>
    <comment xml:lang="ug">W3C XML لايىھە</comment>
    <comment xml:lang="uk">схема XML W3C</comment>
    <comment xml:lang="zh_CN">W3C XML 结构定义</comment>
    <comment xml:lang="zh_TW">W3C XML 機制</comment>
    <glob pattern="*.xsd"/>
  </mime-type>
  <mime-type type="audio/aac"> <!-- in fdo s-m-i since 1.1 -->
    <comment>AAC sound</comment>
    <comment xml:lang="ar">صوت AAC</comment>
    <comment xml:lang="ast">Soníu AAC</comment>
    <comment xml:lang="bs">AAC zvuk</comment>
    <comment xml:lang="ca">So AAC</comment>
    <comment xml:lang="ca@valencia">So AAC</comment>
    <comment xml:lang="cs">Zvuk AAC</comment>
    <comment xml:lang="da">AAC-lyd</comment>
    <comment xml:lang="de">AAC-Audio</comment>
    <comment xml:lang="el">Ήχος ACC</comment>
    <comment xml:lang="en_GB">AAC sound</comment>
    <comment xml:lang="es">Sonido AAC</comment>
    <comment xml:lang="et">AAC helifail</comment>
    <comment xml:lang="eu">AAC soinua</comment>
    <comment xml:lang="fi">AAC-ääni</comment>
    <comment xml:lang="fr">Son AAC</comment>
    <comment xml:lang="ga">Fuaim AAC</comment>
    <comment xml:lang="gd">fuaim AAC</comment>
    <comment xml:lang="gl">Son AAC</comment>
    <comment xml:lang="hr">AAC zvuk</comment>
    <comment xml:lang="hu">AAC-hang</comment>
    <comment xml:lang="ia">Sono AAC</comment>
    <comment xml:lang="is">AAC hljóð</comment>
    <comment xml:lang="it">suono AAC</comment>
    <comment xml:lang="ja">AAC サウンド</comment>
    <comment xml:lang="kk">AAC дыбысы</comment>
    <comment xml:lang="km">សំឡេង AAC</comment>
    <comment xml:lang="ko">AAC 소리</comment>
    <comment xml:lang="lt">AAC garsas</comment>
    <comment xml:lang="lv">AAC skaņa</comment>
    <comment xml:lang="ml">എഎസി ശബ്ദം</comment>
    <comment xml:lang="mr">AAC आवाज</comment>
    <comment xml:lang="ms">Bunyi AAC </comment>
    <comment xml:lang="nb">AAC-lyd</comment>
    <comment xml:lang="nds">AAC-Kläng</comment>
    <comment xml:lang="nl">AAC-geluid</comment>
    <comment xml:lang="nn">AAC-lyd</comment>
    <comment xml:lang="pa">AAC ਸਾਊਂਡ</comment>
    <comment xml:lang="pl">Dźwięk AAC</comment>
    <comment xml:lang="pt">Som AAC</comment>
    <comment xml:lang="pt_BR">Som AAC</comment>
    <comment xml:lang="ro">Sunet AAC</comment>
    <comment xml:lang="ru">аудио AAC</comment>
    <comment xml:lang="se">AAC-jietna</comment>
    <comment xml:lang="sk">Zvuk AAC</comment>
    <comment xml:lang="sl">Zvok AAC</comment>
    <comment xml:lang="sq">AAC sound</comment>
    <comment xml:lang="sr">ААЦ звук</comment>
    <comment xml:lang="sr@ijekavian">ААЦ звук</comment>
    <comment xml:lang="sr@ijekavianlatin">AAC zvuk</comment>
    <comment xml:lang="sr@latin">AAC zvuk</comment>
    <comment xml:lang="sv">AAC-ljud</comment>
    <comment xml:lang="th">เสียงรูปแบบ AAC</comment>
    <comment xml:lang="tr">AAC sesi</comment>
    <comment xml:lang="ug">AAC ئاۋاز</comment>
    <comment xml:lang="uk">звук у форматі AAC</comment>
    <comment xml:lang="zh_CN">AAC 声音</comment>
    <comment xml:lang="zh_TW">AAC 音效</comment>
    <glob pattern="*.aac"/>
  </mime-type>
  <mime-type type="audio/x-pn-realaudio-plugin"> <!-- Not a type of file, so will not go to shared-mime-info -->
    <comment>RealAudio plugin file</comment>
    <comment xml:lang="ar">ملف ملحق RealAudio</comment>
    <comment xml:lang="ast">Ficheru de complementu RealAudio</comment>
    <comment xml:lang="bs">RealAudio priključak</comment>
    <comment xml:lang="ca">Fitxer del connector RealAudio</comment>
    <comment xml:lang="ca@valencia">Fitxer del connector RealAudio</comment>
    <comment xml:lang="cs">Soubor modulu RealAudio</comment>
    <comment xml:lang="da">RealAudio plugin-fil</comment>
    <comment xml:lang="de">RealAudio-Moduldatei</comment>
    <comment xml:lang="el">Πρόσθετο αρχείο RealAudio</comment>
    <comment xml:lang="en_GB">RealAudio plugin file</comment>
    <comment xml:lang="es">Archivo de complemento RealAudio</comment>
    <comment xml:lang="et">RealAudio plugina fail</comment>
    <comment xml:lang="eu">RealAudio plugin fitxategia</comment>
    <comment xml:lang="fi">RealAudio-liitännäistiedosto</comment>
    <comment xml:lang="fr">Fichier de module externe « Real-Audio »</comment>
    <comment xml:lang="ga">Comhad breiseáin RealAudio</comment>
    <comment xml:lang="gd">faidhle plugan RealAudio</comment>
    <comment xml:lang="gl">Ficheiro de complemento de RealAudio</comment>
    <comment xml:lang="hr">priključna datoteka za RealAudio</comment>
    <comment xml:lang="hu">RealAudio-bővítményfájl</comment>
    <comment xml:lang="ia">RealAudio: File de plugin</comment>
    <comment xml:lang="is">RealAudio plugin skrá</comment>
    <comment xml:lang="it">file di estensioni RealAudio</comment>
    <comment xml:lang="ja">RealAudio プラグインファイル</comment>
    <comment xml:lang="kk">RealAudio плагин файлы</comment>
    <comment xml:lang="km">ឯកសារ​កម្មវិធី​ជំនួយ RealAudio</comment>
    <comment xml:lang="ko">RealAudio 플러그인 파일</comment>
    <comment xml:lang="lt">RealAudio papildinio failas</comment>
    <comment xml:lang="lv">RealAudio spraudņa fails</comment>
    <comment xml:lang="ml">റിയല്‍ ശബ്ദ സംയോജക ഫയല്‍</comment>
    <comment xml:lang="mr">रियल ऑडिओ प्लगइन फाईल</comment>
    <comment xml:lang="nb">RealAudio programtilleggsfil</comment>
    <comment xml:lang="nds">RealAudio-Moduuldatei</comment>
    <comment xml:lang="nl">RealAudio-bestand</comment>
    <comment xml:lang="nn">RealAudio-programtilleggfil</comment>
    <comment xml:lang="pa">RealAudio ਪਲੱਗਇਨ ਫਾਈਲ</comment>
    <comment xml:lang="pl">Plik wtyczki RealAudio</comment>
    <comment xml:lang="pt">Ficheiro de 'plugin' do RealAudio</comment>
    <comment xml:lang="pt_BR">Arquivo de plugin do RealAudio</comment>
    <comment xml:lang="ro">Fișier modul RealAudio</comment>
    <comment xml:lang="ru">файл расширения RealAudio</comment>
    <comment xml:lang="se">RealAudio-lassemodulafiila</comment>
    <comment xml:lang="sk">Súbor modulu RealAudio</comment>
    <comment xml:lang="sl">Datoteka vstavka RealAudio</comment>
    <comment xml:lang="sr">Реалаудио прикључак</comment>
    <comment xml:lang="sr@ijekavian">Реалаудио прикључак</comment>
    <comment xml:lang="sr@ijekavianlatin">RealAudio priključak</comment>
    <comment xml:lang="sr@latin">RealAudio priključak</comment>
    <comment xml:lang="sv">Realaudio-insticksprogramfil</comment>
    <comment xml:lang="th">แฟ้มส่วนเสริม RealAudio</comment>
    <comment xml:lang="tr">RealAudio eklenti dosyası</comment>
    <comment xml:lang="ug">RealAudio قىستۇرما ھۆججەت</comment>
    <comment xml:lang="uk">файл додатка RealAudio</comment>
    <comment xml:lang="zh_CN">RealAudio 插件文件</comment>
    <comment xml:lang="zh_TW">RealAudio 外掛程式檔案</comment>
  </mime-type>
  <mime-type type="application/vnd.kde.kphotoalbum-import"> <!-- fdo #12732 rejected, will stay KDE-specific -->
    <comment>KPhotoAlbum import</comment>
    <comment xml:lang="ar">استيراد KPhotoAlbum</comment>
    <comment xml:lang="ast">Importación de KPhotoAlbum</comment>
    <comment xml:lang="bs">KPhotoAlbumov uvoz</comment>
    <comment xml:lang="ca">Importació del KPhotoAlbum</comment>
    <comment xml:lang="ca@valencia">Importació del KPhotoAlbum</comment>
    <comment xml:lang="cs">Import KPhotoAlbum</comment>
    <comment xml:lang="da">KPhotoAlbum import</comment>
    <comment xml:lang="de">KPhotoAlbum-Import</comment>
    <comment xml:lang="el">Εισαγωγή KPhotoAlbum</comment>
    <comment xml:lang="en_GB">KPhotoAlbum import</comment>
    <comment xml:lang="es">Importación de KPhotoAlbum</comment>
    <comment xml:lang="et">KPhotoAlbumi import</comment>
    <comment xml:lang="eu">KPhotoAlbum inportazioa</comment>
    <comment xml:lang="fi">KPhotoAlbum-tuonti</comment>
    <comment xml:lang="fr">Importation de KPhotoAlbum</comment>
    <comment xml:lang="ga">Iompórtáil KPhotoAlbum</comment>
    <comment xml:lang="gd">ion-phortadh KPhotoAlbum</comment>
    <comment xml:lang="gl">Importación de KPhotoAlbum</comment>
    <comment xml:lang="hr">KPhotoAlbum uvoz</comment>
    <comment xml:lang="hu">KPhotoAlbum-import</comment>
    <comment xml:lang="ia">Importation de KPhotoAlbum</comment>
    <comment xml:lang="is">KPhotoAlbum innflutningur</comment>
    <comment xml:lang="it">importazione di KPhotoAlbum</comment>
    <comment xml:lang="ja">KPhotoAlbum インポート</comment>
    <comment xml:lang="kk">KPhotoAlbum импорт еткені</comment>
    <comment xml:lang="km">នាំចូល KPhotoAlbum</comment>
    <comment xml:lang="ko">KPhotoAlbum 가져오기</comment>
    <comment xml:lang="lt">KPhotoAlbum importas</comment>
    <comment xml:lang="lv">KPhotoAlbum imports</comment>
    <comment xml:lang="ml">കെഫോട്ടോആല്‍ബം ഇറക്കുമതി</comment>
    <comment xml:lang="mr">के-फोटो-अल्बम आयात</comment>
    <comment xml:lang="nb">KPhotoAlbum-import</comment>
    <comment xml:lang="nds">KPhotoAlbum-Import</comment>
    <comment xml:lang="nl">KPhotoAlbum-import</comment>
    <comment xml:lang="nn">KPhotoAlbum-import</comment>
    <comment xml:lang="pa">KPhotoAlbum ਇੰਪੋਰਟ</comment>
    <comment xml:lang="pl">Import KPhotoAlbum</comment>
    <comment xml:lang="pt">Importação do KPhotoAlbum</comment>
    <comment xml:lang="pt_BR">Importação do KPhotoAlbum</comment>
    <comment xml:lang="ro">Import KPhotoAlbum</comment>
    <comment xml:lang="ru">архив фотоальбома KPhotoAlbum</comment>
    <comment xml:lang="se">KPhotoAlbum sisafievrrideapmi</comment>
    <comment xml:lang="sk">Import KPhotoAlbum</comment>
    <comment xml:lang="sl">Uvoz v KPhotoAlbum</comment>
    <comment xml:lang="sq">KPhotoAlbum import</comment>
    <comment xml:lang="sr">К‑фотоалбумов увоз</comment>
    <comment xml:lang="sr@ijekavian">К‑фотоалбумов увоз</comment>
    <comment xml:lang="sr@ijekavianlatin">KPhotoAlbumov uvoz</comment>
    <comment xml:lang="sr@latin">KPhotoAlbumov uvoz</comment>
    <comment xml:lang="sv">Kfotoalbum-import</comment>
    <comment xml:lang="tr">KPhotoAlbum içeri aktarımı</comment>
    <comment xml:lang="ug">KPhotoAlbum ئەكىر</comment>
    <comment xml:lang="uk">імпортовані дані KPhotoAlbum</comment>
    <comment xml:lang="zh_CN">KPhotoAlbum 导入</comment>
    <comment xml:lang="zh_TW">KPhotoAlbum 匯入</comment>
    <glob pattern="*.kim"/>
  </mime-type>
  <mime-type type="image/x-hdr"> <!-- TODO fdo report -->
    <comment>HDR image</comment>
    <comment xml:lang="ar">صورة HDR</comment>
    <comment xml:lang="ast">Imaxe HDR</comment>
    <comment xml:lang="bg">Изображение HDR</comment>
    <comment xml:lang="bs">HDR slika</comment>
    <comment xml:lang="ca">Imatge HDR</comment>
    <comment xml:lang="ca@valencia">Imatge HDR</comment>
    <comment xml:lang="cs">HDR obrázek</comment>
    <comment xml:lang="da">HDR-billede</comment>
    <comment xml:lang="de">HDR-Bild</comment>
    <comment xml:lang="el">Εικόνα HDR</comment>
    <comment xml:lang="en_GB">HDR image</comment>
    <comment xml:lang="es">Imagen HDR</comment>
    <comment xml:lang="et">HDR pilt</comment>
    <comment xml:lang="eu">HDR irudia</comment>
    <comment xml:lang="fi">HDR-kuva</comment>
    <comment xml:lang="fr">Image HDR</comment>
    <comment xml:lang="ga">Íomhá HDR</comment>
    <comment xml:lang="gd">dealbh HDR</comment>
    <comment xml:lang="gl">Imaxe de HDR</comment>
    <comment xml:lang="hr">HDR slika</comment>
    <comment xml:lang="hu">HDR-kép</comment>
    <comment xml:lang="ia">Imagine HDR</comment>
    <comment xml:lang="is">HDR mynd</comment>
    <comment xml:lang="it">immagine HDR</comment>
    <comment xml:lang="ja">HDR イメージ</comment>
    <comment xml:lang="kk">HDR кескіні</comment>
    <comment xml:lang="km">រូបភាព HDR</comment>
    <comment xml:lang="ko">HDR 그림</comment>
    <comment xml:lang="lt">HDR paveikslėlis</comment>
    <comment xml:lang="lv">HDR attēls</comment>
    <comment xml:lang="ml">എച്ച് ഡി ആര്‍ ചിത്രം</comment>
    <comment xml:lang="mr">HDR प्रतिमा</comment>
    <comment xml:lang="ms">Imej HDR</comment>
    <comment xml:lang="nb">HDR-bilde</comment>
    <comment xml:lang="nds">HDR-Afbild</comment>
    <comment xml:lang="nl">HDR-image</comment>
    <comment xml:lang="nn">HDR-bilete</comment>
    <comment xml:lang="pa">HDR ਚਿੱਤਰ</comment>
    <comment xml:lang="pl">Obraz HDR</comment>
    <comment xml:lang="pt">Imagem HDR</comment>
    <comment xml:lang="pt_BR">Imagem HDR</comment>
    <comment xml:lang="ro">Imagine HDR</comment>
    <comment xml:lang="ru">изображение HDR</comment>
    <comment xml:lang="se">HDR-govva</comment>
    <comment xml:lang="sk">HDR obrázok</comment>
    <comment xml:lang="sl">Slika HDR</comment>
    <comment xml:lang="sq">HDR image</comment>
    <comment xml:lang="sr">ХДР слика</comment>
    <comment xml:lang="sr@ijekavian">ХДР слика</comment>
    <comment xml:lang="sr@ijekavianlatin">HDR slika</comment>
    <comment xml:lang="sr@latin">HDR slika</comment>
    <comment xml:lang="sv">HDR-bild</comment>
    <comment xml:lang="th">ภาพรูปแบบ HDR</comment>
    <comment xml:lang="tr">HDR resmi</comment>
    <comment xml:lang="ug">HDR سۈرەت</comment>
    <comment xml:lang="uk">зображення HDR</comment>
    <comment xml:lang="zh_CN">HDR 图像</comment>
    <comment xml:lang="zh_TW">HDR 影像</comment>
    <acronym>HDR</acronym>
    <expanded-acronym>High Dynamic Range</expanded-acronym>
    <glob pattern="*.hdr"/>
    <glob pattern="*.pic"/>
  </mime-type>
  <mime-type type="image/x-kde-raw">
    <sub-class-of type="image/x-dcraw"/>
    <comment>KDE raw image formats</comment>
    <comment xml:lang="ar">تنسيقات صور خام لكدي</comment>
    <comment xml:lang="ast">Formatos d'imaxe en brutu de KDE</comment>
    <comment xml:lang="bs">KDE formati sirovih slika</comment>
    <comment xml:lang="ca">Formats d'imatge RAW del KDE</comment>
    <comment xml:lang="ca@valencia">Formats d'imatge RAW del KDE</comment>
    <comment xml:lang="cs">Formáty obrázků raw v KDE</comment>
    <comment xml:lang="da">KDE raw-billedformater</comment>
    <comment xml:lang="de">KDE-Roh-Bildformate</comment>
    <comment xml:lang="el">Τύποι ακατέργαστων μορφών εικόνας KDE </comment>
    <comment xml:lang="en_GB">KDE raw image formats</comment>
    <comment xml:lang="es">Formatos de imagen en bruto de KDE</comment>
    <comment xml:lang="et">KDE toorpildivormingud</comment>
    <comment xml:lang="eu">KDE raw irudi formatuak</comment>
    <comment xml:lang="fi">KDE-raakakuvamuoto</comment>
    <comment xml:lang="fr">Format d'image brute KDE</comment>
    <comment xml:lang="ga">Formáidí amha íomhánna de chuid KDE</comment>
    <comment xml:lang="gd">fòrmatan deilbh amh KDE</comment>
    <comment xml:lang="gl">Formatos de imaxe raw de KDE</comment>
    <comment xml:lang="hr">KDE-ovi sirovi slikovni podaci</comment>
    <comment xml:lang="hu">KDE-s nyers képformátumok</comment>
    <comment xml:lang="ia">Formatos de imagines crude de KDE</comment>
    <comment xml:lang="is">KDE RAW myndsnið</comment>
    <comment xml:lang="it">formati di immagine raw di KDE</comment>
    <comment xml:lang="ja">KDE raw イメージ形式</comment>
    <comment xml:lang="kk">KDE шікі кескін пішімі</comment>
    <comment xml:lang="km">ទ្រង់ទ្រាយ​រូបភាព​ដើម KDE</comment>
    <comment xml:lang="ko">KDE RAW 그림 형식</comment>
    <comment xml:lang="lt">KDE gryni paveikslėlių formatai</comment>
    <comment xml:lang="lv">KDE raw attēlu formāti</comment>
    <comment xml:lang="ml">കെഡിഇ സംസ്കരിക്കാത്ത ചിത്ര ഘടന</comment>
    <comment xml:lang="mr">केडीई रॉ इमेज फॉर्मेट</comment>
    <comment xml:lang="nb">KDE råbildeformater</comment>
    <comment xml:lang="nds">KDE-Rohbildformaten</comment>
    <comment xml:lang="nl">KDE-rawimage-formats</comment>
    <comment xml:lang="nn">KDE-råbilete</comment>
    <comment xml:lang="pa">KDE ਰਾਅ ਚਿੱਤਰ ਫਾਰਮੈਟ</comment>
    <comment xml:lang="pl">Formaty raw obrazów w KDE</comment>
    <comment xml:lang="pt">Formatos de imagem em bruto do KDE</comment>
    <comment xml:lang="pt_BR">Formatos de imagem RAW do KDE</comment>
    <comment xml:lang="ro">Formate de imagine brute KDE</comment>
    <comment xml:lang="ru">необработанное изображение</comment>
    <comment xml:lang="sk">Formáty obrázkov raw v KDE</comment>
    <comment xml:lang="sl">KDE-jeve surove vrste slik</comment>
    <comment xml:lang="sr">КДЕ формати сирових слика</comment>
    <comment xml:lang="sr@ijekavian">КДЕ формати сирових слика</comment>
    <comment xml:lang="sr@ijekavianlatin">KDE formati sirovih slika</comment>
    <comment xml:lang="sr@latin">KDE formati sirovih slika</comment>
    <comment xml:lang="sv">KDE-obehandlade bildformat</comment>
    <comment xml:lang="th">ภาพรูปแบบข้อมูลดิบของ KDE</comment>
    <comment xml:lang="tr">KDE ham resim biçimleri</comment>
    <comment xml:lang="ug">KDE raw سۈرەت پىچىمى</comment>
    <comment xml:lang="uk">формати цифрових негативів KDE</comment>
    <comment xml:lang="zh_CN">KDE 原始图像格式</comment>
    <comment xml:lang="zh_TW">KDE 原始影像格式</comment>
    <glob pattern="*.bay"/>
    <glob pattern="*.bmq"/>
    <glob pattern="*.cs1"/>
    <glob pattern="*.cs2"/>
    <glob pattern="*.erf"/>
    <glob pattern="*.fff"/>
    <glob pattern="*.hrd"/>
    <glob pattern="*.mdc"/>
    <glob pattern="*.mos"/>
    <glob pattern="*.pnx"/>
    <glob pattern="*.rdc"/>
  </mime-type>
  <mime-type type="text/plain"> <!-- As discussed on xdg list, *.doc is needed here for disambiguation -->
    <glob pattern="*.doc"/>
  </mime-type>
  <mime-type type="text/x-hex">
    <sub-class-of type="text/plain"/>
    <comment>Intel® hexadecimal object file</comment>
    <comment xml:lang="ar">ملف كائن سداسي عشر Intel®</comment>
    <comment xml:lang="ast">Ficheru d'oxetu hexadecimal Intel®</comment>
    <comment xml:lang="bs">Intelova heksadekadna objektna datoteka</comment>
    <comment xml:lang="ca">Fitxer objecte hexadecimal d'Intel®</comment>
    <comment xml:lang="ca@valencia">Fitxer objecte hexadecimal d'Intel®</comment>
    <comment xml:lang="cs">Intel® hexadecimální objektový soubor</comment>
    <comment xml:lang="da">Intel® hexadecimal objektfil</comment>
    <comment xml:lang="de">Intel®-Hexadezimal-Objektdatei</comment>
    <comment xml:lang="el">Δεκαεξαδικό μεταφρασμένο αρχείο Intel®</comment>
    <comment xml:lang="en_GB">Intel® hexadecimal object file</comment>
    <comment xml:lang="es">Archivo de código objeto hexadecimal de Intel®</comment>
    <comment xml:lang="et">Intel® 16nd-objektfail</comment>
    <comment xml:lang="eu">Intel® objektu hamaseitarra fitxategia</comment>
    <comment xml:lang="fi">Intel®-heksadesimaaliobjektitiedosto</comment>
    <comment xml:lang="fr">Fichier objet hexadécimal « Intel® »</comment>
    <comment xml:lang="ga">Comhad oibiachta heicsidheachúlach Intel®</comment>
    <comment xml:lang="gd">faidhle oibseact sia-dheicheach Intel®</comment>
    <comment xml:lang="gl">Ficheiro de obxecto hexadecimal de Intel®</comment>
    <comment xml:lang="hr">Intelova® heksadecimalna objektna datoteka</comment>
    <comment xml:lang="hu">Intel®-féle hexadecimális objektumfájl</comment>
    <comment xml:lang="ia">File objecto hexadecimal de Intel(c)</comment>
    <comment xml:lang="is">Intel® hexadesimal hlutaskrá</comment>
    <comment xml:lang="it">file oggetto esadecimale Intel®</comment>
    <comment xml:lang="ja">Intel® 十六進オブジェクトファイル</comment>
    <comment xml:lang="kk">Intel® оналтылықты объектік файл</comment>
    <comment xml:lang="km">ឯកសារ​វត្ថុ​គោលដប់ប្រាំមួយ​របស់ Intel®</comment>
    <comment xml:lang="ko">Intel® 16진수 개체 파일</comment>
    <comment xml:lang="lt">Intel® šešioliktainio objekto failas</comment>
    <comment xml:lang="lv">Intel® hexadecimālais objekta fails</comment>
    <comment xml:lang="ml">ഇന്റെല്‍® ഹെക്സാഡെസിമല്‍ ഒബ്ജക്റ്റ് ഫയല്‍</comment>
    <comment xml:lang="mr">Intel® हेक्झाडेसिमल ऑब्जेक्ट फाईल</comment>
    <comment xml:lang="ms">Fail objek heksadesimal Intel(R)</comment>
    <comment xml:lang="nb">Intel® heksadesimal objektfil</comment>
    <comment xml:lang="nds">"Intel® hexadezimaal"-Objektdatei</comment>
    <comment xml:lang="nl">Intel® hexadecimaal objectbestand</comment>
    <comment xml:lang="nn">Intel®-heksobjektfil</comment>
    <comment xml:lang="pa">Intel® ਹੈਕਸਾਡੈਸੀਮਲ ਆਬਜੈਕਟ ਫਾਈਲ</comment>
    <comment xml:lang="pl">Plik obiektu szesnastkowego: Intel®</comment>
    <comment xml:lang="pt">Ficheiro-objecto em hexadecimal da Intel®</comment>
    <comment xml:lang="pt_BR">Arquivo objeto em hexadecimal da Intel®</comment>
    <comment xml:lang="ro">fișier obiect hexazecimal Intel®</comment>
    <comment xml:lang="ru">файл Intel HEX</comment>
    <comment xml:lang="se">Intel® heaksadesimála objeaktafiila</comment>
    <comment xml:lang="sk">Intel® hexadecimálny objektový súbor</comment>
    <comment xml:lang="sl">Intelova šestnajstiška predmetna datoteka</comment>
    <comment xml:lang="sq">Intel® hexadecimal object file</comment>
    <comment xml:lang="sr">Интелов хексадекадни објектни фајл</comment>
    <comment xml:lang="sr@ijekavian">Интелов хексадекадни објектни фајл</comment>
    <comment xml:lang="sr@ijekavianlatin">Intelov heksadekadni objektni fajl</comment>
    <comment xml:lang="sr@latin">Intelov heksadekadni objektni fajl</comment>
    <comment xml:lang="sv">Intel® hexadecimal objektfil</comment>
    <comment xml:lang="th">แฟ้มออบเจ็กต์ฐานสิบหกของ Intel®</comment>
    <comment xml:lang="tr">Intel® onaltılık nesne dosyası</comment>
    <comment xml:lang="ug">Intel® ئون ئالتىلىك نەڭ ھۆججىتى</comment>
    <comment xml:lang="uk">шістнадцятковий об’єктний файл Intel®</comment>
    <comment xml:lang="zh_CN">Intel® 十六进制对象文件</comment>
    <comment xml:lang="zh_TW">Intel® hexadecimal 物件檔</comment>
    <glob pattern="*.hex"/>
  </mime-type>
  <mime-type type="text/x-katefilelist">
    <sub-class-of type="text/plain"/>
    <comment>Kate file list loader plugin list</comment>
    <comment xml:lang="ar">قائمة ملحقات محملات قائمة ملفات لكيت</comment>
    <comment xml:lang="ast">Llista de complementos del cargador de llistes de ficheros Kate</comment>
    <comment xml:lang="bs">spisak Kateinog priključka za učitavanje datoteka</comment>
    <comment xml:lang="ca">Llista del connector carregador de llista de fitxers del Kate</comment>
    <comment xml:lang="ca@valencia">Llista del connector carregador de llista de fitxers del Kate</comment>
    <comment xml:lang="da">Liste over plugins til fillisteindlæsning i Kate</comment>
    <comment xml:lang="de">Kate-Dateilistenlade-Modulliste</comment>
    <comment xml:lang="el">Λίστα αρχείου φόρτωσης λίστας πρόσθετων Kate</comment>
    <comment xml:lang="en_GB">Kate file list loader plugin list</comment>
    <comment xml:lang="es">Lista de complementos de carga de listas de archivos de Kate</comment>
    <comment xml:lang="et">Kate failinimekirja avaja plugin</comment>
    <comment xml:lang="eu">Kate fitxategi-zerrenda kargatzeko plugin zerrenda</comment>
    <comment xml:lang="fi">Kate-tiedostoluettelolataajaliitännäisluettelo</comment>
    <comment xml:lang="fr">Liste de modules externes pour le chargeur de liste de fichiers de Kate</comment>
    <comment xml:lang="ga">Liosta de bhreiseáin luchtaithe liostaí comhad do Kate</comment>
    <comment xml:lang="gd">liosta de phlugan Kate a luchdaicheas liostaichean fhaidhlichean</comment>
    <comment xml:lang="gl">Lista de complementos do cargador de lista de ficheiros de Kate</comment>
    <comment xml:lang="hr">Kate lista od priključka učitavača liste datoteka</comment>
    <comment xml:lang="hu">Kate-listafájl (fájllista vagy bővítménylista)</comment>
    <comment xml:lang="ia">Kate: Lista de plugin de cargator de lista de file</comment>
    <comment xml:lang="is">Kate skráahleðsluíforritalisti</comment>
    <comment xml:lang="it">elenco delle estensioni del caricatore di elenchi di file di Kate</comment>
    <comment xml:lang="ja">Kate ファイルリストローダプラグインリスト</comment>
    <comment xml:lang="kk">Kate файлдар тізімін жүктеу плагин тізімі</comment>
    <comment xml:lang="km">បញ្ជី​កម្មវិធី​ជំនួយ​របស់​កម្មវិធី​ផ្ទុក​បញ្ជី​ឯកសារ​របស់ Kate</comment>
    <comment xml:lang="ko">Kate 파일 목록 로더 플러그인 목록</comment>
    <comment xml:lang="lt">Kate failų sąrašo užkrovimo papildinių sąrašas</comment>
    <comment xml:lang="lv">Kate failu saraksta ielādētāja spraudņa saraksts</comment>
    <comment xml:lang="ml">കേറ്റ് ഫയല്‍ പട്ടിക ലഭ്യമാക്കുന്നതിന്റെ സംയോജകങ്ങളുടെ പട്ടിക</comment>
    <comment xml:lang="mr">केट फाईल यादी लोड करणाऱ्या प्लगइनची यादी</comment>
    <comment xml:lang="nb">Liste over programtillegg for Kate fillistelasting</comment>
    <comment xml:lang="nds">Dateilistlader-Moduullist för Kate</comment>
    <comment xml:lang="nl">Kate bestandenlijstlader voor pluginlijst</comment>
    <comment xml:lang="nn">Programtilleggliste for fillistelastar i Kate</comment>
    <comment xml:lang="pa">ਕੇਟ ਫਾਈਲ ਲਿਸਟ ਲੋਡਰ ਪਲੱਗਇਨ ਲਿਸਟ</comment>
    <comment xml:lang="pl">Lista wtyczki do wczytywania plików Kate</comment>
    <comment xml:lang="pt">Lista de 'plugins' de carregamento de listas de ficheiros do Kate</comment>
    <comment xml:lang="pt_BR">Lista de plugins de carregamento de listas de arquivos do Kate</comment>
    <comment xml:lang="ro">listă de module pentru încărcarea liste de fișiere în Kate</comment>
    <comment xml:lang="ru">список файлов Kate</comment>
    <comment xml:lang="se">Kate-fiilalistoviežži lassemodulalistu</comment>
    <comment xml:lang="sk">Zoznam modulov - načítanie zoznamu súborov Kate</comment>
    <comment xml:lang="sl">Seznam vstavka nalagalnika seznamov datotek za Kate</comment>
    <comment xml:lang="sr">списак Кејтиног прикључка за учитавање фајлова</comment>
    <comment xml:lang="sr@ijekavian">списак Кејтиног прикључка за учитавање фајлова</comment>
    <comment xml:lang="sr@ijekavianlatin">spisak Kateinog priključka za učitavanje fajlova</comment>
    <comment xml:lang="sr@latin">spisak Kateinog priključka za učitavanje fajlova</comment>
    <comment xml:lang="sv">Kate insticksprogramlista för laddning av fillistor</comment>
    <comment xml:lang="tr">Kate dosya listesi yükleyici eklentisi listesi</comment>
    <comment xml:lang="ug">Kate ھۆججەت تىزىمى يۈكلىگۈچ قىستۇرما تىزىمى</comment>
    <comment xml:lang="uk">список файлів Kate</comment>
    <comment xml:lang="zh_CN">Kate 文件列表装入器插件列表</comment>
    <comment xml:lang="zh_TW">Kate 檔案清單載入器外掛程式清單</comment>
    <glob pattern="*.katefl"/>
  </mime-type>
  <mime-type type="text/x-objchdr"> <!-- ??? Useless, without glob or magic. Remove? -->
    <sub-class-of type="text/x-csrc"/>
    <comment>Objective-C header</comment>
    <comment xml:lang="ar">ترويسة Objective-C</comment>
    <comment xml:lang="ast">Testera Objective-C</comment>
    <comment xml:lang="bs">Objective‑c zaglavlje</comment>
    <comment xml:lang="ca">Capçalera Objective-C</comment>
    <comment xml:lang="ca@valencia">Capçalera Objective-C</comment>
    <comment xml:lang="cs">Objective-C hlavička</comment>
    <comment xml:lang="da">Objective-C header-fil</comment>
    <comment xml:lang="de">Objective-C-Header</comment>
    <comment xml:lang="el">Κεφαλίδα Objective-C</comment>
    <comment xml:lang="en_GB">Objective-C header</comment>
    <comment xml:lang="es">Cabecera de Objective-C</comment>
    <comment xml:lang="et">Objective-C päis</comment>
    <comment xml:lang="eu">Objective-C goiburua</comment>
    <comment xml:lang="fi">Objective C -otsake</comment>
    <comment xml:lang="fr">En-tête « Objective-C »</comment>
    <comment xml:lang="ga">Ceanntásc Objective-C</comment>
    <comment xml:lang="gd">bann-cinn Objective-C</comment>
    <comment xml:lang="gl">Cabeceira de Objective-C</comment>
    <comment xml:lang="hr">Objective-C zaglavlje</comment>
    <comment xml:lang="hu">Objective-C-fejlécfájl</comment>
    <comment xml:lang="ia">Capite de Objective-C</comment>
    <comment xml:lang="is">Objective-C haus</comment>
    <comment xml:lang="it">intestazione Objective-C</comment>
    <comment xml:lang="ja">Objective-C ヘッダ</comment>
    <comment xml:lang="kk">Objective-C айдар файлы</comment>
    <comment xml:lang="km">ក្បាល Objective-C</comment>
    <comment xml:lang="ko">오브젝티브-C 헤더</comment>
    <comment xml:lang="lt">Objektinio-C antraštė</comment>
    <comment xml:lang="lv">Objective-C galvene</comment>
    <comment xml:lang="ml">ഒബ്ജക്ടീവ്-സി ഹെഡര്‍</comment>
    <comment xml:lang="mr">ओब्जेक्टिव्ह-सी हेडर</comment>
    <comment xml:lang="nb">Objective-C hodefil</comment>
    <comment xml:lang="nds">"Objective-C"-Koppdatei</comment>
    <comment xml:lang="nl">Objective-C-header</comment>
    <comment xml:lang="nn">Objective-C-deklarasjonsfil</comment>
    <comment xml:lang="pa">Objective-C ਹੈੱਡਰ</comment>
    <comment xml:lang="pl">Plik nagłówkowy Objective-C</comment>
    <comment xml:lang="pt">Ficheiro de inclusão em Objective-C</comment>
    <comment xml:lang="pt_BR">Cabeçalho em Objetive-C</comment>
    <comment xml:lang="ro">antet Objective-C</comment>
    <comment xml:lang="ru">заголовочный файл Objective-C</comment>
    <comment xml:lang="se">Objective-C oaivefiila</comment>
    <comment xml:lang="sk">Hlavičkový súbor Objektového C</comment>
    <comment xml:lang="sl">Glava za Objective-C</comment>
    <comment xml:lang="sr">објектив‑Ц заглавље</comment>
    <comment xml:lang="sr@ijekavian">објектив‑Ц заглавље</comment>
    <comment xml:lang="sr@ijekavianlatin">Objective‑c zaglavlje</comment>
    <comment xml:lang="sr@latin">Objective‑c zaglavlje</comment>
    <comment xml:lang="sv">Objective-C deklarationsfil</comment>
    <comment xml:lang="th">แฟ้มส่วนหัวภาษา Objective-C</comment>
    <comment xml:lang="tr">Objective-C başlığı</comment>
    <comment xml:lang="ug">Objective-C باشى</comment>
    <comment xml:lang="uk">файл заголовків Objective-C</comment>
    <comment xml:lang="zh_CN">Objective-C 头文件</comment>
    <comment xml:lang="zh_TW">Objective-C 標頭檔</comment>
  </mime-type>
  <mime-type type="text/vnd.abc"> <!-- fdo #6578, needs update -->
    <sub-class-of type="text/plain"/>
    <comment>abc musical notation file</comment>
    <comment xml:lang="ar">ملف كراسة موسيقية abc</comment>
    <comment xml:lang="ast">ficheru de notación musical abc</comment>
    <comment xml:lang="bs">muzička notacija ABC</comment>
    <comment xml:lang="ca">Fitxer de notació musical abc</comment>
    <comment xml:lang="ca@valencia">Fitxer de notació musical abc</comment>
    <comment xml:lang="cs">Soubor hudební notace abc</comment>
    <comment xml:lang="da">abc musiknode-fil</comment>
    <comment xml:lang="de">abc-Musik-Notationsdatei</comment>
    <comment xml:lang="el">Αρχείο μουσικών συμβόλων abc</comment>
    <comment xml:lang="en_GB">abc musical notation file</comment>
    <comment xml:lang="es">Archivo de notación musical abc</comment>
    <comment xml:lang="et">abc notatsioonifail</comment>
    <comment xml:lang="eu">abc musika fitxategia</comment>
    <comment xml:lang="fi">abc-musiikkinuottikirjoitustiedosto</comment>
    <comment xml:lang="fr">Fichier de notation musicale « ABC »</comment>
    <comment xml:lang="ga">Comhad nodaireachta ceoil abc</comment>
    <comment xml:lang="gd">faidhle nòtachadh ciùil abc</comment>
    <comment xml:lang="gl">ficheiro de notación musical abc</comment>
    <comment xml:lang="hr">abc muzičko notacijska datoteka</comment>
    <comment xml:lang="hu">Abc-kottafájl</comment>
    <comment xml:lang="ia">file de notation musical abc</comment>
    <comment xml:lang="is">abc nótnaskriftarskrá</comment>
    <comment xml:lang="it">file di notazione musicale abc</comment>
    <comment xml:lang="ja">abc ミュージカルノーテーションファイル</comment>
    <comment xml:lang="kk">abc музыка ноталар файлы</comment>
    <comment xml:lang="km">ឯកសារ​ជូនដំណឹង​តន្ត្រី​ abc</comment>
    <comment xml:lang="ko">abc 악보 파일</comment>
    <comment xml:lang="lt">abc muzikos natų failas</comment>
    <comment xml:lang="lv">abc mūzikas notācijas fails</comment>
    <comment xml:lang="ml">എബിസി സംഗീത ചിഹ്ന ഫയല്‍</comment>
    <comment xml:lang="mr">abc संगीत नोटेशन फाईल</comment>
    <comment xml:lang="nb">abc musikknotefil</comment>
    <comment xml:lang="nds">abc-Musikschrift-Datei</comment>
    <comment xml:lang="nl">abc-muzieknotatiebestand</comment>
    <comment xml:lang="nn">abc-musikknotasjonsfil</comment>
    <comment xml:lang="pl">plik notacji muzycznej abc</comment>
    <comment xml:lang="pt">Ficheiro de notação musical do 'abc'</comment>
    <comment xml:lang="pt_BR">arquivo de notação musical do abc</comment>
    <comment xml:lang="ro">Fișier de notație muzicală abc</comment>
    <comment xml:lang="ru">нотная запись ABC</comment>
    <comment xml:lang="se">abc-musihkkačállinprográmma</comment>
    <comment xml:lang="sk">Súbor hudobnej notácie abc</comment>
    <comment xml:lang="sl">Datoteka glasbenega zapisa abc</comment>
    <comment xml:lang="sr">музичка нотација АБЦ</comment>
    <comment xml:lang="sr@ijekavian">музичка нотација АБЦ</comment>
    <comment xml:lang="sr@ijekavianlatin">muzička notacija ABC</comment>
    <comment xml:lang="sr@latin">muzička notacija ABC</comment>
    <comment xml:lang="sv">abc-musiknotationsfil</comment>
    <comment xml:lang="tr">abc müzik notalama dosyası</comment>
    <comment xml:lang="ug">abc مۇزىكا بەلگە ھۆججىتى</comment>
    <comment xml:lang="uk">файл нотного стану abc</comment>
    <comment xml:lang="zh_CN">abc 音乐符号文件</comment>
    <comment xml:lang="zh_TW">abc 音樂通知檔</comment>
    <magic priority="80">
      <match type="string" value="%abc" offset="0"/>
    </magic>
    <glob pattern="*.abc"/>
  </mime-type>

  <mime-type type="application/vnd.kde.fontspackage">
    <sub-class-of type="application/zip"/>
    <comment>fonts package</comment>
    <comment xml:lang="ar">حزمة خطوط</comment>
    <comment xml:lang="ast">paquete de fontes</comment>
    <comment xml:lang="bs">paket fontova</comment>
    <comment xml:lang="ca">Paquet de tipus de lletres</comment>
    <comment xml:lang="ca@valencia">Paquet de tipus de lletres</comment>
    <comment xml:lang="cs">balíček písem</comment>
    <comment xml:lang="da">skrifttypepakke</comment>
    <comment xml:lang="de">Schriftartenpaket</comment>
    <comment xml:lang="el">Πακέτο γραμματοσειρών</comment>
    <comment xml:lang="en_GB">fonts package</comment>
    <comment xml:lang="es">paquete de tipos de letra</comment>
    <comment xml:lang="et">fondipakett</comment>
    <comment xml:lang="eu">letra-tipoen paketea</comment>
    <comment xml:lang="fi">fonttipaketti</comment>
    <comment xml:lang="fr">Paquet de polices</comment>
    <comment xml:lang="ga">pacáiste clónna</comment>
    <comment xml:lang="gd">pacaid chruthan-clò</comment>
    <comment xml:lang="gl">paquete de tipos de letra</comment>
    <comment xml:lang="hr">paket pisama</comment>
    <comment xml:lang="hu">betűtípuscsomag</comment>
    <comment xml:lang="ia">pacchettos de fonts</comment>
    <comment xml:lang="is">leturpakki</comment>
    <comment xml:lang="it">pacchetto di caratteri</comment>
    <comment xml:lang="ja">フォントパッケージ</comment>
    <comment xml:lang="kk">қаріптер дестесі</comment>
    <comment xml:lang="km">កញ្ចប់​ពុម្ពអក្សរ</comment>
    <comment xml:lang="ko">글꼴 패키지</comment>
    <comment xml:lang="lt">šriftų paketas</comment>
    <comment xml:lang="lv">fontu pakotne</comment>
    <comment xml:lang="ml">അക്ഷരസഞ്ചയ പാക്കേജ് </comment>
    <comment xml:lang="mr">फॉन्ट पॅकेज</comment>
    <comment xml:lang="nb">skriftpakke</comment>
    <comment xml:lang="nds">Schriftoorden-Paket</comment>
    <comment xml:lang="nl">lettertypenpakket</comment>
    <comment xml:lang="nn">skriftpakke</comment>
    <comment xml:lang="pa">ਫੋਂਟ ਪੈਕੇਜ</comment>
    <comment xml:lang="pl">pakiet czcionek</comment>
    <comment xml:lang="pt">pacote de tipos de letra</comment>
    <comment xml:lang="pt_BR">pacote de fontes</comment>
    <comment xml:lang="ro">pachet de fonturi</comment>
    <comment xml:lang="ru">пакет шрифтов</comment>
    <comment xml:lang="se">fontapáhkka</comment>
    <comment xml:lang="sk">balíček písiem</comment>
    <comment xml:lang="sl">paket pisav</comment>
    <comment xml:lang="sr">пакет фонтова</comment>
    <comment xml:lang="sr@ijekavian">пакет фонтова</comment>
    <comment xml:lang="sr@ijekavianlatin">paket fontova</comment>
    <comment xml:lang="sr@latin">paket fontova</comment>
    <comment xml:lang="sv">teckensnittspaket</comment>
    <comment xml:lang="th">แพกเกจชุดแบบอักษร</comment>
    <comment xml:lang="tr">yazı tipi paketi</comment>
    <comment xml:lang="ug">خەت نۇسخا بوغچىسى</comment>
    <comment xml:lang="uk">пакунок шрифтів</comment>
    <comment xml:lang="zh_CN">字体包</comment>
    <comment xml:lang="zh_TW">字型套件</comment>
    <glob pattern="*.fonts.zip"/>
  </mime-type>

  <mime-type type="application/x-smb-server"> <!-- KDE-specific -->
    <sub-class-of type="inode/directory"/>
    <comment>Windows server</comment>
    <comment xml:lang="ar">خادم ويندوز</comment>
    <comment xml:lang="ast">Sirvidor Windows</comment>
    <comment xml:lang="bs">windows server</comment>
    <comment xml:lang="ca">Servidor Windows</comment>
    <comment xml:lang="ca@valencia">Servidor Windows</comment>
    <comment xml:lang="cs">Windows server</comment>
    <comment xml:lang="da">Windows-server</comment>
    <comment xml:lang="de">Windows-Server</comment>
    <comment xml:lang="el">Εξυπηρετητής Windows</comment>
    <comment xml:lang="en_GB">Windows server</comment>
    <comment xml:lang="es">Servidor de Windows</comment>
    <comment xml:lang="et">Windowsi server</comment>
    <comment xml:lang="eu">Windows zerbitzaria</comment>
    <comment xml:lang="fi">Windows-palvelin</comment>
    <comment xml:lang="fr">Serveur Windows</comment>
    <comment xml:lang="ga">Freastalaí Windows</comment>
    <comment xml:lang="gd">frithealaiche Windows</comment>
    <comment xml:lang="gl">Servidor de Windows</comment>
    <comment xml:lang="hr">Windows poslužitelj</comment>
    <comment xml:lang="hu">Windows-kiszolgáló</comment>
    <comment xml:lang="ia">Servitor de Windows</comment>
    <comment xml:lang="is">Windows miðlari</comment>
    <comment xml:lang="it">server Windows</comment>
    <comment xml:lang="ja">Windows サーバ</comment>
    <comment xml:lang="kk">Windows сервері</comment>
    <comment xml:lang="km">ម៉ាស៊ីន​បម្រើ​វីនដូ</comment>
    <comment xml:lang="ko">Windows 서버</comment>
    <comment xml:lang="lt">Windows serveris</comment>
    <comment xml:lang="lv">Windows serveris</comment>
    <comment xml:lang="ml">വിന്‍ഡോസ് സേവകന്‍</comment>
    <comment xml:lang="mr">विंडोज सर्व्हर</comment>
    <comment xml:lang="nb">Windows-tjener</comment>
    <comment xml:lang="nds">Windows-Server</comment>
    <comment xml:lang="nl">Windows-server</comment>
    <comment xml:lang="nn">Windows-tenar</comment>
    <comment xml:lang="pa">ਵਿੰਡੋਜ਼ ਸਰਵਰ</comment>
    <comment xml:lang="pl">Serwer Windows</comment>
    <comment xml:lang="pt">Servidor do Windows</comment>
    <comment xml:lang="pt_BR">Servidor do Windows</comment>
    <comment xml:lang="ro">Server Windows</comment>
    <comment xml:lang="ru">сервер Windows</comment>
    <comment xml:lang="se">Windowsbálvá</comment>
    <comment xml:lang="sk">Server Windows</comment>
    <comment xml:lang="sl">Strežnik Windows</comment>
    <comment xml:lang="sq">Windows server</comment>
    <comment xml:lang="sr">виндоуз сервер</comment>
    <comment xml:lang="sr@ijekavian">виндоуз сервер</comment>
    <comment xml:lang="sr@ijekavianlatin">windows server</comment>
    <comment xml:lang="sr@latin">windows server</comment>
    <comment xml:lang="sv">Windows-server</comment>
    <comment xml:lang="th">เครื่องแม่ข่ายวินโดวส์</comment>
    <comment xml:lang="tr">Windows sunucusu</comment>
    <comment xml:lang="ug">Windows مۇلازىمېتىر</comment>
    <comment xml:lang="uk">сервер Windows</comment>
    <comment xml:lang="zh_CN">Windows 服务器</comment>
    <comment xml:lang="zh_TW">Windows 伺服器</comment>
  </mime-type>
  <mime-type type="application/x-smb-workgroup"> <!-- KDE-specific -->
    <sub-class-of type="inode/directory"/>
    <comment>Windows workgroup</comment>
    <comment xml:lang="ar">مجموعة عمل ويندوز</comment>
    <comment xml:lang="ast">Grupu de trabayu Windows</comment>
    <comment xml:lang="bs">windows radna grupa</comment>
    <comment xml:lang="ca">Treball en grup de Windows</comment>
    <comment xml:lang="ca@valencia">Treball en grup de Windows</comment>
    <comment xml:lang="cs">Pracovní skupina Windows</comment>
    <comment xml:lang="da">Windows-arbejdsgruppe</comment>
    <comment xml:lang="de">Windows-Arbeitsgruppe</comment>
    <comment xml:lang="el">Ομάδα εργασίας Windows</comment>
    <comment xml:lang="en_GB">Windows workgroup</comment>
    <comment xml:lang="es">Grupo de trabajo de Windows</comment>
    <comment xml:lang="et">Windowsi töögrupp</comment>
    <comment xml:lang="eu">Windows lantaldea</comment>
    <comment xml:lang="fi">Windows-työryhmä</comment>
    <comment xml:lang="fr">Groupe de travail Windows</comment>
    <comment xml:lang="ga">Grúpa oibre Windows</comment>
    <comment xml:lang="gd">buidheann-obrach Windows</comment>
    <comment xml:lang="gl">Grupo de traballo de Windows</comment>
    <comment xml:lang="hr">Windows radna grupa</comment>
    <comment xml:lang="hu">Windows munkacsoport</comment>
    <comment xml:lang="ia">Gruppo de travalio de Windows</comment>
    <comment xml:lang="is">Windows vinnuhópur</comment>
    <comment xml:lang="it">gruppo di lavoro di Windows</comment>
    <comment xml:lang="ja">Windows ワークグループ</comment>
    <comment xml:lang="kk">Windows жұмыс тобы</comment>
    <comment xml:lang="km">ក្រុមការងារ​របស់​វីនដូ</comment>
    <comment xml:lang="ko">Windows 작업 그룹</comment>
    <comment xml:lang="lt">Windows darbo grupė</comment>
    <comment xml:lang="lv">Windows darbagrupa</comment>
    <comment xml:lang="ml">വിന്‍ഡോസ് പണി-കൂട്ടം</comment>
    <comment xml:lang="mr">विंडोज वर्कग्रूप</comment>
    <comment xml:lang="nb">Windows workgroup</comment>
    <comment xml:lang="nds">Windows-Arbeitkoppel</comment>
    <comment xml:lang="nl">Windows-werkgroep</comment>
    <comment xml:lang="nn">Windows-arbeidsgruppe</comment>
    <comment xml:lang="pa">ਵਿੰਡੋਜ਼ ਵਰਕਗਰੁੱਪ</comment>
    <comment xml:lang="pl">Grupa robocza Windows</comment>
    <comment xml:lang="pt">Grupo de trabalho do Windows</comment>
    <comment xml:lang="pt_BR">Grupo de trabalho do Windows</comment>
    <comment xml:lang="ro">Grup de lucru Windows</comment>
    <comment xml:lang="ru">рабочая группа Windows</comment>
    <comment xml:lang="se">Windowsbargojoavku</comment>
    <comment xml:lang="sk">Pracovná skupina Windows</comment>
    <comment xml:lang="sl">Delovna skupina Windows</comment>
    <comment xml:lang="sq">Windows workgroup</comment>
    <comment xml:lang="sr">виндоуз радна група</comment>
    <comment xml:lang="sr@ijekavian">виндоуз радна група</comment>
    <comment xml:lang="sr@ijekavianlatin">windows radna grupa</comment>
    <comment xml:lang="sr@latin">windows radna grupa</comment>
    <comment xml:lang="sv">Windows-arbetsgrupp</comment>
    <comment xml:lang="th">กลุ่มงานของวินโดวส์</comment>
    <comment xml:lang="tr">Windows çalışma grubu</comment>
    <comment xml:lang="ug">Windows خىزمەت گۇرۇپپىسى</comment>
    <comment xml:lang="uk">робоча група Windows</comment>
    <comment xml:lang="zh_CN">Windows 工作组</comment>
    <comment xml:lang="zh_TW">Windows 工作群組</comment>
  </mime-type>
  <mime-type type="application/x-ksysguard">
    <!-- <sub-class-of type="application/xml"/> -->
    <comment>KDE system monitor</comment>
    <comment xml:lang="ar">نظام مراقبة كدي</comment>
    <comment xml:lang="ast">Monitor del sistema KDE</comment>
    <comment xml:lang="bg">Системен монитор за KDE</comment>
    <comment xml:lang="bs">KDE sistemski monitor</comment>
    <comment xml:lang="ca">Controlador del sistema del KDE</comment>
    <comment xml:lang="ca@valencia">Controlador del sistema del KDE</comment>
    <comment xml:lang="cs">Monitor systému pro KDE</comment>
    <comment xml:lang="da">KDE systemovervågning</comment>
    <comment xml:lang="de">KDE-Systemüberwachung</comment>
    <comment xml:lang="el">Επόπτης συστήματος του KDE</comment>
    <comment xml:lang="en_GB">KDE system monitor</comment>
    <comment xml:lang="es">Monitor del sistema de KDE</comment>
    <comment xml:lang="et">KDE süsteemi jälgija</comment>
    <comment xml:lang="eu">KDE sistema monitorea</comment>
    <comment xml:lang="fi">KDE:n järjestelmänvalvonta</comment>
    <comment xml:lang="fr">Moniteur système KDE</comment>
    <comment xml:lang="ga">Monatóir an chórais KDE</comment>
    <comment xml:lang="gd">monatair siostaim KDE</comment>
    <comment xml:lang="gl">Vixiante do sistema de KDE</comment>
    <comment xml:lang="hr">KDE-ov monitor sustava</comment>
    <comment xml:lang="hu">KDE rendszermonitor</comment>
    <comment xml:lang="ia">Monitor de Systema de KDE</comment>
    <comment xml:lang="is">KDE kerfiseftirlit</comment>
    <comment xml:lang="it">monitor di sistema di KDE</comment>
    <comment xml:lang="ja">KDE システムモニタ</comment>
    <comment xml:lang="kk">KDE жүйе мониторы</comment>
    <comment xml:lang="km">កម្មវិធី​ត្រួតពិនិត្យ​ប្រព័ន្ធ​របស់ KDE</comment>
    <comment xml:lang="ko">KDE 시스템 모니터</comment>
    <comment xml:lang="lt">KDE sistemos stebėtojas</comment>
    <comment xml:lang="lv">KDE sistēmas novērotājs</comment>
    <comment xml:lang="ml">കെഡിഇ സിസ്റ്റം നിരിക്ഷകന്‍</comment>
    <comment xml:lang="mr">केडीई प्रणाली मॉनिटर</comment>
    <comment xml:lang="nb">KDE systemvakt</comment>
    <comment xml:lang="nds">KDE-Systeemwachter</comment>
    <comment xml:lang="nl">KDE systeembewaking</comment>
    <comment xml:lang="nn">KDE-systemovervaking</comment>
    <comment xml:lang="pa">KDE ਸਿਸਟਮ ਮਾਨੀਟਰ</comment>
    <comment xml:lang="pl">Monitor systemowy KDE</comment>
    <comment xml:lang="pt">Monitor do sistema KDE</comment>
    <comment xml:lang="pt_BR">Monitor do sistema do KDE</comment>
    <comment xml:lang="ro">Monitor sistem KDE</comment>
    <comment xml:lang="ru">системный монитор KDE</comment>
    <comment xml:lang="se">KDE vuogádatgoziheaddji</comment>
    <comment xml:lang="sk">Monitor systému pre KDE</comment>
    <comment xml:lang="sl">Sistemski nadzornik KDE</comment>
    <comment xml:lang="sr">КДЕ системски монитор</comment>
    <comment xml:lang="sr@ijekavian">КДЕ системски монитор</comment>
    <comment xml:lang="sr@ijekavianlatin">KDE sistemski monitor</comment>
    <comment xml:lang="sr@latin">KDE sistemski monitor</comment>
    <comment xml:lang="sv">KDE-systemövervakare</comment>
    <comment xml:lang="th">เครื่องมือติดตามการทำงานของระบบของ KDE</comment>
    <comment xml:lang="tr">KDE sistem izleyici</comment>
    <comment xml:lang="ug">KDE سىستېما كۆزەتكۈچ</comment>
    <comment xml:lang="uk">нагляд за системою KDE</comment>
    <comment xml:lang="zh_CN">KDE 系统监视器</comment>
    <comment xml:lang="zh_TW">KDE 系統監視器</comment>
    <glob pattern="*.sgrd"/>
  </mime-type>
  <mime-type type="application/x-ktheme">
    <sub-class-of type="application/zip"/>
    <comment>KDE theme</comment>
    <comment xml:lang="ar">سمة كدي</comment>
    <comment xml:lang="ast">Tema KDE</comment>
    <comment xml:lang="bg">Тема за KDE</comment>
    <comment xml:lang="bs">KDE tema</comment>
    <comment xml:lang="ca">Tema del KDE</comment>
    <comment xml:lang="ca@valencia">Tema del KDE</comment>
    <comment xml:lang="cs">Motiv KDE</comment>
    <comment xml:lang="da">KDE-tema</comment>
    <comment xml:lang="de">KDE-Design</comment>
    <comment xml:lang="el">Θέμα του KDE</comment>
    <comment xml:lang="en_GB">KDE theme</comment>
    <comment xml:lang="es">Tema de KDE</comment>
    <comment xml:lang="et">KDE teema</comment>
    <comment xml:lang="eu">KDE tema</comment>
    <comment xml:lang="fi">KDE-teema</comment>
    <comment xml:lang="fr">Thème KDE</comment>
    <comment xml:lang="ga">Téama KDE</comment>
    <comment xml:lang="gd">ùrlar KDE</comment>
    <comment xml:lang="gl">Tema de KDE</comment>
    <comment xml:lang="hr">KDE-ova tema</comment>
    <comment xml:lang="hu">KDE-téma</comment>
    <comment xml:lang="ia">Thema de KDE</comment>
    <comment xml:lang="is">KDE þema</comment>
    <comment xml:lang="it">tema di KDE</comment>
    <comment xml:lang="ja">KDE テーマ</comment>
    <comment xml:lang="kk">KDE нақышы</comment>
    <comment xml:lang="km">ស្បែក​របស់ KDE</comment>
    <comment xml:lang="ko">KDE 테마</comment>
    <comment xml:lang="lt">KDE tema</comment>
    <comment xml:lang="lv">KDE tēma</comment>
    <comment xml:lang="ml">കെഡിഇ പ്രമേയം</comment>
    <comment xml:lang="mr">केडीई शैली</comment>
    <comment xml:lang="nb">KDE-tema</comment>
    <comment xml:lang="nds">KDE-Muster</comment>
    <comment xml:lang="nl">KDE-thema</comment>
    <comment xml:lang="nn">KDE-tema</comment>
    <comment xml:lang="pa">KDE ਥੀਮ</comment>
    <comment xml:lang="pl">Motyw KDE</comment>
    <comment xml:lang="pt">Tema do KDE</comment>
    <comment xml:lang="pt_BR">Tema do KDE</comment>
    <comment xml:lang="ro">Tematică KDE</comment>
    <comment xml:lang="ru">оформление KDE</comment>
    <comment xml:lang="se">KDE fáddá</comment>
    <comment xml:lang="sk">Téma KDE</comment>
    <comment xml:lang="sl">Tema KDE</comment>
    <comment xml:lang="sr">КДЕ тема</comment>
    <comment xml:lang="sr@ijekavian">КДЕ тема</comment>
    <comment xml:lang="sr@ijekavianlatin">KDE tema</comment>
    <comment xml:lang="sr@latin">KDE tema</comment>
    <comment xml:lang="sv">KDE-tema</comment>
    <comment xml:lang="th">ชุดตกแต่ง KDE</comment>
    <comment xml:lang="tr">KDE teması</comment>
    <comment xml:lang="ug">KDE ئۆرنىكى</comment>
    <comment xml:lang="uk">тема KDE</comment>
    <comment xml:lang="zh_CN">KDE 主题</comment>
    <comment xml:lang="zh_TW">KDE 主題</comment>
    <glob pattern="*.kth"/>
  </mime-type>

  <mime-type type="application/x-quanta">
    <sub-class-of type="text/plain"/>
    <comment>Quanta project</comment>
    <comment xml:lang="ar">مشروع  Quanta</comment>
    <comment xml:lang="ast">Proyeutu Quanta</comment>
    <comment xml:lang="bg">Проект на Quanta</comment>
    <comment xml:lang="bs">Quantin projekat</comment>
    <comment xml:lang="ca">Projecte del Quanta</comment>
    <comment xml:lang="ca@valencia">Projecte del Quanta</comment>
    <comment xml:lang="cs">Projekt Quanta</comment>
    <comment xml:lang="da">Quanta-projekt</comment>
    <comment xml:lang="de">Quanta-Projekt</comment>
    <comment xml:lang="el">Έργο Quanta</comment>
    <comment xml:lang="en_GB">Quanta project</comment>
    <comment xml:lang="es">Proyecto de Quanta</comment>
    <comment xml:lang="et">Quanta projekt</comment>
    <comment xml:lang="eu">Quanta proiektua</comment>
    <comment xml:lang="fi">Quanta-projekti</comment>
    <comment xml:lang="fr">Projet Quanta</comment>
    <comment xml:lang="ga">Tionscadal Quanta</comment>
    <comment xml:lang="gd">pròiseact Quanta</comment>
    <comment xml:lang="gl">Proxecto de Quanta</comment>
    <comment xml:lang="hr">Quanta projekt</comment>
    <comment xml:lang="hu">Quanta-projekt</comment>
    <comment xml:lang="ia">Quanta : Projecto</comment>
    <comment xml:lang="is">Quanta verkefni</comment>
    <comment xml:lang="it">progetto di Quanta</comment>
    <comment xml:lang="ja">Quanta プロジェクト</comment>
    <comment xml:lang="kk">Quanta жобасы</comment>
    <comment xml:lang="km">គម្រោង Quanta</comment>
    <comment xml:lang="ko">Quanta 프로젝트</comment>
    <comment xml:lang="lt">Quanta projektas</comment>
    <comment xml:lang="lv">Quanta projekts</comment>
    <comment xml:lang="ml">ക്വാണ്ട പദ്ധതി</comment>
    <comment xml:lang="mr">क्वांटा परियोजना</comment>
    <comment xml:lang="nb">Quanta-prosjekt</comment>
    <comment xml:lang="nds">Quanta-Projekt</comment>
    <comment xml:lang="nl">Quanta-project</comment>
    <comment xml:lang="nn">Quanta-prosjekt</comment>
    <comment xml:lang="pa">ਕੁਆਂਟਾ ਪਰੋਜੈਕਟ</comment>
    <comment xml:lang="pl">Projekt Quanty</comment>
    <comment xml:lang="pt">Projecto do Quanta</comment>
    <comment xml:lang="pt_BR">Projeto do Quanta</comment>
    <comment xml:lang="ro">Proiect Quanta</comment>
    <comment xml:lang="ru">проект Quanta</comment>
    <comment xml:lang="se">Quanta-prošeakta</comment>
    <comment xml:lang="sk">Projekt Quanta</comment>
    <comment xml:lang="sl">Projekt Quanta</comment>
    <comment xml:lang="sr">Квантин пројекат</comment>
    <comment xml:lang="sr@ijekavian">Квантин пројекат</comment>
    <comment xml:lang="sr@ijekavianlatin">Quantin projekat</comment>
    <comment xml:lang="sr@latin">Quantin projekat</comment>
    <comment xml:lang="sv">Quanta-projekt</comment>
    <comment xml:lang="th">เอกสารโครงงาน Quanta</comment>
    <comment xml:lang="tr">Quanta projesi</comment>
    <comment xml:lang="ug">Quanta قۇرۇلۇشى</comment>
    <comment xml:lang="uk">проект Quanta</comment>
    <comment xml:lang="zh_CN">Quanta 工程</comment>
    <comment xml:lang="zh_TW">Quanta 專案</comment>
    <glob pattern="*.quanta"/>
  </mime-type>
  <mime-type type="application/x-kommander">
    <sub-class-of type="text/plain"/>
    <comment>Kommander file</comment>
    <comment xml:lang="ar">ملف Kommander</comment>
    <comment xml:lang="ast">Ficheru Kommander</comment>
    <comment xml:lang="bg">Файл на Kommander</comment>
    <comment xml:lang="bs">Kommanderov fajl</comment>
    <comment xml:lang="ca">Fitxer del Kommander</comment>
    <comment xml:lang="ca@valencia">Fitxer del Kommander</comment>
    <comment xml:lang="cs">Soubor Kommanderu</comment>
    <comment xml:lang="da">Kommander-fil</comment>
    <comment xml:lang="de">Kommander-Datei</comment>
    <comment xml:lang="el">Αρχείο Kommander</comment>
    <comment xml:lang="en_GB">Kommander file</comment>
    <comment xml:lang="es">Archivo de Kommander</comment>
    <comment xml:lang="et">Kommanderi fail</comment>
    <comment xml:lang="eu">Kommander fitxategia</comment>
    <comment xml:lang="fi">Kommander-tiedosto</comment>
    <comment xml:lang="fr">Fichier Kommander</comment>
    <comment xml:lang="ga">Comhad Kommander</comment>
    <comment xml:lang="gd">faidhle Kommander</comment>
    <comment xml:lang="gl">Ficheiro do Kommander</comment>
    <comment xml:lang="hr">Kommander datoteka</comment>
    <comment xml:lang="hu">Kommander-fájl</comment>
    <comment xml:lang="ia">Kommander : file</comment>
    <comment xml:lang="is">Kommander skrá</comment>
    <comment xml:lang="it">file di Kommander</comment>
    <comment xml:lang="ja">Kommander ファイル</comment>
    <comment xml:lang="kk">Kommander файлы</comment>
    <comment xml:lang="km">ឯកសារ​របស់ Kommander</comment>
    <comment xml:lang="ko">Kommander 파일</comment>
    <comment xml:lang="lt">Kommander failas</comment>
    <comment xml:lang="lv">Kommander fails</comment>
    <comment xml:lang="ml">കോമാന്‍ഡെര്‍ ഫയല്‍</comment>
    <comment xml:lang="mr">कमांडर फाईल</comment>
    <comment xml:lang="nb">Kommander-fil</comment>
    <comment xml:lang="nds">Kommander-Datei</comment>
    <comment xml:lang="nl">Kommander-bestand</comment>
    <comment xml:lang="nn">Kommander-fil</comment>
    <comment xml:lang="pa">Kommander ਫਾਈਲ</comment>
    <comment xml:lang="pl">Plik Kommandera</comment>
    <comment xml:lang="pt">Ficheiro do Kommander</comment>
    <comment xml:lang="pt_BR">Arquivo do Kommander</comment>
    <comment xml:lang="ro">Fișier Kommander</comment>
    <comment xml:lang="ru">файл Kommander</comment>
    <comment xml:lang="se">Kommanderfiila</comment>
    <comment xml:lang="sk">Súbor Kommander</comment>
    <comment xml:lang="sl">Datoteka Kommanderja</comment>
    <comment xml:lang="sr">Командеров фајл</comment>
    <comment xml:lang="sr@ijekavian">Командеров фајл</comment>
    <comment xml:lang="sr@ijekavianlatin">Kommanderov fajl</comment>
    <comment xml:lang="sr@latin">Kommanderov fajl</comment>
    <comment xml:lang="sv">Kommander-fil</comment>
    <comment xml:lang="tr">Kommander dosyası</comment>
    <comment xml:lang="ug">Kommander ھۆججەت</comment>
    <comment xml:lang="uk">файл Kommander</comment>
    <comment xml:lang="zh_CN">Kommander 文件</comment>
    <comment xml:lang="zh_TW">Kommander 檔案</comment>
    <glob pattern="*.kmdr"/>
  </mime-type>

  <mime-type type="application/x-tuberling">
    <comment>potato</comment>
    <comment xml:lang="ar">بطاطا</comment>
    <comment xml:lang="bs">Krompirkova datoteka</comment>
    <comment xml:lang="ca">Patata</comment>
    <comment xml:lang="ca@valencia">Patata</comment>
    <comment xml:lang="cs">brambora</comment>
    <comment xml:lang="da">potato</comment>
    <comment xml:lang="de">potato</comment>
    <comment xml:lang="el">πατάτα</comment>
    <comment xml:lang="en_GB">potato</comment>
    <comment xml:lang="es">potato</comment>
    <comment xml:lang="et">potato</comment>
    <comment xml:lang="eu">potato</comment>
    <comment xml:lang="fi">peruna</comment>
    <comment xml:lang="fr">patate</comment>
    <comment xml:lang="ga">práta</comment>
    <comment xml:lang="gd">buntàta</comment>
    <comment xml:lang="gl">potato</comment>
    <comment xml:lang="hr">potato</comment>
    <comment xml:lang="hu">potato</comment>
    <comment xml:lang="ia">patata</comment>
    <comment xml:lang="is">Kartafla (potato)</comment>
    <comment xml:lang="it">patata</comment>
    <comment xml:lang="ja">potato</comment>
    <comment xml:lang="kk">картоп</comment>
    <comment xml:lang="km">ដំឡូង</comment>
    <comment xml:lang="ko">potato</comment>
    <comment xml:lang="lt">bulvė</comment>
    <comment xml:lang="lv">kartupelis</comment>
    <comment xml:lang="ml">ഉരുള കിഴങ്ങ്</comment>
    <comment xml:lang="mr">पोटेटो</comment>
    <comment xml:lang="nb">potato</comment>
    <comment xml:lang="nds">Kantüffel</comment>
    <comment xml:lang="nl">aardappel</comment>
    <comment xml:lang="nn">potato</comment>
    <comment xml:lang="pa">ਆਲੂ</comment>
    <comment xml:lang="pl">potato</comment>
    <comment xml:lang="pt">batata</comment>
    <comment xml:lang="pt_BR">batata</comment>
    <comment xml:lang="ro">cartof</comment>
    <comment xml:lang="ru">картофельный парень</comment>
    <comment xml:lang="se">buđet</comment>
    <comment xml:lang="sk">potato</comment>
    <comment xml:lang="sl">krompirček</comment>
    <comment xml:lang="sq">potato</comment>
    <comment xml:lang="sr">Кромпирков фајл</comment>
    <comment xml:lang="sr@ijekavian">Кромпирков фајл</comment>
    <comment xml:lang="sr@ijekavianlatin">Krompirkov fajl</comment>
    <comment xml:lang="sr@latin">Krompirkov fajl</comment>
    <comment xml:lang="sv">potatis</comment>
    <comment xml:lang="tr">patates</comment>
    <comment xml:lang="ug">ياڭيۇ</comment>
    <comment xml:lang="uk">картоплина</comment>
    <comment xml:lang="zh_CN">potato</comment>
    <comment xml:lang="zh_TW">馬鈴薯</comment>
    <glob pattern="*.tuberling"/>
  </mime-type>
  <mime-type type="application/x-kolf">
    <comment>Kolf saved game</comment>
    <comment xml:lang="ar">لعبة Kolf محفوظة</comment>
    <comment xml:lang="ast">Xuegu guardáu Kolf</comment>
    <comment xml:lang="bg">Запазена игра на Kolf</comment>
    <comment xml:lang="bs">Kolfova sačuvana igra</comment>
    <comment xml:lang="ca">Joc desat del Kolf</comment>
    <comment xml:lang="ca@valencia">Joc guardat del Kolf</comment>
    <comment xml:lang="cs">Uložená hra Kolf</comment>
    <comment xml:lang="da">Gemt spil til Kolf</comment>
    <comment xml:lang="de">Kolf – gespeichertes Spiel</comment>
    <comment xml:lang="el">Αποθηκευμένο παιχνίδι Kolf</comment>
    <comment xml:lang="en_GB">Kolf saved game</comment>
    <comment xml:lang="es">Juego guardado de Kolf</comment>
    <comment xml:lang="et">Kolfi salvestatud mäng</comment>
    <comment xml:lang="eu">Kolf-ek gordetako jokaldia</comment>
    <comment xml:lang="fi">Tallennettu Kolf-peli</comment>
    <comment xml:lang="fr">Partie enregistrée de Kolf </comment>
    <comment xml:lang="ga">Cluiche sábháilte Kolf</comment>
    <comment xml:lang="gd">geama Kolf air a shàbhaladh</comment>
    <comment xml:lang="gl">Partida de Kolf</comment>
    <comment xml:lang="hr">Kolf spremljena igra</comment>
    <comment xml:lang="hu">Kolf mentett állás</comment>
    <comment xml:lang="ia">Kolf : Joco salveguardate</comment>
    <comment xml:lang="is">Vistaður Kolf leikur</comment>
    <comment xml:lang="it">partita salvata di Kolf</comment>
    <comment xml:lang="ja">Kolf 保存されたゲーム</comment>
    <comment xml:lang="kk">Kolf сақталған ойыны</comment>
    <comment xml:lang="km">ល្បែង​ដែលបានរក្សាទុក​របស់ Kolf</comment>
    <comment xml:lang="ko">Kolf 저장된 게임</comment>
    <comment xml:lang="lt">Kolf išsaugotas žaidimas</comment>
    <comment xml:lang="lv">Kolf saglabāta spēle</comment>
    <comment xml:lang="ml">കോള്‍ഫ് ശേഖരിച്ച കളി</comment>
    <comment xml:lang="mr">कोल्फ साठवलेला खेळ</comment>
    <comment xml:lang="nb">Kolf lagret spill</comment>
    <comment xml:lang="nds">Sekert Kolf-Speel</comment>
    <comment xml:lang="nl">Opgeslagen Kolf-spel</comment>
    <comment xml:lang="nn">Lagra Kolf-spel</comment>
    <comment xml:lang="pa">Kolf ਸੰਭਾਲੀ ਖੇਡ</comment>
    <comment xml:lang="pl">Zapisana gra Kolfa</comment>
    <comment xml:lang="pt">Jogo gravado do Kolf</comment>
    <comment xml:lang="pt_BR">Jogo salvo do Kolf</comment>
    <comment xml:lang="ro">Joc salvat Kolf</comment>
    <comment xml:lang="ru">сохранённая игра Kolf</comment>
    <comment xml:lang="se">Kolf vurkejuvvon speallu</comment>
    <comment xml:lang="sk">Uložená hra Kolf</comment>
    <comment xml:lang="sl">Shranjena igra Kolf</comment>
    <comment xml:lang="sr">Колфова сачувана игра</comment>
    <comment xml:lang="sr@ijekavian">Колфова сачувана игра</comment>
    <comment xml:lang="sr@ijekavianlatin">Kolfova sačuvana igra</comment>
    <comment xml:lang="sr@latin">Kolfova sačuvana igra</comment>
    <comment xml:lang="sv">Kolf sparat spel</comment>
    <comment xml:lang="th">ข้อมูลที่บันทึกไว้ของเกม Kolf</comment>
    <comment xml:lang="tr">Kolf kaydedilmiş oyunu</comment>
    <comment xml:lang="ug">Kolf ساقلىغان ئويۇن</comment>
    <comment xml:lang="uk">збережена гра Kolf</comment>
    <comment xml:lang="zh_CN">Kolf 保存的游戏</comment>
    <comment xml:lang="zh_TW">Kolf 儲存遊戲</comment>
    <magic priority="80">
      <match offset="0" type="string" value="[0 Saved Game]" />
    </magic>
    <glob pattern="*.kolfgame"/>
  </mime-type>
  <mime-type type="application/x-kourse">
    <comment>Kolf course</comment>
    <comment xml:lang="ar">دورة Kolf</comment>
    <comment xml:lang="bs">Kolfov teren</comment>
    <comment xml:lang="ca">Camp del Kolf</comment>
    <comment xml:lang="ca@valencia">Camp del Kolf</comment>
    <comment xml:lang="cs">Kurz Kolf</comment>
    <comment xml:lang="da">Kolf-bane</comment>
    <comment xml:lang="de">Kolf-Parcour</comment>
    <comment xml:lang="el">Πίστα Kolf</comment>
    <comment xml:lang="en_GB">Kolf course</comment>
    <comment xml:lang="es">Campo de Kolf</comment>
    <comment xml:lang="et">Kolfiväljak</comment>
    <comment xml:lang="eu">Kolf ikastaroa</comment>
    <comment xml:lang="fi">Kolf-rata</comment>
    <comment xml:lang="fr">Parcours Kolf</comment>
    <comment xml:lang="ga">Cúrsa Kolf</comment>
    <comment xml:lang="gd">raon Kolf</comment>
    <comment xml:lang="gl">Campo de Kolf</comment>
    <comment xml:lang="hr">Kolf staza</comment>
    <comment xml:lang="hu">Kolf-pálya</comment>
    <comment xml:lang="ia">Kolf : curso</comment>
    <comment xml:lang="is">Kolf braut</comment>
    <comment xml:lang="it">campo da Kolf</comment>
    <comment xml:lang="ja">Kolf コース</comment>
    <comment xml:lang="kk">Kolf алаңы</comment>
    <comment xml:lang="km">វគ្គ​​របស់ Kolf</comment>
    <comment xml:lang="ko">Kolf 코스</comment>
    <comment xml:lang="lt">Kolf laukas</comment>
    <comment xml:lang="lv">Kolf kurss</comment>
    <comment xml:lang="ml">കോള്‍ഫ് കോഴ്സ്</comment>
    <comment xml:lang="mr">कोल्फ कोर्स</comment>
    <comment xml:lang="nb">Kolf-bane</comment>
    <comment xml:lang="nds">Kolf-Platz</comment>
    <comment xml:lang="nl">Kolf-baan</comment>
    <comment xml:lang="nn">Kolf-bane</comment>
    <comment xml:lang="pa">Kolf ਕੋਰਸ</comment>
    <comment xml:lang="pl">Opis dołka Kolfa</comment>
    <comment xml:lang="pt">Campo do Kolf</comment>
    <comment xml:lang="pt_BR">Campo de golfe</comment>
    <comment xml:lang="ro">Curs de Kolf</comment>
    <comment xml:lang="ru">площадка Kolf</comment>
    <comment xml:lang="se">Kolfbána</comment>
    <comment xml:lang="sk">Kurz Kolf</comment>
    <comment xml:lang="sl">Igrišče Kolf</comment>
    <comment xml:lang="sr">Колфов терен</comment>
    <comment xml:lang="sr@ijekavian">Колфов терен</comment>
    <comment xml:lang="sr@ijekavianlatin">Kolfov teren</comment>
    <comment xml:lang="sr@latin">Kolfov teren</comment>
    <comment xml:lang="sv">Kolfbana</comment>
    <comment xml:lang="th">คอร์สของเกม Kolf</comment>
    <comment xml:lang="tr">Kolf etabı</comment>
    <comment xml:lang="ug">Kolf دەرسلىكى</comment>
    <comment xml:lang="uk">майданчик Kolf</comment>
    <comment xml:lang="zh_CN">Kolf 教程</comment>
    <comment xml:lang="zh_TW">Kolf 球場</comment>
    <magic priority="80">
      <match offset="0" type="string" value="[0-course@-50,-50]" />
    </magic>
    <glob pattern="*.kolf"/>
    <glob pattern="*.course"/>
    <glob pattern="*.kourse"/>
  </mime-type>

  <mime-type type="application/vnd.kde.okular-archive">
    <comment>Okular document archive</comment>
    <comment xml:lang="ar">أرشيف مستند أوكلار</comment>
    <comment xml:lang="ast">Archivu de documentu Okular</comment>
    <comment xml:lang="bs">Okularova arhiva dokumenata</comment>
    <comment xml:lang="ca">Arxiu de document de l'Okular</comment>
    <comment xml:lang="ca@valencia">Arxiu de document de l'Okular</comment>
    <comment xml:lang="cs">Archiv dokumentu Okular</comment>
    <comment xml:lang="da">Okular dokumentarkiv</comment>
    <comment xml:lang="de">Okular-Dokumentarchiv</comment>
    <comment xml:lang="el">Αρχειοθήκη εγγράφου Okular</comment>
    <comment xml:lang="en_GB">Okular document archive</comment>
    <comment xml:lang="es">Archivo de documento de Okular</comment>
    <comment xml:lang="et">Okulari dokumendiarhiiv</comment>
    <comment xml:lang="eu">Okular dokumentu-artxiboa</comment>
    <comment xml:lang="fi">Okular-tiedostoarkisto</comment>
    <comment xml:lang="fr">Archive de documents Okular</comment>
    <comment xml:lang="ga">Cartlann cáipéisí Okular</comment>
    <comment xml:lang="gd">tasglann sgrìobhainnean Okular</comment>
    <comment xml:lang="gl">Arquivo de documento de Okular</comment>
    <comment xml:lang="hr">arhiva dokumenta za Okular</comment>
    <comment xml:lang="hu">Okular-archívum</comment>
    <comment xml:lang="ia">Okular : archivo de documento</comment>
    <comment xml:lang="is">Okular skjalasafnskrá</comment>
    <comment xml:lang="it">archivio di documenti di Okular</comment>
    <comment xml:lang="ja">Okular 文書アーカイブ</comment>
    <comment xml:lang="kk">Okular құжат архиві</comment>
    <comment xml:lang="km">ប័ណ្ណសារ​ឯកសារ​របស់ Okular</comment>
    <comment xml:lang="ko">Okular 문서 압축 파일</comment>
    <comment xml:lang="lt">Okular dokumento archyvas</comment>
    <comment xml:lang="lv">Okular dokumentu arhīvs</comment>
    <comment xml:lang="ml">ഓക്കുലാര്‍ രേഖകളുടെ ശേഖരം</comment>
    <comment xml:lang="mr">ओक्युलर दस्तऐवज संग्रह</comment>
    <comment xml:lang="nb">Okular dokumentarkiv</comment>
    <comment xml:lang="nds">Okular-Dokmentenarchiev</comment>
    <comment xml:lang="nl">Okular-documentarchief</comment>
    <comment xml:lang="nn">Okular-dokumentarkiv</comment>
    <comment xml:lang="pa">ਓਕੁਲਾਰ ਡੌਕੂਮੈਂਟ ਅਕਾਇਵ</comment>
    <comment xml:lang="pl">Archiwum dokumentu Okulara</comment>
    <comment xml:lang="pt">Pacote de documentos do Okular</comment>
    <comment xml:lang="pt_BR">Arquivo de documento do Okular</comment>
    <comment xml:lang="ro">Arhivă cu documente Okular</comment>
    <comment xml:lang="ru">архив Okular</comment>
    <comment xml:lang="se">Okular dokumeantaarkiiva</comment>
    <comment xml:lang="sk">Archív dokumentu Okular</comment>
    <comment xml:lang="sl">Arhiv dokumentov za Okular</comment>
    <comment xml:lang="sr">Окуларова архива докумената</comment>
    <comment xml:lang="sr@ijekavian">Окуларова архива докумената</comment>
    <comment xml:lang="sr@ijekavianlatin">Okularova arhiva dokumenata</comment>
    <comment xml:lang="sr@latin">Okularova arhiva dokumenata</comment>
    <comment xml:lang="sv">Okular-dokumentarkiv</comment>
    <comment xml:lang="th">แฟ้มจัดเก็บเอกสารของ Okular</comment>
    <comment xml:lang="tr">Okular belge arşivi</comment>
    <comment xml:lang="ug">Okular پۈتۈك ئارخىپى</comment>
    <comment xml:lang="uk">архів документа Okular</comment>
    <comment xml:lang="zh_CN">Okular 文档归档</comment>
    <comment xml:lang="zh_TW">Okular 文件歸檔</comment>
    <glob pattern="*.okular"/>
  </mime-type>

  <mime-type type="application/x-cabri">
    <comment>Cabri figure</comment>
    <comment xml:lang="ar">صورة Cabri</comment>
    <comment xml:lang="ast">Figura Cabri</comment>
    <comment xml:lang="bs">Cabrijev crtež</comment>
    <comment xml:lang="ca">Figura del Cabri</comment>
    <comment xml:lang="ca@valencia">Figura del Cabri</comment>
    <comment xml:lang="cs">Obrázek Cabri</comment>
    <comment xml:lang="da">Cabri-figur</comment>
    <comment xml:lang="de">Cabri-Zeichnung</comment>
    <comment xml:lang="el">Σχήμα Cabri</comment>
    <comment xml:lang="en_GB">Cabri figure</comment>
    <comment xml:lang="es">Figura de Cabri</comment>
    <comment xml:lang="et">Cabri kujund</comment>
    <comment xml:lang="eu">Cabri irudia</comment>
    <comment xml:lang="fi">Cabri-kuvio</comment>
    <comment xml:lang="fr">Figure Cabri</comment>
    <comment xml:lang="ga">Léaráid Cabri</comment>
    <comment xml:lang="gd">figear Cabri</comment>
    <comment xml:lang="gl">Figura de Cabri</comment>
    <comment xml:lang="hr">Cabri figura</comment>
    <comment xml:lang="hu">Cabri-alakzat</comment>
    <comment xml:lang="ia">Cabri : Figura</comment>
    <comment xml:lang="is">Cabri teikning</comment>
    <comment xml:lang="it">figura Cabri</comment>
    <comment xml:lang="ja">Cabri figure</comment>
    <comment xml:lang="kk">Cabri суреті</comment>
    <comment xml:lang="km">Cabri figure</comment>
    <comment xml:lang="ko">Cabri 그림</comment>
    <comment xml:lang="lt">Cabri figūra</comment>
    <comment xml:lang="lv">Cabri figūra</comment>
    <comment xml:lang="ml">കാബ്രി ചിത്രം</comment>
    <comment xml:lang="mr">Cabri आकृती</comment>
    <comment xml:lang="ms">Figur Cabri</comment>
    <comment xml:lang="nb">Cabri-figur</comment>
    <comment xml:lang="nds">"Cabri"-Grafik</comment>
    <comment xml:lang="nl">Cabri-figuur</comment>
    <comment xml:lang="nn">Cabri-figur</comment>
    <comment xml:lang="pa">Cabri ਸ਼ਕਲ</comment>
    <comment xml:lang="pl">Rysunek Cabri</comment>
    <comment xml:lang="pt">Imagem do Cabri</comment>
    <comment xml:lang="pt_BR">Imagem do Cabri</comment>
    <comment xml:lang="ro">Figură Cabri</comment>
    <comment xml:lang="ru">чертёж Cabri</comment>
    <comment xml:lang="se">Cabri-govadat</comment>
    <comment xml:lang="sk">Obrázok Cabri</comment>
    <comment xml:lang="sl">Lik Cabri</comment>
    <comment xml:lang="sq">Cabri figure</comment>
    <comment xml:lang="sr">Кабријев цртеж</comment>
    <comment xml:lang="sr@ijekavian">Кабријев цртеж</comment>
    <comment xml:lang="sr@ijekavianlatin">Cabrijev crtež</comment>
    <comment xml:lang="sr@latin">Cabrijev crtež</comment>
    <comment xml:lang="sv">Cabri-figur</comment>
    <comment xml:lang="tr">Cabri çizimi</comment>
    <comment xml:lang="ug">Cabri شەكىللەر</comment>
    <comment xml:lang="uk">рисунок Cabri</comment>
    <comment xml:lang="zh_CN">Cabri 图形</comment>
    <comment xml:lang="zh_TW">Cabri 圖形</comment>
    <magic priority="80">
      <match offset="0" type="string" value="FIGURE CabriII vers. " /> <!-- Cabri 1.0 -->
      <match offset="0" type="string" value="Figure Cabri II " /> <!-- Cabri 1.2 -->
    </magic>
    <glob pattern="*.fig"/>
  </mime-type>
  <mime-type type="application/x-drgeo">
    <comment>Dr. Geo figure</comment>
    <comment xml:lang="ar">صورة Dr. Geo</comment>
    <comment xml:lang="ast">Figura Dr. Geo</comment>
    <comment xml:lang="bs">Dr Geov crtež</comment>
    <comment xml:lang="ca">Figura del Dr. Geo</comment>
    <comment xml:lang="ca@valencia">Figura del Dr. Geo</comment>
    <comment xml:lang="cs">Obrázek Dr. Geo</comment>
    <comment xml:lang="da">Dr. Geo-figur</comment>
    <comment xml:lang="de">Dr.-Geo-Zeichnung</comment>
    <comment xml:lang="el">Σχήμα Dr. Geo</comment>
    <comment xml:lang="en_GB">Dr. Geo figure</comment>
    <comment xml:lang="es">Figura de Dr. Geo</comment>
    <comment xml:lang="et">Dr. Geo kujund</comment>
    <comment xml:lang="eu">Geo Dk. irudia</comment>
    <comment xml:lang="fi">Dr. Geo -kuvio</comment>
    <comment xml:lang="fr">Figure « Dr. Geo »</comment>
    <comment xml:lang="ga">Léaráid Dr. Geo</comment>
    <comment xml:lang="gd">figear Dr. Geo</comment>
    <comment xml:lang="gl">Figura de Dr. Geo</comment>
    <comment xml:lang="hr">Dr. Geo figura</comment>
    <comment xml:lang="hu">Dr. Geo-alakzat</comment>
    <comment xml:lang="ia">Dr.Geo : Figura</comment>
    <comment xml:lang="is">Dr. Geo teikning</comment>
    <comment xml:lang="it">figura Dr. Geo</comment>
    <comment xml:lang="ja">Dr. Geo figure</comment>
    <comment xml:lang="kk">Dr. Geo суреті</comment>
    <comment xml:lang="km">Dr. Geo figure</comment>
    <comment xml:lang="ko">Dr. Geo 그림</comment>
    <comment xml:lang="lt">Dr. Geo figūra</comment>
    <comment xml:lang="lv">Dr. Geo figūra</comment>
    <comment xml:lang="ml">ഡോ. ജിയോ ചിത്രം</comment>
    <comment xml:lang="mr">डॉ.जिओ आकृती</comment>
    <comment xml:lang="ms">Figur Dr. Geo</comment>
    <comment xml:lang="nb">Dr. Geo figure</comment>
    <comment xml:lang="nds">"Dr. Geo"-Grafik</comment>
    <comment xml:lang="nl">Dr. Geo-figuur</comment>
    <comment xml:lang="nn">Dr. Geo-figur</comment>
    <comment xml:lang="pa">Dr. Geo ਸ਼ਕਲ</comment>
    <comment xml:lang="pl">Rysunek Dr. Geo</comment>
    <comment xml:lang="pt">Imagem do Dr. Geo</comment>
    <comment xml:lang="pt_BR">Imagem do Dr. Geo</comment>
    <comment xml:lang="ro">Figură Dr. Geo</comment>
    <comment xml:lang="ru">чертёж Dr. Geo</comment>
    <comment xml:lang="se">Dr. Geo-govadat</comment>
    <comment xml:lang="sk">Obrázok Dr. Geo</comment>
    <comment xml:lang="sl">Lik Dr. Geo</comment>
    <comment xml:lang="sq">Dr. Geo figure</comment>
    <comment xml:lang="sr">Др Геов цртеж</comment>
    <comment xml:lang="sr@ijekavian">Др Геов цртеж</comment>
    <comment xml:lang="sr@ijekavianlatin">Dr Geov crtež</comment>
    <comment xml:lang="sr@latin">Dr Geov crtež</comment>
    <comment xml:lang="sv">Dr. Geo-figur</comment>
    <comment xml:lang="tr">Dr. Geo çizimi</comment>
    <comment xml:lang="ug">Dr. Geo شەكىللىرى</comment>
    <comment xml:lang="uk">рисунок Dr. Geo</comment>
    <comment xml:lang="zh_CN">Dr. Geo 图形</comment>
    <comment xml:lang="zh_TW">Dr. Geo 圖形</comment>
    <magic priority="80">
      <match offset="0" type="string" value="&lt;?xml version=&quot;1.0&quot;?&gt;\n&lt;drgenius&gt;" />
    </magic>
    <glob pattern="*.fgeo"/>
  </mime-type>
  <mime-type type="application/x-kgeo">
    <comment>KGeo figure</comment>
    <comment xml:lang="ar">صورة KGeo</comment>
    <comment xml:lang="ast">Figura KGeo</comment>
    <comment xml:lang="bg">Фигура за KGeo</comment>
    <comment xml:lang="bs">KGeov crtež</comment>
    <comment xml:lang="ca">Figura del KGeo</comment>
    <comment xml:lang="ca@valencia">Figura del KGeo</comment>
    <comment xml:lang="cs">Obrázek KGeo</comment>
    <comment xml:lang="da">KGeo-figur</comment>
    <comment xml:lang="de">KGeo-Zeichnung</comment>
    <comment xml:lang="el">Σχήμα KGeo </comment>
    <comment xml:lang="en_GB">KGeo figure</comment>
    <comment xml:lang="es">Figura de KGeo</comment>
    <comment xml:lang="et">KGeo kujund</comment>
    <comment xml:lang="eu">KGeo irudia</comment>
    <comment xml:lang="fi">KGeo-kuvio</comment>
    <comment xml:lang="fr">Figure KGeo</comment>
    <comment xml:lang="ga">Léaráid KGeo</comment>
    <comment xml:lang="gd">figear KGeo</comment>
    <comment xml:lang="gl">Figura de KGeo</comment>
    <comment xml:lang="hr">KGeo skica</comment>
    <comment xml:lang="hu">KGeo-alakzat</comment>
    <comment xml:lang="ia">KGeo : Figura</comment>
    <comment xml:lang="is">KGeo teikning</comment>
    <comment xml:lang="it">figura di KGeo</comment>
    <comment xml:lang="ja">KGeo figure</comment>
    <comment xml:lang="kk">KGeo суреті</comment>
    <comment xml:lang="km">KGeo figure</comment>
    <comment xml:lang="ko">KGeo 그림</comment>
    <comment xml:lang="lt">KGeo figūra</comment>
    <comment xml:lang="lv">KGeo figūra</comment>
    <comment xml:lang="ml">കെജിയോ ചിത്രം</comment>
    <comment xml:lang="mr">के-जिओ आकृती</comment>
    <comment xml:lang="nb">KGeo-figur</comment>
    <comment xml:lang="nds">KGeo-Bild</comment>
    <comment xml:lang="nl">KGeo-figuur</comment>
    <comment xml:lang="nn">KGeo-figur</comment>
    <comment xml:lang="pa">KGeo ਸ਼ਕਲ</comment>
    <comment xml:lang="pl">Rysunek KGeo</comment>
    <comment xml:lang="pt">Imagem do KGeo</comment>
    <comment xml:lang="pt_BR">Imagem do KGeo</comment>
    <comment xml:lang="ro">Figură KGeo</comment>
    <comment xml:lang="ru">чертёж KGeo</comment>
    <comment xml:lang="se">KGeo-govadat</comment>
    <comment xml:lang="sk">Obrázok KGeo</comment>
    <comment xml:lang="sl">Lik KGeo</comment>
    <comment xml:lang="sr">К‑геов цртеж</comment>
    <comment xml:lang="sr@ijekavian">К‑геов цртеж</comment>
    <comment xml:lang="sr@ijekavianlatin">KGeov crtež</comment>
    <comment xml:lang="sr@latin">KGeov crtež</comment>
    <comment xml:lang="sv">Kgeo-figur</comment>
    <comment xml:lang="tr">KGeo çizimi</comment>
    <comment xml:lang="ug">KGeo شەكىللەر</comment>
    <comment xml:lang="uk">рисунок KGeo</comment>
    <comment xml:lang="zh_CN">KGeo 图形</comment>
    <comment xml:lang="zh_TW">KGeo 圖形</comment>
    <glob pattern="*.kgeo"/>
  </mime-type>
  <mime-type type="application/x-kig">
    <comment>Kig figure</comment>
    <comment xml:lang="ar">صورة Kig</comment>
    <comment xml:lang="ast">Figura Kig</comment>
    <comment xml:lang="bg">Фигура за Kig</comment>
    <comment xml:lang="bs">KIG‑ov crtež</comment>
    <comment xml:lang="ca">Figura del Kig</comment>
    <comment xml:lang="ca@valencia">Figura del Kig</comment>
    <comment xml:lang="cs">Obrázek Kig</comment>
    <comment xml:lang="da">Kig-figur</comment>
    <comment xml:lang="de">Kig-Zeichnung</comment>
    <comment xml:lang="el">Σχήμα Kig</comment>
    <comment xml:lang="en_GB">Kig figure</comment>
    <comment xml:lang="es">Figura de Kig</comment>
    <comment xml:lang="et">Kigi kujund</comment>
    <comment xml:lang="eu">Kig irudia</comment>
    <comment xml:lang="fi">Kig-kuvio</comment>
    <comment xml:lang="fr">Dessin Kig</comment>
    <comment xml:lang="ga">Léaráid Kig</comment>
    <comment xml:lang="gd">figear Kig</comment>
    <comment xml:lang="gl">Figura de Kig</comment>
    <comment xml:lang="hr">Kig figura</comment>
    <comment xml:lang="hu">Kig-alakzat</comment>
    <comment xml:lang="ia">Kig : figura</comment>
    <comment xml:lang="is">Kig teikning</comment>
    <comment xml:lang="it">figura di Kig</comment>
    <comment xml:lang="ja">Kig figure</comment>
    <comment xml:lang="kk">Kig суреті</comment>
    <comment xml:lang="km">Kig figure</comment>
    <comment xml:lang="ko">Kig 그림</comment>
    <comment xml:lang="lt">Kig figūra</comment>
    <comment xml:lang="lv">Kig figūra</comment>
    <comment xml:lang="ml">കിഗ് ചിത്രം</comment>
    <comment xml:lang="mr">किग आकृती</comment>
    <comment xml:lang="nb">Kig-figur</comment>
    <comment xml:lang="nds">Kig-Grafik</comment>
    <comment xml:lang="nl">Kig-figuur</comment>
    <comment xml:lang="nn">Kig-figur</comment>
    <comment xml:lang="pa">Kig ਸ਼ਕਲ</comment>
    <comment xml:lang="pl">Rysunek Kig</comment>
    <comment xml:lang="pt">Imagem do Kig</comment>
    <comment xml:lang="pt_BR">Imagem do Kig</comment>
    <comment xml:lang="ro">Figură Kig</comment>
    <comment xml:lang="ru">чертёж Kig</comment>
    <comment xml:lang="se">Kig-govadat</comment>
    <comment xml:lang="sk">Obrázok Kig</comment>
    <comment xml:lang="sl">Lik Kig</comment>
    <comment xml:lang="sr">КИГ‑ов цртеж</comment>
    <comment xml:lang="sr@ijekavian">КИГ‑ов цртеж</comment>
    <comment xml:lang="sr@ijekavianlatin">KIG‑ov crtež</comment>
    <comment xml:lang="sr@latin">KIG‑ov crtež</comment>
    <comment xml:lang="sv">Kig-figur</comment>
    <comment xml:lang="tr">Kig çizimi</comment>
    <comment xml:lang="ug">Kig شەكىللەر</comment>
    <comment xml:lang="uk">рисунок Kig</comment>
    <comment xml:lang="zh_CN">Kig 图形</comment>
    <comment xml:lang="zh_TW">Kig 圖形</comment>
    <glob pattern="*.kig"/>
    <glob pattern="*.kigz"/>
  </mime-type>
  <mime-type type="application/x-kseg">
    <comment>KSeg document</comment>
    <comment xml:lang="ar">وثيقة KSeg</comment>
    <comment xml:lang="ast">Documentu KSeg</comment>
    <comment xml:lang="bg">Документ KSeg</comment>
    <comment xml:lang="bs">KSegov dokument</comment>
    <comment xml:lang="ca">Document del KSeg</comment>
    <comment xml:lang="ca@valencia">Document del KSeg</comment>
    <comment xml:lang="cs">Dokument KSeg</comment>
    <comment xml:lang="da">KSeg-dokument</comment>
    <comment xml:lang="de">KSeg-Dokument</comment>
    <comment xml:lang="el">Έγγραφο KSeg</comment>
    <comment xml:lang="en_GB">KSeg document</comment>
    <comment xml:lang="es">Documento de KSeg</comment>
    <comment xml:lang="et">KSegi dokument</comment>
    <comment xml:lang="eu">KSeg dokumentua</comment>
    <comment xml:lang="fi">KSeg-tiedosto</comment>
    <comment xml:lang="fr">Document KSeg</comment>
    <comment xml:lang="ga">Cáipéis KSeg</comment>
    <comment xml:lang="gd">sgrìobhainn KSeg</comment>
    <comment xml:lang="gl">Documento de KSeg</comment>
    <comment xml:lang="hr">KSeg dokument</comment>
    <comment xml:lang="hu">KSeg-dokumentum</comment>
    <comment xml:lang="ia">KSeg :documento</comment>
    <comment xml:lang="is">KSeg skjal</comment>
    <comment xml:lang="it">documento di KSeg</comment>
    <comment xml:lang="ja">KSeg 文書</comment>
    <comment xml:lang="kk">KSeg құжаты</comment>
    <comment xml:lang="km">ឯកសារ KSeg</comment>
    <comment xml:lang="ko">KSeg 문서</comment>
    <comment xml:lang="lt">KSeg dokumentas</comment>
    <comment xml:lang="lv">KSeg dokuments</comment>
    <comment xml:lang="ml">കെസെഗ് രേഖ</comment>
    <comment xml:lang="mr">के-सेग दस्तऐवज</comment>
    <comment xml:lang="nb">KSeg-dokument</comment>
    <comment xml:lang="nds">KSeg-Dokment</comment>
    <comment xml:lang="nl">KSeg-document</comment>
    <comment xml:lang="nn">KSeg-dokument</comment>
    <comment xml:lang="pa">KSeg ਡੌਕੂਮੈਂਟ</comment>
    <comment xml:lang="pl">Dokument KSeg</comment>
    <comment xml:lang="pt">Documento do KSeg</comment>
    <comment xml:lang="pt_BR">Documento do KSeg</comment>
    <comment xml:lang="ro">Document KSeg</comment>
    <comment xml:lang="ru">документ KSeg</comment>
    <comment xml:lang="se">KSeg dokumeanta</comment>
    <comment xml:lang="sk">Dokument KSeg</comment>
    <comment xml:lang="sl">Dokument KSeg</comment>
    <comment xml:lang="sq">KSeg dokument</comment>
    <comment xml:lang="sr">К‑сегов документ</comment>
    <comment xml:lang="sr@ijekavian">К‑сегов документ</comment>
    <comment xml:lang="sr@ijekavianlatin">KSegov dokument</comment>
    <comment xml:lang="sr@latin">KSegov dokument</comment>
    <comment xml:lang="sv">Kseg-dokument</comment>
    <comment xml:lang="tr">KSeg belgesi</comment>
    <comment xml:lang="ug">KSeg پۈتۈك</comment>
    <comment xml:lang="uk">документ KSeg</comment>
    <comment xml:lang="zh_CN">KSeg 文档</comment>
    <comment xml:lang="zh_TW">KSeg 文件</comment>
    <glob pattern="*.seg"/>
  </mime-type>
  <mime-type type="application/x-kvtml">
    <sub-class-of type="application/xml"/>
    <comment>vocabulary trainer document</comment>
    <comment xml:lang="ar">وثيقة مدرب المفردات</comment>
    <comment xml:lang="ast">documentu d'entrenador de vocabulariu</comment>
    <comment xml:lang="bs">dokument za uvježbavanje rječnika</comment>
    <comment xml:lang="ca">Document de l'entrenador de vocabulari</comment>
    <comment xml:lang="ca@valencia">Document de l'entrenador de vocabulari</comment>
    <comment xml:lang="cs">Dokument tréningu slovní zásoby</comment>
    <comment xml:lang="da">ordforrådstræningsdokument</comment>
    <comment xml:lang="de">Vokabeltrainer-Dokument</comment>
    <comment xml:lang="el">Αρχείο εκπαιδευτή λεξιλογίου</comment>
    <comment xml:lang="en_GB">vocabulary trainer document</comment>
    <comment xml:lang="es">documento de entrenador de vocabulario</comment>
    <comment xml:lang="et">sõnavara treenija dokument</comment>
    <comment xml:lang="eu">berbategi entrenatzaile dokumentua</comment>
    <comment xml:lang="fi">sanavarastokouluttajatiedosto</comment>
    <comment xml:lang="fr">Document d'apprentissage du vocabulaire</comment>
    <comment xml:lang="ga">cáipéis traenálaí stóir focal</comment>
    <comment xml:lang="gd">sgrìobhainn trèanair briathrachais</comment>
    <comment xml:lang="gl">documento de práctica de vocabulario</comment>
    <comment xml:lang="hr">dokument vokabularskog trenera</comment>
    <comment xml:lang="hu">szógyűjtemény</comment>
    <comment xml:lang="ia">documento de instructor de vocabulario</comment>
    <comment xml:lang="is">orðaforðaþjálfunarskjal</comment>
    <comment xml:lang="it">documento di allenamento a vocabolario</comment>
    <comment xml:lang="ja">ボキャブラリトレーナー文書</comment>
    <comment xml:lang="kk">сөздік жаттығу құжаты</comment>
    <comment xml:lang="km">វាក្យស័ព្ទ​​នៃ​​ឯកសារ​របស់​អ្នក​បណ្ដុះបណ្ដាល</comment>
    <comment xml:lang="ko">단어장</comment>
    <comment xml:lang="lt">žodyno treniruoklio dokumentas</comment>
    <comment xml:lang="lv">vārdnīcas trenētāja dokuments</comment>
    <comment xml:lang="ml">പദാവലി പരിശീലന രേഖ</comment>
    <comment xml:lang="mr">शब्द-संग्रह शिकवणारा दस्तऐवज</comment>
    <comment xml:lang="nb">dokument for gloselæring</comment>
    <comment xml:lang="nds">Vokavel-Lehrdokment</comment>
    <comment xml:lang="nl">document voor woordenschattrainer</comment>
    <comment xml:lang="nn">ordtreningsdokument</comment>
    <comment xml:lang="pa">ਸ਼ਬਦਕੋਸ਼ ਟਰੇਨਰ ਡੌਕੂਮੈਂਟ</comment>
    <comment xml:lang="pl">dokument związany z trenowaniem słownictwa</comment>
    <comment xml:lang="pt">documento de treino de vocabulários</comment>
    <comment xml:lang="pt_BR">documento de treino de vocabulários</comment>
    <comment xml:lang="ro">Document de antrenare a vocabularului</comment>
    <comment xml:lang="ru">тренировка словарного запаса</comment>
    <comment xml:lang="se">sátnehárjehallandokumeanta</comment>
    <comment xml:lang="sk">Dokument tréningu slovnej zásoby</comment>
    <comment xml:lang="sl">dokument za vadbo besedišča</comment>
    <comment xml:lang="sr">документ за увежбавање речника</comment>
    <comment xml:lang="sr@ijekavian">документ за увјежбавање рјечника</comment>
    <comment xml:lang="sr@ijekavianlatin">dokument za uvježbavanje rječnika</comment>
    <comment xml:lang="sr@latin">dokument za uvežbavanje rečnika</comment>
    <comment xml:lang="sv">dokument för ordförrådsövning</comment>
    <comment xml:lang="tr">sözcük hazinesi çalışma belgesi</comment>
    <comment xml:lang="ug">سۆزلۈك مەشىق پۈتۈكى</comment>
    <comment xml:lang="uk">документ вправ зі словником</comment>
    <comment xml:lang="zh_CN">词汇训练文档</comment>
    <comment xml:lang="zh_TW">字彙訓練師文件</comment>
    <glob pattern="*.kvtml"/>
  </mime-type>
  <mime-type type="application/x-kmplot">
    <comment>KmPlot file</comment>
    <comment xml:lang="ar">ملف KmPlot</comment>
    <comment xml:lang="ast">Ficheru KmPlot</comment>
    <comment xml:lang="bg">Файл на KmPlot</comment>
    <comment xml:lang="bs">KmPlot datoteka</comment>
    <comment xml:lang="ca">Fitxer del KmPlot</comment>
    <comment xml:lang="ca@valencia">Fitxer del KmPlot</comment>
    <comment xml:lang="cs">Soubor KmPlot</comment>
    <comment xml:lang="da">KmPlot-fil</comment>
    <comment xml:lang="de">KmPlot-Datei</comment>
    <comment xml:lang="el">Αρχείο KmPlot</comment>
    <comment xml:lang="en_GB">KmPlot file</comment>
    <comment xml:lang="es">Archivo de KmPlot</comment>
    <comment xml:lang="et">KmPloti fail</comment>
    <comment xml:lang="eu">KmPlot irudia</comment>
    <comment xml:lang="fi">KmPlot-tiedosto</comment>
    <comment xml:lang="fr">Fichier KmPlot</comment>
    <comment xml:lang="ga">Comhad KmPlot</comment>
    <comment xml:lang="gd">faidhle KmPlot</comment>
    <comment xml:lang="gl">Ficheiro de KmPlot</comment>
    <comment xml:lang="hr">KmPlot datoteka</comment>
    <comment xml:lang="hu">KmPlot-fájl</comment>
    <comment xml:lang="ia">KmPlot: file</comment>
    <comment xml:lang="is">KmPlot skrá</comment>
    <comment xml:lang="it">file di KmPlot</comment>
    <comment xml:lang="ja">KmPlot ファイル</comment>
    <comment xml:lang="kk">KmPlot файлы</comment>
    <comment xml:lang="km">ឯកសារ​ KmPlot</comment>
    <comment xml:lang="ko">KmPlot 파일</comment>
    <comment xml:lang="lt">KmPlot failas</comment>
    <comment xml:lang="lv">KmPlot fails</comment>
    <comment xml:lang="ml">കെഎം പ്ലോട്ട് ഫയല്‍</comment>
    <comment xml:lang="mr">के-एम-प्लोट फाईल</comment>
    <comment xml:lang="nb">KmPlot-fil</comment>
    <comment xml:lang="nds">KmPlot-Datei</comment>
    <comment xml:lang="nl">KmPlot-bestand</comment>
    <comment xml:lang="nn">KmPlot-fil</comment>
    <comment xml:lang="pa">KmPlot ਫਾਈਲ</comment>
    <comment xml:lang="pl">Plik KmPlot</comment>
    <comment xml:lang="pt">Ficheiro do KmPlot</comment>
    <comment xml:lang="pt_BR">Arquivo do KmPlot</comment>
    <comment xml:lang="ro">Fișier KmPlot</comment>
    <comment xml:lang="ru">файл KmPlot</comment>
    <comment xml:lang="se">KmPlot fiila</comment>
    <comment xml:lang="sk">Súbor KmPlot</comment>
    <comment xml:lang="sl">Datoteka KmPlot</comment>
    <comment xml:lang="sr">К‑матцртов фајл</comment>
    <comment xml:lang="sr@ijekavian">К‑матцртов фајл</comment>
    <comment xml:lang="sr@ijekavianlatin">K‑matcrtov fajl</comment>
    <comment xml:lang="sr@latin">K‑matcrtov fajl</comment>
    <comment xml:lang="sv">Kmplot-fil</comment>
    <comment xml:lang="tr">KmPlot dosyası</comment>
    <comment xml:lang="ug">KmPlot ھۆججەت</comment>
    <comment xml:lang="uk">файл KmPlot</comment>
    <comment xml:lang="zh_CN">KmPlot 文件</comment>
    <comment xml:lang="zh_TW">KmPlot 檔案</comment>
    <glob pattern="*.fkt"/>
  </mime-type>
  <mime-type type="application/x-kwordquiz">
    <comment>KWordQuiz vocabulary</comment>
    <comment xml:lang="ar">مفردات KWordQuiz</comment>
    <comment xml:lang="ast">Vocabulariu KWordQuiz</comment>
    <comment xml:lang="bg">Речник KWordQuiz</comment>
    <comment xml:lang="bs">rječnik K‑kviza-riječi</comment>
    <comment xml:lang="ca">Vocabulari del KWordQuiz</comment>
    <comment xml:lang="ca@valencia">Vocabulari del KWordQuiz</comment>
    <comment xml:lang="cs">Slovní zásoba KWordQuiz</comment>
    <comment xml:lang="da">Ordforråd til KWordQuiz</comment>
    <comment xml:lang="de">KWordQuiz-Vokabular</comment>
    <comment xml:lang="el">Λεξιλόγιο KWordQuiz</comment>
    <comment xml:lang="en_GB">KWordQuiz vocabulary</comment>
    <comment xml:lang="es">Vocabulario de KWordQuiz</comment>
    <comment xml:lang="et">KWordQuizi sõnavara</comment>
    <comment xml:lang="eu">KWordQuiz berbategia</comment>
    <comment xml:lang="fi">KWordQuiz-sanasto</comment>
    <comment xml:lang="fr">Vocabulaire KWordQuiz</comment>
    <comment xml:lang="ga">Stór Focal KWordQuiz</comment>
    <comment xml:lang="gd">briathrachas KWordQuiz</comment>
    <comment xml:lang="gl">Vocabulario de KWordQuiz</comment>
    <comment xml:lang="hr">KWordQuiz vokabular</comment>
    <comment xml:lang="hu">KWordQuiz-szótár</comment>
    <comment xml:lang="ia">KWordQuiz : vocabulario</comment>
    <comment xml:lang="is">KWordQuiz orðaforði</comment>
    <comment xml:lang="it">vocabolario di KWordQuiz</comment>
    <comment xml:lang="ja">KWordQuiz ボキャブラリ</comment>
    <comment xml:lang="kk">KWordQuiz сөздігі</comment>
    <comment xml:lang="km">វាក្យស័ព្ទ​របស់ KWordQuiz</comment>
    <comment xml:lang="ko">KWordQuiz 단어장</comment>
    <comment xml:lang="lt">KWordQuiz žodynas</comment>
    <comment xml:lang="lv">KWordQuiz vārdnīca</comment>
    <comment xml:lang="ml">കെവേര്‍ഡ്ക്യുസ്സ് പദാവലി</comment>
    <comment xml:lang="mr">के-वर्ड-क्वीझ शब्द-संग्रह</comment>
    <comment xml:lang="nb">KWordQuiz ordliste</comment>
    <comment xml:lang="nds">KWordQuiz-Vokavelsett</comment>
    <comment xml:lang="nl">KWordQuiz-woordenschat</comment>
    <comment xml:lang="nn">KWordQuiz-vokabular</comment>
    <comment xml:lang="pl">Słownictwo KWordQuiz</comment>
    <comment xml:lang="pt">Vocabulário do KWordQuiz</comment>
    <comment xml:lang="pt_BR">Vocabulário do KWordQuiz</comment>
    <comment xml:lang="ro">Vocabular KWordQuiz</comment>
    <comment xml:lang="ru">словарь KWordQuiz</comment>
    <comment xml:lang="se">KWordQuiz-sátnegirji</comment>
    <comment xml:lang="sk">Slovná zásoba KWordQuiz</comment>
    <comment xml:lang="sl">Besedišče KWordQuiz</comment>
    <comment xml:lang="sr">речник К‑квиза-ријечи</comment>
    <comment xml:lang="sr@ijekavian">речник К‑квиза-ријечи</comment>
    <comment xml:lang="sr@ijekavianlatin">rečnik K‑kviza-riječi</comment>
    <comment xml:lang="sr@latin">rečnik K‑kviza-riječi</comment>
    <comment xml:lang="sv">Kwordquiz-ordförråd</comment>
    <comment xml:lang="tr">KWordQuiz sözcük hazinesi</comment>
    <comment xml:lang="ug">KWordQuiz سۆزلۈكلەر</comment>
    <comment xml:lang="uk">словник KWordQuiz</comment>
    <comment xml:lang="zh_CN">KWordQuiz 词汇表</comment>
    <comment xml:lang="zh_TW">KWordQuiz 字彙</comment>
    <glob pattern="*.wql"/>
  </mime-type>

  <mime-type type="application/x-kcachegrind">
    <comment>Cachegrind/Callgrind profile dump</comment>
    <comment xml:lang="ar">تشكيلة تفريغ Cachegrind/Callgrind </comment>
    <comment xml:lang="bs">Cachegrindov/Callgrindov profilni popis</comment>
    <comment xml:lang="ca">Bolcat de l'anàlisi de rendiment del Cachegrind/Callgrind</comment>
    <comment xml:lang="ca@valencia">Bolcat de l'anàlisi de rendiment del Cachegrind/Callgrind</comment>
    <comment xml:lang="cs">Výpis profilu Cachegrind/Callgrind</comment>
    <comment xml:lang="da">Cachegrind/Callgrind profil-dump</comment>
    <comment xml:lang="de">Cachegrind/Callgrind-Profil-Ausgabe</comment>
    <comment xml:lang="el">Αποτύπωση προφίλ Cachegrind/Callgrind</comment>
    <comment xml:lang="en_GB">Cachegrind/Callgrind profile dump</comment>
    <comment xml:lang="es">Volcado de análisis de rendimiento de Cachegrind/Callgrind</comment>
    <comment xml:lang="et">Cachegrind/Callgrindi profileerimistõmmis</comment>
    <comment xml:lang="eu">Cachegrind/Callgrind profil iraulketa</comment>
    <comment xml:lang="fi">Cachegrind/Callgrind-profiilivedos</comment>
    <comment xml:lang="fr">Vidage de profil Cachegrind / Callgrind</comment>
    <comment xml:lang="ga">Próifíl dhumpáilte Cachegrind/Callgrind</comment>
    <comment xml:lang="gd">dump pròifil Cachegrind/Callgrind</comment>
    <comment xml:lang="gl">Envorcado de perfil de Cachegrind/Callgrind</comment>
    <comment xml:lang="hr">Cachegrind/Callgrind odbačeni profil</comment>
    <comment xml:lang="hu">Cachegrind/Callgrind-képfájl</comment>
    <comment xml:lang="ia">Cachegrind/Callgrind : Discargatorio de profilo</comment>
    <comment xml:lang="is">Cachegrind/Callgrind sniðdump</comment>
    <comment xml:lang="it">dump di profilatura di Cachegrind e Callgrind</comment>
    <comment xml:lang="ja">Cachegrind/Callgrind プロファイルダンプ</comment>
    <comment xml:lang="kk">Cachegrind/Callgrind профильдеу дерегі</comment>
    <comment xml:lang="km">ទម្រង់ Cachegrind/Callgrind</comment>
    <comment xml:lang="ko">Cachegrind/Callgrind 프로필 덤프</comment>
    <comment xml:lang="lt">Cachegrind/Callgrind profilio kopija</comment>
    <comment xml:lang="lv">Cachegrind/Callgrind profilēšanas dati</comment>
    <comment xml:lang="ml">കാഷ്ഗ്രിന്റ്/കാള്‍ഗ്രിന്റ് പ്രൊഫൈല്‍ ഡമ്പ്</comment>
    <comment xml:lang="mr">Cachegrind/Callgrind रूपरेषा डंप</comment>
    <comment xml:lang="nb">Cachegrind/Callgrind profildump</comment>
    <comment xml:lang="nds">Profilutgaav för Cachegrind/Callgrind</comment>
    <comment xml:lang="nl">Cachegrind/Callgrind profieldump</comment>
    <comment xml:lang="nn">Cachegrind/Callgrind-profildump</comment>
    <comment xml:lang="pa">Cachegrind/Callgrind ਪਰੋਫਾਈਲ ਡੰਪ</comment>
    <comment xml:lang="pl">Zrzut profilu Cachegrinda/Callgrinda</comment>
    <comment xml:lang="pt">Resultado da análise do Cachegrind/Callgrind</comment>
    <comment xml:lang="pt_BR">Resultado da análise do Cachegrind/Callgrind</comment>
    <comment xml:lang="ro">profil salvat Cachegrind/Callgrind</comment>
    <comment xml:lang="ru">данные профилирования Cachegrind/Callgrind</comment>
    <comment xml:lang="se">Cachegrind/Callgrind-profiilaluoitin</comment>
    <comment xml:lang="sk">Výpis profilu Cachegrind/Callgrind</comment>
    <comment xml:lang="sl">Izpis profila Cachegrind/Callgrind</comment>
    <comment xml:lang="sq">Cachegrind/Callgrind profile dump</comment>
    <comment xml:lang="sr">Кешгриндов/Колгриндов профилни попис</comment>
    <comment xml:lang="sr@ijekavian">Кешгриндов/Колгриндов профилни попис</comment>
    <comment xml:lang="sr@ijekavianlatin">Cachegrindov/Callgrindov profilni popis</comment>
    <comment xml:lang="sr@latin">Cachegrindov/Callgrindov profilni popis</comment>
    <comment xml:lang="sv">Cachegrind/Callgrind-profileringsutskrift</comment>
    <comment xml:lang="tr">Cachegrind/Callgrind profil dökümü</comment>
    <comment xml:lang="ug">Cachegrind/Callgrind يېشىش سەپلىمە ھۆججىتى</comment>
    <comment xml:lang="uk">дамп профілювання Cachegrind/Callgrind</comment>
    <comment xml:lang="zh_CN">Cachegrind/Callgrind 剖析档案</comment>
    <comment xml:lang="zh_TW">Cachegrind/Callgrind 分析檔傾印</comment>
    <glob pattern="cachegrind.out*"/>
    <glob pattern="callgrind.out*"/>
  </mime-type>
  <mime-type type="application/x-uml">
    <comment>Umbrello UML Modeller file</comment>
    <comment xml:lang="ar">ملف Umbrello UML Modeller </comment>
    <comment xml:lang="bs">Umbrello UML datoteka</comment>
    <comment xml:lang="ca">Fitxer del modelador UML Umbrello</comment>
    <comment xml:lang="ca@valencia">Fitxer del modelador UML Umbrello</comment>
    <comment xml:lang="cs">Soubor Umbrello UML Modeller</comment>
    <comment xml:lang="da">Umbrello UML modelleringsfil</comment>
    <comment xml:lang="de">Umbrello-UML-Datei</comment>
    <comment xml:lang="el">Αρχείο μοντελοποίησης Umbrello UML</comment>
    <comment xml:lang="en_GB">Umbrello UML Modeller file</comment>
    <comment xml:lang="es">Archivo del modelador UML Umbrello</comment>
    <comment xml:lang="et">Umbrello UML-fail</comment>
    <comment xml:lang="eu">Umbrello UML Modeller fitxategia</comment>
    <comment xml:lang="fi">Umbrello UML Modeller -tiedosto</comment>
    <comment xml:lang="fr">Fichier de modélisation UML Umbrello</comment>
    <comment xml:lang="ga">Samhaltóir UML Umbrello</comment>
    <comment xml:lang="gd">faidhle Umbrello UML Modeller</comment>
    <comment xml:lang="gl">Ficheiro de modelo UML de Umbrello</comment>
    <comment xml:lang="hr">Umbrello UML Modeller datoteka</comment>
    <comment xml:lang="hu">Umbrello UML-fájl</comment>
    <comment xml:lang="ia">Umbrello: file Modellator UML</comment>
    <comment xml:lang="is">Umbrello UML Modeller skrá</comment>
    <comment xml:lang="it">file del modellatore UML Umbrello</comment>
    <comment xml:lang="ja">Umbrello UML モデラーファイル</comment>
    <comment xml:lang="kk">Umbrello UML үлгілеу файлы</comment>
    <comment xml:lang="km">ឯកសារ Umbrello UML Modeller</comment>
    <comment xml:lang="ko">Umbrello UML 모델러 파일</comment>
    <comment xml:lang="lt">Umbrello UML modeliuotojo failas</comment>
    <comment xml:lang="lv">Umbrello UML Modelētāja fails</comment>
    <comment xml:lang="ml">ആമ്പ്രല്ലോ യു എം എല്‍ മാത്രക ഫയല്‍</comment>
    <comment xml:lang="mr">अंब्रेलो UML मॉडेलर फाईल</comment>
    <comment xml:lang="nb">Umbrello UML Modeller fil</comment>
    <comment xml:lang="nds">UML-Modellmakerdatei för Umbrello</comment>
    <comment xml:lang="nl">Umbrello UML Modeller-bestand</comment>
    <comment xml:lang="nn">Umbrello UML Modeller-fil</comment>
    <comment xml:lang="pl">Plik modelu Umbrello UML</comment>
    <comment xml:lang="pt">Ficheiro de modelação em UML do Umbrello</comment>
    <comment xml:lang="pt_BR">Arquivo de modelador UML do Umbrello</comment>
    <comment xml:lang="ro">fișier Modelator UML Umbrello</comment>
    <comment xml:lang="ru">модель Umbrello</comment>
    <comment xml:lang="se">Umbrello UML-Modellerfiila</comment>
    <comment xml:lang="sk">Súbor Umbrello UML Modeller</comment>
    <comment xml:lang="sl">Datoteka UML modelirnika Umbrello</comment>
    <comment xml:lang="sr">Умбрелов фајл</comment>
    <comment xml:lang="sr@ijekavian">Умбрелов фајл</comment>
    <comment xml:lang="sr@ijekavianlatin">Umbrellov fajl</comment>
    <comment xml:lang="sr@latin">Umbrellov fajl</comment>
    <comment xml:lang="sv">Umbrello UML-modelleringsfil</comment>
    <comment xml:lang="tr">Umbrello UML Modelleyici dosyası</comment>
    <comment xml:lang="ug">Umbrello UML مودېل قۇرۇش ھۆججىتى</comment>
    <comment xml:lang="uk">файл інструмента моделювання UML Umbrello</comment>
    <comment xml:lang="zh_CN">Umbrello UML 建模文件</comment>
    <comment xml:lang="zh_TW">Umbrello UML 建模工具檔</comment>
    <glob pattern="*.xmi"/>
    <glob pattern="*.xmi.tgz"/>
    <glob pattern="*.xmi.tar.bz2"/>
  </mime-type>

  <mime-type type="application/x-ms-shortcut">
    <comment>Windows link</comment>
    <comment xml:lang="ar">وصلة ويندوز</comment>
    <comment xml:lang="ast">Enllaz Windows</comment>
    <comment xml:lang="bs">windows veza</comment>
    <comment xml:lang="ca">Enllaç del Windows</comment>
    <comment xml:lang="ca@valencia">Enllaç del Windows</comment>
    <comment xml:lang="cs">Odkaz Windows</comment>
    <comment xml:lang="da">Windows-link</comment>
    <comment xml:lang="de">Windows-Verknüpfung</comment>
    <comment xml:lang="el">Αρχείο δεσμού Windows</comment>
    <comment xml:lang="en_GB">Windows link</comment>
    <comment xml:lang="es">Enlace de Windows</comment>
    <comment xml:lang="et">Windowsi link-fail</comment>
    <comment xml:lang="eu">Windows esteka</comment>
    <comment xml:lang="fi">Windows-linkki</comment>
    <comment xml:lang="fr">Liens Windows</comment>
    <comment xml:lang="ga">Nasc Windows</comment>
    <comment xml:lang="gd">ceangal Windows</comment>
    <comment xml:lang="gl">Ligazón de Windows</comment>
    <comment xml:lang="hr">Windows veza</comment>
    <comment xml:lang="hu">Windows-link</comment>
    <comment xml:lang="ia">Ligamine de Windows</comment>
    <comment xml:lang="is">Windows tengill</comment>
    <comment xml:lang="it">collegamento di Windows</comment>
    <comment xml:lang="ja">Windows リンク</comment>
    <comment xml:lang="kk">Windows сілтемесі</comment>
    <comment xml:lang="km">តំណ​វីនដូ</comment>
    <comment xml:lang="ko">Windows 링크</comment>
    <comment xml:lang="lt">Windows nuoroda</comment>
    <comment xml:lang="lv">Windows saite</comment>
    <comment xml:lang="ml">വിന്‍ഡോസ് കണ്ണി</comment>
    <comment xml:lang="mr">विंडोज लिंक</comment>
    <comment xml:lang="nb">Windows lenke</comment>
    <comment xml:lang="nds">Windows-Link</comment>
    <comment xml:lang="nl">Windows-koppeling</comment>
    <comment xml:lang="nn">Windows-lenkje</comment>
    <comment xml:lang="pa">ਵਿੰਡੋਜ਼ ਲਿੰਕ</comment>
    <comment xml:lang="pl">Odnośnik Windows</comment>
    <comment xml:lang="pt">Hiperligação do Windows</comment>
    <comment xml:lang="pt_BR">Link do Windows</comment>
    <comment xml:lang="ro">Legătură Windows</comment>
    <comment xml:lang="ru">ярлык Windows</comment>
    <comment xml:lang="se">Windowsliŋka</comment>
    <comment xml:lang="sk">Odkaz Windows</comment>
    <comment xml:lang="sl">Povezava v Windows</comment>
    <comment xml:lang="sr">виндоуз веза</comment>
    <comment xml:lang="sr@ijekavian">виндоуз веза</comment>
    <comment xml:lang="sr@ijekavianlatin">windows veza</comment>
    <comment xml:lang="sr@latin">windows veza</comment>
    <comment xml:lang="sv">Windows-länk</comment>
    <comment xml:lang="th">แฟ้มลิงค์ของวินโดวส์</comment>
    <comment xml:lang="tr">Windows bağlantısı</comment>
    <comment xml:lang="ug">Windows ئۇلانما</comment>
    <comment xml:lang="uk">посилання Windows</comment>
    <comment xml:lang="zh_CN">Windows 链接</comment>
    <comment xml:lang="zh_TW">Windows 連結檔案</comment>
    <alias type="application/x-win-lnk"/>
    <glob pattern="*.lnk"/>
  </mime-type>

  <mime-type type="application/x-kgetlist">
    <sub-class-of type="application/xml"/>
    <comment>KGet download list</comment>
    <comment xml:lang="ar">قائمة تنزيل KGet</comment>
    <comment xml:lang="ast">Llistáu de descarga KGet</comment>
    <comment xml:lang="bg">Списък за изтегляне на KGet</comment>
    <comment xml:lang="bs">KGetova spisak preuzimanja</comment>
    <comment xml:lang="ca">Llista de baixades del KGet</comment>
    <comment xml:lang="ca@valencia">Llista de baixades del KGet</comment>
    <comment xml:lang="cs">Seznam stahování KGet</comment>
    <comment xml:lang="da">KGet downloadliste</comment>
    <comment xml:lang="de">KGet-Downloadliste</comment>
    <comment xml:lang="el">Λίστας λήψης KGet</comment>
    <comment xml:lang="en_GB">KGet download list</comment>
    <comment xml:lang="es">Lista de descarga de KGet</comment>
    <comment xml:lang="et">KGeti allalaadimiste nimekiri</comment>
    <comment xml:lang="eu">KGet deskaragen zerrenda</comment>
    <comment xml:lang="fi">KGet-latausluettelo</comment>
    <comment xml:lang="fr">Liste de téléchargement pour KGet</comment>
    <comment xml:lang="ga">Liosta íosluchtuithe KGet</comment>
    <comment xml:lang="gd">liosta luchdaidhean a-nuas KGet</comment>
    <comment xml:lang="gl">Lista de descargas de KGet</comment>
    <comment xml:lang="hr">KGet lista preuzimanja</comment>
    <comment xml:lang="hu">KGet letöltési lista</comment>
    <comment xml:lang="ia">KGet : Lista de discargar</comment>
    <comment xml:lang="is">KGet niðurhalslisti</comment>
    <comment xml:lang="it">elenco di scaricamenti di KGet</comment>
    <comment xml:lang="ja">KGet ダウンロードリスト</comment>
    <comment xml:lang="kk">KGet жүктеу тізімі</comment>
    <comment xml:lang="km">បញ្ជី​ទាញយក​របស់ KGet</comment>
    <comment xml:lang="ko">KGet 다운로드 목록</comment>
    <comment xml:lang="lt">KGet atsiuntimų sąrašas</comment>
    <comment xml:lang="lv">KGet jelupielāžu saraksts</comment>
    <comment xml:lang="ml">കെഗെറ്റ് ഡൌണ്‍ലോഡ് പട്ടിക</comment>
    <comment xml:lang="mr">के-गेट डाउनलोड यादी</comment>
    <comment xml:lang="nb">KGet nedlastingsliste</comment>
    <comment xml:lang="nds">Daalladen-List för KGet</comment>
    <comment xml:lang="nl">KGet-downloadlijst</comment>
    <comment xml:lang="nn">KGet-nedlastingsliste</comment>
    <comment xml:lang="pa">KGet ਡਾਊਨਲੋਡ ਲਿਸਟ</comment>
    <comment xml:lang="pl">Lista pobierania KGet</comment>
    <comment xml:lang="pt">Lista de transferências do KGet</comment>
    <comment xml:lang="pt_BR">Lista de downloads do KGet</comment>
    <comment xml:lang="ro">Listă descărcări KGet</comment>
    <comment xml:lang="ru">список загрузок KGet</comment>
    <comment xml:lang="se">KGet viežžanlistu</comment>
    <comment xml:lang="sk">Zoznam sťahovania KGet</comment>
    <comment xml:lang="sl">Seznam prejemov KGet</comment>
    <comment xml:lang="sr">К‑гетова списак преузимања</comment>
    <comment xml:lang="sr@ijekavian">К‑гетова списак преузимања</comment>
    <comment xml:lang="sr@ijekavianlatin">KGetova spisak preuzimanja</comment>
    <comment xml:lang="sr@latin">KGetova spisak preuzimanja</comment>
    <comment xml:lang="sv">Kget-nerladdningslista</comment>
    <comment xml:lang="th">รายการดาวน์โหลดของ 'ช่วยดาวน์โหลด-K (KGet)'</comment>
    <comment xml:lang="tr">KGet indirme listesi</comment>
    <comment xml:lang="ug">KGet چۈشۈرۈش تىزىمى</comment>
    <comment xml:lang="uk">список отримань KGet</comment>
    <comment xml:lang="zh_CN">KGet 下载列表</comment>
    <comment xml:lang="zh_TW">KGet 下載清單</comment>
    <glob pattern="*.kgt"/>
  </mime-type>
  <mime-type type="application/x-kopete-emoticons">
    <comment>Kopete emoticons archive</comment>
    <comment xml:lang="ar">أرشف إبتسامات Kopete</comment>
    <comment xml:lang="ast">Archivu de fustaxes Kopete</comment>
    <comment xml:lang="bs">Kopeteova arhiva emotikona</comment>
    <comment xml:lang="ca">Arxiu de les emoticones del Kopete</comment>
    <comment xml:lang="ca@valencia">Arxiu de les emoticones del Kopete</comment>
    <comment xml:lang="cs">Archiv emotikonů Kopete</comment>
    <comment xml:lang="da">Kopete emotikon-arkiv</comment>
    <comment xml:lang="de">Kopete-Emoticons-Archiv</comment>
    <comment xml:lang="el">Αρχειοθήκη εικονιδίων διάθεσης Kopete</comment>
    <comment xml:lang="en_GB">Kopete emoticons archive</comment>
    <comment xml:lang="es">Archivo de emoticonos de Kopete</comment>
    <comment xml:lang="et">Kopete emotikoniarhiiv</comment>
    <comment xml:lang="eu">Kopete emotikoi artxiboa</comment>
    <comment xml:lang="fi">Kopete-hymiöarkisto</comment>
    <comment xml:lang="fr">Archive d'émoticônes Kopete</comment>
    <comment xml:lang="ga">Cartlann straoiseog Kopete</comment>
    <comment xml:lang="gd">tasglann shamhlaidhean-ghnùis Kopete</comment>
    <comment xml:lang="gl">Arquivo de emoticonas de Kopete</comment>
    <comment xml:lang="hr">Kopete arhiva emotikona</comment>
    <comment xml:lang="hu">Kopete-emotikoncsomag</comment>
    <comment xml:lang="ia">Kopete : archivo de emoticones</comment>
    <comment xml:lang="is">Kopete tjáningartáknasafn</comment>
    <comment xml:lang="it">archivio di faccine di Kopete</comment>
    <comment xml:lang="ja">Kopete 感情アイコンアーカイブ</comment>
    <comment xml:lang="kk">Kopete көңіл күйі белгілер архиві</comment>
    <comment xml:lang="km">ប័ណ្ណសារ​សញ្ញា​អារម្មណ៍​របស់ Kopete</comment>
    <comment xml:lang="ko">Kopete 이모티콘 압축 파일</comment>
    <comment xml:lang="lt">Kopete jaustukų rinkinys</comment>
    <comment xml:lang="lv">Kopete emocijzīmju arhīvs</comment>
    <comment xml:lang="ml">കോപ്പിറ്റേ വികാരചിഹ്നങ്ങളുടെ ശേഖരം</comment>
    <comment xml:lang="mr">कोपेट भावप्रतिमा संग्रह</comment>
    <comment xml:lang="nb">Arkiv med Kopete smilefjes</comment>
    <comment xml:lang="nds">Snutenarchiev för Kopete</comment>
    <comment xml:lang="nl">Kopete emoticon-archief</comment>
    <comment xml:lang="nn">Fjesingtema for Kopete</comment>
    <comment xml:lang="pa">ਕੋਪਟੀ ਈਮੋਸ਼ਨ ਅਕਾਇਵ</comment>
    <comment xml:lang="pl">Archiwum emotikon Kopete</comment>
    <comment xml:lang="pt">Pacote de ícones emotivos do Kopete</comment>
    <comment xml:lang="pt_BR">Arquivo de emoticons do Kopete</comment>
    <comment xml:lang="ro">Arhivă cu emoticoni Kopete</comment>
    <comment xml:lang="ru">набор смайликов для Kopete</comment>
    <comment xml:lang="se">Kopete mojánarkiiva</comment>
    <comment xml:lang="sk">Archív emotikonov Kopete</comment>
    <comment xml:lang="sl">Arhiv z izraznimi ikonami za Kopete</comment>
    <comment xml:lang="sr">Копетеова архива емотикона</comment>
    <comment xml:lang="sr@ijekavian">Копетеова архива емотикона</comment>
    <comment xml:lang="sr@ijekavianlatin">Kopeteova arhiva emotikona</comment>
    <comment xml:lang="sr@latin">Kopeteova arhiva emotikona</comment>
    <comment xml:lang="sv">Kopete-smilisarkiv</comment>
    <comment xml:lang="tr">Kopete duygu simgeleri arşivi</comment>
    <comment xml:lang="ug">Kopete چىراي ئىپادە ئارخىپى</comment>
    <comment xml:lang="uk">архів емоційок Kopete</comment>
    <comment xml:lang="zh_CN">Kopete 表情归档</comment>
    <comment xml:lang="zh_TW">Kopete 表情圖示歸檔</comment>
    <glob pattern="*.kopete-emoticons"/>
  </mime-type>
  <mime-type type="application/x-icq">
    <comment>ICQ contact</comment>
    <comment xml:lang="ar">جهة اتصال ICQ</comment>
    <comment xml:lang="ast">Contautu ICQ</comment>
    <comment xml:lang="bg">Контакт в ICQ</comment>
    <comment xml:lang="bs">ICQ kontakt</comment>
    <comment xml:lang="ca">Contacte de l'ICQ</comment>
    <comment xml:lang="ca@valencia">Contacte de l'ICQ</comment>
    <comment xml:lang="cs">Kontakt ICQ</comment>
    <comment xml:lang="da">ICQ-kontakt</comment>
    <comment xml:lang="de">ICQ-Kontakt</comment>
    <comment xml:lang="el">Επαφή ICQ</comment>
    <comment xml:lang="en_GB">ICQ contact</comment>
    <comment xml:lang="es">Contacto de ICQ</comment>
    <comment xml:lang="et">ICQ kontakt</comment>
    <comment xml:lang="eu">ICQ kontaktua</comment>
    <comment xml:lang="fi">ICQ-yhteystieto</comment>
    <comment xml:lang="fr">Contact ICQ</comment>
    <comment xml:lang="ga">Teagmháil ICQ</comment>
    <comment xml:lang="gd">neach-aithne ICQ</comment>
    <comment xml:lang="gl">Contacto do ICQ</comment>
    <comment xml:lang="hr">ICQ kontakt</comment>
    <comment xml:lang="hu">ICQ-névjegy</comment>
    <comment xml:lang="ia">ICQ : Contacto</comment>
    <comment xml:lang="is">ICQ tengiliður</comment>
    <comment xml:lang="it">contatto ICQ</comment>
    <comment xml:lang="ja">ICQ コンタクト</comment>
    <comment xml:lang="kk">ICQ контакты</comment>
    <comment xml:lang="km">ទំនាក់ទំនង ICQ</comment>
    <comment xml:lang="ko">ICQ 대화 상대</comment>
    <comment xml:lang="lt">ICQ kontaktas</comment>
    <comment xml:lang="lv">ICQ kontakts</comment>
    <comment xml:lang="ml">ഐ സി ക്യൂ സമ്പര്‍ക്കം</comment>
    <comment xml:lang="mr">ICQ संपर्क</comment>
    <comment xml:lang="ms">Kontak ICQ</comment>
    <comment xml:lang="nb">ICQ-kontakt</comment>
    <comment xml:lang="nds">ICQ-Kontakt</comment>
    <comment xml:lang="nl">ICQ-contact</comment>
    <comment xml:lang="nn">ICQ-kontakt</comment>
    <comment xml:lang="pa">ICQ ਸੰਪਰਕ</comment>
    <comment xml:lang="pl">Kontakt ICQ</comment>
    <comment xml:lang="pt">Contacto de ICQ</comment>
    <comment xml:lang="pt_BR">Contato do ICQ</comment>
    <comment xml:lang="ro">Contact ICQ</comment>
    <comment xml:lang="ru">контакт ICQ</comment>
    <comment xml:lang="se">ICQ-oktavuohta</comment>
    <comment xml:lang="sk">Kontakt ICQ</comment>
    <comment xml:lang="sl">Stik ICQ</comment>
    <comment xml:lang="sq">ICQ contact</comment>
    <comment xml:lang="sr">ајсикју контакт</comment>
    <comment xml:lang="sr@ijekavian">ајсикју контакт</comment>
    <comment xml:lang="sr@ijekavianlatin">ICQ kontakt</comment>
    <comment xml:lang="sr@latin">ICQ kontakt</comment>
    <comment xml:lang="sv">ICQ-kontakt</comment>
    <comment xml:lang="th">ที่อยู่ติดต่อของ ICQ</comment>
    <comment xml:lang="tr">ICQ kişisi</comment>
    <comment xml:lang="ug">ICQ ئالاقەداش</comment>
    <comment xml:lang="uk">контакт ICQ</comment>
    <comment xml:lang="zh_CN">ICQ 联系人</comment>
    <comment xml:lang="zh_TW">ICQ 聯絡人</comment>
    <glob pattern="*.uin"/>
    <glob pattern="*.icq"/>
  </mime-type>

  <mime-type type="video/x-ms-wmp"> <!-- fdo #19671, rejected because "not a file type, only a plugin type" -->
    <comment>Microsoft Media Format</comment>
    <comment xml:lang="ar">تنسيق وسائط مايكروسوفت</comment>
    <comment xml:lang="ast">Formatu de medios Microsoft</comment>
    <comment xml:lang="bg">Формат Microsoft Media</comment>
    <comment xml:lang="bs">Microsoftov medija format</comment>
    <comment xml:lang="ca">Format de suports de Microsoft</comment>
    <comment xml:lang="ca@valencia">Format de suports de Microsoft</comment>
    <comment xml:lang="cs">Microsoft Media Format</comment>
    <comment xml:lang="da">Microsoft medieformat</comment>
    <comment xml:lang="de">Microsoft-Media-Format</comment>
    <comment xml:lang="el">Μορφή Μέσων Microsoft</comment>
    <comment xml:lang="en_GB">Microsoft Media Format</comment>
    <comment xml:lang="es">Formato de medios de Microsoft</comment>
    <comment xml:lang="et">Microsoft Media</comment>
    <comment xml:lang="eu">Microsoft Media Format</comment>
    <comment xml:lang="fi">Microsoft Media -muoto</comment>
    <comment xml:lang="fr">Format « Microsoft Média »</comment>
    <comment xml:lang="ga">Formáid Mheán Microsoft</comment>
    <comment xml:lang="gd">Microsoft Media Format</comment>
    <comment xml:lang="gl">Formato de medios de Microsoft</comment>
    <comment xml:lang="hr">Microsoft Media Format</comment>
    <comment xml:lang="hu">Microsoft-médiafájl</comment>
    <comment xml:lang="ia">Formato de Media de Microsoft</comment>
    <comment xml:lang="is">Microsoft Media Format</comment>
    <comment xml:lang="it">formato multimediale di Microsoft</comment>
    <comment xml:lang="ja">Microsoft メディアフォーマット</comment>
    <comment xml:lang="kk">Microsoft Media Format</comment>
    <comment xml:lang="km">ទ្រង់ទ្រាយ​របស់ Microsoft Media</comment>
    <comment xml:lang="ko">마이크로소프트 미디어 포맷</comment>
    <comment xml:lang="lt">Microsoft media formatas</comment>
    <comment xml:lang="lv">Microsoft Media formāts</comment>
    <comment xml:lang="ml">മൈക്രോസോഫ്റ്റ് മിഡിയ ഘടന</comment>
    <comment xml:lang="mr">मायक्रोसोफ्ट मीडिया पद्धत</comment>
    <comment xml:lang="nb">Microsoft Media Format</comment>
    <comment xml:lang="nds">Microsoft-Medienformaat</comment>
    <comment xml:lang="nl">Microsoft mediaformaat</comment>
    <comment xml:lang="nn">Microsoft Media-format</comment>
    <comment xml:lang="pa">Microsoft ਮੀਡਿਆ ਫਾਰਮੈਟ</comment>
    <comment xml:lang="pl">Microsoft Media Format</comment>
    <comment xml:lang="pt">Formato Multimédia da Microsoft</comment>
    <comment xml:lang="pt_BR">Formato de mídia da Microsoft</comment>
    <comment xml:lang="ro">Microsoft Media Format</comment>
    <comment xml:lang="ru">файл Microsoft Media</comment>
    <comment xml:lang="se">Microsoft mediaformáhtta</comment>
    <comment xml:lang="sk">Microsoft Media Format</comment>
    <comment xml:lang="sl">Microsoft Media Format</comment>
    <comment xml:lang="sq">Microsoft Media Format</comment>
    <comment xml:lang="sr">Мајкрософтов медија формат</comment>
    <comment xml:lang="sr@ijekavian">Мајкрософтов медија формат</comment>
    <comment xml:lang="sr@ijekavianlatin">Microsoftov medija format</comment>
    <comment xml:lang="sr@latin">Microsoftov medija format</comment>
    <comment xml:lang="sv">Microsoft mediaformat</comment>
    <comment xml:lang="tr">Microsoft Medya Biçimi</comment>
    <comment xml:lang="ug">مىكروسوفت ۋاسىتە پىچىمى</comment>
    <comment xml:lang="uk">Microsoft Media Format</comment>
    <comment xml:lang="zh_CN">Microsoft 媒体格式</comment>
    <comment xml:lang="zh_TW">微軟媒體格式</comment>
    <sub-class-of type="video/x-ms-wmv"/>
    <alias type="video/mediaplayer"/>
    <alias type="application/x-mplayer2"/>
    <glob pattern="*.wmp"/>
  </mime-type>

  <!-- http://www4.wiwiss.fu-berlin.de/bizer/TriG/ -->
  <!-- Used in Nepomuk to encode almost all ontologies -->
  <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-trig"> <!-- fdo #32182, released in s-m-i 1.1 -->
    <comment>TriG RDF document</comment>
    <comment xml:lang="ar">وثيقة TriG RDF</comment>
    <comment xml:lang="ast">Documentu RDF TriG</comment>
    <comment xml:lang="bs">TriG RDF dokument</comment>
    <comment xml:lang="ca">Document RDF del TriG</comment>
    <comment xml:lang="ca@valencia">Document RDF del TriG</comment>
    <comment xml:lang="cs">Dokument TriG RDF</comment>
    <comment xml:lang="da">TriG RDF-dokument</comment>
    <comment xml:lang="de">TriG-RDF-Dokument</comment>
    <comment xml:lang="el">Έγγραφο TriG RDF</comment>
    <comment xml:lang="en_GB">TriG RDF document</comment>
    <comment xml:lang="es">Documento RDF TriG</comment>
    <comment xml:lang="et">TriG RDF-dokument</comment>
    <comment xml:lang="eu">TriG RDF dokumentua</comment>
    <comment xml:lang="fi">TriG RDF -tiedosto</comment>
    <comment xml:lang="fr">Document « RDF TriG »</comment>
    <comment xml:lang="ga">Cáipéis RDF TriG</comment>
    <comment xml:lang="gd">sgrìobhainn TriG RDF</comment>
    <comment xml:lang="gl">Documento RDF de TriG</comment>
    <comment xml:lang="hr">TriG RDF dokument</comment>
    <comment xml:lang="hu">TriG RDF-dokumentum</comment>
    <comment xml:lang="ia">Documento RDF de TRiG</comment>
    <comment xml:lang="is">TriG RDF skjal</comment>
    <comment xml:lang="it">documento TriG RDF</comment>
    <comment xml:lang="ja">TriG RDF 文書</comment>
    <comment xml:lang="kk">TriG RDF құжаты</comment>
    <comment xml:lang="km">ឯកសារ TriG RDF</comment>
    <comment xml:lang="ko">TriG RDF 문서</comment>
    <comment xml:lang="lt">TriG RDF dokumentas</comment>
    <comment xml:lang="lv">TriG RDF dokuments</comment>
    <comment xml:lang="ml">ട്രിഗ് ആര്‍ ഡി എഫ് രേഖ</comment>
    <comment xml:lang="mr">ट्रीग RDF दस्तऐवज</comment>
    <comment xml:lang="nb">TriG RDF-dokument</comment>
    <comment xml:lang="nds">RDF-Dokment för TriG</comment>
    <comment xml:lang="nl">TriG RDF-document</comment>
    <comment xml:lang="nn">TriG RDF-dokument</comment>
    <comment xml:lang="pa">TriG RDF ਡੌਕੂਮੈਂਟ</comment>
    <comment xml:lang="pl">Dokument TriG RDF</comment>
    <comment xml:lang="pt">Documento RDF do TriG</comment>
    <comment xml:lang="pt_BR">Documento RDF do TriG</comment>
    <comment xml:lang="ro">Document RDF TriG</comment>
    <comment xml:lang="ru">документ TriG RDF</comment>
    <comment xml:lang="se">TriG RDF-dokumeanta</comment>
    <comment xml:lang="sk">Dokument TriG RDF</comment>
    <comment xml:lang="sl">Dokument TriG RDF</comment>
    <comment xml:lang="sq">TriG RDF dokument</comment>
    <comment xml:lang="sr">три‑Г РДФ документ</comment>
    <comment xml:lang="sr@ijekavian">три‑Г РДФ документ</comment>
    <comment xml:lang="sr@ijekavianlatin">TriG RDF dokument</comment>
    <comment xml:lang="sr@latin">TriG RDF dokument</comment>
    <comment xml:lang="sv">Trig RDF-dokument</comment>
    <comment xml:lang="tr">TriG RDF belgesi</comment>
    <comment xml:lang="ug">TriG RDF پۈتۈك</comment>
    <comment xml:lang="uk">документ RDF TriG</comment>
    <comment xml:lang="zh_CN">TriG RDF 文档</comment>
    <comment xml:lang="zh_TW">TriG RDF 文件</comment>
    <sub-class-of type="text/plain" />
    <glob pattern="*.trig" />
  </mime-type>
  <!-- http://www.dajobe.org/2004/01/turtle/#sec-mime -->
  <!-- Important: the SPARQL RDF query lanaguge uses turtle encoding for graph patterns. -->
  <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-turtle"> <!-- fdo #18089, but not in followup #32812 -->
    <comment>Turtle RDF document</comment>
    <comment xml:lang="ar">وثيقة Turtle RDF</comment>
    <comment xml:lang="ast">Documentu RDF Turtle</comment>
    <comment xml:lang="bs">Turtle RDF dokument</comment>
    <comment xml:lang="ca">Document RDF del Turtle</comment>
    <comment xml:lang="ca@valencia">Document RDF del Turtle</comment>
    <comment xml:lang="cs">Dokument Turtle RDF</comment>
    <comment xml:lang="da">Turtle RDF-dokument</comment>
    <comment xml:lang="de">Turtle-RDF-Dokument</comment>
    <comment xml:lang="el">Έγγραφο Turtle RDF</comment>
    <comment xml:lang="en_GB">Turtle RDF document</comment>
    <comment xml:lang="es">Documento RDF Turtle</comment>
    <comment xml:lang="et">Turtle RDF-dokument</comment>
    <comment xml:lang="eu">Turtle RDF dokumentua</comment>
    <comment xml:lang="fi">Turtle RDF -tiedosto</comment>
    <comment xml:lang="fr">Document « RDF Turtle »</comment>
    <comment xml:lang="ga">Cáipéis RDF Turtle</comment>
    <comment xml:lang="gd">sgrìobhainn Turtle RDF</comment>
    <comment xml:lang="gl">Documento RDF de Turtle</comment>
    <comment xml:lang="hr">Turtle RDF dokument</comment>
    <comment xml:lang="hu">Turtle RDF-dokumentum</comment>
    <comment xml:lang="ia">documento RDF de Turtle</comment>
    <comment xml:lang="is">Turtle RDF skjal</comment>
    <comment xml:lang="it">documento Turtle RDF</comment>
    <comment xml:lang="ja">Turtle RDF 文書</comment>
    <comment xml:lang="kk">Turtle RDF құжаты</comment>
    <comment xml:lang="km">ឯកសារ Turtle RDF</comment>
    <comment xml:lang="ko">Turtle RDF 문서</comment>
    <comment xml:lang="lt">Turtle RDF dokumentas</comment>
    <comment xml:lang="lv">Turtle RDF dokuments</comment>
    <comment xml:lang="ml">ടര്‍ട്ടില്‍ ആര്‍ ഡി എഫ് രേഖ</comment>
    <comment xml:lang="mr">टर्टल RDF दस्तऐवज</comment>
    <comment xml:lang="nb">Turtle RDF-dokument</comment>
    <comment xml:lang="nds">RDF-Dokment för Turtle</comment>
    <comment xml:lang="nl">Turtle RDF-document</comment>
    <comment xml:lang="nn">Turtle RDF-dokument</comment>
    <comment xml:lang="pa">Turtle RDF ਡੌਕੂਮੈਂਟ</comment>
    <comment xml:lang="pl">Dokument Turtle RDF</comment>
    <comment xml:lang="pt">Documento RDF do Turtle</comment>
    <comment xml:lang="pt_BR">Documento RDF do Turtle</comment>
    <comment xml:lang="ro">Document RDF Turtle</comment>
    <comment xml:lang="ru">документ Turtle RDF</comment>
    <comment xml:lang="se">Turtle RDF-dokumeanta</comment>
    <comment xml:lang="sk">Dokument Turtle RDF</comment>
    <comment xml:lang="sl">Dokument Turtle RDF</comment>
    <comment xml:lang="sq">Turtle RDF dokument</comment>
    <comment xml:lang="sr">туртл РДФ документ</comment>
    <comment xml:lang="sr@ijekavian">туртл РДФ документ</comment>
    <comment xml:lang="sr@ijekavianlatin">Turtle RDF dokument</comment>
    <comment xml:lang="sr@latin">Turtle RDF dokument</comment>
    <comment xml:lang="sv">Turtle RDF-dokument</comment>
    <comment xml:lang="tr">Turtle RDF belgesi</comment>
    <comment xml:lang="ug">Turtle RDF پۈتۈك</comment>
    <comment xml:lang="uk">документ RDF Turtle</comment>
    <comment xml:lang="zh_CN">Turtle RDF 文档</comment>
    <comment xml:lang="zh_TW">Turtle RDF 文件</comment>
    <sub-class-of type="text/plain" />
  </mime-type>
  <mime-type type="image/x-pic"> <!-- fdo #26038, needs update -->
    <comment>Softimage PIC image</comment>
    <comment xml:lang="ar">صورة PIC</comment>
    <comment xml:lang="ast">Imaxe Softimage PIC</comment>
    <comment xml:lang="bs">Softimidžova PIC slika</comment>
    <comment xml:lang="ca">Imatge PIC de Softimage</comment>
    <comment xml:lang="ca@valencia">Imatge PIC de Softimage</comment>
    <comment xml:lang="cs">Obrázek Softimage PIC</comment>
    <comment xml:lang="da">Softimage PIC-billede</comment>
    <comment xml:lang="de">Softimage-PIC-Bild</comment>
    <comment xml:lang="el">Εικόνα Softimage PIC</comment>
    <comment xml:lang="en_GB">Softimage PIC image</comment>
    <comment xml:lang="es">Imagen PIC de Softimage</comment>
    <comment xml:lang="et">Softimage PIC pilt</comment>
    <comment xml:lang="eu">Softimage PIC irudia</comment>
    <comment xml:lang="fi">Softimage PIC -kuva</comment>
    <comment xml:lang="fr">Image PIC de Softimage</comment>
    <comment xml:lang="ga">Íomhá PIC Softimage</comment>
    <comment xml:lang="gd">dealbh Softimage PIC</comment>
    <comment xml:lang="gl">Imaxe PIC de Softimage</comment>
    <comment xml:lang="hr">Softimage PIC slika</comment>
    <comment xml:lang="hu">Softimage PIC-kép</comment>
    <comment xml:lang="ia">Imagine PIC de SoftImage</comment>
    <comment xml:lang="is">Softimage PIC mynd</comment>
    <comment xml:lang="it">immagine Softimage PIC</comment>
    <comment xml:lang="ja">Softimage PIC 画像</comment>
    <comment xml:lang="kk">Softimage PIC кескіні</comment>
    <comment xml:lang="km">រូបភាព Softimage PIC</comment>
    <comment xml:lang="ko">Softimage PIC 그림</comment>
    <comment xml:lang="lt">Softimage PIC paveikslėlis</comment>
    <comment xml:lang="lv">Softimage PIC attēls</comment>
    <comment xml:lang="ml">സോഫ്റ്റ്‌ഇമേജ് പിക്ക് ചിത്രം</comment>
    <comment xml:lang="mr">सोफ्टइमेज PIC प्रतिमा</comment>
    <comment xml:lang="nb">Softimage PIC-bilde</comment>
    <comment xml:lang="nds">PIC-Bild vun Softimage</comment>
    <comment xml:lang="nl">Softimage PIC-image</comment>
    <comment xml:lang="nn">Softimage PIC-bilete</comment>
    <comment xml:lang="pl">Plik obrazu Softimage PIC</comment>
    <comment xml:lang="pt">Imagem PIC da Softimage</comment>
    <comment xml:lang="pt_BR">Imagem PIC da Softimage</comment>
    <comment xml:lang="ro">imagine Softimage PIC</comment>
    <comment xml:lang="ru">изображение Softimage PIC</comment>
    <comment xml:lang="se">Softimage PIC-govva</comment>
    <comment xml:lang="sk">Softimage PIC obrázok</comment>
    <comment xml:lang="sl">Slika Softimage PIC</comment>
    <comment xml:lang="sr">Софтимиџова ПИЦ слика</comment>
    <comment xml:lang="sr@ijekavian">Софтимиџова ПИЦ слика</comment>
    <comment xml:lang="sr@ijekavianlatin">Softimidžova PIC slika</comment>
    <comment xml:lang="sr@latin">Softimidžova PIC slika</comment>
    <comment xml:lang="sv">Softimage PIC-bild</comment>
    <comment xml:lang="th">ภาพรูปแบบ Softimage PIC</comment>
    <comment xml:lang="tr">Softimage PIC resmi</comment>
    <comment xml:lang="ug">Softimage PIC سۈرەت</comment>
    <comment xml:lang="uk">зображення PIC Softimage</comment>
    <comment xml:lang="zh_CN">Softimage PIC 图像</comment>
    <comment xml:lang="zh_TW">Softimage PIC 影像</comment>
    <magic priority="80">
      <match value="0x5380f634" type="big32" offset="0"/>
    </magic>
    <glob pattern="*.pic"/>
  </mime-type>
  <mime-type type="text/x-qml"> <!-- in fdo smi > 0.90; *.qmltypes and *.qmlproject added to fdo smi > 1.3 -->
    <comment>Qt Markup Language file</comment>
    <comment xml:lang="ar">ملف لغة الوصف Qt</comment>
    <comment xml:lang="ast">Ficheru de llinguax d'etiquetes Qt</comment>
    <comment xml:lang="bs">Datoteka Qt jezika za označavanje</comment>
    <comment xml:lang="ca">Fitxer de llenguatge de marques de les Qt</comment>
    <comment xml:lang="ca@valencia">Fitxer de llenguatge de marques de les Qt</comment>
    <comment xml:lang="cs">Soubor Qt Markup Language</comment>
    <comment xml:lang="da">Qt Markup Language-fil</comment>
    <comment xml:lang="de">Qt-Markup-Language-Datei</comment>
    <comment xml:lang="el">Αρχείο γλώσσας σήμανσης Qt</comment>
    <comment xml:lang="en_GB">Qt Markup Language file</comment>
    <comment xml:lang="es">Archivo de lenguaje de marcas de Qt</comment>
    <comment xml:lang="et">Qt märkekeele fail</comment>
    <comment xml:lang="eu">Qt markatzeko lengoaia fitxategia</comment>
    <comment xml:lang="fi">Qt-merkintäkielitiedosto</comment>
    <comment xml:lang="fr">Fichier de langage à balises Qt</comment>
    <comment xml:lang="ga">Comhad Teanga Mharcála Qt</comment>
    <comment xml:lang="gd">faidhle Qt Markup Language</comment>
    <comment xml:lang="gl">Ficheiro na lingua de etiquetas de Qt</comment>
    <comment xml:lang="hr">Datoteka Qt-ovog označnog jezika</comment>
    <comment xml:lang="hu">Qt Markup Language fájl</comment>
    <comment xml:lang="ia">Le de linguage de marcation de QT</comment>
    <comment xml:lang="is">Qt Markup tungumálsskrá</comment>
    <comment xml:lang="it">File di linguaggio a marcatori di Qt</comment>
    <comment xml:lang="kk">Qt белгілеу тіліндегі файл</comment>
    <comment xml:lang="km">ឯកសារ​ភាសា​សម្គាល់ ​Qt </comment>
    <comment xml:lang="ko">Qt 마크업 언어 파일</comment>
    <comment xml:lang="lt">Qt ženklinimo kalba</comment>
    <comment xml:lang="lv">Qt Markup Language fails</comment>
    <comment xml:lang="mr">क्यूटी मार्कअप भाषा फाईल</comment>
    <comment xml:lang="nb">FIl for Qt oppmerkingsspråk</comment>
    <comment xml:lang="nds">Qt-Schriftsatzspraakdatei</comment>
    <comment xml:lang="nl">Qt Markup Language-bestand</comment>
    <comment xml:lang="nn">Fil for Qt-oppmerkingsspråk</comment>
    <comment xml:lang="pl">Plik języka znaczników dla Qt</comment>
    <comment xml:lang="pt">Ficheiro na Qt Markup Language</comment>
    <comment xml:lang="pt_BR">Arquivo da Qt Markup Language</comment>
    <comment xml:lang="ro">Fișier limbaj de marcare Qt</comment>
    <comment xml:lang="ru">исходный код QML</comment>
    <comment xml:lang="se">Qt Markup Language-fiila</comment>
    <comment xml:lang="sk">Súbor značkovacieho jazyka Qt</comment>
    <comment xml:lang="sl">Datoteka označevalnega jezika Qt (QML)</comment>
    <comment xml:lang="sr">фајл КуТ‑овог обележивачког језика</comment>
    <comment xml:lang="sr@ijekavian">фајл КуТ‑овог обележивачког језика</comment>
    <comment xml:lang="sr@ijekavianlatin">fajl Qt‑ovog obeleživačkog jezika</comment>
    <comment xml:lang="sr@latin">fajl Qt‑ovog obeleživačkog jezika</comment>
    <comment xml:lang="sv">Qt-taggspråkfil</comment>
    <comment xml:lang="tr">Qt İşaretleme Dili dosyası</comment>
    <comment xml:lang="ug">Qt بەلگە تىل ھۆججىتى</comment>
    <comment xml:lang="uk">файл мови розмітки Qt</comment>
    <comment xml:lang="zh_CN">Qt 标记语言文件</comment>
    <comment xml:lang="zh_TW">Qt 標示語言檔</comment>
    <magic priority="80">
      <match type="string" value="import Qt " offset="0:256"/>
    </magic>
    <glob pattern="*.qml"/>
    <glob pattern="*.qmltypes"/>
    <glob pattern="*.qmlproject"/>
  </mime-type>
  <mime-type type="application/x-mobipocket-ebook"> <!-- in fdo s-m-i since 0.91 -->
    <comment>Mobipocket e-book</comment>
    <comment xml:lang="ar">كتاب إلكتروني Mobipocket</comment>
    <comment xml:lang="ast">Llibru electrónicu Mobipocket</comment>
    <comment xml:lang="bs">Mobipocket e-book</comment>
    <comment xml:lang="ca">Llibre electrònic Mobipocket</comment>
    <comment xml:lang="ca@valencia">Llibre electrònic Mobipocket</comment>
    <comment xml:lang="cs"> E-Book Mobipocket</comment>
    <comment xml:lang="da">Mobipocket e-bog</comment>
    <comment xml:lang="de">Mobipocket-e-book</comment>
    <comment xml:lang="el">Ηλ. βιβλίο Mobipocket</comment>
    <comment xml:lang="en_GB">Mobipocket e-book</comment>
    <comment xml:lang="es">Libro electrónico Mobipocket</comment>
    <comment xml:lang="et">Mobipocketi e-raamat</comment>
    <comment xml:lang="eu">Mobipocket liburu elektronikoa (e-book)</comment>
    <comment xml:lang="fi">Mobipocket-e-kirja</comment>
    <comment xml:lang="fr">Livre électronique « Mobipocket »</comment>
    <comment xml:lang="ga">Ríomhleabhar Mobipocket</comment>
    <comment xml:lang="gd">leabhar-d Mobipocket</comment>
    <comment xml:lang="gl">Libro electrónico Mobipocket</comment>
    <comment xml:lang="hr">E-knjiga u Mobipocketu</comment>
    <comment xml:lang="hu">Mobipocket e-book</comment>
    <comment xml:lang="ia">Mobipocket e-book</comment>
    <comment xml:lang="is">Mobipocket rafbók</comment>
    <comment xml:lang="it">Libro elettronico Mobipocket</comment>
    <comment xml:lang="kk">Mobipocket эл.кітабі</comment>
    <comment xml:lang="km">Mobipocket e-book</comment>
    <comment xml:lang="ko">Mobipocket 전자책</comment>
    <comment xml:lang="lt">Mobipocket e-knyga</comment>
    <comment xml:lang="lv">Mobipocket e-grāmata</comment>
    <comment xml:lang="mr">मोबीपॉकेट इ-पुस्तक</comment>
    <comment xml:lang="nb">Mobipocket e-bok</comment>
    <comment xml:lang="nds">E-Book för Mobipocket</comment>
    <comment xml:lang="nl">Mobipocket e-book</comment>
    <comment xml:lang="nn">Mobipocket e-bøk</comment>
    <comment xml:lang="pl">Mobipocket e-book</comment>
    <comment xml:lang="pt">E-Book do Mobipocket</comment>
    <comment xml:lang="pt_BR">E-book do Mobipocket</comment>
    <comment xml:lang="ro">Carte digitală Mobipocket</comment>
    <comment xml:lang="ru">электронная книга Mobipocket</comment>
    <comment xml:lang="se">Mobipocket e-girji</comment>
    <comment xml:lang="sk">Elektronická kniha Mobipocket</comment>
    <comment xml:lang="sl">E-knjiga Mobipocket</comment>
    <comment xml:lang="sr">Мобипокетова е‑књига</comment>
    <comment xml:lang="sr@ijekavian">Мобипокетова е‑књига</comment>
    <comment xml:lang="sr@ijekavianlatin">Mobipocketova e‑knjiga</comment>
    <comment xml:lang="sr@latin">Mobipocketova e‑knjiga</comment>
    <comment xml:lang="sv">Mobipocket e-bok</comment>
    <comment xml:lang="tr">Mobipocket e-kitap</comment>
    <comment xml:lang="ug">Mobipocket ئې-كىتاب</comment>
    <comment xml:lang="uk">електронна книга Mobipocket</comment>
    <comment xml:lang="zh_CN">Mobipocket 电子书</comment>
    <comment xml:lang="zh_TW">Mobipocket e-book</comment>
    <sub-class-of type="application/x-palm-database"/>
    <generic-icon name="x-office-document"/>
    <glob pattern="*.mobi"/>
    <glob pattern="*.prc" />
    <magic priority="30">
      <!-- This also matches AportisDoc, so lower the priority and prefer extension -->
      <match type="string" offset="60" value="TEXtREAd" />
    </magic>
    <magic priority="80">
      <match type="string" offset="60" value="BOOKMOBI" />
    </magic>
  </mime-type>
  <!-- Released since s-m-i 1.3, remove when we can depend on it -->
  <mime-type type="image/webp">
    <comment>WebP image</comment>
    <comment xml:lang="ast">Imaxe WebP</comment>
    <comment xml:lang="ca">Imatge WebP</comment>
    <comment xml:lang="ca@valencia">Imatge WebP</comment>
    <comment xml:lang="cs">Obrázek WebP</comment>
    <comment xml:lang="da">WebP-billede</comment>
    <comment xml:lang="de">WebP-Bild</comment>
    <comment xml:lang="el">Εικόνα WebP</comment>
    <comment xml:lang="en_GB">WebP image</comment>
    <comment xml:lang="es">Imagen WebP</comment>
    <comment xml:lang="fi">WebP-kuva</comment>
    <comment xml:lang="fr">Image WebP</comment>
    <comment xml:lang="gd">dealbh WebP</comment>
    <comment xml:lang="gl">Imaxe WebP</comment>
    <comment xml:lang="hu">WebP-kép</comment>
    <comment xml:lang="ia">Imagine de WebP</comment>
    <comment xml:lang="it">immagine WebP</comment>
    <comment xml:lang="ko">WebP 그림</comment>
    <comment xml:lang="lt">WebP paveikslėlis</comment>
    <comment xml:lang="mr">WebP प्रतिमा</comment>
    <comment xml:lang="nb">WebP-bilde</comment>
    <comment xml:lang="nds">WebP-Bild</comment>
    <comment xml:lang="nl">WebP-image</comment>
    <comment xml:lang="nn">WebP-bilete</comment>
    <comment xml:lang="pa">WebP ਚਿੱਤਰ</comment>
    <comment xml:lang="pl">Obraz WebP</comment>
    <comment xml:lang="pt">Imagem WebP</comment>
    <comment xml:lang="pt_BR">Imagem WebP</comment>
    <comment xml:lang="ro">Imagine WebP</comment>
    <comment xml:lang="ru">изображение WebP</comment>
    <comment xml:lang="sk">WebP obrázok</comment>
    <comment xml:lang="sl">Slika WebP</comment>
    <comment xml:lang="sr">вебП слика</comment>
    <comment xml:lang="sr@ijekavian">вебП слика</comment>
    <comment xml:lang="sr@ijekavianlatin">WebP slika</comment>
    <comment xml:lang="sr@latin">WebP slika</comment>
    <comment xml:lang="sv">WebP-bild</comment>
    <comment xml:lang="tr">WebP resmi</comment>
    <comment xml:lang="uk">зображення WebP</comment>
    <comment xml:lang="zh_CN">WebP 图像</comment>
    <comment xml:lang="zh_TW">WebP 影像</comment>
    <magic priority="50">
      <match type="string" value="RIFF" offset="0">
        <match type="string" value="WEBP" offset="8"/>
      </match>
    </magic>
    <glob pattern="*.webp"/>
  </mime-type>
</mime-info>