-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSIP-T21_lang-Dutch.txt
1196 lines (1196 loc) · 39.3 KB
/
SIP-T21_lang-Dutch.txt
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
[ lang ]
"'*' or '#' as send"="Key as send"
"(Empty)"="(Empty)"
"10min"="10min"
"12 Hour"="12uur"
"120s"="120s"
"15s"="15s"
"1h"="1uur"
"1min"="1min"
"24 Hour"="24uur"
"2h"="2uur"
"2min"="2min"
"30min"="30min"
"30s"="30s"
"3h"="3uur"
"5min"="5min"
"60s"="60s"
"6h"="6uur"
"802.1x"="802.1x"
"802.1x Mode"="802.1x Mode"
"802.1x Settings"="802.1x Instellingen"
"ACD"="ACD"
"ACD Login"="ACD Login"
"ACD State"="ACD Status"
"ACD Trace"="Trace"
"AES"="AES"
"ALERT"="Alarm"
"AP Mac Address"="AP Mac Address"
"Account"="Account"
"Account ID"="Account ID"
"Account Status"="Account Status"
"Account is invalid!"="Account is ongeldig!"
"Accounts"="Accounts"
"Activation"="Activeren"
"Adapter has added, scanning the bluetooth devices right now?"="Bluetooth adapter is toegevoegd, Wil je nu scannen op bluetooth apparaten?"
"Adapter has removed out"="Bluetooth adapter is verwijderd."
"Add"="Nieuw"
"Add Blacklist"="Toevoegen aan geblokkerde nummers"
"Add Contact"="Contact toevoegen"
"Add Group"="Groep toevoegen"
"Add Group SoftKey"="Groep"
"Add Network"="Netwerk toevoegen"
"Add Number"="Nummer toevoegen"
"Add Personal"="Persoonlijk contact toevoegen"
"Add to"="Voegtoe"
"Add to Blacklist"="Blokkeren"
"Add to Contact"="Contact toevoegen"
"Add to Contacts"="Contact toevoegen"
"Add to Personal"="Voeg toe aan groep persoonlijk"
"Address"="Adres"
"Address incomplete"="Address is incomplete!"
"Advance to Next Assistant After"="Advance to Asst after"
"Advanced"="Geavanceerd"
"Advanced Setting"="Geavanceerde instellingen"
"After Ring Times"="After Ring Time"
"Alert Broadworks Anywhere Location"="Alert Anywhere Loc."
"Alert Broadworks Mobility Location"="Alert Mobility Loc."
"Alert Click to Dial Calls"="Alert to Dial Calls"
"Alert Group Paging Calls"="Alert GPaging Calls"
"Alert Mode"="Alert Mode"
"Alert SCA Location"="Alert SCA Loc."
"Alerting Calling Line ID Name"="Alert Caller ID Name"
"Alerting Calling Line ID Number"="Alert Caller ID Num"
"Alerting Custom Calling Line ID Name"="Alert Custom Caller ID Name"
"Alerting Custom Calling Line ID Number"="Alert Custom Caller ID Number"
"All Buddies"="All Buddies"
"All Calllog"="Alle oproepen"
"All Calls"="Alle oproepen"
"All Contacts"="Alle contacten"
"All External Calls"="Alle externe oproepen"
"All Income Calls"="Alle oproepen"
"All Internal Calls"="Alle interne oproepen"
"All Lines"="All Lijnen"
"All Off"="All Off"
"All On"="All On"
"All keys"="Alle toetsen"
"Allow Remote Control?"="Allow remote control?"
"Allow assistant opt in/out of Pool"="Assistant opt in/out"
"Alter Type"="Alert Type"
"Always Forward"="Altijd doorschakelen"
"Always Off"="Always Off"
"Always On"="Always On"
"Anonymity Disallowed"="Anonymity disallowed!"
"Anonymous"="Anoniem"
"Anonymous Call"="Anoniem gesprek"
"Anonymous Rejection"="Anoniem weigeren"
"Answer"="Antwoord"
"Anywhere"="Anywhere"
"Apr"="April"
"April"="April"
"Are you sure to remove ?"="Confirm to remove ?"
"Are you sure to set a blank password?"="Confirm to set a blank password?"
"Assistant"="Assistant"
"Assistant Common Settings"="Assistant Common Settings"
"Aug"="Augustus"
"August"="Augustus"
"Auto"="Auto"
"Auto Answer"="Automatische beantwoorden"
"Auto Provision"="Auto Provision"
"Auto Redial"="Terug bellen"
"Auto Redial Setting"="Terug bellen"
"Auto-login"="Auto Login"
"AutoBLFList is on\n manually configing is forbidden!"="AutoBLFList is on.\n Manual configuration is prohibited!"
"AutoFavorite is on\n manually configing is forbidden!"="AutoFavorites is on.\n Manual configuration is prohibited!"
"AutoLinekey is on\n manually configing is forbidden!"="AutoLinekey is on.\n Manual configuration is prohibited!"
"AutoP Authority"="AutoP Authority"
"AutoP to"="AutoP to"
"Automatic"="Automatisch"
"Avail"="Beschikbaar"
"Available"="Beschikbaar"
"Available Recording Time"="Remaining recording time"
"Available Wireless Device"="Beschikbare netwerken"
"Away"="Afwezig"
"BLF"="BLF"
"BLF List"="BLF Lijst"
"BLF Ring Type"="BLF Ring Type"
"BLF is invalid!"="BLF is ongeldig!"
"Back"="Terug"
"Backlight"="Backlight"
"Backlight Active Level"="Active Level"
"Backlight Inactive Level"="Inactive Level"
"Backlight Time"="Backlight Time"
"Bad Request"="Bad request!"
"Balance"="Balance"
"Barge In"="BargeIn"
"Basic Setting"="Basis instellingen"
"Betransferred"="Be Transferred"
"Blacklist"="Geblokkeerde nummers"
"Block"="Blokkeren"
"Bluetooth"="Bluetooth"
"Both"="Beide"
"Bridge ID"="Bridge ID"
"BridgeID is invalid!"="BridgeID is invalid!"
"Browse Recordings"="Browse Audio"
"Buddies"="Vrienden"
"Busy"="Bezet"
"Busy Forward"="Busy Forward"
"Busy Here"="Busy Here"
"CC Name"="IC Name"
"CC UID"="IC UID"
"CDP"="CDP"
"CDP Interval"="CDP Interval"
"CDP Status"="CDP Status"
"CDP interval should be 1-3600!"="CDP interval should be 1-3600!"
"Call Alerting"="Call Alerting"
"Call Back"="Call Back"
"Call Completion"="Call Completion"
"Call Control"="Call Control"
"Call Fail"="Call Fail"
"Call Filtering"="Call Filtering"
"Call Filtering Mode"="Call Filtering Mode"
"Call Filtering Switch"="Call Filtering Switch"
"Call Finish"="Gesprek beeindigd"
"Call Forward"="Telefoon doorschakelen"
"Call Initiation"="Gesprek opbouwen"
"Call Park"="Gesprek in de wacht"
"Call Park Number is invalid!"="Call park number is invalid!"
"Call Pickup"="Gesprek opnemen"
"Call Push Recall After"="Call Push Recall After"
"Call Return"="ReCall"
"Call Screening"="Call Screening"
"Call Screening Switch"="Call Screening Switch"
"Call Voice Mail"="Call Voice Mail"
"Call Waiting"="Aankloppen"
"Call has been successfully recorded on USB device"="Gesprek is succesvol op de USB opgeslagen!"
"CallPull"="CallPull"
"CallReturn"="Terugbellen"
"Calling"="Bellen"
"Calllog"="Log"
"Calllog Directories"="Netwerklijsten"
"Callout"="Callout"
"Calls Longest"="Longest Waits"
"Calls for Pickup"="Calls for Pickup"
"Can't be empty"="Mag niet leeg zijn!"
"Cancel"="Annuleren"
"Cancel Select Executive"="Cancel Select Executive"
"Change PIN"="Verander pincode"
"Change Password"="Verander wachtwoord"
"Channel"="Kanaal"
"Chinese_S"="????(Chinese Simplified)"
"Chinese_T"="????(Chinese Traditional)"
"Choose a group"="Kies een groep"
"Cipher Type"="Cipher Type"
"Classified"="Classified"
"Clear account config \n\n please wait..."="Clear account config \n\n please wait..."
"Clear all static.* settings?"="Reset all static.* settings?"
"Clear all userdata & local config?"="Reset all userdata & local config?"
"Clear local.cfg settings?"="Reset local settings?"
"Clear non-static settings?"="Reset non-static settings?"
"Clear your account config?"="Clear your account config?"
"Common"="Common AES"
"CommonRingTone"="Common"
"Conference"="Conf"
"Conference Manage"="Conference Manage"
"Conference with"="Conference with"
"Configuration Updating !"="Configuration updaten!"
"Confirm PIN"="Bevestig PIN"
"Confirm PIN mismatch!"="Pincode was niet hetzelfde!"
"Confirm PWD"="Bevestig Wachtwoord"
"Confirm password mismatch!"="Wachtwoorden kloppen niet!"
"Connect"="Verbinden"
"Connect Success."="Connectie Succesvol."
"Connect failed."="Connectie mislukt."
"Connect to"="Verbinden met"
"Connected"="Verbonden"
"Connecting"="Verbinden"
"Connecting..."="Verbinden..."
"Contact Details"="Contact Details"
"Contact exist!"="Contact bestaat al!"
"Contacts Setting"="Contact instellingen"
"Contrast"="Contrast"
"Copy to All Lines?"="Copy to all lines?"
"Current PIN"="Oude PIN"
"Current PIN is incorrect."="Pincode is fout."
"Current Time"="Huidige Tijd"
"Custom"="Custom"
"Custom DND"="Aangepaste DND"
"Custom Forward"="Custom Forward"
"Custom Key"="Custom Key"
"CustomContact"="Custom Contact"
"Customer"="Klant"
"DD MMM YYYY"="DD MMM YYYY"
"DD-MMM-YY"="DD-MMM-YY"
"DD/MM/YYYY"="DD/MM/YYYY"
"DHCP"="DHCP"
"DHCP End IP Address is invalid!"="DHCP end IP address is invalid!"
"DHCP IP Client"="DHCP IPv4 Client"
"DHCP IPv4 Client"="DHCP IPv4 Client"
"DHCP IPv6 Client"="DHCP IPv6 Client"
"DHCP Start IP Address is invalid!"="DHCP start IP address is invalid!"
"DHCP Time"="DHCP Time"
"DHCP VLAN"="DHCP VLAN"
"DHCP option is invalid!"="DHCP option is invalid!"
"DND"="DND"
"DND Enable"="DND Status"
"DPickup"="DPickup"
"DSS Keys"="DSS Toetsen"
"DTMF"="DTMF"
"DTMF is invalid!"="DTMF is ongeldig!"
"Date"="Datum"
"Date Format"="Datum formaat"
"Date Format is invalid!"="Datum formaat niet geldig!"
"Date(YMD)"="Date(DMY)"
"Day"="Overdag"
"Daylight Saving"="Daylight Saving"
"Dec"="December"
"December"="December"
"Decline"="Annuleer"
"Default"="Standaard"
"Default Account"="Standaard account"
"Default Gateway"="Default Gateway"
"Default Gateway is invalid!"="Default gateway is invalid!"
"Del All"="Verwijder alles"
"Delete"="Wissen"
"Delete All"="Wis alles"
"Delete All Group?"="Verwijder alle groepen?"
"Delete All Items?"="Verwijder alle items?"
"Delete Selected Group?"="Delete selected group?"
"Delete Selected Item?"="Wis geselecteerde item?"
"Delete all item?"="Verwijder alle items?"
"Delete all locations?"="Verwijder alles locaties?"
"Delete all numbers?"="Verwijder alle nummers?"
"Delete all paging group?"="Delete all paging groups?"
"Delete all the call records?"="Delete all the call records?"
"Delete location?"="Verwijder locatie?"
"Delete number?"="Verwijder nummer?"
"Delete selected paging group?"="Delete selected paging group?"
"Delete selected wallpaper?"="Delete selected wallpaper?"
"Delete seleted item?"="Verwijder geselecteerde item?"
"Delete successed"="Verwijderen gelukt!"
"Delete the record?"="Delete the record?"
"Delete the selected message?"="Delete the selected message?"
"Delete this Message?"="Delete this message?"
"Delete this audio?"="Delete this audio?"
"Delete this group message(s)?"="Delete this group message(s)?"
"Delete this voice mail?"="Delete this voice mail?"
"Deleting. Please wait..."="Deleting. Please wait..."
"Deleting..."="Deleting..."
"Department"="Department"
"Detail"="Details"
"Device Cert"="Device Cert"
"Device Name"="Device Name"
"Device name can't be empty!"="Device name can't be empty!"
"Diagnostics"="Diagnostics"
"Dial"="Kiezen"
"Dialing"="Dialing"
"Direct IP Line"="Direct IP Line"
"Directories"="Lijsten"
"Directory"="Lijsten"
"Disabled"="Uit"
"Discard"="Discard"
"Disconnect"="Disconnect"
"Disconnect Success."="Disconnect Successfully!"
"Disconnect with"="Disconnect with"
"Disconnecting.."="Disconnecting.."
"DispCode"="DispCode"
"Display"="Beeldinstellingen"
"Display Clock"="Display Clock"
"Display Name"="Display Name"
"DisplayName can't contain \" < > \" \\ \' \"="DisplayName can't contain \" < > \" \\ \' \"
"Displayname can't be empty!"="Displayname can't be empty!"
"Disposition Code"="Disposition Code"
"Divert"="Divert"
"Divert to Phone Number/SIP-URI"="Divert to Num/Sip"
"Do Not Disturb"="Do Not Disturb"
"Do you want to discard your change?"="Do you want to discard your change?"
"Do you want to logout?"="Do you want to logout?"
"Do you want to save the contact or discard it?"="Do you want to save the contact or discard it?"
"Do you want to save the message or discard it?"="Do you want to save the message or discard it?"
"Do you want to save your changes or discard them?"="Do you want to save your changes or discard them?"
"Does not exist anywhere"="No Anywhere exist!"
"Draftbox"="Draftbox"
"Dsskey Wallpaper"="Dsskey Wallpaper"
"Duration"="Duur"
"EAP-FAST"="EAP-FAST"
"EAP-MD5"="EAP-MD5"
"EAP-None"="EAP-None"
"EAP-PEAP/GTC"="EAP-PEAP/GTC"
"EAP-PEAP/MSCHAPv2"="EAP-PEAP/MSCHAPv2"
"EAP-TLS"="EAP-TLS"
"EAP-TTLS/EAP-GTC"="EAP-TTLS/EAP-GTC"
"EAP-TTLS/EAP-MSCHAPv2"="EAP-TTLS/EAP-MSCHAPv2"
"Edit"="Wijzig"
"Edit Location"="Wijzig locatie"
"Edit My Device Information"="Edit My Device Information"
"Edit Network"="Wijzig netwerk"
"Edit Paging Address"="Edit Paging Address"
"Email"="Email"
"Emergency"="Emergency"
"Emergency Call Only"="Emergency Call"
"Emergency Escalation"="Emergency Escalation"
"Empty"="Leeg"
"Enable Diversion Inhibitor"="Diversion Inhibitor"
"Enable this Location"="Enable this Location"
"Enabled"="Aan"
"Encryption Type"="Encryption Type"
"End Call"="EndCall"
"English"="Dutch(Dutch)"
"Enter"="Ok"
"Enter Filter Conditions"="Enter filter conditions"
"Enter Password"="Enter Password"
"Enter code"="Enter code"
"Enter number"="Enter number"
"Executive"="Executive"
"Executive Common Settings"="Executive Common Settings"
"Executive-Assistant"="Executive-Assistant"
"Executive-Originator"="Executive-Originator"
"Exit"="Exit"
"Expansion module"="Expansion module"
"Extension"="Extension"
"Extension Number"="Extension Number"
"FWD"="FWD"
"FWD International"="FWD International"
"Factory Installed"="Factory Installed"
"Fail to download \nremote phonebook!"="Fail to download \nremote phonebook!"
"Fail to download remote phonebook"="Fail to download remote phonebook"
"Fail to download remote phonebook!"="Fail to download remote phonebook!"
"Failed to connect \nto server!"="Fail to connect \nto server!"
"Failed to connect to server!"="Fail to connect to server!"
"Failed to pause recording"="Fail to pause recording!"
"Failed to record call"="Fail to record call!"
"Failed to resume recording"="Fail to resume recording!"
"Failed to stop recording"="Fail to stop recording!"
"Failed. Please retry..."="Failed. Please retry..."
"Family"="Family"
"Far Mute"="FarMute"
"Fast Forward"="FF"
"Fast Rewind"="REW"
"Favourite"="Favourites"
"Features"="Opties"
"Feb"="Februarie"
"February"="Februarie"
"File Size"="File Size"
"Filter Type"="Filter Type"
"Finished"="Finished"
"Firmware"="Firmware"
"Firmware Update..."="Firmware Updaten..."
"First Name"="First Name"
"Fixed"="Fixed"
"FlexSeat"="FlexSeat"
"FlexSeat Login"="FlexSeat Login"
"Forbidden Number"="Forbidden number!"
"Forward"="FWD"
"Forward Option"="Forward Option"
"Forward to"="Forward to"
"Forward to Phone Number/SIP-URI"="FWD to Num/Sip"
"Forward to is invalid!"="Forward to is invalid!"
"Forward to: %s"="Forward to: %s"
"Forwarded Calls"="Doorverbonden oproepen"
"French"="Français(French)"
"Frequency"="Frequency"
"Fri"="Vrijdag"
"Friday"="Vrijdag"
"Friend"="Vriend"
"From"="Van"
"From_FWD"="From FWD"
"From_Num"="Van nummer"
"Function key"="Function key"
"GPark"="GPark"
"GPickup"="GPickup"
"General"="General"
"Generally Settings"="Generally Settings"
"German"="Deutsch(German)"
"Get Balance"="Get Balance"
"Getting balance failed!"="Failed to get balance!"
"Getting balance!"="Getting balance!"
"Group"="Groep"
"Group Id is invalid!"="Group ID is invalid!"
"Group Listening"="Group Listening"
"Group Night Forward"="Group Night Forward"
"Group Pick Up"="GPickup"
"Group already exist!"="Groep bestaatd al!"
"Group is full!"="Groep is vol!"
"Group isn't exist!"="Group isn't exist!"
"Guest Login"="Guest Login"
"Guest Unlock"="Guest Unlock"
"GuestIn"="GIn"
"GuestLock"="GuestLock"
"GuestOut"="GOut"
"HD"="HD"
"Handset mode disabled"="Handset mode disabled"
"Hardware"="Hardware"
"Headset mode disabled"="Headset mode disabled"
"Held"="Held"
"Hide Number"="Hide Number"
"History"="Log"
"History Details"="History Details"
"History Record"="History Record"
"History Setting"="Logboek bijhouden"
"History_Idle"="Log"
"Hold"="Hold"
"Holiday Schedule"="Holiday Schedule"
"Hot Desking"="Hot Desking"
"Hot Line"="Hotline"
"Hot Number"="Hotline Number"
"HotLine Delay"="Hotline Delay"
"Hoteling"="Hoteling"
"Hotline delay should be 0 ~ 10"="Hotline delay should be 0 ~ 10!"
"Http Port"="HTTP Port"
"Http Status"="HTTP Status"
"Http port should be 1-65535!"="HTTP Port should be 1-65535!"
"Https Port"="HTTPS Port"
"Https Status"="HTTPS Status"
"Https port should be 1-65535!"="HTTPS Port should be 1-65535!"
"IME"="IME"
"IP Address"="IP Address"
"IP Address is invalid!"="IP address is invalid!"
"IP Mode"="IP Mode"
"IP Phone"="IP Phone"
"IPAddress Mode"="IP Mode"
"IPV4 Conflict"="IPv4 conflict!"
"IPV4/IPV6 Conflict"="IPv4/IPv6 conflict!"
"IPV6 Conflict"="IPv6 conflict!"
"IPv4"="IPv4"
"IPv4 & IPv6"="IPv4 & IPv6"
"IPv4 Default Gateway"="IPv4 Gateway"
"IPv4 IP"="IP adres"
"IPv4 Pri.DNS"="IPv4 Pri.DNS"
"IPv4 Sec.DNS"="IPv4 Sec.DNS"
"IPv4 Static DNS"="IPv4 Static DNS"
"IPv4 Status"="IPv4 Status"
"IPv4 Subnet Mask"="IPv4 Subnet Mask"
"IPv4 WAN Port"="IPv4 WAN Port"
"IPv4 WAN Type"="IPv4 WAN Type"
"IPv6"="IPv6"
"IPv6 Default Gateway"="IPv6 Gateway"
"IPv6 IP"="IPv6"
"IPv6 IP Prefix"="IPv6 IP Prefix"
"IPv6 Pri.DNS"="IPv6 Pri.DNS"
"IPv6 Sec.DNS"="IPv6 Sec.DNS"
"IPv6 Static DNS"="IPv6 Static DNS"
"IPv6 Status"="IPv6 Status"
"IPv6 WAN Port"="IPv6 WAN Port"
"IPv6 WAN Type"="IPv6 WAN Type"
"Identity"="Identity"
"Ignore"="Ignore"
"Inbox"="Inbox"
"Incoming call"="Incoming call"
"Incorrect user credentials, please retry."="Incorrect user credentials, please retry."
"Information is not complete!"="Information is not complete!"
"Initial ACD State"="Initial ACD State"
"Initial State"="Initial State"
"Initializing... Please Wait!"="Initializing... Please wait!"
"Input your web access password!"="Input your web access password!"
"Intercom"="Intercom"
"Intercom Allow"="Intercom Allow"
"Intercom Barge"="Intercom Barge"
"Intercom Mute"="Intercom Mute"
"Intercom Number is invalid!"="Intercom number is invalid!"
"Intercom Tone"="Intercom Tone"
"Interval"="Interval"
"Invite request no response"="Invite request no response!"
"Italian"="Italiano(Italian)"
"Jan"="Januari"
"January"="Januari"
"Jitter"="Jitter"
"JitterBufferMax"="JitterBufferMax"
"Jul"="Juli"
"July"="Juli"
"Jun"="Juni"
"June"="Juni"
"KEY"="KEY"
"Key As Send"="Toets als kiezen"
"Key Event"="Key Event"
"Key Tone"="Key Tone"
"Key Type"="Key Type"
"Keypad"="Keypad"
"Keypad Lock"="Pincode instellen"
"Keypad locked."="Telefoon beveiligd."
"KeypadLock"="Pincode instellen"
"LDAP"="LDAP"
"LDAP Authority"="LDAP Authority"
"LDAP get error tips failed!"="LDAP get error tips failed!"
"LDAP server is unavailable"="LDAP server is unavailable"
"LLDP"="LLDP"
"LLDP Packet Interval should be 1-3600!"="LLDP packet interval should be 1-3600!"
"LLDP Status"="LLDP Status"
"Label"="Label"
"Language"="Taal instellingen"
"Language initializing. Please wait..."="Tala instellen. \n Moment geduld..."
"Last Name"="Achternaam"
"Line"="Lijn"
"Line 1"="Lijn 1"
"Line 10"="Lijn 10"
"Line 11"="Lijn 11"
"Line 12"="Lijn 12"
"Line 13"="Lijn 13"
"Line 14"="Lijn 14"
"Line 15"="Lijn 15"
"Line 16"="Lijn 16"
"Line 2"="Lijn 2"
"Line 3"="Lijn 3"
"Line 4"="Lijn 4"
"Line 5"="Lijn 5"
"Line 6"="Lijn 6"
"Line 7"="Lijn 7"
"Line 8"="Lijn 8"
"Line 9"="Lijn 9"
"Line ID"="Lijn ID"
"Line Key 1"="Lijn Toets 1"
"Line Key 10"="Lijn Toets 10"
"Line Key 11"="Lijn Toets 11"
"Line Key 12"="Lijn Toets 12"
"Line Key 13"="Lijn Toets 13"
"Line Key 14"="Lijn Toets 14"
"Line Key 15"="Lijn Toets 15"
"Line Key 16"="Lijn Toets 16"
"Line Key 17"="Lijn Toets 17"
"Line Key 18"="Lijn Toets 18"
"Line Key 19"="Lijn Toets 19"
"Line Key 2"="Lijn Toets 2"
"Line Key 20"="Lijn Toets 20"
"Line Key 21"="Lijn Toets 21"
"Line Key 22"="Lijn Toets 22"
"Line Key 23"="Lijn Toets 23"
"Line Key 24"="Lijn Toets 24"
"Line Key 25"="Lijn Toets 25"
"Line Key 26"="Lijn Toets 26"
"Line Key 27"="Lijn Toets 27"
"Line Key 28"="Lijn Toets 28"
"Line Key 3"="Lijn Toets 3"
"Line Key 4"="Lijn Toets 4"
"Line Key 5"="Lijn Toets 5"
"Line Key 6"="Lijn Toets 6"
"Line Key 7"="Lijn Toets 7"
"Line Key 8"="Lijn Toets 8"
"Line Key 9"="Lijn Toets 9"
"Line Select"="Lijn selecteren"
"Load Error!"="Load error!"
"Load Failed"="Load failed!"
"Loading error !"="Loading error!"
"Loading phonebook is error!"="Loading phonebook is error!"
"Loading, please wait..."="Loading, please wait..."
"Local Anonymous"="Local Anonymous"
"Local Anonymous Rejection"="Anonymous Rejection"
"Local CallLog"="Local Calls"
"Local Codec"="Local Codec"
"Local Directory"="Groepen"
"Local Group"="Local Group"
"Local History"="Lokaal log"
"Local User"="Local User"
"LocalMenu"="Lijst"
"Location"="Location"
"Locations"="Locations"
"Lock"="Lock"
"Lock Enable"="Lock Enable"
"Lock Time Out"="Auto Lock"
"Lock type"="Lock Type"
"Login"="Login"
"Login Failed."="Login Failed."
"Login as"="Login as"
"Login..."="Login..."
"Logout"="Logout"
"Low"="Low"
"MAC"="MAC"
"MAC Address"="MAC"
"MAC-Oriented"="MAC-Oriented"
"MD5 Password"="MD5 Password"
"MM/DD/YY"="MM/DD/YY"
"MOS-CQ"="MOS-CQ"
"MOS-LQ"="MOS-LQ"
"Mail"="Mail"
"Main Menu"="Hoofdmenu"
"Manage"="Manage"
"Mango"="Mango"
"Manual Setting"="Manual Settings"
"Mar"="Maart"
"March"="Maart"
"Mark All as heard"="Mark All as heard"
"Mark All as new"="Mark All as new"
"Mark as heard"="Mark as heard"
"Mark as new"="Mark as new"
"May"="Mei"
"Media Type"="Media Type"
"Meet-me"="Meet-me"
"Memory Full"="Contacten is vol!"
"Menu"="Menu"
"Menu key"="Menu key"
"Message"="Berichten"
"Messages"="Berichten"
"Missed Call"="Gemiste oproepen"
"Missed Calllog"="Gemiste oproepen"
"Missed Calls"="Gemiste oproepen"
"Mobile"="Mobiel"
"Mobile Account"="Mobile Account"
"Mobile Account is not connected!"="Mobile account is not connected!"
"Mobile Contacts"="Mobile Contacts"
"Mobile Contacts Sync"="Mobile Contacts Sync"
"Mobile Number"="Mobiel Nummer"
"Mobility"="Mobility"
"Mobility Phone Number"="Mobility Number"
"Mon"="Maandag"
"Monday"="Maandag"
"More"="More"
"More..."="Meer..."
"Move"="Move"
"Move Down"="Move Down"
"Move Up"="Move Up"
"Move selected to blacklist ?"="Nummer blokkeren?"
"Move selected to contactlist ?"="Move to contact?"
"Move the Contacts success"="Move the contacts successfully!"
"Move to Blacklist success"="Move to blacklist successfully!"
"Mute"="Mute"
"My Mobile"="My Mobile"
"My Status"="My Status"
"N/A"="N/A"
"NAT"="NAT"
"NAT Status"="NAT Status"
"NONE"="Geen"
"NTP Server1"="NTP Server1"
"NTP Server2"="NTP Server2"
"NTP server1 is invalid!"="NTP server1 is invalid!"
"NTP server2 is invalid!"="NTP server2 is invalid!"
"Name"="Naam"
"Net unavailable !"="Net unavailable!"
"Network"="Network"
"Network CallLog"="Network Calls"
"Network Checking..."="Network Checking..."
"Network Details"="Network Details"
"Network Directories"="Netwerklijsten"
"Network Directory"="Network Directory"
"Network Favorites"="Network Favorites"
"Network Group"="Network Group"
"Network Status"="Network Status"
"Network Unavailable"="Network unavailable!"
"Network changed. Rebooting"="Network changed. Rebooting"
"Network configuration has changed, shall become effective after the restart?"="Network configuration has changed, shall become effective after the restart?"
"Network unavailable."="Network unavailable."
"NetworkDirectoryGroup"="NetworkDirectoryGroup"
"NetworkDirectoryMenu"="NetworkDirectoryMenu"
"Never"="Never"
"New Call"="Nieuwe oproep"
"New Contact"="Nieuw Contact"
"New Group"="Nieuwe Groep"
"New Location"="Nieuw Locatie"
"New Message"="Nieuw bericht"
"New Missed Call(s)"="Gemiste oproepen"
"New PIN"="Nieuw PIN"
"New PWD"="Nieuw Wachtwoord"
"New Text Message"="Nieuw bericht(en)"
"New Voice Mail(s)"="New Voice Mail(s)"
"New password is similar to username, are you sure to set it?"="New password is similar to username, confirm to set it?"
"New password is too simple, are you sure to set it?"="New password is too simple, confirm to set it?"
"NewSMS"="NewSMS"
"Next"="Next"
"No Account"="No Account"
"No Answer Forward"="No Answer Forward"
"No Answer Processing"="No Answer Processing"
"No Bluetooth Adapter Found."="No bluetooth adapter found!"
"No Contact!"="No contact!"
"No EXP"="No EXP"
"No Service"="Geen service"
"No find wifi adapter!"="No Wi-Fi adapter found!"
"Not Acceptable Here"="Unacceptable here!"
"Not Emergency Number!"="No emergency number!"
"Not Found"="Not found!"
"Note"="Note"
"Nothing Changed!"="Nothing changed!"
"Nov"="November"
"Noveber"="November"
"Number"="Nummer"
"Number already exists!"="Nummer bestaat al!"
"Number can't be empty!"="Nummer mag niet leeg zijn!"
"Number is invalid!"="Nummer is ongeldig!"
"OK"="OK"
"Obtaining IP Address"="Obtaining IP address..."
"Obtaining Status..."="Obtaining Status..."
"Oct"="Oktober"
"October"="Oktober"
"Off"="Uit"
"Off Code"="Off Code"
"Off Code can't be empty!"="Off code can't be empty!"
"Off Code could not be empty when On Code is set!"="Off code cannot be empty when on code is set!"
"Office Number"="Nummer kantoor"
"Offline"="Offline"
"Old Number"="Old Number"
"Old PWD"="Old PWD"
"On"="Aan"
"On Code"="On Code"
"Opt In"="Opt In"
"Opt Out"="Opt Out"
"Option"="Opties"
"Originator"="Originator"
"Originator-Executive"="Originator-Executive"
"Other Number"="Overig Nummer"
"Others"="Others"
"Outbound Alternate Number is invalid!"="Outbound alternate number is invalid!"
"Outbound Alternate Phone Number"="Alternate Number"
"Outbound Proxy1"="Outbound Proxy1"
"Outbound Proxy2"="Outbound Proxy2"
"Outbound Status"="Outbound Status"
"Outbound proxy is invalid!"="Outbound proxy is invalid!"
"Outbox"="Outbox"
"Outgoing Call"="Outgoing Call"
"Overwrite the original contact?"="Overwrite the original contact?"
"PC Port"="PC Port"
"PIN/ID"="PIN/ID"
"PPPoE"="PPPoE"
"PPPoE PWD"="PPPoE PWD"
"PPPoE User"="PPPoE User"
"Packet Interval"="Packet Interval"
"Packets lost"="Packets lost"
"Paging"="Multicast Paging"
"Paging Channel should be 0-30!"="Paging channel should be 0-30!"
"Paging List"="Paging List"
"Paging failed!"="Paging failed!"
"Paging is invalid!"="Paging is invalid!"
"PagingList"="PagingList"
"Paging_softkey"="Paging"
"Paired Bluetooth Device"="Paired Bluetooth Device"
"Park"="Park"
"Park Failed"="Park Failed"
"Park to"="Park to"
"Parked"="Parked"
"Passkey"="Passkey"
"Password"="Password"
"Password can't be empty!"="Password can't be empty!"
"Password is invalid!"="Password is invalid!"
"Password is wrong!"="Incorrect password!"
"Pause"="Pause"
"Pause REC"="Pause REC"
"PauseREC"="PauseREC"
"Per-phone AES"="MAC-Oriented AES"
"Phone"="Phone"
"Phone DND"="Phone DND"
"Phone Lock"="Phone Lock"
"Phone Number"="Phone Number"
"Phone Numbers"="Phone Numbers"
"Phone To Ring"="Phone to Ring"
"Phone number can't be empty!"="Phone number can't be empty!"
"Phone number is empty!"="Telefoonnummer is leeg!"
"PhoneBook"="Telefoonboek"
"PhoneBook Name"="PhoneBook Name"
"Phonebook"="Telefoonboek"
"Phonebook(0)"="Phonebook(0)"
"Photo"="Photo"
"Photo Custom"="Photo Custom"
"Pick Up"="DPickup"
"Pin"="PIN"
"Ping"="Ping"
"Ping IP or URL"="Ping IP or URL"
"Placed Calllog"="Uitgaande oproepen"
"Placed Calls"="Uitgaande oproepen"
"Play"="Play"
"Play Tone"="Play Tone"
"Playing"="Playing"
"Please Enter Filter Conditions"="Please enter filter conditions!"
"Please Enter Password"="Please Enter Password"
"Please Wait"="Please wait..."
"Please enter an IP address or domain name"="Please enter an IP address or a domain name!"
"Please enter your SIP Credential Password!"="Please enter your SIP credential password!"
"Please input below PIN code on your WIFI router and press OK to start connecting: "="Please input below PIN code on your Wi-Fi router and press OK to start connecting: "
"Please insert a USB drive!"="Please insert a USB flash drive!"
"Please selected contact!"="Please selected contact!"
"Polish"="Polski(Polish)"
"Portuguese"="Português(Portuguese)"
"Prefix"="Prefix"
"Prefix is invalid!"="Prefix is invalid!"
"Previous"="Previous"
"Previous Operation in Process."="Previous operation is still in process!"
"Pri.DNS"="Pri.DNS"
"PriHold"="PriHold"
"Primary DNS is invalid!"="Primary DNS is invalid!"
"Priority"="Priority"
"Priority is invalid!"="Priority is invalid!"
"Priority should be 0-7!"="Priority should be 0-7!"
"Private Hold"="Private Hold"
"Product ID"="Product ID"
"Product Name"="Product Name"
"Profile Name"="Profile Name"
"Provision now?"="Provision now?"
"Proxy Fallback Interval"="Fallback Interval"
"Proxy Fallback Interval is invalid!"="Proxy fallback interval is invalid!"
"Public Hold"="Public Hold"
"Qos"="Qos"
"Queue"="Queue"
"Queue Status"="Queue Status"
"RTP Status"="RTP"
"Range of value is illegal"="Range of value is illegal!"
"Re-connect"="Re-connect"
"Read"="Read"
"Reading File..."="Reading File..."
"Reboot"="Reboot"
"Reboot the phone?"="Reboot the phone?"
"Rebooting...\n\nPlease Wait !"="Rebooting...\n\nPlease wait!"
"Recall"="Recall"
"Received Calllog"="Ontvangen oproepen"
"Received Calls"="Ontvangen oproepen"
"Record"="Opnemen"
"Redial Interval"="Redial Interval"
"Redial Interval is invalid!"="Redial interval is invalid!"
"Redial Time is invalid!"="Redial time is invalid!"
"Redial Times"="Redial Times"
"Redialing"="Redialing"
"Redirector"="Redirector"
"Refresh"="Refresh"
"Refreshing..."="Refreshing..."
"Register Name"="Register Name"
"Register Successfully!"="Register successfully!"
"Register fail"="Registreren niet gelukt"
"Registered"="Geregistreerd"
"Registering"="Bezig met registreren"
"Registering Please Wait!"="Registeren moment geduld!"
"Reject"="Afwijzen"
"Remaining Time"="Remaining Time"
"Remote Codec"="Remote Codec"
"Remote Office"="Remote Office"
"Remote Phone Book"="Netwerk contactpersonen"
"Remote User"="Remote User"
"Remove"="Verwijder"
"Reply"="Antwoord"
"Require Answer Confirmation"="Answer Confirmation"
"Reset"="Reset"
"Reset Config"="Reset Config"
"Reset To Factory Setting?"="Reset to factory setting?"
"Reset local settings"="Reset local settings"
"Reset non-static settings"="Reset non-static settings"
"Reset static settings"="Reset static settings"
"Reset to Factory"="Reset to factory settings"
"Reset userdata & local config"="Reset userdata & local config"
"Resetting to factory, please wait..."="Resetting to factory, please wait..."
"Restricted"="Restricted"
"Resume"="Resume"
"Resume REC"="Re REC"
"ResumeREC"="ReREC"
"Retrieve"="Retrieve"
"Retrieve Failed."="Retrieve failed!"
"Retrieve Park"="Retrieve Park"
"Ring"="Oproepmelodie"
"Ring Splash"="Ring Splash"
"Ring Tones"="Ring Tones"
"Ring saving ..."="Ring saving ..."
"Ringing"="Ringing"
"Rings"="Rings"
"Rollover Action"="Rollover Action"
"Rollover After Waiting"="Rollover Waiting"
"RoundTripDelay"="RoundTripDelay"
"Russian"="??????(Russian)"
"S2S AcdLogin"="AcdLogin"
"S2S AcdLoginOut"="LogIn/Out"
"S2S AcdLogout"="AcdLogout"
"S2S AcdRefresh"="Refresh"
"S2S Avail"="Beschikbaar"
"S2S Unavail"="Afwezig"
"SCA Active"="SCA Active"
"SCA Alerting"="SCA Alerting"
"SCA Bridge Active"="SCA Bridge Active"
"SCA Held"="SCA Held"
"SIP Password"="SIP Wachtwoord"
"SIP Proxy can't be empty!"="SIP proxy cannot be empty!"
"SIP Register name"="SIP Register naam"
"SIP Server1"="SIP Server1"
"SIP Server2"="SIP Server2"
"SIP credential password!"="Ongeldig SIP wachtwoord!"
"SMS"="SMS"
"SNTP Setting"="SNTP Settings"
"SSID"="SSID"
"SSID can't be empty!"="SSID mag niet leeg zijn!"
"STUN"="STUN"
"STUN Port"="STUN Port"
"STUN Server"="STUN Server"
"STUN Server is invalid!"="STUN server is invalid!"
"STUN Server port is Invalid!"="STUN port should be 1024-65000!"
"Sat"="Zaterdag"
"Saturday"="Zaterdag"
"Save"="Opsl."
"Save Failed!"="Opslaan niet gelukt!"
"Save Failed! The same profile name or SSID exist"="Save failed! Profile name or SSID already existed."
"Saving config file!"="Configuratie opslaan!"
"Saving files!"="Opslaan!"
"Saving. Please wait..."="Opslaan een momentje graag.."
"Scan"="Scan"
"Scan Bluetooth Device"="Scan op bluetooth apparaten"
"Scaning bluetooth devices..."="Scaning Bluetooth devices..."
"Scaning..."="Scanning..."
"Scanning available network"="Scanning available network"
"Screensaver"="Screensaver"
"Screensaver Type"="Screensaver Type"
"Search"="Zoeken"
"Search All Contacts"="Search All Contacts"
"Search Directory"="Search Directory"
"Search For Contacts"="Search For Contacts"
"Search LDAP Contacts"="Search LDAP Contacts"
"Search Network Contacts"="Search Network Contacts"
"Search Result"="Zoek resultaten"
"Sec.DNS"="Sec.DNS"
"Secondary DNS is invalid!"="Secondary DNS is invalid!"
"Secret"="Geheim"
"Security"="Beveiliging"
"Security Classification"="Security Classification"
"Security Mode"="Beveiligings Mode"
"Seizing"="Seizing"
"Select"="Select"
"Select Account"="Selecteer account"
"Select All"="Selecteer alles"
"Select Executive Number"="Select Executive Number"
"Send"="Kiezen"
"Send Anonymous Code"="Send Anonymous Code"
"Send Anonymous Rejection Code"="Send Rejection Code"
"Send Message"="Kiezen"
"Send by Mobile"="Send by Mobile"
"Sending Message..."="Sending Message..."
"Sending Provision Requests"="Sending provision requests..."
"Sending Requests..."="Sending requests..."
"Sentbox"="Sentbox"
"Sep"="September"
"September"="September"
"Sequential"="Sequential"
"Server"="Server"
"Server URL"="Server URL"
"Server is invalid!"="Server is invalid!"
"Set Voice Mail Code"="Set Voice Mail Code"
"Setting"="Instelling"
"Setting Type"="Instellingen menu"
"Settings"="Instellingen"
"Share line unavailable"="Shared line unavailable!"
"Shared Calls"="Shared Calls"
"SignIn"="Inloggen"
"SignOut"="Uitloggen"
"Signal Strength"="Signal Strength"
"Silence"="Silence"
"Silent"="Stil"
"Silent Monitor"="Silent Monitor"
"Simple"="Simple"
"Simultaneous"="Simultaneous"
"Simultaneous Ring Personal"="Simultaneous Ring Personal"
"Softkey 1"="Softkey 1"
"Softkey 2"="Softkey 2"
"Softkey 3"="Softkey 3"
"Softkey 4"="Softkey 4"
"Softkey Label"="Softkey Label"
"Sorry,Only 1000 contacts are allowed!"="Sorry,Only 1000 contacts are allowed!"
"Sound"="Geluid"
"Spanish"="Español(Spanish)"
"Speader mode disabled"="Hands-free mode disabled"
"Specified AES"="Common AES"
"SpeedDial"="SpeedDial"
"Split"="Split"
"Start"="Start"
"Start REC"="Start REC"
"Start Time"="Start Time"
"StartREC"="StartREC"
"Static DNS"="Static DNS"
"Static IP"="Static IP"
"Static IP Client"="Static IPv4 Client"
"Static IPv6 Client"="Static IPv6 Client"
"Status"="Status"
"Status requesting..."="Status requesting..."
"Stop"="Stop"
"Stop REC"="Stop REC"
"Stop Time"="Stop Tijd"
"StopREC"="StopREC"
"Stopped"="Gestopt"
"Storage Media Properties"="Storage Space"
"Storage Network"="Known Network"
"Storage is not enough, recorded file is saved."="Storage is not enough, recorded file is saved."
"Subnet Mask"="Subnet mask"
"Subnet Mask is invalid!"="Subnet mask is fout!"
"Sun"="Zondag"
"Sunday"="Zondag"