summaryrefslogtreecommitdiffstats
path: root/src/gui/lang/twinkle_nl.ts
blob: 831a2c475f07b106495ce058bef06766a5072d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
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
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="nl" sourcelanguage="en">
<context>
    <name>AddressCardForm</name>
    <message>
        <source>Twinkle - Address Card</source>
        <translation>Twinkle - Adres</translation>
    </message>
    <message>
        <source>&amp;Remark:</source>
        <translation>Op&amp;merkingen:</translation>
    </message>
    <message>
        <source>Infix name of contact.</source>
        <translation>Tussenvoegsel.</translation>
    </message>
    <message>
        <source>First name of contact.</source>
        <translation>Voornaam.</translation>
    </message>
    <message>
        <source>&amp;First name:</source>
        <translation>Voor&amp;naam:</translation>
    </message>
    <message>
        <source>You may place any remark about the contact here.</source>
        <translation>Hier kunt u opmerkingen kwijt.</translation>
    </message>
    <message>
        <source>&amp;Phone:</source>
        <translation>&amp;Telefoon:</translation>
    </message>
    <message>
        <source>&amp;Infix name:</source>
        <translation>Tu&amp;ssenvoegsel:</translation>
    </message>
    <message>
        <source>Phone number or SIP address of contact.</source>
        <translation>Telefoonnummer of SIP adres.</translation>
    </message>
    <message>
        <source>Last name of contact.</source>
        <translation>Achternaam.</translation>
    </message>
    <message>
        <source>&amp;Last name:</source>
        <translation>&amp;Achternaam:</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation></translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>You must fill in a name.</source>
        <translation>U moet een naam invullen.</translation>
    </message>
    <message>
        <source>You must fill in a phone number or SIP address.</source>
        <translation>U moet een telefoonnummer of SIP adres invullen.</translation>
    </message>
</context>
<context>
    <name>AddressTableModel</name>
    <message>
        <source>Name</source>
        <translation type="unfinished">Naam</translation>
    </message>
    <message>
        <source>Phone</source>
        <translation type="unfinished">Telefoon</translation>
    </message>
    <message>
        <source>Remark</source>
        <translation type="unfinished">Opmerkingen</translation>
    </message>
</context>
<context>
    <name>AuthenticationForm</name>
    <message>
        <source>Twinkle - Authentication</source>
        <translation>Twinkle - Authenticatie</translation>
    </message>
    <message>
        <source>The user for which authentication is requested.</source>
        <translation>De gebruiker waarvoor authenticatie vereist is.</translation>
    </message>
    <message>
        <source>The user profile of the user for which authentication is requested.</source>
        <translation>Het gebruikersprofiel van de gebruiker.</translation>
    </message>
    <message>
        <source>User profile:</source>
        <translation>Gebruikersprofiel:</translation>
    </message>
    <message>
        <source>User:</source>
        <translation>Gebruiker:</translation>
    </message>
    <message>
        <source>&amp;Password:</source>
        <translation>W&amp;achtwoord:</translation>
    </message>
    <message>
        <source>Your password for authentication.</source>
        <translation>Uw wachtwoord voor authenticatie.</translation>
    </message>
    <message>
        <source>Your SIP authentication name. Quite often this is the same as your SIP user name. It can be a different name though.</source>
        <translation>Uw SIP gebruikersnaam voor authenticatie. Meestal is dit hetzelfde als uw SIP gebruikersnaam.</translation>
    </message>
    <message>
        <source>&amp;User name:</source>
        <translation>&amp;Gebruikersnaam:</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Login required for realm:</source>
        <translation>Realm:</translation>
    </message>
    <message>
        <source>The realm for which you need to authenticate.</source>
        <translation>De &quot;realm&quot; waarvoor u zich moet authenticeren.</translation>
    </message>
    <message>
        <source>user</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
    <message>
        <source>profile</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
    <message>
        <source>realm</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
</context>
<context>
    <name>BuddyForm</name>
    <message>
        <source>Twinkle - Buddy</source>
        <translation>Twinkle - Vriend</translation>
    </message>
    <message>
        <source>Address book</source>
        <translation>Adresboek</translation>
    </message>
    <message>
        <source>Select an address from the address book.</source>
        <translation>Kies een adres uit het adresboek.</translation>
    </message>
    <message>
        <source>&amp;Phone:</source>
        <translation>&amp;Telefoon:</translation>
    </message>
    <message>
        <source>Name of your buddy.</source>
        <translation>Naam van uw vriend.</translation>
    </message>
    <message>
        <source>&amp;Show availability</source>
        <translation>&amp;Toon beschikbaarheid</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation>Alt+T</translation>
    </message>
    <message>
        <source>Check this option if you want to see the availability of your buddy. This will only work if your provider offers a presence agent.</source>
        <translation>Vink deze optie aan als u de beschikbaarheid van uw vriend wilt zien. Dit werkt alleen als uw provider een presence agent heeft.</translation>
    </message>
    <message>
        <source>&amp;Name:</source>
        <translation>&amp;Naam:</translation>
    </message>
    <message>
        <source>SIP address your buddy.</source>
        <translation>SIP adres van uw vriend.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation></translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>You must fill in a name.</source>
        <translation>U moet een naam invullen.</translation>
    </message>
    <message>
        <source>Invalid phone.</source>
        <translation>Foutief telefoonnummer.</translation>
    </message>
    <message>
        <source>Failed to save buddy list: %1</source>
        <translation>Opslaan van vriendenlijst is mislukt: %1</translation>
    </message>
</context>
<context>
    <name>BuddyList</name>
    <message>
        <source>Availability</source>
        <translation>Beschikbaarheid</translation>
    </message>
    <message>
        <source>unknown</source>
        <translation>onbekend</translation>
    </message>
    <message>
        <source>offline</source>
        <translation>offline</translation>
    </message>
    <message>
        <source>online</source>
        <translation>online</translation>
    </message>
    <message>
        <source>request rejected</source>
        <translation>verzoek geweigerd</translation>
    </message>
    <message>
        <source>not published</source>
        <translation>niet gepubliceerd</translation>
    </message>
    <message>
        <source>failed to publish</source>
        <translation>publicatie mislukt</translation>
    </message>
    <message>
        <source>request failed</source>
        <translation>verzoek mislukt</translation>
    </message>
    <message>
        <source>Click right to add a buddy.</source>
        <translation>Klik rechts om een vriend toe te voegen.</translation>
    </message>
</context>
<context>
    <name>CoreAudio</name>
    <message>
        <source>Failed to open sound card</source>
        <translation>Openen geluidskaart mislukt</translation>
    </message>
    <message>
        <source>Failed to create a UDP socket (RTP) on port %1</source>
        <translation>UDP socket (RTP) creatie op port %1 mislukt</translation>
    </message>
    <message>
        <source>Failed to create audio receiver thread.</source>
        <translation>Creatie van audio receiver thread mislukt.</translation>
    </message>
    <message>
        <source>Failed to create audio transmitter thread.</source>
        <translation>Creatie van audio transmitter thread mislukt.</translation>
    </message>
</context>
<context>
    <name>CoreCallHistory</name>
    <message>
        <source>local user</source>
        <translation>lokale partij</translation>
    </message>
    <message>
        <source>remote user</source>
        <translation>andere partij</translation>
    </message>
    <message>
        <source>failure</source>
        <translation>fout</translation>
    </message>
    <message>
        <source>unknown</source>
        <translation>onbekend</translation>
    </message>
    <message>
        <source>in</source>
        <translation>in</translation>
    </message>
    <message>
        <source>out</source>
        <translation>uit</translation>
    </message>
</context>
<context>
    <name>DeregisterForm</name>
    <message>
        <source>Twinkle - Deregister</source>
        <translation>Twinkle - Deregistreren</translation>
    </message>
    <message>
        <source>deregister all devices</source>
        <translation>deregistreer alle apparaten</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
</context>
<context>
    <name>DiamondcardProfileForm</name>
    <message>
        <source>Twinkle - Diamondcard User Profile</source>
        <translation type="obsolete">Twinkle - Diamondcard gebruikersprofiel</translation>
    </message>
    <message>
        <source>&lt;p&gt;With a Diamondcard account you can make worldwide calls to regular and cell phones. To sign up for a Diamondcard account click on the &quot;sign up&quot; link below. Once you have signed up you receive an account ID and PIN code. Enter the account ID and PIN code below to create a Twinkle user profile for your Diamondcard account.&lt;/p&gt;
&lt;p&gt;For call rates see the sign up web page that will be shown to you when you click on the &quot;sign up&quot; link.&lt;/p&gt;</source>
        <translation type="obsolete">&lt;p&gt;Met een Diamondcard account kunt u wereldwijd bellen naar vaste en mobiele telefoons. U kunt zich aanmelden voor een Diamondcard account door op de onderstaande &quot;aanmelden&quot; link te klikken. Na aanmelding ontvangt u een account ID en PIN code. Voer dit account ID en de PIN code hieronder in om een Twinkle gebruikersprofiel voor uw Diamondcard account te maken.&lt;/p&gt;
&lt;p&gt;Beltarieven kunt u vinden op de aanmeldingspagina die u krijgt als u op de &quot;aanmelden&quot; link klinkt.&lt;/p&gt;</translation>
    </message>
    <message>
        <source>Your Diamondcard account ID.</source>
        <translation type="obsolete">Uw Diamondcard account ID.</translation>
    </message>
    <message>
        <source>This is just your full name, e.g. John Doe. It is used as a display name. When you make a call, this display name might be shown to the called party.</source>
        <translation type="obsolete">Dit is uw eigen naam. bijv. Jan Jansen. Als u iemand belt, kan deze naam getoond worden.</translation>
    </message>
    <message>
        <source>&amp;Account ID:</source>
        <translation type="obsolete">&amp;Account ID:</translation>
    </message>
    <message>
        <source>&amp;PIN code:</source>
        <translation type="obsolete">&amp;PIN code:</translation>
    </message>
    <message>
        <source>&amp;Your name:</source>
        <translation type="obsolete">U&amp;w naam:</translation>
    </message>
    <message>
        <source>&lt;p align=&quot;center&quot;&gt;&lt;u&gt;Sign up for a Diamondcard account&lt;/u&gt;&lt;/p&gt;</source>
        <translation type="obsolete">&lt;p align=&quot;center&quot;&gt;&lt;u&gt;Aanmelden voor een Diamondcard account&lt;/u&gt;&lt;/p&gt;</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation type="obsolete">&amp;OK</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation type="obsolete">Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Fill in your account ID.</source>
        <translation>Vul uw account ID in.</translation>
    </message>
    <message>
        <source>Fill in your PIN code.</source>
        <translation>Vul uw PIN code in.</translation>
    </message>
    <message>
        <source>A user profile with name %1 already exists.</source>
        <translation>Een gebruikersprofiel met de naam %1 bestaat al.</translation>
    </message>
    <message>
        <source>Your Diamondcard PIN code.</source>
        <translation type="obsolete">Uw Diamondcard PIN code.</translation>
    </message>
    <message>
        <source>&lt;p&gt;With a Diamondcard account you can make worldwide calls to regular and cell phones and send SMS messages. To sign up for a Diamondcard account click on the &quot;sign up&quot; link below. Once you have signed up you receive an account ID and PIN code. Enter the account ID and PIN code below to create a Twinkle user profile for your Diamondcard account.&lt;/p&gt;
&lt;p&gt;For call rates see the sign up web page that will be shown to you when you click on the &quot;sign up&quot; link.&lt;/p&gt;</source>
        <translation type="obsolete">&lt;p&gt;Met een Diamondcard account kunt u wereldwijd bellen naar vaste en mobiele telefoons en SMS berichten versturen. U kunt zich aanmelden voor een Diamondcard account door op de onderstaande &quot;aanmelden&quot; link te klikken. Na aanmelding ontvangt u een account ID en PIN code. Voer dit account ID en de PIN code hieronder in om een Twinkle gebruikersprofiel voor uw Diamondcard account te maken.&lt;/p&gt;
&lt;p&gt;Beltarieven kunt u vinden op de aanmeldingspagina die u krijgt als u op de &quot;aanmelden&quot; link klinkt.&lt;/p&gt;</translation>
    </message>
</context>
<context>
    <name>DtmfForm</name>
    <message>
        <source>Twinkle - DTMF</source>
        <translation>Twinkle - DTMF</translation>
    </message>
    <message>
        <source>Keypad</source>
        <translation>Toetsen</translation>
    </message>
    <message>
        <source>2</source>
        <translation>2</translation>
    </message>
    <message>
        <source>3</source>
        <translation>3</translation>
    </message>
    <message>
        <source>Over decadic A. Normally not needed.</source>
        <translation>A (normaal niet nodig).</translation>
    </message>
    <message>
        <source>4</source>
        <translation>4</translation>
    </message>
    <message>
        <source>5</source>
        <translation>5</translation>
    </message>
    <message>
        <source>6</source>
        <translation>6</translation>
    </message>
    <message>
        <source>Over decadic B. Normally not needed.</source>
        <translation>B (normaal niet nodig).</translation>
    </message>
    <message>
        <source>7</source>
        <translation>7</translation>
    </message>
    <message>
        <source>8</source>
        <translation>8</translation>
    </message>
    <message>
        <source>9</source>
        <translation>9</translation>
    </message>
    <message>
        <source>Over decadic C. Normally not needed.</source>
        <translation>C (normaal niet nodig).</translation>
    </message>
    <message>
        <source>Star (*)</source>
        <translation>Ster (*)</translation>
    </message>
    <message>
        <source>0</source>
        <translation>0</translation>
    </message>
    <message>
        <source>Pound (#)</source>
        <translation>Hekje (#)</translation>
    </message>
    <message>
        <source>Over decadic D. Normally not needed.</source>
        <translation>D (normaal niet nodig).</translation>
    </message>
    <message>
        <source>1</source>
        <translation>1</translation>
    </message>
    <message>
        <source>&amp;Close</source>
        <translation>&amp;Sluiten</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+S</translation>
    </message>
</context>
<context>
    <name>FreeDeskSysTray</name>
    <message>
        <source>Show/Hide</source>
        <translation type="obsolete">Toon/Verberg</translation>
    </message>
    <message>
        <source>Quit</source>
        <translation type="obsolete">Afsluiten</translation>
    </message>
</context>
<context>
    <name>GUI</name>
    <message>
        <source>Cannot find a network interface. Twinkle will use 127.0.0.1 as the local IP address. When you connect to the network you have to restart Twinkle to use the correct IP address.</source>
        <translation>Geen netwerkverbinding gevonden. Twinkle gebruikt nu 127.0.0.1 als lokaal IP adres. Als u weer een netwerkverbinging heeft, dan moet u Twinkle opnieuw starten om het correcte IP adres te gebruiken.</translation>
    </message>
    <message>
        <source>Terminal capabilities of %1</source>
        <translation>Terminal eigenschappen van %1</translation>
    </message>
    <message>
        <source>unknown</source>
        <translation>onbekend</translation>
    </message>
    <message>
        <source>none</source>
        <translation>geen</translation>
    </message>
    <message>
        <source>%1, registration failed: %2 %3</source>
        <translation>%1, registratie mislukt: %2 %3</translation>
    </message>
    <message>
        <source>%1, registration succeeded (expires = %2 seconds)</source>
        <translation>%1, registratie geslaagd (duur = %2 seconden)</translation>
    </message>
    <message>
        <source>%1, registration failed: STUN failure</source>
        <translation>%1, registratie mislukt: STUN fout</translation>
    </message>
    <message>
        <source>%1, de-registration succeeded: %2 %3</source>
        <translation>%1, deregistratie gesglaagd: %2 %3</translation>
    </message>
    <message>
        <source>%1, fetching registrations failed: %2 %3</source>
        <translation>%1, opvragen registraties mislukt: %2 %3</translation>
    </message>
    <message>
        <source>: you are not registered</source>
        <translation>: u bent niet geregistreerd</translation>
    </message>
    <message>
        <source>: you have the following registrations</source>
        <translation>: u heeft de volgende registraties</translation>
    </message>
    <message>
        <source>: fetching registrations...</source>
        <translation>: opvragen registraties...</translation>
    </message>
    <message>
        <source>Redirecting request to: %1</source>
        <translation>Verzoek doorgewezen naar: %1</translation>
    </message>
    <message>
        <source>invalid DTMF telephone event (%1)</source>
        <translation>foutief DTMF signaal (%1)</translation>
    </message>
    <message>
        <source>Redirecting call</source>
        <translation>Gesprek doorverwezen</translation>
    </message>
    <message>
        <source>User profile:</source>
        <translation>Gebruikersprofiel:</translation>
    </message>
    <message>
        <source>User:</source>
        <translation>Gebruiker:</translation>
    </message>
    <message>
        <source>Do you allow the call to be redirected to the following destination?</source>
        <translation>Staat u toe dat u wordt doorverwezen naar de volgende bestemming?</translation>
    </message>
    <message>
        <source>If you don&apos;t want to be asked this anymore, then you must change the settings in the SIP protocol section of the user profile.</source>
        <translation>Als u deze vraag niet meer wilt zien, dan kunt u dit aangeven in de SIP protocol instellingen van uw gebruikersprofiel.</translation>
    </message>
    <message>
        <source>Redirecting request</source>
        <translation>Verzoek doorverwezen</translation>
    </message>
    <message>
        <source>Do you allow the %1 request to be redirected to the following destination?</source>
        <translation>Staat u toe dat het %1 verzoek wordt doorverwezen naar de volgende bestemming?</translation>
    </message>
    <message>
        <source>Transferring call</source>
        <translation>Gesprek doorverbonden</translation>
    </message>
    <message>
        <source>Request to transfer call received from:</source>
        <translation>Verzoek om gesprek door te verbinden van:</translation>
    </message>
    <message>
        <source>Do you allow the call to be transferred to the following destination?</source>
        <translation>Staat u toe dat u wordt doorverbonden naar de volgende bestemming?</translation>
    </message>
    <message>
        <source>Info:</source>
        <translation>Info:</translation>
    </message>
    <message>
        <source>Warning:</source>
        <translation>Waarschuwing:</translation>
    </message>
    <message>
        <source>Critical:</source>
        <translation>Ernstige fout:</translation>
    </message>
    <message>
        <source>Firewall / NAT discovery...</source>
        <translation>Firewall / NAT verkennen...</translation>
    </message>
    <message>
        <source>Abort</source>
        <translation>Afbreken</translation>
    </message>
    <message>
        <source>Line %1</source>
        <translation>Lijn %1</translation>
    </message>
    <message>
        <source>Click the padlock to confirm a correct SAS.</source>
        <translation>Klik op het hangslot om een juiste SAS te bevestigen.</translation>
    </message>
    <message>
        <source>The remote user on line %1 disabled the encryption.</source>
        <translation>De andere partij op lijn %1 heeft encryptie uitgeschakeld.</translation>
    </message>
    <message>
        <source>Failed to start conference.</source>
        <translation>Starten van conferentie mislukt.</translation>
    </message>
    <message>
        <source>You can only run multiple profiles for different users.</source>
        <translation>U kunt alleen meerdere profielen voor verschillende gebruikers starten.</translation>
    </message>
    <message>
        <source>Line %1: incoming call for %2</source>
        <translation>Lijn %1: inkomend gesprek voor %2</translation>
    </message>
    <message>
        <source>Call transferred by %1</source>
        <translation>Gesprek doorverbonden door %1</translation>
    </message>
    <message>
        <source>Line %1: far end cancelled call.</source>
        <translation>Lijn %1: andere partij heeft gesprek geannuleerd.</translation>
    </message>
    <message>
        <source>Line %1: far end released call.</source>
        <translation>Lijn %1: andere partij heeft gesprek beëindigd.</translation>
    </message>
    <message>
        <source>Line %1: SDP answer from far end not supported.</source>
        <translation>Lijn %1: SDP van andere partij wordt niet ondersteund.</translation>
    </message>
    <message>
        <source>Line %1: SDP answer from far end missing.</source>
        <translation>Lijn %1: SDP van andere partij ontbreekt.</translation>
    </message>
    <message>
        <source>Line %1: Unsupported content type in answer from far end.</source>
        <translation>Lijn %1: niet-ondersteunde &quot;content type&quot; ontvangen van andere partij.</translation>
    </message>
    <message>
        <source>Line %1: no ACK received, call will be terminated.</source>
        <translation>Lijn %1: geen ACK ontvangen, gesprek wordt afgebroken.</translation>
    </message>
    <message>
        <source>Line %1: no PRACK received, call will be terminated.</source>
        <translation>Lijn %1: geen PRACK ontvangen, gesprek wordt afgebroken.</translation>
    </message>
    <message>
        <source>Line %1: PRACK failed.</source>
        <translation>Lijn %1: PRACK mislukt.</translation>
    </message>
    <message>
        <source>Line %1: failed to cancel call.</source>
        <translation>Lijn %1: annuleren van gesprek is mislukt.</translation>
    </message>
    <message>
        <source>Line %1: far end answered call.</source>
        <translation>Lijn %1: gesprek beantwoord.</translation>
    </message>
    <message>
        <source>Line %1: call failed.</source>
        <translation>Lijn %1: gesprek mislukt.</translation>
    </message>
    <message>
        <source>The call can be redirected to:</source>
        <translation>U kunt het nogmaals proberen naar:</translation>
    </message>
    <message>
        <source>Line %1: call released.</source>
        <translation>Lijn %1: gesprek beëindigd.</translation>
    </message>
    <message>
        <source>Line %1: call established.</source>
        <translation>Lijn %1: gesprek verbonden.</translation>
    </message>
    <message>
        <source>Accepted body types:</source>
        <translation>Geaccepteerde &quot;body&quot; typen:</translation>
    </message>
    <message>
        <source>Accepted encodings:</source>
        <translation>Geaccepteerde encoderingen:</translation>
    </message>
    <message>
        <source>Accepted languages:</source>
        <translation>Geaccepteerde talen:</translation>
    </message>
    <message>
        <source>Supported extensions:</source>
        <translation>Ondersteunde extensies:</translation>
    </message>
    <message>
        <source>End point type:</source>
        <translation>Toesteltype:</translation>
    </message>
    <message>
        <source>Line %1: call retrieve failed.</source>
        <translation>Lijn %1: terughalen gesprek mislukt.</translation>
    </message>
    <message>
        <source>Line %1: redirecting request to</source>
        <translation>Lijn %1: verzoek doorverwezen naar</translation>
    </message>
    <message>
        <source>Line %1: send DTMF %2</source>
        <translation>Lijn %1: stuur DTMF %2</translation>
    </message>
    <message>
        <source>Line %1: far end does not support DTMF telephone events.</source>
        <translation>Lijn %1: andere partij ondersteund geen DTMF &quot;telephone events&quot;.</translation>
    </message>
    <message>
        <source>Line %1: received notification.</source>
        <translation>Lijn %1: notificatie ontvangen.</translation>
    </message>
    <message>
        <source>Event: %1</source>
        <translation>Gebeurtenis: %1</translation>
    </message>
    <message>
        <source>State: %1</source>
        <translation>Toestand: %1</translation>
    </message>
    <message>
        <source>Reason: %1</source>
        <translation>Reden: %1</translation>
    </message>
    <message>
        <source>Progress: %1 %2</source>
        <translation>Voortgang: %1 %2</translation>
    </message>
    <message>
        <source>Line %1: call transfer failed.</source>
        <translation>Lijn %1: doorverbinden gesprek mislukt.</translation>
    </message>
    <message>
        <source>Line %1: call successfully transferred.</source>
        <translation>Lijn %1: doorverbinden gesprek geslaagd.</translation>
    </message>
    <message>
        <source>Line %1: call transfer still in progress.</source>
        <translation>Lijn %1: nog steeds bezig met doorverbinden gesprek.</translation>
    </message>
    <message>
        <source>No further notifications will be received.</source>
        <translation>Er komen geen notificaties meer.</translation>
    </message>
    <message>
        <source>Line %1: transferring call to %2</source>
        <translation>Lijn %1: doorverbinden gesprek met %2</translation>
    </message>
    <message>
        <source>Transfer requested by %1</source>
        <translation>Verzoek tot doorverbinden door %1</translation>
    </message>
    <message>
        <source>Line %1: Call transfer failed. Retrieving original call.</source>
        <translation>Lijn %1: doorverbinden mislukt. Oorspronkelijk gesprek wordt teruggehaald.</translation>
    </message>
    <message>
        <source>Line %1: SAS confirmed.</source>
        <translation>Lijn %1: SAS bevestigd.</translation>
    </message>
    <message>
        <source>Line %1: SAS confirmation reset.</source>
        <translation>Lijn %1: SAS bevestiging gewist.</translation>
    </message>
    <message>
        <source>Line %1: call rejected.</source>
        <translation>Lijn %1: gesprek afgewezen.</translation>
    </message>
    <message>
        <source>Line %1: call redirected.</source>
        <translation>Lijn %1: gesprek doorverwezen.</translation>
    </message>
    <message>
        <source>Response on terminal capability request: %1 %2</source>
        <translation>Antwoord op verzoek om terminal eigenschappen: %1 %2</translation>
    </message>
    <message>
        <source>The following profiles are both for user %1</source>
        <translation>De volgende profielen zijn beiden voor gebruiker %1</translation>
    </message>
    <message>
        <source>Allowed requests:</source>
        <translation>Toegestane verzoeken:</translation>
    </message>
    <message>
        <source>Line %1: DTMF detected:</source>
        <translation>Lijn %1: DTMF gedetecteerd:</translation>
    </message>
    <message>
        <source>Failed to create a UDP socket (SIP) on port %1</source>
        <translation type="obsolete">Opzetten UDP socket (SIP) op port %1 mislukt</translation>
    </message>
    <message>
        <source>Override lock file and start anyway?</source>
        <translation>Wilt u het lock bestand overschrijven en opstarten?</translation>
    </message>
    <message>
        <source>%1, voice mail status failure.</source>
        <translation>%1, voice mail status fout.</translation>
    </message>
    <message>
        <source>%1, voice mail status rejected.</source>
        <translation>%1, voice mail status geweigerd.</translation>
    </message>
    <message>
        <source>%1, voice mailbox does not exist.</source>
        <translation>%1, voice mailbox bestaat niet.</translation>
    </message>
    <message>
        <source>%1, voice mail status terminated.</source>
        <translation>%1, voice mail status beëindigd.</translation>
    </message>
    <message>
        <source>%1, STUN request failed: %2 %3</source>
        <translation>%1, STUN verzoek mislukt: %2 %3</translation>
    </message>
    <message>
        <source>%1, STUN request failed.</source>
        <translation>%1, STUN verzoek mislukt.</translation>
    </message>
    <message>
        <source>%1, de-registration failed: %2 %3</source>
        <translation>%1, deregistratie mislukt: %2 %3</translation>
    </message>
    <message>
        <source>Request to transfer call received.</source>
        <translation>Verzoek om gesprek door te verbinden.</translation>
    </message>
    <message>
        <source>If these are users for different domains, then enable the following option in your user profile (SIP protocol)</source>
        <translation>Als dit gebruikers in verschillende domeinen zijn, dan moet u de volgende optie in uw gebruikersprofiel (SIP protocol) aanzetten</translation>
    </message>
    <message>
        <source>Use domain name to create a unique contact header</source>
        <translation>Gebruik domeinnaam voor een unieke contact header</translation>
    </message>
    <message>
        <source>Failed to create a %1 socket (SIP) on port %2</source>
        <translation>SIP %1 poort kan niet geopend worden</translation>
    </message>
    <message>
        <source>Accepted by network</source>
        <translation>Geaccepteerd door netwerk</translation>
    </message>
    <message>
        <source>Failed to save message attachment: %1</source>
        <translation>Opslaan van bijlage %1 mislukt</translation>
    </message>
    <message>
        <source>Transferred by: %1</source>
        <translation>Doorverbonden door: %1</translation>
    </message>
    <message>
        <source>Cannot open web browser: %1</source>
        <translation>Web browser kan niet geopend worden: %1</translation>
    </message>
    <message>
        <source>Configure your web browser in the system settings.</source>
        <translation>Configureer uw web browser in de systeeminstellingen.</translation>
    </message>
</context>
<context>
    <name>GetAddressForm</name>
    <message>
        <source>Twinkle - Select address</source>
        <translation>Twinkle - Kies adres</translation>
    </message>
    <message>
        <source>Name</source>
        <translation type="obsolete">Naam</translation>
    </message>
    <message>
        <source>Type</source>
        <translation type="obsolete">Type</translation>
    </message>
    <message>
        <source>Phone</source>
        <translation type="obsolete">Telefoon</translation>
    </message>
    <message>
        <source>&amp;Show only SIP addresses</source>
        <translation>&amp;Toon alleen SIP adressen</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation>Alt+T</translation>
    </message>
    <message>
        <source>Check this option when you only want to see contacts with SIP addresses, i.e. starting with &quot;&lt;b&gt;sip:&lt;/b&gt;&quot;.</source>
        <translation>Vink deze optie aan als u alleen contacten met een SIP adres wilt zien, d.w.z. adressen die starten met &quot;&lt;b&gt;sip:&lt;/b&gt;&quot;.</translation>
    </message>
    <message>
        <source>&amp;Reload</source>
        <translation>&amp;Herladen</translation>
    </message>
    <message>
        <source>Alt+R</source>
        <translation>Alt+H</translation>
    </message>
    <message>
        <source>Reload the list of addresses from KAddressbook.</source>
        <translation>Haal de adressen opnieuw op uit KAddressbook.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>&amp;KAddressBook</source>
        <translation>&amp;KAddressBook</translation>
    </message>
    <message>
        <source>This list of addresses is taken from &lt;b&gt;KAddressBook&lt;/b&gt;. Contacts for which you did not provide a phone number are not shown here. To add, delete or modify address information you have to use KAddressBook.</source>
        <translation>Deze lijst met adressen komt uit &lt;b&gt;KAddressBook&lt;/b&gt;. Contacten waarvoor u geen telefoonnummer heeft opgenomen staan niet in deze lijst. Om adresinformatie te wijzigen moet u KAddressBook gebruiken.</translation>
    </message>
    <message>
        <source>&amp;Local address book</source>
        <translation>&amp;Lokaal adresboek</translation>
    </message>
    <message>
        <source>Remark</source>
        <translation type="obsolete">Opmerkingen</translation>
    </message>
    <message>
        <source>Contacts in the local address book of Twinkle.</source>
        <translation>Adresgegevens uit het lokale adresboek van Twinkle.</translation>
    </message>
    <message>
        <source>&amp;Add</source>
        <translation>To&amp;evoegen</translation>
    </message>
    <message>
        <source>Alt+A</source>
        <translation>Alt+E</translation>
    </message>
    <message>
        <source>Add a new contact to the local address book.</source>
        <translation>Voeg een adres toe aan het lokale adresboek.</translation>
    </message>
    <message>
        <source>&amp;Delete</source>
        <translation>&amp;Verwijderen</translation>
    </message>
    <message>
        <source>Alt+D</source>
        <translation>Alt+V</translation>
    </message>
    <message>
        <source>Delete a contact from the local address book.</source>
        <translation>Verwijder een adres uit het lokale adresboek.</translation>
    </message>
    <message>
        <source>&amp;Edit</source>
        <translation>&amp;Bewerk</translation>
    </message>
    <message>
        <source>Alt+E</source>
        <translation>Alt+B</translation>
    </message>
    <message>
        <source>Edit a contact from the local address book.</source>
        <translation>Wijzig adresgegevens.</translation>
    </message>
    <message>
        <source>&lt;p&gt;You seem not to have any contacts with a phone number in &lt;b&gt;KAddressBook&lt;/b&gt;, KDE&apos;s address book application. Twinkle retrieves all contacts with a phone number from KAddressBook. To manage your contacts you have to use KAddressBook.&lt;p&gt;As an alternative you may use Twinkle&apos;s local address book.&lt;/p&gt;</source>
        <translation>&lt;p&gt;U heeft geen contacten met een telefoonnummer in &lt;b&gt;KAddressBook&lt;/b&gt;, KDE&apos;s adresboek applicatie. Twinkle haalt alle contacten met een telefoonnummer uit KAdressBook. Om uw contacten te beheren, moet u KAddressbook gebruiken.&lt;/p&gt;
&lt;p&gt;Als alternatief kunt u het lokale adresboek van Twinkle gebruiken.&lt;/p&gt;</translation>
    </message>
    <message>
        <source>Are you sure you want to delete contact &apos;%1&apos; from the local address book?</source>
        <translation>Weet je zeker dat je contact &apos;%1&apos; wilt verwijderen van je lokale adres boek?</translation>
    </message>
    <message>
        <source>Delete contact</source>
        <translation>Verwijder contact</translation>
    </message>
</context>
<context>
    <name>GetProfileNameForm</name>
    <message>
        <source>Twinkle - Profile name</source>
        <translation>Twinkle - Profielnaam</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Enter a name for your profile:</source>
        <translation>Voer de naam voor uw profiel in:</translation>
    </message>
    <message>
        <source>&lt;b&gt;The name of your profile&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
A profile contains your user settings, e.g. your user name and password. You have to give each profile a name.
&lt;br&gt;&lt;br&gt;
If you have multiple SIP accounts, you can create multiple profiles. When you startup Twinkle it will show you the list of profile names from which you can select the profile you want to run.
&lt;br&gt;&lt;br&gt;
To remember your profiles easily you could use your SIP user name as a profile name, e.g. &lt;b&gt;example@example.com&lt;/b&gt;</source>
        <translation>&lt;b&gt;De naam van uw profiel&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
Een profiel bevat uw gebruikersinstellingen, bijv. uw gebruikersnaam en paswoord. U moet elk profiel een naam geven.
&lt;br&gt;&lt;br&gt;
Als u meerde SIP accounts heeft, dan kunt u meerdere profielen maken. Als u Twinkle opstart dan krijgt u een lijst met alle profielnamen te zien. Uit deze lijst kunt u kiezen welk profiel u wilt starten.
&lt;br&gt;&lt;br&gt;
Om uw gebruikersprofielen makkelijk uit elkaar te houden kunt u uw SIP gebruikersnaam als profielnaam gebruiken, bijv. &lt;b&gt;example@example.com&lt;/b&gt;</translation>
    </message>
    <message>
        <source>Cannot find .twinkle directory in your home directory.</source>
        <translation>.twinkle folder kan niet gevonden worden in uw thuis folder.</translation>
    </message>
    <message>
        <source>Profile already exists.</source>
        <translation>Profiel bestaat al.</translation>
    </message>
    <message>
        <source>Rename profile &apos;%1&apos; to:</source>
        <translation>Hernoem profiel &apos;%1&apos; naar:</translation>
    </message>
</context>
<context>
    <name>HistoryForm</name>
    <message>
        <source>Twinkle - Call History</source>
        <translation>Twinkle - Gesprekshistorie</translation>
    </message>
    <message>
        <source>Time</source>
        <translation>Tijd</translation>
    </message>
    <message>
        <source>From/To</source>
        <translation>Van/Naar</translation>
    </message>
    <message>
        <source>Subject</source>
        <translation>Onderwerp</translation>
    </message>
    <message>
        <source>Status</source>
        <translation>Status</translation>
    </message>
    <message>
        <source>Call details</source>
        <translation>Gespreksdetails</translation>
    </message>
    <message>
        <source>Details of the selected call record.</source>
        <translation>Details van het geselecteerde gesprek.</translation>
    </message>
    <message>
        <source>View</source>
        <translation>Toon</translation>
    </message>
    <message>
        <source>&amp;Incoming calls</source>
        <translation>&amp;Inkomende gesprekken</translation>
    </message>
    <message>
        <source>Alt+I</source>
        <translation>Alt+I</translation>
    </message>
    <message>
        <source>Check this option to show incoming calls.</source>
        <translation>Vink deze optie aan om inkomende gesprekken te tonen.</translation>
    </message>
    <message>
        <source>&amp;Outgoing calls</source>
        <translation>&amp;Uitgaande gesprekken</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>Check this option to show outgoing calls.</source>
        <translation>Vink deze optie aan om uitgaande gesprekken te tonen.</translation>
    </message>
    <message>
        <source>&amp;Answered calls</source>
        <translation>Be&amp;antwoorde gesprekken</translation>
    </message>
    <message>
        <source>Alt+A</source>
        <translation>Alt+A</translation>
    </message>
    <message>
        <source>Check this option to show answered calls.</source>
        <translation>Vink deze optie aan om beantwoorde gesprekken te tonen.</translation>
    </message>
    <message>
        <source>&amp;Missed calls</source>
        <translation>Ge&amp;miste gesprekken</translation>
    </message>
    <message>
        <source>Alt+M</source>
        <translation>Alt+M</translation>
    </message>
    <message>
        <source>Check this option to show missed calls.</source>
        <translation>Vink deze optie aan om gemiste gesprekken te tonen.</translation>
    </message>
    <message>
        <source>Current &amp;user profiles only</source>
        <translation>Alleen actieve &amp;profielen</translation>
    </message>
    <message>
        <source>Alt+U</source>
        <translation>Alt+P</translation>
    </message>
    <message>
        <source>Check this option to show only calls associated with this user profile.</source>
        <translation>Vink deze optie aan om alleen gesprekken behorende bij de nu actieve profielen te tonen.</translation>
    </message>
    <message>
        <source>C&amp;lear</source>
        <translation>&amp;Wis</translation>
    </message>
    <message>
        <source>Alt+L</source>
        <translation>Alt+W</translation>
    </message>
    <message>
        <source>&lt;p&gt;Clear the complete call history.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; this will clear &lt;b&gt;all&lt;/b&gt; records, also records not shown depending on the checked view options.&lt;/p&gt;</source>
        <translation>&lt;p&gt;Wis de gehele gespreksgeschiedenig.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Noot:&lt;/b&gt; hiermee wist u &lt;b&gt;alle&lt;/b&gt; gespreksgegevens, ook gegevens die niet getoond worden afhankelijk van de toon-opties.&lt;/p&gt;</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+S</translation>
    </message>
    <message>
        <source>Close this window.</source>
        <translation>Sluit dit venster.</translation>
    </message>
    <message>
        <source>Call start:</source>
        <translation>Begin:</translation>
    </message>
    <message>
        <source>Call answer:</source>
        <translation>Beantwoord:</translation>
    </message>
    <message>
        <source>Call end:</source>
        <translation>Eind:</translation>
    </message>
    <message>
        <source>Call duration:</source>
        <translation>Duur:</translation>
    </message>
    <message>
        <source>Direction:</source>
        <translation>Richting:</translation>
    </message>
    <message>
        <source>From:</source>
        <translation>Van:</translation>
    </message>
    <message>
        <source>To:</source>
        <translation>Naar:</translation>
    </message>
    <message>
        <source>Reply to:</source>
        <translation>Antwoord aan:</translation>
    </message>
    <message>
        <source>Referred by:</source>
        <translation>Doorverbonden door:</translation>
    </message>
    <message>
        <source>Subject:</source>
        <translation>Onderwerp:</translation>
    </message>
    <message>
        <source>Released by:</source>
        <translation>Beëindigd door:</translation>
    </message>
    <message>
        <source>Status:</source>
        <translation>Status:</translation>
    </message>
    <message>
        <source>Far end device:</source>
        <translation>Toestel partner:</translation>
    </message>
    <message>
        <source>User profile:</source>
        <translation>Gebruikersprofiel:</translation>
    </message>
    <message>
        <source>conversation</source>
        <translation>gesprek</translation>
    </message>
    <message>
        <source>Call...</source>
        <translation>Bel...</translation>
    </message>
    <message>
        <source>Delete</source>
        <translation>Wis</translation>
    </message>
    <message>
        <source>Re:</source>
        <translation>Antw:</translation>
    </message>
    <message>
        <source>In/Out</source>
        <translation>In/Uit</translation>
    </message>
    <message>
        <source>Call selected address.</source>
        <translation>Bel geselecteerd adres.</translation>
    </message>
    <message>
        <source>Clo&amp;se</source>
        <translation>&amp;Sluiten</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation>Alt+S</translation>
    </message>
    <message>
        <source>&amp;Call</source>
        <translation>&amp;Bel</translation>
    </message>
    <message>
        <source>Number of calls:</source>
        <translation>Aantal gesprekken:</translation>
    </message>
    <message>
        <source>###</source>
        <translation></translation>
    </message>
    <message>
        <source>Total call duration:</source>
        <translation>Totale duur:</translation>
    </message>
</context>
<context>
    <name>IncomingCallPopup</name>
    <message>
        <source>%1 calling</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>InviteForm</name>
    <message>
        <source>Twinkle - Call</source>
        <translation>Twinkle - Bellen</translation>
    </message>
    <message>
        <source>&amp;To:</source>
        <translation>&amp;Aan:</translation>
    </message>
    <message>
        <source>Optionally you can provide a subject here. This might be shown to the callee.</source>
        <translation>Hier kunt u optioneel een onderwerp invoeren. Dit kan getoond worden aan de gebelde partij.</translation>
    </message>
    <message>
        <source>Address book</source>
        <translation>Adresboek</translation>
    </message>
    <message>
        <source>Select an address from the address book.</source>
        <translation>Kies een adres uit het adresboek.</translation>
    </message>
    <message>
        <source>The address that you want to call. This can be a full SIP address like &lt;b&gt;sip:example@example.com&lt;/b&gt; or just the user part or telephone number of the full address. When you do not specify a full address, then Twinkle will complete the address by using the domain value of your user profile.</source>
        <translation>Het adres dat u wilt bellen. Dit kan een volledig SIP adres zijn zoals &lt;b&gt;sip:example@example.com&lt;/b&gt; of alleen een gebruikersnaam of telefoonnummer. Als u geen volledig adres invoert, dan zal Twinkle het adres afmaken met de waarde die u voor domein heeft ingevuld in uw gebruikersprofiel.</translation>
    </message>
    <message>
        <source>The user that will make the call.</source>
        <translation>Het gebruikersprofiel waarmee u het gesprek wilt maken.</translation>
    </message>
    <message>
        <source>&amp;Subject:</source>
        <translation>O&amp;nderwerp:</translation>
    </message>
    <message>
        <source>&amp;From:</source>
        <translation>&amp;Van:</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>&amp;Hide identity</source>
        <translation>&amp;Identiteit verbergen</translation>
    </message>
    <message>
        <source>Alt+H</source>
        <translation>Alt+I</translation>
    </message>
    <message>
        <source>&lt;p&gt;
With this option you request your SIP provider to hide your identity from the called party. This will only hide your identity, e.g. your SIP address, telephone number. It does &lt;b&gt;not&lt;/b&gt; hide your IP address.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Warning:&lt;/b&gt; not all providers support identity hiding.
&lt;/p&gt;</source>
        <translation>&lt;p&gt;
Met deze optie verzoekt u uw SIP provider om uw identiteit verborgen te houden voor degene die u belt. Alleen uw SIP adres of telefoonnummer blijft geheim. Uw IP adres wordt &lt;b&gt;niet&lt;/b&gt; verborgen.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Waarschuwing:&lt;/b&gt; niet alle providers ondersteunen het verbergen van uw identiteit.
&lt;/p&gt;</translation>
    </message>
    <message>
        <source>Not all SIP providers support identity hiding. Make sure your SIP provider supports it if you really need it.</source>
        <translation>Niet alle SIP providers ondersteunen het verbergen van uw identiteit. Verzeker u ervan dat uw SIP provider dit ondersteunt als u dit nodig heeft.</translation>
    </message>
    <message>
        <source>F10</source>
        <translation>F10</translation>
    </message>
</context>
<context>
    <name>LogViewForm</name>
    <message>
        <source>Twinkle - Log</source>
        <translation>Twinkle - Log</translation>
    </message>
    <message>
        <source>&amp;Close</source>
        <translation>&amp;Sluiten</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+S</translation>
    </message>
    <message>
        <source>C&amp;lear</source>
        <translation>&amp;Wis</translation>
    </message>
    <message>
        <source>Alt+L</source>
        <translation>Alt+W</translation>
    </message>
    <message>
        <source>Clear the log window. This does &lt;b&gt;not&lt;/b&gt; clear the log file itself.</source>
        <translation>Wis het log venster. Hiermee wist u &lt;b&gt;niet&lt;/b&gt; het log bestand zelf.</translation>
    </message>
    <message>
        <source>Contents of the current log file (~/.twinkle/twinkle.log)</source>
        <translation>Inhoud van het log bestand (~/.twinkle/twinkle.log)</translation>
    </message>
</context>
<context>
    <name>MessageForm</name>
    <message>
        <source>Twinkle - Instant message</source>
        <translation>Twinkle - Instant bericht</translation>
    </message>
    <message>
        <source>&amp;To:</source>
        <translation>&amp;Aan:</translation>
    </message>
    <message>
        <source>The user that will send the message.</source>
        <translation>De gebruiker die het bericht stuurt.</translation>
    </message>
    <message>
        <source>The address of the user that you want to send a message. This can be a full SIP address like &lt;b&gt;sip:example@example.com&lt;/b&gt; or just the user part or telephone number of the full address. When you do not specify a full address, then Twinkle will complete the address by using the domain value of your user profile.</source>
        <translation>Het adres van de persoon aan wie u een bericht wilt sturen. Dit kan een volledig SIP adres zijn zoals &lt;b&gt;sip:example@example.com&lt;/b&gt; of een een telefoonnummer. Als u geen volledig adres opgeeft, dan zal Twinkle dit adres compleet maken door de domeinnaam uit uw gebruikersprofiel toe te voegen.</translation>
    </message>
    <message>
        <source>Address book</source>
        <translation>Adresboek</translation>
    </message>
    <message>
        <source>Select an address from the address book.</source>
        <translation>Kies een adres uit het adresboek.</translation>
    </message>
    <message>
        <source>&amp;User profile:</source>
        <translation>&amp;Gebruikersprofiel:</translation>
    </message>
    <message>
        <source>Conversation</source>
        <translation>Conversatie</translation>
    </message>
    <message>
        <source>The exchanged messages.</source>
        <translation type="obsolete">De uitgewisselde berichten.</translation>
    </message>
    <message>
        <source>Type your message here and then press &quot;send&quot; to send it.</source>
        <translation>Typ uw bericht en druk op &quot;zend&quot; om het te verzenden.</translation>
    </message>
    <message>
        <source>&amp;Send</source>
        <translation>&amp;Zend</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation>Alt+Z</translation>
    </message>
    <message>
        <source>Send the message.</source>
        <translation>Zend het bericht.</translation>
    </message>
    <message>
        <source>Delivery failure</source>
        <translation>Afleverfout</translation>
    </message>
    <message>
        <source>Delivery notification</source>
        <translation>Aflevernotificatie</translation>
    </message>
    <message>
        <source>Instant message toolbar</source>
        <translation type="obsolete">Instant berichten</translation>
    </message>
    <message>
        <source>Send file...</source>
        <translation>Zend bestand...</translation>
    </message>
    <message>
        <source>Send file</source>
        <translation>Zend bestand</translation>
    </message>
    <message>
        <source>image size is scaled down in preview</source>
        <translation>plaatje is verkleind voor preview</translation>
    </message>
    <message>
        <source>Open with %1...</source>
        <translation>Openen met %1...</translation>
    </message>
    <message>
        <source>Open with...</source>
        <translation>Openen met...</translation>
    </message>
    <message>
        <source>Save attachment as...</source>
        <translation>Bijlage opslaan als...</translation>
    </message>
    <message>
        <source>File already exists. Do you want to overwrite this file?</source>
        <translation>Bestand bestaat al. Wilt u dit bestand overschrijven?</translation>
    </message>
    <message>
        <source>Failed to save attachment.</source>
        <translation>Opslaan bijlage mislukt.</translation>
    </message>
    <message>
        <source>%1 is typing a message.</source>
        <translation>%1 schrijft een bericht.</translation>
    </message>
    <message>
        <source>F10</source>
        <translation>F10</translation>
    </message>
    <message>
        <source>Size</source>
        <translation>Lengte</translation>
    </message>
</context>
<context>
    <name>MessageFormView</name>
    <message>
        <source>sending message</source>
        <translation>bericht wordt verstuurd</translation>
    </message>
</context>
<context>
    <name>MphoneForm</name>
    <message>
        <source>Twinkle</source>
        <translation>Twinkle</translation>
    </message>
    <message>
        <source>The address that you want to call. This can be a full SIP address like &lt;b&gt;sip:example@example.com&lt;/b&gt; or just the user part or telephone number of the full address. When you do not specify a full address, then Twinkle will complete the address by using the domain value of your user profile.</source>
        <translation>Het adres dat u wilt bellen. Dit kan een volledig SIP adres zijn zoals &lt;b&gt;sip:example@example.com&lt;/b&gt; of alleen een gebruikersnaam of telefoonnummer. Als u geen volledig adres invoert, dan zal Twinkle het adres afmaken met de waarde die u voor domein heeft ingevuld in uw gebruikersprofiel.</translation>
    </message>
    <message>
        <source>The user that will make the call.</source>
        <translation>Het gebruikersprofiel waarmee u het gesprek wilt maken.</translation>
    </message>
    <message>
        <source>&amp;User:</source>
        <translation>&amp;Gebruiker:</translation>
    </message>
    <message>
        <source>Dial</source>
        <translation>Bel</translation>
    </message>
    <message>
        <source>Dial the address.</source>
        <translation>Bel het adres.</translation>
    </message>
    <message>
        <source>Address book</source>
        <translation>Adresboek</translation>
    </message>
    <message>
        <source>Select an address from the address book.</source>
        <translation>Kies een adres uit het adresboek.</translation>
    </message>
    <message>
        <source>Auto answer indication.</source>
        <translation>Indicate automatisch beantwoord.</translation>
    </message>
    <message>
        <source>Call redirect indication.</source>
        <translation>Indicatie doorverwijzen.</translation>
    </message>
    <message>
        <source>Do not disturb indication.</source>
        <translation>Indicatie niet storen.</translation>
    </message>
    <message>
        <source>Missed call indication.</source>
        <translation>Indicatie gemiste gesprekken.</translation>
    </message>
    <message>
        <source>Registration status.</source>
        <translation>Registratiestatus.</translation>
    </message>
    <message>
        <source>Display</source>
        <translation>Scherm</translation>
    </message>
    <message>
        <source>Line status</source>
        <translation>Lijnstatus</translation>
    </message>
    <message>
        <source>Line &amp;1:</source>
        <translation>Lijn &amp;1:</translation>
    </message>
    <message>
        <source>Alt+1</source>
        <translation>Alt+1</translation>
    </message>
    <message>
        <source>Click to switch to line 1.</source>
        <translation>Kliek hier om over te schakelen naar lijn 1.</translation>
    </message>
    <message>
        <source>From:</source>
        <translation>Van:</translation>
    </message>
    <message>
        <source>To:</source>
        <translation>Naar:</translation>
    </message>
    <message>
        <source>Subject:</source>
        <translation>Onderwerp:</translation>
    </message>
    <message>
        <source>idle</source>
        <translation>vrij</translation>
    </message>
    <message>
        <source>Call is on hold</source>
        <translation type="obsolete">Gesprek staat in de wacht</translation>
    </message>
    <message>
        <source>Voice is muted</source>
        <translation type="obsolete">Geluid is onderdrukt</translation>
    </message>
    <message>
        <source>Conference call</source>
        <translation type="obsolete">Conferentiegesprek</translation>
    </message>
    <message>
        <source>Transferring call</source>
        <translation>Gesprek doorverbonden</translation>
    </message>
    <message>
        <source>&lt;p&gt;
The padlock indicates that your voice is encrypted during transport over the network.
&lt;/p&gt;
&lt;h3&gt;SAS - Short Authentication String&lt;/h3&gt;
&lt;p&gt;
Both ends of an encrypted voice channel receive the same SAS on the first call. If the SAS is different at each end, your voice channel may be compromised by a man-in-the-middle attack (MitM).
&lt;/p&gt;
&lt;p&gt;
If the SAS is equal at both ends, then you should confirm it by clicking this padlock for stronger security of future calls to the same destination. For subsequent calls to the same destination, you don&apos;t have to confirm the SAS again. The padlock will show a check symbol when the SAS has been confirmed.
&lt;/p&gt;</source>
        <translation type="obsolete">&lt;p&gt;
Het hangslot geeft aan dat het geluidskanaal versleuteld is tijdens transport over het netwerk.
&lt;/p&gt;
&lt;h3&gt;SAS - Short Authentication String&lt;/h3&gt;
&lt;p&gt;
Beide kanten van een versleuteld geluidskanaal ontvangen dezelfde SAS bij het eerste gesprek. Als de SAS niet hetzelfde is aan beide kanten, dan kan uw geluidskanaal gecompromiteerd zijn door een &quot;man-in-the-middle&quot; aanval (MitM).
&lt;/p&gt;
&lt;p&gt;
Als de SAS aan beide kanten hetzelfde is, dan moet u die bevestigen door op het hangslot te klikken voor hogere veiligheid van toekomstige gesprekken naar dezelfde bestemming. Voor toekomstige gesprekken naar deze bestemming, hoeft u de SAS dan niet nogmaals te bevestigen. Het hangslot toont een verificatie symbool als de SAS bevestigd is.
&lt;/p&gt;</translation>
    </message>
    <message>
        <source>Short authentication string</source>
        <translation>Short authentication string</translation>
    </message>
    <message>
        <source>Audio codec</source>
        <translation>Audio codec</translation>
    </message>
    <message>
        <source>0:00:00</source>
        <translation>0:00:00</translation>
    </message>
    <message>
        <source>Call duration</source>
        <translation>Gespreksduur</translation>
    </message>
    <message>
        <source>Line &amp;2:</source>
        <translation>Lijn &amp;2:</translation>
    </message>
    <message>
        <source>Alt+2</source>
        <translation>Alt+2</translation>
    </message>
    <message>
        <source>Click to switch to line 2.</source>
        <translation>Klik hier om over te schakelen naar lijn 2.</translation>
    </message>
    <message>
        <source>&amp;File</source>
        <translation>&amp;Bestand</translation>
    </message>
    <message>
        <source>&amp;Edit</source>
        <translation>Be&amp;werk</translation>
    </message>
    <message>
        <source>C&amp;all</source>
        <translation>Ge&amp;sprek</translation>
    </message>
    <message>
        <source>Activate line</source>
        <translation>Activeer lijn</translation>
    </message>
    <message>
        <source>&amp;Registration</source>
        <translation>&amp;Registratie</translation>
    </message>
    <message>
        <source>&amp;Services</source>
        <translation>&amp;Diensten</translation>
    </message>
    <message>
        <source>&amp;View</source>
        <translation>&amp;Toon</translation>
    </message>
    <message>
        <source>&amp;Help</source>
        <translation>&amp;Help</translation>
    </message>
    <message>
        <source>Call Toolbar</source>
        <translation type="obsolete">Gespreksbalk</translation>
    </message>
    <message>
        <source>Quit</source>
        <translation>Afsluiten</translation>
    </message>
    <message>
        <source>&amp;Quit</source>
        <translation>&amp;Afsluiten</translation>
    </message>
    <message>
        <source>Ctrl+Q</source>
        <translation>Ctrl+Q</translation>
    </message>
    <message>
        <source>About Twinkle</source>
        <translation>Over Twinkle</translation>
    </message>
    <message>
        <source>&amp;About Twinkle</source>
        <translation>Over &amp;Twinkle</translation>
    </message>
    <message>
        <source>Call someone</source>
        <translation>Iemand bellen</translation>
    </message>
    <message>
        <source>F5</source>
        <translation>F5</translation>
    </message>
    <message>
        <source>Answer incoming call</source>
        <translation>Beantwoord een binnenkomend gesprek</translation>
    </message>
    <message>
        <source>F6</source>
        <translation>F6</translation>
    </message>
    <message>
        <source>Release call</source>
        <translation>Beëindig een gesprek</translation>
    </message>
    <message>
        <source>Reject incoming call</source>
        <translation>Wijs een binnenkomend gesprek af</translation>
    </message>
    <message>
        <source>F8</source>
        <translation>F8</translation>
    </message>
    <message>
        <source>Put a call on hold, or retrieve a held call</source>
        <translation>Zet een gesprek in de wacht, of haal een gesprek uit de wacht</translation>
    </message>
    <message>
        <source>Redirect incoming call without answering</source>
        <translation>Verwijs een binnenkomend gesprek naar een andere bestemming zonder te antwoorden</translation>
    </message>
    <message>
        <source>Open keypad to enter digits for voice menu&apos;s</source>
        <translation>Open een toetsenbord om cijfers in te voeren voor een stem gestuurd menu</translation>
    </message>
    <message>
        <source>Register</source>
        <translation>Registreren</translation>
    </message>
    <message>
        <source>&amp;Register</source>
        <translation>&amp;Registreren</translation>
    </message>
    <message>
        <source>Deregister</source>
        <translation>Deregistreren</translation>
    </message>
    <message>
        <source>&amp;Deregister</source>
        <translation>&amp;Deregistreren</translation>
    </message>
    <message>
        <source>Deregister this device</source>
        <translation>Deregistreer dit apparaat</translation>
    </message>
    <message>
        <source>Show registrations</source>
        <translation>Toon registraties</translation>
    </message>
    <message>
        <source>&amp;Show registrations</source>
        <translation>&amp;Toon registraties</translation>
    </message>
    <message>
        <source>Terminal capabilities</source>
        <translation>Terminal eigenschappen</translation>
    </message>
    <message>
        <source>Request terminal capabilities from someone</source>
        <translation>Vraag terminal eigenschappen van iemand op</translation>
    </message>
    <message>
        <source>Do not disturb</source>
        <translation>Niet storen</translation>
    </message>
    <message>
        <source>&amp;Do not disturb</source>
        <translation>&amp;Niet storen</translation>
    </message>
    <message>
        <source>Call &amp;redirection...</source>
        <translation>&amp;Doorverwijzen...</translation>
    </message>
    <message>
        <source>Repeat last call</source>
        <translation>Herhaal het laatste gesprek</translation>
    </message>
    <message>
        <source>F12</source>
        <translation>F12</translation>
    </message>
    <message>
        <source>About Qt</source>
        <translation>Over Qt</translation>
    </message>
    <message>
        <source>About &amp;Qt</source>
        <translation>Over &amp;Qt</translation>
    </message>
    <message>
        <source>&amp;User profile...</source>
        <translation>&amp;Gebruikersprofiel...</translation>
    </message>
    <message>
        <source>Join two calls in a 3-way conference</source>
        <translation>Verbind twee gesprekken in een 3-weg conferentie</translation>
    </message>
    <message>
        <source>Mute a call</source>
        <translation>Onderdruk het geluid</translation>
    </message>
    <message>
        <source>Transfer call</source>
        <translation>Gesprek doorverbinden</translation>
    </message>
    <message>
        <source>&amp;System settings...</source>
        <translation>&amp;Systeeminstellingen...</translation>
    </message>
    <message>
        <source>Deregister all</source>
        <translation>Alles deregistreren</translation>
    </message>
    <message>
        <source>Deregister &amp;all</source>
        <translation>&amp;Alles deregistreren</translation>
    </message>
    <message>
        <source>Deregister all your registered devices</source>
        <translation>Deregistreer al uw geregistreerde apparaten</translation>
    </message>
    <message>
        <source>Auto answer</source>
        <translation>Automatisch beantwoorden</translation>
    </message>
    <message>
        <source>&amp;Auto answer</source>
        <translation>&amp;Automatisch beantwoorden</translation>
    </message>
    <message>
        <source>Log</source>
        <translation>Log</translation>
    </message>
    <message>
        <source>&amp;Log...</source>
        <translation>&amp;Log...</translation>
    </message>
    <message>
        <source>Call &amp;history...</source>
        <translation>Gespreks&amp;historie...</translation>
    </message>
    <message>
        <source>F9</source>
        <translation>F9</translation>
    </message>
    <message>
        <source>Change user ...</source>
        <translation>Wijzig gerbuiker...</translation>
    </message>
    <message>
        <source>&amp;Change user ...</source>
        <translation>&amp;Wijzig gebruiker...</translation>
    </message>
    <message>
        <source>Activate or de-activate users</source>
        <translation>Activeer of de-actieveer gebruikers</translation>
    </message>
    <message>
        <source>What&apos;s This?</source>
        <translation>Wat is dit?</translation>
    </message>
    <message>
        <source>What&apos;s &amp;This?</source>
        <translation>&amp;Wat is dit?</translation>
    </message>
    <message>
        <source>Shift+F1</source>
        <translation>Shift+F1</translation>
    </message>
    <message>
        <source>Line 1</source>
        <translation>Lijn 1</translation>
    </message>
    <message>
        <source>Line 2</source>
        <translation>Lijn 2</translation>
    </message>
    <message>
        <source>idle</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
    <message>
        <source>sas</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
    <message>
        <source>g711a/g711a</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
    <message>
        <source>sip:from</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
    <message>
        <source>sip:to</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
    <message>
        <source>subject</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
    <message>
        <source>photo</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
    <message>
        <source>dialing</source>
        <translation>bellen</translation>
    </message>
    <message>
        <source>attempting call, please wait</source>
        <translation>gesprek opzetten, wacht aub</translation>
    </message>
    <message>
        <source>incoming call</source>
        <translation>inkomend gesprek</translation>
    </message>
    <message>
        <source>establishing call, please wait</source>
        <translation>gesprek verbinden, wacht aub</translation>
    </message>
    <message>
        <source>established</source>
        <translation>verbonden</translation>
    </message>
    <message>
        <source>established (waiting for media)</source>
        <translation>verbonden (wacht op media)</translation>
    </message>
    <message>
        <source>releasing call, please wait</source>
        <translation>gesprek afbreken, wacht aub</translation>
    </message>
    <message>
        <source>unknown state</source>
        <translation>onbekend</translation>
    </message>
    <message>
        <source>Voice is encrypted</source>
        <translation>Geluid is versleuteld</translation>
    </message>
    <message>
        <source>Click to confirm SAS.</source>
        <translation>Klik om SAS te bevestigen.</translation>
    </message>
    <message>
        <source>Click to clear SAS verification.</source>
        <translation>Klik om SAS bevestiging te wissen.</translation>
    </message>
    <message>
        <source>Registration status:</source>
        <translation>Registratiestatus:</translation>
    </message>
    <message>
        <source>Registered</source>
        <translation>Geregistreeerd</translation>
    </message>
    <message>
        <source>Failed</source>
        <translation>Mislukt</translation>
    </message>
    <message>
        <source>Not registered</source>
        <translation>Niet geregistreerd</translation>
    </message>
    <message>
        <source>No users are registered.</source>
        <translation>Niemand is geregistreerd.</translation>
    </message>
    <message>
        <source>Do not disturb active for:</source>
        <translation>Niet storen actief voor:</translation>
    </message>
    <message>
        <source>Redirection active for:</source>
        <translation>Doorverwijzen actief voor:</translation>
    </message>
    <message>
        <source>Auto answer active for:</source>
        <translation>Automatisch beantwoorden actief voor:</translation>
    </message>
    <message>
        <source>Do not disturb is not active.</source>
        <translation>Niet storen is niet actief.</translation>
    </message>
    <message>
        <source>Redirection is not active.</source>
        <translation>Doorverwijzen is niet actief.</translation>
    </message>
    <message>
        <source>Auto answer is not active.</source>
        <translation>Automatisch beantwoorden is niet actief.</translation>
    </message>
    <message>
        <source>You have no missed calls.</source>
        <translation>Geen gemiste gesprekken.</translation>
    </message>
    <message>
        <source>You missed 1 call.</source>
        <translation>U heeft 1 gemist gesprek.</translation>
    </message>
    <message>
        <source>You missed %1 calls.</source>
        <translation>U heeft %1 gemiste gesprekken.</translation>
    </message>
    <message>
        <source>Click to see call history for details.</source>
        <translation>Klik hier om de gesprekshistorie te zien.</translation>
    </message>
    <message>
        <source>Starting user profiles...</source>
        <translation>Opstarten gebruikersprofielen...</translation>
    </message>
    <message>
        <source>You can only run multiple profiles for different users.</source>
        <translation>U kunt alleen meerdere profielen voor verschillende gebruikers starten.</translation>
    </message>
    <message>
        <source>You have changed the SIP UDP port. This setting will only become active when you restart Twinkle.</source>
        <translation>U heeft de SIP UDP poort gewijzigd. Deze instelling wordt pas actief als u Twinkle opnieuw opstart.</translation>
    </message>
    <message>
        <source>User:</source>
        <translation>Gebruiker:</translation>
    </message>
    <message>
        <source>Call:</source>
        <translation>Bel:</translation>
    </message>
    <message>
        <source>The following profiles are both for user %1</source>
        <translation>De volgende profielen zijn beiden voor gebruiker %1</translation>
    </message>
    <message>
        <source>Visual indication of line state.</source>
        <translation type="obsolete">Visuele indicatie van de lijnstatus.</translation>
    </message>
    <message>
        <source>Call redirection</source>
        <translation>Doorverwijzen</translation>
    </message>
    <message>
        <source>User profile</source>
        <translation>Gebruikersprofiel</translation>
    </message>
    <message>
        <source>System settings</source>
        <translation>Systeeminstellingen</translation>
    </message>
    <message>
        <source>Call history</source>
        <translation>Gesprekshistorie</translation>
    </message>
    <message>
        <source>&amp;Call:</source>
        <comment>Label in front of combobox to enter address</comment>
        <translation>B&amp;el:</translation>
    </message>
    <message>
        <source>Esc</source>
        <translation>Esc</translation>
    </message>
    <message>
        <source>Transfer consultation</source>
        <translation>Ruggespraak doorverbinden</translation>
    </message>
    <message>
        <source>Hide identity</source>
        <translation>Identiteit verbergen</translation>
    </message>
    <message>
        <source>Click to show registrations.</source>
        <translation>Klik om registraties te tonen.</translation>
    </message>
    <message>
        <source>%1 new, 1 old message</source>
        <translation>%1 nieuw, 1 oud bericht</translation>
    </message>
    <message>
        <source>%1 new, %2 old messages</source>
        <translation>%1 nieuw, %2 oude berichten</translation>
    </message>
    <message>
        <source>1 new message</source>
        <translation>1 nieuw bericht</translation>
    </message>
    <message>
        <source>%1 new messages</source>
        <translation>%1 nieuwe berichten</translation>
    </message>
    <message>
        <source>1 old message</source>
        <translation>1 oud bericht</translation>
    </message>
    <message>
        <source>%1 old messages</source>
        <translation>%1 oude berichten</translation>
    </message>
    <message>
        <source>Messages waiting</source>
        <translation>Er zijn berichten</translation>
    </message>
    <message>
        <source>No messages</source>
        <translation>Geen berichten</translation>
    </message>
    <message>
        <source>&lt;b&gt;Voice mail status:&lt;/b&gt;</source>
        <translation>&lt;b&gt;Voice mail status:&lt;/b&gt;</translation>
    </message>
    <message>
        <source>Failure</source>
        <translation>Fout</translation>
    </message>
    <message>
        <source>Unknown</source>
        <translation>Onbekend</translation>
    </message>
    <message>
        <source>Click to access voice mail.</source>
        <translation>Klik voor toegang to voice mail.</translation>
    </message>
    <message>
        <source>Click to activate/deactivate</source>
        <translation>Klik om te activeren/deactiveren</translation>
    </message>
    <message>
        <source>Click to activate</source>
        <translation>Klik om te activeren</translation>
    </message>
    <message>
        <source>not provisioned</source>
        <translation>niet ingesteld</translation>
    </message>
    <message>
        <source>You must provision your voice mail address in your user profile, before you can access it.</source>
        <translation>Voor toegang tot voice mail moet u eerst uw voice mail nummer in uw gebruikersprofiel invullen.</translation>
    </message>
    <message>
        <source>The line is busy. Cannot access voice mail.</source>
        <translation>De lijn is bezet. Geen toegang tot voice mail.</translation>
    </message>
    <message>
        <source>The voice mail address %1 is an invalid address. Please provision a valid address in your user profile.</source>
        <translation>Het voice mail nummer %1 is ongeldig. Vul een geldig nummer in in uw gebruikersprofiel.</translation>
    </message>
    <message>
        <source>Call</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Bel</translation>
    </message>
    <message>
        <source>&amp;Call...</source>
        <comment>call menu text</comment>
        <translation type="obsolete">&amp;Bel...</translation>
    </message>
    <message>
        <source>Answer</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Antw</translation>
    </message>
    <message>
        <source>&amp;Answer</source>
        <comment>menu text</comment>
        <translation type="obsolete">&amp;Antwoord</translation>
    </message>
    <message>
        <source>Bye</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Einde</translation>
    </message>
    <message>
        <source>&amp;Bye</source>
        <comment>menu text</comment>
        <translation type="obsolete">&amp;Einde</translation>
    </message>
    <message>
        <source>Reject</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Afwijzen</translation>
    </message>
    <message>
        <source>&amp;Reject</source>
        <comment>menu text</comment>
        <translation type="obsolete">A&amp;fwijzen</translation>
    </message>
    <message>
        <source>Hold</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Wacht</translation>
    </message>
    <message>
        <source>&amp;Hold</source>
        <comment>menu text</comment>
        <translation type="obsolete">&amp;Wacht</translation>
    </message>
    <message>
        <source>Redirect</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Verwijs</translation>
    </message>
    <message>
        <source>R&amp;edirect...</source>
        <comment>menu text</comment>
        <translation type="obsolete">&amp;Verwijs...</translation>
    </message>
    <message>
        <source>Dtmf</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Dtmf</translation>
    </message>
    <message>
        <source>&amp;Dtmf...</source>
        <comment>menu text</comment>
        <translation type="obsolete">Dt&amp;mf...</translation>
    </message>
    <message>
        <source>&amp;Terminal capabilities...</source>
        <comment>menu text</comment>
        <translation type="obsolete">&amp;Terminal eigenschappen...</translation>
    </message>
    <message>
        <source>Redial</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Herh</translation>
    </message>
    <message>
        <source>&amp;Redial</source>
        <comment>menu text</comment>
        <translation type="obsolete">&amp;Herhaal</translation>
    </message>
    <message>
        <source>Conf</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Conf</translation>
    </message>
    <message>
        <source>&amp;Conference</source>
        <comment>menu text</comment>
        <translation type="obsolete">&amp;Conferentie</translation>
    </message>
    <message>
        <source>Mute</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Stil</translation>
    </message>
    <message>
        <source>&amp;Mute</source>
        <comment>menu text</comment>
        <translation type="obsolete">&amp;Stil</translation>
    </message>
    <message>
        <source>Xfer</source>
        <comment>toolbar text</comment>
        <translation type="obsolete">Xfer</translation>
    </message>
    <message>
        <source>Trans&amp;fer...</source>
        <comment>menu text</comment>
        <translation type="obsolete">&amp;Doorverbinden...</translation>
    </message>
    <message>
        <source>Voice mail</source>
        <translation>Voice mail</translation>
    </message>
    <message>
        <source>&amp;Voice mail</source>
        <translation>&amp;Voice mail</translation>
    </message>
    <message>
        <source>Access voice mail</source>
        <translation>Bel voice mail</translation>
    </message>
    <message>
        <source>F11</source>
        <translation>F11</translation>
    </message>
    <message>
        <source>Message waiting indication.</source>
        <translation>Voice mail status.</translation>
    </message>
    <message>
        <source>Buddy list</source>
        <translation>Vrienden</translation>
    </message>
    <message>
        <source>&amp;Message</source>
        <translation>&amp;Bericht</translation>
    </message>
    <message>
        <source>Msg</source>
        <translation>Bericht</translation>
    </message>
    <message>
        <source>Instant &amp;message...</source>
        <translation>Instant &amp;bericht...</translation>
    </message>
    <message>
        <source>Instant message</source>
        <translation>Instant bericht</translation>
    </message>
    <message>
        <source>&amp;Call...</source>
        <translation>&amp;Bel...</translation>
    </message>
    <message>
        <source>&amp;Edit...</source>
        <translation>Be&amp;werk...</translation>
    </message>
    <message>
        <source>&amp;Delete</source>
        <translation>&amp;Verwijderen</translation>
    </message>
    <message>
        <source>O&amp;ffline</source>
        <translation>O&amp;ffline</translation>
    </message>
    <message>
        <source>&amp;Online</source>
        <translation>&amp;Online</translation>
    </message>
    <message>
        <source>&amp;Change availability</source>
        <translation>&amp;Wijzig beschikbaarheid</translation>
    </message>
    <message>
        <source>&amp;Add buddy...</source>
        <translation>&amp;Vriend toevoegen...</translation>
    </message>
    <message>
        <source>Failed to save buddy list: %1</source>
        <translation>Opslaan van vriendenlijst is mislukt: %1</translation>
    </message>
    <message>
        <source>You can create a separate buddy list for each user profile. You can only see availability of your buddies and publish your own availability if your provider offers a presence server.</source>
        <translation>Voor elk gebruikersprofiel kunt u een vriendenlijst aanleggen. Om de beschikbaarheid van uw vrienden te zien en uw eigen beschikbaarheid te publiceren, moet uw provider over een presence server beschikken.</translation>
    </message>
    <message>
        <source>&amp;Buddy list</source>
        <translation>&amp;Vrienden</translation>
    </message>
    <message>
        <source>&amp;Display</source>
        <translation>&amp;Scherm</translation>
    </message>
    <message>
        <source>F10</source>
        <translation>F10</translation>
    </message>
    <message>
        <source>Diamondcard</source>
        <translation></translation>
    </message>
    <message>
        <source>Manual</source>
        <translation>Handleiding</translation>
    </message>
    <message>
        <source>&amp;Manual</source>
        <translation>&amp;Handleiding</translation>
    </message>
    <message>
        <source>Sign up</source>
        <translation>Aanmelden</translation>
    </message>
    <message>
        <source>&amp;Sign up...</source>
        <translation>&amp;Aanmelden...</translation>
    </message>
    <message>
        <source>Recharge...</source>
        <translation>Opwaarderen...</translation>
    </message>
    <message>
        <source>Balance history...</source>
        <translation>Balansoverzicht...</translation>
    </message>
    <message>
        <source>Call history...</source>
        <translation>Gesprekkenoverzicht...</translation>
    </message>
    <message>
        <source>Admin center...</source>
        <translation>Admin center...</translation>
    </message>
    <message>
        <source>Recharge</source>
        <translation>Opwaarderen</translation>
    </message>
    <message>
        <source>Balance history</source>
        <translation>Balansoverzicht</translation>
    </message>
    <message>
        <source>Admin center</source>
        <translation>Admin center</translation>
    </message>
    <message>
        <source>Call</source>
        <translation type="unfinished">Bel</translation>
    </message>
    <message>
        <source>&amp;Answer</source>
        <translation type="unfinished">&amp;Antwoord</translation>
    </message>
    <message>
        <source>Answer</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>&amp;Bye</source>
        <translation type="unfinished">&amp;Einde</translation>
    </message>
    <message>
        <source>Bye</source>
        <translation type="unfinished">Einde</translation>
    </message>
    <message>
        <source>&amp;Reject</source>
        <translation type="unfinished">A&amp;fwijzen</translation>
    </message>
    <message>
        <source>Reject</source>
        <translation type="unfinished">Afwijzen</translation>
    </message>
    <message>
        <source>&amp;Hold</source>
        <translation type="unfinished">&amp;Wacht</translation>
    </message>
    <message>
        <source>Hold</source>
        <translation type="unfinished">Wacht</translation>
    </message>
    <message>
        <source>R&amp;edirect...</source>
        <translation type="unfinished">&amp;Verwijs...</translation>
    </message>
    <message>
        <source>Redirect</source>
        <translation type="unfinished">Verwijs</translation>
    </message>
    <message>
        <source>&amp;Dtmf...</source>
        <translation type="unfinished">Dt&amp;mf...</translation>
    </message>
    <message>
        <source>Dtmf</source>
        <translation type="unfinished">Dtmf</translation>
    </message>
    <message>
        <source>&amp;Terminal capabilities...</source>
        <translation type="unfinished">&amp;Terminal eigenschappen...</translation>
    </message>
    <message>
        <source>&amp;Redial</source>
        <translation type="unfinished">&amp;Herhaal</translation>
    </message>
    <message>
        <source>Redial</source>
        <translation type="unfinished">Herh</translation>
    </message>
    <message>
        <source>&amp;Conference</source>
        <translation type="unfinished">&amp;Conferentie</translation>
    </message>
    <message>
        <source>Conf</source>
        <translation type="unfinished">Conf</translation>
    </message>
    <message>
        <source>&amp;Mute</source>
        <translation type="unfinished">&amp;Stil</translation>
    </message>
    <message>
        <source>Mute</source>
        <translation type="unfinished">Stil</translation>
    </message>
    <message>
        <source>Trans&amp;fer...</source>
        <translation type="unfinished">&amp;Doorverbinden...</translation>
    </message>
    <message>
        <source>Xfer</source>
        <translation type="unfinished">Xfer</translation>
    </message>
</context>
<context>
    <name>NumberConversionForm</name>
    <message>
        <source>&amp;Match expression:</source>
        <translation>&amp;Match expressie:</translation>
    </message>
    <message>
        <source>&amp;Replace:</source>
        <translation>&amp;Vervang:</translation>
    </message>
    <message>
        <source>Perl style format string for the replacement number.</source>
        <translation>Formaat string (Perl syntax) voor het vervangen van het nummer in.</translation>
    </message>
    <message>
        <source>Perl style regular expression matching the number format you want to modify.</source>
        <translation>Reguliere expressie (Perl syntax) voor het matchen van het nummerformaat dat u wilt modificeren.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>Twinkle - Number conversion</source>
        <translation>Twinkle - Nummerconversie</translation>
    </message>
    <message>
        <source>Match expression may not be empty.</source>
        <translation>Match expressie mag niet leeg zijn.</translation>
    </message>
    <message>
        <source>Replace value may not be empty.</source>
        <translation>Vervangwaarde mag niet leeg zijn.</translation>
    </message>
    <message>
        <source>Invalid regular expression.</source>
        <translation>Ongeldige reguliere expressie.</translation>
    </message>
</context>
<context>
    <name>RedirectForm</name>
    <message>
        <source>Twinkle - Redirect</source>
        <translation>Twinkle - Doorverwijzen</translation>
    </message>
    <message>
        <source>Redirect incoming call to</source>
        <translation>Verwijs inkomend gesprek naar</translation>
    </message>
    <message>
        <source>You can specify up to 3 destinations to which you want to redirect the call. If the first destination does not answer the call, the second destination will be tried and so on.</source>
        <translation>U kan tot 3 bestemmingen invoeren waarnaar u een gesprek wilt doorverwijzen. Als de eerste bestemming niet opneemt, dan wordt de tweede bestemming geprobeerd enz.</translation>
    </message>
    <message>
        <source>&amp;3rd choice destination:</source>
        <translation>&amp;3e bestemming:</translation>
    </message>
    <message>
        <source>&amp;2nd choice destination:</source>
        <translation>&amp;2e bestemming:</translation>
    </message>
    <message>
        <source>&amp;1st choice destination:</source>
        <translation>&amp;1e bestemming:</translation>
    </message>
    <message>
        <source>Address book</source>
        <translation>Adresboek</translation>
    </message>
    <message>
        <source>Select an address from the address book.</source>
        <translation>Kies een adres uit het adresboek.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>F10</source>
        <translation>F10</translation>
    </message>
    <message>
        <source>F12</source>
        <translation>F12</translation>
    </message>
    <message>
        <source>F11</source>
        <translation>F11</translation>
    </message>
</context>
<context>
    <name>SelectNicForm</name>
    <message>
        <source>Twinkle - Select NIC</source>
        <translation>Twinkle - Kies NIC</translation>
    </message>
    <message>
        <source>Select the network interface/IP address that you want to use:</source>
        <translation>Kies de netwerk interface/IP adres die u wilt gebruiken:</translation>
    </message>
    <message>
        <source>You have multiple IP addresses. Here you must select which IP address should be used. This IP address will be used inside the SIP messages.</source>
        <translation>U heeft meerdere IP adressen. Hier moet u aangeven welk IP adres gebruikt moet worden. Dit adres wordt gebruikt in de SIP berichten.</translation>
    </message>
    <message>
        <source>Set as default &amp;IP</source>
        <translation>Default &amp;IP</translation>
    </message>
    <message>
        <source>Alt+I</source>
        <translation>Alt+I</translation>
    </message>
    <message>
        <source>Make the selected IP address the default IP address. The next time you start Twinkle, this IP address will be automatically selected.</source>
        <translation>Het geselecteerde IP adres wordt het default IP adres. De volgende keer dat u Twinkle start wordt dit IP adres automatisch geslecteerd.</translation>
    </message>
    <message>
        <source>Set as default &amp;NIC</source>
        <translation>Default &amp;NIC</translation>
    </message>
    <message>
        <source>Alt+N</source>
        <translation>Alt+N</translation>
    </message>
    <message>
        <source>Make the selected network interface the default interface. The next time you start Twinkle, this interface will be automatically selected.</source>
        <translation>De geslecteerde netwerk interface wordt de default interface. De volgende keer dat u Twinkle opstart wordt deze interface automatisch geslecteerd.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>If you want to remove or change the default at a later time, you can do that via the system settings.</source>
        <translation>Als u de default later wilt verwijderen of wijzigen, dan kan dat via de systeeminstellingen.</translation>
    </message>
</context>
<context>
    <name>SelectProfileForm</name>
    <message>
        <source>Twinkle - Select user profile</source>
        <translation>Twinkle - Kies gebruikersprofiel</translation>
    </message>
    <message>
        <source>Select user profile(s) to run:</source>
        <translation>Selecteer de gebruikersprofielen die u wilt activeren:</translation>
    </message>
    <message>
        <source>User profile</source>
        <translation type="obsolete">Gebruikersprofiel</translation>
    </message>
    <message>
        <source>Tick the check boxes of the user profiles that you want to run and press run.</source>
        <translation>Vink de gebruikersprofielen aan die u wilt activeren.</translation>
    </message>
    <message>
        <source>&amp;New</source>
        <translation type="obsolete">&amp;Nieuw</translation>
    </message>
    <message>
        <source>Alt+N</source>
        <translation type="obsolete">Alt+N</translation>
    </message>
    <message>
        <source>Create a new profile with the profile editor.</source>
        <translation>Maak een nieuw profiel met de profielen editor.</translation>
    </message>
    <message>
        <source>&amp;Wizard</source>
        <translation>Wi&amp;zard</translation>
    </message>
    <message>
        <source>Alt+W</source>
        <translation>Alt+Z</translation>
    </message>
    <message>
        <source>Create a new profile with the wizard.</source>
        <translation>Maak een nieuw profiel met de wizard.</translation>
    </message>
    <message>
        <source>&amp;Edit</source>
        <translation>Be&amp;werk</translation>
    </message>
    <message>
        <source>Alt+E</source>
        <translation>Alt+W</translation>
    </message>
    <message>
        <source>Edit the highlighted profile.</source>
        <translation>Bewerk het huidige profiel.</translation>
    </message>
    <message>
        <source>&amp;Delete</source>
        <translation>&amp;Verwijderen</translation>
    </message>
    <message>
        <source>Alt+D</source>
        <translation>Alt+V</translation>
    </message>
    <message>
        <source>Delete the highlighted profile.</source>
        <translation>Verwijder het huidige profiel.</translation>
    </message>
    <message>
        <source>Ren&amp;ame</source>
        <translation>&amp;Hernoemen</translation>
    </message>
    <message>
        <source>Alt+A</source>
        <translation>Alt+H</translation>
    </message>
    <message>
        <source>Rename the highlighted profile.</source>
        <translation>Hernoem het huidige profiel.</translation>
    </message>
    <message>
        <source>&amp;Set as default</source>
        <translation>&amp;Default</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation>Alt+D</translation>
    </message>
    <message>
        <source>Make the selected profiles the default profiles. The next time you start Twinkle, these profiles will be automatically run.</source>
        <translation>Markeer de geselecteerde profielen als default profielen. De volgende keer dat u Twinkle opstart, zullen deze profielen automatisch gestart worden.</translation>
    </message>
    <message>
        <source>&amp;Run</source>
        <translation>&amp;Start</translation>
    </message>
    <message>
        <source>Alt+R</source>
        <translation>Alt+S</translation>
    </message>
    <message>
        <source>Run Twinkle with the selected profiles.</source>
        <translation>Start Twinkle met de geselecteerde profielen.</translation>
    </message>
    <message>
        <source>S&amp;ystem settings</source>
        <translation>S&amp;ysteeminstellingen</translation>
    </message>
    <message>
        <source>Alt+Y</source>
        <translation>Alt+Y</translation>
    </message>
    <message>
        <source>Edit the system settings.</source>
        <translation>Wijzig de systeeminstellingen.</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>&lt;html&gt;Before you can use Twinkle, you must create a user profile.&lt;br&gt;Click OK to create a profile.&lt;/html&gt;</source>
        <translation>&lt;html&gt;Voordat u Twinkle kunt gebruiken, moet u een gebruikerspofiel maken.&lt;br&gt;Klik op OK om een gebruikersprofiel te maken.&lt;/html&gt;</translation>
    </message>
    <message>
        <source>&lt;html&gt;You can use the profile editor to create a profile. With the profile editor you can change many settings to tune the SIP protocol, RTP and many other things.&lt;br&gt;&lt;br&gt;Alternatively you can use the wizard to quickly setup a user profile. The wizard asks you only a few essential settings. If you create a user profile with the wizard you can still edit the full profile with the profile editor at a later time.&lt;br&gt;&lt;br&gt;Choose what method you wish to use.&lt;/html&gt;</source>
        <translation type="obsolete">&lt;html&gt;U kunt de profieleditor gebruiken om een gebruikersprofiel te maken. Met de profieleditor kunt u diverse instellingen met betrekking tot het SIP protocol, RTP en vele andere zaken wijzigen.&lt;br&gt;&lt;br&gt;Met de wizard kunt u snel een gebruikersprofiel maken. De wizard vraagt u alleen om een aantal essentiële instellingen. Als u een gebruikersprofiel met de wizard maakt, dan kun u deze op een later tijdstip alsnog met de profieleditor wijzigen.&lt;br&gt;&lt;br&gt;Kies op welke wijze u een gebruikersprofiel wilt maken.&lt;/html&gt;</translation>
    </message>
    <message>
        <source>&lt;html&gt;Next you may adjust the system settings. You can change these settings always at a later time.&lt;br&gt;&lt;br&gt;Click OK to view and adjust the system settings.&lt;/html&gt;</source>
        <translation>&lt;html&gt;U kunt nu de systeeminstellingen wijzigen. Deze instellingen kunt u altijd wijzigen op een later tijdstip.&lt;br&gt;&lt;br&gt;Klik op OK om de systeeminstellingen te bekijken en eventueel te wijzigen.&lt;/html&gt;</translation>
    </message>
    <message>
        <source>You did not select any user profile to run.
Please select a profile.</source>
        <translation>U heeft geen gebruikersprofiel geselecteerd.
Kies eerst een gebruikersprofiel.</translation>
    </message>
    <message>
        <source>Are you sure you want to delete profile &apos;%1&apos;?</source>
        <translation>Weet u zeker dat u profiel &apos;%1&apos; wilt verwijderen?</translation>
    </message>
    <message>
        <source>Delete profile</source>
        <translation>Verwijder profiel</translation>
    </message>
    <message>
        <source>Failed to delete profile.</source>
        <translation>Profiel verwijderen mislukt.</translation>
    </message>
    <message>
        <source>Failed to rename profile.</source>
        <translation>Profiel hernoemen mislukt.</translation>
    </message>
    <message>
        <source>&lt;p&gt;If you want to remove or change the default at a later time, you can do that via the system settings.&lt;/p&gt;</source>
        <translation>&lt;p&gt;Als u de default later wilt verwijderen of wijzigen, dan kunt u dat doen via de systeeminstellingen.&lt;/p&gt;</translation>
    </message>
    <message>
        <source>Cannot find .twinkle directory in your home directory.</source>
        <translation>.twinkle folder kan niet gevonden worden in uw thuis folder.</translation>
    </message>
    <message>
        <source>&amp;Profile editor</source>
        <translation>&amp;Profieleditor</translation>
    </message>
    <message>
        <source>Create profile</source>
        <translation>Maak gebruikersprofiel</translation>
    </message>
    <message>
        <source>Ed&amp;itor</source>
        <translation>Ed&amp;itor</translation>
    </message>
    <message>
        <source>Alt+I</source>
        <translation>Alt+I</translation>
    </message>
    <message>
        <source>Dia&amp;mondcard</source>
        <translation>Dia&amp;mondcard</translation>
    </message>
    <message>
        <source>Alt+M</source>
        <translation>Alt+M</translation>
    </message>
    <message>
        <source>Modify profile</source>
        <translation>Bewerk gebruikersprofiel</translation>
    </message>
    <message>
        <source>Startup profile</source>
        <translation>Starten gebruikersprofiel</translation>
    </message>
    <message>
        <source>&lt;html&gt;You can use the profile editor to create a profile. With the profile editor you can change many settings to tune the SIP protocol, RTP and many other things.&lt;br&gt;&lt;br&gt;Alternatively you can use the wizard to quickly setup a user profile. The wizard asks you only a few essential settings. If you create a user profile with the wizard you can still edit the full profile with the profile editor at a later time.&lt;br&gt;&lt;br&gt;You can create a Diamondcard account to make worldwide calls to regular and cell phones.&lt;br&gt;&lt;br&gt;Choose what method you wish to use.&lt;/html&gt;</source>
        <translation type="obsolete">&lt;html&gt;U kunt de profieleditor gebruiken om een gebruikersprofiel te maken. Met de profieleditor kunt u diverse instellingen met betrekking tot het SIP protocol, RTP en vele andere zaken wijzigen.&lt;br&gt;&lt;br&gt;Met de wizard kunt u snel een gebruikersprofiel maken. De wizard vraagt u alleen om een aantal essentiële instellingen. Als u een gebruikersprofiel met de wizard maakt, dan kun u deze op een later tijdstip alsnog met de profieleditor wijzigen.&lt;br&gt;&lt;br&gt;U kunt een Diamondcard account aanmaken waarmee u wereldwijd kunt bellen naar vaste en mobiele telefoonnummers.&lt;br&gt;&lt;br&gt;Kies op welke wijze u een gebruikersprofiel wilt maken.&lt;/html&gt;</translation>
    </message>
    <message>
        <source>&amp;Diamondcard</source>
        <translation>&amp;Diamondcard</translation>
    </message>
    <message>
        <source>Create a profile for a Diamondcard account. With a Diamondcard account you can make worldwide calls to regular and cell phones.</source>
        <translation type="obsolete">Maak een gebruikersprofiel voor een Diamondcard account. Met een Diamondcard account kunt u wereldwijd bellen naar vaste en mobiele telefoonnummers.</translation>
    </message>
    <message>
        <source>Create a profile for a Diamondcard account. With a Diamondcard account you can make worldwide calls to regular and cell phones and send SMS messages.</source>
        <translation>Maak een gebruikersprofiel voor een Diamondcard account. Met een Diamondcard account kunt u wereldwijd bellen naar vaste en mobiele telefoonnummers en SMS berichten versturen.
</translation>
    </message>
    <message>
        <source>&lt;html&gt;You can use the profile editor to create a profile. With the profile editor you can change many settings to tune the SIP protocol, RTP and many other things.&lt;br&gt;&lt;br&gt;Alternatively you can use the wizard to quickly setup a user profile. The wizard asks you only a few essential settings. If you create a user profile with the wizard you can still edit the full profile with the profile editor at a later time.&lt;br&gt;&lt;br&gt;You can create a Diamondcard account to make worldwide calls to regular and cell phones and send SMS messages.&lt;br&gt;&lt;br&gt;Choose what method you wish to use.&lt;/html&gt;</source>
        <translation type="obsolete">&lt;html&gt;U kunt de profieleditor gebruiken om een gebruikersprofiel te maken. Met de profieleditor kunt u diverse instellingen met betrekking tot het SIP protocol, RTP en vele andere zaken wijzigen.&lt;br&gt;&lt;br&gt;Met de wizard kunt u snel een gebruikersprofiel maken. De wizard vraagt u alleen om een aantal essentiële instellingen. Als u een gebruikersprofiel met de wizard maakt, dan kun u deze op een later tijdstip alsnog met de profieleditor wijzigen.&lt;br&gt;&lt;br&gt;U kunt een Diamondcard account aanmaken waarmee u wereldwijd kunt bellen naar vaste en mobiele telefoonnummers en SMS berichten versturen.&lt;br&gt;&lt;br&gt;Kies op welke wijze u een gebruikersprofiel wilt maken.&lt;/html&gt;</translation>
    </message>
    <message>
        <source>&lt;html&gt;You can use the profile editor to create a profile. With the profile editor you can change many settings to tune the SIP protocol, RTP and many other things.&lt;br&gt;&lt;br&gt;Alternatively you can use the wizard to quickly setup a user profile. The wizard asks you only a few essential settings. If you create a user profile with the wizard you can still edit the full profile with the profile editor at a later time.&lt;br&gt;&lt;br&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>You can create a Diamondcard account to make worldwide calls to regular and cell phones and send SMS messages.&lt;br&gt;&lt;br&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Choose what method you wish to use.&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>SelectUserForm</name>
    <message>
        <source>Twinkle - Select user</source>
        <translation>Twinkle - Kies gebruiker</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>&amp;Select all</source>
        <translation>&amp;Selecteer alles</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation>Alt+S</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>C&amp;lear all</source>
        <translation>&amp;Wis alles</translation>
    </message>
    <message>
        <source>Alt+L</source>
        <translation>Alt+W</translation>
    </message>
    <message>
        <source>User</source>
        <translation type="obsolete">Gebruiker</translation>
    </message>
    <message>
        <source>Register</source>
        <translation>Registreren</translation>
    </message>
    <message>
        <source>Select users that you want to register.</source>
        <translation>Selecteer welke gebruikers u wilt registreren.</translation>
    </message>
    <message>
        <source>Deregister</source>
        <translation>Deregistreren</translation>
    </message>
    <message>
        <source>Select users that you want to deregister.</source>
        <translation>Kies de gebruikers die u wilt deregistreren.</translation>
    </message>
    <message>
        <source>Deregister all devices</source>
        <translation>Deregistreer alle apparaten</translation>
    </message>
    <message>
        <source>Select users for which you want to deregister all devices.</source>
        <translation>Kies de gebruikers voor wie u alle apparaten wilt deregistreren.</translation>
    </message>
    <message>
        <source>Do not disturb</source>
        <translation>Niet storen</translation>
    </message>
    <message>
        <source>Select users for which you want to enable &apos;do not disturb&apos;.</source>
        <translation>Kies de gebruikers voor wie u &apos;niet storen&apos; wilt aanzetten.</translation>
    </message>
    <message>
        <source>Auto answer</source>
        <translation>Automatisch beantwoorden</translation>
    </message>
    <message>
        <source>Select users for which you want to enable &apos;auto answer&apos;.</source>
        <translation>Kies de gebruikers voor wie u &apos;automatisch beantwoorden&apos; wilt aanzetten.</translation>
    </message>
    <message>
        <source>purpose</source>
        <comment>No need to translate</comment>
        <translation></translation>
    </message>
</context>
<context>
    <name>SendFileForm</name>
    <message>
        <source>Twinkle - Send File</source>
        <translation>Twinkle - Zend bestand</translation>
    </message>
    <message>
        <source>Select file to send.</source>
        <translation>Kies het bestand dat u wilt zenden.</translation>
    </message>
    <message>
        <source>&amp;File:</source>
        <translation>&amp;Bestand:</translation>
    </message>
    <message>
        <source>&amp;Subject:</source>
        <translation>O&amp;nderwerp:</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation></translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation></translation>
    </message>
    <message>
        <source>File does not exist.</source>
        <translation>Bestand bestaat niet.</translation>
    </message>
    <message>
        <source>Send file...</source>
        <translation>Zend bestand...</translation>
    </message>
</context>
<context>
    <name>SrvRedirectForm</name>
    <message>
        <source>Twinkle - Call Redirection</source>
        <translation>Twinkle - Doorverwijzen</translation>
    </message>
    <message>
        <source>User:</source>
        <translation>Gebruiker:</translation>
    </message>
    <message>
        <source>There are 3 redirect services:&lt;p&gt;
&lt;b&gt;Unconditional:&lt;/b&gt; redirect all calls
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Busy:&lt;/b&gt; redirect a call if both lines are busy
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;No answer:&lt;/b&gt; redirect a call when the no-answer timer expires
&lt;/p&gt;</source>
        <translation>Er zijn 3 doorverwijsdiensten:&lt;p&gt;
&lt;b&gt;Onvoorwaardelijk:&lt;/b&gt; alle inkomende gesprekken worden doorverwezen
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Bezet:&lt;/b&gt; een inkomend gesprek wordt doorverwezen als beide lijnen bezet zijn
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Geen antwoord:&lt;/b&gt; een inkomend gesprek wordt doorverwezen als u niet opneemt
&lt;/p&gt;</translation>
    </message>
    <message>
        <source>&amp;Unconditional</source>
        <translation>O&amp;nvoorwaardelijk</translation>
    </message>
    <message>
        <source>&amp;Redirect all calls</source>
        <translation>&amp;Alle gesprekken doorverwijzen</translation>
    </message>
    <message>
        <source>Alt+R</source>
        <translation>Alt+A</translation>
    </message>
    <message>
        <source>Activate the unconditional redirection service.</source>
        <translation>Activeer de onvoorwaardelijk doorverwijzen.</translation>
    </message>
    <message>
        <source>Redirect to</source>
        <translation>Doorverwijzen naar</translation>
    </message>
    <message>
        <source>You can specify up to 3 destinations to which you want to redirect the call. If the first destination does not answer the call, the second destination will be tried and so on.</source>
        <translation>U kan tot 3 bestemmingen invoeren waarnaar u een gesprek wilt doorverwijzen. Als de eerste bestemming niet opneemt, dan wordt de tweede bestemming geprobeerd enz.</translation>
    </message>
    <message>
        <source>&amp;3rd choice destination:</source>
        <translation>&amp;3e bestemming:</translation>
    </message>
    <message>
        <source>&amp;2nd choice destination:</source>
        <translation>&amp;2e bestemming:</translation>
    </message>
    <message>
        <source>&amp;1st choice destination:</source>
        <translation>&amp;1e bestemming:</translation>
    </message>
    <message>
        <source>Address book</source>
        <translation>Adresboek</translation>
    </message>
    <message>
        <source>Select an address from the address book.</source>
        <translation>Kies een adres uit het adresboek.</translation>
    </message>
    <message>
        <source>&amp;Busy</source>
        <translation>&amp;Bezet</translation>
    </message>
    <message>
        <source>&amp;Redirect calls when I am busy</source>
        <translation>Gesprekken &amp;doorverwijzen als alle lijnen bezet zijn</translation>
    </message>
    <message>
        <source>Activate the redirection when busy service.</source>
        <translation>Activeer doorverwijzen bij bezet.</translation>
    </message>
    <message>
        <source>&amp;No answer</source>
        <translation>Geen &amp;antwoord</translation>
    </message>
    <message>
        <source>&amp;Redirect calls when I do not answer</source>
        <translation>Gesprekken &amp;doorverwijzen als ik niet antwoord</translation>
    </message>
    <message>
        <source>Activate the redirection on no answer service.</source>
        <translation>Activeer doorverwijzen bij geen antwoord.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>Accept and save all changes.</source>
        <translation>Sla de huidige instellingen op.</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>Undo your changes and close the window.</source>
        <translation>Maak uw wijzigingen ongedaan en sluit het venster.</translation>
    </message>
    <message>
        <source>You have entered an invalid destination.</source>
        <translation>U heeft een ongeldige bestemming ingevoerd.</translation>
    </message>
    <message>
        <source>F10</source>
        <translation>F10</translation>
    </message>
    <message>
        <source>F11</source>
        <translation>F11</translation>
    </message>
    <message>
        <source>F12</source>
        <translation>F12</translation>
    </message>
</context>
<context>
    <name>SysSettingsForm</name>
    <message>
        <source>Twinkle - System Settings</source>
        <translation>Twinkle - Systeeminstellingen</translation>
    </message>
    <message>
        <source>General</source>
        <translation>Algemeen</translation>
    </message>
    <message>
        <source>Audio</source>
        <translation>Audio</translation>
    </message>
    <message>
        <source>Ring tones</source>
        <translation>Ring tones</translation>
    </message>
    <message>
        <source>Address book</source>
        <translation>Adresboek</translation>
    </message>
    <message>
        <source>Network</source>
        <translation>Netwerk</translation>
    </message>
    <message>
        <source>Log</source>
        <translation>Log</translation>
    </message>
    <message>
        <source>Select a category for which you want to see or modify the settings.</source>
        <translation>Kies de categorie waarvoor u instellingen wilt wijzigen.</translation>
    </message>
    <message>
        <source>Sound Card</source>
        <translation>Geluidskaart</translation>
    </message>
    <message>
        <source>Select the sound card for playing the ring tone for incoming calls.</source>
        <translation>Kies de geluidskaart voor het afspelen van de ring tone bij een binnenkomend gesprek.</translation>
    </message>
    <message>
        <source>Select the sound card to which your microphone is connected.</source>
        <translation>Kies de geluidskaart waarmee uw microfoon is verbonden.</translation>
    </message>
    <message>
        <source>Select the sound card for the speaker function during a call.</source>
        <translation>Kies de geluidskaart waarmee uw speaker of headset verbonden is.</translation>
    </message>
    <message>
        <source>&amp;Speaker:</source>
        <translation>&amp;Speaker:</translation>
    </message>
    <message>
        <source>&amp;Ring tone:</source>
        <translation>&amp;Ring tone:</translation>
    </message>
    <message>
        <source>Other device:</source>
        <translation>Ander apparaat:</translation>
    </message>
    <message>
        <source>&amp;Microphone:</source>
        <translation>&amp;Microfoon:</translation>
    </message>
    <message>
        <source>When using ALSA, it is not recommended to use the default device for the microphone as it gives poor sound quality.</source>
        <translation type="obsolete">Als u ALSA gebruikt, dan is het niet aan te raden om het default apparaat als microfoon te gebruiken omdat die een matige geluidskwaliteit heeft.</translation>
    </message>
    <message>
        <source>Reduce &amp;noise from the microphone</source>
        <translation type="obsolete">&amp;Verminder ruis van de microfoon</translation>
    </message>
    <message>
        <source>Alt+N</source>
        <translation type="obsolete">Alt+V</translation>
    </message>
    <message>
        <source>Recordings from the microphone can contain noise. This could be annoying to the person on the other side of your call. This option removes soft noise coming from the microphone.

The noise reduction algorithm is very simplistic. Sound is captured as 16 bits signed linear PCM samples. All samples between -50 and 50 are truncated to 0.</source>
        <translation type="obsolete">Opnames van de microfoon kunnen ruis bevatten. Dit kan vervelend zijn voor de persoon aan de andere kant van de lijn. Deze instelling kan zachte ruis van de microfoon verwijderen.

Het algoritme om ruis te verminderen is erg simplistisch. Geluid wordt gedigitaliseerd als 16 bits lineaire PCM samples. Alle samples tussen de waarden -50 en 50 worden afgerond naar 0.</translation>
    </message>
    <message>
        <source>Advanced</source>
        <translation>Expert instellingen</translation>
    </message>
    <message>
        <source>OSS &amp;fragment size:</source>
        <translation>OSS &amp;fragment grootte:</translation>
    </message>
    <message>
        <source>16</source>
        <translation>16</translation>
    </message>
    <message>
        <source>32</source>
        <translation>32</translation>
    </message>
    <message>
        <source>64</source>
        <translation>64</translation>
    </message>
    <message>
        <source>128</source>
        <translation>128</translation>
    </message>
    <message>
        <source>256</source>
        <translation>256</translation>
    </message>
    <message>
        <source>The ALSA play period size influences the real time behaviour of your soundcard for playing sound. If your sound frequently drops while using ALSA, you might try a different value here.</source>
        <translation>De ALSA afspeel periode grootte is van invloed op het real time gedrag van uw geluidskaart bij het afspelen van geluid. Als het geluid hapert bij het gebruik van ALSA, dan kunt u een andere waarde proberen.</translation>
    </message>
    <message>
        <source>ALSA &amp;play period size:</source>
        <translation>ALSA afspeel-&amp;periode grootte:</translation>
    </message>
    <message>
        <source>&amp;ALSA capture period size:</source>
        <translation>&amp;ALSA opneem-periode grootte:</translation>
    </message>
    <message>
        <source>The OSS fragment size influences the real time behaviour of your soundcard. If your sound frequently drops while using OSS, you might try a different value here.</source>
        <translation>De OSS fragment grootte is van invloed op het real time gedrag van uw geluidskaart. Als het geluid hapert bij het gebruik van OSS, dan kunt u een andere waarde proberen.</translation>
    </message>
    <message>
        <source>The ALSA capture period size influences the real time behaviour of your soundcard for capturing sound. If the other side of your call complains about frequently dropping sound, you might try a different value here.</source>
        <translation>De ALSA opneem-periode grootte is van invloed op het real time gedrag van uw geluidskaart bij het opnemen van geluid. Als het geluid aan de andere kant van de lijn hapert bij het gebruik van ALSA, dan kunt u een andere waarde proberen.</translation>
    </message>
    <message>
        <source>&amp;Max log size:</source>
        <translation>&amp;Max log grootte:</translation>
    </message>
    <message>
        <source>The maximum size of a log file in MB. When the log file exceeds this size, a backup of the log file is created and the current log file is zapped. Only one backup log file will be kept.</source>
        <translation>De maximum omvang van het log bestand in MB. Als de log file groter wordt dan deze omvang, dan wordt een backup van de log file gemaakt en wordt de huidige log file gewist. Er wordt slechts één backup log bestand bewaard.</translation>
    </message>
    <message>
        <source>MB</source>
        <translation>MB</translation>
    </message>
    <message>
        <source>Log &amp;debug reports</source>
        <translation>Log &amp;debug meldingen</translation>
    </message>
    <message>
        <source>Alt+D</source>
        <translation>Alt+D</translation>
    </message>
    <message>
        <source>Indicates if reports marked as &quot;debug&quot; will be logged.</source>
        <translation>Plaats &quot;debug&quot; meldingen in het log bestand.</translation>
    </message>
    <message>
        <source>Log &amp;SIP reports</source>
        <translation>Log &amp;SIP meldingen</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation>Alt+S</translation>
    </message>
    <message>
        <source>Indicates if SIP messages will be logged.</source>
        <translation>Plaats SIP meldingen in het log bestand.</translation>
    </message>
    <message>
        <source>Log S&amp;TUN reports</source>
        <translation>Log S&amp;TUN meldingen</translation>
    </message>
    <message>
        <source>Alt+T</source>
        <translation>Alt+T</translation>
    </message>
    <message>
        <source>Indicates if STUN messages will be logged.</source>
        <translation>Plaats STUN meldingen in het log bestand.</translation>
    </message>
    <message>
        <source>Log m&amp;emory reports</source>
        <translation>Log g&amp;eheugen meldingen</translation>
    </message>
    <message>
        <source>Alt+E</source>
        <translation>Alt+E</translation>
    </message>
    <message>
        <source>Indicates if reports concerning memory management will be logged.</source>
        <translation>Plaats meldingen met betrekking tot geheugenbeheer in het log bestand.</translation>
    </message>
    <message>
        <source>System tray</source>
        <translation>Systeemvak</translation>
    </message>
    <message>
        <source>Create &amp;system tray icon on startup</source>
        <translation>Maak een icoon in het &amp;systeemvak bij opstarten</translation>
    </message>
    <message>
        <source>Enable this option if you want a system tray icon for Twinkle. The system tray icon is created when you start Twinkle.</source>
        <translation>Met deze optie wordt er een icoon in het systeemvak geplaatst bij het opstarten van Twinkle.</translation>
    </message>
    <message>
        <source>&amp;Hide in system tray when closing main window</source>
        <translation>&amp;Verbergen in systeemvak bij sluiten van het hoofdvenster</translation>
    </message>
    <message>
        <source>Alt+H</source>
        <translation>Alt+V</translation>
    </message>
    <message>
        <source>Enable this option if you want Twinkle to hide in the system tray when you close the main window.</source>
        <translation>Met deze optie verbert Twinkle zich in het systeemvak als u het hoofdvenster sluit.</translation>
    </message>
    <message>
        <source>Startup</source>
        <translation>Opstarten</translation>
    </message>
    <message>
        <source>Next time you start Twinkle, this IP address will be automatically selected. This is only useful when your computer has multiple and static IP addresses.</source>
        <translation type="obsolete">De volgende keer dat u Twinkle opstart wordt dit IP adres automatisch geselecteerd. Dit is alleen handig als uw computer meerdere statische IP adressen heeft.</translation>
    </message>
    <message>
        <source>Default &amp;IP address:</source>
        <translation type="obsolete">Default &amp;IP adres:</translation>
    </message>
    <message>
        <source>Next time you start Twinkle, the IP address of this network interface be automatically selected. This is only useful when your computer has multiple network devices.</source>
        <translation type="obsolete">De volgende keer dat u Twinkle opstart wordt het IP adres van deze netwerk interface automatisch geselecteerd. Dit is alleen handig als uw computer meerdere netwerk interfaces heeft.</translation>
    </message>
    <message>
        <source>Default &amp;network interface:</source>
        <translation type="obsolete">Default &amp;netwerk interface:</translation>
    </message>
    <message>
        <source>S&amp;tartup hidden in system tray</source>
        <translation>Verborgen ops&amp;tarten in systeemvak</translation>
    </message>
    <message>
        <source>Next time you start Twinkle it will immediately hide in the system tray. This works best when you also select a default user profile.</source>
        <translation>De volgende keer dat u Twinkle opstart, zal Twinkle zich onmiddelijk verbergen in het systeemvak. Dit werkt het beste als u ook een default gebruikersprofiel selecteert.</translation>
    </message>
    <message>
        <source>Default user profiles</source>
        <translation type="obsolete">Default gebruikersprofielen</translation>
    </message>
    <message>
        <source>If you always use the same profile(s), then you can mark these profiles as default here. The next time you start Twinkle, you will not be asked to select which profiles to run. The default profiles will automatically run.</source>
        <translation>Als u altijd dezelfde gebruikersprofielen gebruikt, dan kunt u deze profielen als default markeren. De volgdende keer dat u Twinkle opstart, wordt u dan niet meer gevraagd om een gebruikers profiel te kiezen. De default profielen worden automatisch opgestart.</translation>
    </message>
    <message>
        <source>Services</source>
        <translation>Diensten</translation>
    </message>
    <message>
        <source>Call &amp;waiting</source>
        <translation>&amp;Wisselgesprek</translation>
    </message>
    <message>
        <source>Alt+W</source>
        <translation>Alt+W</translation>
    </message>
    <message>
        <source>With call waiting an incoming call is accepted when only one line is busy. When you disable call waiting an incoming call will be rejected when one line is busy.</source>
        <translation>Met wisselgesprek kunt een inkomend gesprek ontvangen als slechts één lijn bezet is. Als u wisselgesprek uitschakelt, dan wordt een binnekomend gesprek automatisch geweigerd als één lijn bezet is.</translation>
    </message>
    <message>
        <source>Hang up &amp;both lines when ending a 3-way conference call.</source>
        <translation>Hang &amp;beide lijnen op bij het beëindigen van een 3-weg conferentiegesprek.</translation>
    </message>
    <message>
        <source>Alt+B</source>
        <translation>Alt+B</translation>
    </message>
    <message>
        <source>Hang up both lines when you press bye to end a 3-way conference call. When this option is disabled, only the active line will be hung up and you can continue talking with the party on the other line.</source>
        <translation>Hang beide lijnen op als u een 3-weg gesprek beëindigd. Als u deze optie uitschakelt, dan zal alleen de actieve lijn worden opgehangen. U kunt dan doorpraten met de partij op de andere lijn.</translation>
    </message>
    <message>
        <source>&amp;Maximum calls in call history:</source>
        <translation>&amp;Maximum aantal gesrpekken in gesprekshistorie:</translation>
    </message>
    <message>
        <source>The maximum number of calls that will be kept in the call history.</source>
        <translation>Het maximum aantal gesprekken dat in de gesprekshistorie wordt bewaard.</translation>
    </message>
    <message>
        <source>&amp;Auto show main window on incoming call after</source>
        <translation>Toon hoofdvenster &amp;automatisch bij een inkomend gesprek na</translation>
    </message>
    <message>
        <source>Alt+A</source>
        <translation>Alt+A</translation>
    </message>
    <message>
        <source>When the main window is hidden, it will be automatically shown on an incoming call after the number of specified seconds.</source>
        <translation>Als het hoofdvenster verborgen is, dan wordt deze automatisch getoond bij een inkomend gesprek na het aantal aangegeven seconden.</translation>
    </message>
    <message>
        <source>Number of seconds after which the main window should be shown.</source>
        <translation>Het aantal seconden waarna het hoofdvenster getoond moet worden.</translation>
    </message>
    <message>
        <source>secs</source>
        <translation>s</translation>
    </message>
    <message>
        <source>The UDP port used for sending and receiving SIP messages.</source>
        <translation type="obsolete">De UDP poort voor het sturen en ontvangen van SIP berichten.</translation>
    </message>
    <message>
        <source>&amp;RTP port:</source>
        <translation>&amp;RTP poort:</translation>
    </message>
    <message>
        <source>The UDP port used for sending and receiving RTP for the first line. The UDP port for the second line is 2 higher. E.g. if port 8000 is used for the first line, then the second line uses port 8002. When you use call transfer then the next even port (eg. 8004) is also used.</source>
        <translation>De UDP poort wordt gebruikt voor het sturen en ontvangen van RTP op de eerste lijn. De UDP poort voor de tweede lijn is 2 hoger. Voorbeeld: als poort 8000 wordt gebruikt voor de eerste lijn, dan wordt 8002 voor de tweede lijn gebruikt. Als u de dienst &quot;doorverbinden&quot; gebruikt dan wordt de volgende even poort (bijv. 8004) ook gebruikt.</translation>
    </message>
    <message>
        <source>&amp;SIP UDP port:</source>
        <translation type="obsolete">&amp;SIP UDP poort:</translation>
    </message>
    <message>
        <source>Ring tone</source>
        <translation>Ring tone</translation>
    </message>
    <message>
        <source>&amp;Play ring tone on incoming call</source>
        <translation>&amp;Speel ring tone bij inkomend gesprek</translation>
    </message>
    <message>
        <source>Alt+P</source>
        <translation>Alt+S</translation>
    </message>
    <message>
        <source>Indicates if a ring tone should be played when a call comes in.</source>
        <translation>Geeft aan dat een ring tone gespeeld moet worden bij een inkomend gesprek.</translation>
    </message>
    <message>
        <source>&amp;Default ring tone</source>
        <translation>&amp;Default reing tone</translation>
    </message>
    <message>
        <source>Play the default ring tone when a call comes in.</source>
        <translation>Speel de default ring tone bij een inkomend gesprek.</translation>
    </message>
    <message>
        <source>C&amp;ustom ring tone</source>
        <translation>&amp;Eigen ring tone</translation>
    </message>
    <message>
        <source>Alt+U</source>
        <translation>Alt+E</translation>
    </message>
    <message>
        <source>Play a custom ring tone when a call comes in.</source>
        <translation>Speel een eigen ring tone bij een inkomend gesprek.</translation>
    </message>
    <message>
        <source>Specify the file name of a .wav file that you want to be played as ring tone.</source>
        <translation>De bestandsnaam van een .wav bestand dat u als ring tone wilt afspelen.</translation>
    </message>
    <message>
        <source>Ring back tone</source>
        <translation>Ring back tone</translation>
    </message>
    <message>
        <source>P&amp;lay ring back tone when network does not play ring back tone</source>
        <translation>S&amp;peel ring back tone als het netwerk geen ring back tone speelt</translation>
    </message>
    <message>
        <source>Alt+L</source>
        <translation>Alt+P</translation>
    </message>
    <message>
        <source>&lt;p&gt;
Play ring back tone while you are waiting for the far-end to answer your call.
&lt;/p&gt;
&lt;p&gt;
Depending on your SIP provider the network might provide ring back tone or an announcement.
&lt;/p&gt;</source>
        <translation>&lt;p&gt;
Speel een ring back tone (de toon die u hoort als u iemand belt) als u wacht op antwoord van de gebelde partij.
&lt;/p&gt;
&lt;p&gt;
Afhankelijk van uw SIP provider, kan het netwerk een ring back tone spelen.
&lt;/p&gt;</translation>
    </message>
    <message>
        <source>D&amp;efault ring back tone</source>
        <translation>De&amp;fault ring back tone</translation>
    </message>
    <message>
        <source>Play the default ring back tone.</source>
        <translation>Speel de default ring back tone.</translation>
    </message>
    <message>
        <source>Cu&amp;stom ring back tone</source>
        <translation>Ei&amp;gen ring back tone</translation>
    </message>
    <message>
        <source>Play a custom ring back tone.</source>
        <translation>Speel een eigen ring back tone.</translation>
    </message>
    <message>
        <source>Specify the file name of a .wav file that you want to be played as ring back tone.</source>
        <translation>De bestandsnaam van een .wav bestand dat u als ring back tone wilt afspelen.</translation>
    </message>
    <message>
        <source>&amp;Lookup name for incoming call</source>
        <translation>Naam op&amp;zoeken voor een inkomend gesprek</translation>
    </message>
    <message>
        <source>Ove&amp;rride received display name</source>
        <translation>Gevonden naam heeft voor&amp;rang op ontvangen naam</translation>
    </message>
    <message>
        <source>Alt+R</source>
        <translation>Alt+R</translation>
    </message>
    <message>
        <source>The caller may have provided a display name already. Tick this box if you want to override that name with the name you have in your address book.</source>
        <translation>De beller kan een naam meesturen met een inkomend gesprek. Als u deze optie selecteert, dan zal Twinkle toch de naam uit uw adresboek tonen als deze gevonden wordt.</translation>
    </message>
    <message>
        <source>Lookup &amp;photo for incoming call</source>
        <translation>Opzoeken &amp;foto bij inkomend gesprek</translation>
    </message>
    <message>
        <source>Lookup the photo of a caller in your address book and display it on an incoming call.</source>
        <translation>Zoek de foto van de beller op in uw adresboek en toon het bij een inkomend gesprek.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>Accept and save your changes.</source>
        <translation>Sla de instellingen op.</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>Undo all your changes and close the window.</source>
        <translation>Maak alle wijzigingen ongedaan en sluit het venster.</translation>
    </message>
    <message>
        <source>none</source>
        <comment>This is the &apos;none&apos; in default IP address combo</comment>
        <translation type="obsolete">geen</translation>
    </message>
    <message>
        <source>none</source>
        <comment>This is the &apos;none&apos; in default network interface combo</comment>
        <translation type="obsolete">geen</translation>
    </message>
    <message>
        <source>Either choose a default IP address or a default network interface.</source>
        <translation type="obsolete">Kies óf een default IP adres óf een default netwerk interface.</translation>
    </message>
    <message>
        <source>Ring tones</source>
        <comment>Description of .wav files in file dialog</comment>
        <translation>Ring tones</translation>
    </message>
    <message>
        <source>Choose ring tone</source>
        <translation>Kies ring tone</translation>
    </message>
    <message>
        <source>Ring back tones</source>
        <comment>Description of .wav files in file dialog</comment>
        <translation>Ring back tones</translation>
    </message>
    <message>
        <source>Choose ring back tone</source>
        <translation>Kies ring back tone</translation>
    </message>
    <message>
        <source>&amp;Validate devices before usage</source>
        <translation>&amp;Valideer apparaten voor gebruik</translation>
    </message>
    <message>
        <source>Alt+V</source>
        <translation>Alt+V</translation>
    </message>
    <message>
        <source>&lt;p&gt;
Twinkle validates the audio devices before usage to avoid an established call without an audio channel.
&lt;p&gt;
On startup of Twinkle a warning is given if an audio device is inaccessible.
&lt;p&gt;
If before making a call, the microphone or speaker appears to be invalid, a warning is given and no call can be made.
&lt;p&gt;
If before answering a call, the microphone or speaker appears to be invalid, a warning is given and the call will not be answered.</source>
        <translation>&lt;p&gt;
Twinkle valideert de geluidsapparaten voor gebruik om te voorkomen dat een gesprek zonder geluidskanaal wordt opgezet.
&lt;p&gt;
Bij het opstarten geeft Twinkle een waarschuwing als een geluidsapparaat niet beschikbaar is.
&lt;p&gt;
Als voor het maken van een gesprek, de microfoon of speaker niet beschikbaar zijn, dan krijgt u een waarschuwing en kunt u het gesprek niet maken.
&lt;p&gt;
Als voor het beantwoorden van een inkomend gesprek, de microfoon of speaker onbeschikbaar zijn, dan krijgt u een waarschuwing en kunt u het gesprek niet beantwoorden.</translation>
    </message>
    <message>
        <source>On an incoming call, Twinkle will try to find the name belonging to the incoming SIP address in your address book. This name will be displayed.</source>
        <translation>Bij een inkomend gesprek, probeert Twinkle de naam van de beller op te zoeken in het adresboek. Deze naam wordt dan getoond.</translation>
    </message>
    <message>
        <source>Select ring tone file.</source>
        <translation>Selecteer ring tone bestand.</translation>
    </message>
    <message>
        <source>Select ring back tone file.</source>
        <translation>Selecteer ring back tone bestand.</translation>
    </message>
    <message>
        <source>Maximum allowed size (0-65535) in bytes of an incoming SIP message over UDP.</source>
        <translation>Maximum omvang (0-65535) van een inkomend SIP bericht over UDP in bytes.</translation>
    </message>
    <message>
        <source>&amp;SIP port:</source>
        <translation>&amp;SIP poort:</translation>
    </message>
    <message>
        <source>Max. SIP message size (&amp;TCP):</source>
        <translation>Max. omvang SIP bericht (&amp;TCP):</translation>
    </message>
    <message>
        <source>The UDP/TCP port used for sending and receiving SIP messages.</source>
        <translation>De TCP/UDP poort die wordt gebruikt voor SIP verkeer.</translation>
    </message>
    <message>
        <source>Max. SIP message size (&amp;UDP):</source>
        <translation>Max. omvang SIP bericht (&amp;UDP):</translation>
    </message>
    <message>
        <source>Maximum allowed size (0-4294967295) in bytes of an incoming SIP message over TCP.</source>
        <translation>Maxmimum grootte (0-4294967295) van een SIP bericht over TCP in bytes.</translation>
    </message>
    <message>
        <source>W&amp;eb browser command:</source>
        <translation>Command voor opstarten w&amp;eb browser:</translation>
    </message>
    <message>
        <source>Command to start your web browser. If you leave this field empty Twinkle will try to figure out your default web browser.</source>
        <translation>Het commando waamee uw web browser kan worden opgestart. Als u dit veld leeg laat, dan zal Twinkle zelf proberen om uw standaard web browser op te starten.</translation>
    </message>
    <message>
        <source>512</source>
        <translation type="unfinished">512</translation>
    </message>
    <message>
        <source>1024</source>
        <translation type="unfinished">1024</translation>
    </message>
    <message>
        <source>Tip: for crackling sound with PulseAudio, set play period size to maximum.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Enable in-call OSD</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>SysTrayPopup</name>
    <message>
        <source>Answer</source>
        <translation>Antwoord</translation>
    </message>
    <message>
        <source>Reject</source>
        <translation>Afwijzen</translation>
    </message>
    <message>
        <source>Incoming Call</source>
        <translation>Inkomend gesprek</translation>
    </message>
</context>
<context>
    <name>TermCapForm</name>
    <message>
        <source>Twinkle - Terminal Capabilities</source>
        <translation>Twinkle - Terminal Eigenschappen</translation>
    </message>
    <message>
        <source>&amp;From:</source>
        <translation>&amp;Van:</translation>
    </message>
    <message>
        <source>Get terminal capabilities of</source>
        <translation>Opvragen terminal eigenschappen van</translation>
    </message>
    <message>
        <source>&amp;To:</source>
        <translation>&amp;Aan:</translation>
    </message>
    <message>
        <source>The address that you want to query for capabilities (OPTION request). This can be a full SIP address like &lt;b&gt;sip:example@example.com&lt;/b&gt; or just the user part or telephone number of the full address. When you do not specify a full address, then Twinkle will complete the address by using the domain value of your user profile.</source>
        <translation>Het adres waarvoor u de eigenschappen (OPTION verzoek) wilt weten. Dit kan een volledig SIP adres zijn zoals &lt;b&gt;sip:example@example.com&lt;/b&gt; of alleen een gebruikersnaam of telefoonnummer. Als u geen volledig adres invoert, dan zal Twinkle het adres afmaken met de waarde die u voor domein heeft ingevuld in uw gebruikersprofiel.</translation>
    </message>
    <message>
        <source>Address book</source>
        <translation>Adresboek</translation>
    </message>
    <message>
        <source>Select an address from the address book.</source>
        <translation>Kies een adres uit het adresboek.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>F10</source>
        <translation>F10</translation>
    </message>
</context>
<context>
    <name>TransferForm</name>
    <message>
        <source>Twinkle - Transfer</source>
        <translation>Twinkle - Doorverbinden</translation>
    </message>
    <message>
        <source>Transfer call to</source>
        <translation>Doorverbinden naar</translation>
    </message>
    <message>
        <source>&amp;To:</source>
        <translation>&amp;Aan:</translation>
    </message>
    <message>
        <source>The address of the person you want to transfer the call to. This can be a full SIP address like &lt;b&gt;sip:example@example.com&lt;/b&gt; or just the user part or telephone number of the full address. When you do not specify a full address, then Twinkle will complete the address by using the domain value of your user profile.</source>
        <translation>Het adres waarnaar u wilt doorverbinden. Dit kan een volledig SIP adres zijn zoals &lt;b&gt;sip:example@example.com&lt;/b&gt; of alleen een gebruikersnaam of telefoonnummer. Als u geen volledig adres invoert, dan zal Twinkle het adres afmaken met de waarde die u voor domein heeft ingevuld in uw gebruikersprofiel.</translation>
    </message>
    <message>
        <source>Address book</source>
        <translation>Adresboek</translation>
    </message>
    <message>
        <source>Select an address from the address book.</source>
        <translation>Kies een adres uit het adresboek.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Type of transfer</source>
        <translation type="obsolete">Doorverbindmethode</translation>
    </message>
    <message>
        <source>&amp;Blind transfer</source>
        <translation>&amp;Blind doorverbinden</translation>
    </message>
    <message>
        <source>Alt+B</source>
        <translation>Alt+B</translation>
    </message>
    <message>
        <source>Transfer the call to a third party without contacting that third party yourself.</source>
        <translation>Doorverbinden van het gesprek naar een derde partij zonder dat u die derde partij eerst zelf raadpleegt.</translation>
    </message>
    <message>
        <source>T&amp;ransfer with consultation</source>
        <translation>Doorverbinden met &amp;ruggespraak</translation>
    </message>
    <message>
        <source>Alt+R</source>
        <translation>Alt+R</translation>
    </message>
    <message>
        <source>Before transferring the call to a third party, first consult the party yourself.</source>
        <translation>Alvorens een gesprek door te verbinden naar een derde partij, houdt u eerst ruggespraak met die partij.</translation>
    </message>
    <message>
        <source>Transfer to other &amp;line</source>
        <translation>Doorverbinden naar andere &amp;lijn</translation>
    </message>
    <message>
        <source>Alt+L</source>
        <translation>Alt+L</translation>
    </message>
    <message>
        <source>Connect the remote party on the active line with the remote party on the other line.</source>
        <translation>Verbind de persoon op deze lijn door met de persoon op de andere lijn.</translation>
    </message>
    <message>
        <source>F10</source>
        <translation>F10</translation>
    </message>
</context>
<context>
    <name>TwinkleCore</name>
    <message>
        <source>Directory %1 does not exist.</source>
        <translation>Folder %1 bestaat niet.</translation>
    </message>
    <message>
        <source>Lock file %1 already exist, but cannot be opened.</source>
        <translation type="obsolete">Lock bestand %1 bestaat al, maar kan niet geopend worden.</translation>
    </message>
    <message>
        <source>%1 is already running.
Lock file %2 already exists.</source>
        <translation>%1 is al actief.
Lock bestand %2 bestaat al.</translation>
    </message>
    <message>
        <source>Failed to create log file %1 .</source>
        <translation>Aanmaken van log bestand %1 mislukt.</translation>
    </message>
    <message>
        <source>Cannot open file for reading: %1</source>
        <translation>Bestand kan niet geopend worden om te lezen: %1</translation>
    </message>
    <message>
        <source>File system error while reading file %1 .</source>
        <translation>Bestandssysteem fout tijdens lezen van file %1 .</translation>
    </message>
    <message>
        <source>Cannot open file for writing: %1</source>
        <translation>Bestand niet geopend worden om te schrijven: %1</translation>
    </message>
    <message>
        <source>File system error while writing file %1 .</source>
        <translation>Bestandssysteem fout tijdens schrijven van bestand %1 .</translation>
    </message>
    <message>
        <source>Excessive number of socket errors.</source>
        <translation>Excessief aantal socket fouten.</translation>
    </message>
    <message>
        <source>Built with support for:</source>
        <translation>Gebouwd met ondersteuning voor:</translation>
    </message>
    <message>
        <source>Contributions:</source>
        <translation>Bijdragen:</translation>
    </message>
    <message>
        <source>This software contains the following software from 3rd parties:</source>
        <translation>Deze software bevat de volgende software van derden:</translation>
    </message>
    <message>
        <source>* GSM codec from Jutta Degener and Carsten Bormann, University of Berlin</source>
        <translation>* GSM codec van Jutta Degener en Carsten Bormann, Universiteit van Berlijn</translation>
    </message>
    <message>
        <source>* G.711/G.726 codecs from Sun Microsystems (public domain)</source>
        <translation>* G.711/G.726 codecs van Sun Microsystems (public domain)</translation>
    </message>
    <message>
        <source>* iLBC implementation from RFC 3951 (www.ilbcfreeware.org)</source>
        <translation>* iLBC implementatie uit RFC 3951 (www.ilbcfreeware.org)</translation>
    </message>
    <message>
        <source>* Parts of the STUN project at http://sourceforge.net/projects/stun</source>
        <translation>* Delen van het STUN project op http://sourceforge.net/projects/stun</translation>
    </message>
    <message>
        <source>* Parts of libsrv at http://libsrv.sourceforge.net/</source>
        <translation>* Delen van libsrv op http://libsrv.sourceforge.net/</translation>
    </message>
    <message>
        <source>For RTP the following dynamic libraries are linked:</source>
        <translation>Voor RTP zijn de volgende dynamische libraries gelinkt:</translation>
    </message>
    <message>
        <source>Translated to english by &lt;your name&gt;</source>
        <translation>Nederlandse vertaling door Michel de Boer</translation>
    </message>
    <message>
        <source>Cannot open file %1 .</source>
        <translation>Betand %1 kan niet geopend worden.</translation>
    </message>
    <message>
        <source>%1 is not set to your home directory.</source>
        <translation>%1 heeft niet de waarde van uw thuis folder.</translation>
    </message>
    <message>
        <source>Directory %1 (%2) does not exist.</source>
        <translation>Folder %1 (%2) bestaat niet.</translation>
    </message>
    <message>
        <source>Cannot create directory %1 .</source>
        <translation>Folder %1 kan niet aangemaakt worden.</translation>
    </message>
    <message>
        <source>Cannot create %1 .</source>
        <translation>%1 kan niet aangemaakt worden.</translation>
    </message>
    <message>
        <source>Cannot write to %1 .</source>
        <translation type="obsolete">Kan niet schrijven naar %1 .</translation>
    </message>
    <message>
        <source>Syntax error in file %1 .</source>
        <translation>Syntactische fout in bestand %1 .</translation>
    </message>
    <message>
        <source>Failed to backup %1 to %2</source>
        <translation>Backuppen van %1 naar %2 mislukt</translation>
    </message>
    <message>
        <source>unknown name (device is busy)</source>
        <translation>naam onbekend (apparaat bezet)</translation>
    </message>
    <message>
        <source>Default device</source>
        <translation>Default apparaat</translation>
    </message>
    <message>
        <source>Anonymous</source>
        <translation>Anoniem</translation>
    </message>
    <message>
        <source>Warning:</source>
        <translation>Waarschuwing:</translation>
    </message>
    <message>
        <source>Call transfer - %1</source>
        <translation>Doorverbinden - %1</translation>
    </message>
    <message>
        <source>Sound card cannot be set to full duplex.</source>
        <translation>Geluidskaart werkt niet in full duplex modus.</translation>
    </message>
    <message>
        <source>Cannot set buffer size on sound card.</source>
        <translation>De buffergrootte van de geluidskaart kan niet ingesteld worden.</translation>
    </message>
    <message>
        <source>Sound card cannot be set to %1 channels.</source>
        <translation>Geluidskaar ondersteunt geen %1 kanalen.</translation>
    </message>
    <message>
        <source>Cannot set sound card to 16 bits recording.</source>
        <translation>Geluidskaart ondersteunt geen 16 bits opname.</translation>
    </message>
    <message>
        <source>Cannot set sound card to 16 bits playing.</source>
        <translation>Geluidskaar ondersteunt geen 16 bits afspelen.</translation>
    </message>
    <message>
        <source>Cannot set sound card sample rate to %1</source>
        <translation>Geluidskaar ondersteunt sampling rate %1 niet</translation>
    </message>
    <message>
        <source>Opening ALSA driver failed</source>
        <translation>Openen ALSA stuurprogramma mislukt</translation>
    </message>
    <message>
        <source>Cannot open ALSA driver for PCM playback</source>
        <translation>ALSA stuur programma voor PCM afspelen kan niet geopend worden</translation>
    </message>
    <message>
        <source>Cannot resolve STUN server: %1</source>
        <translation>IP adres van STUN server niet gevonden: %1</translation>
    </message>
    <message>
        <source>You are behind a symmetric NAT.
STUN will not work.
Configure a public IP address in the user profile
and create the following static bindings (UDP) in your NAT.</source>
        <translation>U bevindt zich achter een symmetrische NAT.
STUN zal niet werken.
Configureer uw publieke IP adres in uw gebruikersprofiel
en creëer de volgende statische UDP mapping in uw NAT.</translation>
    </message>
    <message>
        <source>public IP: %1 --&gt; private IP: %2 (SIP signaling)</source>
        <translation>publiek IP: %1 --&gt; privé IP: %2 (SIP signalering)</translation>
    </message>
    <message>
        <source>public IP: %1-%2 --&gt; private IP: %3-%4 (RTP/RTCP)</source>
        <translation>publiek IP: %1-%2 --&gt; privé IP: %3-%4 (RTP/RTCP)</translation>
    </message>
    <message>
        <source>Cannot reach the STUN server: %1</source>
        <translation>STUN server onbereikbaar: %1</translation>
    </message>
    <message>
        <source>Port %1 (SIP signaling)</source>
        <translation>Poort %1 (SIP signalering)</translation>
    </message>
    <message>
        <source>NAT type discovery via STUN failed.</source>
        <translation>Verkenning van NAT type via STUN is mislukt.</translation>
    </message>
    <message>
        <source>If you are behind a firewall then you need to open the following UDP ports.</source>
        <translation>Als u zich achter een firewall bevindt dan moet u de volgende UDP poorten open zetten.</translation>
    </message>
    <message>
        <source>Ports %1-%2 (RTP/RTCP)</source>
        <translation>Poorten %1-%2 (RTP/RTCP)</translation>
    </message>
    <message>
        <source>Cannot access the ring tone device (%1).</source>
        <translation>Ring tone apparaat niet beschikbaar (%1).</translation>
    </message>
    <message>
        <source>Cannot access the speaker (%1).</source>
        <translation>Speaker niet beschikbaar (%1).</translation>
    </message>
    <message>
        <source>Cannot access the microphone (%1).</source>
        <translation>Microfoon niet beschikbaar (%1).</translation>
    </message>
    <message>
        <source>Cannot open ALSA driver for PCM capture</source>
        <translation>ALSA stuurapparaat kan niet geopend worden voor openemen</translation>
    </message>
    <message>
        <source>Cannot receive incoming TCP connections.</source>
        <translation>Kan geen inkomende TCP verbindingen ontvangen.</translation>
    </message>
    <message>
        <source>Failed to create file %1</source>
        <translation>Creëren van bestand %1 mislukt</translation>
    </message>
    <message>
        <source>Failed to write data to file %1</source>
        <translation>Schrijven naar bestand %1 mislukt</translation>
    </message>
    <message>
        <source>Failed to send message.</source>
        <translation>Zenden bericht mislukt.</translation>
    </message>
    <message>
        <source>Cannot lock %1 .</source>
        <translation>Kan geen lock zetten op %1 .</translation>
    </message>
</context>
<context>
    <name>UserProfileForm</name>
    <message>
        <source>Twinkle - User Profile</source>
        <translation>Twinkle - Gebruikersprofiel</translation>
    </message>
    <message>
        <source>User profile:</source>
        <translation>Gebruikersprofiel:</translation>
    </message>
    <message>
        <source>Select which profile you want to edit.</source>
        <translation>Kies het gebruikersprofiel dat u wilt bewerken.</translation>
    </message>
    <message>
        <source>User</source>
        <translation>Gebruiker</translation>
    </message>
    <message>
        <source>SIP server</source>
        <translation>SIP server</translation>
    </message>
    <message>
        <source>RTP audio</source>
        <translation>RTP audio</translation>
    </message>
    <message>
        <source>SIP protocol</source>
        <translation>SIP protocol</translation>
    </message>
    <message>
        <source>NAT</source>
        <translation type="obsolete">NAT</translation>
    </message>
    <message>
        <source>Address format</source>
        <translation>Adresformaat</translation>
    </message>
    <message>
        <source>Timers</source>
        <translation>Timers</translation>
    </message>
    <message>
        <source>Ring tones</source>
        <translation>Ring tones</translation>
    </message>
    <message>
        <source>Scripts</source>
        <translation>Scripts</translation>
    </message>
    <message>
        <source>Security</source>
        <translation>Beveiliging</translation>
    </message>
    <message>
        <source>Select a category for which you want to see or modify the settings.</source>
        <translation>Kies de categorie die u wilt bewerken.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>Accept and save your changes.</source>
        <translation>Bewaar uw wijzigingen.</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>Undo all your changes and close the window.</source>
        <translation>Maak alle wijzigingen ongedaan en sluit het venster.</translation>
    </message>
    <message>
        <source>SIP account</source>
        <translation>SIP account</translation>
    </message>
    <message>
        <source>&amp;User name*:</source>
        <translation>Ge&amp;bruikersnaam*:</translation>
    </message>
    <message>
        <source>&amp;Domain*:</source>
        <translation type="vanished">&amp;Domein*:</translation>
    </message>
    <message>
        <source>Or&amp;ganization:</source>
        <translation type="vanished">Or&amp;ganisatie:</translation>
    </message>
    <message>
        <source>The SIP user name given to you by your provider. It is the user part in your SIP address, &lt;b&gt;username&lt;/b&gt;@domain.com This could be a telephone number.
&lt;br&gt;&lt;br&gt;
This field is mandatory.</source>
        <translation>De SIP gebruikersnaam die u van uw provider heeft gekregen. Dit het gebruikersdeel in uw SIP adres, &lt;b&gt;gebruikersnaame&lt;/b&gt;@domein.nl Dit kan een telefoonnummer zijn.
&lt;br&gt;&lt;br&gt;
Dit is een verplicht veld.</translation>
    </message>
    <message>
        <source>The domain part of your SIP address, username@&lt;b&gt;domain.com&lt;/b&gt;. Instead of a real domain this could also be the hostname or IP address of your &lt;b&gt;SIP proxy&lt;/b&gt;. If you want direct IP phone to IP phone communications then you fill in the hostname or IP address of your computer.
&lt;br&gt;&lt;br&gt;
This field is mandatory.</source>
        <translation>Dit is het domein deel van uw SIP adres, gebruikersnaame@&lt;b&gt;domein.nl&lt;/b&gt;. In plaats van een echt domein kan dit ook de host naam of het IP van uw &lt;b&gt;SIP proxy&lt;/b&gt; zijn. Als u direct van IP adres naar IP adres wilt bellen, dan vult u hier de host naam of IP adres van uw computer in.
&lt;br&gt;&lt;br&gt;
Dit is een verplicht veld.</translation>
    </message>
    <message>
        <source>You may fill in the name of your organization. When you make a call, this might be shown to the called party.</source>
        <translation>Hier kunt u de naam van uw organisatie invullen. Als u iemand belt, dan kan dit getoond worden.</translation>
    </message>
    <message>
        <source>This is just your full name, e.g. John Doe. It is used as a display name. When you make a call, this display name might be shown to the called party.</source>
        <translation>Dit is uw eigen naam. bijv. Jan Jansen. Als u iemand belt, kan deze naam getoond worden.</translation>
    </message>
    <message>
        <source>&amp;Your name:</source>
        <translation>U&amp;w naam:</translation>
    </message>
    <message>
        <source>SIP authentication</source>
        <translation>SIP authenticatie</translation>
    </message>
    <message>
        <source>&amp;Realm:</source>
        <translation>&amp;Realm:</translation>
    </message>
    <message>
        <source>&amp;Password:</source>
        <translation>&amp;Paswoord:</translation>
    </message>
    <message>
        <source>The realm for authentication. This value must be provided by your SIP provider. If you leave this field empty, then Twinkle will try the user name and password for any realm that it will be challenged with.</source>
        <translation>De authenticatie realm. Deze waarde moet verstrekt worden door uw SIP provider. Als u dit veld leeg laat, dan zal Twinkle automatisch de realm gebruiken die de SIP proxy stuurt. Als u de realm niet weet, laat dit veld dan leeg.</translation>
    </message>
    <message>
        <source>Your SIP authentication name. Quite often this is the same as your SIP user name. It can be a different name though.</source>
        <translation>Uw SIP gebruikersnaam voor authenticatie. Meestal is dit hetzelfde als uw SIP gebruikersnaam.</translation>
    </message>
    <message>
        <source>Your password for authentication.</source>
        <translation>Uw paswoord voor authenticatie.</translation>
    </message>
    <message>
        <source>Registrar</source>
        <translation>Registratie server</translation>
    </message>
    <message>
        <source>&amp;Registrar:</source>
        <translation>&amp;Registratie server:</translation>
    </message>
    <message>
        <source>The hostname, domain name or IP address of your registrar. If you use an outbound proxy that is the same as your registrar, then you may leave this field empty and only fill in the address of the outbound proxy.</source>
        <translation>De host naam, domein naam of IP adres van uw registratie server. Als u een uitgaande proxy gebruikt die tevens uw registratie server is, dan kunt u dit veld leeg laten en alleen het adres voor de uitgaande proxy invullen.</translation>
    </message>
    <message>
        <source>&amp;Expiry:</source>
        <translation type="vanished">&amp;Interval:</translation>
    </message>
    <message>
        <source>The registration expiry time that Twinkle will request.</source>
        <translation>Het registratie interval dat Twinkle zal aanvragen.</translation>
    </message>
    <message>
        <source>seconds</source>
        <translation>sec</translation>
    </message>
    <message>
        <source>Re&amp;gister at startup</source>
        <translation>Re&amp;gistreer tijdens opstarten</translation>
    </message>
    <message>
        <source>Alt+G</source>
        <translation>Alt+G</translation>
    </message>
    <message>
        <source>Indicates if Twinkle should automatically register when you run this user profile. You should disable this when you want to do direct IP phone to IP phone communication without a SIP proxy.</source>
        <translation>Geeft aan of Twinkle zich automatisch moet registrerent als u dit gebruikersprofiel start. U moet deze optie uitschakelen als u direct van IP adres naar IP adres wilt bellen zonder tussenkomst van een SIP proxy.</translation>
    </message>
    <message>
        <source>Outbound Proxy</source>
        <translation>Uitgaande Proxy</translation>
    </message>
    <message>
        <source>&amp;Use outbound proxy</source>
        <translation>&amp;Gebruik uitgaande proxy</translation>
    </message>
    <message>
        <source>Alt+U</source>
        <translation>Alt+G</translation>
    </message>
    <message>
        <source>Indicates if Twinkle should use an outbound proxy. If an outbound proxy is used then all SIP requests are sent to this proxy. Without an outbound proxy, Twinkle will try to resolve the SIP address that you type for a call invitation for example to an IP address and send the SIP request there.</source>
        <translation>Geeft aan dat Twinkle een uitgaande proxy moet gebruiken. Als een uitgaande proxy gebruikt wordt, dan worden alle SIP berichten naar die proxy gestuurd. Zonder uitgaande proxy, zal Twinkle zelf proberen om een SIP adres naar een IP adres te veralen.</translation>
    </message>
    <message>
        <source>Outbound &amp;proxy:</source>
        <translation>Uitgaande &amp;proxy:</translation>
    </message>
    <message>
        <source>&amp;Send in-dialog requests to proxy</source>
        <translation>&amp;Stuur &quot;in-dialog SIP request&quot; naar de proxy</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation>Alt+S</translation>
    </message>
    <message>
        <source>SIP requests within a SIP dialog are normally sent to the address in the contact-headers exchanged during call setup. If you tick this box, that address is ignored and in-dialog request are also sent to the outbound proxy.</source>
        <translation>SIP verzoeken binnen een SIP dialog worden normaliter naar het adres uit de contact-header gestuurd. Dit adres wordt tijdens de gespreksopbouw bepaald. Als u deze optie aanvinkt, dan zal Twinkle dat adres negeren en zullen in-dialog requests ook naar de uitgaande proxy gestuurd worden.</translation>
    </message>
    <message>
        <source>&amp;Don&apos;t send a request to proxy if its destination can be resolved locally.</source>
        <translation>Stuur een &amp;verzoek niet naar de proxy als de bestemming lokaal bepaald kan worden.</translation>
    </message>
    <message>
        <source>Alt+D</source>
        <translation>Alt+V</translation>
    </message>
    <message>
        <source>When you tick this option Twinkle will first try to resolve a SIP address to an IP address itself. If it can, then the SIP request will be sent there. Only when it cannot resolve the address, it will send the SIP request to the proxy (note that an in-dialog request will only be sent to the proxy in this case when you also ticked the previous option.)</source>
        <translation>Als u deze optie aanvinkt, dan zal Twinkle eerst zelf proberen om een SIP adres naar een IP adres te vertalen. Als dat lukt, dan zal het SIP verzoek naar dat IP adres worden gestuurd. Als dat niet lukt dan wordt het verzoek naar de proxy gestuurd (letop: als het om een in-dialog request gaat, dan moet ook de voorgaande optie aan staan, als u wilt dat deze naar de proxy gaat.)</translation>
    </message>
    <message>
        <source>The hostname, domain name or IP address of your outbound proxy.</source>
        <translation>Host naam, domein of IP adres van uw uitgaande proxy.</translation>
    </message>
    <message>
        <source>Codecs</source>
        <translation>Codecs</translation>
    </message>
    <message>
        <source>Available codecs:</source>
        <translation>Beschikbare codecs:</translation>
    </message>
    <message>
        <source>G.711 A-law</source>
        <translation>G.711 A-law</translation>
    </message>
    <message>
        <source>G.711 u-law</source>
        <translation>G.711 u-law</translation>
    </message>
    <message>
        <source>GSM</source>
        <translation>GSM</translation>
    </message>
    <message>
        <source>speex-nb (8 kHz)</source>
        <translation>speex-nb (8 kHz)</translation>
    </message>
    <message>
        <source>speex-wb (16 kHz)</source>
        <translation>speex-wb (16 kHz)</translation>
    </message>
    <message>
        <source>speex-uwb (32 kHz)</source>
        <translation>speex-uwb (32 kHz)</translation>
    </message>
    <message>
        <source>List of available codecs.</source>
        <translation>Lijst met beschikbare codecs.</translation>
    </message>
    <message>
        <source>Move a codec from the list of available codecs to the list of active codecs.</source>
        <translation>Verplaats een codec van de lijst met beschikbare codecs naar de lijst met actieve codecs.</translation>
    </message>
    <message>
        <source>Move a codec from the list of active codecs to the list of available codecs.</source>
        <translation>Verplaats een codec van de lijst met actieve codecs naar de lijst met beschikbare codecs.</translation>
    </message>
    <message>
        <source>Active codecs:</source>
        <translation>Actieve codecs:</translation>
    </message>
    <message>
        <source>List of active codecs. These are the codecs that will be used for media negotiation during call setup. The order of the codecs is the order of preference of use.</source>
        <translation>Lijst met actieve codecs. Deze codecs worden gebruikt in de media onderhandeling tijdens de gespreksopbouw. De volgorde van de codecs geeft de voorkeur aan.</translation>
    </message>
    <message>
        <source>Move a codec upwards in the list of active codecs, i.e. increase its preference of use.</source>
        <translation>Schuif een codec omhoog in de lijst met actieve codec, d.w.z. verhoog de voorkeur.</translation>
    </message>
    <message>
        <source>Move a codec downwards in the list of active codecs, i.e. decrease its preference of use.</source>
        <translation>Verschuif een codec omlaag in de lijst met actieve codecs, d.w.z. verlaag de voorkeur.</translation>
    </message>
    <message>
        <source>&amp;G.711/G.726 payload size:</source>
        <translation>&amp;G.711/G.726 payload grootte:</translation>
    </message>
    <message>
        <source>The preferred payload size for the G.711 and G.726 codecs.</source>
        <translation>De gewenste payload grootte voor de G.711 en G.726 codecs.</translation>
    </message>
    <message>
        <source>ms</source>
        <translation>ms</translation>
    </message>
    <message>
        <source>&amp;iLBC</source>
        <translation>&amp;iLBC</translation>
    </message>
    <message>
        <source>iLBC</source>
        <translation>iLBC</translation>
    </message>
    <message>
        <source>i&amp;LBC payload type:</source>
        <translation>i&amp;LBC payload type:</translation>
    </message>
    <message>
        <source>iLBC &amp;payload size (ms):</source>
        <translation>iLBC &amp;payload grootte (ms):</translation>
    </message>
    <message>
        <source>The dynamic type value (96 or higher) to be used for iLBC.</source>
        <translation>Het dynamische payload type (96 of hoger) voor iLBC.</translation>
    </message>
    <message>
        <source>20</source>
        <translation>20</translation>
    </message>
    <message>
        <source>30</source>
        <translation>30</translation>
    </message>
    <message>
        <source>The preferred payload size for iLBC.</source>
        <translation>De gewenste payload grootte voor iLBC.</translation>
    </message>
    <message>
        <source>&amp;Speex</source>
        <translation>&amp;Speex</translation>
    </message>
    <message>
        <source>Speex</source>
        <translation>Speex</translation>
    </message>
    <message>
        <source>Perceptual &amp;enhancement</source>
        <translation>Perceptual &amp;enhancement</translation>
    </message>
    <message>
        <source>Alt+E</source>
        <translation>Alt+W</translation>
    </message>
    <message>
        <source>Perceptual enhancement is a part of the decoder which, when turned on, tries to reduce (the perception of) the noise produced by the coding/decoding process. In most cases, perceptual enhancement make the sound further from the original objectively (if you use SNR), but in the end it still sounds better (subjective improvement).</source>
        <translation>Perceptual enhancement tracht de ruis geproduceert door het coderings/decoderings proces te verminderen (een subjectieve verbetering).</translation>
    </message>
    <message>
        <source>&amp;Ultra wide band payload type:</source>
        <translation>U&amp;ltra wide band payload type:</translation>
    </message>
    <message>
        <source>&amp;VAD</source>
        <translation type="obsolete">&amp;VAD</translation>
    </message>
    <message>
        <source>Alt+V</source>
        <translation>Alt+V</translation>
    </message>
    <message>
        <source>When enabled, voice activity detection detects whether the audio being encoded is speech or silence/background noise. VAD is always implicitly activated when encoding in VBR, so the option is only useful in non-VBR operation. In this case, Speex detects non-speech periods and encode them with just enough bits to reproduce the background noise. This is called &quot;comfort noise generation&quot; (CNG).</source>
        <translation type="obsolete">Voice activity detection detecteert of de opgenomen audio spraak of stilte dan wel achtergrondruis is. VAD staat atlijd impliciet aan als VBR wordt gebruikt. VAD is dus alleen nutting als VBR uitstaat. De Speex codec stuurt dan slechts een paar bits tijdens stilte periodes. Dit heet comfort noise generation (CNG).</translation>
    </message>
    <message>
        <source>&amp;Wide band payload type:</source>
        <translation>&amp;Wide band payload type:</translation>
    </message>
    <message>
        <source>V&amp;BR</source>
        <translation type="obsolete">V&amp;BR</translation>
    </message>
    <message>
        <source>Alt+B</source>
        <translation>Alt+B</translation>
    </message>
    <message>
        <source>Variable bit-rate (VBR) allows a codec to change its bit-rate dynamically to adapt to the &quot;difficulty&quot; of the audio being encoded. In the example of Speex, sounds like vowels and high-energy transients require a higher bit-rate to achieve good quality, while fricatives (e.g. s,f sounds) can be coded adequately with less bits. For this reason, VBR can achieve a lower bit-rate for the same quality, or a better quality for a certain bit-rate. Despite its advantages, VBR has two main drawbacks: first, by only specifying quality, there&apos;s no guarantee about the final average bit-rate. Second, for some real-time applications like voice over IP (VoIP), what counts is the maximum bit-rate, which must be low enough for the communication channel.</source>
        <translation>Met variable bit-rate (VBR) past de codec de bit-rate dynamisch aan aan de complexiteit van de opgenomen audio.</translation>
    </message>
    <message>
        <source>The dynamic type value (96 or higher) to be used for speex wide band.</source>
        <translation>Het dynamische payload type (96 of hoger) voor speex wide band.</translation>
    </message>
    <message>
        <source>Co&amp;mplexity:</source>
        <translation>Co&amp;mplexiteit:</translation>
    </message>
    <message>
        <source>DT&amp;X</source>
        <translation type="obsolete">DT&amp;X</translation>
    </message>
    <message>
        <source>Alt+X</source>
        <translation type="obsolete">Alt+X</translation>
    </message>
    <message>
        <source>Discontinuous transmission is an addition to VAD/VBR operation, that allows one to stop transmitting completely when the background noise is stationary.</source>
        <translation>Discontinuous transmission (DTX) is een extra optie boven op VAD. Met DTX wordt helemaal niets gestuurd tijdens stilte periodes.</translation>
    </message>
    <message>
        <source>The dynamic type value (96 or higher) to be used for speex narrow band.</source>
        <translation>Het dynamische payload type (96 of hoger) voor speex narrow band.</translation>
    </message>
    <message>
        <source>With Speex, it is possible to vary the complexity allowed for the encoder. This is done by controlling how the search is performed with an integer ranging from 1 to 10 in a way that&apos;s similar to the -1 to -9 options to gzip and bzip2 compression utilities. For normal use, the noise level at complexity 1 is between 1 and 2 dB higher than at complexity 10, but the CPU requirements for complexity 10 is about 5 times higher than for complexity 1. In practice, the best trade-off is between complexity 2 and 4, though higher settings are often useful when encoding non-speech sounds like DTMF tones.</source>
        <translation>Voor Speex kan de complexiteit van de encoder ingesteld worden. Deze instelling is vergelijkbaar met de -1 tot -9 opties voor gzip en bzip2 compressie. Voor normaal gebruik is het ruisniveau bij complexiteit 1 tussen de 1 en 2 dB hoger dan bij complexiteit 10. De benodigde CPU kracht is bij complexiteit 10 ongeveer 5 keer zo hoog als bij complexiteit 1. In de praktijk is een complexiteit tussen 2 en 4 genoeg. Hogere complexiteit kan nuttig zijn bij het versturen van niet-spraak audio, bijvoorbeeld DTMF tonen.</translation>
    </message>
    <message>
        <source>&amp;Narrow band payload type:</source>
        <translation>&amp;Narrow band payload type:</translation>
    </message>
    <message>
        <source>G.726</source>
        <translation>G.726</translation>
    </message>
    <message>
        <source>G.726 &amp;40 kbps payload type:</source>
        <translation>G.726 &amp;40 kbps payload type:</translation>
    </message>
    <message>
        <source>The dynamic type value (96 or higher) to be used for G.726 40 kbps.</source>
        <translation>Het dynamische payload type (96 of hoger) voor G.726 40 kbps.</translation>
    </message>
    <message>
        <source>The dynamic type value (96 or higher) to be used for G.726 32 kbps.</source>
        <translation>Het dynamische payload type (96 of hoger) voor G.726 32 kbps.</translation>
    </message>
    <message>
        <source>G.726 &amp;24 kbps payload type:</source>
        <translation>G.726 &amp;24 kbps payload type:</translation>
    </message>
    <message>
        <source>The dynamic type value (96 or higher) to be used for G.726 24 kbps.</source>
        <translation>Het dynamische payload type (96 of hoger) voor G.726 24 kbps.</translation>
    </message>
    <message>
        <source>G.726 &amp;32 kbps payload type:</source>
        <translation>G.726 &amp;32 kbps payload type:</translation>
    </message>
    <message>
        <source>The dynamic type value (96 or higher) to be used for G.726 16 kbps.</source>
        <translation>Het dynamische payload type (96 of hoger) voor G.726 16 kbps.</translation>
    </message>
    <message>
        <source>G.726 &amp;16 kbps payload type:</source>
        <translation>G.726 &amp;16 kbps payload type:</translation>
    </message>
    <message>
        <source>DT&amp;MF</source>
        <translation>DT&amp;MF</translation>
    </message>
    <message>
        <source>DTMF</source>
        <translation>DTMF</translation>
    </message>
    <message>
        <source>The dynamic type value (96 or higher) to be used for DTMF events (RFC 2833).</source>
        <translation>Het dynamische payload type (96 of hoger) voor DTMF (RFC 2833).</translation>
    </message>
    <message>
        <source>DTMF vo&amp;lume:</source>
        <translation>DTMF vo&amp;lume:</translation>
    </message>
    <message>
        <source>The power level of the DTMF tone in dB.</source>
        <translation>Het volume van de DTMF toon in dB.</translation>
    </message>
    <message>
        <source>The pause after a DTMF tone.</source>
        <translation>Pauze na het sturen van een DTMF toon.</translation>
    </message>
    <message>
        <source>DTMF &amp;duration:</source>
        <translation>DTMF &amp;duur:</translation>
    </message>
    <message>
        <source>DTMF payload &amp;type:</source>
        <translation>DTMF payload &amp;type:</translation>
    </message>
    <message>
        <source>DTMF &amp;pause:</source>
        <translation>DTMF &amp;pauze:</translation>
    </message>
    <message>
        <source>dB</source>
        <translation>dB</translation>
    </message>
    <message>
        <source>Duration of a DTMF tone.</source>
        <translation>Duur van een DTMF toon.</translation>
    </message>
    <message>
        <source>DTMF t&amp;ransport:</source>
        <translation>DTMF t&amp;ransport:</translation>
    </message>
    <message>
        <source>Auto</source>
        <translation>Auto</translation>
    </message>
    <message>
        <source>RFC 2833</source>
        <translation>RFC 2833</translation>
    </message>
    <message>
        <source>Inband</source>
        <translation>Inband</translation>
    </message>
    <message>
        <source>Out-of-band (SIP INFO)</source>
        <translation>Out-of-band (SIP INFO)</translation>
    </message>
    <message>
        <source>&lt;h2&gt;RFC 2833&lt;/h2&gt;
&lt;p&gt;Send DTMF tones as RFC 2833 telephone events.&lt;/p&gt;
&lt;h2&gt;Inband&lt;/h2&gt;
&lt;p&gt;Send DTMF inband.&lt;/p&gt;
&lt;h2&gt;Auto&lt;/h2&gt;
&lt;p&gt;If the far end of your call supports RFC 2833, then a DTMF tone will be send as RFC 2833 telephone event, otherwise it will be sent inband.
&lt;/p&gt;
&lt;h2&gt;Out-of-band (SIP INFO)&lt;/h2&gt;
&lt;p&gt;
Send DTMF out-of-band via a SIP INFO request.
&lt;/p&gt;</source>
        <translation>&lt;h2&gt;RFC 2833&lt;/h2&gt;
&lt;p&gt;Stuur DTMF tonen als RFC 2833 events.&lt;/p&gt;
&lt;h2&gt;Inband&lt;/h2&gt;
&lt;p&gt;Stuur DTMF inband toon.&lt;/p&gt;
&lt;h2&gt;Auto&lt;/h2&gt;
&lt;p&gt;Als de andere partij RFC 2833 ondersteund dan wordt RFC 2833 gebruikt, anders wordt de DTMF toon inband gestuurd.
&lt;/p&gt;
&lt;h2&gt;Out-of-band (SIP INFO)&lt;/h2&gt;
&lt;p&gt;
Stuur DTMF out-of-band in een SIP INFO verzoek.
&lt;/p&gt;</translation>
    </message>
    <message>
        <source>General</source>
        <translation>Algemeen</translation>
    </message>
    <message>
        <source>Redirection</source>
        <translation>Doorverwijzen</translation>
    </message>
    <message>
        <source>&amp;Allow redirection</source>
        <translation>St&amp;a doorverwijzen toe</translation>
    </message>
    <message>
        <source>Alt+A</source>
        <translation>Alt+A</translation>
    </message>
    <message>
        <source>Ask user &amp;permission to redirect</source>
        <translation>&amp;Vraag toestemming voor doorverwijzen</translation>
    </message>
    <message>
        <source>Alt+P</source>
        <translation>Alt+V</translation>
    </message>
    <message>
        <source>Indicates if Twinkle should ask the user before redirecting a request when a 3XX response is received.</source>
        <translation>Geeft aan of Twinkle de gebruiker om toestemming moet vragen alvorens een verzoek door te verwijzen bij een 3XX antwoord.</translation>
    </message>
    <message>
        <source>Max re&amp;directions:</source>
        <translation type="vanished">Max &amp;doorverwijzingen:</translation>
    </message>
    <message>
        <source>The number of redirect addresses that Twinkle tries at a maximum before it gives up redirecting a request. This prevents a request from getting redirected forever.</source>
        <translation>Het maximaal aantal doorverwijzingen dat Twinkle probeert om een verzoek af te leveren. Dit maximum voorkomt dat een verzoek eeuwig wordt doorverwezen.</translation>
    </message>
    <message>
        <source>Protocol options</source>
        <translation>Protocol opties</translation>
    </message>
    <message>
        <source>Call &amp;Hold variant:</source>
        <translation type="vanished">Wac&amp;ht variant:</translation>
    </message>
    <message>
        <source>RFC 2543</source>
        <translation>RFC 2543</translation>
    </message>
    <message>
        <source>RFC 3264</source>
        <translation>RFC 3264</translation>
    </message>
    <message>
        <source>Indicates if RFC 2543 (set media IP address in SDP to 0.0.0.0) or RFC 3264 (use direction attributes in SDP) is used to put a call on-hold.</source>
        <translation>Geeft aan of RFC 2543 (zet media IP adres in SDP op 0.0.0.0) of RFC 3264 (gebruikt &quot;direction&quot; attribuut in SDP) gebruikt moet worden om een gesprek in de wacht te plaatsen.</translation>
    </message>
    <message>
        <source>Allow m&amp;issing Contact header in 200 OK on REGISTER</source>
        <translation>Ontbrekende Contact header &amp;in 200 OK op REGISTER toegestaan</translation>
    </message>
    <message>
        <source>Alt+I</source>
        <translation>Alt+I</translation>
    </message>
    <message>
        <source>A 200 OK response on a REGISTER request must contain a Contact header. Some registrars however, do not include a Contact header or include a wrong Contact header. This option allows for such a deviation from the specs.</source>
        <translation>Een 200 OK antwoord op een REGISTER verzoek moet een Contact header bevatten. Sommige registratie servers stoppen echter geen of een foutieve Contact header de 200 OK. Met deze optie staat u een dergelijke afwijking van de specificaties toe.</translation>
    </message>
    <message>
        <source>&amp;Max-Forwards header is mandatory</source>
        <translation>&amp;Max-Forwards header verplicht</translation>
    </message>
    <message>
        <source>Alt+M</source>
        <translation>Alt+M</translation>
    </message>
    <message>
        <source>According to RFC 3261 the Max-Forwards header is mandatory. But many implementations do not send this header. If you tick this box, Twinkle will reject a SIP request if Max-Forwards is missing.</source>
        <translation>Volgens RFC 3261 is de Max-Forwards header verplicht. Veel implementaties sturen deze header echter niet. Als u deze optie aanvinkt, dan zal Twinkle een SIP verzoek zonder Max-Forwards weigeren.</translation>
    </message>
    <message>
        <source>Put &amp;registration expiry time in contact header</source>
        <translation>&amp;Registratie interval in contact header</translation>
    </message>
    <message>
        <source>Alt+R</source>
        <translation>Alt+R</translation>
    </message>
    <message>
        <source>In a REGISTER message the expiry time for registration can be put in the Contact header or in the Expires header. If you tick this box it will be put in the Contact header, otherwise it goes in the Expires header.</source>
        <translation>In een REGISTER verzoek kan het registratie interval zowel in de Contact header als in de Expires header geplaatst worden. Als u deze optie aanvinkt, dan wordt het interval in de Contact header geplaatst, anders in de Expires header.</translation>
    </message>
    <message>
        <source>&amp;Use compact header names</source>
        <translation>&amp;Compacte header namen</translation>
    </message>
    <message>
        <source>Indicates if compact header names should be used for headers that have a compact form.</source>
        <translation>Geeft aan of compacte header namen gebruikt moeten worden voor headers die een compacte naam hebben.</translation>
    </message>
    <message>
        <source>Allow SDP change during call setup</source>
        <translation>SDP wijziging tijdens gespreksopbouw toestaan</translation>
    </message>
    <message>
        <source>&lt;p&gt;A SIP UAS may send SDP in a 1XX response for early media, e.g. ringing tone. When the call is answered the SIP UAS should send the same SDP in the 200 OK response according to RFC 3261. Once SDP has been received, SDP in subsequent responses should be discarded.&lt;/p&gt;
&lt;p&gt;By allowing SDP to change during call setup, Twinkle will not discard SDP in subsequent responses and modify the media stream if the SDP is changed. When the SDP in a response is changed, it must have a new version number in the o= line.&lt;/p&gt;</source>
        <translation>&lt;p&gt;Een SIP UAS kan SDP in een 1XX antwoord sturen voor bijvoorbeeld een ring back tone. Als het gesprek beantwoord wordt, dan moet de SIP UAS dezelfde SDP in de 200 OK sturen volgens RFC 3261: &lt;i&gt;Once SDP has been received, SDP in subsequent responses should be discarded.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Door een SDP wijziging toe te staan, zal Twinkle de SDP in de 200 OK niet negeren in dit geval en de media parameters aanpassen. Als de SDP wijzigt, dan moet die wel een nieuwe versienummer in de o= lijn hebben.&lt;/p&gt;</translation>
    </message>
    <message>
        <source>&lt;p&gt;
Twinkle creates a unique contact header value by combining the SIP user name and domain:
&lt;/p&gt;
&lt;p&gt;
&lt;tt&gt;&amp;nbsp;user_domain@local_ip&lt;/tt&gt;
&lt;/p&gt;
&lt;p&gt;
This way 2 user profiles, having the same user name but different domain names, have unique contact addresses and hence can be activated simultaneously.
&lt;/p&gt;
&lt;p&gt;
Some proxies do not handle a contact header value like this. You can disable this option to get a contact header value like this:
&lt;/p&gt;
&lt;p&gt;
&lt;tt&gt;&amp;nbsp;user@local_ip&lt;/tt&gt;
&lt;/p&gt;
&lt;p&gt;
This format is what most SIP phones use.
&lt;/p&gt;</source>
        <translation>&lt;p&gt;
Twinkle maakt een unieke contact header waarde door de SIP gebruikersnaam te combineren met de domeinnaam:
&lt;/p&gt;
&lt;p&gt;
&lt;tt&gt;&amp;nbsp;gebruikersnaam_domeinnaam@ip&lt;/tt&gt;
&lt;/p&gt;
&lt;p&gt;
Zo krijgen 2 gebruikersprofielen met dezelfde gebruikersnaam, maar verschillende domeinnamen, toch een uniek contact adres. Hierdoor kunnen beide profielen tegelijkertijd geactiveerd worden.
&lt;/p&gt;
&lt;p&gt;
Sommige proxies vinden dit niet leuk. U kunt deze optie uitzetten voor een meer gangbare contact header:
&lt;/p&gt;
&lt;p&gt;
&lt;tt&gt;&amp;nbsp;gebruikersnaam@ip&lt;/tt&gt;
&lt;/p&gt;</translation>
    </message>
    <message>
        <source>&amp;Encode Via, Route, Record-Route as list</source>
        <translation>Cod&amp;eer Via, Route, Record-Route als lijst</translation>
    </message>
    <message>
        <source>The Via, Route and Record-Route headers can be encoded as a list of comma separated values or as multiple occurrences of the same header.</source>
        <translation>De Via, Route en Record-Route headers kunnen als een lijst met door komma&apos;s gescheiden waarden worden gecodeerd of als meerdere voorkomens van dezelfde header.</translation>
    </message>
    <message>
        <source>SIP extensions</source>
        <translation>SIP extensies</translation>
    </message>
    <message>
        <source>&amp;100 rel (PRACK):</source>
        <translation>&amp;100 rel (PRACK):</translation>
    </message>
    <message>
        <source>disabled</source>
        <translation>uitgeschakeld</translation>
    </message>
    <message>
        <source>supported</source>
        <translation>ondersteund</translation>
    </message>
    <message>
        <source>required</source>
        <translation>vereist</translation>
    </message>
    <message>
        <source>preferred</source>
        <translation>voorkeur</translation>
    </message>
    <message>
        <source>Indicates if the 100rel extension (PRACK) is supported:&lt;br&gt;&lt;br&gt;
&lt;b&gt;disabled&lt;/b&gt;: 100rel extension is disabled
&lt;br&gt;&lt;br&gt;
&lt;b&gt;supported&lt;/b&gt;: 100rel is supported (it is added in the supported header of an outgoing INVITE). A far-end can now require a PRACK on a 1xx response.
&lt;br&gt;&lt;br&gt;
&lt;b&gt;required&lt;/b&gt;: 100rel is required (it is put in the require header of an outgoing INVITE). If an incoming INVITE indicates that it supports 100rel, then Twinkle will require a PRACK when sending a 1xx response. A call will fail when the far-end does not support 100rel.
&lt;br&gt;&lt;br&gt;
&lt;b&gt;preferred&lt;/b&gt;: Similar to required, but if a call fails because the far-end indicates it does not support 100rel (420 response) then the call will be re-attempted without the 100rel requirement.</source>
        <translation>Geeft aan of de 100rel extensie (PRACK) wordt ondersteund:
&lt;b&gt;uitgeschakeld&lt;/b&gt;: 100rel extensie is uitgeschakeld
&lt;br&gt;&lt;br&gt;
&lt;b&gt;ondersteund&lt;/b&gt;: 100rel wordt ondersteund (wordt toegevoegd aan de supported header in een INVITE).
&lt;br&gt;&lt;br&gt;
&lt;b&gt;vereist&lt;/b&gt;: 100rel is vereist (wordt toegevoegd aan de require header in een INVITE). Als een inkomende INVITE ondersteuning aangeeft voor 100rel, dan zal Twinkle een PRACK eisen bij het sturen van een 1XX antwoord. Een gesprek mislukt als de andere partij 100rel niet ondersteund.
&lt;br&gt;&lt;br&gt;
&lt;b&gt;voorkeur&lt;/b&gt;: Vergelijkbaar met &lt;b&gt;vereist&lt;/b&gt;, maar als het gesprek mislukt omdat de andere partij 100rel niet ondersteund (420 antwoord), dan wordt het gesprek nogmaals opgezet zonder de 100rel eis.</translation>
    </message>
    <message>
        <source>REFER</source>
        <translation>REFER</translation>
    </message>
    <message>
        <source>Call transfer (REFER)</source>
        <translation>Doorverbinden (REFER)</translation>
    </message>
    <message>
        <source>Allow call &amp;transfer (incoming REFER)</source>
        <translation type="obsolete">Doorverbinden &amp;toestaan (inkomende REFER)</translation>
    </message>
    <message>
        <source>Alt+T</source>
        <translation>Alt+T</translation>
    </message>
    <message>
        <source>Indicates if Twinkle should transfer a call if a REFER request is received.</source>
        <translation>Geeft aan of Twinkle een gesprek moet doorverbinden als een REFER verzoek wordt ontvangen.</translation>
    </message>
    <message>
        <source>As&amp;k user permission to transfer</source>
        <translation>&amp;Vraag toestemming voor doorverbinden</translation>
    </message>
    <message>
        <source>Alt+K</source>
        <translation>Alt+V</translation>
    </message>
    <message>
        <source>Indicates if Twinkle should ask the user before transferring a call when a REFER request is received.</source>
        <translation>Geeft aan of Twinkle de gebruiker om toestemming moet vragen alvorens een gesprek door te verbinden als een REFER verzoek ontvangen wordt.</translation>
    </message>
    <message>
        <source>Hold call &amp;with referrer while setting up call to transfer target</source>
        <translation>Zet de partij die u doorverbindt in de &amp;wacht tijdens doorverbinden</translation>
    </message>
    <message>
        <source>Alt+W</source>
        <translation>Alt+W</translation>
    </message>
    <message>
        <source>Indicates if Twinkle should put the current call on hold when a REFER request to transfer a call is received.</source>
        <translation>Geeft aan of Twinkle het huidige gesprek in de wacht moet zetten als een REFER verzoek is ontvangen.</translation>
    </message>
    <message>
        <source>Ho&amp;ld call with referee before sending REFER</source>
        <translation>&amp;Zet andere partij in de wacht voor sturen REFER</translation>
    </message>
    <message>
        <source>Alt+L</source>
        <translation>Alt+Z</translation>
    </message>
    <message>
        <source>Indicates if Twinkle should put the current call on hold when you transfer a call.</source>
        <translation>Geeft aan of Twinkle de andere partij in de wacht moet zetten als u een gesprek doorverbindt.</translation>
    </message>
    <message>
        <source>Auto re&amp;fresh subscription to refer event while call transfer is not finished</source>
        <translation>Automatisch verversen van re&amp;fer subscriptie tijdens doorverbinden</translation>
    </message>
    <message>
        <source>Alt+F</source>
        <translation>Alt+F</translation>
    </message>
    <message>
        <source>While a call is being transferred, the referee sends NOTIFY messages to the referrer about the progress of the transfer. These messages are only sent for a short interval which length is determined by the referee. If you tick this box, the referrer will automatically send a SUBSCRIBE to lengthen this interval if it is about to expire and the transfer has not yet been completed.</source>
        <translation>Tijdens doorverbinden, stuurt de partij die wordt doorverbonden NOTIFY berichten naar de partij die doorverbindt. Deze NOTIFY berichten geven de voortgang van het doorverbinden aan. Deze berichten worden voor een bepaalde tijdsduur gestuurd. Als u deze optie aanvinkt, dan zal Twinkle automatisch een SUBSCRIBE verzoek sturen om de tijdsduur te verlengen als deze verloopt voordat het doorverbinden klaar is.</translation>
    </message>
    <message>
        <source>NAT traversal</source>
        <translation>NAT oplossing</translation>
    </message>
    <message>
        <source>&amp;NAT traversal not needed</source>
        <translation>Geen &amp;NAT</translation>
    </message>
    <message>
        <source>Alt+N</source>
        <translation>Alt+N</translation>
    </message>
    <message>
        <source>Choose this option when there is no NAT device between you and your SIP proxy or when your SIP provider offers hosted NAT traversal.</source>
        <translation>Kies deze optie als er geen router met netwerk adres translatie (NAT) zit tussen u en uw SIP proxy of als uw SIP provider &quot;hosted NAT traversal&quot; biedt.</translation>
    </message>
    <message>
        <source>&amp;Use statically configured public IP address inside SIP messages</source>
        <translation>St&amp;atisch publiek IP adres in SIP berichten</translation>
    </message>
    <message>
        <source>Indicates if Twinkle should use the public IP address specified in the next field inside SIP message, i.e. in SIP headers and SDP body instead of the IP address of your network interface.&lt;br&gt;&lt;br&gt;
When you choose this option you have to create static address mappings in your NAT device as well. You have to map the RTP ports on the public IP address to the same ports on the private IP address of your PC.</source>
        <translation>Geeft aan of Twinkle een statisch IP adres in de SIP berichten moet plaatsen, bijv. in headers en SDP in plaats van het prive IP adres van uw netwerk interface.&lt;br&gt;&lt;br&gt;
Als u deze optie kiest, dan moet u teven een adres vertaling in uw NAT router aanbrengen. U moet dezelfde RTP poorten op het publieke en prive adres gebruiken.</translation>
    </message>
    <message>
        <source>Use &amp;STUN</source>
        <translation type="obsolete">&amp;STUN</translation>
    </message>
    <message>
        <source>Choose this option when your SIP provider offers a STUN server for NAT traversal.</source>
        <translation>Kies deze optie als uw SIP provider een STUN server aanbiedt.</translation>
    </message>
    <message>
        <source>S&amp;TUN server:</source>
        <translation type="vanished">S&amp;TUN server:</translation>
    </message>
    <message>
        <source>The hostname, domain name or IP address of the STUN server.</source>
        <translation>Host naam, domeinnaam of IP adres van de STUN server.</translation>
    </message>
    <message>
        <source>&amp;Public IP address:</source>
        <translation>&amp;Publiek IP adres:</translation>
    </message>
    <message>
        <source>The public IP address of your NAT.</source>
        <translation>Het publieke IP adres van uw NAT router.</translation>
    </message>
    <message>
        <source>Telephone numbers</source>
        <translation>Telefoonnummers</translation>
    </message>
    <message>
        <source>Only &amp;display user part of URI for telephone number</source>
        <translation>Toon alleen gebruikers&amp;deel van een URI voor een telnr</translation>
    </message>
    <message>
        <source>If a URI indicates a telephone number, then only display the user part. E.g. if a call comes in from sip:123456@twinklephone.com then display only &quot;123456&quot; to the user. A URI indicates a telephone number if it contains the &quot;user=phone&quot; parameter or when it has a numerical user part and you ticked the next option.</source>
        <translation>Als een URI een telefoonnummer is, toon dan alleen het gebruikersdeel. Voorbeeld: een gesprek komt binnen van sip:123456@twinklephone.com, dan wordt alleen &quot;123456&quot; getoond. Een URI is een telefoonnummer als het de parameter &quot;user=phone&quot; bevat of als het gebruikersdeel numeriek is en u vinkt de volgende optie aan.</translation>
    </message>
    <message>
        <source>&amp;URI with numerical user part is a telephone number</source>
        <translation>URI met &amp;numeriek gebruikersdeel is een telefoonnumer</translation>
    </message>
    <message>
        <source>If you tick this option, then Twinkle considers a SIP address that has a user part that consists of digits, *, #, + and special symbols only as a telephone number. In an outgoing message, Twinkle will add the &quot;user=phone&quot; parameter to such a URI.</source>
        <translation>Als u deze optie aanvinkt, dan ziet Twinkle een SIP adres dat bestaat uit cijfers, *, #, + en speciale symbolen als een telefoonnummer. In een uitgaand bericht, zal Twinkle dan de parameter &quot;user=phone&quot; toevoegen.</translation>
    </message>
    <message>
        <source>&amp;Remove special symbols from numerical dial strings</source>
        <translation>Ve&amp;rwijder speciale symbolen van numerieke strings</translation>
    </message>
    <message>
        <source>Telephone numbers are often written with special symbols like dashes and brackets to make them readable to humans. When you dial such a number the special symbols must not be dialed. To allow you to simply copy/paste such a number into Twinkle, Twinkle can remove these symbols when you hit the dial button.</source>
        <translation>Telefoonnummers worden vaak opgeschreven met speciale symbolen zoals streepjes voor de leesbaarheid. Als u een dergelijk nummer draait, dan moeten de speciale symbolen niet gedraaid worden. Om ervoor te zorgen dat u makkelijke telefoonnumers kan knippen en plakken naar Twinkle, kan Twinkle deze symbolen verwijderen als u op de &quot;bel&quot; knop drukt.</translation>
    </message>
    <message>
        <source>&amp;Special symbols:</source>
        <translation>&amp;Speciale symbolen:</translation>
    </message>
    <message>
        <source>The special symbols that may be part of a telephone number for nice formatting, but must be removed when dialing.</source>
        <translation>De speciale symbolen die in een telefoonnummer kunnen staan voor de leesbaarheid, maar die verwijderd moeten worden bij het bellen.</translation>
    </message>
    <message>
        <source>Number conversion</source>
        <translation>Nummer conversie</translation>
    </message>
    <message>
        <source>Match expression</source>
        <translation>Match expressie</translation>
    </message>
    <message>
        <source>Replace</source>
        <translation>Vervang</translation>
    </message>
    <message>
        <source>&lt;p&gt;
Often the format of the telphone numbers you need to dial is different from the format of the telephone numbers stored in your address book, e.g. your numbers start with a +-symbol followed by a country code, but your provider expects &apos;00&apos; instead of the &apos;+&apos;, or you are at the office and all your numbers need to be prefixed with a &apos;9&apos; to access an outside line. Here you can specify number format conversion using Perl style regular expressions and format strings.
&lt;/p&gt;
&lt;p&gt;
For each number you dial, Twinkle will try to find a match in the list of match expressions. For the first match it finds, the number will be replaced with the format string. If no match is found, the number stays unchanged.
&lt;/p&gt;
&lt;p&gt;
The number conversion rules are also applied to incoming calls, so the numbers are displayed in the format you want.
&lt;/p&gt;
&lt;h3&gt;Example 1&lt;/h3&gt;
&lt;p&gt;
Assume your country code is 31 and you have stored all numbers in your address book in full international number format, e.g. +318712345678. For dialling numbers in your own country you want to strip of the &apos;+31&apos; and replace it by a &apos;0&apos;. For dialling numbers abroad you just want to replace the &apos;+&apos; by &apos;00&apos;.
&lt;/p&gt;
&lt;p&gt;
The following rules will do the trick:
&lt;/p&gt;
&lt;blockquote&gt;
&lt;tt&gt;
Match expression = \+31([0-9]*) , Replace =  0$1&lt;br&gt;
Match expression = \+([0-9]*) , Replace = 00$1&lt;/br&gt;
&lt;/tt&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Example 2&lt;/h3&gt;
&lt;p&gt;
You are at work and all telephone numbers starting with a 0 should be prefixed with a 9 for an outside line.
&lt;/p&gt;
&lt;blockquote&gt;
&lt;tt&gt;
Match expression = 0[0-9]* , Replace =  9$&amp;&lt;br&gt;
&lt;/tt&gt;
&lt;/blockquote&gt;</source>
        <translation type="vanished">&lt;p&gt;
Vaak is het formaat van een telefoonnummer dat u moet draaien anders dan het formaat van het nummer in uw adresboek, bijv. uw nummers starten met een +-teken gevolgd door een landencode, maar uw provider verwacht &apos;00&apos; in plaats van het +-teken, of u bent op kantoor en u moet eerst een &apos;9&apos; draaien om naar buiten te bellen. Hier kunt u nummerformaatconversie definieren m.b.v. reguliere expressies en vervang strings (Perl syntax).
&lt;/p&gt;
&lt;p&gt;
Voor elk nummer dat u draait probeer Twinkle een match te vinden in de lijst met match expressies. Voor de eerste match die gevonden wordt, wordt het nummer vervangen door de vervang string. Als er geen match is, dan blijft het nummer onveranderd.
&lt;/p&gt;
&lt;p&gt;
Nummerconversie wordt ook toegepast op inkomende gesprekken, zodat de nummers getoond worden zoals u dat wilt.
&lt;/p&gt;
&lt;h3&gt;Voorbeeld 1&lt;/h3&gt;
&lt;p&gt;
Uw landencode is 31 en u heeft alle nummers in uw adresboek in volledig internationaal formaat opgeslagen, bijv. +318712345678. Om nummers binnen Nederland te draaien wilt u de &apos;+31&apos; vervangen door &apos;0&apos;. Voor het draaien van buitenlandse nummers wilt u de &apos;+&apos; vervangen door &apos;00&apos;.
&lt;/p&gt;
&lt;p&gt;
De volgende match/vervang regels doen dit voor u:
&lt;/p&gt;
&lt;blockquote&gt;
&lt;tt&gt;
Match expressie = \+31([0-9]*) , Vervang =  0$1&lt;br&gt;
Match expressie = \+([0-9]*) , Vervang = 00$1&lt;/br&gt;
&lt;/tt&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Voorbeeld 2&lt;/h3&gt;
&lt;p&gt;
U bent op kantoor en alle nummers met een 0 moeten voorafgegaan worden door een 9 voor een buitenlijn.
&lt;/p&gt;
&lt;blockquote&gt;
&lt;tt&gt;
Match expressie = 0[0-9]* , Vervang =  9$&amp;&lt;br&gt;
&lt;/tt&gt;
&lt;/blockquote&gt;</translation>
    </message>
    <message>
        <source>Move the selected number conversion rule upwards in the list.</source>
        <translation>Schuif de geselecteerde conversie omhoog in de lijst.</translation>
    </message>
    <message>
        <source>Move the selected number conversion rule downwards in the list.</source>
        <translation>Schuif de geselecteerde conversie omlaag in de lijst.</translation>
    </message>
    <message>
        <source>&amp;Add</source>
        <translation>To&amp;evoegen</translation>
    </message>
    <message>
        <source>Add a number conversion rule.</source>
        <translation>Voeg een nummerconversie toe.</translation>
    </message>
    <message>
        <source>Re&amp;move</source>
        <translation>&amp;Verwijder</translation>
    </message>
    <message>
        <source>Remove the selected number conversion rule.</source>
        <translation>Verwijder de geselcteerde nummerconversie.</translation>
    </message>
    <message>
        <source>&amp;Edit</source>
        <translation>&amp;Bewerk</translation>
    </message>
    <message>
        <source>Edit the selected number conversion rule.</source>
        <translation>Bewerk de geselecteerde nummerconversie.</translation>
    </message>
    <message>
        <source>Type a telephone number here an press the Test button to see how it is converted by the list of number conversion rules.</source>
        <translation>Voer een telefoonnummer in en druk op de Test-knop om te zien hoe het nummer geconverteerd wordt door de lijst van nummerconversies.</translation>
    </message>
    <message>
        <source>&amp;Test</source>
        <translation>&amp;Test</translation>
    </message>
    <message>
        <source>Test how a number is converted by the number conversion rules.</source>
        <translation>Test hoe een nummer geconverteerd wordt door de nummerconversies.</translation>
    </message>
    <message>
        <source>for STUN</source>
        <translation type="obsolete">STUN</translation>
    </message>
    <message>
        <source>Keep alive timer for the STUN protocol. If you have enabled STUN, then Twinkle will send keep alive packets at this interval rate to keep the address bindings in your NAT device alive.</source>
        <translation type="obsolete">Keep alive timer voor het STUN protocol. Als u STUN aan heeft gezet, dan zal Twinkle keep alive pakketjes sturen met deze snelheid om de adresbindingen in uw NAT router in leven te houden.</translation>
    </message>
    <message>
        <source>When an incoming call is received, this timer is started. If the user answers the call, the timer is stopped. If the timer expires before the user answers the call, then Twinkle will reject the call with a &quot;480 User Not Responding&quot;.</source>
        <translation>Als een gesprek binnenkomt, dan wordt deze timer gestart. Als de gebruiker antwoordt, dan wordt de timer gestopt. Als de timer afloopt voordat de gebruiker antwoordt, dan weigert Twinkle het gesprek met &quot;480 User Not Responding&quot;.</translation>
    </message>
    <message>
        <source>NAT &amp;keep alive:</source>
        <translation>NAT &amp;keep alive:</translation>
    </message>
    <message>
        <source>&amp;No answer:</source>
        <translation>Gee&amp;n antwoord:</translation>
    </message>
    <message>
        <source>Ring &amp;back tone:</source>
        <translation>Ring &amp;back tone:</translation>
    </message>
    <message>
        <source>&lt;p&gt;
Specify the file name of a .wav file that you want to be played as ring back tone for this user.
&lt;/p&gt;
&lt;p&gt;
This ring back tone overrides the ring back tone settings in the system settings.
&lt;/p&gt;</source>
        <translation>&lt;p&gt;
Naam van het .wav bestand dat u gespeeld wilt hebben als ring back tone voor dit gebruikersprofiel.
&lt;/p&gt;
&lt;p&gt;
Deze ring back tone heeft voorrang boven de ring back tone in de systeeminstellingen.
&lt;/p&gt;</translation>
    </message>
    <message>
        <source>&lt;p&gt;
Specify the file name of a .wav file that you want to be played as ring tone for this user.
&lt;/p&gt;
&lt;p&gt;
This ring tone overrides the ring tone settings in the system settings.
&lt;/p&gt;</source>
        <translation>&lt;p&gt;
Naam van het .wav bestand dat u gespeeld wilt hebben als ring tone voor dit gebruikersprofiel.
&lt;/p&gt;
&lt;p&gt;
Deze ring back tone heeft voorrang boven de ring tone in de systeeminstellingen.
&lt;/p&gt;</translation>
    </message>
    <message>
        <source>&amp;Ring tone:</source>
        <translation>&amp;Ring tone:</translation>
    </message>
    <message>
        <source>&lt;p&gt;
This script is called when you release a call.
&lt;/p&gt;
&lt;h2&gt;Environment variables&lt;/h2&gt;
&lt;p&gt;
The values of all SIP headers of the outgoing SIP BYE request are passed in environment variables to your script.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=local_release&lt;/b&gt;. &lt;b&gt;SIPREQUEST_METHOD=BYE&lt;/b&gt;. &lt;b&gt;SIPREQUEST_URI&lt;/b&gt; contains the request-URI of the BYE.  The name of the user profile will be passed in &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt;.</source>
        <translation>&lt;p&gt;
Dit script wordt aangeroepen als u een gesprek beëindigd.
&lt;/p&gt;
&lt;h2&gt;Variabelen&lt;/h2&gt;
&lt;p&gt;
De waarden van alle SIP headers van de uitgaande SIP BYE verzoek worden via variabelen aan uw script doorgegeven.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=local_release&lt;/b&gt;. &lt;b&gt;SIPREQUEST_METHOD=BYE&lt;/b&gt;. &lt;b&gt;SIPREQUEST_URI&lt;/b&gt; bevat request-URI van de BYE. &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt; bevat de gebruikersprofielnaam.</translation>
    </message>
    <message>
        <source>&lt;p&gt;
This script is called when an incoming call fails.
&lt;/p&gt;
&lt;h2&gt;Environment variables&lt;/h2&gt;
&lt;p&gt;
The values of all SIP headers of the outgoing SIP failure response are passed in environment variables to your script.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=in_call_failed&lt;/b&gt;. &lt;b&gt;SIPSTATUS_CODE&lt;/b&gt; contains the status code of the failure response. &lt;b&gt;SIPSTATUS_REASON&lt;/b&gt; contains the reason phrase.  The name of the user profile will be passed in &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt;.</source>
        <translation>&lt;p&gt;
Dit script wordt aangeroepen als een inkomend gesprek mislukt.
&lt;/p&gt;
&lt;h2&gt;Variabelen&lt;/h2&gt;
De waarden van alle SIP headers van de uitgaande SIP fout indicatie worden via variabelen aan uw script doorgegeven.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=in_call_failed&lt;/b&gt;. &lt;b&gt;SIPSTATUS_CODE&lt;/b&gt; bevat de status code de fout indicatie. &lt;b&gt;SIPSTATUS_REASON&lt;/b&gt; bevat de foutmelding. &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt; bevat de gebruikersprofielnaam.</translation>
    </message>
    <message>
        <source>&lt;p&gt;
This script is called when the remote party releases a call.
&lt;/p&gt;
&lt;h2&gt;Environment variables&lt;/h2&gt;
&lt;p&gt;
The values of all SIP headers of the incoming SIP BYE request are passed in environment variables to your script.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=remote_release&lt;/b&gt;. &lt;b&gt;SIPREQUEST_METHOD=BYE&lt;/b&gt;. &lt;b&gt;SIPREQUEST_URI&lt;/b&gt; contains the request-URI of the BYE.  The name of the user profile will be passed in &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt;.</source>
        <translation>&lt;p&gt;
Dit script wordt aangeroepen als de andere partij het gesprek beëindigd.
&lt;/p&gt;
&lt;h2&gt;Variabelen&lt;/h2&gt;
&lt;p&gt;
De waarden van alle SIP headers van de inkomende SIP BYE worden via variabelen aan uw script doorgegeven.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=remote_release&lt;/b&gt;. &lt;b&gt;SIPREQUEST_METHOD=BYE&lt;/b&gt;. &lt;b&gt;SIPREQUEST_URI&lt;/b&gt; bevat de request-URI van de BYE. &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt; bevat de gebruikersprofielnaam.</translation>
    </message>
    <message>
        <source>&lt;p&gt;
This script is called when the remote party answers your call.
&lt;/p&gt;
&lt;h2&gt;Environment variables&lt;/h2&gt;
&lt;p&gt;
The values of all SIP headers of the incoming 200 OK are passed in environment variables to your script.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=out_call_answered&lt;/b&gt;. &lt;b&gt;SIPSTATUS_CODE=200&lt;/b&gt;. &lt;b&gt;SIPSTATUS_REASON&lt;/b&gt; contains the reason phrase.  The name of the user profile will be passed in &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt;.</source>
        <translation>&lt;p&gt;
Dit script wordt aangeroepen als de andere partij uw gesprek beantwoordt.
&lt;/p&gt;
&lt;h2&gt;Variabelen&lt;/h2&gt;
&lt;p&gt;
De waarden van alle SIP headers van de inkomende 200 OK worden via variabelen aan uw script doorgegeven.
&lt;/p&gt;
&lt;b&gt;TWINKLE_TRIGGER=out_call_answered&lt;/b&gt;. &lt;b&gt;SIPSTATUS_CODE=200&lt;/b&gt;. &lt;b&gt;SIPSTATUS_REASON&lt;/b&gt; bevat de status melding. &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt; bevat de gebruikersprofielnaam.</translation>
    </message>
    <message>
        <source>&lt;p&gt;
This script is called when you answer an incoming call.
&lt;/p&gt;
&lt;h2&gt;Environment variables&lt;/h2&gt;
&lt;p&gt;
The values of all SIP headers of the outgoing 200 OK are passed in environment variables to your script.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=in_call_answered&lt;/b&gt;. &lt;b&gt;SIPSTATUS_CODE=200&lt;/b&gt;. &lt;b&gt;SIPSTATUS_REASON&lt;/b&gt; contains the reason phrase.  The name of the user profile will be passed in &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt;.</source>
        <translation>&lt;p&gt;
Dit script wordt aangeroepen als u een inkomend gesprek beantwoordt.
&lt;/p&gt;
&lt;h2&gt;Variabelen&lt;/h2&gt;
&lt;p&gt;
De waarden van alle SIP headers van de uitgaande 200 OK worden via variabelen aan uw script doorgegeven.
&lt;/p&gt;
&lt;b&gt;TWINKLE_TRIGGER=in_call_answered&lt;/b&gt;. &lt;b&gt;SIPSTATUS_CODE=200&lt;/b&gt;. &lt;b&gt;SIPSTATUS_REASON&lt;/b&gt; bevat de status melding. &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt; bevat de gebruikersprofielnaam.</translation>
    </message>
    <message>
        <source>Call released locall&amp;y:</source>
        <translation>Gesprek beëindigd &amp;door uzelf:</translation>
    </message>
    <message>
        <source>&lt;p&gt;
This script is called when an outgoing call fails.
&lt;/p&gt;
&lt;h2&gt;Environment variables&lt;/h2&gt;
&lt;p&gt;
The values of all SIP headers of the incoming SIP failure response are passed in environment variables to your script.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=out_call_failed&lt;/b&gt;. &lt;b&gt;SIPSTATUS_CODE&lt;/b&gt; contains the status code of the failure response. &lt;b&gt;SIPSTATUS_REASON&lt;/b&gt; contains the reason phrase.  The name of the user profile will be passed in &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt;.</source>
        <translation>&lt;p&gt;
Dit script wordt aangeroepen als een uitgaand gesprek mislukt.
&lt;/p&gt;
&lt;h2&gt;Variabelen&lt;/h2&gt;
&lt;p&gt;
De waarden van alle SIP headers van de inkomende SIP foutmelding worden via variabelen aan uw script doorgegeven.
&lt;/p&gt;
&lt;b&gt;TWINKLE_TRIGGER=out_call_failed&lt;/b&gt;. &lt;b&gt;SIPSTATUS_CODE&lt;/b&gt; bevat de foutcode. &lt;b&gt;SIPSTATUS_REASON&lt;/b&gt; bevat de foutmelding. &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt; bevat de gebruikersprofielnaam.</translation>
    </message>
    <message>
        <source>&lt;p&gt;
This script is called when you make a call.
&lt;/p&gt;
&lt;h2&gt;Environment variables&lt;/h2&gt;
&lt;p&gt;
The values of all SIP headers of the outgoing INVITE are passed in environment variables to your script.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=out_call&lt;/b&gt;. &lt;b&gt;SIPREQUEST_METHOD=INVITE&lt;/b&gt;. &lt;b&gt;SIPREQUEST_URI&lt;/b&gt; contains the request-URI of the INVITE.  The name of the user profile will be passed in &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt;.</source>
        <translation>&lt;p&gt;
Dit script wordt aangeroepen als u een nummer draait.
&lt;/p&gt;
&lt;h2&gt;Variabelen&lt;/h2&gt;
&lt;p&gt;
De waarden van alle SIP headers van de uitgaande SIP INVITE worden via variabelen aan uw script doorgegeven.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;TWINKLE_TRIGGER=out_call&lt;/b&gt;. &lt;b&gt;SIPREQUEST_METHOD=INVITE&lt;/b&gt;. &lt;b&gt;SIPREQUEST_URI&lt;/b&gt; bevat request-URI van de INVITE. &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt; bevat de gebruikersprofielnaam.</translation>
    </message>
    <message>
        <source>Outgoing call a&amp;nswered:</source>
        <translation>Uitgaand gesprek bea&amp;ntwoord:</translation>
    </message>
    <message>
        <source>Incoming call &amp;failed:</source>
        <translation>Inkomend gesprek &amp;mislukt:</translation>
    </message>
    <message>
        <source>&amp;Incoming call:</source>
        <translation>&amp;Inkomend gesprek:</translation>
    </message>
    <message>
        <source>Call released &amp;remotely:</source>
        <translation>Gesp&amp;rek beëindigd door ander:</translation>
    </message>
    <message>
        <source>Incoming call &amp;answered:</source>
        <translation>Inkomend gesprek be&amp;antwoord:</translation>
    </message>
    <message>
        <source>O&amp;utgoing call:</source>
        <translation>Ui&amp;tgaand gesprek:</translation>
    </message>
    <message>
        <source>Out&amp;going call failed:</source>
        <translation>Uit&amp;gaand gesprek mislukt:</translation>
    </message>
    <message>
        <source>&amp;Enable ZRTP/SRTP encryption</source>
        <translation>ZRTP/SRTP &amp;encryptie</translation>
    </message>
    <message>
        <source>When ZRTP/SRTP is enabled, then Twinkle will try to encrypt the audio of each call you originate or receive. Encryption will only succeed if the remote party has ZRTP/SRTP support enabled. If the remote party does not support ZRTP/SRTP, then the audio channel will stay unecrypted.</source>
        <translation type="vanished">Als u ZRTP/SRTP aanzet, dan zal Twinkle proberen om het audiokanaal van uw gesprekken te versleutelen. Versleuteling lukt alleen als uw gesprekspartner ook ZRTP/SRTP ondersteunt. Als uw gesprekspartner geen ZRTP/SRTP ondersteund, dan blijft het audiokanaal onversleuteld.</translation>
    </message>
    <message>
        <source>ZRTP settings</source>
        <translation>ZRTP instellingen</translation>
    </message>
    <message>
        <source>O&amp;nly encrypt audio if remote party indicated ZRTP support in SDP</source>
        <translation>Allee&amp;n versleutelen als de andere partij ZRTP ondersteuning in SDP aangeeft</translation>
    </message>
    <message>
        <source>A SIP endpoint supporting ZRTP may indicate ZRTP support during call setup in its signalling. Enabling this option will cause Twinkle only to encrypt calls when the remote party indicates ZRTP support.</source>
        <translation>Een SIP toestel kan tijdens de gespreksopbouw aangeven of het ZRTP ondersteunt. Met deze optie zal Twinkle de audio alleen proberen te versleutelen als de andere partij ondesteuning voor ZRTP gesignaleerd heeft.</translation>
    </message>
    <message>
        <source>&amp;Indicate ZRTP support in SDP</source>
        <translation>S&amp;ignaleer ZRTP ondersteuning in SDP</translation>
    </message>
    <message>
        <source>Twinkle will indicate ZRTP support during call setup in its signalling.</source>
        <translation>Twinkle zal tijdens gespreksopbouw aangeven dat het ZRTP ondersteunt.</translation>
    </message>
    <message>
        <source>&amp;Popup warning when remote party disables encryption during call</source>
        <translation>&amp;Popup waarschuwing als de andere partij versleuteling uitzet</translation>
    </message>
    <message>
        <source>A remote party of an encrypted call may send a ZRTP go-clear command to stop encryption. When Twinkle receives this command it will popup a warning if this option is enabled.</source>
        <translation>Als de andere partij tijdens een versleuteld gesprek een ZRTP go-clear commando stuurt om de versleuteling te stoppen, dan zal Twinkle een waarschuwing geven.</translation>
    </message>
    <message>
        <source>Dynamic payload type %1 is used more than once.</source>
        <translation>Dynamische payload type %1 is meer malen gebruikt.</translation>
    </message>
    <message>
        <source>You must fill in a user name for your SIP account.</source>
        <translation>U moet een gebruikersnaam voor uw SIP account invullen.</translation>
    </message>
    <message>
        <source>You must fill in a domain name for your SIP account.
This could be the hostname or IP address of your PC if you want direct PC to PC dialing.</source>
        <translation>U moet een domeinnaam voor uw SIP account invullen.
Dit kan de host naam of IP adres van uw PC zijn als u direct van PC naar PC wilt bellen.</translation>
    </message>
    <message>
        <source>Invalid user name.</source>
        <translation>Ongeldige gebruikersnaam.</translation>
    </message>
    <message>
        <source>Invalid domain.</source>
        <translation>Ongeldig domein.</translation>
    </message>
    <message>
        <source>Invalid value for registrar.</source>
        <translation>Ongeldige waarde voor de registratie server.</translation>
    </message>
    <message>
        <source>Invalid value for outbound proxy.</source>
        <translation>Ongeldige waarde voor de uitgaande proxy.</translation>
    </message>
    <message>
        <source>Value for public IP address missing.</source>
        <translation>Publiek IP adres ontbreekt.</translation>
    </message>
    <message>
        <source>Invalid value for STUN server.</source>
        <translation>Ongeldige waarde voor STUN server.</translation>
    </message>
    <message>
        <source>Ring tones</source>
        <comment>Description of .wav files in file dialog</comment>
        <translation>Ring tones</translation>
    </message>
    <message>
        <source>Choose ring tone</source>
        <translation>Kies ring tone</translation>
    </message>
    <message>
        <source>Ring back tones</source>
        <comment>Description of .wav files in file dialog</comment>
        <translation>Ring back tones</translation>
    </message>
    <message>
        <source>All files</source>
        <translation>Alle bestanden</translation>
    </message>
    <message>
        <source>Choose incoming call script</source>
        <translation>Kies script voor inkomende gesprekken</translation>
    </message>
    <message>
        <source>Choose incoming call answered script</source>
        <translation>Kies script voor beantwoording inkomend gesprek</translation>
    </message>
    <message>
        <source>Choose incoming call failed script</source>
        <translation>Kies script voor mislukken inkomend gesprek</translation>
    </message>
    <message>
        <source>Choose outgoing call script</source>
        <translation>Kies script voor uitgaande gesprekken</translation>
    </message>
    <message>
        <source>Choose outgoing call answered script</source>
        <translation>Kies script voor beantwoording uitgaande gesprek</translation>
    </message>
    <message>
        <source>Choose outgoing call failed script</source>
        <translation>Kies script voor mislukken uitgaande gesprek</translation>
    </message>
    <message>
        <source>Choose local release script</source>
        <translation>Kies script voor beëindigen gesprek door uzelf</translation>
    </message>
    <message>
        <source>Choose remote release script</source>
        <translation>Kies script voor beëindigen gesprek door ander</translation>
    </message>
    <message>
        <source>Co&amp;decs</source>
        <translation>Co&amp;decs</translation>
    </message>
    <message>
        <source>Indicates if Twinkle should redirect a request if a 3XX response is received.</source>
        <translation>Geeft aan of Twinkle een verzoek moet doorverwijzen als een 3XX antwoord wordt ontvangen.</translation>
    </message>
    <message>
        <source>Authentication &amp;name:</source>
        <translation>Authenticatie &amp;naam:</translation>
    </message>
    <message>
        <source>Voice mail</source>
        <translation>Voice mail</translation>
    </message>
    <message>
        <source>&amp;Follow codec preference from far end on incoming calls</source>
        <translation>&amp;Volg codec voorkeur van de beller bij inkomende gesprekken</translation>
    </message>
    <message>
        <source>&lt;p&gt;
For incoming calls, follow the preference from the far-end (SDP offer). Pick the first codec from the SDP offer that is also in the list of active codecs.
&lt;p&gt;
If you disable this option, then the first codec from the active codecs that is also in the SDP offer is picked.</source>
        <translation>&lt;p&gt;
Volg de voorkeur van de beller (SDP aanbod) bij inkomende gesprekken. Neem de eerste codec uit het SDP aanbod dat ook in de lijst van actieve codecs voorkomt.
&lt;p&gt;
Als u deze optie uitschakeld, dan neemt Twinkle de eerste codec uit de actieve codec lijst die ook in het SDP aanbod voorkomt.</translation>
    </message>
    <message>
        <source>Follow codec &amp;preference from far end on outgoing calls</source>
        <translation>Volg &amp;codec voorkeur van de gebelde bij uitgaande gesprekken</translation>
    </message>
    <message>
        <source>&lt;p&gt;
For outgoing calls, follow the preference from the far-end (SDP answer). Pick the first codec from the SDP answer that is also in the list of active codecs.
&lt;p&gt;
If you disable this option, then the first codec from the active codecs that is also in the SDP answer is picked.</source>
        <translation>&lt;p&gt;
Volg de voorkeur van de gebelde (SDP antwoord) bij uitgaande gesprekken. Neem de eerste codec uit het SDP antwoord dat ook in de lijst van actieve codecs voorkomt.
&lt;p&gt;
Als u deze optie uitschakelt, dan neemt Twinkle de eerste codec uit de actieve codec lijst die ook in het SDP antwoord voorkomt.</translation>
    </message>
    <message>
        <source>Replaces</source>
        <translation>Replaces</translation>
    </message>
    <message>
        <source>Indicates if the Replaces-extenstion is supported.</source>
        <translation type="vanished">Geeft aan of de Replaces-extensie ondersteund wordt.</translation>
    </message>
    <message>
        <source>Attended refer to AoR (Address of Record)</source>
        <translation>Begeleid doorverbinden maar AoR (Address of Record)</translation>
    </message>
    <message>
        <source>An attended call transfer should use the contact URI as a refer target. A contact URI may not be globally routable however. Alternatively the AoR (Address of Record) may be used. A disadvantage is that the AoR may route to multiple endpoints in case of forking whereas the contact URI routes to a single endoint.</source>
        <translation type="vanished">Bij begeleid doorverbinden, is de contact URI de doorverbindbestemming. Een contact URI kan echter niet globaal routeerbaar zijn. Als alternatief kan dan de AoR (Address of Record) gebruikt worden. Een nadeel van het gebruik van de AoR is dat deze routeerbaar kan zijn naar meerdere eindpunten in het geval van SIP forking. De contact URI routeert altijd naar een uniek eindpunt.</translation>
    </message>
    <message>
        <source>Privacy</source>
        <translation>Privacy</translation>
    </message>
    <message>
        <source>Privacy options</source>
        <translation>Privacy opties</translation>
    </message>
    <message>
        <source>&amp;Send P-Preferred-Identity header when hiding user identity</source>
        <translation>&amp;Stuur P-Preferred-Identity header bij anonieme gesprekken</translation>
    </message>
    <message>
        <source>Include a P-Preferred-Identity header with your identity in an INVITE request for a call with identity hiding.</source>
        <translation>Stuur de P-Preferred-Identity header in een INVITE verzoek, als u uw identiteit verbergt bij het maken van een gesprek.</translation>
    </message>
    <message>
        <source>&lt;p&gt;
You can customize the way Twinkle handles incoming calls. Twinkle can call a script when a call comes in. Based on the output of the script Twinkle accepts, rejects or redirects the call. When accepting the call, the ring tone can be customized by the script as well. The script can be any executable program.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Note:&lt;/b&gt; Twinkle pauses while your script runs. It is recommended that your script does not take more than 200 ms. When you need more time, you can send the parameters followed by &lt;b&gt;end&lt;/b&gt; and keep on running. Twinkle will continue when it receives the &lt;b&gt;end&lt;/b&gt; parameter.
&lt;/p&gt;
&lt;p&gt;
With your script you can customize call handling by outputting one or more of the following parameters to stdout. Each parameter should be on a separate line.
&lt;/p&gt;
&lt;p&gt;
&lt;blockquote&gt;
&lt;tt&gt;
action=[ continue | reject | dnd | redirect | autoanswer ]&lt;br&gt;
reason=&amp;lt;string&amp;gt;&lt;br&gt;
contact=&amp;lt;address to redirect to&amp;gt;&lt;br&gt;
caller_name=&amp;lt;name of caller to display&amp;gt;&lt;br&gt;
ringtone=&amp;lt;file name of .wav file&amp;gt;&lt;br&gt;
display_msg=&amp;lt;message to show on display&amp;gt;&lt;br&gt;
end&lt;br&gt;
&lt;/tt&gt;
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;h2&gt;Parameters&lt;/h2&gt;
&lt;h3&gt;action&lt;/h3&gt;
&lt;p&gt;
&lt;b&gt;continue&lt;/b&gt; - continue call handling as usual&lt;br&gt;
&lt;b&gt;reject&lt;/b&gt; - reject call&lt;br&gt;
&lt;b&gt;dnd&lt;/b&gt; - deny call with do not disturb indication&lt;br&gt;
&lt;b&gt;redirect&lt;/b&gt; - redirect call to address specified by &lt;b&gt;contact&lt;/b&gt;&lt;br&gt;
&lt;b&gt;autoanswer&lt;/b&gt; - automatically answer a call&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
When the script does not write an action to stdout, then the default action is continue.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;reason: &lt;/b&gt;
With the reason parameter you can set the reason string for reject or dnd. This might be shown to the far-end user.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;caller_name: &lt;/b&gt;
This parameter will override the display name of the caller.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;ringtone: &lt;/b&gt;
The ringtone parameter specifies the .wav file that will be played as ring tone when action is continue.
&lt;/p&gt;
&lt;h2&gt;Environment variables&lt;/h2&gt;
&lt;p&gt;
The values of all SIP headers in the incoming INVITE message are passed in environment variables to your script. The variable names are formatted as &lt;b&gt;SIP_&amp;lt;HEADER_NAME&amp;gt;&lt;/b&gt; E.g. SIP_FROM contains the value of the from header.
&lt;/p&gt;
&lt;p&gt;
TWINKLE_TRIGGER=in_call. SIPREQUEST_METHOD=INVITE. The request-URI of the INVITE will be passed in &lt;b&gt;SIPREQUEST_URI&lt;/b&gt;. The name of the user profile will be passed in &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt;.</source>
        <translation>&lt;p&gt;
U kunt het gedrag waarmee Twinkle inkomende gesprekken afhandelt aanpassen met een script dat Twinkle aanroept als een gesprek binnenkomt. Afhankelijk van de output van het script accepteert of weigert Twinkle het gesprek of verwijst het door.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Let op:&lt;/b&gt; Twinkle staat stil als het script loopt. Het is aanbevolen dat uw script niet langer dan 200 ms loopt. Als u meer tijd nodig heeft, dan kunt u de parameters sturen gevolgd door &lt;b&gt;end&lt;/b&gt;. Twinkle gaat verder zodra het &lt;b&gt;end&lt;/b&gt; ontvangt, terwijl u script blijft draaien.
&lt;/p&gt;
&lt;p&gt;
U kunt Twinkle sturen door de volgende parameters naar stdout te schrijven. Elk op een nieuwe regel.
&lt;/p&gt;
&lt;p&gt;
&lt;blockquote&gt;
&lt;tt&gt;
action=[ continue | reject | dnd | redirect | autoanswer ]&lt;br&gt;
reason=&amp;lt;string&amp;gt;&lt;br&gt;
contact=&amp;lt;adres voor doorverwijzen&amp;gt;&lt;br&gt;
caller_name=&amp;lt;toon deze naam&amp;gt;&lt;br&gt;
ringtone=&amp;lt;naam van .wav bestand&amp;gt;&lt;br&gt;
display_msg=&amp;lt;toon bericht op scherm&amp;gt;&lt;br&gt;
end&lt;br&gt;
&lt;/tt&gt;
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;h2&gt;Parameters&lt;/h2&gt;
&lt;h3&gt;action&lt;/h3&gt;
&lt;p&gt;
&lt;b&gt;continue&lt;/b&gt; - handel gesprek af op normale wijze&lt;br&gt;
&lt;b&gt;reject&lt;/b&gt; - weiger gesprek&lt;br&gt;
&lt;b&gt;dnd&lt;/b&gt; - weiger gesprek met niet-storen indicatie&lt;br&gt;
&lt;b&gt;redirect&lt;/b&gt; - verwijs gesprek door naar &lt;b&gt;contact&lt;/b&gt;&lt;br&gt;
&lt;b&gt;autoanswer&lt;/b&gt; - automatisch antwoorden&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
Als een script geen actie op stdout zet, dan is de actie &quot;continue&quot;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;reason: &lt;/b&gt;
Met de reason parameter, zet u de SIP reason string voor reject of dnd. Dit kan getoond worden aan de gebruiker.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;caller_name: &lt;/b&gt;
Toon deze naam in plaats van de display naam.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;ringtone: &lt;/b&gt;
De ring tone die gespeeld moet worden als de actie &quot;continue&quot; is.
&lt;/p&gt;
&lt;h2&gt;Variables&lt;/h2&gt;
&lt;p&gt;
De waarden van alle SIP headers van de inkomende INVITE worden via variabelen aan uw script doorgegeven. De variabele namen zijn als volgt samengesteld &lt;b&gt;SIP_&amp;lt;HEADER_NAME&amp;gt;&lt;/b&gt; Bijv. SIP_FROM bevat de waarde van de from header.
&lt;/p&gt;
&lt;p&gt;
TWINKLE_TRIGGER=in_call. SIPREQUEST_METHOD=INVITE. &lt;b&gt;SIPREQUEST_URI&lt;/b&gt; bevat de request-URI van de INVITE. &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt; bevat de gebruikersprofielnaam.</translation>
    </message>
    <message>
        <source>&amp;Voice mail address:</source>
        <translation>&amp;Voice mail adres:</translation>
    </message>
    <message>
        <source>The SIP address or telephone number to access your voice mail.</source>
        <translation>SIP adres of telefoonnummer van uw voice mail.</translation>
    </message>
    <message>
        <source>Unsollicited</source>
        <translation type="vanished">Unsollicited</translation>
    </message>
    <message>
        <source>Sollicited</source>
        <translation type="vanished">Sollicited</translation>
    </message>
    <message>
        <source>&lt;H2&gt;Message waiting indication type&lt;/H2&gt;
&lt;p&gt;
If your provider offers the message waiting indication service, then Twinkle can show you when new voice mail messages are waiting. Ask your provider which type of message waiting indication is offered.
&lt;/p&gt;
&lt;H3&gt;Unsollicited&lt;/H3&gt;
&lt;p&gt;
Asterisk provides unsollicited message waiting indication.
&lt;/p&gt;
&lt;H3&gt;Sollicited&lt;/H3&gt;
&lt;p&gt;
Sollicited message waiting indication as specified by RFC 3842.
&lt;/p&gt;</source>
        <translation type="vanished">&lt;H2&gt;Message waiting indication type&lt;/H2&gt;
&lt;p&gt;
Als uw provider de dienst aanbiedt waarmee u uw voice mail status kunt zien, dan kan Twinkle laten zien hoeveel nieuwe voice mail berichten er op u wachten. Er zijn 2 methoden waarop deze dienst kan worden aangeboden.
&lt;/p&gt;
&lt;H3&gt;Unsollicited&lt;/H3&gt;
&lt;p&gt;
Asterisk biedt unsollicited message waiting indication.
&lt;/p&gt;
&lt;H3&gt;Sollicited&lt;/H3&gt;
&lt;p&gt;
Sollicited message waiting indication zoals gespecificeerd in RFC 3842.
&lt;/p&gt;</translation>
    </message>
    <message>
        <source>&amp;MWI type:</source>
        <translation>&amp;MWI type:</translation>
    </message>
    <message>
        <source>Sollicited MWI</source>
        <translation type="vanished">Sollicited MWI</translation>
    </message>
    <message>
        <source>Subscription &amp;duration:</source>
        <translation>Aanmeldings&amp;duur:</translation>
    </message>
    <message>
        <source>Mailbox &amp;user name:</source>
        <translation>Mailbox &amp;gebruikersnaam:</translation>
    </message>
    <message>
        <source>The hostname, domain name or IP address of your voice mailbox server.</source>
        <translation>De host naam, domeinnaam of IP adres van uw voice mailbox server.</translation>
    </message>
    <message>
        <source>For sollicited MWI, an endpoint subscribes to the message status for a limited duration. Just before the duration expires, the endpoint should refresh the subscription.</source>
        <translation type="vanished">Twinkle meldt zich voor een bepaalde periode aan bij de voice mailbox server. Net voordat deze periode verstrijkt, zal Twinkle zich opnieuw aanmelden.</translation>
    </message>
    <message>
        <source>Your user name for accessing your voice mailbox.</source>
        <translation>Uw gebruikersnaam voor toegang tot uw mailbox.</translation>
    </message>
    <message>
        <source>Mailbox &amp;server:</source>
        <translation>Mailbox &amp;server:</translation>
    </message>
    <message>
        <source>Via outbound &amp;proxy</source>
        <translation>Via uitgaande &amp;proxy</translation>
    </message>
    <message>
        <source>Check this option if Twinkle should send SIP messages to the mailbox server via the outbound proxy.</source>
        <translation>Vink deze optie aan als Twinkle de SIP berichten naar de mailbox server via de uitgaande proxy moet sturen.</translation>
    </message>
    <message>
        <source>You must fill in a mailbox user name.</source>
        <translation>U moet een mailbox gebruikersnaam invullen.</translation>
    </message>
    <message>
        <source>You must fill in a mailbox server</source>
        <translation>U moet een mailbox server invullen</translation>
    </message>
    <message>
        <source>Invalid mailbox server.</source>
        <translation>Ongeldige mailbox server.</translation>
    </message>
    <message>
        <source>Invalid mailbox user name.</source>
        <translation>Ongeldige mailbox gebruikersnaam.</translation>
    </message>
    <message>
        <source>Codeword &amp;packing order:</source>
        <translation>Codeword &amp;packing volgorde:</translation>
    </message>
    <message>
        <source>RFC 3551</source>
        <translation>RFC 3551</translation>
    </message>
    <message>
        <source>ATM AAL2</source>
        <translation>ATM AAL2</translation>
    </message>
    <message>
        <source>There are 2 standards to pack the G.726 codewords into an RTP packet. RFC 3551 is the default packing method. Some SIP devices use ATM AAL2 however. If you experience bad quality using G.726 with RFC 3551 packing, then try ATM AAL2 packing.</source>
        <translation>Er zijn 2 methoden om G.726 codewords in een RTP pakket te stoppen. RFC 3551 is de default methode. Sommige SIP apparaten gebruiken de ATM AAL2 methode echter. Als bij het gebruik van G.726 met RFC 3551 packing de geluidskwaliteit slecht is, probeer dan ATM AAL2 packing.</translation>
    </message>
    <message>
        <source>Use domain &amp;name to create a unique contact header value</source>
        <translation>&amp;Gebruik domeinnaam voor een unieke contact header</translation>
    </message>
    <message>
        <source>Select ring back tone file.</source>
        <translation>Selecteer ring back tone bestand.</translation>
    </message>
    <message>
        <source>Select ring tone file.</source>
        <translation>Selecteer ring tone bestand.</translation>
    </message>
    <message>
        <source>Select script file.</source>
        <translation>Selecteer script bestand.</translation>
    </message>
    <message>
        <source>%1 converts to %2</source>
        <translation>%1 wordt geconverteerd naar %2</translation>
    </message>
    <message>
        <source>Instant message</source>
        <translation>Instant bericht</translation>
    </message>
    <message>
        <source>Presence</source>
        <translation>Beschikbaarheid</translation>
    </message>
    <message>
        <source>&amp;Maximum number of sessions:</source>
        <translation>&amp;Maximum aantal sessies:</translation>
    </message>
    <message>
        <source>When you have this number of instant message sessions open, new incoming message sessions will be rejected.</source>
        <translation>Als u het maximum aantal berichtensessies actief heeft, dan zullen inkomende berichten voor nieuwe sessies geweigerd worden.</translation>
    </message>
    <message>
        <source>Your presence</source>
        <translation>Uw beschikbaarheid</translation>
    </message>
    <message>
        <source>&amp;Publish availability at startup</source>
        <translation>&amp;Publiceer beschikbaarheid bij opstarten</translation>
    </message>
    <message>
        <source>Publish your availability at startup.</source>
        <translation>Publiceer uw beschikbaarheid bij opstarten.</translation>
    </message>
    <message>
        <source>Buddy presence</source>
        <translation>Beschikbaarheid van vrienden</translation>
    </message>
    <message>
        <source>Publication &amp;refresh interval (sec):</source>
        <translation>Publicatie &amp;interval (sec):</translation>
    </message>
    <message>
        <source>Refresh rate of presence publications.</source>
        <translation>Verversingssnelheid van beschikbaarheidspublicaties.</translation>
    </message>
    <message>
        <source>&amp;Subscription refresh interval (sec):</source>
        <translation>Aan&amp;meldingsinterval (sec):</translation>
    </message>
    <message>
        <source>Refresh rate of presence subscriptions.</source>
        <translation>Verversingsnelheid van beschikbaarheidsaanmeldingen.</translation>
    </message>
    <message>
        <source>Transport/NAT</source>
        <translation>Transport/NAT</translation>
    </message>
    <message>
        <source>Add q-value to registration</source>
        <translation>Voeg q-waarde toe aan registratie</translation>
    </message>
    <message>
        <source>The q-value indicates the priority of your registered device. If besides Twinkle you register other SIP devices for this account, then the network may use these values to determine which device to try first when delivering a call.</source>
        <translation>De q-waarde is de prioriteit van een apparaat. Als u naast Twinkle nog andere SIP apparaten bij het netwerk registreert voor deze gebruiker, dan kan het netwerk deze waarde gebruiken om te bepalen op welk apparaat een gesprek als eerste afgeleverd moet worden.</translation>
    </message>
    <message>
        <source>The q-value is a value between 0.000 and 1.000. A higher value means a higher priority.</source>
        <translation>De q-waarde is een waarde tussen 0,000 en 1,000. Een hogere waarde betekent een hogere prioriteit.</translation>
    </message>
    <message>
        <source>SIP transport</source>
        <translation>SIP transport</translation>
    </message>
    <message>
        <source>UDP</source>
        <translation>UDP</translation>
    </message>
    <message>
        <source>TCP</source>
        <translation>TCP</translation>
    </message>
    <message>
        <source>Transport mode for SIP. In auto mode, the size of a message determines which transport protocol is used. Messages larger than the UDP threshold are sent via TCP. Smaller messages are sent via UDP.</source>
        <translation>Transport modus voor SIP. In auto modus bepaalt de berichtgrootte welk transport protocol gebruikt wordt. Berichten groter dan de UDP drempel worden via TCP verstuurd. Kleinere berichten worden via UDP gestuurd.</translation>
    </message>
    <message>
        <source>T&amp;ransport protocol:</source>
        <translation>T&amp;ransport protocol:</translation>
    </message>
    <message>
        <source>UDP t&amp;hreshold:</source>
        <translation>UDP &amp;drempel:</translation>
    </message>
    <message>
        <source> bytes</source>
        <translation type="obsolete"> bytes</translation>
    </message>
    <message>
        <source>Messages larger than the threshold are sent via TCP. Smaller messages are sent via UDP.</source>
        <translation>Berichten groter dan de drempel worden via TCP verstuurd. Kleinere berichten worden via UDP verstuurd.</translation>
    </message>
    <message>
        <source>Use &amp;STUN (does not work for incoming TCP)</source>
        <translation type="vanished">&amp;STUN (werkt niet voor inkomend TCP verkeer)</translation>
    </message>
    <message>
        <source>P&amp;ersistent TCP connection</source>
        <translation>P&amp;ersistente TCP verbinding</translation>
    </message>
    <message>
        <source>Keep the TCP connection established during registration open such that the SIP proxy can reuse this connection to send incoming requests. Application ping packets are sent to test if the connection is still alive.</source>
        <translation>De TCP verbinding die opgezet wordt tijdens registratie blijft open, zodat de SIP proxy deze verbinding kan gebruiken om binnenkomende verzoeken te sturen. Ping pakketten worden gestuurd om te testen of de verbinding nog bestaat.</translation>
    </message>
    <message>
        <source>&amp;Send composing indications when typing a message.</source>
        <translation>&amp;Zend indicaties als u een bericht aan het schrijven bent.</translation>
    </message>
    <message>
        <source>Twinkle sends a composing indication when you type a message. This way the recipient can see that you are typing.</source>
        <translation>Twinkle stuurt een compositie indicatie als u een bericht aan het schrijven bent. De ontvanger van uw bericht kan dan zien dat u bezig bent met schrijven.</translation>
    </message>
    <message>
        <source>AKA AM&amp;F:</source>
        <translation>AkA AM&amp;F:</translation>
    </message>
    <message>
        <source>A&amp;KA OP:</source>
        <translation>A&amp;KA OP:</translation>
    </message>
    <message>
        <source>Authentication management field for AKAv1-MD5 authentication.</source>
        <translation>&quot;Authentication management field&quot; voor AKAv1-MD5 authenticatie.</translation>
    </message>
    <message>
        <source>Operator variant key for AKAv1-MD5 authentication.</source>
        <translation>&quot;Operator variant key&quot; voor AKAv1-MD5 authenticatie.</translation>
    </message>
    <message>
        <source>Prepr&amp;ocessing</source>
        <translation>V&amp;oorbewerking</translation>
    </message>
    <message>
        <source>Preprocessing (improves quality at remote end)</source>
        <translation>Voorbewerking (verbetert de geluidskwaliteit voor uw gesprekspartner)</translation>
    </message>
    <message>
        <source>&amp;Automatic gain control</source>
        <translation>&amp;Automatische sterkteregeling</translation>
    </message>
    <message>
        <source>Automatic gain control (AGC) is a feature that deals with the fact that the recording volume may vary by a large amount between different setups. The AGC provides a way to adjust a signal to a reference volume. This is useful because it removes the need for manual adjustment of the microphone gain. A secondary advantage is that by setting the microphone gain to a conservative (low) level, it is easier to avoid clipping.</source>
        <translation>Automatische sterkteregeling versterkt zachte signalen en dempt luide signalen die door de microfoon worden opgenomen.</translation>
    </message>
    <message>
        <source>Automatic gain control &amp;level:</source>
        <translation>Niveau automatische sterkterege&amp;ling:</translation>
    </message>
    <message>
        <source>Automatic gain control level represents percentual value of automatic gain setting of a microphone. Recommended value is about 25%.</source>
        <translation>Een waarde rond 25% is aanbevolen voor een goede geluidskwaliteit.</translation>
    </message>
    <message>
        <source>&amp;Voice activity detection</source>
        <translation>&amp;Voice activity detection</translation>
    </message>
    <message>
        <source>When enabled, voice activity detection detects whether the input signal represents a speech or a silence/background noise.</source>
        <translation>&quot;Voice activity detection&quot; detecteteert of een signaal spraak of stilte/ruid bevat. Stilte/ruis wordt niet over het netwerk gestuurd waardoor minder bandbreedte gebruikt wordt.</translation>
    </message>
    <message>
        <source>&amp;Noise reduction</source>
        <translation>Ruisonderdrukki&amp;ng</translation>
    </message>
    <message>
        <source>The noise reduction can be used to reduce the amount of background noise present in the input signal. This provides higher quality speech.</source>
        <translation>Ruisonderdrukking vermindert achtergrondruis in het microfoonsignaal.</translation>
    </message>
    <message>
        <source>Acoustic &amp;Echo Cancellation</source>
        <translation>Acoustic &amp;Echo Cancellation</translation>
    </message>
    <message>
        <source>In any VoIP communication, if a speech from the remote end is played in the local loudspeaker, then it propagates in the room and is captured by the microphone. If the audio captured from the microphone is sent directly to the remote end, then the remote user hears an echo of his voice. An acoustic echo cancellation is designed to remove the acoustic echo before it is sent to the remote end. It is important to understand that the echo canceller is meant to improve the quality on the remote end.</source>
        <translation>Spraak uit de speakers wordt opgevangen door de microfoon waardoor uw gesprekspartner een echo waarneemt. &quot;Acoustic echo cancellation&quot; verwijdert deze echo.</translation>
    </message>
    <message>
        <source>Variable &amp;bit-rate</source>
        <translation>Variable &amp;bit-rate</translation>
    </message>
    <message>
        <source>Discontinuous &amp;Transmission</source>
        <translation>Discontinuous &amp;Transmission</translation>
    </message>
    <message>
        <source>&amp;Quality:</source>
        <translation>&amp;Kwaliteit:</translation>
    </message>
    <message>
        <source>Speex is a lossy codec, which means that it achieves compression at the expense of fidelity of the input speech signal. Unlike some other speech codecs, it is possible to control the tradeoff made between quality and bit-rate. The Speex encoding process is controlled most of the time by a quality parameter that ranges from 0 to 10.</source>
        <translation>Speex comprimeert het geluidssignaal ten koste van de kwaliteit. Hoe meer compressie, hoe minder bandbreedte nodig is, maar hoe slechter de geluidskwaliteit. Deze kwaliteitsfactor (0 tot 10) bepaalt de trade-off tussen kwaliteit en compressie.</translation>
    </message>
    <message>
        <source>bytes</source>
        <translation>bytes</translation>
    </message>
    <message>
        <source>Use tel-URI for telephone &amp;number</source>
        <translation>Vestuur telefoon&amp;nummer als tel-URI</translation>
    </message>
    <message>
        <source>Expand a dialed telephone number to a tel-URI instead of a sip-URI.</source>
        <translation>Expandeer een telefoonnummer naar een tel-URI in plaats van een sip-URI.</translation>
    </message>
    <message>
        <source>Accept call &amp;transfer request (incoming REFER)</source>
        <translation>Accep&amp;teer doorverbindverzoek (inkomende REFER)</translation>
    </message>
    <message>
        <source>Allow call transfer while consultation in progress</source>
        <translation>Doorverbinden toestaan tijdens opbouw ruggespraak gesprek</translation>
    </message>
    <message>
        <source>When you perform an attended call transfer, you normally transfer the call after you established a consultation call. If you enable this option you can transfer the call while the consultation call is still in progress. This is a non-standard implementation and may not work with all SIP devices.</source>
        <translation>Bij doorverbinden met ruggespraak, verbindt u normaal pas door nadat u ruggespraak heeft gehouden. Met deze optie kunt u al doorverbinden terwijl het gesprek voor ruggespraak nog in opbouw is. Dit is een niet-standaard implementatie die mogelijk niet werkt met alle SIP apparaten.</translation>
    </message>
    <message>
        <source>Enable NAT &amp;keep alive</source>
        <translation>NAT &amp;keep alive</translation>
    </message>
    <message>
        <source>Send UDP NAT keep alive packets.</source>
        <translation>Stuur UDP NAT keep alive pakketten.</translation>
    </message>
    <message>
        <source>If you have enabled STUN or NAT keep alive, then Twinkle will send keep alive packets at this interval rate to keep the address bindings in your NAT device alive.</source>
        <translation>Als u STUN of NAT keep alive aan heeft gezet, dan zal Twinkle keep alive pakketjes sturen met deze snelheid om de adresbindingen in uw NAT router in leven te houden.</translation>
    </message>
    <message>
        <source>Do&amp;main*:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Organi&amp;zation:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>E&amp;xpiry:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Call Hold &amp;variant:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>&amp;Max redirections:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Indicates if the Replaces-extension is supported.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>An attended call transfer should use the contact URI as a refer target. A contact URI may not be globally routable however. Alternatively the AoR (Address of Record) may be used. A disadvantage is that the AoR may route to multiple endpoints in case of forking whereas the contact URI routes to a single endpoint.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Include a P-Asserted-Identity header with your identity in an INVITE request for a call with identity hiding.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>&amp;Send P-Asserted-Identity header when hiding user identity</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Use STUN (does not wor&amp;k for incoming TCP)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>STUN ser&amp;ver:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>&lt;p&gt;
Often the format of the telephone numbers you need to dial is different from the format of the telephone numbers stored in your address book, e.g. your numbers start with a +-symbol followed by a country code, but your provider expects &apos;00&apos; instead of the &apos;+&apos;, or you are at the office and all your numbers need to be prefixed with a &apos;9&apos; to access an outside line. Here you can specify number format conversion using Perl style regular expressions and format strings.
&lt;/p&gt;
&lt;p&gt;
For each number you dial, Twinkle will try to find a match in the list of match expressions. For the first match it finds, the number will be replaced with the format string. If no match is found, the number stays unchanged.
&lt;/p&gt;
&lt;p&gt;
The number conversion rules are also applied to incoming calls, so the numbers are displayed in the format you want.
&lt;/p&gt;
&lt;h3&gt;Example 1&lt;/h3&gt;
&lt;p&gt;
Assume your country code is 31 and you have stored all numbers in your address book in full international number format, e.g. +318712345678. For dialling numbers in your own country you want to strip of the &apos;+31&apos; and replace it by a &apos;0&apos;. For dialling numbers abroad you just want to replace the &apos;+&apos; by &apos;00&apos;.
&lt;/p&gt;
&lt;p&gt;
The following rules will do the trick:
&lt;/p&gt;
&lt;blockquote&gt;
&lt;tt&gt;
Match expression = \+31([0-9]*) , Replace =  0$1&lt;br&gt;
Match expression = \+([0-9]*) , Replace = 00$1&lt;/br&gt;
&lt;/tt&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Example 2&lt;/h3&gt;
&lt;p&gt;
You are at work and all telephone numbers starting with a 0 should be prefixed with a 9 for an outside line.
&lt;/p&gt;
&lt;blockquote&gt;
&lt;tt&gt;
Match expression = 0[0-9]* , Replace =  9$&amp;&lt;br&gt;
&lt;/tt&gt;
&lt;/blockquote&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>When ZRTP/SRTP is enabled, then Twinkle will try to encrypt the audio of each call you originate or receive. Encryption will only succeed if the remote party has ZRTP/SRTP support enabled. If the remote party does not support ZRTP/SRTP, then the audio channel will stay unencrypted.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>&lt;H2&gt;Message waiting indication type&lt;/H2&gt;
&lt;p&gt;
If your provider offers the message waiting indication service, then Twinkle can show you when new voice mail messages are waiting. Ask your provider which type of message waiting indication is offered.
&lt;/p&gt;
&lt;H3&gt;Unsolicited&lt;/H3&gt;
&lt;p&gt;
Asterisk provides unsolicited message waiting indication.
&lt;/p&gt;
&lt;H3&gt;Solicited&lt;/H3&gt;
&lt;p&gt;
Solicited message waiting indication as specified by RFC 3842.
&lt;/p&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Unsolicited</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Solicited</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Solicited MWI</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>For solicited MWI, an endpoint subscribes to the message status for a limited duration. Just before the duration expires, the endpoint should refresh the subscription.</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>WizardForm</name>
    <message>
        <source>Twinkle - Wizard</source>
        <translation>Twinkle - Wizard</translation>
    </message>
    <message>
        <source>The hostname, domain name or IP address of the STUN server.</source>
        <translation>De host naam, domeinnaam of IP adres van de STUN server.</translation>
    </message>
    <message>
        <source>S&amp;TUN server:</source>
        <translation>S&amp;TUN server:</translation>
    </message>
    <message>
        <source>The SIP user name given to you by your provider. It is the user part in your SIP address, &lt;b&gt;username&lt;/b&gt;@domain.com This could be a telephone number.
&lt;br&gt;&lt;br&gt;
This field is mandatory.</source>
        <translation>De SIP gebruikersnaam die u van uw provider heeft gekregen. Dit het gebruikersdeel in uw SIP adres, &lt;b&gt;gebruikersnaame&lt;/b&gt;@domein.nl Dit kan een telefoonnummer zijn.
&lt;br&gt;&lt;br&gt;
Dit is een verplicht veld.</translation>
    </message>
    <message>
        <source>&amp;Domain*:</source>
        <translation>&amp;Domein*:</translation>
    </message>
    <message>
        <source>Choose your SIP service provider. If your SIP service provider is not in the list, then select &lt;b&gt;Other&lt;/b&gt; and fill in the settings you received from your provider.&lt;br&gt;&lt;br&gt;
If you select one of the predefined SIP service providers then you only have to fill in your name, user name, authentication name and password.</source>
        <translation>Kies uw SIP provider. Als uw SIP provider niet in de lijst voorkomt, kies dan &lt;b&gt;Anders&lt;/b&gt; en vul de instellingen in die uw van uw provider hebt gekregen.&lt;br&gt;&lt;br&gt;
Als u een voorgedefinieerde SIP provider kiest, dan hoeft u alleen uw eigen naam, gebruikersnaam, authenticatie naam en paswoord in te voeren.</translation>
    </message>
    <message>
        <source>&amp;Authentication name:</source>
        <translation>&amp;Authenticatie naam:</translation>
    </message>
    <message>
        <source>&amp;Your name:</source>
        <translation>U&amp;w naam:</translation>
    </message>
    <message>
        <source>Your SIP authentication name. Quite often this is the same as your SIP user name. It can be a different name though.</source>
        <translation>Uw SIP gebruikersnaam voor authenticatie. Meestal is dit hetzelfde als uw SIP gebruikersnaam.</translation>
    </message>
    <message>
        <source>The domain part of your SIP address, username@&lt;b&gt;domain.com&lt;/b&gt;. Instead of a real domain this could also be the hostname or IP address of your &lt;b&gt;SIP proxy&lt;/b&gt;. If you want direct IP phone to IP phone communications then you fill in the hostname or IP address of your computer.
&lt;br&gt;&lt;br&gt;
This field is mandatory.</source>
        <translation>Dit is het domein deel van uw SIP adres, gebruikersnaame@&lt;b&gt;domein.nl&lt;/b&gt;. In plaats van een echt domein kan dit ook de host naam of het IP van uw &lt;b&gt;SIP proxy&lt;/b&gt; zijn. Als u direct van IP adres naar IP adres wilt bellen, dan vult u hier de host naam of IP adres van uw computer in.
&lt;br&gt;&lt;br&gt;
Dit is een verplicht veld.</translation>
    </message>
    <message>
        <source>This is just your full name, e.g. John Doe. It is used as a display name. When you make a call, this display name might be shown to the called party.</source>
        <translation>Dit is uw eigen naam. bijv. Jan Jansen. Als u iemand belt, kan deze naam getoond worden.</translation>
    </message>
    <message>
        <source>SIP pro&amp;xy:</source>
        <translation>SIP pro&amp;xy:</translation>
    </message>
    <message>
        <source>The hostname, domain name or IP address of your SIP proxy. If this is the same value as your domain, you may leave this field empty.</source>
        <translation>De host naam, domeinnaam of IP adres van uw SIP proxy. Als deze hetzelfde is als uw domeinnaam, dan mag u dit veld leeg laten.</translation>
    </message>
    <message>
        <source>&amp;SIP service provider:</source>
        <translation>&amp;SIP provider:</translation>
    </message>
    <message>
        <source>&amp;Password:</source>
        <translation>&amp;Paswoord:</translation>
    </message>
    <message>
        <source>&amp;User name*:</source>
        <translation>Ge&amp;bruikersnaam*:</translation>
    </message>
    <message>
        <source>Your password for authentication.</source>
        <translation>Uw paswoord voor authenticatie.</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation>&amp;OK</translation>
    </message>
    <message>
        <source>Alt+O</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation>Ann&amp;uleren</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <source>None (direct IP to IP calls)</source>
        <translation>Geen (directe IP naar IP gesprekken)</translation>
    </message>
    <message>
        <source>Other</source>
        <translation>Anders</translation>
    </message>
    <message>
        <source>User profile wizard:</source>
        <translation>Gebruikersprofiel wizard:</translation>
    </message>
    <message>
        <source>You must fill in a user name for your SIP account.</source>
        <translation>U moet een gebruikersnaam voor uw SIP account invullen.</translation>
    </message>
    <message>
        <source>You must fill in a domain name for your SIP account.
This could be the hostname or IP address of your PC if you want direct PC to PC dialing.</source>
        <translation>U moet een domeinnaam voor uw SIP account invullen.
Dit kan de host naam of IP adres van uw PC zijn als u direct van PC naar PC wilt bellen.</translation>
    </message>
    <message>
        <source>Invalid value for SIP proxy.</source>
        <translation>Ongeldige waarde voor SIP proxy.</translation>
    </message>
    <message>
        <source>Invalid value for STUN server.</source>
        <translation>Ongeldige waared voor STUN server.</translation>
    </message>
</context>
<context>
    <name>YesNoDialog</name>
    <message>
        <source>&amp;Yes</source>
        <translation>&amp;Ja</translation>
    </message>
    <message>
        <source>&amp;No</source>
        <translation>&amp;Nee</translation>
    </message>
</context>
<context>
    <name>incoming_call</name>
    <message>
        <source>Answer</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Reject</source>
        <translation type="unfinished">Afwijzen</translation>
    </message>
</context>
</TS>