-
Notifications
You must be signed in to change notification settings - Fork 17
/
nl_NL.csv
We can't make this file beautiful and searchable because it's too large.
8346 lines (8346 loc) · 788 KB
/
nl_NL.csv
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
"Read Details","Lees details","module","Magento_AdminNotification"
"Mark as Read","Markeren als gelezen","module","Magento_AdminNotification"
"Are you sure?","Weet je het zeker?","module","Magento_AdminNotification"
"Remove","Verwijderen","module","Magento_AdminNotification"
"Messages Inbox","Berichteninbox","module","Magento_AdminNotification"
"You have %1 new system messages","Je hebt %1 nieuwe systeemberichten","module","Magento_AdminNotification"
"You have %1 new system message","Je hebt %1 nieuw systeembericht","module","Magento_AdminNotification"
"Incoming Message","Inkomend bericht","module","Magento_AdminNotification"
"close","afsluiten","module","Magento_AdminNotification"
"Notifications","Notificaties","module","Magento_AdminNotification"
"The message has been marked as Read.","Dit bericht is gemarkeerd als gelezen.","module","Magento_AdminNotification"
"We couldn't mark the notification as Read because of an error.","We konden de notificatie niet als gelezen markeren vanwege een error.","module","Magento_AdminNotification"
"Please select messages.","Selecteer berichten.","module","Magento_AdminNotification"
"A total of %1 record(s) have been marked as Read.","%1 rij(en) is/zijn gemarkeerd als gelezen.","module","Magento_AdminNotification"
"Total of %1 record(s) have been removed.","%1 rij(en) is/zijn verwijderd.","module","Magento_AdminNotification"
"We couldn\'t remove the messages because of an error.","We konden de berichten niet verwijderen vanwege een error.","module","Magento_AdminNotification"
"The message has been removed.","Het bericht is verwijderd.","module","Magento_AdminNotification"
"1 Hour","1 uur","module","Magento_AdminNotification"
"2 Hours","2 uur","module","Magento_AdminNotification"
"6 Hours","6 uur","module","Magento_AdminNotification"
"12 Hours","12 uur","module","Magento_AdminNotification"
"24 Hours","24 uur","module","Magento_AdminNotification"
"critical","kritisch","module","Magento_AdminNotification"
"major","belangrijk","module","Magento_AdminNotification"
"minor","ondergeschikt","module","Magento_AdminNotification"
"notice","kennisgeving","module","Magento_AdminNotification"
"Wrong message type","Verkeerd berichttype","module","Magento_AdminNotification"
"Wrong notification ID specified.","Verkeerde notificatie-ID gespecificeerd.","module","Magento_AdminNotification"
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. We highly recommend changing this value in your Magento <a href=%1>configuration</a>.","{{base_url}} is niet aanbevolen te gebruiken in een productieomgeving om de Base Unsecure URL / Base Secure URL te verklaren. We bevelen sterk aan om de waarde in je Magento <a href=%1>configuration</a> te veranderen.","module","Magento_AdminNotification"
"One or more of the Cache Types are invalidated: %1.","Eén of meer cache types zijn ongeldig: %1.","module","Magento_AdminNotification"
"Please go to <a href="%1">Cache Management</a> and refresh cache types.","Ga naar <a href="%1">Cache Management</a> en ververs de cache types.","module","Magento_AdminNotification"
"We were unable to synchronize one or more media files. Please refer to the log file for details.","We waren niet in staat om één of meer mediabestanden te synchroniseren. We verwijzen je naar het logbestand voor meer informatie.","module","Magento_AdminNotification"
"Synchronization of media storages has been completed.","Synchronisatie opslagmedia is voltooid.","module","Magento_AdminNotification"
"Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider.","Uw webserver is verkeerd ingesteld en geeft ongeautoriseerde toegang tot gevoelige bestanden. Neem contact op met je hosting provider.","module","Magento_AdminNotification"
"Close popup","Sluit pop-up","module","Magento_AdminNotification"
"Close","Sluit","module","Magento_AdminNotification"
"System Messages:","Systeembericht:","module","Magento_AdminNotification"
"Critical System Messages","Kritieke systeemberichten","module","Magento_AdminNotification"
"Major System Messages","Belangrijke systeemberichten","module","Magento_AdminNotification"
"System messages","Systeemberichten","module","Magento_AdminNotification"
"See All (","Bekijk alles (","module","Magento_AdminNotification"
"unread)","ongelezen)","module","Magento_AdminNotification"
"Please correct the data sent.","Corrigeer de verzonden gegevens.","module","Magento_AdvancedPricingImportExport"
"Entity type model \'%1\' is not found","Entiteitstype model \'%1\' is niet gevonden","module","Magento_AdvancedPricingImportExport"
"Entity type model must be an instance of \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType","Entiteitstype model moet een exemplaar zijn van \Magento\CatalogusImportExport\Model\Export\Product\Type\AbstractType","module","Magento_AdvancedPricingImportExport"
"There are no product types available for export","Er zijn geen product types beschikbaar voor export beschikbaar","module","Magento_AdvancedPricingImportExport"
"We can\'t find the role for the user you wanted.","We kunnen de rol voor de gebruiker die u wilde niet vinden.","module","Magento_Authorization"
"Something went wrong while compiling a list of allowed resources. You can find out more in the exceptions log.","Er is iets misgegaan tijdens het opstellen van een lijst van toegestane middelen. Je kunt in de uitzonderingen logs meer informatie vinden.","module","Magento_Authorization"
"You created the order.","Je hebt de order gemaakt.","module","Magento_Authorizenet"
"Order saving error: %1","Fout bij opslaan van order: %1","module","Magento_Authorizenet"
"Please choose a payment method.","Selecteer de betaalmethode.","module","Magento_Authorizenet"
"We can't process your order right now. Please try again later.","We kunnen je order op dit moment niet verwerken. Probeer het later opnieuw.","module","Magento_Authorizenet"
"Cannot place order.","Kan order niet plaatsen.","module","Magento_Authorizenet"
"Credit Card: xxxx-%1","Creditcard: xxxx-%1","module","Magento_Authorizenet"
"amount %1","bedrag %1","module","Magento_Authorizenet"
"failed.","gefaald.","module","Magento_Authorizenet"
"successful.","succesvol.","module","Magento_Authorizenet"
"Authorize.Net Transaction ID %1.","Authorize.Net transactie-ID %1.","module","Magento_Authorizenet"
"authorize","autoriseren","module","Magento_Authorizenet"
"authorize and capture","autoriseren en vastleggen","module","Magento_Authorizenet"
"capture","vastleggen","module","Magento_Authorizenet"
"refund","terugbetaling","module","Magento_Authorizenet"
"void","leeg","module","Magento_Authorizenet"
"Gateway error: %1","Gateway foutmelding: %1","module","Magento_Authorizenet"
"Something went wrong in the payment gateway.","Er ging iets mis bij de betalingsgateway.","module","Magento_Authorizenet"
"Invalid amount for capture.","Ongeldig bedrag voor vastleggen.","module","Magento_Authorizenet"
"Payment capturing error.","Error bij vastleggen van betaling.","module","Magento_Authorizenet"
"Invalid transaction ID.","Ongeldig transactie-ID.","module","Magento_Authorizenet"
"Payment voiding error.","Error bij betaling door weigering.","module","Magento_Authorizenet"
"Invalid amount for refund.","Ongeldig bedrag voor terugbetaling.","module","Magento_Authorizenet"
"Payment refunding error.","Error bij terugbetaling.","module","Magento_Authorizenet"
"The transaction was declined because the response hash validation failed.","De transactie is geweigerd omdat de response hash validatie is mislukt.","module","Magento_Authorizenet"
"This payment didn\'t work out because we can't find this order.","Deze betaling is mislukt omdat we de order niet kunnen vinden.","module","Magento_Authorizenet"
"There was a payment authorization error.","Er was een fout in de betalingsautorisatie.","module","Magento_Authorizenet"
"Please enter a transaction ID to authorize this payment.","Voer transactie-ID in om deze betaling te autoriseren.","module","Magento_Authorizenet"
"Something went wrong: the paid amount doesn\'t match the order amount. Please correct this and try again.","Er ging iets mis: het betaalde bedrag komt niet overeen met het orderbedrag. Corrigeer dit en probeer het opnieuw.","module","Magento_Authorizenet"
"Transaction %1 has been approved. Amount %2. Transaction status is %3","Transactie %1 is goedgekeurd. Bedrag %2. Transactiestatus is %3","module","Magento_Authorizenet"
"Transaction %1 has been voided/declined. Transaction status is %2. Amount %3.","Transactie %1 is vernietigd/afgewezen. Transactiestatus is %2. Bedrag %3.","module","Magento_Authorizenet"
"Authorize Only","Alleen toestaan","module","Magento_Authorizenet"
"Authorize and Capture","Autoriseren en Vastleggen","module","Magento_Authorizenet"
"Unable to get transaction details. Try again later.","Niet in staat om de transactiedetails te verkrijgen. Probeer het later opnieuw.","module","Magento_Authorizenet"
"'Gateway error: ' .","'Gateway foutmelding: ' .","module","Magento_Authorizenet"
"Credit Card Type","Creditcard type","module","Magento_Authorizenet"
"Credit Card Number","Creditcard nummer","module","Magento_Authorizenet"
"Expiration Date","Vervaldatum","module","Magento_Authorizenet"
"Card Verification Number","Verficatiecode kaart","module","Magento_Authorizenet"
"Fraud Detection","Fraudedetectie","module","Magento_Authorizenet"
"FDS Filter Action","FDS filteractie","module","Magento_Authorizenet"
"AVS Response","AVS respons","module","Magento_Authorizenet"
"Card Code Response","Kaartcode respons","module","Magento_Authorizenet"
"CAVV Response","CAVV respons","module","Magento_Authorizenet"
"Fraud Filters","Fraudefilters","module","Magento_Authorizenet"
"Invalid Form Key. Please refresh the page.","Ongeldige Form sleutel. Ververs de pagina.","module","Magento_Backend"
"You entered an invalid Secret Key. Please refresh the page.","Je hebt een ongeldige geheime sleutel ingevoerd. Vernieuw de pagina.","module","Magento_Backend"
"Cache Storage Management","Cachegeheugen Management","module","Magento_Backend"
"Flush Magento Cache","Leeg Magento Cache","module","Magento_Backend"
"The cache storage may contain additional data. Are you sure that you want to flush it?","De opgeslagen cachebestanden kunnen aanvullende gegevens bevatten. Weet je zeker dat je het wilt verwijderen?","module","Magento_Backend"
"Flush Cache Storage","Leeg Cachegeheugen","module","Magento_Backend"
"Invalidated","Ongeldig","module","Magento_Backend"
"Orders","Orders","module","Magento_Backend"
"Amounts","Bedragen","module","Magento_Backend"
"Bestsellers","Bestsellers","module","Magento_Backend"
"Most Viewed Products","Meest bekeken producten","module","Magento_Backend"
"New Customers","Nieuwe klanten","module","Magento_Backend"
"Customers","Klanten","module","Magento_Backend"
"Customer","Klant","module","Magento_Backend"
"Guest","Gast","module","Magento_Backend"
"Items","Items","module","Magento_Backend"
"Total","Totaal","module","Magento_Backend"
"Lifetime Sales","Lifetime verkopen","module","Magento_Backend"
"Average Order","Gemiddelde order","module","Magento_Backend"
"Average","Gemiddeld","module","Magento_Backend"
"Product","Product","module","Magento_Backend"
"Price","Prijs","module","Magento_Backend"
"Quantity","Hoeveelheid","module","Magento_Backend"
"Views","Weergaven","module","Magento_Backend"
"Revenue","Inkomsten","module","Magento_Backend"
"Tax","BTW","module","Magento_Backend"
"Shipping","Verzending","module","Magento_Backend"
"Images (.gif, .jpg, .png)","Afbeeldingen (.gif, .jpg, .png)","module","Magento_Backend"
"Media (.avi, .flv, .swf)","Media (.avi, .flv, .swf)",module,Magento_Backend
"All Files","Alle bestanden","module","Magento_Backend"
"Reset to Default","Reset naar standaard","module","Magento_Backend"
"All Store views","Alle winkelzichten","module","Magento_Backend"
"What is this?","Wat is dit?","module","Magento_Backend"
"Save Account","Account opslaan","module","Magento_Backend"
"My Account","Mijn account","module","Magento_Backend"
"Account Information","Accountinformatie","module","Magento_Backend"
"User Name","Gebruikersnaam","module","Magento_Backend"
"First Name","Voornaam","module","Magento_Backend"
"Last Name","Achternaam","module","Magento_Backend"
"Email","E-mailadres","module","Magento_Backend"
"User Email","E-mailadres van gebruiker","module","Magento_Backend"
"New Password","Nieuw wachtwoord","module","Magento_Backend"
"Password Confirmation","Wachtwoord bevestiging","module","Magento_Backend"
"Interface Locale","Interface locale","module","Magento_Backend"
"Current User Identity Verification","Verificatie huidige gebruikersidentiteit","module","Magento_Backend"
"Your Password","Jouw wachtwoord","module","Magento_Backend"
"Save Cache Settings","Bewaar Cache-instellingen","module","Magento_Backend"
"Catalog Rewrites","Catalogus herschrijvingen","module","Magento_Backend"
"Refresh","Verversen","module","Magento_Backend"
"Images Cache","Afbeeldingen Cache","module","Magento_Backend"
"Clear","Wissen","module","Magento_Backend"
"Search Index","Zoekindex","module","Magento_Backend"
"Rebuild","Herbouwen","module","Magento_Backend"
"Inventory Stock Status","Voorraadstatus","module","Magento_Backend"
"Rebuild Catalog Index","Herbouw catalogus-index","module","Magento_Backend"
"Rebuild Flat Catalog Category","Herbouw platte categorie catalogus","module","Magento_Backend"
"Rebuild Flat Catalog Product","Herbouw platte product catalogus","module","Magento_Backend"
"Cache Control","Cache controle","module","Magento_Backend"
"All Cache","Alle Cache","module","Magento_Backend"
"No change","Geen verandering","module","Magento_Backend"
"Disable","Uitschakelen","module","Magento_Backend"
"Enable","Inschakelen","module","Magento_Backend"
"Add Design Change","Designwijziging toevoegen","module","Magento_Backend"
"Back","Terug","module","Magento_Backend"
"Delete","Verwijderen","module","Magento_Backend"
"Are you sure?","Weet je het zeker?","module","Magento_Backend"
"Save","Opslaan","module","Magento_Backend"
"Edit Design Change","Bewerk designwijziging","module","Magento_Backend"
"New Store Design Change","Nieuwe store designwijziging","module","Magento_Backend"
"General Settings","Algemene instellingen","module","Magento_Backend"
"Store","Store","module","Magento_Backend"
"-- Please Select --","-- Selecteer a.u.b. --","module","Magento_Backend"
"Custom Design","Aangepast design","module","Magento_Backend"
"Date From","Datum vanaf","module","Magento_Backend"
"Date To","Datum tot","module","Magento_Backend"
"Design Change","Design wijzigen","module","Magento_Backend"
"General","Algemeen","module","Magento_Backend"
"Cancel","Annuleren","module","Magento_Backend"
"Delete %1 '%2'","Verwijderen %1 '%2'","module","Magento_Backend"
"Delete %1","Verwijder %1","module","Magento_Backend"
"Block Information","Blok informatie","module","Magento_Backend"
"Backup Options","Back-up opties","module","Magento_Backend"
"Create DB Backup","DB Back-up maken","module","Magento_Backend"
"Yes","Ja","module","Magento_Backend"
"No","Nee","module","Magento_Backend"
"Delete Store","Verwijder store","module","Magento_Backend"
"Delete Web Site","Verwijder website","module","Magento_Backend"
"Save Web Site","Website opslaan","module","Magento_Backend"
"Save Store","Store opslaan","module","Magento_Backend"
"Save Store Views","Winkelzicht opslaan","module","Magento_Backend"
"Delete Store Views","Verwijder Winkelzicht","module","Magento_Backend"
"Edit Web Site","Bewerk website","module","Magento_Backend"
"New Web Site","Nieuwe website","module","Magento_Backend"
"Edit Store","Bewerk store","module","Magento_Backend"
"New Store","Nieuwe store","module","Magento_Backend"
"Edit Store View","Bewerk Winkelzicht","module","Magento_Backend"
"New Store View","Nieuwe Winkelzicht","module","Magento_Backend"
"Store Information","Store informatie","module","Magento_Backend"
"Web Site","Website","module","Magento_Backend"
"Name","Naam","module","Magento_Backend"
"Root Category","Hoofdcategorie","module","Magento_Backend"
"Default Store View","Standaard Winkelzicht","module","Magento_Backend"
"Store View Information","Winkelzicht informatie","module","Magento_Backend"
"Code","Code","module","Magento_Backend"
"Status","Status","module","Magento_Backend"
"Disabled","Uitgeschakeld","module","Magento_Backend"
"Enabled","Ingeschakeld","module","Magento_Backend"
"Sort Order","Sorteervolgorde","module","Magento_Backend"
"Web Site Information","Website informatie","module","Magento_Backend"
"Default Store","Standaard store","module","Magento_Backend"
"Set as Default","Instellen als standaard","module","Magento_Backend"
"Stores","Stores","module","Magento_Backend"
"Create Website","Maak website","module","Magento_Backend"
"Create Store","Creéer store","module","Magento_Backend"
"Create Store View","Creéer Winkelzicht","module","Magento_Backend"
Home,Home,module,Magento_Backend
Reset,Reset,module,Magento_Backend
"Are you sure you want to do this?","Weet je het zeker?","module","Magento_Backend"
"Add New Image","Nieuwe afbeelding toevoegen","module","Magento_Backend"
"Export block for grid %1 is not defined","Export blok voor rooster %1 is niet gedefinieerd","module","Magento_Backend"
"Reset Filter","Reset filter","module","Magento_Backend"
"Search","Zoeken","module","Magento_Backend"
"Any","Iedere","module","Magento_Backend"
"All Countries","Alle landen","module","Magento_Backend"
"From","Van","module","Magento_Backend"
"To","Naar","module","Magento_Backend"
"Date selector","Datum selecteur","module","Magento_Backend"
"[ deleted ]","[ verwijderd ]","module","Magento_Backend"
"Select All","Selecteer alles","module","Magento_Backend"
"[deleted]","[verwijderd]","module","Magento_Backend"
"We couldn't find any records.","We konden geen gegevens vinden.","module","Magento_Backend"
"Add New","Nieuwe toevoegen","module","Magento_Backend"
"Invalid export type supplied for grid export block","Ongeldig export type geleverd voor rooster export blok","module","Magento_Backend"
"Export","Export","module","Magento_Backend"
"Please correct the column format and try again.","Selecteer het kolomsysteem en probeer opnieuw.","module","Magento_Backend"
"Please select items.","Selecteer items.","module","Magento_Backend"
"Submit","Indienen","module","Magento_Backend"
"Unknown block type","Onbekend bloktype","module","Magento_Backend"
"Please correct the tab configuration and try again. Tab Id should be not empry","Corrigeer het tabblad configuratie en probeer het opniuew. Tab Id mag niet leeg zijn","module","Magento_Backend"
"Please correct the tab configuration and try again.","Corrigeer het tabblad configuratie en probeer het opnieuw.","module","Magento_Backend"
"You have logged out.","Je bent uitgelogd.","module","Magento_Backend"
"Specified cache type(s) don't exist: %1","Gespecificeerde cache type(s) bestaat/bestaan niet: %1","module","Magento_Backend"
"The image cache was cleaned.","De afbeeldingen cache is opgeschoond.","module","Magento_Backend"
"An error occurred while clearing the image cache.","Er is een fout opgetreden bij het opschonen van de afbeeldingen cache.","module","Magento_Backend"
"The JavaScript/CSS cache has been cleaned.","De JavaScript/CSS cache is opgeschoond.","module","Magento_Backend"
"An error occurred while clearing the JavaScript/CSS cache.","Er is een fout opgetreden bij het opschonen van de JavaScript/CSS cache.","module","Magento_Backend"
"The static files cache has been cleaned.","De statische cachebestanden zijn opgeschoond.","module","Magento_Backend"
"You flushed the cache storage.","Je hebt de cache opslag verwijderd.","module","Magento_Backend"
"The Magento cache storage has been flushed.","De Magento cache opslag is verwijderd.","module","Magento_Backend"
"Cache Management","Cache Management",module,Magento_Backend
"%1 cache type(s) disabled.","%1 cache type(s) uitgeschakeld.","module","Magento_Backend"
"An error occurred while disabling cache.","Er is een fout opgetreden tijdens het uitschakelen van de cache.","module","Magento_Backend"
"%1 cache type(s) enabled.","cache type(s) %1 ingeschakeld.","module","Magento_Backend"
"An error occurred while enabling cache.","Er is een fout opgetreden tijdens het inschakelen van de cache.","module","Magento_Backend"
"%1 cache type(s) refreshed.","cache type(s) %1 ververst.","module","Magento_Backend"
"An error occurred while refreshing cache.","Er is een fout opgetreden tijdens het verversen van de cache.","module","Magento_Backend"
Dashboard,Dashboard,module,Magento_Backend
"We updated lifetime statistic.","We hebben lifetime statistieken geëpdatet.","module","Magento_Backend"
"We can't refresh lifetime statistics.","We konden de lifetime statistieken niet verversen.","module","Magento_Backend"
"invalid request","ongeldig verzoek","module","Magento_Backend"
"see error log for details","zie foutenbestand voor details","module","Magento_Backend"
"Service unavailable: %1","Service niet beschikbaar: %1","module","Magento_Backend"
Error,Error,module,Magento_Backend
"Access Denied.","Toegang geweigerd.","module","Magento_Backend"
"You need more permissions to do this.","Je hebt meer toestemming nodig om dit te doen.","module","Magento_Backend"
"No search modules were registered","Geen zoekmodules zijn geregisteerd","module","Magento_Backend"
"Please make sure that all global admin search modules are installed and activated.","Zorg ervoor dat alle globale admin zoekmodules geïnstalleerd en geactiveerd zijn.","module","Magento_Backend"
"You have entered an invalid password for current user.","Je hebt een ongeldig wachtwoord opgegeven voor de huidige gebruiker.","module","Magento_Backend"
"You saved the account.","Je hebt het account opgeslagen.","module","Magento_Backend"
"An error occurred while saving account.","Er is een fout opgetreden bij het opslaan van het account.","module","Magento_Backend"
"You deleted the design change.","Je hebt de designwijziging verwijderd.","module","Magento_Backend"
"You can't delete the design change.","Je kunt de designwijziging niet verwijderen.","module","Magento_Backend"
"Store Design","Store Design","module","Magento_Backend"
"Edit Store Design Change","Bewerk Store Design Wijziging","module","Magento_Backend"
"You saved the design change.","Je hebt de designwijzigingen opgeslagen.","module","Magento_Backend"
"System","Systeem","module","Magento_Backend"
"Manage Stores","Manage stores","module","Magento_Backend"
"The database was backed up.","De database is gebackupt.","module","Magento_Backend"
"We can't create a backup right now. Please try again later.","We konden geen back-up maken. Probeer het later opnieuw.","module","Magento_Backend"
"Deleting a %1 will not delete the information associated with the %1 (e.g. categories, products, etc.), but the %1 will not be able to be restored. It is suggested that you create a database backup before deleting the %1.","Het verwijderen van een %1 verwijdert niet de informatie van %1 (e.g. categorieén, producten, etc.), maar de %1 kan niet worden hersteld. Creéer een database back-up voordat je de %1 verwijdert.","module","Magento_Backend"
"Something went wrong. Please try again.","Er is iets misgegaan. Probeer opnieuw.","module","Magento_Backend"
"This store cannot be deleted.","Deze store kan niet worden verwijderd.","module","Magento_Backend"
"You deleted the store.","Je hebt de store verwijderd.","module","Magento_Backend"
"Unable to delete store. Please, try again later.","Niet in staat om de store te verwijderen. Probeer het later opnieuw.","module","Magento_Backend"
"This Store View cannot be deleted.","Dit Winkelzicht kan niet worden verwijderd.","module","Magento_Backend"
"Store View","Winkelzicht","module","Magento_Backend"
"You deleted the Store View.","Je hebt het winkelzicht verwijderd.","module","Magento_Backend"
"Unable to delete Store View. Please, try again later.","Niet in staat om de Winkelzicht te verwijderen. Probeer het later opnieuw.","module","Magento_Backend"
"This website cannot be deleted.","Deze website kan niet worden verwijderd.","module","Magento_Backend"
"You deleted the website.","Je hebt de website verwijderd.","module","Magento_Backend"
"Unable to delete website. Please, try again later.","Niet in staat om de website te verwijderen. Probeer het later opnieuw.","module","Magento_Backend"
"The website does not exist.","De website bestaat niet.","module","Magento_Backend"
"Before modifying the website code please make sure it is not used in index.php.","Wees er zeker van dat de website code niet in index.php wordt gebruikt alvorens je het aanpast.","module","Magento_Backend"
"The store does not exist","De store bestaat niet","module","Magento_Backend"
"Store View doesn't exist","Winkelzicht bestaat niet","module","Magento_Backend"
"Before modifying the Store View code please make sure it is not used in index.php.","Wees er zeker van dat de Winkelzicht code niet wordt gebruikt in index.php alvorens je het aanpast.","module","Magento_Backend"
"New","Nieuw","module","Magento_Backend"
"You saved the website.","Je hebt de website opgeslagen.","module","Magento_Backend"
"You saved the store.","Je hebt de store opgeslagen.","module","Magento_Backend"
"You saved the Store View.","Je hebt de Winkelzicht opgeslagen.","module","Magento_Backend"
"Something went wrong while saving. Please review the error log.","Er is iets misgegaan tijdens het opslaan. Herzie het foutenbestand.","module","Magento_Backend"
"Last 24 Hours","Laatste 24 uur","module","Magento_Backend"
"Last 7 Days","Laatste 7 dagen","module","Magento_Backend"
"Current Month","Huidige maand","module","Magento_Backend"
"YTD","Laatse jaar","module","Magento_Backend"
"2YTD","Laatste 2 jaar","module","Magento_Backend"
"Authentication storage is incorrect.","Authenticatie opslag is onjuist.","module","Magento_Backend"
"You did not sign in correctly or your account is temporarily disabled.","Je hebt niet op de juiste manier ingelogd of je account is tijdelijk uitgeschakeld.","module","Magento_Backend"
"Authentication error occurred.","Authenticatiefout opgetreden.","module","Magento_Backend"
"Order","Order","module","Magento_Backend"
"Order #%1","Order #%1",module,Magento_Backend
"Access denied","Toegang geweigerd","module","Magento_Backend"
"Please try to sign out and sign in again.","Probeer uit te loggen en opnieuw in te loggen.","module","Magento_Backend"
"If you continue to receive this message, please contact the store owner.","Neem contact op met de store eigenaar als je dit bericht wilt blijven ontvangen.","module","Magento_Backend"
"You need more permissions to access this.","Je hebt toestemming nodig om hiervoor toegang te krijgen.","module","Magento_Backend"
"Welcome, please sign in","Welkom, log in","module","Magento_Backend"
"Username","Gebruikersnaam","module","Magento_Backend"
"user name","gebruiker naam","module","Magento_Backend"
"Password","Wachtwoord","module","Magento_Backend"
"password","wachtwoord","module","Magento_Backend"
"Sign in","Log in","module","Magento_Backend"
"Select Range:","Selecteer reeks:","module","Magento_Backend"
"No Data Found","Geen data gevonden","module","Magento_Backend"
"Chart is disabled. To enable the chart, click <a href="%1">here</a>.","Grafiek is uitgeschakeld. Om de grafiek in te schakelen, klik <a href="%1">hier</a>.","module","Magento_Backend"
"Last Orders","Laatste orders","module","Magento_Backend"
"Last Search Terms","Laatste zoektermen","module","Magento_Backend"
"Top Search Terms","Top zoektermen","module","Magento_Backend"
"There are no search keywords.","Er zijn geen zoektermen.","module","Magento_Backend"
"View Statistics For:","Bekijk statistieken voor:","module","Magento_Backend"
"All Websites","Alle websites","module","Magento_Backend"
"Reload Data","Herlaad data","module","Magento_Backend"
"Browse Files...","Blader door bestanden...","module","Magento_Backend"
"Magento","Magento","module","Magento_Backend"
"Copyright© %1 Magento Commerce Inc. All rights reserved.","Copyright© %1 Magento Commerce Inc. Alle rechten voorbehouden.","module","Magento_Backend"
"ver. %1","ver. %1",module,Magento_Backend
"Magento Admin Panel","Magento Admin Panel",module,Magento_Backend
"Account Setting","Account Setting",module,Magento_Backend
"Customer View","Klant view","module","Magento_Backend"
"Flush Catalog Images Cache","Verwijder afbeeldingen cache","module","Magento_Backend"
"Sign Out","Afmelden","module","Magento_Backend"
"About the calendar","Over de kalender","module","Magento_Backend"
"Close","Sluit","module","Magento_Backend"
"Go Today","Ga vandaag","module","Magento_Backend"
"Previous","Vorige","module","Magento_Backend"
"Next","Volgende","module","Magento_Backend"
"WK","Week","module","Magento_Backend"
"Time","Tijd","module","Magento_Backend"
"Hour","Uur","module","Magento_Backend"
"Minute","Minuut","module","Magento_Backend"
"JavaScript may be disabled in your browser.","JavaScript kan uitgeschakeld zijn in jouw browser.","module","Magento_Backend"
"To use this website you must first enable JavaScript in your browser.","Om deze website te gebruiken moet je eerst JavaScript inschakelen in je browser.","module","Magento_Backend"
"This is only a demo store. You can browse and place orders, but nothing will be processed.","Dit is een demo store. Je kan door orders browsen en ze plaatsen, maar er niets wordt verwerkt.","module","Magento_Backend"
"Report Bugs","Rapporteer bugs","module","Magento_Backend"
"Store View:","Winkelzicht:","module","Magento_Backend"
"Stores Configuration","Stores configuratie","module","Magento_Backend"
"Please confirm scope switching. All data that hasn't been saved will be lost.","Bevestig het schakelen van de scope. Alle data die niet zijn opgeslagen gaan verloren.","module","Magento_Backend"
"Additional Cache Management","Additionele Cache Management","module","Magento_Backend"
"Pregenerated product images files","Pregenereer product afbeeldingsbestanden","module","Magento_Backend"
"Flush JavaScript/CSS Cache","Verwijder JavaScript/CSS Cache","module","Magento_Backend"
"Themes JavaScript and CSS files combined to one file.","Thema's JavaScript en CSS bestanden gecombineerd in één bestand.","module","Magento_Backend"
"Flush Static Files Cache","Verwijder statische bestanden cache","module","Magento_Backend"
"Preprocessed view files and static files","Voorbewerkte view bestanden en statische bestanden","module","Magento_Backend"
"Catalog","Catalogus","module","Magento_Backend"
"JavaScript/CSS","JavaScript/CSS","module","Magento_Backend"
"JavaScript/CSS Cache","JavaScript/CSS Cache",module,Magento_Backend
"No records found.","Geen gegevens gevonden.","module","Magento_Backend"
"Images","Afbeeldingen","module","Magento_Backend"
"Big Image","Grote afbeelding","module","Magento_Backend"
"Thumbnail","Thumbnail","module","Magento_Backend"
"Additional Settings","Aanvullende instellingen","module","Magento_Backend"
"records found","gegevens gevonden","module","Magento_Backend"
"selected","geselecteerd","module","Magento_Backend"
"per page","per pagina","module","Magento_Backend"
"Previous page","Vorige pagina","module","Magento_Backend"
"You need more free space to create a backup.","Je hebt meer vrije opslag nodig om een back-up te creëeren.","module","Magento_Backup"
"of %1","van %1","module","Magento_Backend"
"System Backup","Systeem back-up","module","Magento_Backup"
"Next page","Volgende pagina","module","Magento_Backend"
"Export to:","Exporteer naar:","module","Magento_Backend"
"Actions","Acties","module","Magento_Backend"
"Mass Actions","Mass acties","module","Magento_Backend"
"Unselect All","Deselecteer alles","module","Magento_Backend"
"Select Visible","Selecteer zichtbare","module","Magento_Backend"
"Unselect Visible","Deselecteer zichtbare","module","Magento_Backend"
"Changes have been made to this section that have not been saved.","Er zijn veranderingen in deze sectie gemaakt die niet zijn opgeslagen.","module","Magento_Backend"
"This tab contains invalid data. Please resolve this before saving.","Deze tab bevat ongeldige data. Los dit op voor het opslaan.","module","Magento_Backend"
"The information in this tab has been changed.","De informatie in deze tab is gewijzigd.","module","Magento_Backend"
"Loading...","Bezig met laden...","module","Magento_Backend"
"Database and Media Backup","Database en media back-up","module","Magento_Backup"
"Database Backup","Database back-up","module","Magento_Backup"
"The archive can be uncompressed with <a href="%1">%2</a> on Windows systems.","Het archief kan ongecomprimeerd zijn met <a href="%1">%2</a> op Windows systemen.","module","Magento_Backup"
"You need more permissions to activate maintenance mode right now.","Je hebt meer toestemming nodig om de onderhoudsmodus nu te activeren.","module","Magento_Backup"
"To create the backup, please deselect ""Put store into maintenance mode"" or update your permissions.","Om een back-up te maken, deselecteer ""Zet store in onderhoudsmodus"" of update je rechten.","module","Magento_Backup"
"Something went wrong while putting your store into maintenance mode.","Er is iets misgegaan tijdens het instellen van je store in onderhoudsmodus.","module","Magento_Backup"
"You need more permissions to create a backup.","Je hebt meer rechten nodig om een back-up te maken.","module","Magento_Backup"
"We can't create the backup right now.","We kunnen op het moment geen back-up maken.","module","Magento_Backup"
"Backups","Back-ups","module","Magento_Backup"
"System","Systeem","module","Magento_Backup"
"Tools","Tools","module","Magento_Backup"
"Backup","Back-up","module","Magento_Backup"
"We can\'t delete one or more backups.","We kunnen één of meer back-ups niet verwijderen.","module","Magento_Backup"
"failed","mislukt","module","Magento_Backup"
"successful","succesvol","module","Magento_Backup"
"You deleted the selected backup(s).","Je hebt de geselecteerd back-up(s) verwijderd.","module","Magento_Backup"
"Can't load snapshot archive","Kan het snapshot archief niet laden","module","Magento_Backup"
"Please correct the password.","Corrigeer het wachtwoord.","module","Magento_Backup"
"To complete the rollback, please deselect ""Put store into maintenance mode"" or update your permissions.","Om de rollback te voltooien, deselecteer ""Zet store in onderhoudsmodus"" of update je rechten.","module","Magento_Backup"
"We can't find the backup file.","We kunnen het back-up bestand niet vinden.","module","Magento_Backup"
"We can't connect to the FTP right now.","We kunnen op het moment geen verbinding maken met het FTP.","module","Magento_Backup"
"Failed to validate FTP.","Valideren van FTP mislukt.","module","Magento_Backup"
"You need more permissions to perform a rollback.","Je hebt meer toestemming nodig om een rollback uit te voeren.","module","Magento_Backup"
"Failed to rollback.","Rollback mislukt.","module","Magento_Backup"
Database,Database,module,Magento_Backup
"Database and Media","Database en media","module","Magento_Backup"
"System (excluding Media)","Systeem (exclusief media)","module","Magento_Backup"
"You created the system backup.","Je hebt de systeem back-up gemaakt.","module","Magento_Backup"
"You created the system backup (excluding media).","Je hebt de systeem back-up gemaakt (exclusief media).","module","Magento_Backup"
"You created the database and media backup.","Je hebt de database en media back-up gemaakt.","module","Magento_Backup"
"You created the database backup.","Je hebt de database back-up gemaakt.","module","Magento_Backup"
"Please correct the order of creation for a new backup.","Corrigeer de ordercreatie voor een nieuwe back-up.","module","Magento_Backup"
"The backup file does not exist.","Het back-up bestand bestaat niet.","module","Magento_Backup"
"The backup file path was not specified.","De back-up file path was niet gespecificeerd.","module","Magento_Backup"
"The backup file "%1" does not exist.","Het back-up bestand "%1" bestaat niet.","module","Magento_Backup"
"Sorry, but we cannot read from or write to backup file "%1".","Sorry, we kunnen niet lezen van of schrijven naar back-up bestand "%1".","module","Magento_Backup"
"The backup file handler was unspecified.","De back-up bestand verwerker was niet gespecificieerd.","module","Magento_Backup"
"Something went wrong while writing to the backup file "%1".","Er iets iets misgegaan tijdens het schrijven naar het back-up bestand "%1".","module","Magento_Backup"
"We can't save the Cron expression.","We kunnen de Cron uiting niet opslaan.","module","Magento_Backup"
"You will lose any data created since the backup was made, including admin users, customers and orders.","Je verliest alle data gemaakt na het maken van de back-up, inclusief admin gebruikers, klanten en orders.","module","Magento_Backup"
"Are you sure you want to continue?","Weet je zeker dat je door wilt gaan?","module","Magento_Backup"
"This may take a few moments.","Dit kan even duren.","module","Magento_Backup"
"Be sure your store is in maintenance mode during backup.","Zorg ervoor dat je store in onderhoudsmodus is tijdens de back-up.","module","Magento_Backup"
"Backup Name","Back-up naam","module","Magento_Backup"
"Please use only letters (a-z or A-Z), numbers (0-9) or spaces in this field.","Gebruik alleen letters (a-z of A-Z), cijfers (0-9) of spaties in dit veld.","module","Magento_Backup"
"Maintenance mode","Onderhoudsmodus","module","Magento_Backup"
"Please put your store into maintenance mode during backup.","Zet je store in onderhoudsmodus tijdens de back-up.","module","Magento_Backup"
"Exclude","Uitsluiten","module","Magento_Backup"
"Exclude media folder from backup","Sluit media folder uit van back-up","module","Magento_Backup"
"Please enter the password to confirm rollback.","Voer het wachtwoord in om de rollback te bevestigen.","module","Magento_Backup"
"This action cannot be undone.","Deze actie kan niet ongedaan worden gemaakt.","module","Magento_Backup"
"User Password","Gebruikerswachtwoord","module","Magento_Backup"
"Please put your store into maintenance mode during rollback processing.","Zet je store in onderhoudsmodus tijdens het verwerken van de rollback.","module","Magento_Backup"
"FTP","FTP","module","Magento_Backup"
"Use FTP Connection","Gebruik FTP connectie","module","Magento_Backup"
"FTP credentials","FTP referenties","module","Magento_Backup"
"FTP Host","FTP Host",module,Magento_Backup
"FTP Login","FTP Login",module,Magento_Backup
"FTP Password","FTP wachtwoord","module","Magento_Backup"
"Magento root directory","Magento hoofdfolder","module","Magento_Backup"
"Credit Card Number","Creditcardnummer","module","Magento_Braintree"
"Create Backup","Maak back-up","module","Magento_Backup"
"Country","Land","module","Magento_Braintree"
"Allowed Credit Card Types","Toegestane creditcard types","module","Magento_Braintree"
"Add Rule","Regel toevoegen","module","Magento_Braintree"
"Delete Credit Card","Verwijder creditcard","module","Magento_Braintree"
"Month","Maand","module","Magento_Braintree"
"Year","Jaar","module","Magento_Braintree"
"Stored Card","Opgeslagen kaart","module","Magento_Braintree"
"Credit Card Type","Creditcard type","module","Magento_Braintree"
"Credit card successfully added","Creditcard succesvol toegevoegd","module","Magento_Braintree"
"Something went wrong while saving the card.","Er is iets misgegaan tijdens het opslaan van de kaart.","module","Magento_Braintree"
"Credit card does not exist","Creditcard bestaat niet","module","Magento_Braintree"
"There was error deleting the credit card","Er is een fout opgetreden bij het verwijderen van de creditcard","module","Magento_Braintree"
"Credit card successfully deleted","Creditcard succesvol verwijderd","module","Magento_Braintree"
"Edit Credit Card","Bewerk creditcard","module","Magento_Braintree"
"My Credit Cards","Mijn creditcards","module","Magento_Braintree"
"New Credit Card","Nieuwe creditcard","module","Magento_Braintree"
"There was error during saving card data","Er is een fout opgetreden tijdens het opslaan van de kaartgegevens","module","Magento_Braintree"
"We can't initialize checkout.","We kunnen de checkout niet initialiseren.","module","Magento_Braintree"
"Please agree to all the terms and conditions before placing the order.","Accepteer alle algemene voorwaarden voordat je de bestelling plaatst.","module","Magento_Braintree"
"We can't place the order.","We kunnen de order niet plaatsen.","module","Magento_Braintree"
"Incorrect payment method.","Onjuiste betaalmethode.","module","Magento_Braintree"
"We can't initialize checkout review.","We kunnen de checkout review niet initialiseren.","module","Magento_Braintree"
"We can't update shipping method.","We kunnen de verzendmethode niet updaten.","module","Magento_Braintree"
"The processor declined your transaction, please re-enter your payment information","De processor heeft je transactie geweigerd, voer je betalingsgegevens opnieuw in.","module","Magento_Braintree"
"Transaction declined by gateway: Check card details or try another card","Transactie geweigerd doorgateway: Check details van de kaart of probeer een andere kaart","module","Magento_Braintree"
"Transaction declined:","Transactie geweigerd:","module","Magento_Braintree"
.,.,module,Magento_Braintree
"The processor responded with an unknown error","De processor heeft gereageerd op een onbekende fout","module","Magento_Braintree"
"Credit card type is not allowed for your country.","Creditcard type is niet toegestaan in jouw land.","module","Magento_Braintree"
"Credit card type is not allowed for this payment method.","Creditcard type is niet toegestaan voor deze betaalmethode.","module","Magento_Braintree"
"Selected payment type is not allowed for billing country.","Geselecteerde betaalmethode is niet toegestaan in het gefactureerde land.","module","Magento_Braintree"
"some error","een error","module","Magento_Braintree"
"Incomplete payment information.","Incomplete betalingsinformatie.","module","Magento_Braintree"
"a,b,c","a,b,c",module,Magento_Braintree
"Please try again later","Probeer het later opnieuw","module","Magento_Braintree"
"Can not find original authorization transaction for partial capture","Kan oorspronkelijke autorisatie transactie voor gedeeltelijke capture niet vinden","module","Magento_Braintree"
"There was an error capturing the transaction: %1.","Er is een fout opgetreden tijdens het vastleggen van de transactie: %1.","module","Magento_Braintree"
"This refund is for a partial amount but the Transaction has not settled.","Deze terugbetaling is voor een gedeeltelijk bedrag, maar de transactie is niet geregeld.","module","Magento_Braintree"
"Please wait 24 hours before trying to issue a partial refund.","Wacht 24 uur voordat je een gedeeltelijke terugbetaling aanvraagt.","module","Magento_Braintree"
"There was an error refunding the transaction: %1.","Er is een fout opgetreden tijdens het terugbetalen van de transactie: %1.","module","Magento_Braintree"
"Some transactions are already settled or voided and cannot be voided.","Sommige transacties zijn reeds afgewikkeld of ongeldig en kunnen daarom niet worden geannuleerd.","module","Magento_Braintree"
"Voided capture.","Geannuleerde vastlegging.","module","Magento_Braintree"
"There was an error voiding the transaction: %1.","Er is een fout opgetreden tijdens het annuleren van de transactie: %1.","module","Magento_Braintree"
"Invoice","Factuur","module","Magento_Braintree"
"Shipment","Verzending","module","Magento_Braintree"
"Authorize","Autoriseren","module","Magento_Braintree"
"Authorize and Capture","Autoriseren en vastleggen","module","Magento_Braintree"
"--Please Select--","--Selecteer--","module","Magento_Braintree"
"Invalid Customer ID provided","Ongeldig klanten-ID verstrekt","module","Magento_Braintree"
"Something went wrong while processing.","Er is iets misgegaan tijdens het verwerken.","module","Magento_Braintree"
error,error,module,Magento_Braintree
"exception","uitzondering","module","Magento_Braintree"
"Payment Information","Betalingsinformatie","module","Magento_Braintree"
"Add new card","Nieuwe kaart toevoegen","module","Magento_Braintree"
"Please Select","Selecteer","module","Magento_Braintree"
"Expiration Date","Vervaldatum","module","Magento_Braintree"
"Card Verification Number","Verificatienummer kaart","module","Magento_Braintree"
"Save this card for future use","Deze kaart opslaan voor toekomstig gebruik","module","Magento_Braintree"
"or","of","module","Magento_Braintree"
"Please confirm that you want to delete this credit card","Bevestig dat je deze creditcard wilt verwijderen","module","Magento_Braintree"
"Cardholder Name","Cardholder naam","module","Magento_Braintree"
"Delete","Verwijder","module","Magento_Braintree"
"Back","Terug","module","Magento_Braintree"
"* Required Fields","* Verplichte velden","module","Magento_Braintree"
"Credit Card","Creditcard","module","Magento_Braintree"
CVV,CVV,module,Magento_Braintree
"Card Verification Number Visual Reference","Card Verificatie Nummer Visuele Referentie","module","Magento_Braintree"
"What is this?","Wat is dit?","module","Magento_Braintree"
"Make Default","Maak standaard","module","Magento_Braintree"
"Billing Address","Factuuradres","module","Magento_Braintree"
"First Name","Voornaam","module","Magento_Braintree"
"Last Name","Achternaam","module","Magento_Braintree"
"Company","Bedrijf","module","Magento_Braintree"
"Address","Adres","module","Magento_Braintree"
"City","Stad","module","Magento_Braintree"
"State/Province","Staat/Provincie","module","Magento_Braintree"
"Please select region, state or province","Selecteer een regio, staat of provincie","module","Magento_Braintree"
"Zip/Postal Code","Postcode","module","Magento_Braintree"
Submit,Submit,module,Magento_Braintree
"Add Credit Card","Creditcard toevoegen","module","Magento_Braintree"
Type,Type,module,Magento_Braintree
"Card Number","Kaartnummer","module","Magento_Braintree"
"Is Default","is standaard","module","Magento_Braintree"
"Actions","Acties","module","Magento_Braintree"
"Yes","Ja","module","Magento_Braintree"
"No","Nee","module","Magento_Braintree"
"Edit","Bewerk","module","Magento_Braintree"
"Percent Discount","Procent korting","module","Magento_Bundle"
"-- Select --","-- Selecteer --","module","Magento_Bundle"
"Dynamic","Dynamisch","module","Magento_Bundle"
"Fixed","Vast","module","Magento_Bundle"
"Create New Option","Creëer nieuwe optie","module","Magento_Bundle"
"Id field of product link is required","Id field van product link is vereist","module","Magento_Bundle"
"Bundle Items","Bundelitems","module","Magento_Bundle"
"Add Products to Option","Producten toevoegen aan optie","module","Magento_Bundle"
"Close","Sluit","module","Magento_Bundle"
"Delete Option","Verwijder optie","module","Magento_Bundle"
"What are you looking for?","Waar ben je naar op zoek?","module","Magento_Bundle"
ID,ID,module,Magento_Bundle
Product,Product,module,Magento_Bundle
SKU,SKU,module,Magento_Bundle
"Price","Prijs","module","Magento_Bundle"
"Delete","Verwijderen","module","Magento_Bundle"
"Use Default Value","Gebruik standaard waarde","module","Magento_Bundle"
"There is no defined renderer for %1 option type.","Er is geen gedefinieerde renderer voor optie type %1.","module","Magento_Bundle"
"Only implemented for bundle product","Alleen geïmplementeerd voor bundelproduct","module","Magento_Bundle"
"Product with specified sku: "%1" is not a bundle product","Product met gespecificeerde sku: "%1" is geen bundelproduct","module","Magento_Bundle"
"Bundle product could not contain another composite product","Bundelproduct kan niet nog een samengesteld product bevatten","module","Magento_Bundle"
"Can not find product link with id "%1"","Kan geen productlink met id "%1" vinden","module","Magento_Bundle"
"Could not save child: "%1"","Kan child: "%1" niet opslaan","module","Magento_Bundle"
"Product with specified sku: %1 does not contain option: %2","Product met gespecificeerde sku: %1 bevat geen optie: %2","module","Magento_Bundle"
"Child with specified sku: "%1" already assigned to product: "%2"","Child met gespecificeerde sku: "%1" is al toegewezen aan product: "%2"","module","Magento_Bundle"
"Product with specified sku: %1 is not a bundle product","Product met gespecificeerde sku: %1 is geen bundelproduct","module","Magento_Bundle"
"Requested bundle option product doesn't exist","Gevraagde bundeloptie product bestaat niet","module","Magento_Bundle"
"Requested option doesn't exist","Gevraagde optie bestaat niet","module","Magento_Bundle"
"Cannot delete option with id %1","Kan de optie met id %1 niet verwijderen","module","Magento_Bundle"
"Could not save option","Kan de optie niet opslaan","module","Magento_Bundle"
"As Low as","Zo laag als","module","Magento_Bundle"
"Price Range","Prijsklasse","module","Magento_Bundle"
"Please specify product option(s).","Specificeer de product optie(s).","module","Magento_Bundle"
"The options you selected are not available.","De geselecteerde opties zijn niet beschikbaar.","module","Magento_Bundle"
"The required options you selected are not available.","De verplichte geselecteerde opties zijn niet beschikbaar.","module","Magento_Bundle"
"Please select all required options.","Selecteer alle verplichte opties.","module","Magento_Bundle"
"We can't add this item to your shopping cart right now.","We kunnen dit product nu niet aan je winkelwagen toevoegen.","module","Magento_Bundle"
N/A,N/A,module,Magento_Bundle
"Percent","Procent","module","Magento_Bundle"
"None","Geen","module","Magento_Bundle"
"Quantity:","Hoeveelheid:","module","Magento_Bundle"
"Choose a selection...","Maak een selectie...","module","Magento_Bundle"
"Ship Bundle Items","Verzend bundelitems","module","Magento_Bundle"
"Separately","Afzonderlijk","module","Magento_Bundle"
"Together","Samen","module","Magento_Bundle"
"Option Title","Optie-titel","module","Magento_Bundle"
"Store View Title","Winkelzicht titel","module","Magento_Bundle"
"Input Type","Input type","module","Magento_Bundle"
"Required","Verplicht","module","Magento_Bundle"
"Position","Positie","module","Magento_Bundle"
"There are no products in this option.","Er zijn geen producten in deze optie.","module","Magento_Bundle"
"New Option","Nieuwe optie","module","Magento_Bundle"
"Default","Standaard","module","Magento_Bundle"
"Name","Naam","module","Magento_Bundle"
"Price Type","Prijstype","module","Magento_Bundle"
"Default Quantity","Standaard hoeveelheid","module","Magento_Bundle"
"User Defined","Gebruiker gedefinieerd","module","Magento_Bundle"
"Ordered","Besteld","module","Magento_Bundle"
"Invoiced","Gefactureerd","module","Magento_Bundle"
"Shipped","Verzonden","module","Magento_Bundle"
"Refunded","Terugbetaald","module","Magento_Bundle"
"Canceled","Geannuleerd","module","Magento_Bundle"
"As low as","Zo laag als","module","Magento_Bundle"
"Regular Price","Reguliere prijs","module","Magento_Bundle"
"From","Van","module","Magento_Bundle"
"To","Naar","module","Magento_Bundle"
"Buy %1 with %2 discount each","Koop %1 en %2 allebei met korting","module","Magento_Bundle"
"Go back to product details","Ga terug naar productdetails","module","Magento_Bundle"
"Customize and Add to Cart","Pas aan en voeg toe aan winkelwagen","module","Magento_Bundle"
"* Required Fields","* Verplichte velden","module","Magento_Bundle"
"Your Customization","Jouw aanpassing","module","Magento_Bundle"
"Availability","Beschikbaarheid","module","Magento_Bundle"
"In stock","Op voorraad","module","Magento_Bundle"
"Out of stock","Uitverkocht","module","Magento_Bundle"
"Summary","Samenvatting","module","Magento_Bundle"
"%1 x %2","%1 x %2",module,Magento_Bundle
"Availability:","Beschikbaarheid:","module","Magento_Bundle"
"Quantity","Hoeveelheid","module","Magento_Bundle"
"Customize %1","Pas %1 aan","module","Magento_Bundle"
"No options of this product are available.","Opties voor dit product zijn niet beschikbaar.","module","Magento_Bundle"
"Gift Message","Cadeaubericht","module","Magento_Bundle"
"From:","Van:","module","Magento_Bundle"
"To:","Voor:","module","Magento_Bundle"
"Message:","Bericht:","module","Magento_Bundle"
"Product Name","Productnaam","module","Magento_Bundle"
"Subtotal","Totaal","module","Magento_Bundle"
"Please type the letters below","Type de onderstaande letters","module","Magento_Captcha"
"Discount Amount","Kortingsbedrag","module","Magento_Bundle"
"Row Total","Rijtotaal","module","Magento_Bundle"
"Qty Invoiced","Aantal gefactureerd","module","Magento_Bundle"
"Qty Shipped","Aantal verzonden","module","Magento_Bundle"
"Always","Altijd","module","Magento_Captcha"
"After number of attempts to login","Na het aantal pogingen om in te loggen","module","Magento_Captcha"
"Provided form does not exist","Aangeleverd formulier bestaat niet","module","Magento_Captcha"
"Incorrect CAPTCHA","Ongeldige CAPTCHA","module","Magento_Captcha"
"Incorrect CAPTCHA.","Ongeldige CAPTCHA.","module","Magento_Captcha"
"Please enter the letters from the image","Voer de letters uit de afbeelding in","module","Magento_Captcha"
"<strong>Attention</strong>: Captcha is case sensitive.","<strong>Let op</strong>: Captcha is hoofdlettergevoelig.","module","Magento_Captcha"
"Reload captcha","Herlaad captcha","module","Magento_Captcha"
"Entity type model '%1' is not found","Entiteitstype model '%1' is niet gevonden","module","Magento_CatalogImportExport"
"Entity type model must be an instance of \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType","Entiteitstype model moet een exemplaar zijn van \Magento\CatalogusImportExport\Model\Export\Product\Type\AbstractType","module","Magento_CatalogImportExport"
"There are no product types available for export.","Er zijn geen productypes beschikbaar voor export.","module","Magento_CatalogImportExport"
"Entity type model must be an instance of Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType","Enteitstype model moet een exemplaar zijn van Magento\CatalogusImportExport\Model\Import\Product\Type\AbstractType","module","Magento_CatalogImportExport"
"File directory '%1' is not readable.","Bestandsfolder '%1' is niet leesbaar.","module","Magento_CatalogImportExport"
"File directory '%1' is not writable.","Bestandsfolder '%1' is niet beschrijfbaar.","module","Magento_CatalogImportExport"
"Value for 'price' sub attribute in 'store' attribute contains incorrect value","Waarde voor 'prijs' subattribuut in 'store' attribuut bevat onjuiste waarde","module","Magento_CatalogImportExport"
"Value for 'type' sub attribute in 'custom_options' attribute contains incorrect value, acceptable values are: 'dropdown', 'checkbox'","Waarde voor 'type' subattribuut 'aangepaste_opties' attribuut bevat onjuiste waarde, acceptabele waarden zijn: 'dropdown', 'checkbox'","module","Magento_CatalogImportExport"
"Please enter a value for title.","Voer een waarde in voor de titel.","module","Magento_CatalogImportExport"
"Value for 'price' sub attribute in 'custom_options' attribute contains incorrect value","Waarde voor 'prijs' subattribuut 'aangepaste_opties' attribuut bevat onjuiste waarde","module","Magento_CatalogImportExport"
"Value for 'maximum characters' sub attribute in 'custom_options' attribute contains incorrect value","Waarde voor 'maximaal aantal tekens' subattribuut in 'aangepaste_opties' attribuut bevat onjuiste waarde","module","Magento_CatalogImportExport"
"Value for 'sort order' sub attribute in 'custom_options' attribute contains incorrect value","Waarde voor 'sorteervolgorde' subattribuut in 'aangepaste_opties' attribuut bevat onjuiste waarde","module","Magento_CatalogImportExport"
"Value for 'value price' sub attribute in 'custom_options' attribute contains incorrect value","Waarde voor 'waarde prijs' subattribuut in 'aangepaste_opties' attribuut bevat onjuiste waarde","module","Magento_CatalogImportExport"
"This name is already being used for custom option. Please enter a different name.","Deze naam wordt al gebruikt voor een aangepaste optie. Voer een andere naam in.","module","Magento_CatalogImportExport"
"Custom options have different types.","Aangepaste opties hebben verschillende types.","module","Magento_CatalogImportExport"
"Every option entity must have a parent product entity.","Elke optie entiteit moet een parent product entiteit hebben.","module","Magento_CatalogImportExport"
"Please correct the parameters.","Corrigeer de parameters.","module","Magento_CatalogImportExport"
"File '%1' was not found or has read restriction.","Bestand '%1' is niet gevonden of heeft leesbeperkingen.","module","Magento_CatalogImportExport"
"ALL GROUPS","ALLE GROEPEN","module","Magento_CatalogInventory"
"Customer Group","Klantgroep","module","Magento_CatalogInventory"
"Minimum Qty","Minimale aantal","module","Magento_CatalogInventory"
"Add Minimum Qty","Minimale aantal toevoegen","module","Magento_CatalogInventory"
"We can't rebuild the index for an undefined product.","We kunnen de index niet opnieuw opbouwen voor een ongedefinieerd product.","module","Magento_CatalogInventory"
"Could not rebuild index for empty products array","Kon de index niet opnieuw opbouwen voor de lege productenreeks","module","Magento_CatalogInventory"
"The stock item for Product is not valid.","Het magazijnartikel voor Product is niet geldig.","module","Magento_CatalogInventory"
"This product is out of stock.","Dit product is uitverkocht.","module","Magento_CatalogInventory"
"Some of the products are out of stock.","Sommige producten zijn uitverkocht.","module","Magento_CatalogInventory"
"The stock item for Product in option is not valid.","Het magazijnartikel voor Product in optie is niet geldig.","module","Magento_CatalogInventory"
"Undefined product type","Ongedefinieerd producttype","module","Magento_CatalogInventory"
"%1 is not a correct comparison method.","%1 is geen juiste vergelijkingsmethode.","module","Magento_CatalogInventory"
"No Backorders","Geen backorders","module","Magento_CatalogInventory"
"Allow Qty Below 0","Aantal onder 0 toestaan","module","Magento_CatalogInventory"
"Allow Qty Below 0 and Notify Customer","Aantal onder 0 toestaan en klant informeren","module","Magento_CatalogInventory"
"In Stock","Op voorraad","module","Magento_CatalogInventory"
"Out of Stock","Uitverkocht","module","Magento_CatalogInventory"
"Stock Item with id "%1" does not exist.","Magazijnartikel met id "%1" bestaat niet.","module","Magento_CatalogInventory"
"Stock with id %1 does not exist.","Magazijn met id %1 bestaat niet.","module","Magento_CatalogInventory"
"Not all of your products are available in the requested quantity.","Niet al je producten zijn beschikbaar in de gevraagde hoeveelheid.","module","Magento_CatalogInventory"
"Product with SKU "%1" does not exist","Product met SKU "%1" bestaat niet","module","Magento_CatalogInventory"
"The fewest you may purchase is %1.","Het minimale dat je kunt bestellen is %1.","module","Magento_CatalogInventory"
"Please correct the quantity for some products.","Corrigeer de hoeveelheid voor enkele producten.","module","Magento_CatalogInventory"
"The most you may purchase is %1.","Het maximale dat je kunt bestellen is %1.","module","Magento_CatalogInventory"
"We don't have as many %1 as you requested.","We hebben niet meer dan %1 die je hebt gevraagd.","module","Magento_CatalogInventory"
"We don't have as many %1 as you requested, but we'll back order the remaining %2.","We hebben niet meer dan %1 die je hebt gevraagd, maar we sturen de overige %2 na.","module","Magento_CatalogInventory"
"We don't have ""%1"" in the requested quantity, so we'll back order the remaining %2.","We hebben geen ""%1"" in de gevraagde hoeveelheid, dus we sturen de overige %2 na.","module","Magento_CatalogInventory"
"You can buy %1 only in quantities of %2 at a time.","Je kunt %1 slechts in hoeveelheden van %2 per keer kopen.","module","Magento_CatalogInventory"
"You can buy this product only in quantities of %1 at a time.","Je kunt dit product alleen in hoeveelheden van %1 per keer kopen.","module","Magento_CatalogInventory"
"Decimal qty increments is not allowed.","Decimale aantal verhogingen is niet toegestaan.","module","Magento_CatalogInventory"
"%1 is available to buy in increments of %2","%1 is beschikbaar om te kopen in verhogingen van %2","module","Magento_CatalogInventory"
"Only %1 left","Slechts %1 over","module","Magento_CatalogInventory"
"Product availability","Product beschikbaarheid","module","Magento_CatalogInventory"
"Product Name","Productnaam","module","Magento_CatalogInventory"
"Qty","Aantal","module","Magento_CatalogInventory"
"Catalog Price Rule","Catalogus prijs regel","module","Magento_CatalogRule"
"Add New Rule","Nieuwe regel toevoegen","module","Magento_CatalogRule"
"Apply Rules","Regels toepassen","module","Magento_CatalogRule"
"Save and Apply","Opslaan en toepassen","module","Magento_CatalogRule"
"Save and Continue Edit","Opslaan en doorgaan met bewerken","module","Magento_CatalogRule"
"Edit Rule '%1'","Bewerk regel '%1'","module","Magento_CatalogRule"
"New Rule","Nieuwe regel","module","Magento_CatalogRule"
"Rule Information","Regel informatie","module","Magento_CatalogRule"
"Actions","Acties","module","Magento_CatalogRule"
"Pricing Structure Rules","Prijsstructuur regels","module","Magento_CatalogRule"
"Apply","Toepassen","module","Magento_CatalogRule"
"Apply as percentage of original","Toepassen als percentage van het origineel","module","Magento_CatalogRule"
"Apply as fixed amount","Toepassen als vaste hoeveelheid","module","Magento_CatalogRule"
"Adjust final price to this percentage","Pas uiteindelijk prijs aan naar dit percentage","module","Magento_CatalogRule"
"Adjust final price to discount value","Pas uiteindelijke prijs aan naar de kortingswaarde","module","Magento_CatalogRule"
"Discount Amount","Hoeveelheid korting","module","Magento_CatalogRule"
"Subproduct discounts","Subproduct kortingen","module","Magento_CatalogRule"
"No","Nee","module","Magento_CatalogRule"
"Yes","Ja","module","Magento_CatalogRule"
"Discard subsequent rules","Sluit volgende regels uit","module","Magento_CatalogRule"
"Conditions","Voorwaarden","module","Magento_CatalogRule"
"Conditions (don't add conditions if rule is applied to all products)","Voorwaarden (voeg geen waarden toe wanneer de regel is toegepast op alle producten)","module","Magento_CatalogRule"
"General Information","Algemene informatie","module","Magento_CatalogRule"
"Rule Name","Regelnaam","module","Magento_CatalogRule"
"Description","Beschrijving","module","Magento_CatalogRule"
Status,Status,module,Magento_CatalogRule
"Active","Actief","module","Magento_CatalogRule"
"Inactive","Inactief","module","Magento_CatalogRule"
Websites,Websites,module,Magento_CatalogRule
"Customer Groups","Klantgroepen","module","Magento_CatalogRule"
"From","Van","module","Magento_CatalogRule"
"To","Voor","module","Magento_CatalogRule"
"Priority","Prioriteit","module","Magento_CatalogRule"
ID,ID,module,Magento_CatalogRule
Type,Type,module,Magento_CatalogRule
"Attribute Set","Attributenset","module","Magento_CatalogRule"
SKU,SKU,module,Magento_CatalogRule
Product,Product,module,Magento_CatalogRule
"Promotions","Acties","module","Magento_CatalogRule"
"We found updated rules that are not applied. Please click Apply Rules to update your catalog.","We vonden nieuwe regels die niet worden toegepast. Klik op Regels Toepassen om je catalogus te updaten.","module","Magento_CatalogRule"
"We can't apply the rules.","We kunnen de regels niet toepassen.","module","Magento_CatalogRule"
"You deleted the rule.","Je hebt de regel verwijderd.","module","Magento_CatalogRule"
"We can't delete this rule right now. Please review the log and try again.","We kunnen deze regel momenteel niet verwijderen. Herzie de log en probeer het opnieuw.","module","Magento_CatalogRule"
"We can't find a rule to delete.","We kunnen geen regel vinden om te verwijderen.","module","Magento_CatalogRule"
"This rule no longer exists.","Deze regel bestaat niet meer.","module","Magento_CatalogRule"
"New Catalog Price Rule","Nieuwe catalogus prijsregel","module","Magento_CatalogRule"
"Edit Rule","Bewerk regel","module","Magento_CatalogRule"
"Catalog","Catalogus","module","Magento_CatalogRule"
"Wrong rule specified.","Verkeerde regel gespecificeerd.","module","Magento_CatalogRule"
"You saved the rule.","Je hebt de regel opgeslagen.","module","Magento_CatalogRule"
"Something went wrong while saving the rule data. Please review the error log.","Er is iets misgegaan tijdens het opslaan van de regeldata. Herzie het foutenbestand.","module","Magento_CatalogRule"
Promo,Promo,module,Magento_CatalogRule
"Could not rebuild index for empty products array","Kon index niet herbouwen voor lege productenreeks","module","Magento_CatalogRule"
"We can't rebuild the index for an undefined product.","We kunnen de index niet herbouwen voor een ongedefinieerd product.","module","Magento_CatalogRule"
"Percentage discount should be between 0 and 100.","Procentuele korting moet tussen 0 en 100 zijn.","module","Magento_CatalogRule"
"Discount value should be 0 or greater.","Kortingswaarde moet 0 of hoger zijn.","module","Magento_CatalogRule"
"Unknown action.","Onbekende actie.","module","Magento_CatalogRule"
"Update the Product","Update het product","module","Magento_CatalogRule"
"You disabled %1 Catalog Price Rules based on "%2" attribute.","Je hebt %1 catalogus prijs regels uitgeschakeld gebaseerd op "%2" attribuut.","module","Magento_CatalogRule"
"Rule price","Regel prijs","module","Magento_CatalogRule"
"By Fixed value","Door vaste waarde","module","Magento_CatalogRule"
"To Fixed Value","Naar vaste waarde","module","Magento_CatalogRule"
"To Percentage","Naar percentage","module","Magento_CatalogRule"
"By Percentage","Door percentage","module","Magento_CatalogRule"
"Update product's %1 %2: %3","Update producten %1 %2: %3","module","Magento_CatalogRule"
"Conditions Combination","Voorwaarden combinatie","module","Magento_CatalogRule"
"Product Attribute","Productattribuut","module","Magento_CatalogRule"
"Updated rules applied.","Bijgewerkte regels toegepast.","module","Magento_CatalogRule"
Home,Home,module,Magento_CatalogSearch
"Go to Home Page","Ga naar homepage","module","Magento_CatalogSearch"
"Catalog Advanced Search","Catalogus geavanceerd zoeken","module","Magento_CatalogSearch"
"All","Alles","module","Magento_CatalogSearch"
"Yes","Ja","module","Magento_CatalogSearch"
"No","Nee","module","Magento_CatalogSearch"
"Results","Resultaten","module","Magento_CatalogSearch"
"Grid","Rooster","module","Magento_CatalogSearch"
"List","Lijst","module","Magento_CatalogSearch"
"Search Weight","Zoek gewicht","module","Magento_CatalogSearch"
"Relevance","Relevantie","module","Magento_CatalogSearch"
"Search results for: '%1'","Zoekresultaten voor: '%1'","module","Magento_CatalogSearch"
"Minimum Search query length is %1","Minimale zoekopdracht lengte is %1","module","Magento_CatalogSearch"
"Please specify at least one search term.","Specificeer ten minste één zoekterm.","module","Magento_CatalogSearch"
"%1 and greater","%1 en groter","module","Magento_CatalogSearch"
"up to %1","tot %1","module","Magento_CatalogSearch"
"Category","Categorie","module","Magento_CatalogSearch"
"%1 and above","%1 en hoger","module","Magento_CatalogSearch"
"%1 - %2","%1 - %2",module,Magento_CatalogSearch
"Bucket do not exists","Bucket bestaat niet","module","Magento_CatalogSearch"
Product,Product,module,Magento_CatalogSearch
"Search Settings","Zoekinstellingen","module","Magento_CatalogSearch"
"Search","Zoek","module","Magento_CatalogSearch"
"Advanced Search","Geavanceerd zoeken","module","Magento_CatalogSearch"
"<strong>%1 item</strong> were found using the following search criteria","<strong>%1 item</strong> werd gevonden met de volgende zoekcriteria","module","Magento_CatalogSearch"
"<strong>%1 items</strong> were found using the following search criteria","<strong>%1 items</strong> werden gevonden met de volgende zoekcriteria","module","Magento_CatalogSearch"
"We can't find any items matching these search criteria.","We kunnen geen items vinden die matchen met deze zoekcriteria.","module","Magento_CatalogSearch"
"Modify your search","Je zoekopdracht wijzigen","module","Magento_CatalogSearch"
"name","naam","module","Magento_CatalogSearch"
"Don't see what you're looking for?","Kun je niet vinden waar je naar op zoek bent?","module","Magento_CatalogSearch"
"Your search returned no results.","Je zoekopdracht heeft geen resultaten opgeleverd.","module","Magento_CatalogSearch"
"Create Permanent Redirect for old URL","Creëer permanente redirect voor oude URL","module","Magento_CatalogUrlRewrite"
"Conditions Combination","Voorwaarden combinatie","module","Magento_CatalogWidget"
"Product Attribute","Productattribuut","module","Magento_CatalogWidget"
SKU,SKU,module,Magento_CatalogWidget
"Please choose a condition to add.","Kies een voorwaarde om toe te voegen.","module","Magento_CatalogWidget"
"New Root Category","Nieuwe rootcategorie","module","Magento_Catalog"
"Add to Cart","Toevoegen aan winkelwagen","module","Magento_CatalogWidget"
"In stock","Op voorraad","module","Magento_CatalogWidget"
"Out of stock","Uitverkocht","module","Magento_CatalogWidget"
"Add to Wish List","Toevoegen aan verlanglijst","module","Magento_CatalogWidget"
"Add to Compare","Toevoegen om te vergelijken","module","Magento_CatalogWidget"
Root,Root,module,Magento_Catalog
"Save Category","Categorie opslaan","module","Magento_Catalog"
"Delete Category","Categorie verwijderen","module","Magento_Catalog"
"Add Subcategory","Subcategorie toevoegen","module","Magento_Catalog"
Reset,Reset,module,Magento_Catalog
"New Subcategory","Nieuwe subcategorie","module","Magento_Catalog"
"Set Root Category for Store","Rootcategorie instellen voor store","module","Magento_Catalog"
"Use Config Settings","Gebruik configuratie instellingen","module","Magento_Catalog"
"Use All Available Attributes","Gebruik alle beschikbare attributen","module","Magento_Catalog"
"Custom Design","Aangepast design","module","Magento_Catalog"
ID,ID,module,Magento_Catalog
"Name","Naam","module","Magento_Catalog"
SKU,SKU,module,Magento_Catalog
"Price","Prijs","module","Magento_Catalog"
"Position","Positie","module","Magento_Catalog"
"Category Data","Categorie data","module","Magento_Catalog"
"Category Products","Categorie Producten","module","Magento_Catalog"
"Add Root Category","Rootcategorie toevoegen","module","Magento_Catalog"
"Day","Dag","module","Magento_Catalog"
"Month","Maand","module","Magento_Catalog"
"Year","Jaar","module","Magento_Catalog"
"<label class="label"><span>from</span></label>","<label class="label"><span>van</span></label>","module","Magento_Catalog"
"<label class=label><span>to</span></label>","<label class=label><span>voor</span></label>","module","Magento_Catalog"
[GLOBAL],[GLOBAL],module,Magento_Catalog
[WEBSITE],[WEBSITE],module,Magento_Catalog
"[Store View]","[Winkelzicht]","module","Magento_Catalog"
"WYSIWYG Editor","WYSIWYG Editor",module,Magento_Catalog
"Add Product","Product toevoegen","module","Magento_Catalog"
label,label,module,Magento_Catalog
"Product Attributes","Productattributen","module","Magento_Catalog"
"Add New Attribute","Nieuw attribuut toevoegen","module","Magento_Catalog"
"Save in New Attribute Set","Opslaan in nieuwe attributenset","module","Magento_Catalog"
"Enter Name for New Attribute Set","Voer naam in voor nieuwe attributenset","module","Magento_Catalog"
"Save and Continue Edit","Opslaan en doorgaan met bewerken","module","Magento_Catalog"
"Save Attribute","Attribuut opslaan","module","Magento_Catalog"
"Delete Attribute","Attribuut verwijderen","module","Magento_Catalog"
"Edit Product Attribute "%1"","Productattribuut bewerken "%1"","module","Magento_Catalog"
"New Product Attribute","Nieuw productattribuut","module","Magento_Catalog"
"Advanced Attribute Properties","Geavanceerde attribuuteigenschappen","module","Magento_Catalog"
"Attribute Code","Attribuutcode","module","Magento_Catalog"
"This is used internally. Make sure you don't use spaces or more than %1 symbols.","Dit wordt intern gebruikt. Gebruik geen spaties of meer dan %1 symbolen.","module","Magento_Catalog"
"Default Value","Standaard waarde","module","Magento_Catalog"
"Unique Value","Unieke waarde","module","Magento_Catalog"
"Unique Value (not shared with other products)","Unieke waarde (niet gedeeld met andere producten)","module","Magento_Catalog"
"Not shared with other products","Niet gedeeld met andere producten","module","Magento_Catalog"
"Input Validation for Store Owner","Invoervalidatie voor Store eigenaar","module","Magento_Catalog"
"Add to Column Options","Toevoegen aan kolomopties","module","Magento_Catalog"
"Select ""Yes"" to add this attribute to the list of column options in the product grid.","Selecteer ""Ja"" om deze attribuut toe te voegen aan de lijst met kolomopties in het productrooster.","module","Magento_Catalog"
"Use in Filter Options","Gebruik in filteropties","module","Magento_Catalog"
"Select ""Yes"" to add this attribute to the list of filter options in the product grid.","Selecteer ""Ja"" om deze attribuut toe te voegen aan de lijst met filteropties in het productrooster.","module","Magento_Catalog"
"Store View","Winkelzicht","module","Magento_Catalog"
Website,Website,module,Magento_Catalog
Global,Global,module,Magento_Catalog
Scope,Scope,module,Magento_Catalog
"Declare attribute value saving scope","Verklaar attribuutwaarde saving scope","module","Magento_Catalog"
"Storefront Properties","Storefront eigenschappen","module","Magento_Catalog"
"Use in Search","Gebruik in Zoeken","module","Magento_Catalog"
"Visible in Advanced Search","Zichtbaar in geavanceerd zoeken","module","Magento_Catalog"
"Comparable on Storefront","Vergelijken op Storefront","module","Magento_Catalog"
"Use for Promo Rule Conditions","Gebruik voor promo regel voorwaarden","module","Magento_Catalog"
"Enable WYSIWYG","WYSIWYG inschakelen","module","Magento_Catalog"
"Allow HTML Tags on Storefront","HTML Tags toestaan op Storefront","module","Magento_Catalog"
"Visible on Catalog Pages on Storefront","Zichtbaar op Catalogus pagina's op Storefront","module","Magento_Catalog"
"Used in Product Listing","Gebruikt in Product Vermelding","module","Magento_Catalog"
"Depends on design theme","Hangt af van design thema","module","Magento_Catalog"
"Used for Sorting in Product Listing","Gebruikt voor het sorteren in Product Vermelding","module","Magento_Catalog"
"Media Image","Media afbeelding","module","Magento_Catalog"
Gallery,Gallery,module,Magento_Catalog
"System Properties","Systeemeigenschappen","module","Magento_Catalog"
"No","Nee","module","Magento_Catalog"
"Yes","Ja","module","Magento_Catalog"
"Data Type for Saving in Database","Datatype voor opslaan in database","module","Magento_Catalog"
"Text","Tekst","module","Magento_Catalog"
Varchar,Varchar,module,Magento_Catalog
"Static","Statisch","module","Magento_Catalog"
Datetime,Datetime,module,Magento_Catalog
"Decimal","Decimaal","module","Magento_Catalog"
Integer,Integer,module,Magento_Catalog
"Globally Editable","Globaal bewerkbaar","module","Magento_Catalog"
"Attribute Information","Attribuutinformatie","module","Magento_Catalog"
"Properties","Eigenschappen","module","Magento_Catalog"
"Manage Labels","Beheer labels","module","Magento_Catalog"
"Visible","Zichtbaar","module","Magento_Catalog"
"Web Site","Website","module","Magento_Catalog"
"Searchable","Doorzoekbaar","module","Magento_Catalog"
"Comparable","Vergelijkbaar","module","Magento_Catalog"
"Delete Selected Group","Verwijder geselecteerde groep","module","Magento_Catalog"
"Add New","Nieuwe toevoegen","module","Magento_Catalog"
"Back","Terug","module","Magento_Catalog"
"Delete","Verwijderen","module","Magento_Catalog"
"You are about to delete all products in this attribute set. Are you sure you want to do that?","Je staat op het punt om alle producten in deze attributenset te verwijderen. Weet je het zeker?","module","Magento_Catalog"
"Save","Opslaan","module","Magento_Catalog"
"New Set Name","Nieuwe set naam","module","Magento_Catalog"
"Edit Attribute Set '%1'","Bewerk attributenset '%1'","module","Magento_Catalog"
"Empty","Leeg","module","Magento_Catalog"
"Add Attribute","Attribuut toevoegen","module","Magento_Catalog"
"Add New Group","Nieuwe groep toevoegen","module","Magento_Catalog"
"Add Group","Groep toevoegen","module","Magento_Catalog"
"Edit Attribute Set Name","Bewerk attributenset naam","module","Magento_Catalog"
"For internal use","Voor intern gebruik","module","Magento_Catalog"
"Based On","Gebaseerd op","module","Magento_Catalog"
"Add New Attribute Set","Nieuwe attributenset toevoegen","module","Magento_Catalog"
"Add Attribute Set","Attributenset toevoegen","module","Magento_Catalog"
"Parent Category","Parent category","module","Magento_Catalog"
"Attribute Sets","Attribuutsets toevoegen","module","Magento_Catalog"
"Close Window","Sluit venster","module","Magento_Catalog"
"New Product","Nieuw product","module","Magento_Catalog"
"Save & Edit","Opslaan & bewerken","module","Magento_Catalog"
"Save & New","Opslaan & nieuw","module","Magento_Catalog"
"Save & Duplicate","Opslaan & dupliceren","module","Magento_Catalog"
"Save & Close","Save & Close",module,Magento_Catalog
"Attributes","Attributen","module","Magento_Catalog"
"Change","Veranderen","module","Magento_Catalog"
"Advanced Inventory","Geavanceerde voorraad","module","Magento_Catalog"
Websites,Websites,module,Magento_Catalog
"Products Information","Producten informatie","module","Magento_Catalog"
"Category Name","Categorienaam","module","Magento_Catalog"
"If there are no custom parent categories, please use the default parent category. You can reassign the category at any time in <a href="%1" target="_blank">Products > Categories</a>.","Als er geen aangepaste parent categories zijn, gebruik dan de standaard parent category. Je kunt de categorie op elk moment herplaatsen in <a href="%1" target="_blank">Producten > Categorieën</a>.","module","Magento_Catalog"
"We saved the price alert subscription.","We hebben de aanmelding voor de prijswaarschuwing opgeslagen.","module","Magento_Catalog"
"We saved the stock notification.","We hebben de voorraad notificatie opgeslagen.","module","Magento_Catalog"
"There are no customers for this alert.","Er zijn geen klanten voor deze waarschuwing.","module","Magento_Catalog"
"First Name","Voornaam","module","Magento_Catalog"
"Last Name","Achternaam","module","Magento_Catalog"
"Email","E-mail","module","Magento_Catalog"
"Subscribe Date","Datum van inschrijving","module","Magento_Catalog"
"Last Notified","Laatste kennisgeving","module","Magento_Catalog"
"Send Count","Stuur aantal","module","Magento_Catalog"
"New Attribute","Nieuwe attribuut","module","Magento_Catalog"
Type,Type,module,Magento_Catalog
"Attribute Set","Attributenset","module","Magento_Catalog"
Status,Status,module,Magento_Catalog
"Visibility","Zichtbaarheid","module","Magento_Catalog"
"Add New Option","Nieuwe optie toevoegen","module","Magento_Catalog"
"Import Options","Importeer opties","module","Magento_Catalog"
"Use Default","Gebruik standaard","module","Magento_Catalog"
"Import","Importeer","module","Magento_Catalog"
"Add New Row","Nieuwe rij toevoegen","module","Magento_Catalog"
"Delete Row","Rij verwijderen","module","Magento_Catalog"
"Tier Pricing","Rij prijsstelling","module","Magento_Catalog"
"Default Price","Standaard prijs","module","Magento_Catalog"
"All Websites","Alle websites","module","Magento_Catalog"
"ALL GROUPS","ALLE GROEPEN","module","Magento_Catalog"
"Add Price","Prijs toevoegen","module","Magento_Catalog"
"Default Values","Standaard waarden","module","Magento_Catalog"
"Related Products","Gerelateerde producten","module","Magento_Catalog"
Up-sells,Up-sells,module,Magento_Catalog
Cross-sells,Cross-sells,module,Magento_Catalog
"Size for %1","Maat voor %1","module","Magento_Catalog"
"Watermark File for %1","Watermark bestand voor %1","module","Magento_Catalog"
"Position of Watermark for %1","Positie van Watermark voor %1","module","Magento_Catalog"
"Name in %1","Naam in %1","module","Magento_Catalog"
"Quantity","Aantal","module","Magento_Catalog"
"Edit","Bewerk","module","Magento_Catalog"
"Are you sure?","Weet je het zeker?","module","Magento_Catalog"
"Change Status","Verander status","module","Magento_Catalog"
"Update Attributes","Update attributen","module","Magento_Catalog"
"Images and Videos","Afbeeldingen en video's","module","Magento_Catalog"
"Click here or drag and drop to add images.","Klik hier of sleep en drop om afbeeldingen toe te voegen.","module","Magento_Catalog"
"Delete image","Verwijder afbeelding","module","Magento_Catalog"
"Make Base","Maak Base","module","Magento_Catalog"
"Hidden","Verborgen","module","Magento_Catalog"
"start typing to search category","start met typen om een categorie te zoeken","module","Magento_Catalog"
"New Category","Nieuwe categorie","module","Magento_Catalog"
"Images (.gif, .jpg, .png)","Afbeeldingen (.gif, .jpg, .png)","module","Magento_Catalog"
"Add New Images","Nieuwe afbeeldingen toevoegen","module","Magento_Catalog"
"Inc. Tax","Incl. BTW","module","Magento_Catalog"
"Does this have a weight?","Heeft dit gewicht?","module","Magento_Catalog"
Product,Product,module,Magento_Catalog
"Notify Low Stock RSS","Lage voorraad aangeven RSS","module","Magento_Catalog"
"Low Stock Products","Lage voorraad producten","module","Magento_Catalog"
"%1 has reached a quantity of %2.","%1 heeft een hoeveelheid van %2 bereikt.","module","Magento_Catalog"
Home,Home,module,Magento_Catalog
"Go to Home Page","Ga naar homepagina","module","Magento_Catalog"
"Subscribe to RSS Feed","Abonneren op RSS-feed","module","Magento_Catalog"
"Products Comparison List","Product vergelijkingslijst","module","Magento_Catalog"
N/A,N/A,module,Magento_Catalog
AM,AM,module,Magento_Catalog
PM,PM,module,Magento_Catalog
"-- Please Select --","-- Selecteer --","module","Magento_Catalog"
"None","Geen","module","Magento_Catalog"
"New Products from %1","Nieuwe producten van %1","module","Magento_Catalog"
"New Products","Nieuwe producten","module","Magento_Catalog"
"%1 - Special Products","%1 - Speciale producten","module","Magento_Catalog"
"Click for price","Klik voor prijs","module","Magento_Catalog"
"Special Expires On: %1","Special verloopt op: %1","module","Magento_Catalog"
"Category is not available for requested store.","Categorie is niet beschikbaar voor de verzochte store.","module","Magento_Catalog"
"Price: %1","Prijs: %1","module","Magento_Catalog"
"Special Price: %1","Speciale prijs: %1","module","Magento_Catalog"
"Special Products","Speciale producten","module","Magento_Catalog"
"You deleted the category.","Je hebt de categorie verwijderd.","module","Magento_Catalog"
"Something went wrong while trying to delete the category.","Er is iets misgegaan tijdens het proberen te verwijderen van de categorie.","module","Magento_Catalog"
"Categories","Categorieën","module","Magento_Catalog"
"Manage Catalog Categories","Beheer catalogus categorieën","module","Magento_Catalog"
"Manage Categories","Beheer categorieën","module","Magento_Catalog"
"There was a category move error.","Categorie verplaatsingsfout.","module","Magento_Catalog"
"There was a category move error. %1","Categorie verplaatsingsfout. %1","module","Magento_Catalog"
"You moved the category","Je hebt de categorie verplaatst","module","Magento_Catalog"
"Attribute "%1" is required.","Attribuut "%1" is verplicht.","module","Magento_Catalog"
"You saved the category.","Je hebt de categorie opgeslagen.","module","Magento_Catalog"
"Please select products for attributes update.","Selecteer producten voor attributen update.","module","Magento_Catalog"
"Please make sure to define SKU values for all processed products.","Definieer SKU waarden voor alle verwerkte producten.","module","Magento_Catalog"
"A total of %1 record(s) were updated.","%1 record(s) zijn geüpdatet.","module","Magento_Catalog"
"Something went wrong while updating the product(s) attributes.","Er is iets misgegaan tijdens het updaten van de product(en)attributen.","module","Magento_Catalog"
"Something went wrong while saving the category.","Er is iets misgegaan tijdens het opslaan van de categorie.","module","Magento_Catalog"
"Catalog","Catalogus","module","Magento_Catalog"
"Manage Product Attributes","Beheer productattributen","module","Magento_Catalog"
"We can't delete the attribute.","We kunnen de attributen niet verwijderen.","module","Magento_Catalog"
"You deleted the product attribute.","Je hebt de productattributen verwijderd.","module","Magento_Catalog"
"We can't find an attribute to delete.","We kunnen een te verwijderen attribuut niet vinden.","module","Magento_Catalog"