Files @ f53128c45181
Branch filter:

Location: kallithea/kallithea/i18n/nl_BE/LC_MESSAGES/kallithea.po

f53128c45181 57.6 KiB application/x-gettext Show Annotation Show as Raw Download as Raw
Thomas De Schampheleire
i18n: align headers in kallithea.po files

Align the comment headers in all kallithea.po translation files:
- remove the description of the file: for new translations added via
Weblate, this is not updated and it'd contain 'Translations template for
Kallithea'. The name of the language is already present later in the file
in the metadata block.
- remove 'Automatically generated' lines present in some files
- add an empty line below the header block
   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
# Copyright (C) 2014 Various authors, licensing as GPLv3
# This file is distributed under the same license as the Kallithea project.

msgid ""
msgstr ""
"Project-Id-Version: Kallithea 0.3\n"
"Report-Msgid-Bugs-To: translations@kallithea-scm.org\n"
"POT-Creation-Date: 2019-05-04 21:13+0200\n"
"PO-Revision-Date: 2017-06-18 16:22+0000\n"
"Last-Translator: Thomas De Schampheleire <patrickdepinguin@gmail.com>\n"
"Language-Team: Dutch (Belgium) <https://hosted.weblate.org/projects/"
"kallithea/kallithea/nl_BE/>\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.15-dev\n"

msgid "There are no changesets yet"
msgstr "Er zijn nog geen changesets"

msgid "None"
msgstr "Geen"

msgid "(closed)"
msgstr "(gesloten)"

msgid "Show whitespace"
msgstr "Toon witruimtes"

msgid "Ignore whitespace"
msgstr "Negeer witruimtes"

msgid "Increase diff context to %(num)s lines"
msgstr "Vergroot de diff context tot %(num)s lijnen"

msgid "No permission to change status"
msgstr "Selecteer de changeset"

msgid "Successfully deleted pull request %s"
msgstr ""

msgid "Such revision does not exist for this repository"
msgstr "Deze revisie bestaat niet in deze repository"

msgid "Could not find other repository %s"
msgstr ""

msgid "Cannot compare repositories of different types"
msgstr ""
"Kan geen repositories vergelijken zonder een gemeenschappelijke voorouder "
"te gebruiken"

msgid "Cannot show empty diff"
msgstr ""

msgid "No ancestor found for merge diff"
msgstr ""

msgid "Multiple merge ancestors found for merge compare"
msgstr ""

msgid "Cannot compare repositories without using common ancestor"
msgstr ""
"Kan geen repositories vergelijken zonder een gemeenschappelijke voorouder "
"te gebruiken"

msgid "No response"
msgstr "Geen antwoord"

msgid "Unknown error"
msgstr "Ongekende fout"

msgid ""
"The request could not be understood by the server due to malformed syntax."
msgstr ""
"De aanvraag kon niet door de server begrepen worden wegens incorrecte "
"syntax."

msgid "Unauthorized access to resource"
msgstr "Ongeautoriseerde toegang tot resource"

msgid "You don't have permission to view this page"
msgstr "U hebt geen permissie om deze pagina te bekijken"

msgid "The resource could not be found"
msgstr "De resource kon niet gevonden worden"

msgid ""
"The server encountered an unexpected condition which prevented it from "
"fulfilling the request."
msgstr ""
"De server kon de aanvraag niet voldoen wegens een onverwachte toestand."

msgid "%s committed on %s"
msgstr "%s committeerde op %s"

msgid "Changeset was too big and was cut off..."
msgstr "De changeset was te groot en werd afgekort..."

msgid "%s %s feed"
msgstr "%s %s feed"

msgid "Changes on %s repository"
msgstr "Veranderingen in repository %s"

msgid "Click here to add new file"
msgstr "Klik hier om een nieuw bestand toe te voegen"

msgid "There are no files yet."
msgstr "Er zijn nog geen bestanden. %s"

msgid "%s at %s"
msgstr "%s op %s"

msgid "This repository has been locked by %s on %s"
msgstr "Deze repository is gelocket door %s op %s"

msgid "You can only delete files with revision being a valid branch"
msgstr ""
"Men kan enkel bestanden verwijderen als de revisie een geldige branch is"

msgid "Deleted file %s via Kallithea"
msgstr "Bestand %s verwijderd via Kallithea"

msgid "Successfully deleted file %s"
msgstr "Bestand %s succesvol verwijderd"

msgid "Error occurred during commit"
msgstr "Er trad een fout op tijdens het committeren"

msgid "You can only edit files with revision being a valid branch"
msgstr ""
"Men kan enkel bestanden wijzigen als de revisie een geldige branch is"

msgid "Edited file %s via Kallithea"
msgstr "Bestand %s gewijzigd via Kallithea"

msgid "No changes"
msgstr "Geen wijzigingen"

msgid "Successfully committed to %s"
msgstr "Succesvol gecommitteerd naar %s"

msgid "Added file via Kallithea"
msgstr "Bestand toegevoegd via Kallithea"

msgid "No content"
msgstr "Geen inhoud"

msgid "No filename"
msgstr "Geen bestandsnaam"

msgid "Location must be relative path and must not contain .. in path"
msgstr "De locatie moet een relatief pad zijn en mag geen .. bevatten"

msgid "Downloads disabled"
msgstr "Downloads uitgeschakeld"

msgid "Unknown revision %s"
msgstr "Ongekende revisie %s"

msgid "Empty repository"
msgstr "Lege repository"

msgid "Unknown archive type"
msgstr "Ongekende archieftype"

msgid "Changesets"
msgstr "Changesets"

msgid "Branches"
msgstr "Branches"

msgid "Tags"
msgstr "Tags"

msgid "An error occurred during repository forking %s"
msgstr "Er is een fout opgetreden tijdens het forken van de repository %s"

msgid "Groups"
msgstr "Groepen"

msgid "Repositories"
msgstr "Repositories"

msgid "Branch"
msgstr "Branch"

msgid "Closed Branches"
msgstr "Gesloten branches"

msgid "Tag"
msgstr "Tag"

msgid "Bookmark"
msgstr "Bladwijzer"

msgid "Public Journal"
msgstr "Publiek logboek"

msgid "Journal"
msgstr "Logboek"

msgid "Bad captcha"
msgstr "Incorrecte captcha"

msgid "You have successfully registered with %s"
msgstr "U bent succesvol geregistreerd bij %s"

msgid "A password reset confirmation code has been sent"
msgstr "Een paswoordherstel bevestigingscode is verzonden"

msgid "Invalid password reset token"
msgstr "Ongeldig paswoordherstel token"

msgid "Successfully updated password"
msgstr "Paswoord succesvol aangepast"

msgid "Invalid reviewer \"%s\" specified"
msgstr ""

msgid "%s (closed)"
msgstr ""

msgid "Changeset"
msgstr "Changeset"

msgid "Special"
msgstr "Bijzonder"

msgid "Peer branches"
msgstr ""

msgid "Bookmarks"
msgstr ""

msgid "Error creating pull request: %s"
msgstr ""

msgid "Error occurred while creating pull request"
msgstr ""

msgid "Successfully opened new pull request"
msgstr ""

msgid "New pull request iteration created"
msgstr ""

msgid "Meanwhile, the following reviewers have been added: %s"
msgstr ""

msgid "Meanwhile, the following reviewers have been removed: %s"
msgstr ""

msgid "No description"
msgstr ""

msgid "Pull request updated"
msgstr ""

msgid "Successfully deleted pull request"
msgstr ""

msgid "Revision %s not found in %s"
msgstr ""

msgid "Error: changesets not found when displaying pull request from %s."
msgstr ""

msgid "This pull request has already been merged to %s."
msgstr ""

msgid "This pull request has been closed and can not be updated."
msgstr ""

msgid "The following additional changes are available on %s:"
msgstr ""

msgid "No additional changesets found for iterating on this pull request."
msgstr ""

msgid "Note: Branch %s has another head: %s."
msgstr ""

msgid "Git pull requests don't support iterating yet."
msgstr ""

msgid ""
"Error: some changesets not found when displaying pull request from %s."
msgstr ""

msgid "The diff can't be shown - the PR revisions could not be found."
msgstr ""

msgid "Invalid search query. Try quoting it."
msgstr ""

msgid "The server has no search index."
msgstr ""

msgid "An error occurred during search operation."
msgstr ""

msgid "No data ready yet"
msgstr ""

msgid "Statistics are disabled for this repository"
msgstr ""

msgid "Auth settings updated successfully"
msgstr ""

msgid "error occurred during update of auth settings"
msgstr ""

msgid "Default settings updated successfully"
msgstr ""

msgid "Error occurred during update of defaults"
msgstr ""

msgid "Forever"
msgstr ""

msgid "5 minutes"
msgstr ""

msgid "1 hour"
msgstr ""

msgid "1 day"
msgstr ""

msgid "1 month"
msgstr ""

msgid "Lifetime"
msgstr ""

msgid "Error occurred during gist creation"
msgstr ""

msgid "Deleted gist %s"
msgstr ""

msgid "Unmodified"
msgstr ""

msgid "Successfully updated gist content"
msgstr ""

msgid "Successfully updated gist data"
msgstr ""

msgid "Error occurred during update of gist %s"
msgstr ""

msgid "You can't edit this user since it's crucial for entire application"
msgstr ""

msgid "Your account was updated successfully"
msgstr ""

msgid "Error occurred during update of user %s"
msgstr ""

msgid "Error occurred during update of user password"
msgstr ""

msgid "Added email %s to user"
msgstr ""

msgid "An error occurred during email saving"
msgstr ""

msgid "Removed email from user"
msgstr ""

msgid "API key successfully created"
msgstr ""

msgid "API key successfully reset"
msgstr ""

msgid "API key successfully deleted"
msgstr ""

msgid "Read"
msgstr ""

msgid "Write"
msgstr ""

msgid "Admin"
msgstr ""

msgid "Disabled"
msgstr ""

msgid "Allowed with manual account activation"
msgstr ""

msgid "Allowed with automatic account activation"
msgstr ""

msgid "Manual activation of external account"
msgstr ""

msgid "Automatic activation of external account"
msgstr ""

msgid "Enabled"
msgstr ""

msgid "Global permissions updated successfully"
msgstr ""

msgid "Error occurred during update of permissions"
msgstr ""

msgid "Error occurred during creation of repository group %s"
msgstr ""

msgid "Created repository group %s"
msgstr ""

msgid "Updated repository group %s"
msgstr ""

msgid "Error occurred during update of repository group %s"
msgstr ""

msgid "This group contains %s repositories and cannot be deleted"
msgstr ""

msgid "This group contains %s subgroups and cannot be deleted"
msgstr ""

msgid "Removed repository group %s"
msgstr ""

msgid "Error occurred during deletion of repository group %s"
msgstr ""

msgid "Cannot revoke permission for yourself as admin"
msgstr ""

msgid "Repository group permissions updated"
msgstr ""

msgid "An error occurred during revoking of permission"
msgstr ""

msgid "Error creating repository %s"
msgstr ""

msgid "Created repository %s from %s"
msgstr ""

msgid "Forked repository %s as %s"
msgstr ""

msgid "Created repository %s"
msgstr ""

msgid "Repository %s updated successfully"
msgstr ""

msgid "Error occurred during update of repository %s"
msgstr ""

msgid "Detached %s forks"
msgstr ""

msgid "Deleted %s forks"
msgstr ""

msgid "Deleted repository %s"
msgstr ""

msgid "Cannot delete repository %s which still has forks"
msgstr ""

msgid "An error occurred during deletion of %s"
msgstr ""

msgid "Repository permissions updated"
msgstr ""

msgid "Field validation error: %s"
msgstr ""

msgid "An error occurred during creation of field: %r"
msgstr "Er is een fout opgetreden tijdens het forken van de repository %s"

msgid "An error occurred during removal of field"
msgstr ""

msgid "-- Not a fork --"
msgstr ""

msgid "Updated repository visibility in public journal"
msgstr ""

msgid "An error occurred during setting this repository in public journal"
msgstr ""

msgid "Nothing"
msgstr ""

msgid "Marked repository %s as fork of %s"
msgstr ""

msgid "An error occurred during this operation"
msgstr ""

msgid "Repository has been locked"
msgstr ""

msgid "Repository has been unlocked"
msgstr ""

msgid "An error occurred during unlocking"
msgstr ""

msgid "Cache invalidation successful"
msgstr ""

msgid "An error occurred during cache invalidation"
msgstr ""

msgid "Pulled from remote location"
msgstr ""

msgid "An error occurred during pull from remote location"
msgstr ""

msgid "An error occurred during deletion of repository stats"
msgstr ""

msgid "Updated VCS settings"
msgstr ""

msgid ""
"Unable to activate hgsubversion support. The \"hgsubversion\" library is "
"missing"
msgstr ""

msgid "Error occurred while updating application settings"
msgstr ""

msgid "Repositories successfully rescanned. Added: %s. Removed: %s."
msgstr ""

msgid "Invalidated %s repositories"
msgstr ""

msgid "Updated application settings"
msgstr ""

msgid "Updated visualisation settings"
msgstr ""

msgid "Error occurred during updating visualisation settings"
msgstr ""

msgid "Please enter email address"
msgstr ""

msgid "Send email task created"
msgstr ""

msgid "Hook already exists"
msgstr ""

msgid "Builtin hooks are read-only. Please use another hook name."
msgstr ""

msgid "Added new hook"
msgstr ""

msgid "Updated hooks"
msgstr ""

msgid "Error occurred during hook creation"
msgstr ""

msgid "Whoosh reindex task scheduled"
msgstr ""

msgid "Created user group %s"
msgstr ""

msgid "Error occurred during creation of user group %s"
msgstr ""

msgid "Updated user group %s"
msgstr ""

msgid "Error occurred during update of user group %s"
msgstr ""

msgid "Successfully deleted user group"
msgstr ""

msgid "An error occurred during deletion of user group"
msgstr ""

msgid "Target group cannot be the same"
msgstr ""

msgid "User group permissions updated"
msgstr ""

msgid "Updated permissions"
msgstr ""

msgid "An error occurred during permissions saving"
msgstr ""

msgid "Created user %s"
msgstr ""

msgid "Error occurred during creation of user %s"
msgstr ""

msgid "User updated successfully"
msgstr ""

msgid "Successfully deleted user"
msgstr ""

msgid "An error occurred during deletion of user"
msgstr ""

msgid "The default user cannot be edited"
msgstr ""

msgid "Added IP address %s to user whitelist"
msgstr ""

msgid "An error occurred while adding IP address"
msgstr ""

msgid "Removed IP address from user whitelist"
msgstr ""

msgid "You need to be a registered user to perform this action"
msgstr ""

msgid "You need to be signed in to view this page"
msgstr ""

msgid "Invalid API key"
msgstr ""

msgid ""
"CSRF token leak has been detected - all form tokens have been expired"
msgstr ""

msgid "Repository not found in the filesystem"
msgstr ""

msgid "Changeset for %s %s not found in %s"
msgstr ""

msgid "Binary file"
msgstr ""

msgid ""
"Changeset was too big and was cut off, use diff menu to display this diff"
msgstr ""

msgid "No changes detected"
msgstr ""

msgid "Deleted branch: %s"
msgstr ""

msgid "Created tag: %s"
msgstr ""

msgid "Changeset %s not found"
msgstr "Selecteer de changeset"

msgid "Show all combined changesets %s->%s"
msgstr ""

msgid "Compare view"
msgstr ""

msgid "and"
msgstr ""

msgid "%s more"
msgstr ""

msgid "revisions"
msgstr ""

msgid "Fork name %s"
msgstr ""

msgid "Pull request %s"
msgstr ""

msgid "[deleted] repository"
msgstr ""

msgid "[created] repository"
msgstr ""

msgid "[created] repository as fork"
msgstr ""

msgid "[forked] repository"
msgstr ""

msgid "[updated] repository"
msgstr ""

msgid "[downloaded] archive from repository"
msgstr ""

msgid "[delete] repository"
msgstr ""

msgid "[created] user"
msgstr ""

msgid "[updated] user"
msgstr ""

msgid "[created] user group"
msgstr ""

msgid "[updated] user group"
msgstr ""

msgid "[commented] on revision in repository"
msgstr ""

msgid "[commented] on pull request for"
msgstr ""

msgid "[closed] pull request for"
msgstr ""

msgid "[pushed] into"
msgstr ""

msgid "[committed via Kallithea] into repository"
msgstr ""

msgid "[pulled from remote] into repository"
msgstr ""

msgid "[pulled] from"
msgstr ""

msgid "[started following] repository"
msgstr ""

msgid "[stopped following] repository"
msgstr ""

msgid " and %s more"
msgstr ""

msgid "No files"
msgstr ""

msgid "new file"
msgstr ""

msgid "mod"
msgstr ""

msgid "del"
msgstr ""

msgid "rename"
msgstr ""

msgid "chmod"
msgstr ""

msgid ""
"%s repository is not mapped to db perhaps it was created or renamed from "
"the filesystem please run the application again in order to rescan "
"repositories"
msgstr ""

msgid "%d year"
msgid_plural "%d years"
msgstr[0] ""
msgstr[1] ""

msgid "%d month"
msgid_plural "%d months"
msgstr[0] ""
msgstr[1] ""

msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""

msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] ""
msgstr[1] ""

msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""

msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
msgstr[1] ""

msgid "in %s"
msgstr ""

msgid "%s ago"
msgstr ""

msgid "in %s and %s"
msgstr ""

msgid "%s and %s ago"
msgstr ""

msgid "just now"
msgstr ""

msgid "on line %s"
msgstr ""

msgid "[Mention]"
msgstr ""

msgid "top level"
msgstr ""

msgid "Kallithea Administrator"
msgstr ""

msgid "Default user has no access to new repositories"
msgstr ""

msgid "Default user has read access to new repositories"
msgstr ""

msgid "Default user has write access to new repositories"
msgstr ""

msgid "Default user has admin access to new repositories"
msgstr ""

msgid "Default user has no access to new repository groups"
msgstr ""

msgid "Default user has read access to new repository groups"
msgstr ""

msgid "Default user has write access to new repository groups"
msgstr ""

msgid "Default user has admin access to new repository groups"
msgstr ""

msgid "Default user has no access to new user groups"
msgstr ""

msgid "Default user has read access to new user groups"
msgstr ""

msgid "Default user has write access to new user groups"
msgstr ""

msgid "Default user has admin access to new user groups"
msgstr ""

msgid "Only admins can create repository groups"
msgstr ""

msgid "Non-admins can create repository groups"
msgstr ""

msgid "Only admins can create user groups"
msgstr ""

msgid "Non-admins can create user groups"
msgstr ""

msgid "Only admins can create top level repositories"
msgstr ""

msgid "Non-admins can create top level repositories"
msgstr ""

msgid ""
"Repository creation enabled with write permission to a repository group"
msgstr ""

msgid ""
"Repository creation disabled with write permission to a repository group"
msgstr ""

msgid "Only admins can fork repositories"
msgstr ""

msgid "Non-admins can fork repositories"
msgstr ""

msgid "Registration disabled"
msgstr ""

msgid "User registration with manual account activation"
msgstr ""

msgid "User registration with automatic account activation"
msgstr ""

msgid "Not reviewed"
msgstr ""

msgid "Under review"
msgstr ""

msgid "Not approved"
msgstr ""

msgid "Approved"
msgstr ""

msgid "Please enter a login"
msgstr ""

msgid "Enter a value %(min)i characters long or more"
msgstr ""

msgid "Please enter a password"
msgstr ""

msgid "Enter %(min)i characters or more"
msgstr ""

msgid "Name must not contain only digits"
msgstr ""

msgid ""
"[Comment] %(repo_name)s changeset %(short_id)s \"%(message_short)s\" on "
"%(branch)s"
msgstr ""

msgid "New user %(new_username)s registered"
msgstr ""

msgid ""
"[Review] %(repo_name)s PR %(pr_nice_id)s \"%(pr_title_short)s\" from "
"%(pr_source_branch)s by %(pr_owner_username)s"
msgstr ""

msgid ""
"[Comment] %(repo_name)s PR %(pr_nice_id)s \"%(pr_title_short)s\" from "
"%(pr_source_branch)s by %(pr_owner_username)s"
msgstr ""

msgid "Closing"
msgstr ""

msgid ""
"%(user)s wants you to review pull request %(pr_nice_id)s: %(pr_title)s"
msgstr ""

msgid "Cannot create empty pull request"
msgstr ""

msgid ""
"Cannot create pull request - criss cross merge detected, please merge a "
"later %s revision to %s"
msgstr ""

msgid "You are not authorized to create the pull request"
msgstr ""

msgid "Missing changesets since the previous iteration:"
msgstr ""

msgid "New changesets on %s %s since the previous iteration:"
msgstr ""

msgid "Ancestor didn't change - diff since previous iteration:"
msgstr ""

msgid ""
"This iteration is based on another %s revision and there is no simple "
"diff."
msgstr ""

msgid "No changes found on %s %s since previous iteration."
msgstr ""

msgid "Closed, next iteration: %s ."
msgstr ""

msgid "latest tip"
msgstr ""

msgid "New user registration"
msgstr ""

msgid ""
"You can't remove this user since it is crucial for the entire application"
msgstr ""

msgid ""
"User \"%s\" still owns %s repositories and cannot be removed. Switch "
"owners or remove those repositories: %s"
msgstr ""

msgid ""
"User \"%s\" still owns %s repository groups and cannot be removed. Switch "
"owners or remove those repository groups: %s"
msgstr ""

msgid ""
"User \"%s\" still owns %s user groups and cannot be removed. Switch "
"owners or remove those user groups: %s"
msgstr ""

msgid "Password reset link"
msgstr ""

msgid "Password reset notification"
msgstr ""

msgid ""
"The password to your account %s has been changed using password reset "
"form."
msgstr ""

msgid "Value cannot be an empty list"
msgstr ""

msgid "Username \"%(username)s\" already exists"
msgstr ""

msgid "Username \"%(username)s\" cannot be used"
msgstr ""

msgid ""
"Username may only contain alphanumeric characters underscores, periods or "
"dashes and must begin with an alphanumeric character or underscore"
msgstr ""

msgid "The input is not valid"
msgstr ""

msgid "Username %(username)s is not valid"
msgstr ""

msgid "Invalid user group name"
msgstr ""

msgid "User group \"%(usergroup)s\" already exists"
msgstr ""

msgid ""
"user group name may only contain alphanumeric characters underscores, "
"periods or dashes and must begin with alphanumeric character"
msgstr ""

msgid "Cannot assign this group as parent"
msgstr ""

msgid "Group \"%(group_name)s\" already exists"
msgstr ""

msgid "Repository with name \"%(group_name)s\" already exists"
msgstr ""

msgid "Invalid characters (non-ascii) in password"
msgstr ""

msgid "Invalid old password"
msgstr ""

msgid "Passwords do not match"
msgstr ""

msgid "Invalid username or password"
msgstr ""

msgid "Token mismatch"
msgstr ""

msgid "Repository name %(repo)s is not allowed"
msgstr ""

msgid "Repository named %(repo)s already exists"
msgstr ""

msgid "Repository \"%(repo)s\" already exists in group \"%(group)s\""
msgstr ""

msgid "Repository group with name \"%(repo)s\" already exists"
msgstr ""

msgid "Invalid repository URL"
msgstr ""

msgid ""
"Invalid repository URL. It must be a valid http, https, ssh, svn+http or "
"svn+https URL"
msgstr ""

msgid "Fork has to be the same type as parent"
msgstr ""

msgid "You don't have permissions to create repository in this group"
msgstr ""

msgid "no permission to create repository in root location"
msgstr ""

msgid "You don't have permissions to create a group in this location"
msgstr ""

msgid "This username or user group name is not valid"
msgstr ""

msgid "This is not a valid path"
msgstr ""

msgid "This email address is already in use"
msgstr ""

msgid "Email address \"%(email)s\" not found"
msgstr ""

msgid ""
"The LDAP Login attribute of the CN must be specified - this is the name "
"of the attribute that is equivalent to \"username\""
msgstr ""

msgid "Please enter a valid IPv4 or IPv6 address"
msgstr ""

msgid ""
"The network size (bits) must be within the range of 0-32 (not %(bits)r)"
msgstr ""

msgid "Key name can only consist of letters, underscore, dash or numbers"
msgstr ""

msgid "Filename cannot be inside a directory"
msgstr ""

msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
msgstr ""

msgid "About"
msgstr ""

msgid "Add Repository"
msgstr ""

msgid "Add Repository Group"
msgstr ""

msgid "You have admin right to this group, and can edit it"
msgstr ""

msgid "Edit Repository Group"
msgstr ""

msgid "Repository"
msgstr ""

msgid "Description"
msgstr ""

msgid "Last Change"
msgstr ""

msgid "Tip"
msgstr ""

msgid "Owner"
msgstr ""

msgid "Log In"
msgstr ""

msgid "Log In to %s"
msgstr ""

msgid "Username"
msgstr ""

msgid "Password"
msgstr ""

msgid "Stay logged in after browser restart"
msgstr ""

msgid "Forgot your password ?"
msgstr ""

msgid "Don't have an account ?"
msgstr ""

msgid "Sign In"
msgstr ""

msgid "Password Reset"
msgstr ""

msgid "Reset Your Password to %s"
msgstr ""

msgid "Reset Your Password"
msgstr ""

msgid "Email Address"
msgstr ""

msgid "Captcha"
msgstr ""

msgid "Send Password Reset Email"
msgstr ""

msgid ""
"A password reset link will be sent to the specified email address if it "
"is registered in the system."
msgstr ""

msgid "You are about to set a new password for the email address %s."
msgstr ""

msgid ""
"Note that you must use the same browser session for this as the one used "
"to request the password reset."
msgstr ""

msgid "Code you received in the email"
msgstr ""

msgid "New Password"
msgstr ""

msgid "Confirm New Password"
msgstr ""

msgid "Confirm"
msgstr ""

msgid "Sign Up"
msgstr ""

msgid "Sign Up to %s"
msgstr ""

msgid "Re-enter password"
msgstr ""

msgid "First Name"
msgstr ""

msgid "Last Name"
msgstr ""

msgid "Email"
msgstr ""

msgid "Registered accounts are ready to use and need no further action."
msgstr ""

msgid "Please wait for an administrator to activate your account."
msgstr ""

msgid "Admin Journal"
msgstr ""

msgid "journal filter..."
msgstr ""

msgid "Filter"
msgstr ""

msgid "%s Entry"
msgid_plural "%s Entries"
msgstr[0] ""
msgstr[1] ""

msgid "Action"
msgstr ""

msgid "Date"
msgstr ""

msgid "From IP"
msgstr ""

msgid "No actions yet"
msgstr ""

msgid "Authentication Settings"
msgstr ""

msgid "Authentication"
msgstr ""

msgid "Authentication Plugins"
msgstr ""

msgid "Enabled Plugins"
msgstr ""

msgid ""
"Comma-separated list of plugins; Kallithea will try user authentication "
"in plugin order"
msgstr ""

msgid "Available built-in plugins"
msgstr ""

msgid "Plugin"
msgstr ""

msgid "Save"
msgstr ""

msgid "Repository Defaults"
msgstr ""

msgid "Type"
msgstr ""

msgid "Private repository"
msgstr ""

msgid ""
"Private repositories are only visible to people explicitly added as "
"collaborators."
msgstr ""

msgid "Enable statistics"
msgstr ""

msgid "Enable statistics window on summary page."
msgstr ""

msgid "Enable downloads"
msgstr ""

msgid "Enable download menu on summary page."
msgstr ""

msgid "Enable locking"
msgstr ""

msgid "Enable lock-by-pulling on repository."
msgstr ""

msgid "Edit Gist"
msgstr ""

msgid ""
"Gist was updated since you started editing. Copy your changes and click "
"%(here)s to reload new version."
msgstr ""

msgid "here"
msgstr ""

msgid "Gist description ..."
msgstr ""

msgid "Gist lifetime"
msgstr ""

msgid "Expires"
msgstr ""

msgid "Never"
msgstr ""

msgid "Update Gist"
msgstr ""

msgid "Cancel"
msgstr ""

msgid "Private Gists for User %s"
msgstr ""

msgid "Public Gists for User %s"
msgstr ""

msgid "Public Gists"
msgstr ""

msgid "Create New Gist"
msgstr ""

msgid "Created"
msgstr ""

msgid "There are no gists yet"
msgstr ""

msgid "New Gist"
msgstr ""

msgid "Name this gist ..."
msgstr ""

msgid "Create Private Gist"
msgstr ""

msgid "Create Public Gist"
msgstr ""

msgid "Reset"
msgstr ""

msgid "Gist"
msgstr ""

msgid "URL"
msgstr ""

msgid "Public Gist"
msgstr ""

msgid "Private Gist"
msgstr ""

msgid "Delete"
msgstr ""

msgid "Confirm to delete this Gist"
msgstr ""

msgid "Edit"
msgstr ""

msgid "Show as Raw"
msgstr ""

msgid "created"
msgstr ""

msgid "Show as raw"
msgstr ""

msgid "My Account"
msgstr ""

msgid "Profile"
msgstr ""

msgid "Email Addresses"
msgstr ""

msgid "API Keys"
msgstr ""

msgid "Owned Repositories"
msgstr ""

msgid "Watched Repositories"
msgstr ""

msgid "Show Permissions"
msgstr ""

msgid "Built-in"
msgstr ""

msgid "Confirm to reset this API key: %s"
msgstr ""

msgid "Expired"
msgstr ""

msgid "Confirm to remove this API key: %s"
msgstr ""

msgid "Remove"
msgstr ""

msgid "No additional API keys specified"
msgstr ""

msgid "New API key"
msgstr ""

msgid "Add"
msgstr ""

msgid ""
"\n"
"API keys are used to let scripts or services access %s using your\n"
"account, as if you had provided the script or service with your actual\n"
"password.\n"
msgstr ""

msgid ""
"\n"
"Like passwords, API keys should therefore never be shared with others,\n"
"nor passed to untrusted scripts or services. If such sharing should\n"
"happen anyway, reset the API key on this page to prevent further use.\n"
msgstr ""

msgid "Primary"
msgstr ""

msgid "Confirm to delete this email: %s"
msgstr ""

msgid "No additional emails specified."
msgstr ""

msgid "New email address"
msgstr ""

msgid "Change Your Account Password"
msgstr ""

msgid "Current password"
msgstr ""

msgid "New password"
msgstr ""

msgid "Confirm new password"
msgstr ""

msgid ""
"This account is managed with %s and the password cannot be changed here"
msgstr ""

msgid "Current IP"
msgstr ""

msgid "Gravatar"
msgstr ""

msgid "Change %s avatar at"
msgstr ""

msgid "Avatars are disabled"
msgstr ""

msgid "Repositories You Own"
msgstr ""

msgid "Name"
msgstr ""

msgid "Repositories You are Watching"
msgstr ""

msgid "Default Permissions"
msgstr ""

msgid "Global"
msgstr ""

msgid "IP Whitelist"
msgstr ""

msgid "Anonymous access"
msgstr ""

msgid "Allow anonymous access"
msgstr ""

msgid ""
"Allow access to Kallithea without needing to log in. Anonymous users use "
"%s user permissions."
msgstr ""

msgid ""
"All default permissions on each repository will be reset to chosen "
"permission, note that all custom default permission on repositories will "
"be lost"
msgstr ""

msgid "Apply to all existing repositories"
msgstr ""

msgid "Permissions for the Default user on new repositories."
msgstr ""

msgid "Repository group"
msgstr ""

msgid ""
"All default permissions on each repository group will be reset to chosen "
"permission, note that all custom default permission on repository groups "
"will be lost"
msgstr ""

msgid "Apply to all existing repository groups"
msgstr ""

msgid "Permissions for the Default user on new repository groups."
msgstr ""

msgid "User group"
msgstr ""

msgid ""
"All default permissions on each user group will be reset to chosen "
"permission, note that all custom default permission on user groups will "
"be lost"
msgstr ""

msgid "Apply to all existing user groups"
msgstr ""

msgid "Permissions for the Default user on new user groups."
msgstr ""

msgid "Top level repository creation"
msgstr ""

msgid ""
"Enable this to allow non-admins to create repositories at the top level."
msgstr ""

msgid ""
"Note: This will also give all users API access to create repositories "
"everywhere. That might change in future versions."
msgstr ""

msgid "Repository creation with group write access"
msgstr ""

msgid ""
"With this, write permission to a repository group allows creating "
"repositories inside that group. Without this, group write permissions "
"mean nothing."
msgstr ""

msgid "User group creation"
msgstr ""

msgid "Enable this to allow non-admins to create user groups."
msgstr ""

msgid "Repository forking"
msgstr ""

msgid "Enable this to allow non-admins to fork repositories."
msgstr ""

msgid "Registration"
msgstr ""

msgid "External auth account activation"
msgstr ""

msgid "Confirm to delete this IP address: %s"
msgstr ""

msgid "All IP addresses are allowed."
msgstr ""

msgid "New IP address"
msgstr ""

msgid "Repository Groups"
msgstr ""

msgid "Group name"
msgstr ""

msgid "Group parent"
msgstr ""

msgid "Copy parent group permissions"
msgstr ""

msgid "Copy permission set from parent repository group."
msgstr ""

msgid "%s Repository Group Settings"
msgstr ""

msgid "Add Child Group"
msgstr ""

msgid "Settings"
msgstr ""

msgid "Advanced"
msgstr ""

msgid "Permissions"
msgstr ""

msgid "Repository Group: %s"
msgstr ""

msgid "Top level repositories"
msgstr ""

msgid "Total repositories"
msgstr ""

msgid "Children groups"
msgstr ""

msgid "Created on"
msgstr ""

msgid "Confirm to delete this group: %s with %s repository"
msgid_plural "Confirm to delete this group: %s with %s repositories"
msgstr[0] ""
msgstr[1] ""

msgid "Delete this repository group"
msgstr ""

msgid "Not visible"
msgstr ""

msgid "Visible"
msgstr ""

msgid "Add repos"
msgstr "Geen antwoord"

msgid "Add/Edit groups"
msgstr ""

msgid "User/User Group"
msgstr ""

msgid "Default"
msgstr ""

msgid "Revoke"
msgstr ""

msgid "Add new"
msgstr ""

msgid "Apply to children"
msgstr ""

msgid "Both"
msgstr ""

msgid ""
"Set or revoke permission to all children of that group, including non-"
"private repositories and other groups if selected."
msgstr ""

msgid ""
"Enable lock-by-pulling on group. This option will be applied to all other "
"groups and repositories inside"
msgstr ""

msgid "Remove this group"
msgstr ""

msgid "Confirm to delete this group"
msgstr ""

msgid "Repository group %s"
msgstr ""

msgid "Repository Groups Administration"
msgstr ""

msgid "Number of Top-level Repositories"
msgstr ""

msgid "Clone remote repository"
msgstr ""

msgid ""
"Optional: URL of a remote repository. If set, the repository will be "
"created as a clone from this URL."
msgstr ""

msgid ""
"Keep it short and to the point. Use a README file for longer descriptions."
msgstr ""

msgid "Optionally select a group to put this repository into."
msgstr ""

msgid "Type of repository to create."
msgstr ""

msgid "Landing revision"
msgstr ""

msgid ""
"Default revision for files page, downloads, full text search index and "
"readme generation"
msgstr ""

msgid "%s Creating Repository"
msgstr ""

msgid "Creating repository"
msgstr ""

msgid ""
"Repository \"%(repo_name)s\" is being created, you will be redirected "
"when this process is finished.repo_name"
msgstr ""

msgid ""
"We're sorry but error occurred during this operation. Please check your "
"Kallithea server logs, or contact administrator."
msgstr ""

msgid "%s Repository Settings"
msgstr ""

msgid "Extra Fields"
msgstr ""

msgid "Caches"
msgstr ""

msgid "Remote"
msgstr ""

msgid "Statistics"
msgstr ""

msgid "Parent"
msgstr ""

msgid "Set"
msgstr ""

msgid "Manually set this repository as a fork of another from the list."
msgstr ""

msgid "Public Journal Visibility"
msgstr ""

msgid "Remove from public journal"
msgstr ""

msgid "Add to Public Journal"
msgstr ""

msgid ""
"All actions done in this repository will be visible to everyone in the "
"public journal."
msgstr ""

msgid "Change Locking"
msgstr ""

msgid "Confirm to unlock repository."
msgstr ""

msgid "Unlock Repository"
msgstr ""

msgid "Locked by %s on %s"
msgstr ""

msgid "Confirm to lock repository."
msgstr ""

msgid "Lock Repository"
msgstr ""

msgid "Repository is not locked"
msgstr ""

msgid ""
"Force locking on the repository. Works only when anonymous access is "
"disabled. Triggering a pull locks the repository.  The user who is "
"pulling locks the repository; only the user who pulled and locked it can "
"unlock it by doing a push."
msgstr ""

msgid "Confirm to delete this repository: %s"
msgstr ""

msgid "Delete this Repository"
msgstr ""

msgid "This repository has %s fork"
msgid_plural "This repository has %s forks"
msgstr[0] ""
msgstr[1] ""

msgid "Detach forks"
msgstr ""

msgid "Delete forks"
msgstr ""

msgid ""
"The deleted repository will be moved away and hidden until the "
"administrator expires it. The administrator can both permanently delete "
"it or restore it."
msgstr ""

msgid "Invalidate Repository Cache"
msgstr ""

msgid ""
"Manually invalidate cache for this repository. On first access, the "
"repository will be cached again."
msgstr ""

msgid "List of Cached Values"
msgstr ""

msgid "Prefix"
msgstr ""

msgid "Key"
msgstr ""

msgid "Active"
msgstr ""

msgid "Label"
msgstr ""

msgid "Confirm to delete this field: %s"
msgstr ""

msgid "New field key"
msgstr ""

msgid "New field label"
msgstr ""

msgid "Enter short label"
msgstr ""

msgid "New field description"
msgstr ""

msgid "Enter description of a field"
msgstr ""

msgid "Extra fields are disabled."
msgstr ""

msgid "Private Repository"
msgstr ""

msgid "Fork of repository"
msgstr "Lege repository"

msgid "Remote repository URL"
msgstr ""

msgid "Pull Changes from Remote Repository"
msgstr ""

msgid "Confirm to pull changes from remote repository."
msgstr ""

msgid "This repository does not have a remote repository URL."
msgstr ""

msgid "Permanent Repository ID"
msgstr ""

msgid "What is that?"
msgstr ""

msgid "URL by id"
msgstr ""

msgid ""
"In case this repository is renamed or moved into another group the "
"repository URL changes.\n"
"                               Using the above permanent URL guarantees "
"that this repository always will be accessible on that URL.\n"
"                               This is useful for CI systems, or any "
"other cases that you need to hardcode the URL into a 3rd party service."
msgstr ""

msgid "Remote repository"
msgstr ""

msgid "Repository URL"
msgstr ""

msgid ""
"Optional: URL of a remote repository. If set, the repository can be "
"pulled from this URL."
msgstr ""

msgid "Default revision for files page, downloads, whoosh and readme"
msgstr ""

msgid "Type name of user"
msgstr ""

msgid "Change owner of this repository."
msgstr ""

msgid "Processed commits"
msgstr ""

msgid "Processed progress"
msgstr ""

msgid "Reset Statistics"
msgstr ""

msgid "Confirm to remove current statistics."
msgstr ""

msgid "Repositories Administration"
msgstr ""

msgid "State"
msgstr ""

msgid "Settings Administration"
msgstr ""

msgid "VCS"
msgstr ""

msgid "Remap and Rescan"
msgstr ""

msgid "Visual"
msgstr ""

msgid "Hooks"
msgstr ""

msgid "Full Text Search"
msgstr ""

msgid "System Info"
msgstr ""

msgid "Send test email to"
msgstr ""

msgid "Send"
msgstr ""

msgid "Site branding"
msgstr ""

msgid "Set a custom title for your Kallithea Service."
msgstr ""

msgid "HTTP authentication realm"
msgstr ""

msgid "HTML/JavaScript/CSS customization block"
msgstr ""

msgid ""
"HTML (possibly with                         JavaScript and/or CSS) that "
"will be added to the bottom                         of every page. This "
"can be used for web analytics                         systems, but also "
"to                         perform instance-specific customizations like "
"adding a                         project banner at the top of every page."
msgstr ""

msgid "ReCaptcha public key"
msgstr ""

msgid "Public key for reCaptcha system."
msgstr ""

msgid "ReCaptcha private key"
msgstr ""

msgid ""
"Private key for reCaptcha system. Setting this value will enable captcha "
"on registration."
msgstr ""

msgid "Save Settings"
msgstr ""

msgid "Built-in Mercurial Hooks (Read-Only)"
msgstr ""

msgid "Custom Hooks"
msgstr ""

msgid ""
"Hooks can be used to trigger actions on certain events such as push / "
"pull. They can trigger Python functions or external applications."
msgstr ""

msgid "Failed to remove hook"
msgstr ""

msgid "Rescan options"
msgstr ""

msgid "Delete records of missing repositories"
msgstr ""

msgid ""
"Check this option to remove all comments, pull requests and other records "
"related to repositories that no longer exist in the filesystem."
msgstr ""

msgid "Invalidate cache for all repositories"
msgstr ""

msgid "Check this to reload data and clear cache keys for all repositories."
msgstr ""

msgid "Install Git hooks"
msgstr ""

msgid ""
"Verify if Kallithea's Git hooks are installed for each repository. "
"Current hooks will be updated to the latest version."
msgstr ""

msgid "Overwrite existing Git hooks"
msgstr ""

msgid ""
"If installing Git hooks, overwrite any existing hooks, even if they do "
"not seem to come from Kallithea. WARNING: This operation will destroy any "
"custom git hooks you may have deployed by hand!"
msgstr ""

msgid "Rescan Repositories"
msgstr ""

msgid "Index build option"
msgstr ""

msgid "Build from scratch"
msgstr ""

msgid ""
"This option completely reindexeses all of the repositories for proper "
"fulltext search capabilities."
msgstr ""

msgid "Reindex"
msgstr ""

msgid "Checking for updates..."
msgstr ""

msgid "Kallithea version"
msgstr ""

msgid "Check for updates"
msgstr ""

msgid "Kallithea configuration file"
msgstr ""

msgid "Python version"
msgstr ""

msgid "Platform"
msgstr ""

msgid "Git version"
msgstr ""

msgid "Git path"
msgstr ""

msgid "Upgrade info endpoint"
msgstr ""

msgid "Note: please make sure this server can access this URL"
msgstr ""

msgid "Python Packages"
msgstr ""

msgid "Show repository size after push"
msgstr ""

msgid "Log user push commands"
msgstr ""

msgid "Log user pull commands"
msgstr ""

msgid "Update repository after push (hg update)"
msgstr ""

msgid "Mercurial extensions"
msgstr ""

msgid "Enable largefiles extension"
msgstr ""

msgid "Enable hgsubversion extension"
msgstr ""

msgid ""
"Requires hgsubversion library to be installed. Enables cloning of remote "
"Subversion repositories while converting them to Mercurial."
msgstr ""

msgid "Location of repositories"
msgstr ""

msgid ""
"Click to unlock. You must restart Kallithea in order to make this setting "
"take effect."
msgstr ""

msgid ""
"Filesystem location where repositories are stored. After changing this "
"value, a restart and rescan of the repository folder are both required."
msgstr ""

msgid "General"
msgstr ""

msgid "Use repository extra fields"
msgstr ""

msgid "Allows storing additional customized fields per repository."
msgstr ""

msgid "Show Kallithea version"
msgstr ""

msgid ""
"Shows or hides a version number of Kallithea displayed in the footer."
msgstr ""

msgid "Show user Gravatars"
msgstr ""

msgid ""
"Gravatar URL allows you to use another avatar server application.\n"
"                                                        The following "
"variables of the URL will be replaced accordingly.\n"
"                                                        {scheme}    "
"'http' or 'https' sent from running Kallithea server,\n"
"                                                        {email}     user "
"email,\n"
"                                                        {md5email}  md5 "
"hash of the user email (like at gravatar.com),\n"
"                                                        {size}      size "
"of the image that is expected from the server application,\n"
"                                                        {netloc}    "
"network location/server host of running Kallithea server"
msgstr ""

msgid "Clone URL"
msgstr ""

msgid ""
"Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/"
"{repo}'.\n"
"                                                    The following "
"variables are available:\n"
"                                                    {scheme} 'http' or "
"'https' sent from running Kallithea server,\n"
"                                                    {user}   current user "
"username,\n"
"                                                    {netloc} network "
"location/server host of running Kallithea server,\n"
"                                                    {repo}   full "
"repository name,\n"
"                                                    {repoid} ID of "
"repository, can be used to construct clone-by-id"
msgstr ""

msgid "Repository page size"
msgstr "Repositories"

msgid ""
"Number of items displayed in the repository pages before pagination is "
"shown."
msgstr ""

msgid "Admin page size"
msgstr ""

msgid ""
"Number of items displayed in the admin pages grids before pagination is "
"shown."
msgstr ""

msgid "Icons"
msgstr ""

msgid "Show public repository icon on repositories"
msgstr ""

msgid "Show private repository icon on repositories"
msgstr ""

msgid "Show public/private icons next to repository names."
msgstr ""

msgid "Meta Tagging"
msgstr ""

msgid ""
"Parses meta tags from the repository description field and turns them "
"into colored tags."
msgstr ""

msgid "Stylify recognised meta tags:"
msgstr ""

msgid "Add user group"
msgstr ""

msgid "User Groups"
msgstr ""

msgid "Add User Group"
msgstr ""

msgid "Short, optional description for this user group."
msgstr ""

msgid "%s user group settings"
msgstr ""

msgid "Show Members"
msgstr ""

msgid "User Group: %s"
msgstr ""

msgid "Members"
msgstr ""

msgid "Confirm to delete this user group: %s"
msgstr ""

msgid "Delete this user group"
msgstr ""

msgid "No members yet"
msgstr ""

msgid "Chosen group members"
msgstr ""

msgid "Available members"
msgstr ""

msgid "User Groups Administration"
msgstr ""

msgid "Add user"
msgstr ""

msgid "Users"
msgstr ""

msgid "Add User"
msgstr ""

msgid "Password confirmation"
msgstr ""

msgid "%s user settings"
msgstr ""

msgid "Emails"
msgstr ""

msgid "User: %s"
msgstr ""

msgid "Source of Record"
msgstr ""

msgid "Last Login"
msgstr ""

msgid "Member of User Groups"
msgstr ""

msgid "Confirm to delete this user: %s"
msgstr ""

msgid "Delete this user"
msgstr ""

msgid "Inherited from %s"
msgstr ""

msgid "Name in Source of Record"
msgstr ""

msgid "New password confirmation"
msgstr ""

msgid "Users Administration"
msgstr ""

msgid "Auth Type"
msgstr ""

msgid "Server instance: %s"
msgstr ""

msgid "Support"
msgstr ""

msgid "Mercurial repository"
msgstr ""

msgid "Git repository"
msgstr ""

msgid "Create Fork"
msgstr ""

msgid "Summary"
msgstr ""

msgid "Changelog"
msgstr ""

msgid "Files"
msgstr ""

msgid "Show Pull Requests for %s"
msgstr ""

msgid "Pull Requests"
msgstr ""

msgid "Options"
msgstr ""

msgid "Compare Fork"
msgstr ""

msgid "Compare"
msgstr ""

msgid "Search"
msgstr ""

msgid "Unlock"
msgstr ""

msgid "Lock"
msgstr ""

msgid "Follow"
msgstr ""

msgid "Unfollow"
msgstr ""

msgid "Fork"
msgstr ""

msgid "Create Pull Request"
msgstr ""

msgid "Switch To"
msgstr ""

msgid "No matches found"
msgstr ""

msgid "Show recent activity"
msgstr ""

msgid "Public journal"
msgstr ""

msgid "Show public gists"
msgstr ""

msgid "Gists"
msgstr ""

msgid "All Public Gists"
msgstr ""

msgid "My Public Gists"
msgstr ""

msgid "My Private Gists"
msgstr ""

msgid "Search in repositories"
msgstr ""

msgid "My Pull Requests"
msgstr ""

msgid "Not Logged In"
msgstr ""

msgid "Login to Your Account"
msgstr ""

msgid "Forgot password?"
msgstr ""

msgid "Don't have an account?"
msgstr ""

msgid "Log Out"
msgstr ""

msgid "Parent rev."
msgstr ""

msgid "Child rev."
msgstr ""

msgid "Inherit defaults"
msgstr ""

msgid ""
"Select to inherit global settings, IP whitelist and permissions from the "
"%s."
msgstr ""

msgid "default permissions"
msgstr ""

msgid "Create repositories"
msgstr ""

msgid "Select this option to allow repository creation for this user"
msgstr ""

msgid "Create user groups"
msgstr ""

msgid "Select this option to allow user group creation for this user"
msgstr ""

msgid "Fork repositories"
msgstr ""

msgid "Select this option to allow repository forking for this user"
msgstr ""

msgid "Show"
msgstr ""

msgid "No permissions defined yet"
msgstr ""

msgid "Permission"
msgstr ""

msgid "Edit Permission"
msgstr ""

msgid "No permission defined"
msgstr ""

msgid "Retry"
msgstr ""

msgid "Submitting ..."
msgstr ""

msgid "Unable to post"
msgstr ""

msgid "Add Another Comment"
msgstr ""

msgid "Stop following this repository"
msgstr ""

msgid "Start following this repository"
msgstr ""

msgid "Group"
msgstr ""

msgid "Loading ..."
msgstr ""

msgid "loading ..."
msgstr ""

msgid "Search truncated"
msgstr ""

msgid "No matching files"
msgstr ""

msgid "Open New Pull Request from {0}"
msgstr "Statuswijziging -> %s"

msgid "Open New Pull Request for {0} &rarr; {1}"
msgstr ""

msgid "Show Selected Changesets {0} &rarr; {1}"
msgstr "Selecteer de changeset"

msgid "Selection Link"
msgstr ""

msgid "Collapse Diff"
msgstr ""

msgid "Expand Diff"
msgstr ""

msgid "No revisions"
msgstr ""

msgid "Type name of user or member to grant permission"
msgstr ""

msgid "Failed to revoke permission"
msgstr ""

msgid "Confirm to revoke permission for {0}: {1} ?"
msgstr ""

msgid "Select changeset"
msgstr "Selecteer een changeset"

msgid "Specify changeset"
msgstr "Selecteer de changeset"

msgid "Click to sort ascending"
msgstr ""

msgid "Click to sort descending"
msgstr ""

msgid "No records found."
msgstr ""

msgid "Data error."
msgstr ""

msgid "Loading..."
msgstr ""

msgid "%s Changelog"
msgstr ""

msgid "showing %d out of %d revision"
msgid_plural "showing %d out of %d revisions"
msgstr[0] ""
msgstr[1] ""

msgid "Clear selection"
msgstr ""

msgid "Go to tip of repository"
msgstr ""

msgid "Compare fork with %s"
msgstr ""

msgid "Compare fork with parent repository (%s)"
msgstr ""

msgid "Branch filter:"
msgstr ""

msgid "There are no changes yet"
msgstr ""

msgid "Removed"
msgstr ""

msgid "Changed"
msgstr ""

msgid "Added"
msgstr ""

msgid "Affected %s files"
msgstr ""

msgid "First (oldest) changeset in this list"
msgstr ""

msgid "Last (most recent) changeset in this list"
msgstr ""

msgid "Position in this list of changesets"
msgstr ""

msgid ""
"Changeset status: %s by %s\n"
"Click to open associated pull request %s"
msgstr ""

msgid "Changeset status: %s by %s"
msgstr "Selecteer de changeset"

msgid "Expand commit message"
msgstr ""

msgid "%s comments"
msgstr "Geen kommentaar."

msgid "Bookmark %s"
msgstr ""

msgid "Tag %s"
msgstr ""

msgid "Branch %s"
msgstr ""

msgid "%s Changeset"
msgstr ""

msgid "Changeset status"
msgstr ""

msgid "Raw diff"
msgstr ""

msgid "Patch diff"
msgstr ""

msgid "Download diff"
msgstr ""

msgid "Merge"
msgstr ""

msgid "Grafted from:"
msgstr ""

msgid "Transplanted from:"
msgstr ""

msgid "Replaced by:"
msgstr ""

msgid "Preceded by:"
msgstr ""

msgid "%s file changed"
msgid_plural "%s files changed"
msgstr[0] ""
msgstr[1] ""

msgid "%s file changed with %s insertions and %s deletions"
msgid_plural "%s files changed with %s insertions and %s deletions"
msgstr[0] ""
msgstr[1] ""

msgid "Show full diff anyway"
msgstr ""

msgid "comment"
msgstr "Geen kommentaar."

msgid "on pull request"
msgstr "Statuswijziging -> %s"

msgid "No title"
msgstr ""

msgid "on this changeset"
msgstr "Selecteer de changeset"

msgid "Delete comment?"
msgstr ""

msgid "Status change"
msgstr "Statuswijziging -> %s"

msgid "Comments are in plain text. Use @username to notify another user."
msgstr ""

msgid "Set changeset status"
msgstr "Selecteer de changeset"

msgid "Vote for pull request status"
msgstr ""

msgid "No change"
msgstr ""

msgid "Finish pull request"
msgstr "Statuswijziging -> %s"

msgid "Close"
msgstr "(gesloten)"

msgid "Comment"
msgstr ""

msgid "You need to be logged in to comment."
msgstr ""

msgid "Login now"
msgstr ""

msgid "Hide"
msgstr ""

msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
msgstr[1] ""

msgid "%d inline"
msgid_plural "%d inline"
msgstr[0] ""
msgstr[1] ""

msgid "%d general"
msgid_plural "%d general"
msgstr[0] ""
msgstr[1] ""

msgid "%s Changesets"
msgstr ""

msgid "Changeset status: %s"
msgstr ""

msgid "Files affected"
msgstr ""

msgid "No file before"
msgstr ""

msgid "File before"
msgstr ""

msgid "Modified"
msgstr ""

msgid "Deleted"
msgstr ""

msgid "Renamed"
msgstr ""

msgid "Unknown operation: %r"
msgstr "Ongekende revisie %s"

msgid "No file after"
msgstr "Geen bestandsnaam"

msgid "File after"
msgstr ""

msgid "Show full diff for this file"
msgstr ""

msgid "Show full side-by-side diff for this file"
msgstr ""

msgid "Show inline comments"
msgstr ""

msgid "No changesets"
msgstr ""

msgid "Criss cross merge situation with multiple merge ancestors detected!"
msgstr ""

msgid ""
"Please merge the target branch to your branch before creating a pull "
"request."
msgstr ""

msgid "Merge Ancestor"
msgstr ""

msgid "Show merge diff"
msgstr ""

msgid "is"
msgstr ""

msgid "%s changesets"
msgstr ""

msgid "behind"
msgstr ""

msgid "%s Compare"
msgstr ""

msgid "Compare Revisions"
msgstr ""

msgid "Swap"
msgstr ""

msgid "Compare revisions, branches, bookmarks, or tags."
msgstr ""

msgid "Showing %s commit"
msgid_plural "Showing %s commits"
msgstr[0] ""
msgstr[1] ""

msgid "Show full diff"
msgstr ""

msgid "Public repository"
msgstr ""

msgid "Repository creation in progress..."
msgstr ""

msgid "No changesets yet"
msgstr ""

msgid "Subscribe to %s rss feed"
msgstr ""

msgid "Subscribe to %s atom feed"
msgstr ""

msgid "Creating"
msgstr ""

msgid "Mention in Comment on Changeset \"%s\""
msgstr ""

msgid "Comment on Changeset \"%s\""
msgstr "Selecteer de changeset"

msgid "Changeset on"
msgstr "Changeset"

msgid "branch"
msgstr "Branch"

msgid "by"
msgstr ""

msgid "Status change:"
msgstr "Statuswijziging -> %s"

msgid "The pull request has been closed."
msgstr ""

msgid "Hello %s"
msgstr ""

msgid "We have received a request to reset the password for your account."
msgstr ""

msgid ""
"This account is however managed outside this system and the password "
"cannot be changed here."
msgstr ""

msgid "To set a new password, click the following link"
msgstr ""

msgid ""
"Should you not be able to use the link above, please type the following "
"code into the password reset form"
msgstr ""

msgid ""
"If it weren't you who requested the password reset, just disregard this "
"message."
msgstr ""

msgid "Mention on Pull Request %s \"%s\" by %s"
msgstr ""

msgid "Added as Reviewer of Pull Request %s \"%s\" by %s"
msgstr ""

msgid "Pull request"
msgstr "Statuswijziging -> %s"

msgid "from"
msgstr ""

msgid "to"
msgstr ""

msgid "Mention in Comment on Pull Request %s \"%s\""
msgstr ""

msgid "Pull Request %s \"%s\" Closed"
msgstr ""

msgid "Comment on Pull Request %s \"%s\""
msgstr "Statuswijziging -> %s"

msgid "Full Name"
msgstr ""

msgid "%s File side-by-side diff"
msgstr ""

msgid "File diff"
msgstr ""

msgid "%s File Diff"
msgstr ""

msgid "%s Files"
msgstr ""

msgid "%s Files Add"
msgstr ""

msgid "Add New File"
msgstr ""

msgid "Location"
msgstr ""

msgid "Enter filename..."
msgstr ""

msgid "or"
msgstr ""

msgid "Upload File"
msgstr ""

msgid "Create New File"
msgstr ""

msgid "New file type"
msgstr ""

msgid "Commit Message"
msgstr ""

msgid "Commit Changes"
msgstr "Selecteer de changeset"

msgid "Search File List"
msgstr ""

msgid "Loading file list..."
msgstr ""

msgid "Size"
msgstr ""

msgid "Last Revision"
msgstr ""

msgid "Last Modified"
msgstr ""

msgid "Last Committer"
msgstr ""

msgid "%s Files Delete"
msgstr ""

msgid "Delete file"
msgstr ""

msgid "%s File Edit"
msgstr ""

msgid "Edit file"
msgstr ""

msgid "Show Annotation"
msgstr ""

msgid "Download as Raw"
msgstr ""

msgid "Source"
msgstr ""

msgid "%s author"
msgid_plural "%s authors"
msgstr[0] ""
msgstr[1] ""

msgid "Diff to Revision"
msgstr ""

msgid "Show at Revision"
msgstr ""

msgid "Show Full History"
msgstr ""

msgid "Show Authors"
msgstr ""

msgid "Show Source"
msgstr ""

msgid "Edit on Branch: %s"
msgstr ""

msgid "Editing binary files not allowed"
msgstr ""

msgid "Editing files allowed only when on branch head revision"
msgstr ""

msgid "Deleting files allowed only when on branch head revision"
msgstr ""

msgid "Binary file (%s)"
msgstr ""

msgid "File is too big to display."
msgstr ""

msgid "Show full annotation anyway."
msgstr ""

msgid "Show as raw."
msgstr ""

msgid "annotation"
msgstr ""

msgid "Go Back"
msgstr ""

msgid "No files at given path"
msgstr ""

msgid "%s Followers"
msgstr ""

msgid "Followers"
msgstr ""

msgid "Started following -"
msgstr ""

msgid "Fork repository %s"
msgstr ""

msgid "Fork name"
msgstr ""

msgid "Default revision for files page, downloads, whoosh, and readme."
msgstr ""

msgid "Private"
msgstr ""

msgid "Copy permissions"
msgstr ""

msgid "Copy permissions from forked repository"
msgstr ""

msgid "Update after clone"
msgstr ""

msgid "Checkout source after making a clone"
msgstr ""

msgid "Fork this Repository"
msgstr ""

msgid "%s Forks"
msgstr ""

msgid "Forks"
msgstr ""

msgid "Forked"
msgstr ""

msgid "There are no forks yet"
msgstr ""

msgid "ATOM journal feed"
msgstr ""

msgid "RSS journal feed"
msgstr ""

msgid "My Repositories"
msgstr ""

msgid "No entries yet"
msgstr ""

msgid "ATOM public journal feed"
msgstr ""

msgid "RSS public journal feed"
msgstr ""

msgid "New Pull Request"
msgstr ""

msgid "Title"
msgstr ""

msgid "Summarize the changes - or leave empty"
msgstr ""

msgid "Write a short description on this pull request"
msgstr ""

msgid "Changeset flow"
msgstr ""

msgid "Origin repository"
msgstr ""

msgid "Revision"
msgstr ""

msgid "Destination repository"
msgstr ""

msgid "No entries"
msgstr ""

msgid "Vote"
msgstr ""

msgid "Age"
msgstr ""

msgid "From"
msgstr ""

msgid "To"
msgstr ""

msgid "You voted: %s"
msgstr ""

msgid "You didn't vote"
msgstr ""

msgid "(no title)"
msgstr ""

msgid "Closed"
msgstr ""

msgid "Delete Pull Request"
msgstr ""

msgid "Confirm to delete this pull request"
msgstr ""

msgid "Confirm again to delete this pull request with %s comments"
msgstr ""

msgid "%s Pull Request %s"
msgstr ""

msgid "Pull request %s from %s#%s"
msgstr ""

msgid "Summarize the changes"
msgstr ""

msgid "Voting Result"
msgstr ""

msgid "Pull request status calculated from votes"
msgstr ""

msgid "Origin"
msgstr ""

msgid "on"
msgstr ""

msgid "Target"
msgstr ""

msgid ""
"This is just a range of changesets and doesn't have a target or a real "
"merge ancestor."
msgstr ""

msgid "Pull changes"
msgstr ""

msgid "Next iteration"
msgstr ""

msgid "Current revision - no change"
msgstr ""

msgid ""
"Pull request iterations do not change content once created. Select a "
"revision to create a new iteration."
msgstr ""

msgid "Save Changes"
msgstr ""

msgid "Create New Iteration with Changes"
msgstr ""

msgid "Cancel Changes"
msgstr "Selecteer de changeset"

msgid "Reviewers"
msgstr ""

msgid "Remove reviewer"
msgstr ""

msgid "Type name of reviewer to add"
msgstr ""

msgid "Potential Reviewers"
msgstr ""

msgid "Click to add the repository owner as reviewer:"
msgstr ""

msgid "Pull Request Content"
msgstr ""

msgid "Common ancestor"
msgstr ""

msgid "%s Pull Requests"
msgstr ""

msgid "Pull Requests from '%s'"
msgstr "Statuswijziging -> %s"

msgid "Pull Requests to '%s'"
msgstr ""

msgid "Open New Pull Request"
msgstr ""

msgid "Show Pull Requests to %s"
msgstr ""

msgid "Show Pull Requests from '%s'"
msgstr ""

msgid "Hide closed pull requests (only show open pull requests)"
msgstr ""

msgid "Show closed pull requests (in addition to open pull requests)"
msgstr ""

msgid "Pull Requests Created by Me"
msgstr ""

msgid "Pull Requests Needing My Review"
msgstr ""

msgid "Pull Requests I Participate In"
msgstr ""

msgid "%s Search"
msgstr ""

msgid "Search in All Repositories"
msgstr ""

msgid "Search term"
msgstr ""

msgid "Search in"
msgstr ""

msgid "File contents"
msgstr ""

msgid "Commit messages"
msgstr ""

msgid "File names"
msgstr ""

msgid "Permission denied"
msgstr ""

msgid "%s Statistics"
msgstr ""

msgid "%s ATOM feed"
msgstr ""

msgid "%s RSS feed"
msgstr ""

msgid "Enable"
msgstr ""

msgid "Stats gathered: "
msgstr ""

msgid "files"
msgstr ""

msgid "Show more"
msgstr ""

msgid "commits"
msgstr ""

msgid "files added"
msgstr ""

msgid "files changed"
msgstr ""

msgid "files removed"
msgstr ""

msgid "commit"
msgstr ""

msgid "file added"
msgstr ""

msgid "file changed"
msgstr ""

msgid "file removed"
msgstr ""

msgid "%s Summary"
msgstr ""

msgid "Repository locked by %s"
msgstr ""

msgid "Repository unlocked"
msgstr ""

msgid "Fork of"
msgstr ""

msgid "Clone from"
msgstr ""

msgid "Show by ID"
msgstr ""

msgid "Show by Name"
msgstr ""

msgid "Trending files"
msgstr ""

msgid "Download"
msgstr ""

msgid "There are no downloads yet"
msgstr ""

msgid "Downloads are disabled for this repository"
msgstr ""

msgid "Download as zip"
msgstr ""

msgid "Check this to download archive with subrepos"
msgstr ""

msgid "With subrepos"
msgstr ""

msgid "Feed"
msgstr ""

msgid "Latest Changes"
msgstr "Statuswijziging -> %s"

msgid "Quick Start"
msgstr ""

msgid "Add or upload files directly via Kallithea"
msgstr ""

msgid "Push new repository"
msgstr ""

msgid "Existing repository?"
msgstr ""

msgid "Readme file from revision %s:%s"
msgstr ""

msgid "Download %s as %s"
msgstr ""