Mage_Locale_nl_NL - Version 1.9.0.0

Version Notes

1.9.0.0

Download this release

Release Info

Developer Magento Core Team
Extension Mage_Locale_nl_NL
Version 1.9.0.0
Comparing to
See all releases


Code changes from version 1.7.0.0 to 1.9.0.0

Files changed (80) hide show
  1. app/locale/nl_NL/Mage_AdminNotification.csv +1 -0
  2. app/locale/nl_NL/Mage_Adminhtml.csv +62 -12
  3. app/locale/nl_NL/Mage_AmazonPayments.csv +101 -0
  4. app/locale/nl_NL/Mage_Api.csv +4 -2
  5. app/locale/nl_NL/Mage_Api2.csv +238 -0
  6. app/locale/nl_NL/Mage_Authorizenet.csv +1 -0
  7. app/locale/nl_NL/Mage_Backup.csv +8 -3
  8. app/locale/nl_NL/Mage_Bundle.csv +15 -0
  9. app/locale/nl_NL/Mage_Catalog.csv +28 -5
  10. app/locale/nl_NL/Mage_CatalogInventory.csv +7 -1
  11. app/locale/nl_NL/Mage_CatalogSearch.csv +2 -1
  12. app/locale/nl_NL/Mage_Checkout.csv +26 -1
  13. app/locale/nl_NL/Mage_Core.csv +13 -2
  14. app/locale/nl_NL/Mage_Cron.csv +0 -1
  15. app/locale/nl_NL/Mage_CurrencySymbol.csv +2 -2
  16. app/locale/nl_NL/Mage_Customer.csv +5 -11
  17. app/locale/nl_NL/Mage_Directory.csv +3 -0
  18. app/locale/nl_NL/Mage_Downloadable.csv +5 -1
  19. app/locale/nl_NL/Mage_Eav.csv +1 -2
  20. app/locale/nl_NL/Mage_GoogleAnalytics.csv +1 -0
  21. app/locale/nl_NL/Mage_GoogleCheckout.csv +2 -3
  22. app/locale/nl_NL/Mage_ImportExport.csv +43 -13
  23. app/locale/nl_NL/Mage_Index.csv +2 -0
  24. app/locale/nl_NL/Mage_Newsletter.csv +3 -0
  25. app/locale/nl_NL/Mage_Oauth.csv +118 -0
  26. app/locale/nl_NL/Mage_Page.csv +12 -2
  27. app/locale/nl_NL/Mage_PageCache.csv +1 -0
  28. app/locale/nl_NL/Mage_Paygate.csv +2 -0
  29. app/locale/nl_NL/Mage_Payment.csv +9 -1
  30. app/locale/nl_NL/Mage_Paypal.csv +181 -40
  31. app/locale/nl_NL/Mage_Persistent.csv +10 -0
  32. app/locale/nl_NL/Mage_Review.csv +11 -0
  33. app/locale/nl_NL/Mage_Rule.csv +1 -0
  34. app/locale/nl_NL/Mage_Sales.csv +21 -7
  35. app/locale/nl_NL/Mage_Tax.csv +16 -4
  36. app/locale/nl_NL/Mage_Usa.csv +85 -0
  37. app/locale/nl_NL/Mage_Weee.csv +6 -0
  38. app/locale/nl_NL/Mage_Widget.csv +1 -1
  39. app/locale/nl_NL/Mage_Wishlist.csv +4 -2
  40. app/locale/nl_NL/Mage_XmlConnect.csv +526 -0
  41. app/locale/nl_NL/template/email/account_new.html +55 -0
  42. app/locale/nl_NL/template/email/account_new_confirmation.html +50 -0
  43. app/locale/nl_NL/template/email/account_new_confirmed.html +51 -0
  44. app/locale/nl_NL/template/email/account_password_reset_confirmation.html +43 -0
  45. app/locale/nl_NL/template/email/admin_password_new.html +43 -0
  46. app/locale/nl_NL/template/email/admin_password_reset_confirmation.html +44 -0
  47. app/locale/nl_NL/template/email/amazonpayments_asp_notification_error.html +12 -0
  48. app/locale/nl_NL/template/email/contact_form.html +12 -0
  49. app/locale/nl_NL/template/email/currency_update_warning.html +8 -0
  50. app/locale/nl_NL/template/email/log_clean_warning.html +7 -0
  51. app/locale/nl_NL/template/email/moneybookers_activateemail.html +6 -0
  52. app/locale/nl_NL/template/email/newsletter_subscr_confirm.html +41 -0
  53. app/locale/nl_NL/template/email/newsletter_subscr_success.html +2 -0
  54. app/locale/nl_NL/template/email/newsletter_unsub_success.html +2 -0
  55. app/locale/nl_NL/template/email/password_new.html +42 -0
  56. app/locale/nl_NL/template/email/payment_failed.html +68 -0
  57. app/locale/nl_NL/template/email/product_alert_cron_error.html +7 -0
  58. app/locale/nl_NL/template/email/product_price_alert.html +8 -0
  59. app/locale/nl_NL/template/email/product_share.html +13 -0
  60. app/locale/nl_NL/template/email/product_stock_alert.html +8 -0
  61. app/locale/nl_NL/template/email/sales/creditmemo_new.html +108 -0
  62. app/locale/nl_NL/template/email/sales/creditmemo_new_guest.html +106 -0
  63. app/locale/nl_NL/template/email/sales/creditmemo_update.html +52 -0
  64. app/locale/nl_NL/template/email/sales/creditmemo_update_guest.html +51 -0
  65. app/locale/nl_NL/template/email/sales/invoice_new.html +107 -0
  66. app/locale/nl_NL/template/email/sales/invoice_new_guest.html +106 -0
  67. app/locale/nl_NL/template/email/sales/invoice_update.html +52 -0
  68. app/locale/nl_NL/template/email/sales/invoice_update_guest.html +49 -0
  69. app/locale/nl_NL/template/email/sales/order_new.html +109 -0
  70. app/locale/nl_NL/template/email/sales/order_new_guest.html +108 -0
  71. app/locale/nl_NL/template/email/sales/order_update.html +52 -0
  72. app/locale/nl_NL/template/email/sales/order_update_guest.html +50 -0
  73. app/locale/nl_NL/template/email/sales/shipment_new.html +111 -0
  74. app/locale/nl_NL/template/email/sales/shipment_new_guest.html +109 -0
  75. app/locale/nl_NL/template/email/sales/shipment_update.html +52 -0
  76. app/locale/nl_NL/template/email/sales/shipment_update_guest.html +50 -0
  77. app/locale/nl_NL/template/email/sitemap_generate_warning.html +8 -0
  78. app/locale/nl_NL/template/email/token.html +9 -0
  79. app/locale/nl_NL/template/email/wishlist_share.html +43 -0
  80. package.xml +8 -8
app/locale/nl_NL/Mage_AdminNotification.csv CHANGED
@@ -24,6 +24,7 @@
24
  "Unable to proceed. Please, try again.","Niet in staat om door te gaan, probeer a.u.b. opnieuw."
25
  "Update Frequency","Update frequentie"
26
  "Use HTTPS to Get Feed","Gebruik HTTPS om Feed te verkrijgen"
 
27
  "critical","Kritisch"
28
  "major","groot"
29
  "minor","klein"
24
  "Unable to proceed. Please, try again.","Niet in staat om door te gaan, probeer a.u.b. opnieuw."
25
  "Update Frequency","Update frequentie"
26
  "Use HTTPS to Get Feed","Gebruik HTTPS om Feed te verkrijgen"
27
+ "Wrong message type","Verkeerde berichttype"
28
  "critical","Kritisch"
29
  "major","groot"
30
  "minor","klein"
app/locale/nl_NL/Mage_Adminhtml.csv CHANGED
@@ -1,9 +1,6 @@
1
  " The customer does not exist in the system anymore.","Deze klant staat niet meer in het systeem."
2
- " You will need to navigate to your ","U zult moeten navigeren naar uw"
3
  " [deleted]"," [verwijderd]"
4
  " and "," en "
5
- " and go to the "," en ga naar de "
6
- " sections for your Hosted Checkout Pages."," sectie voor uw Hosted Checkout Pagina's."
7
  "%s (Default Template from Locale)","%s (Standaard sjabloon van Lokale)"
8
  "%s cache type(s) disabled.","%s cache type(s) uitgeschakeld."
9
  "%s cache type(s) enabled.","%s cache type(s) ingeschakeld."
@@ -19,6 +16,7 @@
19
  "(You have to increase php memory_limit before changing this value)","(U moet uw PHP memory_limit verhogen voordat u deze waarde verhoogt)"
20
  "(\\t for tab)","(\\t voor tabblad)"
21
  "* - If indexing is in progress, it will be killed and new indexing process will start.","* - Indien een indexeringproces bezig is zal deze worden gestopt en een nieuw proces worden begonnen."
 
22
  "- Click on any of the time parts to increase it","- Klik op een van de tijd gedeeltes om deze te verhogen"
23
  "- Hold mouse button on any of the above buttons for faster selection.","- Houd de muisknop op een van de bovenstaande knoppen om sneller te selecteren"
24
  "- Use the %s buttons to select month","- Gebruik de %s knoppen om de maand te selecteren"
@@ -32,16 +30,15 @@
32
  "-- Please select --","-- Selecteer a.u.b. --"
33
  "--Please Select--","--Selecteer alstublieft--"
34
  "1 Hour","1 Uur"
35
- "1. set up","1. instellen"
36
  "12 Hours","12 Uur"
37
  "12h AM/PM","12h AM/PM"
38
  "2 Hours","2 Uur"
39
- "2. customize","2. aanpassen"
40
  "24 Hours","24 Uur"
41
  "24h","24u"
42
  "2YTD","2JTD"
43
  "6 Hours","6 Uur"
44
  "<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>","<h1 class=""page-heading"">404 Error</h1><p>Pagina niet gevonden.</p>"
 
45
  "<strong>Attention</strong>: Captcha is case sensitive.","<strong>Attention</strong>: Captcha is hoofdletter gevoelig"
46
  "A user with the same user name or email aleady exists.","Er bestaat al een gebruiker met dezelfde naam of hetzelfde e-mailadres."
47
  "API Key","API Sleutel"
@@ -85,6 +82,7 @@
85
  "Advanced Admin Section","Geavanceerde Admin Sectie"
86
  "Advanced Profiles","Geavanceerde Profielen"
87
  "Advanced Section","Geavanceerde Sectie"
 
88
  "All","Alles"
89
  "All Allowed Countries","Alle Toegestane Landen"
90
  "All Cache","Alle Cache"
@@ -146,7 +144,12 @@
146
  "Associated Tags","Gerelateerde tags"
147
  "Attribute Set Name:","Attribuut set naam:"
148
  "Attributes","Attributen"
149
- "Automatic","Automatisch"
 
 
 
 
 
150
  "Average Order Amount","Gemiddeld Orderbedrag"
151
  "Average Orders","Gemiddelde Orders"
152
  "BINARY","BINAIR"
@@ -194,10 +197,12 @@
194
  "Cannot send shipment information.","Kan verzendingsinformatie niet verzenden."
195
  "Cannot update item quantity.","Kan product hoeveelheid niet updaten."
196
  "Cannot update the item\'s quantity.","Kan de product hoeveelheid niet updaten."
 
197
  "Catalog","Catalogus"
198
  "Catalog Price Rules","Catalogus prijs regels"
199
  "Catalog Rewrites","Catalogus herschrijvingen"
200
  "Categories","Categoriën"
 
201
  "Category:","Categorie:"
202
  "Chart is disabled. If you want to enable chart, click <a href=""%s"">here</a>.","Grafiek is uitgeschakeld. Indien u de grafiek wilt inschakelen, klik <a href=""%s"">here</a>."
203
  "Checkbox","Selectie vakje"
@@ -208,14 +213,18 @@
208
  "Chosen product does not associated with any website, so url rewrite is not possible.","Gekozen product komt met geen enkele website overeen, de url herschrijving is daarom niet mogelijk,"
209
  "Clear","Haal weg"
210
  "Close","Sluiten"
 
211
  "Comment text field cannot be empty.","Comment tekstbox kan niet leeg zijn."
212
  "Complete","Compleet"
 
213
  "Configuration","Configuratie"
214
  "Confirm New Password","Bevestig nieuw wachtwoord"
 
 
 
215
  "Confirmed email:","Bevestigd e-mail:"
216
  "Connect with the Magento Community","Verbind met de Magento Gemeenschap"
217
  "Continue","Doorgaan"
218
- "Continuous","Continu"
219
  "Convert to Plain Text","Verander naar Gewone Tekst"
220
  "Cookie (unsafe)","Cookie (onveilig)"
221
  "Country","Land"
@@ -227,6 +236,10 @@
227
  "Create URL Rewrite:","Maak URL Herschrijving:"
228
  "Created At","Gecreëerd op"
229
  "Credit Card %s","Credit Card %s"
 
 
 
 
230
  "Credit Memo History","Creditnota Geschiedenis"
231
  "Credit Memo Totals","Creditnota Totaal"
232
  "Credit Memos","Creditnotas"
@@ -335,6 +348,8 @@
335
  "Excel XML","Excel XML"
336
  "Excl. Tax","Excl. BTW"
337
  "Exclude media folder from backup","Sluit de media map uit van de backup"
 
 
338
  "Export","Export"
339
  "Export CSV","Exporteer CSV"
340
  "Export Filters","Exporteer Filters"
@@ -345,6 +360,7 @@
345
  "FTP Login","FTP Login"
346
  "FTP Password","FTP wachtwoord"
347
  "FTP credentials","FTP referenties"
 
348
  "Failed to add a product to cart by id ""%s"".","Product toevoegen aan winkelwagen door I.D. is mislukt ""%s""."
349
  "Failed to cancel the billing agreement.","Kon de facturatie-overeenkomst niet annuleren."
350
  "Failed to clear the JavaScript/CSS cache.","Kon het JavaScript/CSS niet uit de cache verwijderen."
@@ -379,6 +395,7 @@
379
  "General Section","Algemene Sectie"
380
  "Get Image Base64","Krijg Afbeelding Base64"
381
  "Get help for this page","Hulp krijgen voor deze pagina"
 
382
  "Global Attribute","Globaal Attribuut"
383
  "Global Record Search","Globaal records zoeken"
384
  "Global Search","Globale zoektocht"
@@ -386,6 +403,7 @@
386
  "Go to messages inbox","Ga naar inbox"
387
  "Go to notifications","Ga naar meldingen"
388
  "Google Base","Google Base"
 
389
  "Google Sitemaps","Google Sitemaps"
390
  "Grand Total","Totaal"
391
  "Grid (default) / List","Grid (vaststaand) / Lijst"
@@ -402,8 +420,10 @@
402
  "ID Path","ID Pad"
403
  "IP Address","IP Adres"
404
  "IPN (Instant Payment Notification) Only","Alleen IPN (Onmiddellijke Betaling Notificatie)"
 
405
  "If there is an account associated with %s you will receive an email with a link to reset your password.","Als er een rekening geassocieerd is met %s ontvangt u een email met een link om uw wachtwoord te herstellen."
406
  "If this message persists, please contact the store owner.","Neem contact op met de winkeleigenaar indien dit bericht aanhoudt."
 
407
  "Images (.gif, .jpg, .png)","Afbeeldingen (.gif, .jpg, .png)"
408
  "Images Cache","Afbeeldingen Voorraad"
409
  "Import","Import"
@@ -450,6 +470,7 @@
450
  "Invoice voiding error.","Factuur vernietiging fout."
451
  "Invoices","Facturen"
452
  "Is Closed","Is gesloten"
 
453
  "Issue Number","Uitgave Nummer"
454
  "Items","Artikelen"
455
  "JavaScript seems to be disabled in your browser.","JavaScript lijkt uitgeschakeld te zijn in uw browser."
@@ -484,8 +505,10 @@
484
  "Local Server","Lokale Server"
485
  "Local/Remote Server","Lokale/Op afstand Server"
486
  "Locale","Lokaal"
 
487
  "Log Out","Uitloggen"
488
  "Log in to Admin Panel","Log in op het Administratie Bedieningspaneel"
 
489
  "Log into Magento Admin Page","Inloggen bij Magento administratiepagina"
490
  "Logged in as %s","Ingelogd als %s"
491
  "Login","Log in"
@@ -508,13 +531,17 @@
508
  "Manage Categories","Beheer Categorieën"
509
  "Manage Content","Content beheren"
510
  "Manage Currency Rates","Beheer Wisselkoersen"
 
511
  "Manage Customers","Beheer Klanten"
 
512
  "Manage Ratings","Beheer Ratings"
513
  "Manage Stores","Beheer Winkels"
514
  "Manage Tax Rules","Manage Belasting Regels"
515
  "Manage Tax Zones and Rates","Belastingzones en -tarieven beheren"
 
516
  "Manual","Handmatig"
517
  "Matched Expression","Bijpassende Expressie"
 
518
  "Mb","Mb"
519
  "Media (.avi, .flv, .swf)","Media (.avi, .flv, .swf)"
520
  "Media storages synchronization has completed!","Mediageheugen synchronisatie voltooid!"
@@ -524,9 +551,12 @@
524
  "Most Viewed Products","Meest bekeken producten"
525
  "Multiple Select","Multiple Selecteer"
526
  "My Account","Mijn account"
 
527
  "N/A","Nvt"
528
  "NOTICE","OPMERKING"
529
  "Name","Naam"
 
 
530
  "Name:","Naam:"
531
  "Never (production)","Nooit (productie)"
532
  "New ","Nieuw"
@@ -567,6 +597,7 @@
567
  "New User","Nieuwe Gebruiker"
568
  "New Variable","Nieuw Variabele"
569
  "New Website","Nieuwe Website"
 
570
  "New password field cannot be empty.","Nieuw wachtwoord veld mag niet leeg zijn"
571
  "Newsletter","Nieuwsbrief"
572
  "Newsletter Problems","Nieuwsbrief Problemen"
@@ -598,8 +629,13 @@
598
  "Number of Uses","Aantal Gebruiken"
599
  "Number of Views","Aantal keer bekeken"
600
  "Number of records:","Aantal archieven:"
 
 
 
601
  "OK","OK"
602
  "Old rate:","Oude tarief:"
 
 
603
  "One or more media files failed to be synchronized during the media storages syncronization process. Refer to the log file for details.","Eén of meer mediabestanden zijn niet gesynchroniseerd tijdens het mediageheugen synchronisatieproces. Ga naar het logbestand voor details."
604
  "One or more of the Cache Types are invalidated:","Een of meer van de cache types zijn niet meer geldig:"
605
  "Online Customers","Online Klanten"
@@ -608,6 +644,7 @@
608
  "Only mapped fields","Alleen gemapte velden"
609
  "Optional","Optioneel"
610
  "Options","Opties"
 
611
  "Order","Bestelling"
612
  "Order #%s","Bestelling #%s"
613
  "Order #%s (%s)","Bestelling #%s (%s)"
@@ -632,7 +669,6 @@
632
  "Password must include both numeric and alphabetic characters.","Wachtwoord moet zowel nummers als letters bevatten."
633
  "Password:","Wachtwoord:"
634
  "Path:","Pad:"
635
- "PayPal Manager","PayPal manager"
636
  "Payment method instance is not available.","Betalingsmethode niet beschikbaar"
637
  "Payment method is not available.","Betalingsmethode is niet beschikbaar."
638
  "Payment method must be specified.","Betalingsmethode moet gekozen worden."
@@ -702,6 +738,7 @@
702
  "Poll Manager","Poll Manager"
703
  "Polls","Peilingen"
704
  "Popular","Populair"
 
705
  "Position of Watermark for %s","Positie van Watermerk voor %s"
706
  "Pregenerated product images files.","Gegenereerde product afbeeldingsbestanden."
707
  "Prev. month (hold for menu)","Vorige maand (vasthouden voor menu)"
@@ -742,6 +779,7 @@
742
  "Quantity","Hoeveelheid"
743
  "Queue Refresh","Verversing Rij"
744
  "Queued... Cancel","In de Wachtrij... Annuleer"
 
745
  "Radio Buttons","Radio Knoppen"
746
  "Rates","Tarieven"
747
  "Read details","Lees details"
@@ -761,6 +799,10 @@
761
  "Refresh Statistics","Statistieken verversen"
762
  "Region/State","Regio/Staat"
763
  "Regular Price:","Normale prijs:"
 
 
 
 
764
  "Release","Uitgave"
765
  "Release Stability","Geef Stabiliteit Vrij"
766
  "Release Version","Uitgave Versie"
@@ -792,6 +834,7 @@
792
  "Role Users","Rol gebruikers"
793
  "Roles","Rollen"
794
  "Roles Resources","Rollen hulpbronnen"
 
795
  "Rotate CCW","Draai CCW"
796
  "Rotate CW","CW roteren"
797
  "Run","Run"
@@ -833,8 +876,6 @@
833
  "Self-assigned roles cannot be deleted.","Zelf-toegewezen rollen kunnen niet verwijderd worden."
834
  "Sender","Verzender"
835
  "Separate Email","Afgezonderde E-mail"
836
- "Service Settings","Service-instellingen"
837
- "Set up & Customize","Instellen en personaliseren"
838
  "Shipment #%s comment added","Verzending #%s commentaar toegevoegd"
839
  "Shipment #%s created","Verzending #%s gecreëerd"
840
  "Shipment Comments","Verzending Commentaar"
@@ -882,7 +923,13 @@
882
  "Submit","Bevestig"
883
  "Subpackage cannot be conflicting.","Subpakket mag niet conflicteren."
884
  "Subtotal","Subtotaal"
 
 
885
  "Switch/Solo/Maestro Only","Alleen Switch/Solo/Maestro"
 
 
 
 
886
  "Synchronization is required.","Synchronisatie is nodig."
887
  "Synchronization of media storages has been successfully completed.","Synchronisatie van mediaopslag is succesvol voltooid."
888
  "Synchronize","Synchroniseer"
@@ -999,8 +1046,8 @@
999
  "Timeout limit for response from synchronize process was reached.","Timeout limiet voor respons van synchroniseerproces is bereikt."
1000
  "To","Naar"
1001
  "To cancel pending authorizations and release amounts that have already been processed during this payment, click Cancel.","Om wachtende autorisaties te annuleren en bedragen vrij te geven die tijdens deze betaling zijn verwerkt, druk op Annuleer."
1002
- "To use PayPal Payflow Link you must configure some settings in your Payflow account by logging into","Om Payflow Link te kunnen gebruiken, dient u een Payflow Link account te configureren op de website van PayPal."
1003
- "To use PayPal Payments Advanced you must configure some settings in your PayPal Payments Advanced account by logging into","Om Paypal Payments Advanced te gebruiken moet u eerst een aantal instellingen in uw Paypal Payments Advanced rekening configureren door in te loggen op"
1004
  "Toggle Editor","Toggle Editor"
1005
  "Tools","Gereedschap"
1006
  "Top 5 Search Terms","Top 5 Zoektermen"
@@ -1025,6 +1072,7 @@
1025
  "Transaction Type","Transactie Type"
1026
  "Transactional Emails","Transactionele Emails"
1027
  "Transactions","Transacties"
 
1028
  "Type","Type"
1029
  "Type:","Type:"
1030
  "URL Rewrite","URL Herschrijving"
@@ -1076,6 +1124,7 @@
1076
  "User Role","Rol van gebruiker"
1077
  "User Roles","Rollen van gebruiker"
1078
  "User Roles Information","Gebruiker Rol Informatie"
 
1079
  "User name","Gebruikersnaam"
1080
  "Users","Gebruikers"
1081
  "VAT Number is Invalid","Btw-nummer is ongeldig."
@@ -1089,6 +1138,7 @@
1089
  "Variable ID","Variabele ID"
1090
  "Variable Name","Naam variabele"
1091
  "Variable Plain Value","Variabele Basis Waarde"
 
1092
  "View Actions XML","Zie Acties XML"
1093
  "View Full Size","Zie Volledig Formaat"
1094
  "View Memo","Zie Memo"
1
  " The customer does not exist in the system anymore.","Deze klant staat niet meer in het systeem."
 
2
  " [deleted]"," [verwijderd]"
3
  " and "," en "
 
 
4
  "%s (Default Template from Locale)","%s (Standaard sjabloon van Lokale)"
5
  "%s cache type(s) disabled.","%s cache type(s) uitgeschakeld."
6
  "%s cache type(s) enabled.","%s cache type(s) ingeschakeld."
16
  "(You have to increase php memory_limit before changing this value)","(U moet uw PHP memory_limit verhogen voordat u deze waarde verhoogt)"
17
  "(\\t for tab)","(\\t voor tabblad)"
18
  "* - If indexing is in progress, it will be killed and new indexing process will start.","* - Indien een indexeringproces bezig is zal deze worden gestopt en een nieuw proces worden begonnen."
19
+ "* Required Fields","* Vereiste velden"
20
  "- Click on any of the time parts to increase it","- Klik op een van de tijd gedeeltes om deze te verhogen"
21
  "- Hold mouse button on any of the above buttons for faster selection.","- Houd de muisknop op een van de bovenstaande knoppen om sneller te selecteren"
22
  "- Use the %s buttons to select month","- Gebruik de %s knoppen om de maand te selecteren"
30
  "-- Please select --","-- Selecteer a.u.b. --"
31
  "--Please Select--","--Selecteer alstublieft--"
32
  "1 Hour","1 Uur"
 
33
  "12 Hours","12 Uur"
34
  "12h AM/PM","12h AM/PM"
35
  "2 Hours","2 Uur"
 
36
  "24 Hours","24 Uur"
37
  "24h","24u"
38
  "2YTD","2JTD"
39
  "6 Hours","6 Uur"
40
  "<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>","<h1 class=""page-heading"">404 Error</h1><p>Pagina niet gevonden.</p>"
41
+ "<strong>%s</strong> requests access to your account","<strong>%s</strong> verzoek om toegang tot uw account"
42
  "<strong>Attention</strong>: Captcha is case sensitive.","<strong>Attention</strong>: Captcha is hoofdletter gevoelig"
43
  "A user with the same user name or email aleady exists.","Er bestaat al een gebruiker met dezelfde naam of hetzelfde e-mailadres."
44
  "API Key","API Sleutel"
82
  "Advanced Admin Section","Geavanceerde Admin Sectie"
83
  "Advanced Profiles","Geavanceerde Profielen"
84
  "Advanced Section","Geavanceerde Sectie"
85
+ "After authorization application will have access to you account.","Na uw autorisatie verzoek krijgt u toegang tot uw account."
86
  "All","Alles"
87
  "All Allowed Countries","Alle Toegestane Landen"
88
  "All Cache","Alle Cache"
144
  "Associated Tags","Gerelateerde tags"
145
  "Attribute Set Name:","Attribuut set naam:"
146
  "Attributes","Attributen"
147
+ "Authorization confirmed","Autorisatie bevestigd"
148
+ "Authorize","Autoriseer"
149
+ "Authorize application","Autoriseer verzoek"
150
+ "Authorized OAuth Tokens","Geautoriseerde OAuth tokens"
151
+ "Automatic (equalize price ranges)","Automatisch (maak prijsklassen gelijk)"
152
+ "Automatic (equalize product counts)","Automatisch (maak product aantallen gelijk)"
153
  "Average Order Amount","Gemiddeld Orderbedrag"
154
  "Average Orders","Gemiddelde Orders"
155
  "BINARY","BINAIR"
197
  "Cannot send shipment information.","Kan verzendingsinformatie niet verzenden."
198
  "Cannot update item quantity.","Kan product hoeveelheid niet updaten."
199
  "Cannot update the item\'s quantity.","Kan de product hoeveelheid niet updaten."
200
+ "Card Verification Number","Kaartverificatienummer"
201
  "Catalog","Catalogus"
202
  "Catalog Price Rules","Catalogus prijs regels"
203
  "Catalog Rewrites","Catalogus herschrijvingen"
204
  "Categories","Categoriën"
205
+ "Category","Categorie"
206
  "Category:","Categorie:"
207
  "Chart is disabled. If you want to enable chart, click <a href=""%s"">here</a>.","Grafiek is uitgeschakeld. Indien u de grafiek wilt inschakelen, klik <a href=""%s"">here</a>."
208
  "Checkbox","Selectie vakje"
213
  "Chosen product does not associated with any website, so url rewrite is not possible.","Gekozen product komt met geen enkele website overeen, de url herschrijving is daarom niet mogelijk,"
214
  "Clear","Haal weg"
215
  "Close","Sluiten"
216
+ "Code","Code"
217
  "Comment text field cannot be empty.","Comment tekstbox kan niet leeg zijn."
218
  "Complete","Compleet"
219
+ "Config form fieldset clone model required to be able to clone fields","Config vorm fieldset kloon model nodig om velden te kunnen klonen"
220
  "Configuration","Configuratie"
221
  "Confirm New Password","Bevestig nieuw wachtwoord"
222
+ "Confirm token authorization Pop Up for admin","Bevestig token autorisatie Pop Up voor beheerder"
223
+ "Confirm token authorization for admin","Bevestig token autorisatie voor beheerder"
224
+ "Confirmation Of Authorization","Bevestiging van de Autorisatie"
225
  "Confirmed email:","Bevestigd e-mail:"
226
  "Connect with the Magento Community","Verbind met de Magento Gemeenschap"
227
  "Continue","Doorgaan"
 
228
  "Convert to Plain Text","Verander naar Gewone Tekst"
229
  "Cookie (unsafe)","Cookie (onveilig)"
230
  "Country","Land"
236
  "Create URL Rewrite:","Maak URL Herschrijving:"
237
  "Created At","Gecreëerd op"
238
  "Credit Card %s","Credit Card %s"
239
+ "Credit Card Number","Nummer creditcard"
240
+ "Credit Card Number: xxxx-%s","Nummer creditcard xxxx-%s"
241
+ "Credit Card Type","Type credit card"
242
+ "Credit Card Type: %s","Type credit card: %s"
243
  "Credit Memo History","Creditnota Geschiedenis"
244
  "Credit Memo Totals","Creditnota Totaal"
245
  "Credit Memos","Creditnotas"
348
  "Excel XML","Excel XML"
349
  "Excl. Tax","Excl. BTW"
350
  "Exclude media folder from backup","Sluit de media map uit van de backup"
351
+ "Expiration Date","Houdbaarheidsdatum"
352
+ "Expiration Date: %s/%s","Tenminste houdbaar tot: %s/%s"
353
  "Export","Export"
354
  "Export CSV","Exporteer CSV"
355
  "Export Filters","Exporteer Filters"
360
  "FTP Login","FTP Login"
361
  "FTP Password","FTP wachtwoord"
362
  "FTP credentials","FTP referenties"
363
+ "Failed","Mislukt"
364
  "Failed to add a product to cart by id ""%s"".","Product toevoegen aan winkelwagen door I.D. is mislukt ""%s""."
365
  "Failed to cancel the billing agreement.","Kon de facturatie-overeenkomst niet annuleren."
366
  "Failed to clear the JavaScript/CSS cache.","Kon het JavaScript/CSS niet uit de cache verwijderen."
395
  "General Section","Algemene Sectie"
396
  "Get Image Base64","Krijg Afbeelding Base64"
397
  "Get help for this page","Hulp krijgen voor deze pagina"
398
+ "Give the verifier code to application administrator","Geef de verificatie code aan applicatiebeheerder"
399
  "Global Attribute","Globaal Attribuut"
400
  "Global Record Search","Globaal records zoeken"
401
  "Global Search","Globale zoektocht"
403
  "Go to messages inbox","Ga naar inbox"
404
  "Go to notifications","Ga naar meldingen"
405
  "Google Base","Google Base"
406
+ "Google Content","Google-inhoud"
407
  "Google Sitemaps","Google Sitemaps"
408
  "Grand Total","Totaal"
409
  "Grid (default) / List","Grid (vaststaand) / Lijst"
420
  "ID Path","ID Pad"
421
  "IP Address","IP Adres"
422
  "IPN (Instant Payment Notification) Only","Alleen IPN (Onmiddellijke Betaling Notificatie)"
423
+ "Id","Id"
424
  "If there is an account associated with %s you will receive an email with a link to reset your password.","Als er een rekening geassocieerd is met %s ontvangt u een email met een link om uw wachtwoord te herstellen."
425
  "If this message persists, please contact the store owner.","Neem contact op met de winkeleigenaar indien dit bericht aanhoudt."
426
+ "If you do not specify an option value for a specific store view then the default (Admin) value will be used.","Als u geen optiewaarde voor een specifieke store view specificeert, wordt de vaststaande waarde (admin) worden gebruikt."
427
  "Images (.gif, .jpg, .png)","Afbeeldingen (.gif, .jpg, .png)"
428
  "Images Cache","Afbeeldingen Voorraad"
429
  "Import","Import"
470
  "Invoice voiding error.","Factuur vernietiging fout."
471
  "Invoices","Facturen"
472
  "Is Closed","Is gesloten"
473
+ "Is Default","Is Standaard"
474
  "Issue Number","Uitgave Nummer"
475
  "Items","Artikelen"
476
  "JavaScript seems to be disabled in your browser.","JavaScript lijkt uitgeschakeld te zijn in uw browser."
505
  "Local Server","Lokale Server"
506
  "Local/Remote Server","Lokale/Op afstand Server"
507
  "Locale","Lokaal"
508
+ "Log In","Inloggen"
509
  "Log Out","Uitloggen"
510
  "Log in to Admin Panel","Log in op het Administratie Bedieningspaneel"
511
+ "Log in to use <strong>%s</strong>","Log in om <strong>%s</strong> te gebruiken"
512
  "Log into Magento Admin Page","Inloggen bij Magento administratiepagina"
513
  "Logged in as %s","Ingelogd als %s"
514
  "Login","Log in"
531
  "Manage Categories","Beheer Categorieën"
532
  "Manage Content","Content beheren"
533
  "Manage Currency Rates","Beheer Wisselkoersen"
534
+ "Manage Currency Symbols","Beheer valutasymbolen"
535
  "Manage Customers","Beheer Klanten"
536
+ "Manage Options (values of your attribute)","Beheer Opties (waarden van uw attribuut)"
537
  "Manage Ratings","Beheer Ratings"
538
  "Manage Stores","Beheer Winkels"
539
  "Manage Tax Rules","Manage Belasting Regels"
540
  "Manage Tax Zones and Rates","Belastingzones en -tarieven beheren"
541
+ "Manage Titles (Size, Color, etc.)","Beheer Titels (Grootte, Kleur, etc.)"
542
  "Manual","Handmatig"
543
  "Matched Expression","Bijpassende Expressie"
544
+ "Maximum sender name length is 255. Please correct your settings.","Maximale afzendernaam lengte is 255. Corrigeer de instellingen."
545
  "Mb","Mb"
546
  "Media (.avi, .flv, .swf)","Media (.avi, .flv, .swf)"
547
  "Media storages synchronization has completed!","Mediageheugen synchronisatie voltooid!"
551
  "Most Viewed Products","Meest bekeken producten"
552
  "Multiple Select","Multiple Selecteer"
553
  "My Account","Mijn account"
554
+ "My Applications","Mijn toepassingen"
555
  "N/A","Nvt"
556
  "NOTICE","OPMERKING"
557
  "Name","Naam"
558
+ "Name on Card","Naam Op Kaart"
559
+ "Name on the Card: %s","Naam op de Kaart: %s"
560
  "Name:","Naam:"
561
  "Never (production)","Nooit (productie)"
562
  "New ","Nieuw"
597
  "New User","Nieuwe Gebruiker"
598
  "New Variable","Nieuw Variabele"
599
  "New Website","Nieuwe Website"
600
+ "New attribute set mapping","Nieuw attribuut set mappen"
601
  "New password field cannot be empty.","Nieuw wachtwoord veld mag niet leeg zijn"
602
  "Newsletter","Nieuwsbrief"
603
  "Newsletter Problems","Nieuwsbrief Problemen"
629
  "Number of Uses","Aantal Gebruiken"
630
  "Number of Views","Aantal keer bekeken"
631
  "Number of records:","Aantal archieven:"
632
+ "OAuth Consumers","OAuth Consumenten"
633
+ "OAuth authorization for admin","OAuth autorisatie voor beheerder"
634
+ "OAuth authorization simple for admin","OAuth autorisatie eenvoudig voor beheerder"
635
  "OK","OK"
636
  "Old rate:","Oude tarief:"
637
+ "Once you log into your PayPal Advanced account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","Zodra u inlogt op uw PayPal-rekening Geavanceerd, navigeer naar de Service-instellingen - Hosted betalingspagina's - Set Up menu en stel de hieronder beschreven opties in"
638
+ "Once you log into your PayPal Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","Zodra u inlogt op uw PayPal-Payflow Link-account, navigeer naar de Service-instellingen - Hosted betalingspagina's - Set Up menu en stel de hieronder beschreven opties in"
639
  "One or more media files failed to be synchronized during the media storages syncronization process. Refer to the log file for details.","Eén of meer mediabestanden zijn niet gesynchroniseerd tijdens het mediageheugen synchronisatieproces. Ga naar het logbestand voor details."
640
  "One or more of the Cache Types are invalidated:","Een of meer van de cache types zijn niet meer geldig:"
641
  "Online Customers","Online Klanten"
644
  "Only mapped fields","Alleen gemapte velden"
645
  "Optional","Optioneel"
646
  "Options","Opties"
647
+ "Options is required","Opties zijn benodigd"
648
  "Order","Bestelling"
649
  "Order #%s","Bestelling #%s"
650
  "Order #%s (%s)","Bestelling #%s (%s)"
669
  "Password must include both numeric and alphabetic characters.","Wachtwoord moet zowel nummers als letters bevatten."
670
  "Password:","Wachtwoord:"
671
  "Path:","Pad:"
 
672
  "Payment method instance is not available.","Betalingsmethode niet beschikbaar"
673
  "Payment method is not available.","Betalingsmethode is niet beschikbaar."
674
  "Payment method must be specified.","Betalingsmethode moet gekozen worden."
738
  "Poll Manager","Poll Manager"
739
  "Polls","Peilingen"
740
  "Popular","Populair"
741
+ "Position","Positie"
742
  "Position of Watermark for %s","Positie van Watermerk voor %s"
743
  "Pregenerated product images files.","Gegenereerde product afbeeldingsbestanden."
744
  "Prev. month (hold for menu)","Vorige maand (vasthouden voor menu)"
779
  "Quantity","Hoeveelheid"
780
  "Queue Refresh","Verversing Rij"
781
  "Queued... Cancel","In de Wachtrij... Annuleer"
782
+ "REST Roles","REST Functies"
783
  "Radio Buttons","Radio Knoppen"
784
  "Rates","Tarieven"
785
  "Read details","Lees details"
799
  "Refresh Statistics","Statistieken verversen"
800
  "Region/State","Regio/Staat"
801
  "Regular Price:","Normale prijs:"
802
+ "Reject","Wijs af"
803
+ "Reject token authorization Pop Up for admin","Weiger token autorisatie Pop Up voor beheerder"
804
+ "Reject token authorization for admin","Weiger token autorisatie voor beheerder"
805
+ "Rejection Of Authorization","Afwijzing van de Autorisatie"
806
  "Release","Uitgave"
807
  "Release Stability","Geef Stabiliteit Vrij"
808
  "Release Version","Uitgave Versie"
834
  "Role Users","Rol gebruikers"
835
  "Roles","Rollen"
836
  "Roles Resources","Rollen hulpbronnen"
837
+ "Root Category","Root Category"
838
  "Rotate CCW","Draai CCW"
839
  "Rotate CW","CW roteren"
840
  "Run","Run"
876
  "Self-assigned roles cannot be deleted.","Zelf-toegewezen rollen kunnen niet verwijderd worden."
877
  "Sender","Verzender"
878
  "Separate Email","Afgezonderde E-mail"
 
 
879
  "Shipment #%s comment added","Verzending #%s commentaar toegevoegd"
880
  "Shipment #%s created","Verzending #%s gecreëerd"
881
  "Shipment Comments","Verzending Commentaar"
923
  "Submit","Bevestig"
924
  "Subpackage cannot be conflicting.","Subpakket mag niet conflicteren."
925
  "Subtotal","Subtotaal"
926
+ "Switch/Solo card issue number: %s","Switch/Solo kaartnummer: %s"
927
+ "Switch/Solo card start Date: %s/%s","Switch/Solo kaart begindatum: %s/%s"
928
  "Switch/Solo/Maestro Only","Alleen Switch/Solo/Maestro"
929
+ "Switch/Solo/Maestro(UK Domestic) Only","Alleen Switch/Solo/Maestro (UK Domestic)"
930
+ "Switch/Solo/Maestro(UK Domestic) card issue number: %s","Switch/Solo/Maestro(UK Domestic) kaartnummer: %s"
931
+ "Switch/Solo/Maestro(UK Domestic) card start Date: %s/%s","Switch/Solo/Maestro(UK Domestic) afgiftedatum: %s/%s"
932
+ "Symbol","Symbool"
933
  "Synchronization is required.","Synchronisatie is nodig."
934
  "Synchronization of media storages has been successfully completed.","Synchronisatie van mediaopslag is succesvol voltooid."
935
  "Synchronize","Synchroniseer"
1046
  "Timeout limit for response from synchronize process was reached.","Timeout limiet voor respons van synchroniseerproces is bereikt."
1047
  "To","Naar"
1048
  "To cancel pending authorizations and release amounts that have already been processed during this payment, click Cancel.","Om wachtende autorisaties te annuleren en bedragen vrij te geven die tijdens deze betaling zijn verwerkt, druk op Annuleer."
1049
+ "To use PayPal Payflow Link, you must configure your PayPal Payflow Link account on the PayPal website.","Om PayPal Payflow Link te gebruiken, moet u uw PayPal-Payflow Link account configureren op de website van PayPal."
1050
+ "To use PayPal Payments Advanced, you must configure your PayPal Payments Advanced account on the PayPal website.","Om PayPal-betalingen Geavanceerd te gebruiken, moet u uw PayPal-betalingen Geavanceerd account configureren op de website van PayPal."
1051
  "Toggle Editor","Toggle Editor"
1052
  "Tools","Gereedschap"
1053
  "Top 5 Search Terms","Top 5 Zoektermen"
1072
  "Transaction Type","Transactie Type"
1073
  "Transactional Emails","Transactionele Emails"
1074
  "Transactions","Transacties"
1075
+ "Try Magento Go for Free","Probeer Magento Go gratis"
1076
  "Type","Type"
1077
  "Type:","Type:"
1078
  "URL Rewrite","URL Herschrijving"
1124
  "User Role","Rol van gebruiker"
1125
  "User Roles","Rollen van gebruiker"
1126
  "User Roles Information","Gebruiker Rol Informatie"
1127
+ "User Type Resources","Gebruikerstype Hulpmiddelen"
1128
  "User name","Gebruikersnaam"
1129
  "Users","Gebruikers"
1130
  "VAT Number is Invalid","Btw-nummer is ongeldig."
1138
  "Variable ID","Variabele ID"
1139
  "Variable Name","Naam variabele"
1140
  "Variable Plain Value","Variabele Basis Waarde"
1141
+ "Verifier code: %s","Verifieer code: %s"
1142
  "View Actions XML","Zie Acties XML"
1143
  "View Full Size","Zie Volledig Formaat"
1144
  "View Memo","Zie Memo"
app/locale/nl_NL/Mage_AmazonPayments.csv ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ " Select Shipping Method","Selecteer Verzendmethode"
2
+ "<br/>Trace confirmation request:<br/>%s","<br/>Traceer bevestigingsverzoek:<br/>%s"
3
+ "Access Key","Access Key"
4
+ "Access Key ID","Access Key ID"
5
+ "Amazon Simple Pay","Amazon Simple Pay"
6
+ "Amazon Simple Pay notification error","Amazon Simple Pay notificatie fout"
7
+ "Amazon Simple Pay service capture confirmation error: confirmation request amount is not equal to the amount of order.","Amazon Simple Pay Service ontvangst bevestiging error: verzoek tot bevestiging bedrag is niet gelijk aan het bedrag van de bestelling."
8
+ "Amazon Simple Pay service capture confirmation error: the amount in the existing invoice does not match the amount in the confirmation request.","Amazon Simple Pay Service ontvangst bevestigingsfout: het bedrag in de bestaande factuur komt niet overeen met het bedrag in het confirmatie verzoek."
9
+ "Amazon Simple Pay service capture confirmation error: the existing transaction ID does not match the transaction ID in the confirmation request.","Amazon Simple Pay Service ontvangst bevestigingsfout: het bestaande transactie-ID komt niet overeen met het transactie-ID in het verzoek om bevestiging."
10
+ "Amazon Simple Pay service capture confirmation. The invoice was captured automatically.","Amazon Simple Pay Service ontvangst bevestiging. De factuur is automatisch vastgelegd."
11
+ "Amazon Simple Pay service confirmation error: order states sequence violation.","Amazon Simple Pay Service confirmatie error: Vanwege volgorde overtreding."
12
+ "Amazon Simple Pay service confirmation error: the order currency does not match the currency of the IPN request.","Amazon Simple Pay Service bevestigingsfout: de valuta in de bestelling komt niet overeen met de valuta van het IPN verzoek."
13
+ "Amazon Simple Pay service confirmation error: the order specified in the IPN request cannot be found.","Amazon Simple Pay Service bevestigingsfout: de bestelling vermeld in het IPN ​​verzoek kan niet worden gevonden."
14
+ "Amazon Simple Pay service confirmation error: the payment method in the order is not Amazon Simple Pay.","Amazon Simple Pay Service bevestigingsfout: de betaalmethode in de bestelling is niet Amazon Simple Pay."
15
+ "Amazon Simple Pay service confirmed capture for invoice %s.","Amazon Simple Pay Service bevestigd ontvangst van factuur %s."
16
+ "Amazon Simple Pay service confirmed refund for credit memo %s.","Amazon Simple Pay Service bevestigd restitutie voor creditnota %s."
17
+ "Amazon Simple Pay service has confirmed amount authorization.","Amazon Simple Pay Service heeft het bevestigde bedrag geautoriseerd."
18
+ "Amazon Simple Pay service has confirmed cancelation.","Amazon Simple Pay Service heeft de annulering bevestigd."
19
+ "Amazon Simple Pay service has confirmed capture for invoice %s. The invoice was automatically captured.","Amazon Simple Pay Service heeft de betaling bevestigd voor factuur %s. De factuur werd automatisch opgemaakt."
20
+ "Amazon Simple Pay service has confirmed capture initiation.","Amazon Simple Pay Service heeft de vastgelegde initiatie bevestigd."
21
+ "Amazon Simple Pay service has confirmed capture.","Amazon Simple Pay Service heeft de betaling bevestigd."
22
+ "Amazon Simple Pay service has confirmed payment capture. Invoice %s was automatically created after confirmation.","Amazon Simple Pay Service heeft bevestigd dat de betaling is vastgelegd. Factuur %s is automatisch aangemaakt na bevestiging."
23
+ "Amazon Simple Pay service has confirmed payment capture. Invoice was created automatically.","Amazon Simple Pay Service heeft bevestigd dat de betaling is vastgelegd. Factuur is automatisch aangemaakt."
24
+ "Amazon Simple Pay service has confirmed payment refund. Credit memo %s was automatically created after confirmation.","Amazon Simple Pay Service heeft de terugbetaling restitutie bevestigd. Creditnota %s is automatisch aangemaakt na bevestiging."
25
+ "Amazon Simple Pay service has confirmed payment refund. Credit memo was created automatically.","Amazon Simple Pay Service heeft de terugbetaling restitutie bevestigd. De creditnota werd automatisch aangemaakt."
26
+ "Amazon Simple Pay service has confirmed payment refund. The credit memo was created automatically.","Amazon Simple Pay Service heeft de betaling restitutie bevestigd. De creditnota werd automatisch aangemaakt."
27
+ "Amazon Simple Pay service has confirmed refund.","Amazon Simple Pay Service heeft de terugbetaling bevestigd."
28
+ "Amazon Simple Pay service has confirmed refund. The credit memo was processed automatically.","Amazon Simple Pay Service heeft de terugbetaling bevestigd. De creditnota werd automatisch verwerkt."
29
+ "Amazon Simple Pay service has confirmed refunded credit memo %s. The credit memo was processed automatically.","Amazon Simple Pay Service heeft de teruggestorte creditnota bevestigd %s. De creditnota werd automatisch verwerkt."
30
+ "Amazon Simple Pay service is not available. Payment was not processed.","Amazon Simple Pay service is niet beschikbaar. De betaling is niet verwerkt."
31
+ "Amazon Simple Pay service payment confirmation has failed.","Amazon Simple Pay Service betalingsbevestiging is mislukt."
32
+ "Amazon Simple Pay service refund confirmation error: the amount in the existing creditmemo does not match the amount in the confirmation request.","Amazon Simple Pay Service terugbetaling bevestiging fout: het bedrag in de bestaande creditmemo komt niet overeen met het bedrag in het bevestigingsverzoek."
33
+ "Amazon Simple Pay service refund confirmation error: the confirmation request amount does not match the order amount.","Amazon Simple Pay Service terugbetaling bevestigingsfout: het bedrag op het confirmatie verzoek komt niet overeen met het orderbedrag."
34
+ "Amazon Simple Pay service refund confirmation error: the transaction ID in the existing creditmemo does not match the transaction ID in the confirmation request.","Amazon Simple Pay Service terugbetaling bevestigingsfout: De transactie ID in de bestaande creditmemo komt niet overeen met de transactie-ID in het verzoek om confirmatie."
35
+ "Authorize Only","Alleen authoriseren"
36
+ "Authorize and Capture","Authoriseren en opnemen"
37
+ "Cancel Description","Omschrijving Annuleren"
38
+ "Cancel Order Notification received from Checkout by Amazon service.","Bestelling annuleren Notificatie ontvangen van Checkout door Amazon service."
39
+ "Checkout by Amazon","Checkout door Amazon"
40
+ "Continue Shopping","Ga door met Winkelen"
41
+ "Customer was redirected to Amazon Simple Pay site","Consument is doorgestuurd naar Amazon Simple Pay website"
42
+ "Debug","Debug"
43
+ "Debug Log","Debug Log"
44
+ "Email Sender","E-mail Verzender"
45
+ "Enable","Stel in werking"
46
+ "Error Log","Error Log"
47
+ "FPS Sandbox Service URI","FPS Sandbox Service URI"
48
+ "FPS Service URI","FPS Service URI"
49
+ "Immediate Return","Onmiddellijke Terugkeer"
50
+ "Invalid action code.","Ongeldige actiecode."
51
+ "Invalid request.","Ongeldig verzoek."
52
+ "Invoice was created with Checkout by Amazon.","Factuur is gecreëerd met Checkout door Amazon."
53
+ "Merchant ID","Verkopers Identificatie"
54
+ "Merchant Login","Verkoper Login"
55
+ "Merchant Name","Verkoper Naam"
56
+ "Merchant Password","Verkoper Wachtwoord"
57
+ "Merchant Token","Verkoper Token"
58
+ "Method Choice Checkout Message","Methode Keuze Checkout Bericht"
59
+ "New Order Notification received from Checkout by Amazon service.","Nieuwe Order Notificatie ontvangen van de Checkout door Amazon service."
60
+ "New Order Status","Nieuwe Status van de Bestelling"
61
+ "Notification Error Transactional Email","Notificatie Fout Transactionele E-mail"
62
+ "Order Ready To Ship Notification received form Checkout by Amazon service.","Bestelling Klaar Om Te Versturen Melding gekregen van de Checkout door Amazon service."
63
+ "Order was canceled with Checkout by Amazon.","Bestelling is geannuleerd door Checkout van Amazon."
64
+ "Payment Action","Betaling"
65
+ "Payment Description","Betalingsomschrijving"
66
+ "Payment Sandbox Service URI","Betaling Sandbox Service URI"
67
+ "Payment Service URI","Betalingsdienst URI"
68
+ "Payment authorization canceled with Amazon Simple Pay service.","Betalingsautorisatie ingetrokken met Amazon Simple Pay service."
69
+ "Pending Amazon Simple Pay","In afwachting op Amazon Simple Pay"
70
+ "Redirect Message","Redirect Bericht"
71
+ "Refund Description","Terugbetaling Omschrijving"
72
+ "Refund was created with Checkout by Amazon.","Terugbetaling is gecreëerd met Checkout door Amazon."
73
+ "Report Email","Meldings E-mail"
74
+ "Report Error to Email","Stuur Error naar e-mail"
75
+ "Response body is not a valid FPS response.","Response body is geen geldige FPS reactie."
76
+ "SUCCESS","SUCCES"
77
+ "Sandbox","Zandbak"
78
+ "Secret Key","Secret Key"
79
+ "Secret Key ID","Secret Key ID"
80
+ "Shipment was created with Checkout by Amazon.","Verzending is gecreëerd met Checkout door Amazon."
81
+ "Thank you for your purchase!","Bedankt voor uw aankoop!"
82
+ "The customer has canceled payment and successfully returned from Amazon Simple Pay site","De consument heeft de betaling opgezegd en is met succes teruggekeerd de van Amazon Simple Pay website"
83
+ "The customer has successfully returned from Amazon Simple Pay site","De consument is met succes teruggekeerd van de Amazon Simple Pay website"
84
+ "The invoice was created (online capture). Waiting for capture confirmation from Amazon Simple Pay service.","De factuur is opgemaakt (online capture). In afwachting op capture bevestiging van Amazon Simple Pay service."
85
+ "The invoice was not refunded. Amazon Simple Pay service error: [%s] %s","Het factuurbedrag is niet terugbetaald. Amazon Simple Pay Service error: [%s] %s"
86
+ "The item specified in callback request XML was not found in quote.","Het item dat is opgegeven in de callback request XML is niet gevonden in de offerte."
87
+ "The order was not canceled. Amazon Simple Pay service error: [%s] %s","De bestelling is niet geannuleerd. Amazon Simple Pay Service error: [%s] %s"
88
+ "The order was not captured online. Authorization confirmation is required.","De order werd niet online vastgelegd. Autorisatie bevestiging is vereist."
89
+ "The order was not captured. Amazon Simple Pay service error: [%s] %s","De opdracht is niet vastgelegd. Amazon Simple Pay Service error: [%s]%s"
90
+ "The payment was captured online with Amazon Simple Pay service. The invoice was created. Waiting for capture confirmation from the payment service.","De betaling is online vastgelegd met Amazon Simple Pay service. De factuur is gemaakt. In afwachting op capture bevestiging van de betaaldienst."
91
+ "The payment was refunded online with Amazon Simple Pay service. The credit memo was created. Waiting for refund confirmation from Amazon Simple Pay service.","De betaling is online terugbetaald met Amazon Simple Pay service. De creditnota is aangemaakt. In afwachting op de terugbetaling bevestiging van Amazon Simple Pay service."
92
+ "The payment was refunded online. Waiting for refund confirmation from Amazon Simple Pay service.","De betaling was online terugbetaald. Wachten op terugbetaling bevestiging van de Amazon Simple Pay service."
93
+ "The request is not a valid IPN request.","Het verzoek is geen geldige IPN verzoek."
94
+ "The request was signed incorrectly or the signature is missing.","Het verzoek werd niet correct ondertekend of de handtekening ontbreekt."
95
+ "Title","Titel"
96
+ "Use Callback API","Gebruik Callback API"
97
+ "You will be redirected to Checkout by Amazon in a few seconds.","U wordt in een paar seconden door Amazon doorgestuurd om te afrekenen."
98
+ "You will receive an order confirmation email with details of your order and a link to track its progress.","U ontvangt een email met de bevestiging van uw bestelling en een link om uw zending te volgen."
99
+ "You will receive an order confirmation email with details of your order and a link to track its progress.<br/>","U ontvangt een orderbevestigings e-mail met de details van uw bestelling en een link om de voortgang bij te houden.<br/>"
100
+ "Your billing address will be ignored and you will be redirected to Checkout by Amazon website.","Uw factuuradres worden genegeerd en u wordt doorgestuurd naar de kassa door de Amazon website."
101
+ "Your order has been received.","Uw bestelling is ontvangen."
app/locale/nl_NL/Mage_Api.csv CHANGED
@@ -1,16 +1,18 @@
1
  "Access denied.","Toegang geweigerd."
 
2
  "Client Session Timeout (sec.)","Klant Sessie Time out (sec.)"
3
  "Default Response Charset","Karakterset standaard antwoord"
4
  "Email","Email"
 
5
  "General Settings","Algemene instellingen"
6
  "Invalid webservice adapter specified.","Ongeldige webdienst adapter gespecificeerd."
7
  "Invalid webservice handler specified.","Ongeldige webservice handler gespecificeerd."
8
  "Magento Core API","Magento Core API"
9
  "Magento Core API Section","Magento Core API Sectie"
10
- "Roles","Rollen"
 
11
  "Unable to login.","Kan niet inloggen."
12
  "User Name","Gebruikersnaam"
13
- "Users","Gebruikers"
14
  "WS-I Compliance","WS-I naleving"
15
  "Web Services","Web Diensten"
16
  "Your account has been deactivated.","Uw account is gedeactiveerd."
1
  "Access denied.","Toegang geweigerd."
2
+ "Can not find webservice adapter.","Kan de webservice adapter niet vinden."
3
  "Client Session Timeout (sec.)","Klant Sessie Time out (sec.)"
4
  "Default Response Charset","Karakterset standaard antwoord"
5
  "Email","Email"
6
+ "Enable WSDL Cache","Activeer WSDL Cache"
7
  "General Settings","Algemene instellingen"
8
  "Invalid webservice adapter specified.","Ongeldige webdienst adapter gespecificeerd."
9
  "Invalid webservice handler specified.","Ongeldige webservice handler gespecificeerd."
10
  "Magento Core API","Magento Core API"
11
  "Magento Core API Section","Magento Core API Sectie"
12
+ "SOAP/XML-RPC - Roles","SOAP/XML-RPC - Functies"
13
+ "SOAP/XML-RPC - Users","SOAP/XML-RPC - Gebruikers"
14
  "Unable to login.","Kan niet inloggen."
15
  "User Name","Gebruikersnaam"
 
16
  "WS-I Compliance","WS-I naleving"
17
  "Web Services","Web Diensten"
18
  "Your account has been deactivated.","Uw account is gedeactiveerd."
app/locale/nl_NL/Mage_Api2.csv ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s","%s"
2
+ "%s role is a special one and can\'t be changed.","%s functie is bijzonder en kan niet worden veranderd."
3
+ "%s role is a special one and can\'t be deleted.","%s functie is bijzonder en kan niet worden verwijderd."
4
+ "%s role is protected.","%s functie is beveiligd."
5
+ "ACL Attribute Rules","ACL Attribuut Regels"
6
+ "ACL Attributes Information","ACL Attributen Informatie"
7
+ "Add","Toevoegen"
8
+ "Add Admin Role","Voeg Beheerder Functie Toe"
9
+ "Add New Role","Nieuwe Rol Toevoegen"
10
+ "Address Type","Adrestype"
11
+ "Admin","Admin"
12
+ "Allow","Toestaan"
13
+ "An error occurred while deleting the role.","Er is een fout opgetreden tijdens het verwijderen van de functie."
14
+ "An error occurred while saving attribute rules.","Er is een fout opgetreden tijdens het opslaan van de attribuut regels."
15
+ "An error occurred while saving role.","Er is een fout opgetreden tijdens het opslaan van de functie."
16
+ "Api Rules Information","Api Regels Informatie"
17
+ "Assigned","Toegewezen"
18
+ "Associate to Website","Koppel aan Website"
19
+ "Attribute Rules Information","Attribuut Regels Informatie"
20
+ "Attribute Set","Attributenset"
21
+ "Attributes","Attributen"
22
+ "Automatically Return Credit Memo Item to Stock","Retourneer automatisch het krediet memo product aan de vooraad"
23
+ "Back","Terug"
24
+ "Backorders","Nabestellingen"
25
+ "Base Currency","Basis Munteenheid"
26
+ "Base Customer Balance","Basis Consument Saldo"
27
+ "Base Discount","Basis Korting"
28
+ "Base Discount Amount","Basis Kortingsbedrag"
29
+ "Base Item Subtotal","Basis Artikel Subtotaal"
30
+ "Base Item Subtotal Including Tax","Basis Artikel Subtotaal Inclusief BTW"
31
+ "Base Original Price","Basis Oorspronkelijke Prijs"
32
+ "Base Price","Basisprijs"
33
+ "Base Price Including Tax","Basisprijs Inclusief BTW"
34
+ "Base Shipping","Basis Verzendkosten"
35
+ "Base Shipping Discount","Basis Verzendkosten Korting"
36
+ "Base Shipping Tax","Basis Verzendkosten BTW"
37
+ "Base Subtotal","Basis Subtotaal"
38
+ "Base Subtotal Including Tax","Basis Subtotaal Inclusief BTW"
39
+ "Base Tax Amount","Basis BTW-bedrag"
40
+ "Base Total Due","Basis Totaal Bedrag"
41
+ "Base Total Paid","Basis Totaal Betaald"
42
+ "Base Total Refunded","Basis Totaal Terugbetaald"
43
+ "Buy Now URL","Nu Kopen URL"
44
+ "Can Be Divided into Multiple Boxes for Shipping","Kan Worden Onderverdeeld in Meerdere Dozen voor Verzending"
45
+ "Canceled Qty","Geannuleerd Aantal"
46
+ "Catalog","Catalogus"
47
+ "Catalog Product","Catalogus Product"
48
+ "CatalogInventory","Winkel inventaris"
49
+ "Category ID","Categorie ID"
50
+ "City","Stad"
51
+ "Company","Bedrijf"
52
+ "Country","Land"
53
+ "Coupon Code","Kortingsboncode"
54
+ "Create","Creëren"
55
+ "Create Permanent Redirect for old URL","Creëer Permanente Omleiding voor oude URL"
56
+ "Created From","Gemaakt Van"
57
+ "Customer","Klant"
58
+ "Customer Address","Klantadres"
59
+ "Customer Address ID","Consument Adres ID"
60
+ "Customer Balance","Saldo Klant"
61
+ "Customer First Name","Voornaam Klant"
62
+ "Customer ID","Klant ID"
63
+ "Customer Last Name","Klant Achternaam"
64
+ "Customer Middle Name","Consument Tussenvoegsel"
65
+ "Customer Prefix","Consument Voorvoegsel"
66
+ "Customer Suffix","Consument Achternaam"
67
+ "Default Image","Standaard Afbeelding"
68
+ "Delete","Verwijderen"
69
+ "Deny","Weigeren"
70
+ "Disable automatic group change based on VAT ID","Schakel automatische groep wijziging op basis van BTW-nummer uit"
71
+ "Discount","korting"
72
+ "Discount Amount","Kortingsbedrag"
73
+ "Discount Description","Korting Beschrijving"
74
+ "Edit","Bewerken"
75
+ "Edit %s ACL attribute rules","Bewerk %s ACL attribuut regels"
76
+ "Edit Role","Bewerk Rol"
77
+ "Edit attribute rules for %s Role","Bewerk attribuut regels voor Functie %s"
78
+ "Email","Email"
79
+ "Enable Qty Increments","Sta groeitoename in hoeveelheid toe"
80
+ "Exclude","Sluit Uit"
81
+ "File Content","Bestandsinhoud"
82
+ "File MIME Type","Bestand MIME Type"
83
+ "File Name","Bestandsnaam"
84
+ "Final Price With Tax","Eindbedrag Inclusief BTW"
85
+ "Final Price Without Tax","Eindbedrag Exclusief BTW"
86
+ "First Name","Voornaam"
87
+ "Gift Message","Cadeauboodschap"
88
+ "Grand Total","Groot Totaal"
89
+ "Grand Total to Be Charged","Aan te Rekenen Eindtotaal"
90
+ "Group","Groep"
91
+ "Guest","Gast"
92
+ "Has Custom Options","Heeft Aangepaste Opties"
93
+ "ID","ID"
94
+ "Inventory Data","Voorraadgegevens"
95
+ "Invoiced Qty","Gefactureerd Aantal"
96
+ "Is Confirmed","Is Bevestigd"
97
+ "Is Default Billing Address","Is Standaard Factuuradres"
98
+ "Is Default Shipping Address","Is Standaard Afleveradres"
99
+ "Item ID","Product ID"
100
+ "Item Subtotal","Product Subtotaal"
101
+ "Item Subtotal Including Tax","Product Subtotaal Inclusief BTW"
102
+ "Label","Label"
103
+ "Last Logged In","Laatste Keer Ingelogd"
104
+ "Last Name","Achternaam"
105
+ "Low Stock Date","Datum Weinig Voorraad"
106
+ "Manage Stock","Beheer voorraad"
107
+ "Maximum Qty Allowed in Shopping Cart","Maximale hoeveelheid toegestaan in winkelwagen"
108
+ "Minimum Qty Allowed in Shopping Cart","Minimale hoeveelheid toegestaan in winkelwagen"
109
+ "New Role","Nieuwe Rol"
110
+ "Notify for Quantity Below","Bericht bij hoeveelheid minder dan"
111
+ "OAuth","OAuth"
112
+ "Order","Bestelling"
113
+ "Order Addresses","Bestelling Adressen"
114
+ "Order Comments","Opmerkingen over de Bestellingen"
115
+ "Order Currency","Bestelling Valuta"
116
+ "Order Date","Datum van de Bestelling"
117
+ "Order ID","ID Bestelling"
118
+ "Order ID (internal)","Bestelling ID (intern)"
119
+ "Order Item ID","Bestelling Product ID"
120
+ "Order Items","Bestelling Product"
121
+ "Order Status","Bestelling Status"
122
+ "Ordered Qty","Besteld Aantal"
123
+ "Orders","Bestellingen"
124
+ "Original Price","Originele prijs"
125
+ "Parent Order Item ID","Bovenliggend Bestelling Product ID"
126
+ "Payment Method","Betalingsmethode"
127
+ "Phone Number","Telefoonnummer"
128
+ "Placed from IP","Geplaatst van IP"
129
+ "Please enter a valid number in ""max_sale_qty"" field","Vul een geldig nummer in ""max_sale_qty"" veld"
130
+ "Please enter a valid number in ""min_qty"" field","Vul een geldig nummer in ""min_qty"" veld"
131
+ "Please enter a valid number in ""min_sale_qty"" field","Vul een geldig nummer in ""min_sale_qty"" veld"
132
+ "Please enter a valid number in ""notify_stock_qty"" field","Vul een geldig aantal in ""notify_stock_qty"" veld"
133
+ "Please use numbers only in ""category_id"" field.","Gebruik alleen getallen in ""category_id"" veld."
134
+ "Please use numbers only in ""qty_increments"" field. Please avoid spaces or other characters such as dots or commas.","Gebruik alleen getallen in ""qty_increments"" veld. Vermijd spaties of andere tekens zoals punten of komma's."
135
+ "Position","Positie"
136
+ "Price","Prijs"
137
+ "Price Including Tax","Prijs Inclusief BTW"
138
+ "Product","Product"
139
+ "Product Category","Product Categorie"
140
+ "Product ID","Product Identificatie"
141
+ "Product Image","Product Afbeelding"
142
+ "Product Type","Product Type"
143
+ "Product URL","Product URL"
144
+ "Product Website","Product Website"
145
+ "Product and Custom Options Name","Product en Aangepaste Opties Naam"
146
+ "Qty","hoeveelheid"
147
+ "Qty Increments","Hoeveelheid groeitoename"
148
+ "Qty Uses Decimals","Hoeveelheid Gebruikt Decimalen"
149
+ "Qty for Item's Status to Become Out of Stock","Aantal voor Artikelstatus wordt Niet op voorraad"
150
+ "REST - Attributes","REST - Attributen"
151
+ "REST - Roles","REST - Functies"
152
+ "REST ACL Attributes","REST ACL attributen"
153
+ "REST Attributes","REST Attributen"
154
+ "REST Role","REST Functies"
155
+ "REST Roles","REST Functies"
156
+ "REST Roles Information","REST Functies Informatie"
157
+ "Read","Lezen"
158
+ "Refunded Qty","Restitutie Hoeveelheid"
159
+ "Regular Price With Tax","Normale Prijs Inclusief BTW"
160
+ "Regular Price Without Tax","Normale Prijs Exclusief BTW"
161
+ "Rest Roles","Rest Functies"
162
+ "Retrieve","Ophalen"
163
+ "Role ""%s"" no longer exists","Functie ""%s"" bestaat niet meer"
164
+ "Role ""%s"" not found.","Functie ""%s"" niet gevonden."
165
+ "Role API Resources","Functie API Resources"
166
+ "Role Info","Rol Informatie"
167
+ "Role Information","Rolinformatie"
168
+ "Role Name","Rolnaam"
169
+ "Role Users","Rol gebruikers"
170
+ "Role has been deleted.","Functie is verwijderd."
171
+ "Roles","Rollen"
172
+ "SKU","SKU"
173
+ "Salability Status","Verkoopbaarheid Status"
174
+ "Sales","Verkoop"
175
+ "Save","Opslaan"
176
+ "Shipped Qty","Verzonden Aantal"
177
+ "Shipping Amount","Verzendingskosten"
178
+ "Shipping Discount","Verzendkorting"
179
+ "Shipping Including Tax","Verzendkosten Inclusief Belasting"
180
+ "Shipping Method","Bezorgmethode"
181
+ "Shipping Tax","Verzendkosten BTW"
182
+ "State","Provincie"
183
+ "Stock Availability","Voorraad beschikbaarheid"
184
+ "Stock ID","Voorraad ID"
185
+ "Stock Item","Voorraad Product"
186
+ "Stock Status","Voorraadstatus"
187
+ "Store Currency to Order Currency Rate","Winkel Valuta naar Bestelling Valuta Tarief"
188
+ "Store Name","Winkel Naam"
189
+ "Street","Straat"
190
+ "Subtotal","Subtotaal"
191
+ "Subtotal Including Tax","Subtotaal inclusief Belasting"
192
+ "System","Systeem"
193
+ "Tax Amount","BTW Bedrag"
194
+ "Tax Name","BTW Naam"
195
+ "Tax Percent","Belastingspercentage"
196
+ "Tax Rate","Belastingniveau"
197
+ "The ""enable_qty_increments"" field must be set to 0 or 1.","De ""enable_qty_increments"" veld moet worden ingesteld op 0 of 1."
198
+ "The ""is_decimal_divided"" field must be set to 0 or 1.","De ""is_decimal_divided"" veld moet worden ingesteld op 0 of 1."
199
+ "The ""is_in_stock"" field must be set to 0 or 1.","De ""is_in_stock"" veld moet worden ingesteld op 0 of 1."
200
+ "The ""is_qty_decimal"" field must be set to 0 or 1.","Het ""is_qty_decimal"" veld moet worden ingesteld op 0 of 1."
201
+ "The ""is_qty_decimal"" field must be set to 0, 1, or 2.","Het ""is_qty_decimal"" veld moet worden ingesteld op 0, 1, of 2."
202
+ "The ""manage_stock"" field must be set to 0 or 1.","Het ""manage_stock"" veld moet worden ingesteld op 0 of 1."
203
+ "The ""stock_status_changed_auto"" field must be set to 0 or 1.","Het ""stock_status_changed_auto"" veld moet worden ingesteld op 0 of 1."
204
+ "The ""use_config_backorders"" field must be set to 0 or 1.","Het ""use_config_backorders"" veld moet worden ingesteld op 0 of 1."
205
+ "The ""use_config_enable_qty_inc"" field must be set to 0 or 1.","Het ""use_config_enable_qty_inc"" veld moet worden ingesteld op 0 of 1."
206
+ "The ""use_config_manage_stock"" field must be set to 0 or 1.","Het ""use_config_manage_stock"" veld moet worden ingesteld op 0 of 1."
207
+ "The ""use_config_max_sale_qty"" field must be set to 0 or 1.","Het ""use_config_max_sale_qty"" veld moet worden ingesteld op 0 of 1."
208
+ "The ""use_config_min_qty"" field must be set to 0 or 1.","Het ""use_config_min_qty"" veld moet worden ingesteld op 0 of 1."
209
+ "The ""use_config_min_sale_qty"" field must be set to 0 or 1.","Het ""use_config_min_sale_qty"" veld moet worden ingesteld op 0 of 1."
210
+ "The ""use_config_notify_stock_qty"" field must be set to 0 or 1.","Het ""use_config_notify_stock_qty"" veld moet worden ingesteld op 0 of 1."
211
+ "The ""use_config_qty_increments"" field must be set to 0 or 1.","Het ""use_config_qty_increments"" veld moet worden ingesteld op 0 of 1."
212
+ "The attribute rules were saved.","De attribuut regels zijn opgeslagen."
213
+ "The role has been saved.","De rol is bewaard."
214
+ "The role is a special one and not for assigning it to admin users.","De Functie is een bijzondere en niet om aan beheerder gebruikers toe te wijzen."
215
+ "Total Due","Totaalbedrag verwacht"
216
+ "Total Paid","Totaal Betaald"
217
+ "Total Refunded","Totaal Terugbetaalde"
218
+ "Total Reviews Count","Totaal Aantal Beoordelingen"
219
+ "Type","Type"
220
+ "URL","URL"
221
+ "Update","Update"
222
+ "Use Config Settings for Allow Gift Message","Gebruik Configuratie Instellingen om Cadeauberichten toe te staan"
223
+ "Use Config Settings for Allow Gift Wrapping","Gebruik Configuratie Instellingen om Cadeau Inpakken toe te staan"
224
+ "Use Config Settings for Backorders","Gebruik Configuratie Instellingen voor Nabestellingen"
225
+ "Use Config Settings for Enable Qty Increments","Gebruik Configuratie Instellingen om Schakel Aantal Verhogingen In toe te staan"
226
+ "Use Config Settings for Manage Stock","Gebruik Configuratie Instellingen voor Beheer Voorraad"
227
+ "Use Config Settings for Maximum Qty Allowed in Shopping Cart","Gebruik Configuratie Instellingen voor Maximum Aantal in Winkelwagen"
228
+ "Use Config Settings for Minimum Qty Allowed in Shopping Cart","Gebruik Configuratie Instellingen voor Minimum Aantal in Winkelwagen"
229
+ "Use Config Settings for Notify for Quantity Below","Gebruik Configuratie Instellingen voor Meld de Hoeveelheid Hieronder"
230
+ "Use Config Settings for Qty Increments","Gebruik Configuratie Instellingen voor Aantal Verhogingen"
231
+ "Use Config Settings for Qty for Item's Status to Become Out of Stock","Gebruik Configuratie Instellingen voor Aantal voordat Product Status Niet Op Voorraad is"
232
+ "User Type","Gebruikerstype"
233
+ "User type ""%s"" no longer exists","Type gebruiker ""%s"" bestaat niet meer"
234
+ "User type ""%s"" not found.","Type gebruiker ""%s"" niet gevonden."
235
+ "Web Services","Web Diensten"
236
+ "Web services","Web diensten"
237
+ "Write","Schrijven"
238
+ "ZIP/Postal Code","Postcode"
app/locale/nl_NL/Mage_Authorizenet.csv CHANGED
@@ -1,6 +1,7 @@
1
  "--Please Select--","--selecteer a.u.b.--"
2
  "API Login ID","API login ID"
3
  "Accepted Currency","Geaccepteerde valuta"
 
4
  "Authorize.net Direct Post","Authorize.net directe post"
5
  "Card Verification Number","Kaart verificatie nummer"
6
  "Card Verification Number Visual Reference","Kaart verificatie nummer visuele referentie"
1
  "--Please Select--","--selecteer a.u.b.--"
2
  "API Login ID","API login ID"
3
  "Accepted Currency","Geaccepteerde valuta"
4
+ "Amount of %s approved by payment gateway. Transaction ID: ""%s"".","Bedrag van %s goedgekeurd door betalingsdienst. Transactie ID: ""%s""."
5
  "Authorize.net Direct Post","Authorize.net directe post"
6
  "Card Verification Number","Kaart verificatie nummer"
7
  "Card Verification Number Visual Reference","Kaart verificatie nummer visuele referentie"
app/locale/nl_NL/Mage_Backup.csv CHANGED
@@ -12,7 +12,9 @@
12
  "Backups","Backups"
13
  "Cannot read backup file.","Kan backup-bestand niet lezen."
14
  "Create Backup","Creëer backup"
 
15
  "Database Backup","Database Back-up"
 
16
  "Database and Media Backup","Database en Media Back-up"
17
  "Database was successfuly backed up.","Database backup is met succes uitgevoerd"
18
  "Download","Download"
@@ -28,23 +30,26 @@
28
  "Not enough free space to create backup.","Niet genoeg vrije ruimte om back-up te creëren."
29
  "Not enough permissions to create backup.","Niet genoeg rechten om back-up te creëren."
30
  "Not enough permissions to perform rollback","Niet genoeg rechten om terugdraaien uit te voeren"
31
- "Please deselect the sufficient check-box, if you want to continue backup's creation","Gelieve vinkje te verwijderen van het voldoende vakje, als u het maken van de back-up's wilt voortzetten"
32
- "Please deselect the sufficient check-box, if you want to continue rollback processing","Gelieve vinkje te verwijderen van het voldoende vakje, als u het terugdraaiproces wilt voortzetten"
33
  "Put store on the maintenance mode while backup's creation","Zet store op de onderhoudsmodus, tijdens het maken van back-up's"
34
  "Rollback","Terugrollen"
35
  "Scheduled Backup Settings","Geplande Back-up Instellingen"
36
  "Size, Bytes","Grootte, bytes"
37
  "Start Time","Begintijd"
 
 
38
  "System Backup","Systeem Back-up"
39
  "System couldn't put store on the maintenance mode","Systeem kon store niet in de onderhoudsmodus zetten"
40
  "The database and media backup has been created.","De database en media back-up zijn gemaakt."
41
  "The database backup has been created.","De database back-up is gemaakt."
42
  "The file was compressed with Zlib, but this extension is not installed on server.","Het bestand is gecomprimeerd met Zlib, maar deze extensie is niet geïnstalleerd op de server."
43
  "The selected backup(s) has been deleted.","De geselecteerde back-up(s) is/zijn verwijderd."
 
44
  "The system backup has been created.","Het systeem back-up is gemaakt."
45
  "Time","Tijd"
46
  "Type","type"
47
  "Unable to create backup. Please, try again later.","Niet in staat om backup te creëren. Probeer a.u.b. later opnieuw."
48
  "Unable to save the cron expression.","Kan de cron uitdrukking niet opslaan."
49
- "Warning! System couldn't put store on the maintenance mode.","Let op! Het systeem kon store niet in de onderhoudsmodus zetten."
50
  "Wrong order of creation for new backup.","Verkeerde volgorde van creëren van nieuwe backup."
 
12
  "Backups","Backups"
13
  "Cannot read backup file.","Kan backup-bestand niet lezen."
14
  "Create Backup","Creëer backup"
15
+ "Database","Database"
16
  "Database Backup","Database Back-up"
17
+ "Database and Media","Database en Media"
18
  "Database and Media Backup","Database en Media Back-up"
19
  "Database was successfuly backed up.","Database backup is met succes uitgevoerd"
20
  "Download","Download"
30
  "Not enough free space to create backup.","Niet genoeg vrije ruimte om back-up te creëren."
31
  "Not enough permissions to create backup.","Niet genoeg rechten om back-up te creëren."
32
  "Not enough permissions to perform rollback","Niet genoeg rechten om terugdraaien uit te voeren"
33
+ "Please either unselect the ""Put store on the maintenance mode"" checkbox or update your permissions to proceed with the backup.""","Gelieve ofwel vinkt u de ""Zet winkel in onderhoudsmodus"" optie uit, of update uw rechten om door te gaan met de backup."
34
+ "Please either unselect the ""Put store on the maintenance mode"" checkbox or update your permissions to proceed with the rollback.""","Gelieve ofwel vinkt u de ""Zet winkel in onderhoudsmodus"" optie aan, of update uw rechten om door te gaan met de herstelprocedure."
35
  "Put store on the maintenance mode while backup's creation","Zet store op de onderhoudsmodus, tijdens het maken van back-up's"
36
  "Rollback","Terugrollen"
37
  "Scheduled Backup Settings","Geplande Back-up Instellingen"
38
  "Size, Bytes","Grootte, bytes"
39
  "Start Time","Begintijd"
40
+ "System","Systeem"
41
+ "System (excluding Media)","Systeem (met uitzondering van Media)"
42
  "System Backup","Systeem Back-up"
43
  "System couldn't put store on the maintenance mode","Systeem kon store niet in de onderhoudsmodus zetten"
44
  "The database and media backup has been created.","De database en media back-up zijn gemaakt."
45
  "The database backup has been created.","De database back-up is gemaakt."
46
  "The file was compressed with Zlib, but this extension is not installed on server.","Het bestand is gecomprimeerd met Zlib, maar deze extensie is niet geïnstalleerd op de server."
47
  "The selected backup(s) has been deleted.","De geselecteerde back-up(s) is/zijn verwijderd."
48
+ "The system (excluding Media) backup has been created.","De systeem (met uitzondering van Media) back-up is gecreëerd."
49
  "The system backup has been created.","Het systeem back-up is gemaakt."
50
  "Time","Tijd"
51
  "Type","type"
52
  "Unable to create backup. Please, try again later.","Niet in staat om backup te creëren. Probeer a.u.b. later opnieuw."
53
  "Unable to save the cron expression.","Kan de cron uitdrukking niet opslaan."
 
54
  "Wrong order of creation for new backup.","Verkeerde volgorde van creëren van nieuwe backup."
55
+ "You do not have sufficient permissions to enable Maintenance Mode during this operation.","U heeft niet voldoende rechten om de onderhoudsmodus in te schakelen tijdens deze handeling."
app/locale/nl_NL/Mage_Bundle.csv CHANGED
@@ -1,3 +1,4 @@
 
1
  "* Required Fields","* Vereiste velden"
2
  "-- Select --","--selecteer--"
3
  "Add New Option","Voeg nieuwe optie toe"
@@ -6,10 +7,17 @@
6
  "As low as","Zo laag als"
7
  "Bundle Items","Bundel producten"
8
  "Bundle Product","Bundel product"
 
 
 
 
 
 
9
  "Buy %1$s with %2$s discount each","Koop %1$s met %1$s korting per stuk"
10
  "Catalog Product View (Bundle)","Catalogus product weergave (bundel)"
11
  "Checkbox","checkbox"
12
  "Choose a selection...","Kies een selectie..."
 
13
  "Close","sluiten"
14
  "Default","standaard"
15
  "Default Qty","Standaardhoeveelheid"
@@ -17,11 +25,13 @@
17
  "Drop-down","drop-down"
18
  "Dynamic","Dynamisch"
19
  "Excl. Tax","Excl. belasting"
 
20
  "Fixed","Gefixeerd"
21
  "From","Vanuit"
22
  "From:","Vanuit:"
23
  "Gift Message","Cadeau bericht"
24
  "Incl. Tax","Incl. belasting"
 
25
  "Input Type","Invoertype"
26
  "Is Required","Is vereist"
27
  "Message:","Bericht:"
@@ -32,6 +42,7 @@
32
  "Percent","Procent"
33
  "Percent Discount","Procent korting"
34
  "Please Select Products to Add","Selecteer Alstublieft Producten om Toe te Voegen"
 
35
  "Please enter search conditions to view products.","Voer a.u.b. zoekvoorwaarden in om producten te bekijken"
36
  "Please select options for product.","Selecteer a.u.b. opties voor product."
37
  "Please specify product option(s).","Specificeer a.u.b. product optie(s)."
@@ -52,5 +63,9 @@
52
  "To","Aan"
53
  "To:","Aan:"
54
  "Together","Samen"
 
55
  "Use Default Value","Gebruik standaardwaarde"
56
  "User Defined Qty","Aantal bepaald door gebruiker"
 
 
 
1
+ "%1$s incl tax.","%1$s incl tax."
2
  "* Required Fields","* Vereiste velden"
3
  "-- Select --","--selecteer--"
4
  "Add New Option","Voeg nieuwe optie toe"
7
  "As low as","Zo laag als"
8
  "Bundle Items","Bundel producten"
9
  "Bundle Product","Bundel product"
10
+ "Bundle Product View Summary","Bundel Product Overzicht"
11
+ "Buy %1$s","Buy %1$s"
12
+ "Buy %1$s for","Buy %1$s for"
13
+ "Buy %1$s for %2$s","Buy %1$s for %2$s"
14
+ "Buy %1$s for %2$s (%3$s incl. tax) each","Buy %1$s for %2$s (%3$s incl. tax) each"
15
+ "Buy %1$s for %2$s each","Buy %1$s for %2$s each"
16
  "Buy %1$s with %2$s discount each","Koop %1$s met %1$s korting per stuk"
17
  "Catalog Product View (Bundle)","Catalogus product weergave (bundel)"
18
  "Checkbox","checkbox"
19
  "Choose a selection...","Kies een selectie..."
20
+ "Click for price","Click for price"
21
  "Close","sluiten"
22
  "Default","standaard"
23
  "Default Qty","Standaardhoeveelheid"
25
  "Drop-down","drop-down"
26
  "Dynamic","Dynamisch"
27
  "Excl. Tax","Excl. belasting"
28
+ "Excl. Tax:","Excl. Tax:"
29
  "Fixed","Gefixeerd"
30
  "From","Vanuit"
31
  "From:","Vanuit:"
32
  "Gift Message","Cadeau bericht"
33
  "Incl. Tax","Incl. belasting"
34
+ "Incl. Tax:","Incl. Tax:"
35
  "Input Type","Invoertype"
36
  "Is Required","Is vereist"
37
  "Message:","Bericht:"
42
  "Percent","Procent"
43
  "Percent Discount","Procent korting"
44
  "Please Select Products to Add","Selecteer Alstublieft Producten om Toe te Voegen"
45
+ "Please enter a number greater 0 in this field.","Vul hier een getal groter dan 0 in."
46
  "Please enter search conditions to view products.","Voer a.u.b. zoekvoorwaarden in om producten te bekijken"
47
  "Please select options for product.","Selecteer a.u.b. opties voor product."
48
  "Please specify product option(s).","Specificeer a.u.b. product optie(s)."
63
  "To","Aan"
64
  "To:","Aan:"
65
  "Together","Samen"
66
+ "Total incl. Tax: %1$s","Total incl. Tax: %1$s"
67
  "Use Default Value","Gebruik standaardwaarde"
68
  "User Defined Qty","Aantal bepaald door gebruiker"
69
+ "and","and"
70
+ "each","each"
71
+ "save","save"
app/locale/nl_NL/Mage_Catalog.csv CHANGED
@@ -3,6 +3,7 @@
3
  "%s - %s","%s - %s"
4
  "%s Item(s)","%s Artikel(en)"
5
  "%s and above","% s en meer"
 
6
  "(%d)","(%d)"
7
  "(Copy data from: %s)","(Kopieer data van: %s)"
8
  "* Required Fields","* Vereiste velden"
@@ -49,6 +50,8 @@
49
  "All","Alles"
50
  "All Product Types","Alle Product Types"
51
  "All Websites","Alle Websites"
 
 
52
  "All products of this set will be deleted! Are you sure you want to delete this attribute set?","Alle producten van deze reeks zullen worden verwijderd! Weet u zeker dat u deze attributenreeks wilt verwijderen?"
53
  "Allow All Products per Page","Sta Alle Producten per Pagina Toe"
54
  "Allow Dynamic Media URLs in Products and Categories","Sta Dynamische Media URL's in Producten en Categorieën Toe"
@@ -99,6 +102,7 @@
99
  "Attribute Sets","Attribuut Sets"
100
  "Attribute add","Voeg attribuut toe"
101
  "Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","Attribuutcode is ongeldig. Gebruik alleen letter (a-z) of underscore(_) in dit veld, eerste teken moet een letter zijn."
 
102
  "Attribute group with the \/name/\ name already exists","Attribuutgroep met de \/naam/\ bestaat al"
103
  "Attribute remove","Verwijder attribuut"
104
  "Attribute with the same code already exists","Kenmerk met dezelfde code bestaat reeds"
@@ -138,6 +142,7 @@
138
  "Catalog","Catalogus"
139
  "Catalog Category (Anchor)","Catalogus categorie (anker)"
140
  "Catalog Category (Non-Anchor)","Catalogus categorie (niet anker)"
 
141
  "Catalog Category Link","Catalogus categorie link"
142
  "Catalog New Products List","Catalogus Nieuwe Producten Lijst"
143
  "Catalog Price Scope","Catalogus prijs bereik"
@@ -151,7 +156,6 @@
151
  "Catalog Product View (Simple)","Catalogus Product Bezichtiging (Simpel)"
152
  "Catalog Product View (Virtual)","Catalogus Product Bezichtiging (Virtueel)"
153
  "Catalog Section","Catalogus Gedeelte"
154
- "Catalog Seo Popular Search Terms","Catalogus Seo Populaire Zoektermen"
155
  "Catalog Seo Sitemap (Category List)","Catalogus Seo Sitemap (Categorielijst)"
156
  "Catalog Seo Sitemap (Category Tree)","Catalogus Seo Sitemap (Categorieboom)"
157
  "Catalog Seo Sitemap (Common)","Catalogus Seo Sitemap (Algemeen)"
@@ -173,6 +177,7 @@
173
  "Category URL Suffix","Categorie URL Achtervoegsel"
174
  "Category attributes API","Categorie attributen API"
175
  "Category move error","Categorie verplaatsfout"
 
176
  "Category move operation is not possible: parent category is equal to child category.","Categorie verplaatsoperatie is niet mogelijk: broncategorie is gelijk aan kindcategorie."
177
  "Category move operation is not possible: the current category was not found.","Categorie verplaatsoperatie is niet mogelijk: de huidige categorie werd niet gevonden."
178
  "Category move operation is not possible: the new parent category was not found.","Categorie verplaatsoperatie is niet mogelijk: de nieuwe broncategorie werd niet gevonden."
@@ -253,8 +258,10 @@
253
  "Disabled","Uitgeschakeld"
254
  "Disallowed file type.","Niet toegestaan bestandstype."
255
  "Display Actual Price","Toon Actuele Prijzen"
 
256
  "Display Price Interval as One Price","Toon Prijs Interval als Een prijs"
257
  "Display Product Count","Geef Aantal Producten weer"
 
258
  "Display in Suggested Terms","Toon in Voorgestelde Voorwaarden"
259
  "Double click on a group to rename it","Dubbelklik op een groep om van naam te veranderen"
260
  "Double click on above image to view full picture","Dubbelklik op bovenstaande afbeelding om volledige foto te bekijken"
@@ -278,6 +285,7 @@
278
  "Enable MAP","Sta MAP toe"
279
  "Enable Qty Increments","Sta Qty Incrementen toe"
280
  "Enable WYSIWYG","Sta WYSIWYG toe"
 
281
  "Enabled","Aan"
282
  "Error during retrieval of option value: %s","Fout bij het ophalen van optie waarde: %s"
283
  "Exclude","Sluit Uit"
@@ -289,6 +297,7 @@
289
  "Field is not complete","Veld is incompleet"
290
  "File options format is not valid.","Bestandsopties formaat is niet geldig."
291
  "File upload failed","Bestandsupload gefaald"
 
292
  "Filter model name must be declared.","Filter modelnaam moet worden gedeclareerd."
293
  "Filter must be an object. Please set correct filter.","Filter moet een object zijn. Stel alstublieft een correct filter in."
294
  "Filterable (no results)","Filtreerbaar (geen resultaten)"
@@ -406,7 +415,9 @@
406
  "More Views","Meer Views"
407
  "Move","Verplaats"
408
  "Move category in tree","Verplaats categorie in tree"
 
409
  "Must be in the allowed values list.","Behoord in toegestane waarden lijst te staan."
 
410
  "N/A","Nvt"
411
  "Name","Naam"
412
  "Name in %s","Naam in %s"
@@ -419,6 +430,7 @@
419
  "New Search","Nieuwe Zoekopdracht"
420
  "New Set Name","Nieuwe Serie Naam"
421
  "New Subcategory","Nieuwe subcategorie"
 
422
  "Next","Volgende"
423
  "No","Nee"
424
  "No image","Geen beeld"
@@ -429,6 +441,7 @@
429
  "Not Visible Individually","Niet afzonderlijk zichtbaar"
430
  "Notify Low Stock RSS","Geef Lage Voorraad RSS aan"
431
  "Notify for Quantity Below","Geef Kwantiteit Beneden aan"
 
432
  "Number of Products to Display","Aantal Producten Weer te Geven"
433
  "Number of Uses","Aantal Gebruiken"
434
  "Number of results","Aantal resultaten"
@@ -456,7 +469,9 @@
456
  "Please be careful as once you click on the row it will load package data form the selected file and all unsaved form data will be lost.","Wees voorzichtig aangezien er een pakket data formulier geladen wordt zodra u op de rij klikt en alle niet opgeslagen data zal verloren gaan."
457
  "Please click on the Close Window button if it is not closed automatically.","Klik alstublieft op de Venster Sluiten knop als het niet automatisch wordt afgesloten."
458
  "Please enter a new group name","Voer een nieuwe groepsnaam in"
 
459
  "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -> <a href=""%s"">Index Management</a>","Ververs alstublieft ""Catalogus URL herschrijvingen"" en ""Productattributen in Systeem -> <a href=""%s"">Indexbeheer</a>"
 
460
  "Please select a static block ...","Selecteer een statisch blok ..."
461
  "Please select items.","Selecteer artikelen."
462
  "Please select one or more attributes.","Selecteer een of meer attributen."
@@ -492,6 +507,7 @@
492
  "Product Attribute","Productattribuut"
493
  "Product Attributes","Productattributen"
494
  "Product Categories","Product Categorieën"
 
495
  "Product Extra Info","Product extra informatie"
496
  "Product Flat Data","Product Platte Gegevens"
497
  "Product ID","Product Identificatie"
@@ -518,7 +534,6 @@
518
  "Product collection expected.","Product collectie verwacht."
519
  "Product is not loaded","Produkt is niet geladen"
520
  "Product links API (related, cross sells, up sells)","Product links API (gerelateerd, kruisverkoop, omhoogverkoop)"
521
- "Product name","Productnaam"
522
  "Product types API","Product types API"
523
  "Product with this combination of attributes already associated to configurable.","Product met deze combinatie van attributen is reeds geassocieerd met configureerbaar."
524
  "Products","Producten"
@@ -541,7 +556,7 @@
541
  "Quick Create","Snel aanmaken"
542
  "Quick Overview","Snel Overzicht"
543
  "Quick simple product creation","Snel en eenvoudig een product aanmaken"
544
- "Records for ""","Documentatie voor """
545
  "Redirect","Doorverwijzing"
546
  "Redirect URL","Omleiding URL"
547
  "Regular Price:","Normale prijs:"
@@ -564,6 +579,7 @@
564
  "Reorganize EAV product structure to flat structure","Organiseer EAV product structuur naar een platte structuur"
565
  "Reset","Opnieuw"
566
  "Results","Resultaten"
 
567
  "Retrieve attribute data","Haal attribuut informatie op"
568
  "Retrieve attribute list","Haal attributen lijst op"
569
  "Retrieve attribute options","Haal attributen opties op"
@@ -616,7 +632,6 @@
616
  "Select type of option","Selecteer optietype"
617
  "Select type options required values rows.","Selecteer optietype verplichte rijwaarden."
618
  "Selected Product Types","Geselecteerde Product Types"
619
- "Selected configuration is not available.","Geselecteerde configuratie is niet beschikbaar."
620
  "Send Count","Aantal Versturen"
621
  "Set Ascending Direction","Stel een Oplopende Directie in"
622
  "Set Descending Direction","Stel een Aflopende Directie in"
@@ -626,6 +641,9 @@
626
  "Set special price","Stel aanbieding in"
627
  "Set/Get current store view","Stel in/Haal op huidige winkel zicht"
628
  "Settings","Instellingen"
 
 
 
629
  "Shop By","Shoppen op"
630
  "Shopping Options","Winkel Opties"
631
  "Show","Toon"
@@ -642,7 +660,7 @@
642
  "Skipping import row, store ""%s"" field does not exist.","Sla import rij over, opslag ""% s"" veld bestaat niet."
643
  "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","Sla import rij over, waarde ""%s"" is ongeldig voor ""%s"" veld."
644
  "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","Sommige van de bewerkte produkten hebben onbekende SKU waarde. Vul in voor gebruik van deze producten."
645
- "Some of the products below do not have all the required options. Please edit them and configure all the required options.","Sommige van onderstaande produkten hebben niet alle benodigde opties. Pas ze aan en configureer alle benodigde opties."
646
  "Sort By","Sorteren op"
647
  "Sort Order","Sorteer Bestelling"
648
  "Source Model","Bron model"
@@ -667,6 +685,8 @@
667
  "Template","Sjabloon"
668
  "Text","Tekst"
669
  "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module","De Flat Catalogus module heeft een limiet van %2\$d filterbare en/of sorteerbare attributen. Op dit moment zijn er %1\$d. Verminder het aantal filterbare/sorteerbare attributen om deze module te kunnen gebruiken"
 
 
670
  "The attribute model is not defined","Het attribuutmodel is niet gedefinieerd"
671
  "The attribute set has been saved.","De attributenreeks is opgeslagen."
672
  "The base directory to upload file is not specified.","De basisdirectory om bestand te uploaden is onbekend."
@@ -722,6 +742,7 @@
722
  "Top/Left","Boven/Links"
723
  "Top/Right","Top/Rechts"
724
  "Total Qty Base Items","Totale Hoeveelheid Opgenomen Items"
 
725
  "Total incl. Tax: %1$s","Totaal inclusief belasting: %1$s"
726
  "Total of %d record(s) have been deleted.","Er zijn in totaal %d dossier(s) verwijderd"
727
  "Total of %d record(s) have been updated.","Er zijn in totaal %d dossier(s) bijgewerkt"
@@ -777,6 +798,7 @@
777
  "Value for ""%s"" is invalid.","Waarde voor ""%s"" is ongeldig."
778
  "Value for ""%s"" is invalid: %s","Waarde voor ""%s"" is ongeldig: %s"
779
  "Varchar","Varlet"
 
780
  "View as","Bekijk als"
781
  "Virtual Product","Virtueel product"
782
  "Visibility","Zichtbaarheid"
@@ -788,6 +810,7 @@
788
  "Watermark Default Size","Watermerk Standaard Grootte"
789
  "Watermark Opacity, Percent","Watermerk doorzichtigheid, percentage"
790
  "Watermark Position","Watermerk positie"
 
791
  "Website","Website"
792
  "Website Item Must be checked","Website artikel moet gecontroleerd worden"
793
  "Website Store Must be checked","Webwinkel Moet gecheckt worden"
3
  "%s - %s","%s - %s"
4
  "%s Item(s)","%s Artikel(en)"
5
  "%s and above","% s en meer"
6
+ "%s-%s of %s","%s-%s van %s"
7
  "(%d)","(%d)"
8
  "(Copy data from: %s)","(Kopieer data van: %s)"
9
  "* Required Fields","* Vereiste velden"
50
  "All","Alles"
51
  "All Product Types","Alle Product Types"
52
  "All Websites","Alle Websites"
53
+ "All products","Alle producten"
54
+ "All products - recently added products, New products - products marked as new","Alle producten - recent toegevoegde producten, Nieuwe producten - producten die als nieuw zijn gemarkeerd"
55
  "All products of this set will be deleted! Are you sure you want to delete this attribute set?","Alle producten van deze reeks zullen worden verwijderd! Weet u zeker dat u deze attributenreeks wilt verwijderen?"
56
  "Allow All Products per Page","Sta Alle Producten per Pagina Toe"
57
  "Allow Dynamic Media URLs in Products and Categories","Sta Dynamische Media URL's in Producten en Categorieën Toe"
102
  "Attribute Sets","Attribuut Sets"
103
  "Attribute add","Voeg attribuut toe"
104
  "Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","Attribuutcode is ongeldig. Gebruik alleen letter (a-z) of underscore(_) in dit veld, eerste teken moet een letter zijn."
105
+ "Attribute group with the \"/name/\" name already exists","Attribuutgroep met de \"/name/\" naam bestaat al"
106
  "Attribute group with the \/name/\ name already exists","Attribuutgroep met de \/naam/\ bestaat al"
107
  "Attribute remove","Verwijder attribuut"
108
  "Attribute with the same code already exists","Kenmerk met dezelfde code bestaat reeds"
142
  "Catalog","Catalogus"
143
  "Catalog Category (Anchor)","Catalogus categorie (anker)"
144
  "Catalog Category (Non-Anchor)","Catalogus categorie (niet anker)"
145
+ "Catalog Category (Without Subcategories)","Catalogus categorie (zonder subcategorieën)"
146
  "Catalog Category Link","Catalogus categorie link"
147
  "Catalog New Products List","Catalogus Nieuwe Producten Lijst"
148
  "Catalog Price Scope","Catalogus prijs bereik"
156
  "Catalog Product View (Simple)","Catalogus Product Bezichtiging (Simpel)"
157
  "Catalog Product View (Virtual)","Catalogus Product Bezichtiging (Virtueel)"
158
  "Catalog Section","Catalogus Gedeelte"
 
159
  "Catalog Seo Sitemap (Category List)","Catalogus Seo Sitemap (Categorielijst)"
160
  "Catalog Seo Sitemap (Category Tree)","Catalogus Seo Sitemap (Categorieboom)"
161
  "Catalog Seo Sitemap (Common)","Catalogus Seo Sitemap (Algemeen)"
177
  "Category URL Suffix","Categorie URL Achtervoegsel"
178
  "Category attributes API","Categorie attributen API"
179
  "Category move error","Categorie verplaatsfout"
180
+ "Category move error %s","Categorie verplaatsing fout %s"
181
  "Category move operation is not possible: parent category is equal to child category.","Categorie verplaatsoperatie is niet mogelijk: broncategorie is gelijk aan kindcategorie."
182
  "Category move operation is not possible: the current category was not found.","Categorie verplaatsoperatie is niet mogelijk: de huidige categorie werd niet gevonden."
183
  "Category move operation is not possible: the new parent category was not found.","Categorie verplaatsoperatie is niet mogelijk: de nieuwe broncategorie werd niet gevonden."
258
  "Disabled","Uitgeschakeld"
259
  "Disallowed file type.","Niet toegestaan bestandstype."
260
  "Display Actual Price","Toon Actuele Prijzen"
261
+ "Display Page Control","Schermpagina controle"
262
  "Display Price Interval as One Price","Toon Prijs Interval als Een prijs"
263
  "Display Product Count","Geef Aantal Producten weer"
264
+ "Display Type","Schermtype"
265
  "Display in Suggested Terms","Toon in Voorgestelde Voorwaarden"
266
  "Double click on a group to rename it","Dubbelklik op een groep om van naam te veranderen"
267
  "Double click on above image to view full picture","Dubbelklik op bovenstaande afbeelding om volledige foto te bekijken"
285
  "Enable MAP","Sta MAP toe"
286
  "Enable Qty Increments","Sta Qty Incrementen toe"
287
  "Enable WYSIWYG","Sta WYSIWYG toe"
288
+ "Enable for reindexing a big number of SKUs.","Inschakelen voor het indexeren van een groot aantal SKU's."
289
  "Enabled","Aan"
290
  "Error during retrieval of option value: %s","Fout bij het ophalen van optie waarde: %s"
291
  "Exclude","Sluit Uit"
297
  "Field is not complete","Veld is incompleet"
298
  "File options format is not valid.","Bestandsopties formaat is niet geldig."
299
  "File upload failed","Bestandsupload gefaald"
300
+ "Filter","Filter"
301
  "Filter model name must be declared.","Filter modelnaam moet worden gedeclareerd."
302
  "Filter must be an object. Please set correct filter.","Filter moet een object zijn. Stel alstublieft een correct filter in."
303
  "Filterable (no results)","Filtreerbaar (geen resultaten)"
415
  "More Views","Meer Views"
416
  "Move","Verplaats"
417
  "Move category in tree","Verplaats categorie in tree"
418
+ "Multi update product","Multi-update product"
419
  "Must be in the allowed values list.","Behoord in toegestane waarden lijst te staan."
420
+ "My Account","Mijn Account"
421
  "N/A","Nvt"
422
  "Name","Naam"
423
  "Name in %s","Naam in %s"
430
  "New Search","Nieuwe Zoekopdracht"
431
  "New Set Name","Nieuwe Serie Naam"
432
  "New Subcategory","Nieuwe subcategorie"
433
+ "New products","Nieuwe producten"
434
  "Next","Volgende"
435
  "No","Nee"
436
  "No image","Geen beeld"
441
  "Not Visible Individually","Niet afzonderlijk zichtbaar"
442
  "Notify Low Stock RSS","Geef Lage Voorraad RSS aan"
443
  "Notify for Quantity Below","Geef Kwantiteit Beneden aan"
444
+ "Number of Products per Page","Aantal producten per pagina"
445
  "Number of Products to Display","Aantal Producten Weer te Geven"
446
  "Number of Uses","Aantal Gebruiken"
447
  "Number of results","Aantal resultaten"
469
  "Please be careful as once you click on the row it will load package data form the selected file and all unsaved form data will be lost.","Wees voorzichtig aangezien er een pakket data formulier geladen wordt zodra u op de rij klikt en alle niet opgeslagen data zal verloren gaan."
470
  "Please click on the Close Window button if it is not closed automatically.","Klik alstublieft op de Venster Sluiten knop als het niet automatisch wordt afgesloten."
471
  "Please enter a new group name","Voer een nieuwe groepsnaam in"
472
+ "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -&gt; <a href=""%s"">Index Management</a>","Gelieve ""Catalogus URL Herschrijvingen"" en ""Productattributen"" in Systeem te vernieuwen -&gt; <a href=""%s"">Index Management</a>"
473
  "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -> <a href=""%s"">Index Management</a>","Ververs alstublieft ""Catalogus URL herschrijvingen"" en ""Productattributen in Systeem -> <a href=""%s"">Indexbeheer</a>"
474
+ "Please refresh ""Product Attributes"" in System -&gt; <a href=""%s"">Index Management</a>","Gelieve ""Productattributen"" in Systeem te vernieuwen -&gt; <a href=""%s"">Index Management</a>"
475
  "Please select a static block ...","Selecteer een statisch blok ..."
476
  "Please select items.","Selecteer artikelen."
477
  "Please select one or more attributes.","Selecteer een of meer attributen."
507
  "Product Attribute","Productattribuut"
508
  "Product Attributes","Productattributen"
509
  "Product Categories","Product Categorieën"
510
+ "Product Description","Product Omschrijving"
511
  "Product Extra Info","Product extra informatie"
512
  "Product Flat Data","Product Platte Gegevens"
513
  "Product ID","Product Identificatie"
534
  "Product collection expected.","Product collectie verwacht."
535
  "Product is not loaded","Produkt is niet geladen"
536
  "Product links API (related, cross sells, up sells)","Product links API (gerelateerd, kruisverkoop, omhoogverkoop)"
 
537
  "Product types API","Product types API"
538
  "Product with this combination of attributes already associated to configurable.","Product met deze combinatie van attributen is reeds geassocieerd met configureerbaar."
539
  "Products","Producten"
556
  "Quick Create","Snel aanmaken"
557
  "Quick Overview","Snel Overzicht"
558
  "Quick simple product creation","Snel en eenvoudig een product aanmaken"
559
+ "Records for ""%s"" store found.","Gegevens over ""%s"" winkel gevonden."
560
  "Redirect","Doorverwijzing"
561
  "Redirect URL","Omleiding URL"
562
  "Regular Price:","Normale prijs:"
579
  "Reorganize EAV product structure to flat structure","Organiseer EAV product structuur naar een platte structuur"
580
  "Reset","Opnieuw"
581
  "Results","Resultaten"
582
+ "Results per page","Resultaten per pagina"
583
  "Retrieve attribute data","Haal attribuut informatie op"
584
  "Retrieve attribute list","Haal attributen lijst op"
585
  "Retrieve attribute options","Haal attributen opties op"
632
  "Select type of option","Selecteer optietype"
633
  "Select type options required values rows.","Selecteer optietype verplichte rijwaarden."
634
  "Selected Product Types","Geselecteerde Product Types"
 
635
  "Send Count","Aantal Versturen"
636
  "Set Ascending Direction","Stel een Oplopende Directie in"
637
  "Set Descending Direction","Stel een Aflopende Directie in"
641
  "Set special price","Stel aanbieding in"
642
  "Set/Get current store view","Stel in/Haal op huidige winkel zicht"
643
  "Settings","Instellingen"
644
+ "Share Facebook","Deel Facebook"
645
+ "Share on Facebook","Delen via Facebook"
646
+ "Share on Twitter","Delen via Twitter"
647
  "Shop By","Shoppen op"
648
  "Shopping Options","Winkel Opties"
649
  "Show","Toon"
660
  "Skipping import row, store ""%s"" field does not exist.","Sla import rij over, opslag ""% s"" veld bestaat niet."
661
  "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","Sla import rij over, waarde ""%s"" is ongeldig voor ""%s"" veld."
662
  "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","Sommige van de bewerkte produkten hebben onbekende SKU waarde. Vul in voor gebruik van deze producten."
663
+ "Some of the selected item options are not currently available.","Een deel van de geselecteerde item opties zijn momenteel niet beschikbaar."
664
  "Sort By","Sorteren op"
665
  "Sort Order","Sorteer Bestelling"
666
  "Source Model","Bron model"
685
  "Template","Sjabloon"
686
  "Text","Tekst"
687
  "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module","De Flat Catalogus module heeft een limiet van %2\$d filterbare en/of sorteerbare attributen. Op dit moment zijn er %1\$d. Verminder het aantal filterbare/sorteerbare attributen om deze module te kunnen gebruiken"
688
+ "The From Date value should be less than or equal to the To Date value.","De waarde van de Begin Datum moet kleiner zijn dan of gelijk aan de waarde van de Eind Datum."
689
+ "The attribute code \'%s\' is reserved by system. Please try another attribute code","De attribuutcode \'%s\' is door het systeem gereserveerd. Probeer alsjeblieft een andere attribuutcode."
690
  "The attribute model is not defined","Het attribuutmodel is niet gedefinieerd"
691
  "The attribute set has been saved.","De attributenreeks is opgeslagen."
692
  "The base directory to upload file is not specified.","De basisdirectory om bestand te uploaden is onbekend."
742
  "Top/Left","Boven/Links"
743
  "Top/Right","Top/Rechts"
744
  "Total Qty Base Items","Totale Hoeveelheid Opgenomen Items"
745
+ "Total Qty Content Items","Totaal Aantal Artikelen"
746
  "Total incl. Tax: %1$s","Totaal inclusief belasting: %1$s"
747
  "Total of %d record(s) have been deleted.","Er zijn in totaal %d dossier(s) verwijderd"
748
  "Total of %d record(s) have been updated.","Er zijn in totaal %d dossier(s) bijgewerkt"
798
  "Value for ""%s"" is invalid.","Waarde voor ""%s"" is ongeldig."
799
  "Value for ""%s"" is invalid: %s","Waarde voor ""%s"" is ongeldig: %s"
800
  "Varchar","Varlet"
801
+ "View Details","Details Bekijken"
802
  "View as","Bekijk als"
803
  "Virtual Product","Virtueel product"
804
  "Visibility","Zichtbaarheid"
810
  "Watermark Default Size","Watermerk Standaard Grootte"
811
  "Watermark Opacity, Percent","Watermerk doorzichtigheid, percentage"
812
  "Watermark Position","Watermerk positie"
813
+ "We Also Recommend","Ook Aanbevolen"
814
  "Website","Website"
815
  "Website Item Must be checked","Website artikel moet gecontroleerd worden"
816
  "Website Store Must be checked","Webwinkel Moet gecheckt worden"
app/locale/nl_NL/Mage_CatalogInventory.csv CHANGED
@@ -13,6 +13,7 @@
13
  "Catalog Inventory","Catalogus voorraad"
14
  "Decrease Stock When Order is Placed","Verminder voorraad wanneer bestelling is geplaatst"
15
  "Display Out of Stock Products","Toon Producten die Niet op Voorraad Zijn"
 
16
  "Enable Qty Increments","Sta groeitoename in hoeveelheid toe"
17
  "In Stock","Op voorraad"
18
  "Index Product Stock Status","Index product voorraad status"
@@ -23,19 +24,24 @@
23
  "Maximum Qty Allowed in Shopping Cart","Maximale hoeveelheid toegestaan in winkelwagen"
24
  "Minimum Qty","Minimale hoeveelheid"
25
  "Minimum Qty Allowed in Shopping Cart","Minimale hoeveelheid toegestaan in winkelwagen"
 
26
  "No Backorders","Geen nabestellingen"
27
  "Not all products are available in the requested quantity","Niet alle producten zijn beschikbaar in de aangevraagde hoeveelheid"
28
  "Notify for Quantity Below","Bericht bij hoeveelheid minder dan"
 
29
  "Only X left Threshold","Slechts X over drempel"
30
  "Out of Stock","Niet op voorraad"
 
31
  "Product Stock Options","Product voorraad opties"
 
 
32
  "Qty Increments","Hoeveelheid groeitoename"
33
  "Qty for Item's Status to Become Out of Stock","Aantal voor Artikelstatus wordt Niet op voorraad"
34
  "Retrieve stock data","Verkrijg voorraad data"
35
  "Retrieve stock data by product ids","Verkrijg voorraad data, gesorteerd op product IDs"
36
  "Rule price","Regelprijs"
37
  "Set Items' Status to be In Stock When Order is Cancelled","Stel product status in op 'op voorraad' wanneer bestelling is geannuleerd"
38
- "Some of the products are currently out of stock","Een aantal van de producten is op dit moment niet op voorraad"
39
  "Some of the products cannot be ordered in requested quantity.","Een aantal van de producten kan niet in de gevraagde hoeveelheid besteld worden"
40
  "Some of the products cannot be ordered in the requested quantity.","Enkelen van de producten kunnen niet besteld worden in de aangevraagde hoeveelheid"
41
  "Stock Options","Voorraadopties"
13
  "Catalog Inventory","Catalogus voorraad"
14
  "Decrease Stock When Order is Placed","Verminder voorraad wanneer bestelling is geplaatst"
15
  "Display Out of Stock Products","Toon Producten die Niet op Voorraad Zijn"
16
+ "Display products availability in stock in the frontend","Geef producten in voorraad weer op de frontend"
17
  "Enable Qty Increments","Sta groeitoename in hoeveelheid toe"
18
  "In Stock","Op voorraad"
19
  "Index Product Stock Status","Index product voorraad status"
24
  "Maximum Qty Allowed in Shopping Cart","Maximale hoeveelheid toegestaan in winkelwagen"
25
  "Minimum Qty","Minimale hoeveelheid"
26
  "Minimum Qty Allowed in Shopping Cart","Minimale hoeveelheid toegestaan in winkelwagen"
27
+ "Multi update product stock data","Multi-update product voorraadgegevens"
28
  "No Backorders","Geen nabestellingen"
29
  "Not all products are available in the requested quantity","Niet alle producten zijn beschikbaar in de aangevraagde hoeveelheid"
30
  "Notify for Quantity Below","Bericht bij hoeveelheid minder dan"
31
+ "Only %s left","Nog maar %s over"
32
  "Only X left Threshold","Slechts X over drempel"
33
  "Out of Stock","Niet op voorraad"
34
+ "Product Name","Productnaam"
35
  "Product Stock Options","Product voorraad opties"
36
+ "Products will still be shown by direct product URLs.","Producten worden nog steeds getoond door direct product URL's."
37
+ "Qty","Qa"
38
  "Qty Increments","Hoeveelheid groeitoename"
39
  "Qty for Item's Status to Become Out of Stock","Aantal voor Artikelstatus wordt Niet op voorraad"
40
  "Retrieve stock data","Verkrijg voorraad data"
41
  "Retrieve stock data by product ids","Verkrijg voorraad data, gesorteerd op product IDs"
42
  "Rule price","Regelprijs"
43
  "Set Items' Status to be In Stock When Order is Cancelled","Stel product status in op 'op voorraad' wanneer bestelling is geannuleerd"
44
+ "Some of the products are currently out of stock.","Sommige van de producten zijn op dit moment niet op voorraad."
45
  "Some of the products cannot be ordered in requested quantity.","Een aantal van de producten kan niet in de gevraagde hoeveelheid besteld worden"
46
  "Some of the products cannot be ordered in the requested quantity.","Enkelen van de producten kunnen niet besteld worden in de aangevraagde hoeveelheid"
47
  "Stock Options","Voorraadopties"
app/locale/nl_NL/Mage_CatalogSearch.csv CHANGED
@@ -13,13 +13,14 @@
13
  "Catalog Search Index","Catalogus zoekopdracht index"
14
  "Don't see what you're looking for?","Ziet u niet wat u zoekt?"
15
  "Enter ""0"" to enable layered navigation for any number of results.","Voer ""0"" in om gelaagde navigatie in te stellen voor elk aantal resultaten"
 
16
  "Go to Home Page","Ga naar homepage"
17
  "Grid","Stramien"
18
  "Home","Thuis"
19
  "List","Lijst"
20
  "Maximum Query Length","Maximum vraag lengte"
21
  "Maximum Query Words Count","Maximum aantal vraagwoorden"
22
- "Maximum Search query length is %s. Your query was cut.","Maximum lengte zoek vraag is %s. Uw vraag is ingekort."
23
  "Maximum words count is %1$s. In your search query was cut next part: %2$s.","Maximum aantal woorden is %1$s. In uw zoekterm was het volgende deel verwijderd: %2$s."
24
  "Minimal Query Length","Minimale vraag lengte"
25
  "Minimum Search query length is %s","Minimale lengte voor zoek vraag is %s."
13
  "Catalog Search Index","Catalogus zoekopdracht index"
14
  "Don't see what you're looking for?","Ziet u niet wat u zoekt?"
15
  "Enter ""0"" to enable layered navigation for any number of results.","Voer ""0"" in om gelaagde navigatie in te stellen voor elk aantal resultaten"
16
+ "Go","Ga"
17
  "Go to Home Page","Ga naar homepage"
18
  "Grid","Stramien"
19
  "Home","Thuis"
20
  "List","Lijst"
21
  "Maximum Query Length","Maximum vraag lengte"
22
  "Maximum Query Words Count","Maximum aantal vraagwoorden"
23
+ "Maximum Search query length is %s. Your query was cut.","De Maximale Zoekopdracht lengte is %s. Uw zoekopdracht is ingekort."
24
  "Maximum words count is %1$s. In your search query was cut next part: %2$s.","Maximum aantal woorden is %1$s. In uw zoekterm was het volgende deel verwijderd: %2$s."
25
  "Minimal Query Length","Minimale vraag lengte"
26
  "Minimum Search query length is %s","Minimale lengte voor zoek vraag is %s."
app/locale/nl_NL/Mage_Checkout.csv CHANGED
@@ -19,7 +19,9 @@
19
  "An error occurred in the process of payment","Er heeft zich een fout voorgedaan in het betalingsproces"
20
  "An error occurred while deleting this condition.","Er heeft zich een fout voorgedaan bij het verwijderen van deze voorwaarde"
21
  "An error occurred while saving this condition.","Er heeft zich een fout voorgedaan bij het opslaan van deze voorwaarde."
 
22
  "Apply Coupon","Coupon gebruiken"
 
23
  "Are you sure you would like to remove this item from the shopping cart?","Weet u zeker dat u dit artikel uit uw mandje wilt verwijderen?"
24
  "Back","Terug"
25
  "Back to Billing Information","Terug naar de betalingsinformatie"
@@ -30,6 +32,9 @@
30
  "Billing Address","Factuuradres"
31
  "Billing Information","Betalingsinformatie"
32
  "Billing Information - %s","Betalingsinformatie - %s"
 
 
 
33
  "Cancel Coupon","Coupon annuleren"
34
  "Cannot add item to the shopping cart.","Het item kan niet aan het mandje toegevoegd worden."
35
  "Cannot add the item to shopping cart","Het item kan niet aan het mandje toegevoegd worden."
@@ -42,6 +47,7 @@
42
  "Cannot update shopping cart.","Het mandje kan niet geupdate worden"
43
  "Cannot update the item.","Kan artikel niet bijwerken."
44
  "Card Verification Number Visual Reference","Visuele referentie kaartverificatienummer"
 
45
  "Cart Product API","Mandje product API"
46
  "Cart Subtotal:","Subtotaal mandje:"
47
  "Change","Wijzigen"
@@ -49,6 +55,7 @@
49
  "Checkbox Text","Tekst checkbox"
50
  "Checkout","Betalen"
51
  "Checkout Conditions","Betalingsvoorwaarden"
 
52
  "Checkout Method","Betalingsmethode"
53
  "Checkout Options","Betalingsopties"
54
  "Checkout Progress Wrapper","Afrekening voortgang wrapper"
@@ -110,12 +117,15 @@
110
  "Edit item","Artikel bewerken"
111
  "Edit item parameters","Parameters van artikel bewerken"
112
  "Email Address","E-mail adres"
 
 
113
  "Enable Onepage Checkout","Activeer Eenpagina afrekenen"
114
  "Enable Terms and Conditions","Activeer voorwaarden."
115
  "Enabled","Ingeschakeld"
116
  "Enter a New Address","Voer een nieuw adres in"
117
  "Enter your coupon code if you have one.","Voer uw kortingsbon in als u die heeft."
118
  "Enter your destination to get a shipping estimate.","Voer uw bestemming in om een schatting van de verzendkosten te krijgen."
 
119
  "Estimate Shipping and Tax","Schat de verzendkosten en btw"
120
  "Excl. Tax","exclusief btw"
121
  "Fast and easy check out","Snel en makkelijk afrekenen"
@@ -140,6 +150,8 @@
140
  "Invalid method: %s","Ongeldige methode: %s"
141
  "Invalid shipping method.","Ongeldige verzendmethode."
142
  "Item not found or already ordered","Item niet gevonden of al besteld"
 
 
143
  "Items","Artikelen"
144
  "Items After","Artikelen na"
145
  "Items Before","Artikelen voor"
@@ -150,9 +162,11 @@
150
  "Manage Terms and Conditions","Beheer Algemene Voorwaarden"
151
  "Maximum Display Recently Added Item(s)","Maximale weergave recentelijk toegevoegd(e) item(s)"
152
  "Maximum qty allowed for Shipping to multiple addresses is %s","Maximale toegestane hoeveelheid voor verzending naar meerdere adressen is %s"
 
153
  "Minimum order amount is %s","Minimale bestelhoeveelheid is %s"
154
  "Move","Verplaats"
155
  "Move to Wishlist","ga naar verlanglijstje"
 
156
  "Multishipping Checkout","Multiverzending afrekening"
157
  "Multishipping Checkout Address (Any) Form","Adresserings (alle) formulier voor multiverzending afrekening"
158
  "Multishipping Checkout Billing Address Creation","Aanmaken van multiverzending afrekening factureeradres"
@@ -169,10 +183,12 @@
169
  "My Cart","Mijn winkelwagen"
170
  "My Cart (%s item)","Mijn winkelwagen (%s item)"
171
  "My Cart (%s items)","Mijn winkelwagen (%s items)"
 
172
  "My Cart Link","Link naar mijn winkelwagen"
173
  "New Address","Nieuw Adres"
174
  "New Condition","Nieuwe Voorwaarde"
175
  "New Terms and Conditions","Nieuwe Algemene Voorwaarden"
 
176
  "ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER","BESTELTOTAAL ZAL WORDEN GETOOND VOORDAT U DE BESTELLING VERSTUURD"
177
  "One Page Checkout","Een-pagina afrekenen"
178
  "One Page Checkout Failure","Een pagina-afrekening mislukt"
@@ -193,7 +209,9 @@
193
  "Payment Failed Template","Betaling Mislukt Sjabloon"
194
  "Payment Information","Betaalinformatie"
195
  "Payment Method","Betaalwijze"
 
196
  "Payment Methods After Checkout Button","Betaalwijzen Na Kassa Knop"
 
197
  "Payment Methods Before Checkout Button","Betalingsmethoden Voor Afrekenknop"
198
  "Payment method information","Informatie betalingsmethode"
199
  "Payment method is not defined","Betaalwijze is niet gedefinieerd"
@@ -241,6 +259,7 @@
241
  "Retrieve information about shopping cart","Informatie over winkelmandje verkrijgen"
242
  "Review Order","Herzien Bestelling"
243
  "Review Order - %s","Herzien Bestelling - %s"
 
244
  "Sales","Verkoop"
245
  "Save Condition","Bewaar Staat"
246
  "Save in address book","Opslaan in adresboek"
@@ -273,6 +292,8 @@
273
  "Shipping selection is not applicable.","Verzenden selectie is niet toepasbaar."
274
  "Shopping Cart","Winkelmandje"
275
  "Shopping Cart Form Before","Winkelwagen Formulier Voor"
 
 
276
  "Shopping Cart Sidebar","Winkelwagen Zijbalk"
277
  "Shopping Cart Sidebar Extra Actions","Winkelmandje zijbalk extra acties"
278
  "Shopping Cart is Empty","Winkelwagen is Leeg"
@@ -282,7 +303,6 @@
282
  "Some of the requested products are unavailable.","Sommige van de gewenste producten zijn niet beschikbaar."
283
  "Some products quantities were recalculated because of quantity increment mismatch","Sommige productkwantiteiten zijn opnieuw berekend door wanverhouding kwantiteitstoename"
284
  "Sorry, guest checkout is not enabled. Please try again or contact store owner.","Sorry, kassa is niet ingeschakeld voor gasten. Probeer het opnieuw of neem contact op met de eigenaar van de winkel."
285
- "Sorry, guest checkout is not enabled. Please try again or contact the store owner.","Sorry, gast afrekenen niet geactiveerd. Probeer het opnieuw of neem contact op met de eigenaar van de winkel."
286
  "Sorry, no quotes are available for this order at this time.","Sorry, op dit moment zijn er geen offertes beschikbaar voor deze bestelling."
287
  "State/Province","staat/provincie"
288
  "Status","Status"
@@ -312,6 +332,7 @@
312
  "Total for this address","Totaal voor dit adres"
313
  "Unable to set Payment Method.","Niet mogelijk om de betaalwijze in te stellen."
314
  "Unit Price","Prijs per stuk"
 
315
  "Update Cart","Mandje bijwerken"
316
  "Update Qty &amp; Addresses","Bijwerken Aantal &amp; Adressen"
317
  "Update Shopping Cart","Winkelwagen bijwerken"
@@ -320,7 +341,10 @@
320
  "Update product(s) quantities in shopping cart","Kwantiteit product(en) in winkelmandje bijwerken"
321
  "Use Billing Address","Factuuradres gebruiken"
322
  "VAT Number","BTW nummer"
 
 
323
  "We are processing your order and you will soon receive an email with details of the order. Once the order has shipped you will receive another email with a link to track its progress.","We verwerken uw order en u ontvangt binnenkort een email met de details van uw bestelling. Zodra uw bestelling is verzonden ontvangt u een andere email met een link om de zending te kunnen volgen."
 
324
  "What's this?","Wat is dit?"
325
  "You have no items in your shopping cart.","Uw winkelwagen bevat geen artikelen."
326
  "You will receive an order confirmation email with details of your order and a link to track its progress.","U ontvangt een email met de bevestiging van uw bestelling en een link om uw zending te volgen."
@@ -333,3 +357,4 @@
333
  "Your order number is ","Uw bestelnummer is"
334
  "Your recurring payment profiles:","Uw herbruikbare betalingsprofielen:"
335
  "Zip/Postal Code","Postcode"
 
19
  "An error occurred in the process of payment","Er heeft zich een fout voorgedaan in het betalingsproces"
20
  "An error occurred while deleting this condition.","Er heeft zich een fout voorgedaan bij het verwijderen van deze voorwaarde"
21
  "An error occurred while saving this condition.","Er heeft zich een fout voorgedaan bij het opslaan van deze voorwaarde."
22
+ "Apply","Toepassen"
23
  "Apply Coupon","Coupon gebruiken"
24
+ "Are you sure you want to leave this page? You will need to go through the checkout steps again.","Weet u zeker dat u deze pagina wilt verlaten? U zal opnieuw de stappen voor het afrekenen moeten doorlopen."
25
  "Are you sure you would like to remove this item from the shopping cart?","Weet u zeker dat u dit artikel uit uw mandje wilt verwijderen?"
26
  "Back","Terug"
27
  "Back to Billing Information","Terug naar de betalingsinformatie"
32
  "Billing Address","Factuuradres"
33
  "Billing Information","Betalingsinformatie"
34
  "Billing Information - %s","Betalingsinformatie - %s"
35
+ "Can not remove the item.","Kan product niet verwijderen."
36
+ "Can not save item.","Kan product niet opslaan."
37
+ "Cancel","Annuleren"
38
  "Cancel Coupon","Coupon annuleren"
39
  "Cannot add item to the shopping cart.","Het item kan niet aan het mandje toegevoegd worden."
40
  "Cannot add the item to shopping cart","Het item kan niet aan het mandje toegevoegd worden."
47
  "Cannot update shopping cart.","Het mandje kan niet geupdate worden"
48
  "Cannot update the item.","Kan artikel niet bijwerken."
49
  "Card Verification Number Visual Reference","Visuele referentie kaartverificatienummer"
50
+ "Cart","Winkelwagen"
51
  "Cart Product API","Mandje product API"
52
  "Cart Subtotal:","Subtotaal mandje:"
53
  "Change","Wijzigen"
55
  "Checkbox Text","Tekst checkbox"
56
  "Checkout","Betalen"
57
  "Checkout Conditions","Betalingsvoorwaarden"
58
+ "Checkout Forms Extra","Afrekenen Extra Formulieren"
59
  "Checkout Method","Betalingsmethode"
60
  "Checkout Options","Betalingsopties"
61
  "Checkout Progress Wrapper","Afrekening voortgang wrapper"
117
  "Edit item","Artikel bewerken"
118
  "Edit item parameters","Parameters van artikel bewerken"
119
  "Email Address","E-mail adres"
120
+ "Empty Cart","Winkelwagen Leegmaken"
121
+ "Empty Shopping Cart Content Before","Eerst Winkelwagen Inhoud Legen"
122
  "Enable Onepage Checkout","Activeer Eenpagina afrekenen"
123
  "Enable Terms and Conditions","Activeer voorwaarden."
124
  "Enabled","Ingeschakeld"
125
  "Enter a New Address","Voer een nieuw adres in"
126
  "Enter your coupon code if you have one.","Voer uw kortingsbon in als u die heeft."
127
  "Enter your destination to get a shipping estimate.","Voer uw bestemming in om een schatting van de verzendkosten te krijgen."
128
+ "Estimate","Schatting"
129
  "Estimate Shipping and Tax","Schat de verzendkosten en btw"
130
  "Excl. Tax","exclusief btw"
131
  "Fast and easy check out","Snel en makkelijk afrekenen"
150
  "Invalid method: %s","Ongeldige methode: %s"
151
  "Invalid shipping method.","Ongeldige verzendmethode."
152
  "Item not found or already ordered","Item niet gevonden of al besteld"
153
+ "Item was removed successfully.","Product is succesvol verwijderd."
154
+ "Item was updated successfully.","Product is succesvol geüpdate."
155
  "Items","Artikelen"
156
  "Items After","Artikelen na"
157
  "Items Before","Artikelen voor"
162
  "Manage Terms and Conditions","Beheer Algemene Voorwaarden"
163
  "Maximum Display Recently Added Item(s)","Maximale weergave recentelijk toegevoegd(e) item(s)"
164
  "Maximum qty allowed for Shipping to multiple addresses is %s","Maximale toegestane hoeveelheid voor verzending naar meerdere adressen is %s"
165
+ "Mini-cart promotion block","Mini-winkelwagen promotie blokkade"
166
  "Minimum order amount is %s","Minimale bestelhoeveelheid is %s"
167
  "Move","Verplaats"
168
  "Move to Wishlist","ga naar verlanglijstje"
169
+ "Move to wishlist","Naar verlanglijst verplaatsen"
170
  "Multishipping Checkout","Multiverzending afrekening"
171
  "Multishipping Checkout Address (Any) Form","Adresserings (alle) formulier voor multiverzending afrekening"
172
  "Multishipping Checkout Billing Address Creation","Aanmaken van multiverzending afrekening factureeradres"
183
  "My Cart","Mijn winkelwagen"
184
  "My Cart (%s item)","Mijn winkelwagen (%s item)"
185
  "My Cart (%s items)","Mijn winkelwagen (%s items)"
186
+ "My Cart Extra Actions","Mijn wagen extra acties"
187
  "My Cart Link","Link naar mijn winkelwagen"
188
  "New Address","Nieuw Adres"
189
  "New Condition","Nieuwe Voorwaarde"
190
  "New Terms and Conditions","Nieuwe Algemene Voorwaarden"
191
+ "No Payment Methods","Geen betalingsmethoden"
192
  "ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER","BESTELTOTAAL ZAL WORDEN GETOOND VOORDAT U DE BESTELLING VERSTUURD"
193
  "One Page Checkout","Een-pagina afrekenen"
194
  "One Page Checkout Failure","Een pagina-afrekening mislukt"
209
  "Payment Failed Template","Betaling Mislukt Sjabloon"
210
  "Payment Information","Betaalinformatie"
211
  "Payment Method","Betaalwijze"
212
+ "Payment Methods After","Betaalmethode Achteraf"
213
  "Payment Methods After Checkout Button","Betaalwijzen Na Kassa Knop"
214
+ "Payment Methods Before","Betaalmethode Vooraf"
215
  "Payment Methods Before Checkout Button","Betalingsmethoden Voor Afrekenknop"
216
  "Payment method information","Informatie betalingsmethode"
217
  "Payment method is not defined","Betaalwijze is niet gedefinieerd"
259
  "Retrieve information about shopping cart","Informatie over winkelmandje verkrijgen"
260
  "Review Order","Herzien Bestelling"
261
  "Review Order - %s","Herzien Bestelling - %s"
262
+ "SKU","Verhandelbare Eenheid"
263
  "Sales","Verkoop"
264
  "Save Condition","Bewaar Staat"
265
  "Save in address book","Opslaan in adresboek"
292
  "Shipping selection is not applicable.","Verzenden selectie is niet toepasbaar."
293
  "Shopping Cart","Winkelmandje"
294
  "Shopping Cart Form Before","Winkelwagen Formulier Voor"
295
+ "Shopping Cart Items After","Winkelwagen Producten Achteraf"
296
+ "Shopping Cart Items Before","Winkelwagen Producten Vooraf"
297
  "Shopping Cart Sidebar","Winkelwagen Zijbalk"
298
  "Shopping Cart Sidebar Extra Actions","Winkelmandje zijbalk extra acties"
299
  "Shopping Cart is Empty","Winkelwagen is Leeg"
303
  "Some of the requested products are unavailable.","Sommige van de gewenste producten zijn niet beschikbaar."
304
  "Some products quantities were recalculated because of quantity increment mismatch","Sommige productkwantiteiten zijn opnieuw berekend door wanverhouding kwantiteitstoename"
305
  "Sorry, guest checkout is not enabled. Please try again or contact store owner.","Sorry, kassa is niet ingeschakeld voor gasten. Probeer het opnieuw of neem contact op met de eigenaar van de winkel."
 
306
  "Sorry, no quotes are available for this order at this time.","Sorry, op dit moment zijn er geen offertes beschikbaar voor deze bestelling."
307
  "State/Province","staat/provincie"
308
  "Status","Status"
332
  "Total for this address","Totaal voor dit adres"
333
  "Unable to set Payment Method.","Niet mogelijk om de betaalwijze in te stellen."
334
  "Unit Price","Prijs per stuk"
335
+ "Update","Updaten"
336
  "Update Cart","Mandje bijwerken"
337
  "Update Qty &amp; Addresses","Bijwerken Aantal &amp; Adressen"
338
  "Update Shopping Cart","Winkelwagen bijwerken"
341
  "Update product(s) quantities in shopping cart","Kwantiteit product(en) in winkelmandje bijwerken"
342
  "Use Billing Address","Factuuradres gebruiken"
343
  "VAT Number","BTW nummer"
344
+ "View Shopping Cart","Winkelwagen Bekijken"
345
+ "Visible items in minicart","Zichtbare producten in mini-winkelwagen"
346
  "We are processing your order and you will soon receive an email with details of the order. Once the order has shipped you will receive another email with a link to track its progress.","We verwerken uw order en u ontvangt binnenkort een email met de details van uw bestelling. Zodra uw bestelling is verzonden ontvangt u een andere email met een link om de zending te kunnen volgen."
347
+ "What&#39;s this?","Wat is dit?"
348
  "What's this?","Wat is dit?"
349
  "You have no items in your shopping cart.","Uw winkelwagen bevat geen artikelen."
350
  "You will receive an order confirmation email with details of your order and a link to track its progress.","U ontvangt een email met de bevestiging van uw bestelling en een link om uw zending te volgen."
357
  "Your order number is ","Uw bestelnummer is"
358
  "Your recurring payment profiles:","Uw herbruikbare betalingsprofielen:"
359
  "Zip/Postal Code","Postcode"
360
+ "ok","oké"
app/locale/nl_NL/Mage_Core.csv CHANGED
@@ -3,6 +3,7 @@
3
  "%s already exists.","%s bestaat al."
4
  "-- Please Select --","-- Selecteer a.u.b.--"
5
  "<strong style=""color:red"">Warning!</strong> When using CDN, in some cases JavaScript may not run properly if CDN is not in your subdomain","<strong style=""color:red"">Waarschuwing!</strong> Als u CDN gebruikt, loopt JavaScript soms niet goed als CDN niet in uw subdomein is"
 
6
  "A category object is required for determining the product request path.","Een categorie object is vereist om product verzoek pad te bepalen."
7
  "Add Block Names to Hints","Voeg Namen Blokkeren toe aan Hints"
8
  "Add Secret Key to URLs","Voeg Geheime Toets toe aan URL's"
@@ -15,6 +16,8 @@
15
  to transfer all media to that location. Media will not be available in the new
16
  location until the synchronization process is complete.","Na het selecteren van een nieuwe media opslagplaats, druk op de synchronisatiekonp om alle media naar die locatie te brengen. Media is pas beschikbaar op de nieuwe locatie als het synchronisatieproces voltooid is."
17
  "Allow Countries","Sta Landen toe"
 
 
18
  "Allow Symlinks","Sta Symlinks toe"
19
  "Allowed IPs (comma separated)","Toegestane IP's (gescheiden door komm's)"
20
  "Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!","Toegestane bestandstypes: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Niet alle browsers ondersteunen deze formaten!"
@@ -136,6 +139,7 @@
136
  "General Contact Email","Algemeen Contact E-mail"
137
  "General Contact Name","Algemeen Contact Naam"
138
  "General Settings","Algemene instellingen"
 
139
  "Global","Wereldwijd"
140
  "HTML Head","HTML head"
141
  "HTML tags are not allowed","HTML tags zijn niet toegestaan"
@@ -146,15 +150,17 @@
146
  "If the current frame position does not cover utmost pages, will render link to current position plus/minus this value.","Als de huidige frame positie de uiterste pagina's niet dekt wordt een een link aangemaakt tot aan de huidige positie plus/minus deze waarde."
147
  "Incorrect credit card expiration date.","Onjuiste creditcard vervaldatum."
148
  "Input type ""%value%"" not found in the input types list.","Input type ""%value%"" niet gevonden in de input type lijst."
 
149
  "Invalid base url type","Ongeldig basis url type"
150
  "Invalid block name to set child %s: %s","Ongeldig blok naam om child %s op te zetten: %s"
151
  "Invalid block type: %s","Ongeldig bloktype: %s"
152
  "Invalid block: %s","Ongeldig blok: %s"
153
  "Invalid connection","ongeldige verbinding"
 
154
  "Invalid layout update handle","Ongeldige layout update handle"
155
  "Invalid messages storage ""%s"" for layout messages initialization","Ongeldige berichten opgeslagen ""%s"" voor layout bericht initialisatie"
156
  "Invalid query","Ongeldige zoekopdracht"
157
- "Invalid transactional email code: ","Ongeldige transactie email code:"
158
  "Invalid website\'s configuration path: %s","Ongeldig website configuratie pad: %s"
159
  "JavaScript Settings","JavaScript Instellingen"
160
  "Layout","layout"
@@ -169,6 +175,8 @@
169
  "Logo Image","Logo afbeelding"
170
  "Logo Image Alt","Logo afbeelding Alt"
171
  "Logo Image Src","Logo afbeeldingsbestand"
 
 
172
  "Mail Sending Settings","Email verstuur instellingen"
173
  "Make sure that base URL ends with '/' (slash), e.g. http://yourdomain/magento/","Verzeker u ervan dat de basis-URL eindigt met '/' (schuine streep), bijvoorbeeld http://yourdomain/magento/"
174
  "Manage Stores","Beheer winkels"
@@ -178,7 +186,6 @@
178
  "Merge JavaScript Files","Voeg JavaScript bestanden samen"
179
  "Miscellaneous HTML","Gemengde HTML"
180
  "Miscellaneous Scripts","Veelsoortige Scripts"
181
- "Model class does not exist: %s.","Model klasse bestaat niet: %s."
182
  "Model collection resource name is not defined.","Model collectie bronnaam is niet gedefinieerd."
183
  "Module ""%1$s"" cannot depend on ""%2$s"".","Module ""%$s"" kan niet afhankelijk zijn van ""%2$s""."
184
  "Module ""%1$s"" requires module ""%2$s"".","Module ""%1$s"" heeft module ""%2$s"" nodig."
@@ -251,9 +258,11 @@
251
  "Profiler","Profiler"
252
  "Recovery Link Expiration Period (days)","Herstel Link Verloop Periode (dagen)"
253
  "Request Path for Specified Store","Gevraagd Pad voor Gespecificeerde Winkel"
 
254
  "Requested file may not include parent directory traversal (""../"", ""..\\ notation)""","Opgevraagd bestand mag geen ouder-directory traverse (""../"", ""..\\ notatie)"" bevatten"
255
  "Requested invalid store ""%s""","Gevraagde ongeldige winkel ""%s"""
256
  "Resource is not set.","Bron is niet ingesteld"
 
257
  "Retrieve store data","Winkeldata ophalen"
258
  "Retrieve store list","Winkellijst ophalen"
259
  "Return-Path Email","Return-Pad E-mail"
@@ -279,6 +288,7 @@
279
  "Set Return-Path","Geef het return-path op"
280
  "Set as Default","Stel in als Standaard"
281
  "Skin (Images / CSS)","Skin (Afbeeldingen / CSS)"
 
282
  "Sort Order","Sorteer Bestelling"
283
  "Specified date/time ""%1$s"" do not match format ""%2$s"".","De gespecificeerde datum/tijd ""%1$s"" komt niet overeen met formaat ""%2$s""."
284
  "Start date cannot be greater than end date.","Begin datum kan niet later zijn dan eind datum."
@@ -306,6 +316,7 @@
306
  "Templates","Sjablonen"
307
  "Text length does not satisfy specified text range.","Tekst lengte voldoet niet aan de vereiste tekstgebiedsvoorwaarden."
308
  "The %s you entered is invalid. Please make sure that it follows ""http://domain.com/"" format.","De %s die u invoerde is onjuist. Verzeker u er a.u.b. van dat het geschreven is in ""http://domein.com/"" formaat."
 
309
  "The store code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter","De winkelcode mag alleen letters (a-z), nummers (0-9) en lage streepjes bevatten (_). Het eerste teken moet een letter zijn"
310
  "The store does not exist","De winkel bestaat niet"
311
  "The store has been deleted.","De winkel is verwijderd."
3
  "%s already exists.","%s bestaat al."
4
  "-- Please Select --","-- Selecteer a.u.b.--"
5
  "<strong style=""color:red"">Warning!</strong> When using CDN, in some cases JavaScript may not run properly if CDN is not in your subdomain","<strong style=""color:red"">Waarschuwing!</strong> Als u CDN gebruikt, loopt JavaScript soms niet goed als CDN niet in uw subdomein is"
6
+ "<strong style=""color:red"">Warning!</strong> When using Store Code in URLs, in some cases system may not work properly if URLs without Store Codes are specified in the third party services (e.g. PayPal etc.).","<strong style=""color:red"">Waarschuwing!</strong> Bij het gebruik van Store Code in URL's, kan in sommige gevallen het systeem niet goed werken als URL's zonder Store Codes worden gespecificeerd in de diensten van derden (bijv. PayPal etc.)."
7
  "A category object is required for determining the product request path.","Een categorie object is vereist om product verzoek pad te bepalen."
8
  "Add Block Names to Hints","Voeg Namen Blokkeren toe aan Hints"
9
  "Add Secret Key to URLs","Voeg Geheime Toets toe aan URL's"
16
  to transfer all media to that location. Media will not be available in the new
17
  location until the synchronization process is complete.","Na het selecteren van een nieuwe media opslagplaats, druk op de synchronisatiekonp om alle media naar die locatie te brengen. Media is pas beschikbaar op de nieuwe locatie als het synchronisatieproces voltooid is."
18
  "Allow Countries","Sta Landen toe"
19
+ "Allow Magento Backend to run in frame","Sta Magento Backend toe om in een venster te werken"
20
+ "Allow Magento Frontend to run in frame","Sta Magento Frontend toe om in een venster te werken"
21
  "Allow Symlinks","Sta Symlinks toe"
22
  "Allowed IPs (comma separated)","Toegestane IP's (gescheiden door komm's)"
23
  "Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!","Toegestane bestandstypes: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Niet alle browsers ondersteunen deze formaten!"
139
  "General Contact Email","Algemeen Contact E-mail"
140
  "General Contact Name","Algemeen Contact Naam"
141
  "General Settings","Algemene instellingen"
142
+ "Get info about current Magento installation","Ontvang informatie over de huidige Magento installatie"
143
  "Global","Wereldwijd"
144
  "HTML Head","HTML head"
145
  "HTML tags are not allowed","HTML tags zijn niet toegestaan"
150
  "If the current frame position does not cover utmost pages, will render link to current position plus/minus this value.","Als de huidige frame positie de uiterste pagina's niet dekt wordt een een link aangemaakt tot aan de huidige positie plus/minus deze waarde."
151
  "Incorrect credit card expiration date.","Onjuiste creditcard vervaldatum."
152
  "Input type ""%value%"" not found in the input types list.","Input type ""%value%"" niet gevonden in de input type lijst."
153
+ "Invalid URL '%value%'.","Ongeldige URL '%waarde%'."
154
  "Invalid base url type","Ongeldig basis url type"
155
  "Invalid block name to set child %s: %s","Ongeldig blok naam om child %s op te zetten: %s"
156
  "Invalid block type: %s","Ongeldig bloktype: %s"
157
  "Invalid block: %s","Ongeldig blok: %s"
158
  "Invalid connection","ongeldige verbinding"
159
+ "Invalid date","Invalid date"
160
  "Invalid layout update handle","Ongeldige layout update handle"
161
  "Invalid messages storage ""%s"" for layout messages initialization","Ongeldige berichten opgeslagen ""%s"" voor layout bericht initialisatie"
162
  "Invalid query","Ongeldige zoekopdracht"
163
+ "Invalid transactional email code: %s","Ongeldige transactionele e-mail code: %s"
164
  "Invalid website\'s configuration path: %s","Ongeldig website configuratie pad: %s"
165
  "JavaScript Settings","JavaScript Instellingen"
166
  "Layout","layout"
175
  "Logo Image","Logo afbeelding"
176
  "Logo Image Alt","Logo afbeelding Alt"
177
  "Logo Image Src","Logo afbeeldingsbestand"
178
+ "Magento info","magento informatie"
179
+ "Magento info API","Magento informatie API"
180
  "Mail Sending Settings","Email verstuur instellingen"
181
  "Make sure that base URL ends with '/' (slash), e.g. http://yourdomain/magento/","Verzeker u ervan dat de basis-URL eindigt met '/' (schuine streep), bijvoorbeeld http://yourdomain/magento/"
182
  "Manage Stores","Beheer winkels"
186
  "Merge JavaScript Files","Voeg JavaScript bestanden samen"
187
  "Miscellaneous HTML","Gemengde HTML"
188
  "Miscellaneous Scripts","Veelsoortige Scripts"
 
189
  "Model collection resource name is not defined.","Model collectie bronnaam is niet gedefinieerd."
190
  "Module ""%1$s"" cannot depend on ""%2$s"".","Module ""%$s"" kan niet afhankelijk zijn van ""%2$s""."
191
  "Module ""%1$s"" requires module ""%2$s"".","Module ""%1$s"" heeft module ""%2$s"" nodig."
258
  "Profiler","Profiler"
259
  "Recovery Link Expiration Period (days)","Herstel Link Verloop Periode (dagen)"
260
  "Request Path for Specified Store","Gevraagd Pad voor Gespecificeerde Winkel"
261
+ "Request path length exceeds allowed %s symbols.","Verzoek path lengte is groter dan de toegestane ​​%s symbolen."
262
  "Requested file may not include parent directory traversal (""../"", ""..\\ notation)""","Opgevraagd bestand mag geen ouder-directory traverse (""../"", ""..\\ notatie)"" bevatten"
263
  "Requested invalid store ""%s""","Gevraagde ongeldige winkel ""%s"""
264
  "Resource is not set.","Bron is niet ingesteld"
265
+ "Retrieve info about current Magento installation","Haal informatie op over de huidige Magento installatie"
266
  "Retrieve store data","Winkeldata ophalen"
267
  "Retrieve store list","Winkellijst ophalen"
268
  "Return-Path Email","Return-Pad E-mail"
288
  "Set Return-Path","Geef het return-path op"
289
  "Set as Default","Stel in als Standaard"
290
  "Skin (Images / CSS)","Skin (Afbeeldingen / CSS)"
291
+ "Small Logo Image Src","Klein Logo Afbeelding Bron"
292
  "Sort Order","Sorteer Bestelling"
293
  "Specified date/time ""%1$s"" do not match format ""%2$s"".","De gespecificeerde datum/tijd ""%1$s"" komt niet overeen met formaat ""%2$s""."
294
  "Start date cannot be greater than end date.","Begin datum kan niet later zijn dan eind datum."
316
  "Templates","Sjablonen"
317
  "Text length does not satisfy specified text range.","Tekst lengte voldoet niet aan de vereiste tekstgebiedsvoorwaarden."
318
  "The %s you entered is invalid. Please make sure that it follows ""http://domain.com/"" format.","De %s die u invoerde is onjuist. Verzeker u er a.u.b. van dat het geschreven is in ""http://domein.com/"" formaat."
319
+ "The From Date value should be less than or equal to the To Date value.","The From Date value should be less than or equal to the To Date value."
320
  "The store code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter","De winkelcode mag alleen letters (a-z), nummers (0-9) en lage streepjes bevatten (_). Het eerste teken moet een letter zijn"
321
  "The store does not exist","De winkel bestaat niet"
322
  "The store has been deleted.","De winkel is verwijderd."
app/locale/nl_NL/Mage_Cron.csv CHANGED
@@ -21,5 +21,4 @@
21
  "Too late for the schedule.","Te laat voor schema."
22
  "Unable to delete the cron task.","Kon de cron taak niet verwijderen."
23
  "Unable to save the cron expression.","Niet in staat om de cron expressie op te slaan."
24
- "Unknown error.","Onbekende fout."
25
  "Weekly","Wekelijks"
21
  "Too late for the schedule.","Te laat voor schema."
22
  "Unable to delete the cron task.","Kon de cron taak niet verwijderen."
23
  "Unable to save the cron expression.","Niet in staat om de cron expressie op te slaan."
 
24
  "Weekly","Wekelijks"
app/locale/nl_NL/Mage_CurrencySymbol.csv CHANGED
@@ -1,10 +1,10 @@
 
1
  "Custom currency symbols were applied successfully.","Klandizie muntsoort symbolen zijn succesvol toegepast."
2
  "Manage Currency","Beheer Muntsoort"
3
  "Manage Currency Rates","Beheer Wisselkoersen"
4
  "Rates","Tarieven"
5
  "Save Currency Symbols","Bewaar Muntsoort Symbolen"
 
6
  "Symbols","Symbolen"
7
  "System","Systeem"
8
- "Use Default","Gebruik Standaard"
9
  "Use Standard","Gebruik Standaard"
10
- "Use Website","Gebruik Website"
1
+ "Currency","Munteenheid"
2
  "Custom currency symbols were applied successfully.","Klandizie muntsoort symbolen zijn succesvol toegepast."
3
  "Manage Currency","Beheer Muntsoort"
4
  "Manage Currency Rates","Beheer Wisselkoersen"
5
  "Rates","Tarieven"
6
  "Save Currency Symbols","Bewaar Muntsoort Symbolen"
7
+ "Symbol","Symbool"
8
  "Symbols","Symbolen"
9
  "System","Systeem"
 
10
  "Use Standard","Gebruik Standaard"
 
app/locale/nl_NL/Mage_Customer.csv CHANGED
@@ -13,7 +13,6 @@
13
  "Account Information","Accountinformatie"
14
  "Account Sharing Options","Account deelopties"
15
  "Account confirmation is required. Please, check your e-mail for confirmation link. To resend confirmation email please <a href=""%s"">click here</a>.","Account bevestiging is vereist. Controleert u uw e-mail voor de bevestigingslink. Om de bevestiging e-mail opnieuw te sturen <a href=""%s"">klik hier</a>."
16
- "Account confirmation is required. Please, check your email for the confirmation link. To resend the confirmation email please <a href=""%s"">click here</a>.","Account bevestiging is vereist. Controleert u uw e-mail voor de bevestigingslink. Om de bevestiging e-mail opnieuw te sturen <a href=""%s"">klik hier</a>."
17
  "Action","Actie"
18
  "Add New Address","Nieuw adres toevoegen"
19
  "Add New Customer","Nieuwe klant toevoegen"
@@ -161,7 +160,6 @@
161
  "General Subscription","Algemeen Abonnement"
162
  "Generate Human-Friendly Customer ID","Genereer een prettig te gebruiken Klant-ID"
163
  "Global","Wereldwijd"
164
- "Grand Total","Totaal"
165
  "Group","Groep"
166
  "Group Information","Groep Informatie"
167
  "Group Name","Groep Naam"
@@ -173,9 +171,6 @@
173
  "Hello, %s!","Hallo, %s!"
174
  "ID","ID"
175
  "IP Address","IP Adres"
176
- "If there is an account associated with %s you will receive an email with a link to reset your password.","Als er een rekening geassocieerd is met %s ontvangt u een email met een link om uw wachtwoord te herstellen."
177
- "If you are a registered VAT customer, please click <a href=""%s"">here</a> to enter you billing address for proper VAT calculation","Als u een BTW geregistreerde klant bent, klik aub <a href=""%s"">here</a> om uw factuur adres in te voeren voor de juiste BTW berekening"
178
- "If you are a registered VAT customer, please click <a href=""%s"">here</a> to enter you shipping address for proper VAT calculation","Als u een BTW geregistreerde klant bent, klik aub <a href=""%s"">here</a> om uw post adres in te voeren voor de juiste BTW berekening"
179
  "If you believe this is an error, please contact us at %s","Als u gelooft dat fit een fout is, contacteer ons dan aub via %s"
180
  "If you have an account with us, please log in.","Als u een account bij ons heeft, logt u dan alstublieft in."
181
  "Invalid attribute option specified for attribute %s (%s), skipping the record.","Onjuist attribuut optie gekozen voor attribuut %s (%s), record wordt overgeslagen."
@@ -286,7 +281,6 @@
286
  "Please enter your email below and we\'ll send you confirmation link for it.","Gelieve uw e-mailadres hieronder in te vullen en wij zullen uw een confirmatie link sturen."
287
  "Please enter your email.","Geef u e-mail in a.u.b."
288
  "Please make sure your passwords match.","Let er alstublieft op dat de wachtwoorden overeenkomen."
289
- "Please select","Selecteer"
290
  "Please select a website which contains store view","Selecteer aub een website dat een winkel zicht bevat"
291
  "Please select region, state or province","Selecteer a.u.b. uw provincie"
292
  "Please, check your email for confirmation key.","Check a.u.b. uw e-mail voor de bevestigingskey."
@@ -298,13 +292,14 @@
298
  "Product Reviews","Productbeoordelingen"
299
  "Product Tags","Productlabels"
300
  "Purchase On","Kopen op"
301
- "Purchased At","Gekocht bij"
302
  "Qty","Hoeveelheid"
303
  "Recent Orders","Recente Bestellingen"
304
  "Records for %s store found.","Archieven voor %s winkel gevonden."
305
  "Recovery Link Expiration Period (days)","Herstel Link Verloop Periode (dagen)"
306
  "Redirect Customer to Account Dashboard after Logging in","Leid Klant naar Account Dashboard na Inloggen"
307
  "Refunded","Terugbetaald"
 
308
  "Registered Customers","Geregistreerde Klanten"
309
  "Remind Email Template","Herinner Email Voorbeeld"
310
  "Remind Password","Herinner Wachtwoord"
@@ -330,10 +325,10 @@
330
  "Save and Continue Edit","Opslaan en doorgaan met bewerken"
331
  "Saved %d record(s)","%d archief(ven) opgeslagen"
332
  "Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field.","Puntcomma (;) gescheiden waarden.<br/>Zet een puntkomma in het begin voor een lege eerste waarde.<br/>Laat leeg voor een open tekstveld."
 
333
  "Send From","Verzend Van"
334
  "Send Welcome Email","Verzend Welkomstemail"
335
  "Send Welcome Email after Confirmation","Stuur een Welkomst E-mail na Confirmatie"
336
- "Send auto-generated password","Stuur een automatisch gegenereerd wachtwoord"
337
  "Send confirmation link","Verzend bevestigingslink"
338
  "Sending","Verzenden"
339
  "Sent","Verzonden"
@@ -353,6 +348,7 @@
353
  "Show Prefix","Voorvoegsel tonen"
354
  "Show Suffix","Achtervoegsel tonen"
355
  "Show Tax/VAT Number","Laat Belasting/VAT Nummer Zien"
 
356
  "Sign Up for Newsletter","Schrijf in voor Nieuwsbrief"
357
  "Skipping import row, required field ""%s"" is not defined.","Sla import rij over, gevraagd veld ""%s"" is onbekend."
358
  "Skipping import row, website ""%s"" field does not exist.","Import rij overgeslagen, website ""%s"" veld bestaat niet."
@@ -404,13 +400,13 @@
404
  "There was an error validating the VAT ID.","Er is een fout opgetreden bij het valideren van uw BTW nr."
405
  "There was an error validating the VAT ID. The customer would belong to Customer Group %s.","Er is een fout opgetreden bij het valideren van uw BTW nr. De klant zou behoren tot Klant Groep %s."
406
  "This account is not confirmed.","Deze account is niet bevestigd."
407
- "This account is not confirmed. <a href=""%s"">Click here</a> to resend confirmation email.","Deze account is niet bevestigd. <a href=""%s"">Klik hier</a>om de bevestigingsmail opnieuw te sturen."
408
  "This customer email already exists","Dit klanten e-mail adres bestaat al"
409
  "This customer has no saved addresses.","Deze klant heeft geen opgeslagen adressen."
410
  "This email does not require confirmation.","Deze e-mail behoeft geen confirmatie."
411
  "This email will be sent instead of default welcome email, after account confirmation.","Deze email zal in plaats van de standaard welkomstemail worden verzonden, na bevestiging van de account."
412
  "This is My Default %s Address","Dit is Mijn Standaard %s Adres"
413
  "To Cart","Naar Winkelwagentje"
 
414
  "Total","Totaal"
415
  "Type","Type"
416
  "Unable to save the customer.","Niet instaat om de klant op te slaan."
@@ -465,8 +461,6 @@
465
  "Your Tax ID cannot be validated.","Uw Belasting ID kan niet gevalideerd worden."
466
  "Your VAT ID was successfully validated.","Uw BTW nr. is succesvol gevalideerd."
467
  "Your account balance is: %s","Uw account balans is: %s"
468
- "Your password has been updated.","Uw wachtwoord is geupdate."
469
- "Your password reset link has expired.","Uw wachtwoord herstel link is verlopen."
470
  "ZIP","Postcode"
471
  "ZIP/Post Code","ZIP/Postcode"
472
  "Zip/Postal Code","Zip/Postcode"
13
  "Account Information","Accountinformatie"
14
  "Account Sharing Options","Account deelopties"
15
  "Account confirmation is required. Please, check your e-mail for confirmation link. To resend confirmation email please <a href=""%s"">click here</a>.","Account bevestiging is vereist. Controleert u uw e-mail voor de bevestigingslink. Om de bevestiging e-mail opnieuw te sturen <a href=""%s"">klik hier</a>."
 
16
  "Action","Actie"
17
  "Add New Address","Nieuw adres toevoegen"
18
  "Add New Customer","Nieuwe klant toevoegen"
160
  "General Subscription","Algemeen Abonnement"
161
  "Generate Human-Friendly Customer ID","Genereer een prettig te gebruiken Klant-ID"
162
  "Global","Wereldwijd"
 
163
  "Group","Groep"
164
  "Group Information","Groep Informatie"
165
  "Group Name","Groep Naam"
171
  "Hello, %s!","Hallo, %s!"
172
  "ID","ID"
173
  "IP Address","IP Adres"
 
 
 
174
  "If you believe this is an error, please contact us at %s","Als u gelooft dat fit een fout is, contacteer ons dan aub via %s"
175
  "If you have an account with us, please log in.","Als u een account bij ons heeft, logt u dan alstublieft in."
176
  "Invalid attribute option specified for attribute %s (%s), skipping the record.","Onjuist attribuut optie gekozen voor attribuut %s (%s), record wordt overgeslagen."
281
  "Please enter your email below and we\'ll send you confirmation link for it.","Gelieve uw e-mailadres hieronder in te vullen en wij zullen uw een confirmatie link sturen."
282
  "Please enter your email.","Geef u e-mail in a.u.b."
283
  "Please make sure your passwords match.","Let er alstublieft op dat de wachtwoorden overeenkomen."
 
284
  "Please select a website which contains store view","Selecteer aub een website dat een winkel zicht bevat"
285
  "Please select region, state or province","Selecteer a.u.b. uw provincie"
286
  "Please, check your email for confirmation key.","Check a.u.b. uw e-mail voor de bevestigingskey."
292
  "Product Reviews","Productbeoordelingen"
293
  "Product Tags","Productlabels"
294
  "Purchase On","Kopen op"
295
+ "Purchased On","Gekocht Op"
296
  "Qty","Hoeveelheid"
297
  "Recent Orders","Recente Bestellingen"
298
  "Records for %s store found.","Archieven voor %s winkel gevonden."
299
  "Recovery Link Expiration Period (days)","Herstel Link Verloop Periode (dagen)"
300
  "Redirect Customer to Account Dashboard after Logging in","Leid Klant naar Account Dashboard na Inloggen"
301
  "Refunded","Terugbetaald"
302
+ "Register","Registreren"
303
  "Registered Customers","Geregistreerde Klanten"
304
  "Remind Email Template","Herinner Email Voorbeeld"
305
  "Remind Password","Herinner Wachtwoord"
325
  "Save and Continue Edit","Opslaan en doorgaan met bewerken"
326
  "Saved %d record(s)","%d archief(ven) opgeslagen"
327
  "Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field.","Puntcomma (;) gescheiden waarden.<br/>Zet een puntkomma in het begin voor een lege eerste waarde.<br/>Laat leeg voor een open tekstveld."
328
+ "Send Auto-Generated Password","Verstuur Automatisch Gegenereerde Wachtwoord"
329
  "Send From","Verzend Van"
330
  "Send Welcome Email","Verzend Welkomstemail"
331
  "Send Welcome Email after Confirmation","Stuur een Welkomst E-mail na Confirmatie"
 
332
  "Send confirmation link","Verzend bevestigingslink"
333
  "Sending","Verzenden"
334
  "Sent","Verzonden"
348
  "Show Prefix","Voorvoegsel tonen"
349
  "Show Suffix","Achtervoegsel tonen"
350
  "Show Tax/VAT Number","Laat Belasting/VAT Nummer Zien"
351
+ "Show VAT Number on Frontend","Laat BTW-nummer zien op Frontend"
352
  "Sign Up for Newsletter","Schrijf in voor Nieuwsbrief"
353
  "Skipping import row, required field ""%s"" is not defined.","Sla import rij over, gevraagd veld ""%s"" is onbekend."
354
  "Skipping import row, website ""%s"" field does not exist.","Import rij overgeslagen, website ""%s"" veld bestaat niet."
400
  "There was an error validating the VAT ID.","Er is een fout opgetreden bij het valideren van uw BTW nr."
401
  "There was an error validating the VAT ID. The customer would belong to Customer Group %s.","Er is een fout opgetreden bij het valideren van uw BTW nr. De klant zou behoren tot Klant Groep %s."
402
  "This account is not confirmed.","Deze account is niet bevestigd."
 
403
  "This customer email already exists","Dit klanten e-mail adres bestaat al"
404
  "This customer has no saved addresses.","Deze klant heeft geen opgeslagen adressen."
405
  "This email does not require confirmation.","Deze e-mail behoeft geen confirmatie."
406
  "This email will be sent instead of default welcome email, after account confirmation.","Deze email zal in plaats van de standaard welkomstemail worden verzonden, na bevestiging van de account."
407
  "This is My Default %s Address","Dit is Mijn Standaard %s Adres"
408
  "To Cart","Naar Winkelwagentje"
409
+ "To show VAT number on frontend, set Show VAT Number on Frontend option to Yes.","Om BTW-nummer weer te geven op frontend, stelt u de optie toon BTW-nummer op frontend in op Ja."
410
  "Total","Totaal"
411
  "Type","Type"
412
  "Unable to save the customer.","Niet instaat om de klant op te slaan."
461
  "Your Tax ID cannot be validated.","Uw Belasting ID kan niet gevalideerd worden."
462
  "Your VAT ID was successfully validated.","Uw BTW nr. is succesvol gevalideerd."
463
  "Your account balance is: %s","Uw account balans is: %s"
 
 
464
  "ZIP","Postcode"
465
  "ZIP/Post Code","ZIP/Postcode"
466
  "Zip/Postal Code","Zip/Postcode"
app/locale/nl_NL/Mage_Directory.csv CHANGED
@@ -39,8 +39,11 @@
39
  "State is required for","Fase is benodigd voor"
40
  "State/Province","Staat/Provincie"
41
  "States Options","Fase Opties"
 
42
  "Unable to initialize the import model.","Kan het importmodel niet initialiseren."
43
  "Undefined rate from ""%s-%s"".","Niet gedefinieerde koers van ""%s-%s""."
44
  "WARNING:","WAARSCHUWING:"
45
  "Webservicex","Webservicex"
 
 
46
  "Your current currency is: %s","Uw huidige valuta is %s"
39
  "State is required for","Fase is benodigd voor"
40
  "State/Province","Staat/Provincie"
41
  "States Options","Fase Opties"
42
+ "Strikeiron Email Update Warnings","Strikeiron Email Update Waarschuwingen"
43
  "Unable to initialize the import model.","Kan het importmodel niet initialiseren."
44
  "Undefined rate from ""%s-%s"".","Niet gedefinieerde koers van ""%s-%s""."
45
  "WARNING:","WAARSCHUWING:"
46
  "Webservicex","Webservicex"
47
+ "Your Currency","Uw Valuta"
48
+ "Your Currency:","Uw Valuta:"
49
  "Your current currency is: %s","Uw huidige valuta is %s"
app/locale/nl_NL/Mage_Downloadable.csv CHANGED
@@ -2,7 +2,6 @@
2
  "Add New Row","Voeg Nieuwe Rij Toe"
3
  "Add links and samples to downloadable product","Voeg links en voorbeelden toe aan te downloaden product"
4
  "Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with \'_\'.","Alfanumerieke, schuine streep en onderstreepte lettertekens worden aangeraden voor bestandsnamen. Ongeschikte lettertekens worden vervangen met \'_\'."
5
- "An error occurred while getting requested content. Please contact the store owner.","Er is een fout opgetreden bij het ophalen van de gevraagde content. Neem alstublieft contact op met de winkeleigenaar."
6
  "An error occurred while getting the requested content.","Er is een fout opgetreden bij het ophalen van de gevraagde content."
7
  "An error occurred while getting the requested content. Please contact the store owner.","Er is een fout opgetreden bij het ophalen van de gevraagde content. Neem alstublieft contact op met de winkeleigenaar."
8
  "An error occurred while saving the file(s).","Er is een fout opgetreden bij het opslaan van het/de bestand(en)."
@@ -42,6 +41,7 @@
42
  "Max. Downloads","Max. Downloads"
43
  "Message:","Bericht:"
44
  "Move","Verplaats"
 
45
  "My Downloadable Products","Mijn Downloadbare Producten"
46
  "Open Links in New Window","Open Links in Nieuw Venster"
47
  "Order #","Bestelling #"
@@ -65,13 +65,16 @@
65
  "Remove links and samples from downloadable product","Verwijder links en voorbeelden van downloadbaar product"
66
  "Requested link does not exist.","Gevraagde link bestaat niet."
67
  "Retrieve links and samples list from downloadable product","Ontvang links- en voorbeeldenlijst van downloadbaar product"
 
68
  "Sample","Monster"
69
  "See price before order confirmation.","Zie prijs voor bevestiging van bestelling."
70
  "Shareable","Deelbaar"
71
  "Shipped","Verzonden"
 
72
  "Sort Order","Sorteer Bestelling"
73
  "Start Download","Start download"
74
  "Status","Status"
 
75
  "The file does not exist.","Het bestand bestaat niet."
76
  "The link has expired.","De link is verlopen."
77
  "The link is not available.","De link is niet beschikbaar."
@@ -80,6 +83,7 @@
80
  "To:","Aan:"
81
  "U","U"
82
  "Unlimited","Onbeperkt"
 
83
  "Use Content-Disposition","Gebruik Content-Disposition"
84
  "Use Default Value","Standaardwaarde gebruiken"
85
  "View Order","Bestelling bekijken"
2
  "Add New Row","Voeg Nieuwe Rij Toe"
3
  "Add links and samples to downloadable product","Voeg links en voorbeelden toe aan te downloaden product"
4
  "Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with \'_\'.","Alfanumerieke, schuine streep en onderstreepte lettertekens worden aangeraden voor bestandsnamen. Ongeschikte lettertekens worden vervangen met \'_\'."
 
5
  "An error occurred while getting the requested content.","Er is een fout opgetreden bij het ophalen van de gevraagde content."
6
  "An error occurred while getting the requested content. Please contact the store owner.","Er is een fout opgetreden bij het ophalen van de gevraagde content. Neem alstublieft contact op met de winkeleigenaar."
7
  "An error occurred while saving the file(s).","Er is een fout opgetreden bij het opslaan van het/de bestand(en)."
41
  "Max. Downloads","Max. Downloads"
42
  "Message:","Bericht:"
43
  "Move","Verplaats"
44
+ "Move to wishlist","Naar verlanglijst verplaatsen"
45
  "My Downloadable Products","Mijn Downloadbare Producten"
46
  "Open Links in New Window","Open Links in Nieuw Venster"
47
  "Order #","Bestelling #"
65
  "Remove links and samples from downloadable product","Verwijder links en voorbeelden van downloadbaar product"
66
  "Requested link does not exist.","Gevraagde link bestaat niet."
67
  "Retrieve links and samples list from downloadable product","Ontvang links- en voorbeeldenlijst van downloadbaar product"
68
+ "SKU","Verhandelbare Eenheid"
69
  "Sample","Monster"
70
  "See price before order confirmation.","Zie prijs voor bevestiging van bestelling."
71
  "Shareable","Deelbaar"
72
  "Shipped","Verzonden"
73
+ "Sorry, there was an error getting requested content. Please contact the store owner.","Helaas is een fout opgetreden tijdens het opvragen van de gevraagde inhoud. Neem contact op met de eigenaar van de winkel."
74
  "Sort Order","Sorteer Bestelling"
75
  "Start Download","Start download"
76
  "Status","Status"
77
+ "Subtotal","Subtotaal"
78
  "The file does not exist.","Het bestand bestaat niet."
79
  "The link has expired.","De link is verlopen."
80
  "The link is not available.","De link is niet beschikbaar."
83
  "To:","Aan:"
84
  "U","U"
85
  "Unlimited","Onbeperkt"
86
+ "Update","Updaten"
87
  "Use Content-Disposition","Gebruik Content-Disposition"
88
  "Use Default Value","Standaardwaarde gebruiken"
89
  "View Order","Bestelling bekijken"
app/locale/nl_NL/Mage_Eav.csv CHANGED
@@ -49,7 +49,7 @@
49
  "Data integrity: No header row found for attribute","Data integriteit: Geen koptekst rij gevonden voor attribuut"
50
  "Date","Datum"
51
  "Decimal Number","Decimaal Getal"
52
- "Default Product Listing Sort by not exists on Available Product Listing Sort By","Default Product Listing Sort by bestaat niet op Available Product Listing Sort By"
53
  "Default Value","Vaststaande Waarde"
54
  "Default option value is not defined","Vaststaande optie waarde is niet gedefinieerd."
55
  "Delete","Verwijderen"
@@ -108,7 +108,6 @@
108
  "System","Systeem"
109
  "Text Area","Tekstgebied"
110
  "Text Field","Tekstveld"
111
- "The attribute code \'%s\' is reserved by system. Please try another attribute code","De attribuutcode \'%s\' is door het systeem gereserveerd. Probeer alsjeblieft een andere attribuutcode."
112
  "The value of attribute ""%s"" must be unique","De waarde van attribuut ""%s"" moet uniek zijn"
113
  "The value of attribute ""%s"" must be unique.","De waarde van attribute ""%s"" moet uniek zijn."
114
  "This attribute is used in configurable products","Dit attribuut wordt gebruikt in configureerbare producten"
49
  "Data integrity: No header row found for attribute","Data integriteit: Geen koptekst rij gevonden voor attribuut"
50
  "Date","Datum"
51
  "Decimal Number","Decimaal Getal"
52
+ "Default Product Listing Sort by does not exist in Available Product Listing Sort By.","Standaard Productoverzicht Sorteer op bestaat niet in voorraad Productoverzicht Sorteer op."
53
  "Default Value","Vaststaande Waarde"
54
  "Default option value is not defined","Vaststaande optie waarde is niet gedefinieerd."
55
  "Delete","Verwijderen"
108
  "System","Systeem"
109
  "Text Area","Tekstgebied"
110
  "Text Field","Tekstveld"
 
111
  "The value of attribute ""%s"" must be unique","De waarde van attribuut ""%s"" moet uniek zijn"
112
  "The value of attribute ""%s"" must be unique.","De waarde van attribute ""%s"" moet uniek zijn."
113
  "This attribute is used in configurable products","Dit attribuut wordt gebruikt in configureerbare producten"
app/locale/nl_NL/Mage_GoogleAnalytics.csv CHANGED
@@ -1,4 +1,5 @@
1
  "Account Number","Account nummer"
2
  "Enable","Maak bruikbaar"
 
3
  "Google API","Google API"
4
  "Google Analytics","Google Analytics"
1
  "Account Number","Account nummer"
2
  "Enable","Maak bruikbaar"
3
+ "Enable IP anonymization","Activeer IP-anonimisering"
4
  "Google API","Google API"
5
  "Google Analytics","Google Analytics"
app/locale/nl_NL/Mage_GoogleCheckout.csv CHANGED
@@ -8,7 +8,6 @@
8
  "A virtual item to reflect the discount total","Een virtueel artikel om de totale korting te zien"
9
  "A virtual item to reflect the tax total","Een virtueel artikel om de totale b.t.w. te zien"
10
  "AVS Status: %s","Status van adres verificatie: %s"
11
- "Add","Toevoegen"
12
  "Add Shipping Method","Voeg Verzendmethode toe"
13
  "Allowed Methods","Toegestane Methoden"
14
  "Amount: %s","Aantal: %s"
@@ -64,6 +63,7 @@
64
  "Google Order Status Change:","Google Bestellingsstatus Verandering:"
65
  "Google Refund:","Google Terugbetaling:"
66
  "Google Risk Information:","Google Risico Informatie:"
 
67
  "Ground","Grond"
68
  "Hide Cart Contents","Verberg Kaart Inhoud"
69
  "Home Delivery","Thuisbezorging"
@@ -109,8 +109,7 @@
109
  "Rate 3 Ship To Applicable Countries","Niveau 3 Verzend Naar Geschikte Landen"
110
  "Rate 3 Ship to Specific Countries","Niveau 3 Verzend naar Specifieke Landen"
111
  "Rate 3 Title","Niveau 3 Titel"
112
- "Remove","Verwijderen"
113
- "Required for live Google Checkout transactions.","Noodzakelijk voor live Google Checkout transacties."
114
  "Residential","residentieel"
115
  "Sandbox","Zandbak"
116
  "Secure Callback URL","Veilige Terugbelfunctie URL"
8
  "A virtual item to reflect the discount total","Een virtueel artikel om de totale korting te zien"
9
  "A virtual item to reflect the tax total","Een virtueel artikel om de totale b.t.w. te zien"
10
  "AVS Status: %s","Status van adres verificatie: %s"
 
11
  "Add Shipping Method","Voeg Verzendmethode toe"
12
  "Allowed Methods","Toegestane Methoden"
13
  "Amount: %s","Aantal: %s"
63
  "Google Order Status Change:","Google Bestellingsstatus Verandering:"
64
  "Google Refund:","Google Terugbetaling:"
65
  "Google Risk Information:","Google Risico Informatie:"
66
+ "GoogleCheckout is not configured","GoogleCheckout is niet geconfigureerd"
67
  "Ground","Grond"
68
  "Hide Cart Contents","Verberg Kaart Inhoud"
69
  "Home Delivery","Thuisbezorging"
109
  "Rate 3 Ship To Applicable Countries","Niveau 3 Verzend Naar Geschikte Landen"
110
  "Rate 3 Ship to Specific Countries","Niveau 3 Verzend naar Specifieke Landen"
111
  "Rate 3 Title","Niveau 3 Titel"
112
+ "Required for live Google Checkout transactions. Make sure that this option corresponds to Use Secure URLs in Frontend (""Web"" > ""Secure"").","Vereist voor live Google Checkout transacties. Zorg ervoor dat deze optie overeenkomt met het gebruiken van Secure URL's in Frontend (""Web""> ""Secure"")."
 
113
  "Residential","residentieel"
114
  "Sandbox","Zandbak"
115
  "Secure Callback URL","Veilige Terugbelfunctie URL"
app/locale/nl_NL/Mage_ImportExport.csv CHANGED
@@ -1,48 +1,71 @@
1
- " in rows: ","in rijen:"
2
  "-- Please Select --","-- Selecteer alstublieft --"
3
  "Adapter must be an instance of Mage_ImportExport_Model_Import_Adapter_Abstract","Adapter moet een instantie zijn van Mage_ImportExport_Model_Import_Adapter_Abstract"
 
4
  "Adapter type must be a non empty string","Adaptertype mag geen lege zin zijn"
 
 
 
 
 
 
 
 
5
  "Can not determine attribute filter type","Kan filtertype attribuut niet bepalen"
6
- "Can not find required columns: ","Kan vereist kolommen niet vinden:"
7
- "Can not get autoincrement value","Kan automatische verhogingswaarde niet verkrijgen"
8
  "Check Data","Kijk Data Na"
 
9
  "Column names have duplicates","Kolomnamen bevat dubbele invoer"
10
  "Column names is empty or is not an array","Kolomnamen is leeg of niet een reeks"
11
  "Column names: ""%s"" are invalid","Kolomnamen: ""%s"" is ongeldig"
12
- "Continue","Doorgaan"
13
  "Data is invalid or file is not uploaded","Gegevens zijn ongeldig of bestand is niet geüpload"
 
14
  "Destination directory is not writable","Bestemmingsmap is niet beschrijfbaar"
15
  "Destination file is not writable","Bestemmingsbestand is niet schrijfbaar"
16
  "Destination file path must be a string","Bestemmingspad bestand moet tekst zijn"
17
- "Entity Attributes","Eenheidattributen"
 
 
 
18
  "Entity adapter object must be an instance of Mage_ImportExport_Model_Import_Entity_Abstract","Entiteit adapterobject moet een instantie zijn van Mage_ImportExport_model_Import_Entity_Abstract"
19
  "Entity is unknown","Entiteit is onbekend"
20
  "Entity type model must be an instance of Mage_ImportExport_Model_Export_Entity_Product_Type_Abstract","Entiteit type model moet een instantie zijn van Mage_ImportExport_Model_Export_Entiteit_Product_Type_Abstract"
21
  "Entity type model must be an instance of Mage_ImportExport_Model_Import_Entity_Product_Type_Abstract","Entiteit type model moet een instantie zijn van Mage_ImportExport_Model_Import_Entiteit_Product_Type_Abstract"
22
  "Error in data structure: behaviors are mixed","Fout in datastructuur: gedragingen zijn gemengd"
23
  "Error in data structure: entity codes are mixed","Fout in datastructuur: entiteitcodes zijn gemengd"
 
24
  "Export","Export"
25
- "Export FAQ","Export FAQ"
26
- "FAQ","FAQ"
 
 
 
27
  "File does not contain data. Please upload another one","Bestand bevat geen gegevens. Upload a.u.b. een andere"
28
  "File format is unknown","Bestand format is onbekend"
29
  "File is partially valid, but import is not possible","Bestand is gedeeltelijk geldig, maar het is niet mogelijk te importeren"
30
  "File is totally invalid. Please fix errors and re-upload file","Bestand is totaal ongeldig. Herstel a.u.b. de fouten en upload bestand opnieuw"
31
  "File is valid! To start import process press ""Import"" button","Bestand is geldig! Om het importeren te starten klik op de ""Import"" knop"
32
  "File is valid, but import is not possible","Bestand is geldig, maar het is niet mogelijk te importeren"
 
 
 
33
  "Header column names already set","Koptekst kolom namen zijn reeds ingesteld"
34
  "Import","Import"
35
- "Import / Export FAQ (Frequently Asked Questions)","Import / Export FAQ (Veel Gestelde Vragen)"
36
- "Import FAQ","Import FAQ"
 
37
  "Import successfully done.","Import is succesvol gelukt"
38
  "Import/Export","Import/Export"
39
- "In/Out","In/Uit"
40
  "Input entity code is not equal to entity adapter code","Ingevoerde entity code staat niet gelijk aan de entity adapter code"
41
  "Invalid entity","Ongeldige entity"
 
42
  "Invalid file format","Ongeldig bestandsformat"
43
  "Invalid parameters","Ongeldige parameters"
44
  "Invalid seek position","Ongeldige zoek positie"
45
  "Invalid value for '%s'","Ongeldige waarde voor '%s'"
 
46
  "No filter data provided","Geen gefilterde data gegeven"
47
  "No source specified","Geen bron gespecificeerd"
48
  "No valid data sent","Geen geldige gegevens verzonden"
@@ -51,13 +74,20 @@
51
  "Not implemented yet","Nog niet ingevoerd"
52
  "Please fix errors and re-upload file","Herstel a.u.b. fouten en upload bestand opnieuw"
53
  "Please fix errors and re-upload file or simply press ""Import"" button to skip rows with errors","Gelieve de fouten te corrigeren en de bestanden opnieuw te uploaden of klik simpelweg ""Importeer"" om een regel met fouten over te slaan"
54
- "Some other FAQ","Andere FAQ"
 
 
 
55
  "Source file moving failed","Verplaatsen van het bronbestand mislukt"
56
  "Source file path must be a string","Bronbestand moet een string zijn"
57
  "Source is not set","Bron is niet aangegeven"
58
  "Status","Status"
59
- "System busy","Systeem bezig"
60
  "There are no product types available for export","Er zijn geen product types beschikbaar voor export"
 
 
61
  "Total size of uploadable files must not exceed %s","Totale grootte van bestanden die geüpload dienen te worden moet niet groter zijn dan %s"
 
62
  "Uploaded file has no extension","Het geüploade bestand heeft geen uitgang"
63
- "Validation Results","Validatie Resultaten"
 
 
1
+ "%s file does not exists or is not readable","%s bestand bestaat niet of is onleesbaar"
2
  "-- Please Select --","-- Selecteer alstublieft --"
3
  "Adapter must be an instance of Mage_ImportExport_Model_Import_Adapter_Abstract","Adapter moet een instantie zijn van Mage_ImportExport_Model_Import_Adapter_Abstract"
4
+ "Adapter object must be an instance of %s","Er moet %s worden ingevoerd"
5
  "Adapter type must be a non empty string","Adaptertype mag geen lege zin zijn"
6
+ "Append Complex Data","Voeg Complex Data Toe"
7
+ "Attribute Code","Attribuutcode"
8
+ "Attribute Label","Attribuutlabel"
9
+ "Attribute does not has options, so filtering is impossible","Attribuut heeft geen opties, dus filtering is onmogelijk"
10
+ "Begin data validation","Begin gegevensvalidatie"
11
+ "Begin export of %s","Begin export van %s"
12
+ "Begin import of ""%s"" with ""%s"" behavior","Begin import van ""%s"" met ""%s"" gedrag"
13
+ "CSV","CSV"
14
  "Can not determine attribute filter type","Kan filtertype attribuut niet bepalen"
15
+ "Can not find required columns: %s","Kan de benodigde %s kolommen vinden"
16
+ "Cannot get autoincrement value","Kan autoincrement waarde niet krijgen"
17
  "Check Data","Kijk Data Na"
18
+ "Checked rows: %d, checked entities: %d, invalid rows: %d, total errors: %d","Rijen gecontroleerd: %d, gecontroleerde eenheden: %d ongeldige rijen: %d, totaal aantal fouten: %sd"
19
  "Column names have duplicates","Kolomnamen bevat dubbele invoer"
20
  "Column names is empty or is not an array","Kolomnamen is leeg of niet een reeks"
21
  "Column names: ""%s"" are invalid","Kolomnamen: ""%s"" is ongeldig"
22
+ "Customers","Klanten"
23
  "Data is invalid or file is not uploaded","Gegevens zijn ongeldig of bestand is niet geüpload"
24
+ "Delete Entities","Verwijder Eenheden"
25
  "Destination directory is not writable","Bestemmingsmap is niet beschrijfbaar"
26
  "Destination file is not writable","Bestemmingsbestand is niet schrijfbaar"
27
  "Destination file path must be a string","Bestemmingspad bestand moet tekst zijn"
28
+ "Done import data validation","import gegevensvalidatie voltooid"
29
+ "Duplicate Unique Attribute for '%s'","Dubbele Unieke Eigenschap voor '%s'"
30
+ "Entity Type","Eenheid Type"
31
+ "Entity adapter obejct must be an instance of Mage_ImportExport_Model_Export_Entity_Abstract","Entiteit adapter obejct moet een instantie van Mage_ImportExport_Model_Export_Entity_Abstract worden"
32
  "Entity adapter object must be an instance of Mage_ImportExport_Model_Import_Entity_Abstract","Entiteit adapterobject moet een instantie zijn van Mage_ImportExport_model_Import_Entity_Abstract"
33
  "Entity is unknown","Entiteit is onbekend"
34
  "Entity type model must be an instance of Mage_ImportExport_Model_Export_Entity_Product_Type_Abstract","Entiteit type model moet een instantie zijn van Mage_ImportExport_Model_Export_Entiteit_Product_Type_Abstract"
35
  "Entity type model must be an instance of Mage_ImportExport_Model_Import_Entity_Product_Type_Abstract","Entiteit type model moet een instantie zijn van Mage_ImportExport_Model_Import_Entiteit_Product_Type_Abstract"
36
  "Error in data structure: behaviors are mixed","Fout in datastructuur: gedragingen zijn gemengd"
37
  "Error in data structure: entity codes are mixed","Fout in datastructuur: entiteitcodes zijn gemengd"
38
+ "Errors limit (%d) reached. Please fix errors and re-upload file","Fouten limiet (%d) bereikt. Gelieve de fouten te repareren en het bestand opnieuw te uploaden"
39
  "Export","Export"
40
+ "Export File Format","Export Bestand Formaat"
41
+ "Export Settings","Export Instellingen"
42
+ "Export has been done.","Export is voltooid."
43
+ "Exported %s rows.","Geëxporteerde %s regels."
44
+ "File does not contain data.","Bestand bevat geen gegevens."
45
  "File does not contain data. Please upload another one","Bestand bevat geen gegevens. Upload a.u.b. een andere"
46
  "File format is unknown","Bestand format is onbekend"
47
  "File is partially valid, but import is not possible","Bestand is gedeeltelijk geldig, maar het is niet mogelijk te importeren"
48
  "File is totally invalid. Please fix errors and re-upload file","Bestand is totaal ongeldig. Herstel a.u.b. de fouten en upload bestand opnieuw"
49
  "File is valid! To start import process press ""Import"" button","Bestand is geldig! Om het importeren te starten klik op de ""Import"" knop"
50
  "File is valid, but import is not possible","Bestand is geldig, maar het is niet mogelijk te importeren"
51
+ "File was not uploaded","Bestand was niet geüpload"
52
+ "Filter","Filter"
53
+ "From","Van"
54
  "Header column names already set","Koptekst kolom namen zijn reeds ingesteld"
55
  "Import","Import"
56
+ "Import Behavior","Import Gedrag"
57
+ "Import Settings","Import Instellingen"
58
+ "Import has been done successfuly.","Import is succesvol gedaan."
59
  "Import successfully done.","Import is succesvol gelukt"
60
  "Import/Export","Import/Export"
 
61
  "Input entity code is not equal to entity adapter code","Ingevoerde entity code staat niet gelijk aan de entity adapter code"
62
  "Invalid entity","Ongeldige entity"
63
+ "Invalid entity model","Ongeldig eenheidsmodel"
64
  "Invalid file format","Ongeldig bestandsformat"
65
  "Invalid parameters","Ongeldige parameters"
66
  "Invalid seek position","Ongeldige zoek positie"
67
  "Invalid value for '%s'","Ongeldige waarde voor '%s'"
68
+ "Invalid value for '%s' column","Ongeldige waarde voor '%s' kolom"
69
  "No filter data provided","Geen gefilterde data gegeven"
70
  "No source specified","Geen bron gespecificeerd"
71
  "No valid data sent","Geen geldige gegevens verzonden"
74
  "Not implemented yet","Nog niet ingevoerd"
75
  "Please fix errors and re-upload file","Herstel a.u.b. fouten en upload bestand opnieuw"
76
  "Please fix errors and re-upload file or simply press ""Import"" button to skip rows with errors","Gelieve de fouten te corrigeren en de bestanden opnieuw te uploaden of klik simpelweg ""Importeer"" om een regel met fouten over te slaan"
77
+ "Products","Producten"
78
+ "Replace Existing Complex Data","Vervang Bestaande Complex Data"
79
+ "Select File to Import","Selecteer Bestand om te Importeren"
80
+ "Skip","Sla over"
81
  "Source file moving failed","Verplaatsen van het bronbestand mislukt"
82
  "Source file path must be a string","Bronbestand moet een string zijn"
83
  "Source is not set","Bron is niet aangegeven"
84
  "Status","Status"
 
85
  "There are no product types available for export","Er zijn geen product types beschikbaar voor export"
86
+ "There is no data for export","Er is geen data om te exporteren"
87
+ "To","Naar"
88
  "Total size of uploadable files must not exceed %s","Totale grootte van bestanden die geüpload dienen te worden moet niet groter zijn dan %s"
89
+ "Unknown attribute filter type","Onbekend attributenfilter type"
90
  "Uploaded file has no extension","Het geüploade bestand heeft geen uitgang"
91
+ "Validation finished successfully","Validatie voltooid met succes"
92
+ "in rows","in regels"
93
+ "in rows:","in regels:"
app/locale/nl_NL/Mage_Index.csv CHANGED
@@ -6,6 +6,7 @@
6
  "Change Index Mode","Change Index Modus"
7
  "Click here to go to <a href=""%s"">Cache Management</a> and refresh cache types.","Klik hier om naar <a href=""%s"">Cache beheer</a> te gaan en ververs cachetypes."
8
  "Click here to go to <a href=""%s"">Index Management</a> and rebuild required indexes.","Klik hier om naar <a href=""%s"">Indexbeheer</a> te gaan en de vereiste indices te herbouwen."
 
9
  "Description","Beschrijving"
10
  "Disable","Maak onbruikbaar"
11
  "Enable","Maak bruikbaar"
@@ -32,6 +33,7 @@
32
  "Refresh","Ververs"
33
  "Reindex Data","Data herindexeren"
34
  "Reindex Required","Herindexering noodzakelijk"
 
35
  "Status","Status"
36
  "System","Systeem"
37
  "The index has been saved.","De index is opgeslagen."
6
  "Change Index Mode","Change Index Modus"
7
  "Click here to go to <a href=""%s"">Cache Management</a> and refresh cache types.","Klik hier om naar <a href=""%s"">Cache beheer</a> te gaan en ververs cachetypes."
8
  "Click here to go to <a href=""%s"">Index Management</a> and rebuild required indexes.","Klik hier om naar <a href=""%s"">Indexbeheer</a> te gaan en de vereiste indices te herbouwen."
9
+ "Delete","Verwijderen"
10
  "Description","Beschrijving"
11
  "Disable","Maak onbruikbaar"
12
  "Enable","Maak bruikbaar"
33
  "Refresh","Ververs"
34
  "Reindex Data","Data herindexeren"
35
  "Reindex Required","Herindexering noodzakelijk"
36
+ "Revoke","Intrekken"
37
  "Status","Status"
38
  "System","Systeem"
39
  "The index has been saved.","De index is opgeslagen."
app/locale/nl_NL/Mage_Newsletter.csv CHANGED
@@ -31,6 +31,7 @@
31
  "Edit Queue","Bewerk Rij"
32
  "Edit Template","Bewerk Sjabloon"
33
  "Email","Email"
 
34
  "Error Code","Fout Code"
35
  "Error Text","Fout Omschrijving"
36
  "Follow this link to unsubscribe <!-- This tag is for unsubscribe link --><a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>","Volg deze link om je af te melden &lt;!-- Deze tag is voor de afmeldingslink --&gt;<a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>"
@@ -48,6 +49,7 @@
48
  "Newsletter Problem Reports","Nieuwsbrief Probleem Overzichten"
49
  "Newsletter Queue","Nieuwsbrief Wachtrij"
50
  "Newsletter Section","Nieuwsbrief sectie"
 
51
  "Newsletter Styles","Nieuwsbrief stijlen"
52
  "Newsletter Subscribers","Nieuwsbrief abonnees"
53
  "Newsletter Subscription","Nieuwsbrief abonnement"
@@ -100,6 +102,7 @@
100
  "Store","Winkel"
101
  "Store View","Aanblik winkel"
102
  "Subject","Onderwerp"
 
103
  "Subscribe","Inschrijven"
104
  "Subscribed","Uitschrijven"
105
  "Subscriber","Abonnee"
31
  "Edit Queue","Bewerk Rij"
32
  "Edit Template","Bewerk Sjabloon"
33
  "Email","Email"
34
+ "Enter your email address","Vul hier uw e-mailadres in"
35
  "Error Code","Fout Code"
36
  "Error Text","Fout Omschrijving"
37
  "Follow this link to unsubscribe <!-- This tag is for unsubscribe link --><a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>","Volg deze link om je af te melden &lt;!-- Deze tag is voor de afmeldingslink --&gt;<a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>"
49
  "Newsletter Problem Reports","Nieuwsbrief Probleem Overzichten"
50
  "Newsletter Queue","Nieuwsbrief Wachtrij"
51
  "Newsletter Section","Nieuwsbrief sectie"
52
+ "Newsletter Sign-up:","Aanmelden voor Nieuwsbrief:"
53
  "Newsletter Styles","Nieuwsbrief stijlen"
54
  "Newsletter Subscribers","Nieuwsbrief abonnees"
55
  "Newsletter Subscription","Nieuwsbrief abonnement"
102
  "Store","Winkel"
103
  "Store View","Aanblik winkel"
104
  "Subject","Onderwerp"
105
+ "Submit","Bevestig"
106
  "Subscribe","Inschrijven"
107
  "Subscribed","Uitschrijven"
108
  "Subscriber","Abonnee"
app/locale/nl_NL/Mage_Oauth.csv CHANGED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%name% '%value%' is too long. It must has length %min% symbols.","%name% '%value%' is te lang. Het moet een lengte hebben %min% symbolen."
2
+ "%name% '%value%' is too short. It must has length %min% symbols.","%name% '%value%' is te kort. Het moet een lengte hebben %min% symbolen."
3
+ "* Required Fields","* Vereiste velden"
4
+ "<strong>%s</strong> requests access to your account","<strong>%s</strong> requests access to your account"
5
+ "Admin","Admin"
6
+ "After authorization application will have access to you account.","After authorization application will have access to you account."
7
+ "An error occurred on confirm authorize.","Er is een fout opgetreden tijdens de bevestiging van de autorisatie."
8
+ "An error occurred on delete action.","Er is een fout opgetreden tijdens de verwijder actie."
9
+ "An error occurred on delete application.","Er is een fout opgetreden tijdens het verwijderen van de toepassing."
10
+ "An error occurred on reject authorize.","Er is een fout opgetreden tijdens het afwijzen van de autorisatie."
11
+ "An error occurred on saving consumer data.","Er is een fout opgetreden tijdens het opslaan van de consumentengegevens."
12
+ "An error occurred on update revoke status.","Er is een fout opgetreden tijdens het wijzigen van de status intrekken."
13
+ "An error occurred while deleting the consumer.","Er is een fout opgetreden tijdens het verwijderen van de consument."
14
+ "An error occurred.","Er is een fout opgetreden."
15
+ "An error occurred. Your authorization request is invalid.","Er is een fout opgetreden. Uw autorisatie verzoek is ongeldig."
16
+ "App Name","App Naam"
17
+ "Application ""%s"" has been deleted.","Toepassing ""%s"" is verwijderd."
18
+ "Application ""%s"" has been enabled.","Toepassing ""%s"" is ingeschakeld."
19
+ "Application ""%s"" has been revoked.","Toepassing ""%s"" is ingetrokken."
20
+ "Application Name","Naam toepassing"
21
+ "Application not found.","Toepassing niet gevonden."
22
+ "Are you sure you want to delete this application?","Weet u zeker dat u deze toepassing wilt verwijderen?"
23
+ "Are you sure you want to disable this application?","Weet u zeker dat u deze toepassing wilt verwijderen?"
24
+ "Are you sure you want to enable this application?","Weet u zeker dat u deze toepassing mogelijk wilt maken?"
25
+ "Authorization confirmed","Authorization confirmed"
26
+ "Authorization confirmed.","Autorisatie bevestigd."
27
+ "Authorize","Authorize"
28
+ "Authorize application","Authorize application"
29
+ "Authorized Tokens","Geautoriseerde Tokens"
30
+ "Callback URL","Callback URL"
31
+ "Cleanup Probability","Opschonings Waarschijnlijkheid"
32
+ "Cleanup Settings","Opschonings Instellingen"
33
+ "Close","Sluiten"
34
+ "Confirm OAuth token authorization","Bevestig OAuth token autorisatie"
35
+ "Confirm token authorization Pop Up for admin","Confirm token authorization Pop Up for admin"
36
+ "Confirm token authorization for admin","Confirm token authorization for admin"
37
+ "Confirmation Of Authorization","Confirmation Of Authorization"
38
+ "Consumer Information","Consumenteninformatie"
39
+ "Consumer Name","Consument Naam"
40
+ "Consumers","Consumenten"
41
+ "Created At","Gemaakt op"
42
+ "Customer","Klant"
43
+ "Customer My Account My OAuth Applications","Consumentenservice Mijn account Mijn OAuth Toepassingen"
44
+ "Delete","Verwijderen"
45
+ "Disable","Maak onbruikbaar"
46
+ "Disabled","Uitgeschakeld"
47
+ "Edit","Bewerken"
48
+ "Edit Consumer","Bewerk consument"
49
+ "Email","Email"
50
+ "Email Address","e-mailadres"
51
+ "Enable","Stel in werking"
52
+ "Enabled","Aan"
53
+ "Entry with ID #%s not found.","Entry met ID #%s niet gevonden."
54
+ "Expiration Period","Vervalperiode"
55
+ "Give the verifier code to application administrator","Give the verifier code to application administrator"
56
+ "ID","ID"
57
+ "Invalid Callback URL","Ongeldige Callback URL"
58
+ "Invalid ID parameter.","Ongeldige ID parameter."
59
+ "Invalid Rejected Callback URL","Ongeldige Verworpen Callback URL"
60
+ "Invalid entry ID.","Ongeldige entry ID."
61
+ "Invalid revoke status.","Intrekken status ongeldig."
62
+ "Key","Sleutel"
63
+ "Log In","Inloggen"
64
+ "Log in as a customer","Log in als een consument"
65
+ "Log in as admin","Log in als beheerder"
66
+ "Log in as customer","Log in als consument"
67
+ "Log in to use <strong>%s</strong>","Log in to use <strong>%s</strong>"
68
+ "Login","Log in"
69
+ "My Applications","My Applications"
70
+ "Name","Naam"
71
+ "New Consumer","Nieuwe Consument"
72
+ "OAuth","OAuth"
73
+ "OAuth Admin My Apps","OAuth Beheerd Mijn apps"
74
+ "OAuth Authorized Tokens","OAuth Geautoriseerde Tokens"
75
+ "OAuth Consumers","OAuth Consumers"
76
+ "OAuth authorization Pop Up for customer","OAuth autorisatie Pop Up voor de consument"
77
+ "OAuth authorization for admin","OAuth authorization for admin"
78
+ "OAuth authorization for customer","OAuth autorisatie voor consument"
79
+ "OAuth authorization simple for admin","OAuth authorization simple for admin"
80
+ "Password","Wachtwoord"
81
+ "Permissions","Toestemmingen"
82
+ "Please login to proceed authorization.","Log in om de autorisatie door te voeren."
83
+ "Please select needed row(s).","Selecteer noodzakelijke regel(s)."
84
+ "Please select revoke status.","Selecteer status intrekken."
85
+ "REST - My Apps","REST - Mijn apps"
86
+ "REST - OAuth Authorized Tokens","REST - OAuth Geautoriseerde Tokens"
87
+ "REST - OAuth Consumers","REST - OAuth Consumenten"
88
+ "Reject","Wijs af"
89
+ "Reject OAuth token authorization","Weiger OAuth token autorisatie"
90
+ "Reject authorization","Weiger autorisatie"
91
+ "Reject token authorization Pop Up for admin","Reject token authorization Pop Up for admin"
92
+ "Reject token authorization for admin","Reject token authorization for admin"
93
+ "Rejected Callback URL","Afgewezen Callback URL"
94
+ "Rejection Of Authorization","Rejection Of Authorization"
95
+ "Revoked","ingetrokken"
96
+ "Role Name","Rolnaam"
97
+ "Save","Opslaan"
98
+ "Save and Continue Edit","Opslaan en doorgaan met bewerken"
99
+ "Secret","geheim"
100
+ "Selected entries enabled.","Geselecteerde inzendingen zijn ingeschakeld."
101
+ "Selected entries has been deleted.","Geselecteerde inzendingen zijn verwijderd."
102
+ "Selected entries revoked.","Geselecteerde inzendingen zijn ingetrokken."
103
+ "Status","Status"
104
+ "System","Systeem"
105
+ "The application access request is rejected.","Het verzoek tot toegang van de toepassingen is afgewezen."
106
+ "The consumer has been deleted.","De consument is verwijderd."
107
+ "The consumer has been saved.","De consument is opgeslagen."
108
+ "Token Status Change","Token Status Aanpassen"
109
+ "Token Status Change Email Template","Token Status Verander E-mail Template"
110
+ "Unable to find a consumer.","Niet in staat om de consument te vinden."
111
+ "User ID","Gebruikers ID"
112
+ "User Name","Gebruikersnaam"
113
+ "User Type","Gebruikerstype"
114
+ "Verifier code: %s","Verifier code: %s"
115
+ "You have no applications.","U heeft geen verzoeken."
116
+ "deleted","verwijderd"
117
+ "enabled","ingeschakeld"
118
+ "revoked","ingetrokken"
app/locale/nl_NL/Mage_Page.csv CHANGED
@@ -1,5 +1,7 @@
1
  "%s Item(s)","%s Artikel(en)"
2
- "&copy; 2008 Magento Demo Store. All Rights Reserved.","&copy; 2008 Magento Demo Store. Alle rechten voorbehouden."
 
 
3
  "(Shift-)Click or drag to change value","(Shift-)Klik of sleep om de waarde te veranderen"
4
  "(ver. %s)","(ver. %s)"
5
  "- Click on any of the time parts to increase it","- Klik op een van de tijd gedeeltes om deze te verhogen"
@@ -14,6 +16,7 @@
14
  "2 columns with right bar","2 kolommen met rechterbalk"
15
  "3 columns","3 kolommen"
16
  "About the calendar","Over de kalender"
 
17
  "All Empty Layout Pages","Alle lege opmaakpagina's"
18
  "All One-Column Layout Pages","Alle een-kolom opmaakpagina's"
19
  "All Pages","Alle pagina's"
@@ -22,6 +25,7 @@
22
  "All Two-Column Layout Pages (Left Column)","Alle twee-kolom opmaakpagina's (linkerbalk)"
23
  "All Two-Column Layout Pages (Right Column)","Alle twee-kolom opmaakpagina's (rechterbalk)"
24
  "Allow","Toestaan"
 
25
  "Click <a href=""%s"">here</a> if nothing has happened","Klik <a href=""%s"">hier</a> als niets is gebeurd"
26
  "Close","Sluiten"
27
  "Close Window","Venster Sluiten"
@@ -34,13 +38,16 @@
34
  "Drag to move","Sleep om te verplaatsen"
35
  "Empty","Leeg"
36
  "For latest version visit: %s","Zie voor de laatste versie: %s"
 
37
  "Go Today","Ga Vandaag"
38
  "Help Us to Keep Magento Healthy","Help ons Magento gezond te houden"
39
  "Interface Language","Interface Taal"
40
  "Items %s to %s of %s total","Onderdelen %s tot %s van totaal %s"
41
  "JavaScript seems to be disabled in your browser.","JavaScript lijkt uitgeschakeld te zijn in uw browser."
42
  "Left Column","Linker Kolom"
 
43
  "Main Content Area","Area Hoofd Inhoud"
 
44
  "Navigation Bar","Navigatiebalk"
45
  "Next","Volgende"
46
  "Next month (hold for menu)","Volgende maand (houd ingedrukt voor menu)"
@@ -55,15 +62,18 @@
55
  "Previous","Vorige"
56
  "Redirecting...","Doorverwijzen..."
57
  "Report All Bugs","Rapporteer Alle Bugs"
 
58
  "Right Column","Rechterkolom"
 
59
  "Select Store","Selecteer winkel"
60
  "Select Store:","Selecteer winkel:"
61
  "Select date","Selecteer datum"
62
  "Show","Toon"
63
  "This is a demo store. Any orders placed through this store will not be honored or fulfilled.","Dit is een demo winkel. Geplaatste bestellingen bij deze winkel worden niet gehonoreerd of uitgevoerd."
64
- "This website requires cookies provide all of its features. For more information on what data is contained in the cookies, please see our <a href=""%s"">privacy policy page</a> To accept cookies from this site, please click accept below.","Deze website vereist cookies voor al zijn functies. Voor meer informatie over welke gegevens in de cookies zitten, zie onze <a href=""%s""> privacybeleid pagina </a> om cookies te accepteren van deze site, klik hieronder om te accepteren."
65
  "Time selection:","Tijdselectie:"
66
  "Time:","Tijd:"
 
67
  "Welcome, %s!","Welkom, %s!"
68
  "You must have JavaScript enabled in your browser to utilize the functionality of this website.","U moet JavaScript in uw browser hebben ingeschakeld om de functionaliteit van de website te gebruiken."
69
  "Your Language","Uw taal"
1
  "%s Item(s)","%s Artikel(en)"
2
+ "%s-%s of %s","%s-%s van %s"
3
+ "&copy; 2012 Magento Demo Store. All Rights Reserved.","&copy; 2012 Magento Demo Store. Alle Rechten Voorbehouden."
4
+ "&copy; 2013 Magento Demo Store. All Rights Reserved.","&copy; 2013 Magento Demo Winkel. Alle rechten voorbehouden."
5
  "(Shift-)Click or drag to change value","(Shift-)Klik of sleep om de waarde te veranderen"
6
  "(ver. %s)","(ver. %s)"
7
  "- Click on any of the time parts to increase it","- Klik op een van de tijd gedeeltes om deze te verhogen"
16
  "2 columns with right bar","2 kolommen met rechterbalk"
17
  "3 columns","3 kolommen"
18
  "About the calendar","Over de kalender"
19
+ "Account","Account"
20
  "All Empty Layout Pages","Alle lege opmaakpagina's"
21
  "All One-Column Layout Pages","Alle een-kolom opmaakpagina's"
22
  "All Pages","Alle pagina's"
25
  "All Two-Column Layout Pages (Left Column)","Alle twee-kolom opmaakpagina's (linkerbalk)"
26
  "All Two-Column Layout Pages (Right Column)","Alle twee-kolom opmaakpagina's (rechterbalk)"
27
  "Allow","Toestaan"
28
+ "Breadcrumbs","Broodkruimels"
29
  "Click <a href=""%s"">here</a> if nothing has happened","Klik <a href=""%s"">hier</a> als niets is gebeurd"
30
  "Close","Sluiten"
31
  "Close Window","Venster Sluiten"
38
  "Drag to move","Sleep om te verplaatsen"
39
  "Empty","Leeg"
40
  "For latest version visit: %s","Zie voor de laatste versie: %s"
41
+ "Free Shipping on orders over 50$","Gratis Verzending op bestellingen boven de 50$"
42
  "Go Today","Ga Vandaag"
43
  "Help Us to Keep Magento Healthy","Help ons Magento gezond te houden"
44
  "Interface Language","Interface Taal"
45
  "Items %s to %s of %s total","Onderdelen %s tot %s van totaal %s"
46
  "JavaScript seems to be disabled in your browser.","JavaScript lijkt uitgeschakeld te zijn in uw browser."
47
  "Left Column","Linker Kolom"
48
+ "Left Column First (shows above main column on smaller screens)","Linker Kolom Eerst (wordt boven de hoofd kolom weergegeven op kleinere schermen)"
49
  "Main Content Area","Area Hoofd Inhoud"
50
+ "Menu","Menu"
51
  "Navigation Bar","Navigatiebalk"
52
  "Next","Volgende"
53
  "Next month (hold for menu)","Volgende maand (houd ingedrukt voor menu)"
62
  "Previous","Vorige"
63
  "Redirecting...","Doorverwijzen..."
64
  "Report All Bugs","Rapporteer Alle Bugs"
65
+ "Results per page","Resultaten per pagina"
66
  "Right Column","Rechterkolom"
67
+ "Search","Zoek"
68
  "Select Store","Selecteer winkel"
69
  "Select Store:","Selecteer winkel:"
70
  "Select date","Selecteer datum"
71
  "Show","Toon"
72
  "This is a demo store. Any orders placed through this store will not be honored or fulfilled.","Dit is een demo winkel. Geplaatste bestellingen bij deze winkel worden niet gehonoreerd of uitgevoerd."
73
+ "This website requires cookies to provide all of its features. For more information on what data is contained in the cookies, please see our <a href=""%s"">Privacy Policy page</a>. To accept cookies from this site, please click the Allow button below.","Deze website vereist cookies om u van alle functies gebruik te laten maken. Voor meer informatie over welke gegevens bewaard worden in de cookies, zie ons <a href=""%s"">privacybeleid</a>. Om cookies van deze site te aanvaarden, klik dan op onderstaande knop Toestaan​​."
74
  "Time selection:","Tijdselectie:"
75
  "Time:","Tijd:"
76
+ "View All ","Alles Bekijken"
77
  "Welcome, %s!","Welkom, %s!"
78
  "You must have JavaScript enabled in your browser to utilize the functionality of this website.","U moet JavaScript in uw browser hebben ingeschakeld om de functionaliteit van de website te gebruiken."
79
  "Your Language","Uw taal"
app/locale/nl_NL/Mage_PageCache.csv CHANGED
@@ -3,6 +3,7 @@
3
  "Enable External Cache","Schakel Externe Cache In"
4
  "External Cache Control","Externe Cache Besturing"
5
  "External Full Page Cache Settings","Externe Volledige Pagina Cache-instellingen"
 
6
  "External full page cache.","Externe volledige pagina cache."
7
  "Failed to load external cache control","Kan geen externe cache-control laden"
8
  "Flush External Page Cache","Flush Externe Pagina Cache"
3
  "Enable External Cache","Schakel Externe Cache In"
4
  "External Cache Control","Externe Cache Besturing"
5
  "External Full Page Cache Settings","Externe Volledige Pagina Cache-instellingen"
6
+ "External Page Cache","Externe Pagina Cache"
7
  "External full page cache.","Externe volledige pagina cache."
8
  "Failed to load external cache control","Kan geen externe cache-control laden"
9
  "Flush External Page Cache","Flush Externe Pagina Cache"
app/locale/nl_NL/Mage_Paygate.csv CHANGED
@@ -25,10 +25,12 @@
25
  "Invalid amount for partial authorization.","Ongeldig aantal voor gedeeltelijke autorisatie."
26
  "Invalid amount for refund.","Ongeldige aantal voor teruggave."
27
  "Invalid split tenderId ID.","Ongeldige split tenderld ID."
 
28
  "Maximum Order Total","Maximale Bestelling"
29
  "Merchant's Email","Verkopers e-mail"
30
  "Minimum Order Total","Minimale Bestelling"
31
  "New Order Status","Nieuwe Status van de Bestelling"
 
32
  "Payment Action","Betaling"
33
  "Payment authorization error.","Fout bij autorisatie betaling."
34
  "Payment canceling error.","Probleem met het annuleren van de betaling."
25
  "Invalid amount for partial authorization.","Ongeldig aantal voor gedeeltelijke autorisatie."
26
  "Invalid amount for refund.","Ongeldige aantal voor teruggave."
27
  "Invalid split tenderId ID.","Ongeldige split tenderld ID."
28
+ "Invalid transaction ID.","Foute transactie ID."
29
  "Maximum Order Total","Maximale Bestelling"
30
  "Merchant's Email","Verkopers e-mail"
31
  "Minimum Order Total","Minimale Bestelling"
32
  "New Order Status","Nieuwe Status van de Bestelling"
33
+ "Parent Authorize.Net transaction (ID %s) expired","Parent Authorize.Net transactie (ID %s) is verlopen"
34
  "Payment Action","Betaling"
35
  "Payment authorization error.","Fout bij autorisatie betaling."
36
  "Payment canceling error.","Probleem met het annuleren van de betaling."
app/locale/nl_NL/Mage_Payment.csv CHANGED
@@ -1,4 +1,5 @@
1
  "%s %s cycle.","%s %s cyclus."
 
2
  "--Please Select--","--Selecteer alstublieft--"
3
  "3D Secure Card Validation","3D Secure Card Validation"
4
  "3D Secure Credit Card Validation","3D Secure Credit Card Validatie"
@@ -10,23 +11,26 @@
10
  "Auto Bill on Next Cycle","Auto Rekening in Volgende Cyclus"
11
  "Automatically Invoice All Items","Automatische Factuur Alle Items"
12
  "Automatically bill the outstanding balance amount in the next billing cycle (if there were failed payments).","Breng automatisch de uitstaande balanshoeveelheid in rekening in de volgende betaalcyclus (als er mislukte betalingen waren)."
 
13
  "Billing Agreement status is not set.","Betaalovereenkomst status is niet opgesteld."
14
  "Billing Amount","Grootte Rekening"
15
  "Billing Frequency","Frequentie Rekening"
16
  "Billing Period","Periode Rekening"
17
  "Billing Period Unit","Rekening Periode Eenheid"
18
  "Billing period unit is not defined or wrong.","Rekening periode eenheid is ongedifinieerd of verkeerd."
19
- "Cannot retrieve payment method instance.","Kan betaalmethode niet terugkrijgen."
20
  "Cannot retrieve the payment info model object.","Kan het betaal info model object niet terugkrijgen."
21
  "Cannot retrieve the payment information object instance.","Kan de betalingsinformatie niet ophalen van de objectinstantie."
22
  "Cannot retrieve the payment method code.","Kan de code voor de betalingsmethode niet ophalen."
23
  "Cannot retrieve the payment method model object.","Kan betaalmethode model object niet terugkrijgen"
24
  "Capture action is not available.","Opnameactie niet beschikbaar."
25
  "Card Verification Number","Kaartverificatienummer"
 
26
  "Centinel API URL","Centinel API URL"
27
  "Check / Money Order","Bekijk / Geld Bestelling"
28
  "Credit Card Number","Nummer creditcard"
 
29
  "Credit Card Type","Type credit card"
 
30
  "Credit Card Types","Types credit card"
31
  "Credit card number mismatch with credit card type.","Kredietkaartnummer komt niet overeen met type kredietkaart."
32
  "Credit card type is not allowed for this payment method.","Type kredietkaart is niet toegestaan voor deze betalingsmethode."
@@ -37,10 +41,12 @@
37
  "Debug Mode","Debug Modus"
38
  "Enabled","Aan"
39
  "Expiration Date","Houdbaarheidsdatum"
 
40
  "Full name of the person receiving the product or service paid for by the recurring payment.","Volledige naam van de persoon die het product of de service ontvangt, betaald door de wederkerende betaling."
41
  "Incorrect credit card expiration date.","Onjuiste creditcard vervaldatum."
42
  "Initial Fee","Initiële Betaling"
43
  "Initial non-recurring payment amount due immediately upon profile creation.","Bij het aanmaken van uw profiel moet u gelijk een eenmalige betaling voldoen."
 
44
  "Internal Reference ID","Interne Referentie ID"
45
  "Invalid Credit Card Number","Ongeldig Kredietkaartnummer"
46
  "Issue Number","Uitgave Nummer"
@@ -57,6 +63,7 @@
57
  "N/A","Nvt"
58
  "Name on Card","Naam Op Kaart"
59
  "Name on the Card","Naam op de Kaart"
 
60
  "New Order Status","Nieuwe Status van de Bestelling"
61
  "Number of billing periods that make up one billing cycle.","Aantal rekeningperiodes waaruit 1 rekening cyclus bestaat."
62
  "Order action is not available.","Actie bestelling is niet beschikbaar"
@@ -111,6 +118,7 @@
111
  "The number of billing cycles for payment period.","Het aantal rekeningen per betalingsperiode."
112
  "The number of scheduled payments that can fail before the profile is automatically suspended.","Het aantal betalingen die mis mogen gaan voordat het profiel automatisch opgeschort wordt."
113
  "The payment review action is unavailable.","De optie om de betaling te herzien is niet beschikbaar."
 
114
  "Title","Titel"
115
  "Trial Billing Amount","Trial Betalingshoeveelheid"
116
  "Trial Billing Frequency","Trial Betalingsfrequentie"
1
  "%s %s cycle.","%s %s cyclus."
2
+ "* Required Fields","* Vereiste Velden"
3
  "--Please Select--","--Selecteer alstublieft--"
4
  "3D Secure Card Validation","3D Secure Card Validation"
5
  "3D Secure Credit Card Validation","3D Secure Credit Card Validatie"
11
  "Auto Bill on Next Cycle","Auto Rekening in Volgende Cyclus"
12
  "Automatically Invoice All Items","Automatische Factuur Alle Items"
13
  "Automatically bill the outstanding balance amount in the next billing cycle (if there were failed payments).","Breng automatisch de uitstaande balanshoeveelheid in rekening in de volgende betaalcyclus (als er mislukte betalingen waren)."
14
+ "Bank Transfer Payment","Bank Overdracht Betaling"
15
  "Billing Agreement status is not set.","Betaalovereenkomst status is niet opgesteld."
16
  "Billing Amount","Grootte Rekening"
17
  "Billing Frequency","Frequentie Rekening"
18
  "Billing Period","Periode Rekening"
19
  "Billing Period Unit","Rekening Periode Eenheid"
20
  "Billing period unit is not defined or wrong.","Rekening periode eenheid is ongedifinieerd of verkeerd."
 
21
  "Cannot retrieve the payment info model object.","Kan het betaal info model object niet terugkrijgen."
22
  "Cannot retrieve the payment information object instance.","Kan de betalingsinformatie niet ophalen van de objectinstantie."
23
  "Cannot retrieve the payment method code.","Kan de code voor de betalingsmethode niet ophalen."
24
  "Cannot retrieve the payment method model object.","Kan betaalmethode model object niet terugkrijgen"
25
  "Capture action is not available.","Opnameactie niet beschikbaar."
26
  "Card Verification Number","Kaartverificatienummer"
27
+ "Cash On Delivery Payment","Contant Op Bezorging Betaling"
28
  "Centinel API URL","Centinel API URL"
29
  "Check / Money Order","Bekijk / Geld Bestelling"
30
  "Credit Card Number","Nummer creditcard"
31
+ "Credit Card Number: xxxx-%s","Nummer creditcard xxxx-%s"
32
  "Credit Card Type","Type credit card"
33
+ "Credit Card Type: %s","Type credit card: %s"
34
  "Credit Card Types","Types credit card"
35
  "Credit card number mismatch with credit card type.","Kredietkaartnummer komt niet overeen met type kredietkaart."
36
  "Credit card type is not allowed for this payment method.","Type kredietkaart is niet toegestaan voor deze betalingsmethode."
41
  "Debug Mode","Debug Modus"
42
  "Enabled","Aan"
43
  "Expiration Date","Houdbaarheidsdatum"
44
+ "Expiration Date: %s/%s","Tenminste houdbaar tot: %s/%s"
45
  "Full name of the person receiving the product or service paid for by the recurring payment.","Volledige naam van de persoon die het product of de service ontvangt, betaald door de wederkerende betaling."
46
  "Incorrect credit card expiration date.","Onjuiste creditcard vervaldatum."
47
  "Initial Fee","Initiële Betaling"
48
  "Initial non-recurring payment amount due immediately upon profile creation.","Bij het aanmaken van uw profiel moet u gelijk een eenmalige betaling voldoen."
49
+ "Instructions","Instructies"
50
  "Internal Reference ID","Interne Referentie ID"
51
  "Invalid Credit Card Number","Ongeldig Kredietkaartnummer"
52
  "Issue Number","Uitgave Nummer"
63
  "N/A","Nvt"
64
  "Name on Card","Naam Op Kaart"
65
  "Name on the Card","Naam op de Kaart"
66
+ "Name on the Card: %s","Naam op de Kaart: %s"
67
  "New Order Status","Nieuwe Status van de Bestelling"
68
  "Number of billing periods that make up one billing cycle.","Aantal rekeningperiodes waaruit 1 rekening cyclus bestaat."
69
  "Order action is not available.","Actie bestelling is niet beschikbaar"
118
  "The number of billing cycles for payment period.","Het aantal rekeningen per betalingsperiode."
119
  "The number of scheduled payments that can fail before the profile is automatically suspended.","Het aantal betalingen die mis mogen gaan voordat het profiel automatisch opgeschort wordt."
120
  "The payment review action is unavailable.","De optie om de betaling te herzien is niet beschikbaar."
121
+ "The requested Payment Method is not available.","De gevraagde Betalingsmethode is niet beschikbaar."
122
  "Title","Titel"
123
  "Trial Billing Amount","Trial Betalingshoeveelheid"
124
  "Trial Billing Frequency","Trial Betalingsfrequentie"
app/locale/nl_NL/Mage_Paypal.csv CHANGED
@@ -1,9 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  "-OR-","-OF-"
 
 
 
 
2
  "2-pixel perimeter around the header space.","2-pixel omtrek om de top ruimte."
 
 
 
 
3
  "3D Secure","3D Secure"
4
  "3D Secure Card Validation","3D Secure Card Validation"
5
  "3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>.","3D Secure validatie is vereist voor Maestro kaarten. Ondersteuning van American Express kaarten vereisen extra overeenkomst. Kijk ook op <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>."
 
 
 
6
  "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">Accepteer betalingen via PayPal!</a>"
 
 
 
 
 
 
7
  "A value is required for live mode. Refer to your CardinalCommerce agreement.","Een waarde is gevraagd voor live modus. Verwijs naar uw CardinalCommerce overeenkomst."
8
  "ACH Deposit (Hold for Dispute or Other Investigation)","ACH Storting (Wordt gehouden ingeval van dispuut of een ander onderzoek)"
9
  "ACH Deposit (Reversal)","ACH Storting (Herroeping)"
@@ -15,25 +71,31 @@
15
  "API Signature","API Handtekening"
16
  "API Username","API Gebruikersnaam"
17
  "API Uses Proxy","API Gebruikt Proxy"
18
- "API/Integration","API/Integratie"
19
- "API/Integration Settings","API/Integratie Instellingen"
20
  "Ability for buyer to purchase without PayPal account.","Mogelijkheid voor de koper om te kopen zonder PayPal account."
21
- "Accept PayPal payments in your shopping cart. PayPal will process your credit card payments through the Payflow Pro Gateway.","Accepteer PayPal betalingen in uw winkelwagen. PayPal zal uw creditkaart betalingen behandelen door de Payflow Pro Poort."
22
- "Accept payments with a PCI-compliant checkout that keeps customers on your site. Includes a merchant account from PayPal.","Accepteer betalingen met een PCI-compatibele kassa zodat de klanten op uw site blijven. Inclusief een merchant account van PayPal."
23
- "Accept payments with a PCI-compliant checkout that keeps customers on your site. For use with your own merchant account.","Accepteer betalingen met een PCI-compatibele kassa zodat de klanen op uw site blijven. Voor gebruik met uw eigen merchant account."
24
- "Accept payments without customers leaving your website. Many popular web-hosting services and shopping carts come with the Payflow payment gateways built in, so they are easy to set up.","Accepteer betalingen zonder dat uw klanten uw website verlaten. Veel populaire web-hosting diesnten en winkelwagens komen met het Payflow betaling systeem ingebouwd, zodat het makkelijk te gebruiken is."
 
 
 
25
  "Acceptance Mark","Acceptatie Stempel"
26
  "Acceptance Mark Image","Acceptatie Stempel Afbeelding"
27
  "Account-to-Account Payment, initiated by PayPal","Account-naar-Account Betaling, gestart door PayPal"
28
- "Add an Express Checkout button to your existing shopping cart for quick and easy credit card payments. PayPal handles all payment processing.","Voeg een Express Checkout knop toe aan uw bestaande winkelwagen voor snelle en gemakkelijke creditcardbetalingen. PayPal zorgt voor de verwerking van alle betalingen. "
 
 
29
  "Additional Options","Meer Opties"
30
  "Address","Adres"
31
  "Address Verification System Response","Adres Verificatie Systeem Antwoord"
 
 
32
  "All the address information matched","Al de adres komt overeen"
33
  "Allow in Billing Agreement Wizard","Sta dit toe in de Facturatie-overeenkomst Wizard"
34
  "Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile).","Toegestane waarden: ""paypal"", ""primary"" (systeemgekozen waarde), uw_gebruikelijke_waarde ( een gebruikelijke betalingspaginastijl van uw verkoop account profiel)."
35
  "Allowed Credit Card Types","Toegestane Kredietkaarten Types"
36
  "Also affects mini-shopping cart.","Heeft ook een effect op de mini-winkelwagen."
 
37
  "Ask Customer","Vraag een Klant"
38
  "Attempted Authentication, Bad Result","Poging tot Autorisatie, Slecht Resultaat"
39
  "Attempted Authentication, Good Result","Poging tot Autorisatie, Goed Resultaat"
@@ -51,29 +113,62 @@
51
  "AutoSweep","AutomatischOpschonen"
52
  "Available Balance","Beschikbaar Balans"
53
  "Balance Manager Account Bonus","Balans Beheerder Account Bonus"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  "Billing Address","Facturatieadres"
55
- "Billing Agreement Signup ","Betalingsovereenkomst aanmelding"
 
56
  "Bonus for first ACH Use","Bonus voor eerste ACH gebruik"
 
57
  "Buyer Credit Payment","Koper krediet betaling"
 
 
 
 
 
58
  "Buyer\'s Tax ID","Kopers Belastings ID"
59
  "Buyer\'s Tax ID Type","Koper 's Belastings ID Type"
60
  "By default it is ""reports.paypal.com"".","Ingesteld op ""reports.paypal.com""."
61
  "CNPJ","CNPJ"
62
  "CPF","CPF"
 
63
  "CVV2 Check Result by PayPal","CVV2 Controle Resultaat van PayPal"
64
  "Can not send new order email.","Kan geen nieuwe ordermail verzenden."
65
  "Cannot create target file for reading reports.","Kan geen doelbestand aanmaken voor het lezen van rapporten."
 
 
66
  "Centinel API URL","Centinel API URL"
67
  "Centinel Custom API URL","Centinel Custom API URL"
68
  "Charge-off","Afschrijving"
69
  "Chargeback","Terugboeking"
70
- "Chargeback by customer.","Terugboeking door een klant."
71
  "Checkout with PayPal","Checkout met PayPal"
 
 
72
  "City","Stad"
73
  "Click here if you are not redirected within 10 seconds...","Klik hier als je niet wordt doorverwezen binnen 10 seconden ..."
 
74
  "Company","Bedrijf"
 
75
  "Completion Date","Voltooiingsdatum"
 
 
 
76
  "Connecting to PayPal SFTP server to fetch new reports. Are you sure you want to proceed?","Maakt contact met de PayPal SFTP server om nieuwe rapporten op te halen. Weet u zeker dat u door wilt gaan?"
 
77
  "Countries Payment Applicable From","Landen Waaruit Betaling van Toepassing"
78
  "Country","Land"
79
  "Coupon Redemption","Waardebon Inleveren"
@@ -84,10 +179,8 @@
84
  "Custom Endpoint Hostname or IP-Address","Aangepast Eindpunt Hostnaam of IP-Adres"
85
  "Custom Path","Aangepast Pad"
86
  "Customer Information","Klantinformatie"
87
- "Customer complaint.","Klacht van klant"
88
  "Customer did not include a confirmed address.","Klant heeft geen bevestigd adres toegevoegd."
89
  "Customer failed to pay.","Klant heeft niet betaald."
90
- "Customer triggered a money-back guarantee.","Klant heeft gebruik gemaakt van een geld-terug-garantie"
91
  "Customer used non-confirmed address.","Klant gebruikte niet-bevestigd adres."
92
  "Daily","Dagelijks"
93
  "Debit","Debet"
@@ -97,17 +190,26 @@
97
  "Debug Mode","Debug Modus"
98
  "Direct Payment API","Directe Betaling API"
99
  "Discount","Korting"
 
100
  "Display Express Checkout in the Payment Information step","Weergave Snel uitchecken in de Betalingsinformatie stap"
101
  "Displays on catalog pages and homepage.","Wordt weergegeven op cataloguspagina's en startpagina."
 
102
  "Don't have a PayPal account? Simply enter your email address.","Heeft u nog geen PayPal account? Vul simpelweg uw email adres in."
103
- "Don’t have a PayPal merchant account? You can still accept credit card payments through the Payflow Pro Gateway.","Heeft u nog geen PayPal handelaarsaccount? U kunt nog steeds creditcard betalingen accepteren door de Payflow Pro Gateway."
104
  "Dynamic","Dynamisch"
105
  "EFT Funding (German banking)","EFT fondsen (Duits bankieren)"
 
 
106
  "Edit Shopping Cart","Bewerken winkelmandje"
107
  "Email Address","e-mailadres"
108
  "Email Associated with PayPal Merchant Account","Email adres gerelateerd aan PayPal Winkelier Rekening"
 
109
  "Enable Automatic Fetching","Inschakelen van automatisch ophalen"
 
 
110
  "Enable PayPal Guest Checkout","Inschakelen van PayPal gast afrekening"
 
 
 
111
  "Enabled","Aan"
112
  "Event","Gebeurtenis"
113
  "Event Code","Gebeurtenis code"
@@ -122,9 +224,7 @@
122
  "Exact Match. Address and nine-digit ZIP code","Exacte overeenkomst. Adres en negencijferige ZIP code"
123
  "Explanation: %s.","Uitleg: %s."
124
  "Express Checkout","Versneld afrekenen"
125
- "Express Checkout (Payflow Edition) Settings","Versneld afrekenen (Payflow Edition) instellingen"
126
  "Express Checkout APIs","Versneld afrekenen APIs"
127
- "Express Checkout Settings","Versneld afrekenen instellingen"
128
  "Express Checkout and Order have been canceled.","Express Checkout en bestelling zijn geannuleerd."
129
  "Express Checkout has been canceled.","Express Checkout is geannuleerd."
130
  "Failed to fetch reports from '%s@%s'.","Kon verslagen niet ophalen van '%s@%s'."
@@ -163,25 +263,33 @@
163
  "General: reversal of a type not belonging to the other T11xx categories","Algemeen: omkering van een type dat niet behoort tot de andere T11xx categorieën"
164
  "General: temporary hold of a type not belonging to the other T15xx categories","Algemeen: tijdelijke blokkering van een type dat niet behoort tot de andere T15xx categorieën"
165
  "Get Credentials from PayPal","Verkrijg Waarmerkingskenmerken van PayPal"
 
166
  "Gift Certificate Payment: purchase of Gift Certificate","Geschenkcertificaat Betaling: aankoop van Geschenkcertificaat"
167
  "Gift Certificate Redemption","Geschenkcertificaat Inlossen"
168
  "Gross Amount","Brutobedrag"
 
169
  "Header Background Color","Aanhef Achtergrond Kleur"
170
  "Header Border Color","Kop Kantlijn Kleur"
171
  "Header Image URL","Kop Afbeelding URL"
172
  "Help","Help"
173
  "Hidden Virtual PayPal Debit Card Transaction","Verborgen Virtuele PayPal Debitcard Transactie"
174
  "Hold for Dispute Investigation","Wacht op Onderzoek naar Geschil"
 
 
 
175
  "IPN ""%s"".","IPN ""%s""."
 
 
 
176
  "IPN verification ""%s"".","IPN verificatie ""%s""."
177
  "If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement.","Indien leeg, een standaard waarde kan worden gebruikt. Een aangepaste URL kan worden geleverd volgens de CardinalCommerce overeenkomst"
178
  "If not specified, Default Country from General Config will be used","Indien niet opgegeven, wordt het Standaard Land vanuit de algemene instellingen gebruikt."
179
  "If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only.","Als deze optie is ingeschakeld; kan de klant het afleveradres en bezorgingsmethode aanpassen op de PayPal website. Werkt live alleen via het HTTPS protocol."
 
180
  "Impossible to issue a refund transaction because the capture transaction does not exist.","Het is niet mogelijk om een geld-terug-gave op te vragen aangezien de transactie niet bestaat."
181
  "Incentive","Prikkel"
182
  "Initiation Date","Begin Datum"
183
  "Integral Evolution","Integrale Evolutie"
184
- "Integral Evolution Settings","Integrale Evolutie Instellingen"
185
  "Invoice ID","Factuur ID"
186
  "Issuer Liability","Uitgever Verantwoordelijkheid"
187
  "It is recommended to set this value to ""Debit or Credit Card"" per store views.","Het is aanbevolen deze waarde naar ""betaalkaart of creditcard"" per winkel view in te stellen."
@@ -191,7 +299,6 @@
191
  "Last Transaction ID","Laatste Transactie ID"
192
  "Learn More","Meer Informatie"
193
  "Login","Log in"
194
- "Looking for PayPal? We have our own tab to the left under Sales.","Zoekt u PayPal? We hebben onze eigen blad; links onder verkopen"
195
  "Mass Pay Payment","Bulkbetaling"
196
  "Matched (CVV2)","Komt over een (CVV2)"
197
  "Matched (CVV2CSC)","Komt over een (CVV2CSC)"
@@ -203,6 +310,7 @@
203
  "Merchant Account","Handelaar Account"
204
  "Merchant Country","Handelaar Land"
205
  "Merchant Liability","Winkelier Aansprakelijkheid"
 
206
  "Merchant Protection Eligibility","In aanmerking komen voor handelaar bescherming"
207
  "Merchant Referral Bonus","Handelaar Doorverwijzing Bonus"
208
  "Merchant account doesn\'t have a withdrawal mechanism. Merchant must manually accept or deny this payment from your Account Overview.","Handelaar account heeft geen opname mechanisme. Handelaar moet handmatig betalingen accepteren of weigeren via zijn Account Overzicht."
@@ -229,6 +337,7 @@
229
  "N/A. The merchant did not provide AVS information","n.v.t. De handelaar heeft geen AVS informatie overhandigd"
230
  "N/A. The merchant has not implemented CVV2 code handling","n.v.t. De handelaar heeft geen CVV2 code verwerking ingevoerd"
231
  "N/A. Unavailable","n.v.t. Niet beschikbaar"
 
232
  "Negative Balance","Negatief Balans"
233
  "Never","Nooit"
234
  "No","Nee"
@@ -238,6 +347,7 @@
238
  "No Logo","Geen Logo"
239
  "No match","Geen overeenkomst"
240
  "None of the address information matched","Geen van de adres informatie kwam overeen"
 
241
  "Note: %s","Notitie: %s"
242
  "Nothing to fetch because of an empty configuration.","Niets op te halen door lege configuratie."
243
  "Notice that PayPal can handle up to 10 shipping options. That is why Magento will transfer only first 10 cheapest shipping options if there are more than 10 available.","Merk op dat PayPal tot 10 verzendopties kan hanteren. Daarom plaatst Magento alleen de 10 goedkoopste verzendopties als er meer dan 10 beschikbaar zijn."
@@ -257,22 +367,29 @@
257
  "Part of the address information matched","Deel van de adresinformatie komt overeen"
258
  "Partner","Partner"
259
  "Pasarela integral","Pasarela integraal"
260
- "Pasarela integral Settings","Pasarela integraal Instellingen"
261
  "Password","Wachtwoord"
262
- "Pay Now","Betaal Nu"
263
- "PayPal","PayPal"
264
  "PayPal Balance Manager function of PayPal account","PayPal Balansbeheerder functie van PayPal account"
 
265
  "PayPal Buyer Warranty Bonus","PayPal koper garantie bonus"
266
  "PayPal Debit Card Cash Advance","PayPal betaalkaart kas voorschot"
267
  "PayPal Debit Card Withdrawal from ATM","PayPal betaalkaart geld pinnen"
 
268
  "PayPal Express Checkout Shortcut Wrapper","PayPal Express Checkout Shortcut Wrapper"
269
  "PayPal Express Checkout Token does not exist.","PayPal Express Afrekenen Teken bestaan niet."
 
 
 
 
 
 
 
270
  "PayPal Express Order Review Form","PayPal Express Bestelling Terugzien Formulier"
271
  "PayPal Fee Information","PayPal kosten informatie"
272
  "PayPal Merchant Pages Style","PayPal handelaar pagina stijl"
273
- "PayPal Payments Advanced","PayPal-betalingen Geavanceerd"
 
274
  "PayPal Pro","PayPal Pro"
275
- "PayPal Pro Settings","PayPal Pro Instellingen"
276
  "PayPal Product Logo","PayPal productlogo"
277
  "PayPal Protection Bonus","PayPal beschermingsbonus"
278
  "PayPal Reference ID","PayPal referentie ID"
@@ -282,7 +399,8 @@
282
  "PayPal certificate file is empty.","PayPal certificaat bestand is leeg."
283
  "PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process.","PayPal ondersteunt de verwerking van bestellingen met een bedrag van nul niet. Ga door met het normale betalingsproces om uw aankoop te voltooien."
284
  "PayPal gateway has rejected request. %s","PayPal gateway heeft het verzoek afgekeurd. %s"
285
- "PayPal processes all of your orders, and you get paid.","PayPal verwerkt al uw bestellingen en u krijgt betaald."
 
286
  "PayPal response hasn't required fields.","Antwoord van PayPal bevat de vereiste velden niet."
287
  "PayPal retains reports for 45 days.","PayPal behoudt meldingen voor 45 dagen."
288
  "PayPal/Centinel Electronic Commerce Indicator","PayPal/Centinel Elektronische Handelsindicator"
@@ -293,42 +411,52 @@
293
  "Payer ID","Betaler ID"
294
  "Payer Status","Betaler Status"
295
  "Payer is not identified.","Betaler is niet geïdentificeerd."
296
- "Payflow Link (for USA and Canada)","Payflow link (voor de VS en Canda)"
297
- "Payflow Link Settings","Payflow link instellingen"
298
- "Payflow Pro Gateway","Payflow Pro Gateway"
299
- "Payflow Pro Settings","Payflow Pro Instellingen"
 
300
  "Payment Action","Betaling"
301
  "Payment Applicable From","Betaling van Toepassing Van"
 
302
  "Payment Refund initiated by merchant","Betalingsterugstorting gestart door handelaar"
303
  "Payment has been declined. Please try again.","Betaling is afgewezen. Probeer het alstublieft opnieuw."
304
  "Payment is being reviewed by PayPal for risk.","Betaling wordt beoordeeld door Paypal op risico."
305
  "Payment transactions disallow storing objects.","Betalingstransacties staan het opslaan van objecten niet toe."
306
  "Payment was made to an email address that is not yet registered or confirmed.","Betaling werd gedaan naar een emailadres dat nog niet geregistreerd of bevestigd is."
 
 
 
 
 
 
307
  "Payments by PayPal (150 X 40)","Betalingen door PayPal (150 X 40)"
308
  "Payments by PayPal (150 X 60)","Betalingen door PayPal (150 X 60)"
309
- "Payments by cards + seller protection - <strong style=""color:red"">Contact PayPal before activating</strong>","Betaling met kaarten + bescherming van verkoper - <strong style=""color:red"">neem contact op met PayPal alvorens dit te activeren</strong>"
310
- "Paypal Billing Agreement Settings","Paypal Facturering Overeenkomst Instellingen"
311
  "Pending PayPal","In afwachting van PayPal"
312
  "Place Order","Bestelling plaatsen"
313
  "Please agree to all the terms and conditions before placing the order.","Ga alstublieft akkoord met alle voorwaarden voor het plaatsen van de bestelling."
314
  "Please contact PayPal Customer Service.","Neem alstublieft contact op met Paypal Klantenservice."
315
  "Please do not refresh the page until you complete payment.","Ververs alstublieft niet de pagina totdat de betaling is voltooid."
 
316
  "Please select a shipping method...","Selecteer een methode van verzending..."
317
  "Please select region, state or province","Selecteer a.u.b. uw provincie"
318
  "Please update order data to get shipping methods and rates","Update alstublieft de bestellings gegevens om verzendings methodes en tarieven te krijgen"
319
  "Points Incentive Redemption","Punten Incentive Aflossing"
 
320
  "Postage Payment to either USPS or UPS","Porto betaling aan USPS dan wel UPS"
321
  "Preapproved Payment (BillUser API), either sent or received","Vooraf goedgekeurde Betaling (RekeningGebruiker API), verzonden of ontvangen"
322
  "Preapproved Payment ID","Vooraf goedgekeurde Betaling ID"
323
  "Price","Prijs"
324
- "Process credit cards directly on your website with PayPal’s all-in-one online payment processing solution.","Verwerk creditcards direct op uw website met PayPal's alles-in-één online oplossing voor het verwerken van betalingen"
 
 
325
  "Product Name","Productnaam"
326
  "Proxy Host","Proxy Host"
327
  "Proxy Port","Proxy Poort"
 
328
  "Qty","Hoeveelheid"
329
  "Reauthorization","Nieuwe autorisatie"
330
  "Reference Information","Verwijsinformatie"
331
- "Refund issued by merchant.","Terugbetaling uitgegeven door verkoper"
332
  "Reimbursement for a chargeback.","Vergoeding voor een terugboeking"
333
  "Reimbursement of Chargeback","Vergoeding van een terugboeking"
334
  "Report Date","Datum bericht"
@@ -336,6 +464,9 @@
336
  "Requested %s and configured %s merchant emails do not match.","Gevraagde %s en ingestelde %s verkoper e-mails komen niet overeen."
337
  "Require CVV Entry","Vereist invoer CVV"
338
  "Require Customer's Billing Address","Factuuradres van de klant vereist"
 
 
 
339
  "Reversal","Omzetting"
340
  "Reversal of General Account Hold","Omzetting van Algemene Rekening Houder"
341
  "Reversal of Points Usage","Omzetting van Puntengebruik"
@@ -352,7 +483,8 @@
352
  "Schedule","Schema"
353
  "Schedule description is too long.","Schemabeschrijving is te lang."
354
  "Scheduled Fetching","Ophalen ingeroosterd"
355
- "Select a PayPal Solution","Kies een PayPal oplossing"
 
356
  "Server Error. Please try again.","Serverfout. Probeer het opnieuw."
357
  "Settlement Consolidation","Overeenkomst consolidatie"
358
  "Settlement Report Settings","Overeenkomst verslag instellingen"
@@ -362,6 +494,7 @@
362
  "Severe validation removes chargeback liability on merchant.","Ernstige bevestiging verwijdert de aansprakelijkheid voor terugboeking van de handelaar."
363
  "Shipping","Verzending"
364
  "Shipping Address","Verzendingsadres"
 
365
  "Shipping Method","Verzendingsmethode"
366
  "Shop now using (150 X 40)","Winkel nu met (150 X 40)"
367
  "Shop now using (150 X 60)","Winkel nu met (150 X 60)"
@@ -369,8 +502,12 @@
369
  "Shortcut Buttons Flavor","Snelkoppeling knoppen flavor"
370
  "Shortcut on Product View","Snelkoppeling op product bekijken"
371
  "Shortcut on Shopping Cart","Snelkoppeling op winkelmandje"
 
372
  "Sign a billing agreement to streamline further purchases with PayPal.","Teken een betaalovereenkomst om toekomstige aankopen met PayPal te stroomlijnen."
 
 
373
  "Solo","Alleen"
 
374
  "Sorry, no quotes are available for this order at this time.","Sorry, geen prijsopgaven zijn beschikbaar voor deze bestelling op dit moment."
375
  "Sort Order","Sorteer Bestelling"
376
  "Specifies what the Authorization Honor Period is on the merchant’s PayPal account. It must mirror the setting in PayPal.","Specificeert wat de Authorization Honor Period is op de PayPal rekening van de winkelier. Dit dient gelijk te zijn aan de instelling in PayPal zelf."
@@ -392,6 +529,7 @@
392
  "The background color for the checkout page around the header and payment form.","De achtergrondkleur voor de afrekenpagina rond de header en het betalingsformulier."
393
  "The background color for the header of the checkout page. Case-insensitive six-character HTML hexadecimal color code in ASCII.","De achtergrondkleur voor de header van de afrekenpagina. Niet hoofdlettergevoelige zes-letterteken HTML hexadecimale kleurcode in ASCII."
394
  "The default number of child authorizations in your PayPal account is 1. To do multiple authorizations please contact PayPal to request an increase.","Het standaard aantal kindmachtigingen in uw PayPal account is 1. Om meerdere machtigingen te doen, neem alstublieft contact op met PayPal om een verhoging aan te vragen."
 
395
  "The image at the top left of the checkout page. Max size is 750x90-pixel. <strong style=""color:red"">https</strong> is highly encouraged.","De afbeelding linksboven op de afrekeningspagina. Maximale grootte is 750x90 pixels. <strong style=""color:red"">Https</strong> is ten sterkte aangeraden."
396
  "The maximum number of child authorizations is reached.","Het maximale aantal kindmachtigingen is bereikt."
397
  "The merchant account is not yet verified.","De handelsaccount is nog niet geverifieerd."
@@ -401,17 +539,22 @@
401
  "The payment is pending because it was made to an email address that is not yet registered or confirmed.","De betaling staat in de wacht omdat deze aangemaakt is met een emailadres dat nog niet geregistreerd of bevestigd is."
402
  "The payment is pending while it is being reviewed by PayPal for risk.","De betaling staat in de wacht, terwijl deze beoordeeld wordt op risico door PayPal."
403
  "The payment was made via credit card. In order to receive funds merchant must upgrade account to Business or Premier status.","De betaling werd gemaakt via creditcard. Om de gelden te ontvangen, moet de handelaar de account upgraden naar Business of Premier status."
 
404
  "There was an error processing your order. Please contact us or try again later.","Er heeft zich een fout voorgedaan bij het verwerken van uw bestelling. Neem alstublieft contact met ons op of probeer het later opnieuw."
405
  "This feature needs be enabled first for the merchant account through PayPal technical support.","Deze functie moet eerst worden ingeschakeld voor de merchant account via PayPal technische ondersteuning."
406
  "This operation requires an existing transaction object.","Deze operatie vereist een bestaand transactie object."
407
  "Time of Day","Tijd van de Dag"
408
  "Title","Titel"
 
409
  "Transaction ID","Transactie ID"
410
  "Transaction ID must not be empty.","Transactie-ID mag niet leeg zijn."
411
  "Transaction Information","Transactie Informatie"
 
 
412
  "Transfer Cart Line Items","Plaats Winkelwagentje Posten Over"
413
  "Transfer Shipping Options","Plaats Verzendingsopties Over"
414
  "Triggered Fraud Filters","Fraudeur Filters Getriggerd"
 
415
  "Unable to cancel Express Checkout.","Onmogelijk om Express Checkout te annuleren."
416
  "Unable to change status. Current status is not correspond to real status.","Kon status niet veranderen. Huidige status correspondeert niet met werkelijke status."
417
  "Unable to communicate with the PayPal gateway.","Kan niet communiceren met de PayPal gateway."
@@ -425,6 +568,7 @@
425
  "Unknown Error. Please try again later.","Onbekende fout. Probeer het later opnieuw."
426
  "Unknown reason. Please contact PayPal customer service.","Onbekende oorzaak. Neem alstublieft contact op met de klantendienst van PayPal."
427
  "Update Order Data","Update Bestel Gegevens"
 
428
  "Use Proxy","Proxy gebruiken"
429
  "Use colon to specify port. For example: ""test.example.com:5224"".","Gebruik een dubbelepunt om de poort te specificeren. Bijvoorbeeld: ""test.voorbeeld.com:5224""."
430
  "User","Gebruiker"
@@ -432,10 +576,8 @@
432
  "Uses store frontend name by default.","Gebruikt standaard de frontend naam van de winkel"
433
  "VAT Number","BTW nummer"
434
  "Vendor","Verkoper"
435
- "Vendor / Merchant Login","Verkoper / Handelaar Login"
436
  "View","Bekijk"
437
  "View Demo","Bekijk Demo"
438
- "View PayPal solutions.","Bekijk PayPal oplossingen"
439
  "View Transaction","Transactie bekijken"
440
  "View Transaction Details","Bekijk Transactie Details"
441
  "Virtual PayPal Debit Card Transaction","Virtuele Paypal Debitcard Transactie"
@@ -445,16 +587,15 @@
445
  "We prefer PayPal (150 X 40)","PayPal heeft onze voorkeur (150 X 40)"
446
  "We prefer PayPal (150 X 60)","Paypal heeft onze voorkeur (150 X 60)"
447
  "Website Payments Plus","Website betalingen plus"
448
- "Website Payments Plus Settings","Website betalingen plus instellingen"
449
- "Website Payments Pro","Website Betalingen Pro"
450
- "Website Payments Pro (Payflow Edition) Settings","Website Betalingen Pro (Betaalstroom Editie) Instellingen"
451
  "Website Payments Pro Hosted Solution","Website betalingen professioneel gehoste oplossing"
452
- "Website Payments Pro Hosted Solution Settings","Website betalingen professioneel gehoste oplossing instellingen"
453
- "Website Payments Pro Payflow Edition (includes Express Checkout)","Website Betalingen Pro Payflow Editie (Inclusief Express Checkout)"
454
- "Website Payments Pro Settings","Website Betalingen Pro Instellingen"
 
 
455
  "Website Payments Standard","Website Betalingen Standaard"
456
  "Website Payments Standard Payment","Website Betalingen Standaard Betaling"
457
- "Website Payments Standard Settings","Website Betalingen Standaard Instellingen"
458
  "What is PayPal?","Wat is PayPal?"
459
  "Whether to create a billing agreement, if there are no active billing agreements available.","Of er een facturatieovereenkomst aangemaakt moet worden als er geen actieve facturatieovereenkomsten beschikbaar zijn."
460
  "Will appear as a payment option only for customers who have at least one active billing agreement.","Zal verschijnen als betaling optie voor klanten die tenminste een actieve facturatieovereenkomst hebben."
1
+ "
2
+ <a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
3
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
4
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
5
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
6
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
7
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>.
8
+ ","<a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
9
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
10
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
11
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
12
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
13
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>."
14
+ "
15
+ <a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
16
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
17
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
18
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
19
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
20
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>.
21
+ ","<a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
22
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
23
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
24
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
25
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
26
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>."
27
+ "
28
+ <a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
29
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
30
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
31
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
32
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
33
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>.
34
+ ","<a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
35
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
36
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
37
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
38
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
39
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>."
40
  "-OR-","-OF-"
41
+ "120 x 240","120 x 240"
42
+ "120 x 600","120 x 600"
43
+ "120 x 90","120 x 90"
44
+ "190 x 100","190 x 100"
45
  "2-pixel perimeter around the header space.","2-pixel omtrek om de top ruimte."
46
+ "234 x 400","234 x 400"
47
+ "234 x 60","234 x 60"
48
+ "250 x 250","250 x 250"
49
+ "300 x 50","300 x 50"
50
  "3D Secure","3D Secure"
51
  "3D Secure Card Validation","3D Secure Card Validation"
52
  "3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>.","3D Secure validatie is vereist voor Maestro kaarten. Ondersteuning van American Express kaarten vereisen extra overeenkomst. Kijk ook op <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>."
53
+ "468 x 60","468 x 60"
54
+ "728 x 90","728 x 90"
55
+ "800 x 66","800 x 66"
56
  "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">Accepteer betalingen via PayPal!</a>"
57
+ "A case that has been resolved and close requires a reimbursement.","Een geval dat is opgelost en vraagt ​​om een ​​terugbetaling."
58
+ "A reversal has occurred on this transaction because of a customer dispute suspecting unauthorized spoof.","Een terugboeking heeft plaatsgevonden op deze transactie vanwege een geschil met de klant op vermoeden van een ongeautoriseerde vervalsing."
59
+ "A reversal has occurred on this transaction because you have given the customer a refund.","Een terugboeking heeft plaatsgevonden op deze transactie, omdat u de klant een restitutie hebt gegeven."
60
+ "A reversal has occurred on this transaction due to a chargeback by your customer.","Een terugboeking heeft plaatsgevonden op deze transactie als gevolg van een terugvordering door uw klant."
61
+ "A reversal has occurred on this transaction due to a complaint about the transaction from your customer.","Een terugboeking heeft plaatsgevonden op deze transactie als gevolg van een klacht over de transactie van uw klant."
62
+ "A reversal has occurred on this transaction due to your customer triggering a money-back guarantee.","Een terugboeking heeft plaatsgevonden op deze transactie omdat uw klant een geld-terug garantie heeft geactiveerd."
63
  "A value is required for live mode. Refer to your CardinalCommerce agreement.","Een waarde is gevraagd voor live modus. Verwijs naar uw CardinalCommerce overeenkomst."
64
  "ACH Deposit (Hold for Dispute or Other Investigation)","ACH Storting (Wordt gehouden ingeval van dispuut of een ander onderzoek)"
65
  "ACH Deposit (Reversal)","ACH Storting (Herroeping)"
71
  "API Signature","API Handtekening"
72
  "API Username","API Gebruikersnaam"
73
  "API Uses Proxy","API Gebruikt Proxy"
 
 
74
  "Ability for buyer to purchase without PayPal account.","Mogelijkheid voor de koper om te kopen zonder PayPal account."
75
+ "Accept credit card and PayPal payments securely.","Veilig accepteren credit card en PayPal betalingen."
76
+ "Accept credit cards, debit cards and PayPal payments securely.","Veilig accepteren credit cards, debit cards en PayPal-betalingen."
77
+ "Accept payments in your shopping cart. PayPal will process your card payments through the Payflow Gateway.","Accepteer betalingen in uw winkelwagen. PayPal zal uw card betalingen via de Payflow Gateway verwerken."
78
+ "Accept payments with a PCI compliant checkout that keeps customers on your site.","Accepteer betalingen met een PCI-compliant checkout dat klanten houdt op uw site."
79
+ "Accept payments with a PCI-compliant checkout that keeps customers on your site.","Accepteer betalingen met een PCI-compliant checkout dat klanten houdt op uw site."
80
+ "Accept payments with a completely customizable checkout page.","Accepteer betalingen met een volledig aanpasbare checkout pagina."
81
+ "Accept payments with a completely customizable checkout.","Accepteer betalingen met een volledig aanpasbare checkout."
82
  "Acceptance Mark","Acceptatie Stempel"
83
  "Acceptance Mark Image","Acceptatie Stempel Afbeelding"
84
  "Account-to-Account Payment, initiated by PayPal","Account-naar-Account Betaling, gestart door PayPal"
85
+ "Add PayPal as an additional payment method to your checkout page to increase your sales.","Voeg PayPal als een extra betaalmethode op uw checkout pagina om uw omzet te verhogen."
86
+ "Add PayPal as an additional payment method to your checkout page.","Voeg PayPal toe als een extra betaalmethode op uw checkout pagina."
87
+ "Add another payment method to your existing solution or as a stand-alone option.","Voeg een betaalmethode toe aan uw bestaande betaalmethoden of als een stand-alone optie."
88
  "Additional Options","Meer Opties"
89
  "Address","Adres"
90
  "Address Verification System Response","Adres Verificatie Systeem Antwoord"
91
+ "Advanced Settings","Geavanceerde instellingen"
92
+ "Advertise Bill Me Later","Adverteer Bill Me Later"
93
  "All the address information matched","Al de adres komt overeen"
94
  "Allow in Billing Agreement Wizard","Sta dit toe in de Facturatie-overeenkomst Wizard"
95
  "Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile).","Toegestane waarden: ""paypal"", ""primary"" (systeemgekozen waarde), uw_gebruikelijke_waarde ( een gebruikelijke betalingspaginastijl van uw verkoop account profiel)."
96
  "Allowed Credit Card Types","Toegestane Kredietkaarten Types"
97
  "Also affects mini-shopping cart.","Heeft ook een effect op de mini-winkelwagen."
98
+ "Are you sure you want to leave this page? You will need to go through the checkout steps again.","Weet u zeker dat u deze pagina wilt verlaten? U zal opnieuw de stappen voor het afrekenen moeten doorlopen."
99
  "Ask Customer","Vraag een Klant"
100
  "Attempted Authentication, Bad Result","Poging tot Autorisatie, Slecht Resultaat"
101
  "Attempted Authentication, Good Result","Poging tot Autorisatie, Goed Resultaat"
113
  "AutoSweep","AutomatischOpschonen"
114
  "Available Balance","Beschikbaar Balans"
115
  "Balance Manager Account Bonus","Balans Beheerder Account Bonus"
116
+ "Basic Settings - PayPal Express Checkout","Basisinstellingen - PayPal Express Checkout"
117
+ "Basic Settings - PayPal Integral Evolution","Basisinstellingen - PayPal Integral Evolution"
118
+ "Basic Settings - PayPal Pasarela integral","Basisinstellingen - PayPal Pasarela integral"
119
+ "Basic Settings - PayPal Payflow Link","Basisinstellingen - PayPal Payflow Link"
120
+ "Basic Settings - PayPal Payflow Pro","Basisinstellingen - PayPal Payflow Pro"
121
+ "Basic Settings - PayPal Payments Advanced","Basisinstellingen - Geavanceerde PayPal-betalingen"
122
+ "Basic Settings - PayPal Payments Pro","Basisinstellingen - PayPal-betalingen Pro"
123
+ "Basic Settings - PayPal Payments Pro Hosted Solution","Basisinstellingen - PayPal-betalingen Pro Hosted Solution"
124
+ "Basic Settings - PayPal Payments Standard","Basisinstellingen - PayPal-betalingen Standaard"
125
+ "Basic Settings - PayPal Pro","Basisinstellingen - PayPal Pro"
126
+ "Basic Settings - PayPal Website Payments Plus","Basisinstellingen - PayPal Website Betalingen Plus"
127
+ "Basic Settings - PayPal Website Payments Pro","Basisinstellingen - PayPal Website Betalingen Pro"
128
+ "Basic Settings - PayPal Website Payments Pro Hosted Solution","Basisinstellingen - PayPal Website Betalingen Pro Hosted Solution"
129
+ "Basic Settings - PayPal Website Payments Pro Payflow Edition","Basisinstellingen - PayPal Website Betalingen Pro Payflow Editie"
130
+ "Basic Settings - PayPal Website Payments Standard","Basisinstellingen - PayPal Website Betalingen Standaard"
131
  "Billing Address","Facturatieadres"
132
+ "Billing Agreement Signup","Betalingsovereenkomst aanmelding"
133
+ "Billing Information","Factuur Informatie"
134
  "Bonus for first ACH Use","Bonus voor eerste ACH gebruik"
135
+ "Both section above must be complete. ","Beide bovenstaande gedeelten moet volledig zijn."
136
  "Buyer Credit Payment","Koper krediet betaling"
137
+ "Buyer claims that a possible duplicate payment was made to the merchant.","Koper beweert dat een mogelijke dubbele betaling aan de handelaar is gedaan."
138
+ "Buyer claims that he did not receive goods or service.","Koper beweert dat hij de goederen of diensten niet heeft ontvangen."
139
+ "Buyer claims that he/she did not authorize transaction.","Koper beweert dat hij/zij de transactie niet heeft geautoriseerd."
140
+ "Buyer claims that the goods or service received differ from merchant’s description of the goods or service.","Koper beweert dat de ontvangen goederen of diensten verschillen van de omschrijving van de goederen of diensten."
141
+ "Buyer claims that the received merchandise is unsatisfactory, defective, or damaged.","Koper beweert dat de ontvangen goederen niet naar wens, defect of beschadigd zijn."
142
  "Buyer\'s Tax ID","Kopers Belastings ID"
143
  "Buyer\'s Tax ID Type","Koper 's Belastings ID Type"
144
  "By default it is ""reports.paypal.com"".","Ingesteld op ""reports.paypal.com""."
145
  "CNPJ","CNPJ"
146
  "CPF","CPF"
147
+ "CVV Entry is Editable","CVV Entry is Bewerkbaar"
148
  "CVV2 Check Result by PayPal","CVV2 Controle Resultaat van PayPal"
149
  "Can not send new order email.","Kan geen nieuwe ordermail verzenden."
150
  "Cannot create target file for reading reports.","Kan geen doelbestand aanmaken voor het lezen van rapporten."
151
+ "Catalog Category Page","Catalogus Categorie Pagina"
152
+ "Catalog Product Page","Catalogus Product Pagina"
153
  "Centinel API URL","Centinel API URL"
154
  "Centinel Custom API URL","Centinel Custom API URL"
155
  "Charge-off","Afschrijving"
156
  "Chargeback","Terugboeking"
157
+ "Checkout Cart Page","Afrekenen Winkelwagen Pagina"
158
  "Checkout with PayPal","Checkout met PayPal"
159
+ "Checkout with PayPal Bill Me Later","Afrekenen met PayPal Bill Me Later"
160
+ "Choose a secure bundled payment solution for your business.","Kies een veilige gebundelde betaalmethode voor uw bedrijf."
161
  "City","Stad"
162
  "Click here if you are not redirected within 10 seconds...","Klik hier als je niet wordt doorverwezen binnen 10 seconden ..."
163
+ "Close","Sluiten"
164
  "Company","Bedrijf"
165
+ "Complaint","Klacht"
166
  "Completion Date","Voltooiingsdatum"
167
+ "Configure","Configureren"
168
+ "Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site.","Sluit uw verkopers account aan met een PCI-compliant gateway waarmee klanten kunnen betalen zonder uw site te verlaten."
169
+ "Connect your merchant account with a fully customizable gateway that lets customers pay without leaving your site.","Sluit uw verkopers account aan een volledig aanpasbare gateway waarmee klanten kunnen betalen zonder uw site te verlaten."
170
  "Connecting to PayPal SFTP server to fetch new reports. Are you sure you want to proceed?","Maakt contact met de PayPal SFTP server om nieuwe rapporten op te halen. Weet u zeker dat u door wilt gaan?"
171
+ "Continue","Doorgaan"
172
  "Countries Payment Applicable From","Landen Waaruit Betaling van Toepassing"
173
  "Country","Land"
174
  "Coupon Redemption","Waardebon Inleveren"
179
  "Custom Endpoint Hostname or IP-Address","Aangepast Eindpunt Hostnaam of IP-Adres"
180
  "Custom Path","Aangepast Pad"
181
  "Customer Information","Klantinformatie"
 
182
  "Customer did not include a confirmed address.","Klant heeft geen bevestigd adres toegevoegd."
183
  "Customer failed to pay.","Klant heeft niet betaald."
 
184
  "Customer used non-confirmed address.","Klant gebruikte niet-bevestigd adres."
185
  "Daily","Dagelijks"
186
  "Debit","Debet"
190
  "Debug Mode","Debug Modus"
191
  "Direct Payment API","Directe Betaling API"
192
  "Discount","Korting"
193
+ "Display","Weergeven"
194
  "Display Express Checkout in the Payment Information step","Weergave Snel uitchecken in de Betalingsinformatie stap"
195
  "Displays on catalog pages and homepage.","Wordt weergegeven op cataloguspagina's en startpagina."
196
+ "Dispute","Geschil"
197
  "Don't have a PayPal account? Simply enter your email address.","Heeft u nog geen PayPal account? Vul simpelweg uw email adres in."
 
198
  "Dynamic","Dynamisch"
199
  "EFT Funding (German banking)","EFT fondsen (Duits bankieren)"
200
+ "Edit","Aanpassen"
201
+ "Edit Payment Information","Betaal Informatie Aanpassen"
202
  "Edit Shopping Cart","Bewerken winkelmandje"
203
  "Email Address","e-mailadres"
204
  "Email Associated with PayPal Merchant Account","Email adres gerelateerd aan PayPal Winkelier Rekening"
205
+ "Email Associated with PayPal Merchant Account (Optional)","E-mail geassocieerd met PayPal Zakelijke Account (optioneel)"
206
  "Enable Automatic Fetching","Inschakelen van automatisch ophalen"
207
+ "Enable Bill Me Later","Bill Me Later Inschakelen"
208
+ "Enable Express Checkout","Activeer Express Checkout"
209
  "Enable PayPal Guest Checkout","Inschakelen van PayPal gast afrekening"
210
+ "Enable Payflow Link","Activeer Payflow Link"
211
+ "Enable SSL verification","Activeer SSL verificatie"
212
+ "Enable this Solution","Activeer deze Methode"
213
  "Enabled","Aan"
214
  "Event","Gebeurtenis"
215
  "Event Code","Gebeurtenis code"
224
  "Exact Match. Address and nine-digit ZIP code","Exacte overeenkomst. Adres en negencijferige ZIP code"
225
  "Explanation: %s.","Uitleg: %s."
226
  "Express Checkout","Versneld afrekenen"
 
227
  "Express Checkout APIs","Versneld afrekenen APIs"
 
228
  "Express Checkout and Order have been canceled.","Express Checkout en bestelling zijn geannuleerd."
229
  "Express Checkout has been canceled.","Express Checkout is geannuleerd."
230
  "Failed to fetch reports from '%s@%s'.","Kon verslagen niet ophalen van '%s@%s'."
263
  "General: reversal of a type not belonging to the other T11xx categories","Algemeen: omkering van een type dat niet behoort tot de andere T11xx categorieën"
264
  "General: temporary hold of a type not belonging to the other T15xx categories","Algemeen: tijdelijke blokkering van een type dat niet behoort tot de andere T15xx categorieën"
265
  "Get Credentials from PayPal","Verkrijg Waarmerkingskenmerken van PayPal"
266
+ "Get Publisher ID from PayPal","Publisher ID ophalen van PayPal"
267
  "Gift Certificate Payment: purchase of Gift Certificate","Geschenkcertificaat Betaling: aankoop van Geschenkcertificaat"
268
  "Gift Certificate Redemption","Geschenkcertificaat Inlossen"
269
  "Gross Amount","Brutobedrag"
270
+ "Header (center)","Koptekst (midden)"
271
  "Header Background Color","Aanhef Achtergrond Kleur"
272
  "Header Border Color","Kop Kantlijn Kleur"
273
  "Header Image URL","Kop Afbeelding URL"
274
  "Help","Help"
275
  "Hidden Virtual PayPal Debit Card Transaction","Verborgen Virtuele PayPal Debitcard Transactie"
276
  "Hold for Dispute Investigation","Wacht op Onderzoek naar Geschil"
277
+ "Home Page","Thuispagina"
278
+ "I'm sorry - but we are not able to complete your transaction. Please contact us so we can assist you.","Het spijt me - maar wij kunnen uw transactie niet voltooien. Neem alstublieft contact met ons op zodat wij u kunnen helpen."
279
+ "I'm sorry - but we were not able to process your payment. Please try another payment method or contact us so we can assist you.","Het spijt me - maar wij kunnen uw transactie niet voltooien. Probeert u alstublieft een andere betalingsmethode of neem contact met ons op zodat wij u kunnen helpen."
280
  "IPN ""%s"".","IPN ""%s""."
281
+ "IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s""","IPN ""%s"". %s Transactiebedrag %s. Transactie ID: ""%s"""
282
+ "IPN ""%s"". A dispute has been resolved and closed. %s Transaction amount %s.","IPN ""%s"". Een geschil is opgelost en gesloten. %s Transactiebedrag %s."
283
+ "IPN ""%s"". Case type ""%s"". Case ID ""%s"" %s","IPN ""%s"". Geval type ""%s"". Geval ID ""%s"" %s"
284
  "IPN verification ""%s"".","IPN verificatie ""%s""."
285
  "If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement.","Indien leeg, een standaard waarde kan worden gebruikt. Een aangepaste URL kan worden geleverd volgens de CardinalCommerce overeenkomst"
286
  "If not specified, Default Country from General Config will be used","Indien niet opgegeven, wordt het Standaard Land vanuit de algemene instellingen gebruikt."
287
  "If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only.","Als deze optie is ingeschakeld; kan de klant het afleveradres en bezorgingsmethode aanpassen op de PayPal website. Werkt live alleen via het HTTPS protocol."
288
+ "If you do not have multiple users set up on your account, please re-enter your Vendor/Merchant Login here.","Als u niet beschikt over meerdere gebruikers op uw account, kunt u uw Leverancier/Zakelijke gebruiker Login hier opnieuw in te voeren."
289
  "Impossible to issue a refund transaction because the capture transaction does not exist.","Het is niet mogelijk om een geld-terug-gave op te vragen aangezien de transactie niet bestaat."
290
  "Incentive","Prikkel"
291
  "Initiation Date","Begin Datum"
292
  "Integral Evolution","Integrale Evolutie"
 
293
  "Invoice ID","Factuur ID"
294
  "Issuer Liability","Uitgever Verantwoordelijkheid"
295
  "It is recommended to set this value to ""Debit or Credit Card"" per store views.","Het is aanbevolen deze waarde naar ""betaalkaart of creditcard"" per winkel view in te stellen."
299
  "Last Transaction ID","Laatste Transactie ID"
300
  "Learn More","Meer Informatie"
301
  "Login","Log in"
 
302
  "Mass Pay Payment","Bulkbetaling"
303
  "Matched (CVV2)","Komt over een (CVV2)"
304
  "Matched (CVV2CSC)","Komt over een (CVV2CSC)"
310
  "Merchant Account","Handelaar Account"
311
  "Merchant Country","Handelaar Land"
312
  "Merchant Liability","Winkelier Aansprakelijkheid"
313
+ "Merchant Location","Locatie Verkoper"
314
  "Merchant Protection Eligibility","In aanmerking komen voor handelaar bescherming"
315
  "Merchant Referral Bonus","Handelaar Doorverwijzing Bonus"
316
  "Merchant account doesn\'t have a withdrawal mechanism. Merchant must manually accept or deny this payment from your Account Overview.","Handelaar account heeft geen opname mechanisme. Handelaar moet handmatig betalingen accepteren of weigeren via zijn Account Overzicht."
337
  "N/A. The merchant did not provide AVS information","n.v.t. De handelaar heeft geen AVS informatie overhandigd"
338
  "N/A. The merchant has not implemented CVV2 code handling","n.v.t. De handelaar heeft geen CVV2 code verwerking ingevoerd"
339
  "N/A. Unavailable","n.v.t. Niet beschikbaar"
340
+ "Near Bill Me Later checkout button","Dichtbij Bill Me Later afreken knop"
341
  "Negative Balance","Negatief Balans"
342
  "Never","Nooit"
343
  "No","Nee"
347
  "No Logo","Geen Logo"
348
  "No match","Geen overeenkomst"
349
  "None of the address information matched","Geen van de adres informatie kwam overeen"
350
+ "Not sure what PayPal payment method to use? Click <a href=""%s"" target=""_blank"">here</a> to learn more.","Bent u niet zeker welke PayPal betaalmethode u gaat gebruiken? Klik <a href=""%s"" target=""_blank"">hier</a> voor meer informatie."
351
  "Note: %s","Notitie: %s"
352
  "Nothing to fetch because of an empty configuration.","Niets op te halen door lege configuratie."
353
  "Notice that PayPal can handle up to 10 shipping options. That is why Magento will transfer only first 10 cheapest shipping options if there are more than 10 available.","Merk op dat PayPal tot 10 verzendopties kan hanteren. Daarom plaatst Magento alleen de 10 goedkoopste verzendopties als er meer dan 10 beschikbaar zijn."
367
  "Part of the address information matched","Deel van de adresinformatie komt overeen"
368
  "Partner","Partner"
369
  "Pasarela integral","Pasarela integraal"
 
370
  "Password","Wachtwoord"
371
+ "PayPal All-in-One Payment Solutions&nbsp;&nbsp;<i>Accept and process credit cards and PayPal payments.</i>","PayPal All-in-One Betaalmethoden&nbsp;&nbsp;<i>Accepteer en verwerk creditcards en PayPal-betalingen.</i>"
 
372
  "PayPal Balance Manager function of PayPal account","PayPal Balansbeheerder functie van PayPal account"
373
+ "PayPal Billing Agreement Settings","Instellingen PayPal Factureringsvoorwaarden"
374
  "PayPal Buyer Warranty Bonus","PayPal koper garantie bonus"
375
  "PayPal Debit Card Cash Advance","PayPal betaalkaart kas voorschot"
376
  "PayPal Debit Card Withdrawal from ATM","PayPal betaalkaart geld pinnen"
377
+ "PayPal Express Checkout","PayPal Express Checkout"
378
  "PayPal Express Checkout Shortcut Wrapper","PayPal Express Checkout Shortcut Wrapper"
379
  "PayPal Express Checkout Token does not exist.","PayPal Express Afrekenen Teken bestaan niet."
380
+ "PayPal Express Checkout is not enabled.","PayPal Express Checkout is niet ingeschakeld."
381
+ "PayPal Express Checkout lets you give customers access to financing through Bill Me Later&#174; - at no additional cost to you.
382
+ You get paid up front, even though customers have more time to pay. A pre-integrated payment button lets customers pay quickly with Bill Me Later&#174;.
383
+ <a href=""https://www.paypal.com/webapps/mpp/promotional-financing"" target=""_blank"">Learn More</a>
384
+ ","PayPal Express Checkout lets you give customers access to financing through Bill Me Later&#174; - at no additional cost to you.
385
+ You get paid up front, even though customers have more time to pay. A pre-integrated payment button lets customers pay quickly with Bill Me Later&#174;.
386
+ <a href=""https://www.paypal.com/webapps/mpp/promotional-financing"" target=""_blank"">Learn More</a>"
387
  "PayPal Express Order Review Form","PayPal Express Bestelling Terugzien Formulier"
388
  "PayPal Fee Information","PayPal kosten informatie"
389
  "PayPal Merchant Pages Style","PayPal handelaar pagina stijl"
390
+ "PayPal Payment Gateways","PayPal Betalingsgateways"
391
+ "PayPal Payment Solutions","PayPal Betaalmethoden"
392
  "PayPal Pro","PayPal Pro"
 
393
  "PayPal Product Logo","PayPal productlogo"
394
  "PayPal Protection Bonus","PayPal beschermingsbonus"
395
  "PayPal Reference ID","PayPal referentie ID"
399
  "PayPal certificate file is empty.","PayPal certificaat bestand is leeg."
400
  "PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process.","PayPal ondersteunt de verwerking van bestellingen met een bedrag van nul niet. Ga door met het normale betalingsproces om uw aankoop te voltooien."
401
  "PayPal gateway has rejected request. %s","PayPal gateway heeft het verzoek afgekeurd. %s"
402
+ "PayPal recommends that you set up an additional User on your account at manager.paypal.com","PayPal adviseert dat u een extra gebruiker creëert op uw account op manager.paypal.com"
403
+ "PayPal recommends you set up an additional User on your account at manager.paypal.com, instead of entering your admin username and password here. This will enhance your security and prevent service interruptions if you later change your password. If you do not want to set up an additional User, you can re-enter your Merchant Login here.","PayPal adviseert dat u een extra gebruiker creëert op uw account op manager.paypal.com, in plaats van dat u uw gebruikersnaam en wachtwoord hier invoert. Dit zal uw veiligheid bevorderen en zal onderbrekingen voorkomen als u later uw wachtwoord wijzigt. Als u niet een extra gebruiker wilt creëren, kunt u hier met uw zakelijke account inloggen."
404
  "PayPal response hasn't required fields.","Antwoord van PayPal bevat de vereiste velden niet."
405
  "PayPal retains reports for 45 days.","PayPal behoudt meldingen voor 45 dagen."
406
  "PayPal/Centinel Electronic Commerce Indicator","PayPal/Centinel Elektronische Handelsindicator"
411
  "Payer ID","Betaler ID"
412
  "Payer Status","Betaler Status"
413
  "Payer is not identified.","Betaler is niet geïdentificeerd."
414
+ "Payflow Link","Payflow Link"
415
+ "Payflow Link (Includes Express Checkout)","Payflow Link (Bevat Express Checkout)"
416
+ "Payflow Pro","Payflow Pro"
417
+ "Payflow Pro (Includes Express Checkout)","Payflow Pro (Bevat Express Checkout)"
418
+ "Payflow Pro and Express Checkout","Payflow Pro and Express Checkout"
419
  "Payment Action","Betaling"
420
  "Payment Applicable From","Betaling van Toepassing Van"
421
+ "Payment Method","Betaalmethode"
422
  "Payment Refund initiated by merchant","Betalingsterugstorting gestart door handelaar"
423
  "Payment has been declined. Please try again.","Betaling is afgewezen. Probeer het alstublieft opnieuw."
424
  "Payment is being reviewed by PayPal for risk.","Betaling wordt beoordeeld door Paypal op risico."
425
  "Payment transactions disallow storing objects.","Betalingstransacties staan het opslaan van objecten niet toe."
426
  "Payment was made to an email address that is not yet registered or confirmed.","Betaling werd gedaan naar een emailadres dat nog niet geregistreerd of bevestigd is."
427
+ "Payments Advanced","Betalingen Geavanceerd"
428
+ "Payments Advanced (Includes Express Checkout)","Betalingen Geavanceerd (Bevat Express check-out)"
429
+ "Payments Pro (Includes Express Checkout)","Betalingen Pro (Bevat Express Checkout)"
430
+ "Payments Pro Hosted Solution","Betalingen Pro Hosted Solution"
431
+ "Payments Pro and Express Checkout","Betalingen Pro en Express Checkout"
432
+ "Payments Standard","Standaard Betalingen"
433
  "Payments by PayPal (150 X 40)","Betalingen door PayPal (150 X 40)"
434
  "Payments by PayPal (150 X 60)","Betalingen door PayPal (150 X 60)"
 
 
435
  "Pending PayPal","In afwachting van PayPal"
436
  "Place Order","Bestelling plaatsen"
437
  "Please agree to all the terms and conditions before placing the order.","Ga alstublieft akkoord met alle voorwaarden voor het plaatsen van de bestelling."
438
  "Please contact PayPal Customer Service.","Neem alstublieft contact op met Paypal Klantenservice."
439
  "Please do not refresh the page until you complete payment.","Ververs alstublieft niet de pagina totdat de betaling is voltooid."
440
+ "Please re-enable the previously enabled payment solutions.","Gelieve de eerder geactiveerde betaalmethode in te schakelen."
441
  "Please select a shipping method...","Selecteer een methode van verzending..."
442
  "Please select region, state or province","Selecteer a.u.b. uw provincie"
443
  "Please update order data to get shipping methods and rates","Update alstublieft de bestellings gegevens om verzendings methodes en tarieven te krijgen"
444
  "Points Incentive Redemption","Punten Incentive Aflossing"
445
+ "Position","Positie"
446
  "Postage Payment to either USPS or UPS","Porto betaling aan USPS dan wel UPS"
447
  "Preapproved Payment (BillUser API), either sent or received","Vooraf goedgekeurde Betaling (RekeningGebruiker API), verzonden of ontvangen"
448
  "Preapproved Payment ID","Vooraf goedgekeurde Betaling ID"
449
  "Price","Prijs"
450
+ "Pro","Pro"
451
+ "Process payments using your own internet merchant account.","Verwerk betalingen via uw eigen internet zakelijke rekening."
452
+ "Product","Product"
453
  "Product Name","Productnaam"
454
  "Proxy Host","Proxy Host"
455
  "Proxy Port","Proxy Poort"
456
+ "Publisher ID","Publisher ID"
457
  "Qty","Hoeveelheid"
458
  "Reauthorization","Nieuwe autorisatie"
459
  "Reference Information","Verwijsinformatie"
 
460
  "Reimbursement for a chargeback.","Vergoeding voor een terugboeking"
461
  "Reimbursement of Chargeback","Vergoeding van een terugboeking"
462
  "Report Date","Datum bericht"
464
  "Requested %s and configured %s merchant emails do not match.","Gevraagde %s en ingestelde %s verkoper e-mails komen niet overeen."
465
  "Require CVV Entry","Vereist invoer CVV"
466
  "Require Customer's Billing Address","Factuuradres van de klant vereist"
467
+ "Required PayPal Settings","Vereiste PayPal Instellingen"
468
+ "Required Settings","Vereiste Instellingen"
469
+ "Required to display a banner","Banner weergeven vereist"
470
  "Reversal","Omzetting"
471
  "Reversal of General Account Hold","Omzetting van Algemene Rekening Houder"
472
  "Reversal of Points Usage","Omzetting van Puntengebruik"
483
  "Schedule","Schema"
484
  "Schedule description is too long.","Schemabeschrijving is te lang."
485
  "Scheduled Fetching","Ophalen ingeroosterd"
486
+ "Select a Payment Solution","Selecteer een Betaalmethode"
487
+ "Send Email Confirmation","Verstuur Bevestigingsemail."
488
  "Server Error. Please try again.","Serverfout. Probeer het opnieuw."
489
  "Settlement Consolidation","Overeenkomst consolidatie"
490
  "Settlement Report Settings","Overeenkomst verslag instellingen"
494
  "Severe validation removes chargeback liability on merchant.","Ernstige bevestiging verwijdert de aansprakelijkheid voor terugboeking van de handelaar."
495
  "Shipping","Verzending"
496
  "Shipping Address","Verzendingsadres"
497
+ "Shipping Information","Aflever Informatie"
498
  "Shipping Method","Verzendingsmethode"
499
  "Shop now using (150 X 40)","Winkel nu met (150 X 40)"
500
  "Shop now using (150 X 60)","Winkel nu met (150 X 60)"
502
  "Shortcut Buttons Flavor","Snelkoppeling knoppen flavor"
503
  "Shortcut on Product View","Snelkoppeling op product bekijken"
504
  "Shortcut on Shopping Cart","Snelkoppeling op winkelmandje"
505
+ "Sidebar (right)","Zijbalk (rechts)"
506
  "Sign a billing agreement to streamline further purchases with PayPal.","Teken een betaalovereenkomst om toekomstige aankopen met PayPal te stroomlijnen."
507
+ "Size","Grootte"
508
+ "Skip Order Review Step","Bestelling Herzien Stap Overslaan"
509
  "Solo","Alleen"
510
+ "Some PayPal solutions conflict.","Sommige PayPal oplossingen conflicteren."
511
  "Sorry, no quotes are available for this order at this time.","Sorry, geen prijsopgaven zijn beschikbaar voor deze bestelling op dit moment."
512
  "Sort Order","Sorteer Bestelling"
513
  "Specifies what the Authorization Honor Period is on the merchant’s PayPal account. It must mirror the setting in PayPal.","Specificeert wat de Authorization Honor Period is op de PayPal rekening van de winkelier. Dit dient gelijk te zijn aan de instelling in PayPal zelf."
529
  "The background color for the checkout page around the header and payment form.","De achtergrondkleur voor de afrekenpagina rond de header en het betalingsformulier."
530
  "The background color for the header of the checkout page. Case-insensitive six-character HTML hexadecimal color code in ASCII.","De achtergrondkleur voor de header van de afrekenpagina. Niet hoofdlettergevoelige zes-letterteken HTML hexadecimale kleurcode in ASCII."
531
  "The default number of child authorizations in your PayPal account is 1. To do multiple authorizations please contact PayPal to request an increase.","Het standaard aantal kindmachtigingen in uw PayPal account is 1. Om meerdere machtigingen te doen, neem alstublieft contact op met PayPal om een verhoging aan te vragen."
532
+ "The following error(s) occured:","De volgende fout (en) is/zijn opgetreden:"
533
  "The image at the top left of the checkout page. Max size is 750x90-pixel. <strong style=""color:red"">https</strong> is highly encouraged.","De afbeelding linksboven op de afrekeningspagina. Maximale grootte is 750x90 pixels. <strong style=""color:red"">Https</strong> is ten sterkte aangeraden."
534
  "The maximum number of child authorizations is reached.","Het maximale aantal kindmachtigingen is bereikt."
535
  "The merchant account is not yet verified.","De handelsaccount is nog niet geverifieerd."
539
  "The payment is pending because it was made to an email address that is not yet registered or confirmed.","De betaling staat in de wacht omdat deze aangemaakt is met een emailadres dat nog niet geregistreerd of bevestigd is."
540
  "The payment is pending while it is being reviewed by PayPal for risk.","De betaling staat in de wacht, terwijl deze beoordeeld wordt op risico door PayPal."
541
  "The payment was made via credit card. In order to receive funds merchant must upgrade account to Business or Premier status.","De betaling werd gemaakt via creditcard. Om de gelden te ontvangen, moet de handelaar de account upgraden naar Business of Premier status."
542
+ "There is already another PayPal solution enabled. Enable this solution instead?","Er is al een andere PayPal oplossing geactiveerd. Activeer in plaats daarvan deze oplossing?"
543
  "There was an error processing your order. Please contact us or try again later.","Er heeft zich een fout voorgedaan bij het verwerken van uw bestelling. Neem alstublieft contact met ons op of probeer het later opnieuw."
544
  "This feature needs be enabled first for the merchant account through PayPal technical support.","Deze functie moet eerst worden ingeschakeld voor de merchant account via PayPal technische ondersteuning."
545
  "This operation requires an existing transaction object.","Deze operatie vereist een bestaand transactie object."
546
  "Time of Day","Tijd van de Dag"
547
  "Title","Titel"
548
+ "To proceed to Checkout, please log in using your email address.","Logt u a.u.b. in met uw e-mail adres om door te gaan naar Afrekenen."
549
  "Transaction ID","Transactie ID"
550
  "Transaction ID must not be empty.","Transactie-ID mag niet leeg zijn."
551
  "Transaction Information","Transactie Informatie"
552
+ "Transaction reversal by PayPal administrators.","Transactie terugboeking door PayPal beheerders."
553
+ "Transaction reversal due to fraud detected by PayPal administrators.","Transactie terugboeking als gevolg van fraude gedetecteerd door PayPal beheerders."
554
  "Transfer Cart Line Items","Plaats Winkelwagentje Posten Over"
555
  "Transfer Shipping Options","Plaats Verzendingsopties Over"
556
  "Triggered Fraud Filters","Fraudeur Filters Getriggerd"
557
+ "URL method for Cancel URL and Return URL","URL-methode voor Annuleren URL en Terugkeren URL"
558
  "Unable to cancel Express Checkout.","Onmogelijk om Express Checkout te annuleren."
559
  "Unable to change status. Current status is not correspond to real status.","Kon status niet veranderen. Huidige status correspondeert niet met werkelijke status."
560
  "Unable to communicate with the PayPal gateway.","Kan niet communiceren met de PayPal gateway."
568
  "Unknown Error. Please try again later.","Onbekende fout. Probeer het later opnieuw."
569
  "Unknown reason. Please contact PayPal customer service.","Onbekende oorzaak. Neem alstublieft contact op met de klantendienst van PayPal."
570
  "Update Order Data","Update Bestel Gegevens"
571
+ "Update Shipping Method","Verzend Methode Updaten"
572
  "Use Proxy","Proxy gebruiken"
573
  "Use colon to specify port. For example: ""test.example.com:5224"".","Gebruik een dubbelepunt om de poort te specificeren. Bijvoorbeeld: ""test.voorbeeld.com:5224""."
574
  "User","Gebruiker"
576
  "Uses store frontend name by default.","Gebruikt standaard de frontend naam van de winkel"
577
  "VAT Number","BTW nummer"
578
  "Vendor","Verkoper"
 
579
  "View","Bekijk"
580
  "View Demo","Bekijk Demo"
 
581
  "View Transaction","Transactie bekijken"
582
  "View Transaction Details","Bekijk Transactie Details"
583
  "Virtual PayPal Debit Card Transaction","Virtuele Paypal Debitcard Transactie"
587
  "We prefer PayPal (150 X 40)","PayPal heeft onze voorkeur (150 X 40)"
588
  "We prefer PayPal (150 X 60)","Paypal heeft onze voorkeur (150 X 60)"
589
  "Website Payments Plus","Website betalingen plus"
590
+ "Website Payments Pro (Includes Express Checkout)","Website Betalingen Pro (Bevat Express Checkout)"
 
 
591
  "Website Payments Pro Hosted Solution","Website betalingen professioneel gehoste oplossing"
592
+ "Website Payments Pro Hosted Solution (Includes Express Checkout)","Website Betalingen Pro Hosted Solution (Bevat Express Checkout)"
593
+ "Website Payments Pro Hosted Solution and Express Checkout","Website Betalingen Pro Hosted Solution en Express Checkout"
594
+ "Website Payments Pro Payflow Edition (Includes Express Checkout)","Website Betalingen Payflow Pro Editie (Bevat Express Checkout)"
595
+ "Website Payments Pro Payflow Edition and Express Checkout","Website betalingen Payflow Pro Editie en Express Checkout"
596
+ "Website Payments Pro and Express Checkout","Website Betalingen Pro en Express Checkout"
597
  "Website Payments Standard","Website Betalingen Standaard"
598
  "Website Payments Standard Payment","Website Betalingen Standaard Betaling"
 
599
  "What is PayPal?","Wat is PayPal?"
600
  "Whether to create a billing agreement, if there are no active billing agreements available.","Of er een facturatieovereenkomst aangemaakt moet worden als er geen actieve facturatieovereenkomsten beschikbaar zijn."
601
  "Will appear as a payment option only for customers who have at least one active billing agreement.","Zal verschijnen als betaling optie voor klanten die tenminste een actieve facturatieovereenkomst hebben."
app/locale/nl_NL/Mage_Persistent.csv CHANGED
@@ -8,6 +8,7 @@
8
  "By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.","Door een account aan te maken bij onze winkel, kunt u sneller afrekenen, meerdere verzendadressen opgeven, uw bestellingen bekijken en tracken en meer."
9
  "Cannot load configuration from file %s.","Kan configuratie van bestand %s niet laden."
10
  "Checkout as Guest","Als een gast betalen"
 
11
  "Checkout as a Guest or Register","Betaal als Gast of Schrijf in"
12
  "City","Stad"
13
  "Clear Persistence on Log Out","Verwijder persistentie bij het uitloggen"
@@ -22,6 +23,7 @@
22
  "Enable ""Remember Me""","Zet ""Onthoud mij"" aan"
23
  "Enable Persistence","Persistentie aanzetten"
24
  "Fast and easy check out","Snelle en gemakkelijk betalingen"
 
25
  "Fax","Fax"
26
  "Forgot Your Password?","Uw Wachtwoord Vergeten?"
27
  "Forgot your password?","Uw wachtwoord vergeten?"
@@ -32,26 +34,33 @@
32
  "Login Information","Log in Gegevens"
33
  "Login or Create an Account","Log in of Maak een Account aan"
34
  "New Customers","Nieuwe Klanten"
 
35
  "Password","Wachtwoord"
36
  "Persist Shopping Cart","Blijvend winkelmandje"
37
  "Persistence Lifetime (seconds)","Duur winkelmandje (seconden)"
38
  "Persistent Shopping Cart","Blijvend winkelmandje"
39
  "Personal Information","Persoonlijke Informatie"
 
40
  "Please log in below:","Log hieronder in"
41
  "Please select region, state or province","Selecteer a.u.b. uw provincie"
42
  "Register","Registreer"
 
43
  "Register and save time!","Registreer en bespaar tijd!"
44
  "Register to Create an Account","Registreer om een Account aan te maken"
45
  "Register with us for future convenience:","Registreer bij ons voor verder gemak"
46
  "Registered Customers","Geregistreerde Klanten"
 
47
  "Remember Me","Onthoud me"
 
48
  "Save in address book","Sla op in adresboek"
 
49
  "Select State/Province...","Selecteer Provincie"
50
  "Select a billing address from your address book or enter a new address.","Selecteer rekeninggegevens uit uw adresboek of voer nieuwe gegevens in"
51
  "Ship to different address","Verzend naar ander adres"
52
  "Ship to this address","Verzend naar dit adres"
53
  "Shopping cart has been updated with appropriate prices","Het winkelkarretje is bijgewerkt met de juiste prijzen."
54
  "Sign Up for Newsletter","Schrijf in voor Nieuwsbrief"
 
55
  "State/Province","Staat/Provincie"
56
  "Street Address","Adres straat"
57
  "Street Address %s","Straatnaam en huisnummer %s"
@@ -59,6 +68,7 @@
59
  "Telephone","Telefoon"
60
  "To proceed to Checkout, please log in using your email address.","Om verder te gaan naar Checkout, gelieve in te loggen met uw email adres."
61
  "VAT Number","BTW nummer"
 
62
  "Welcome, %s!","Welkom, %s!"
63
  "What\'s this?","Wat is dit?"
64
  "Zip/Postal Code","Zip/Postcode"
8
  "By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.","Door een account aan te maken bij onze winkel, kunt u sneller afrekenen, meerdere verzendadressen opgeven, uw bestellingen bekijken en tracken en meer."
9
  "Cannot load configuration from file %s.","Kan configuratie van bestand %s niet laden."
10
  "Checkout as Guest","Als een gast betalen"
11
+ "Checkout as a Guest","Afrekenen als een Gast"
12
  "Checkout as a Guest or Register","Betaal als Gast of Schrijf in"
13
  "City","Stad"
14
  "Clear Persistence on Log Out","Verwijder persistentie bij het uitloggen"
23
  "Enable ""Remember Me""","Zet ""Onthoud mij"" aan"
24
  "Enable Persistence","Persistentie aanzetten"
25
  "Fast and easy check out","Snelle en gemakkelijk betalingen"
26
+ "Faster checkout","Snelle afrekening"
27
  "Fax","Fax"
28
  "Forgot Your Password?","Uw Wachtwoord Vergeten?"
29
  "Forgot your password?","Uw wachtwoord vergeten?"
34
  "Login Information","Log in Gegevens"
35
  "Login or Create an Account","Log in of Maak een Account aan"
36
  "New Customers","Nieuwe Klanten"
37
+ "New Here?","Nieuw Hier?"
38
  "Password","Wachtwoord"
39
  "Persist Shopping Cart","Blijvend winkelmandje"
40
  "Persistence Lifetime (seconds)","Duur winkelmandje (seconden)"
41
  "Persistent Shopping Cart","Blijvend winkelmandje"
42
  "Personal Information","Persoonlijke Informatie"
43
+ "Please enter the following information to create your account.","Vul a.u.b. de volgende informatie in voor het aanmaken van uw account"
44
  "Please log in below:","Log hieronder in"
45
  "Please select region, state or province","Selecteer a.u.b. uw provincie"
46
  "Register","Registreer"
47
+ "Register and Checkout","Registreren en Afrekenen"
48
  "Register and save time!","Registreer en bespaar tijd!"
49
  "Register to Create an Account","Registreer om een Account aan te maken"
50
  "Register with us for future convenience:","Registreer bij ons voor verder gemak"
51
  "Registered Customers","Geregistreerde Klanten"
52
+ "Registration is free and easy!","Registreren is makkelijk en gratis!"
53
  "Remember Me","Onthoud me"
54
+ "Returning Customers","Terugkerende Klanten"
55
  "Save in address book","Sla op in adresboek"
56
+ "Save multiple shipping addresses","Meerdere afleveradressen opslaan"
57
  "Select State/Province...","Selecteer Provincie"
58
  "Select a billing address from your address book or enter a new address.","Selecteer rekeninggegevens uit uw adresboek of voer nieuwe gegevens in"
59
  "Ship to different address","Verzend naar ander adres"
60
  "Ship to this address","Verzend naar dit adres"
61
  "Shopping cart has been updated with appropriate prices","Het winkelkarretje is bijgewerkt met de juiste prijzen."
62
  "Sign Up for Newsletter","Schrijf in voor Nieuwsbrief"
63
+ "Sign in to speed up your checkout process","Meldt u aan om uw afreken proces te versnellen"
64
  "State/Province","Staat/Provincie"
65
  "Street Address","Adres straat"
66
  "Street Address %s","Straatnaam en huisnummer %s"
68
  "Telephone","Telefoon"
69
  "To proceed to Checkout, please log in using your email address.","Om verder te gaan naar Checkout, gelieve in te loggen met uw email adres."
70
  "VAT Number","BTW nummer"
71
+ "View and track orders and more","Bekijk en volg bestellingen, en meer"
72
  "Welcome, %s!","Welkom, %s!"
73
  "What\'s this?","Wat is dit?"
74
  "Zip/Postal Code","Zip/Postcode"
app/locale/nl_NL/Mage_Review.csv CHANGED
@@ -2,9 +2,13 @@
2
  "%s Review(s)","%s Beoordeling(en)"
3
  "(Posted on %s)","(Geplaatst op %s)"
4
  "1 star","1 ster"
 
5
  "2 stars","2 sterren"
 
6
  "3 stars","3 sterren"
 
7
  "4 stars","4 sterren"
 
8
  "5 stars","5 sterren"
9
  "<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>","<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>"
10
  "Add New Review","Voeg Nieuwe Beoordeling toe"
@@ -12,7 +16,9 @@
12
  "Administrator","Administrator"
13
  "All Reviews","Alle Recensies"
14
  "All Reviews of Customer `%s`","Alle Beoordelingen van Klant %s"
 
15
  "Allow Guests to Write Reviews","Sta Gasten toe om Beoordelingen te Schrijven"
 
16
  "Are you sure you want to do this?","Weet je zeker dat je dit wilt doen?"
17
  "Are you sure?","Weet u het zeker?"
18
  "Average Customer Rating","Gemiddelde Waardering door Klant"
@@ -37,6 +43,7 @@
37
  "Guest","Gast"
38
  "How do you rate this product?","Hoe heeft u dit product gewaardeerd?"
39
  "ID","ID"
 
40
  "Manage Ratings","Beheer Ratings"
41
  "My Product Reviews","Mijn Product Reviews"
42
  "My Recent Reviews","Mijn Recente Reviews"
@@ -45,7 +52,9 @@
45
  "New Review","Nieuwe Review"
46
  "Nickname","Bijnaam"
47
  "Nickname can\'t be empty","Nickname kan niet leeg zijn"
 
48
  "Only registered users can write reviews. Please, <a href=""%s"">log in</a> or <a href=""%s"">register</a>","Alleen geregistreerde gebruikers kunnen beoordelingen schrijven. <a href=""%s"">Log in</a> of <a href=""%s"">registreer</a>"
 
49
  "Pending Reviews","In afwachting van beoordelingen"
50
  "Pending Reviews of Customer `%s`","Nog gaande zijnde Reviews van Klant `%s`"
51
  "Please select a product","Selecteer a.u.b. een product"
@@ -66,6 +75,7 @@
66
  "Review (submitted on %s):","Recensie (verzonden op %s):"
67
  "Review Details","Details recensie"
68
  "Review Form Fields Before","Beoordeel formuliervelden voor"
 
69
  "Review by <span>%s</span>","Recensie door <span>%s</span>"
70
  "Review can\'t be empty","Beoordeling kan niet leeg zijn"
71
  "Review summary can\'t be empty","Overzicht kan niet leeg zijn"
@@ -85,6 +95,7 @@
85
  "View Details","Details bekijken"
86
  "Visible In","Zichtbaar in"
87
  "Websites","Websites"
 
88
  "Write Your Own Review","Schrijf je eigen recensie"
89
  "You have submitted no reviews.","U heeft geen recensies ingestuurd"
90
  "You're reviewing:","U recenseert:"
2
  "%s Review(s)","%s Beoordeling(en)"
3
  "(Posted on %s)","(Geplaatst op %s)"
4
  "1 star","1 ster"
5
+ "2 star","2 sterren"
6
  "2 stars","2 sterren"
7
+ "3 star","3 sterren"
8
  "3 stars","3 sterren"
9
+ "4 star","4 sterren"
10
  "4 stars","4 sterren"
11
+ "5 star","5 sterren"
12
  "5 stars","5 sterren"
13
  "<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>","<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>"
14
  "Add New Review","Voeg Nieuwe Beoordeling toe"
16
  "Administrator","Administrator"
17
  "All Reviews","Alle Recensies"
18
  "All Reviews of Customer `%s`","Alle Beoordelingen van Klant %s"
19
+ "All Reviews of Product `%s`","Alle Recensies van Product `%s`"
20
  "Allow Guests to Write Reviews","Sta Gasten toe om Beoordelingen te Schrijven"
21
+ "Approved","Goed Gekeurd"
22
  "Are you sure you want to do this?","Weet je zeker dat je dit wilt doen?"
23
  "Are you sure?","Weet u het zeker?"
24
  "Average Customer Rating","Gemiddelde Waardering door Klant"
43
  "Guest","Gast"
44
  "How do you rate this product?","Hoe heeft u dit product gewaardeerd?"
45
  "ID","ID"
46
+ "Let us know your thoughts","Geef ons uw mening"
47
  "Manage Ratings","Beheer Ratings"
48
  "My Product Reviews","Mijn Product Reviews"
49
  "My Recent Reviews","Mijn Recente Reviews"
52
  "New Review","Nieuwe Review"
53
  "Nickname","Bijnaam"
54
  "Nickname can\'t be empty","Nickname kan niet leeg zijn"
55
+ "Not Approved","Niet Goedgekeurd"
56
  "Only registered users can write reviews. Please, <a href=""%s"">log in</a> or <a href=""%s"">register</a>","Alleen geregistreerde gebruikers kunnen beoordelingen schrijven. <a href=""%s"">Log in</a> of <a href=""%s"">registreer</a>"
57
+ "Pending","In afwachting"
58
  "Pending Reviews","In afwachting van beoordelingen"
59
  "Pending Reviews of Customer `%s`","Nog gaande zijnde Reviews van Klant `%s`"
60
  "Please select a product","Selecteer a.u.b. een product"
75
  "Review (submitted on %s):","Recensie (verzonden op %s):"
76
  "Review Details","Details recensie"
77
  "Review Form Fields Before","Beoordeel formuliervelden voor"
78
+ "Review by %s","Review door %s"
79
  "Review by <span>%s</span>","Recensie door <span>%s</span>"
80
  "Review can\'t be empty","Beoordeling kan niet leeg zijn"
81
  "Review summary can\'t be empty","Overzicht kan niet leeg zijn"
95
  "View Details","Details bekijken"
96
  "Visible In","Zichtbaar in"
97
  "Websites","Websites"
98
+ "What's your nickname?","Wat is uw bijnaam?"
99
  "Write Your Own Review","Schrijf je eigen recensie"
100
  "You have submitted no reviews.","U heeft geen recensies ingestuurd"
101
  "You're reviewing:","U recenseert:"
app/locale/nl_NL/Mage_Rule.csv CHANGED
@@ -14,6 +14,7 @@
14
  "Please choose an action to add...","Kies een actie om toe te voegen..."
15
  "Remove","Verwijderen"
16
  "TRUE","WAAR"
 
17
  "Websites must be specified.","Websites moeten worden opgegeven."
18
  "by","door"
19
  "contains","bevat"
14
  "Please choose an action to add...","Kies een actie om toe te voegen..."
15
  "Remove","Verwijderen"
16
  "TRUE","WAAR"
17
+ "There is no information about associated entity type ""%s"".","Er is geen informatie over de bijbehorende entiteit type ""%s""."
18
  "Websites must be specified.","Websites moeten worden opgegeven."
19
  "by","door"
20
  "contains","bevat"
app/locale/nl_NL/Mage_Sales.csv CHANGED
@@ -10,6 +10,7 @@
10
  "%s order(s) were not released from holding status.","%s bestelling(en) zijn niet vrijgemaakt uit uitgestelde status"
11
  "* - Enter custom price excluding tax","* - Voer aangepaste prijs exclusief belasting in"
12
  "* - Enter custom price including tax","* - Voer aangepaste prijs inclusief belasting in"
 
13
  "-- Please Select --","-- Selecteer Alstublieft --"
14
  "-- Please Select Billing Agreement--","-- Selecteer a.u.b. rekeningovereenkomst --"
15
  "About This Order:","Over deze bestelling:"
@@ -167,7 +168,8 @@
167
  "Created billing agreement #%s.","Factuurovereenkomst #%s aangemaakt."
168
  "Created:","Gemaakt:"
169
  "Credit Memo","Credietmemo"
170
- "Credit Memo #","Kredietnota #"
 
171
  "Credit Memo #%1$s | %3$s | %2$s (%4$s)","Credietmemo #%1$s | %3$s | %2$s (%4$s)"
172
  "Credit Memo Comment Email Sender","Credietmemo commentaar e-mail afzender"
173
  "Credit Memo Comment Email Template","Credietmemo commentaar e-mail template"
@@ -201,7 +203,7 @@
201
  "Date Shipped","Datum waarop Verstuurd"
202
  "Default Status","Standaard Status"
203
  "Default Template","Vaststaand Sjabloon"
204
- "Default logo, will be used in PDF and HTML documents.<br />(jpeg, tiff, png)","Standaard logo, zal in PDF en HTML documenten worden gebruikt. <br />(jpeg, tiff, png)"
205
  "Delete","Verwijderen"
206
  "Delete Package","Verwijder Pakket"
207
  "Denied the payment online.","De betaling is online geweigerd."
@@ -259,6 +261,7 @@
259
  "Gift Options","Cadeauopties"
260
  "Gift Wrapping for the Entire Order","Cadeauverpakking voor gehele bestelling"
261
  "Girth","Omtrek"
 
262
  "Grand Total","Groot Totaal"
263
  "Grand Total to be Charged","Totaalbedrag dat zal worden gefactureerd"
264
  "Guest","Gast"
@@ -267,9 +270,10 @@
267
  "Hold","In de wacht"
268
  "Hold action is not available.","Vasthoud-actie is niet beschikbaar"
269
  "Hold order","Houd bestelling vast"
 
270
  "ID","identiteit"
271
  "ID #","ID #"
272
- "IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s""","IPN ""Terugbetaald"". Terugbetaling door verkoper. Geregistreerde melding over terugbetaald bedrag van %s. Transactie ID: ""%s"""
273
  "If empty, the default description above will be used.","Indien leeg, zal de bovenstaande standaard omschrijving worden gebruikt."
274
  "If empty, the default error above will be used.","Als het leeg is zal de standaard fout hierboven gebruikt worden."
275
  "If the invoice was created offline, try creating an offline creditmemo.","Indien de factuur offline is aangemaakt, probeert u een offline credietmemo te maken."
@@ -289,8 +293,10 @@
289
  "Invalid qty to ship for item ""%s""","Ongeldige qty om artikel ""%s"" te verzenden"
290
  "Invalid renderer model","Onjuist verkrijgsmodel"
291
  "Invalid request for adding product to quote.","Ongeldig verzoek voor toevoegen van product aan quote."
 
292
  "Invoice","Factuur"
293
  "Invoice #","Factuur #"
 
294
  "Invoice #%1$s | %2$s | %4$s (%3$s)","Factuur #%1$s | %2$s | %4$s (%3$s)"
295
  "Invoice #%s","Factuur #%s"
296
  "Invoice Comment Email Sender","Factuur commentaar e-mail afzender"
@@ -412,6 +418,7 @@
412
  "Online Refunded","Online Terugbetaalde"
413
  "Order","Bestelling"
414
  "Order #","Bestelling #"
 
415
  "Order # %s","Bestelling # %s"
416
  "Order # %s %s | %s","Bestelling # %s %s | %s"
417
  "Order #%s","Bestelling #%s"
@@ -451,6 +458,7 @@
451
  "Order credit memo","Creditnota van bestelling"
452
  "Order does not allow to be canceled.","Niet mogelijk om bestelling the annuleren."
453
  "Order invoice","Factuur van de bestelling"
 
454
  "Order is suspended as its capture amount %s is suspected to be fraudulent.","Bestelling is opgeschort omdat er waarschijnlijk is gefraudeerd."
455
  "Order object is not specified.","Bestellings object wordt niet gespecificeerd."
456
  "Order saving error: %s","Fout bij het opslaan van bestelling: %s"
@@ -610,9 +618,7 @@
610
  "Revenue","Inkomsten"
611
  "Row Subtotal","rij van het subtotaal"
612
  "Row Total","Rij Totaal"
613
- "SHIP TO:","VERZENDEN NAAR:"
614
  "SKU","Sku"
615
- "SOLD TO:","VERKOCHT AAN:"
616
  "Sales","Verkoop"
617
  "Sales Discount","Uitverkoop Korting"
618
  "Sales Emails","Verkoopemails"
@@ -634,6 +640,7 @@
634
  "Select","Selecteren"
635
  "Select All","Selecteer Alles"
636
  "Select from existing customer addresses:","Selecteer van bestaande klantadressen:"
 
637
  "Send Credit Memo Comment Email Copy To","Stuur Creditnota Opmerking E-mail Kopie naar"
638
  "Send Credit Memo Comments Email Copy Method","Stuur Kredietnota Commentaar E-mail Kopieer Methode"
639
  "Send Credit Memo Email Copy Method","Stuur Kredietnota E-mail Kopieer Methode"
@@ -654,10 +661,12 @@
654
  "Send Shipment Email Copy Method","Verstuur verzending email kopie methode"
655
  "Send Shipment Email Copy To","Verstuur verzending email kopie naar"
656
  "Send Tracking Information","Stuur Volginformatie"
 
657
  "Set order for existing transactions not allowed","Volgorde voor bestaande transactie niet toegestaan"
658
  "Ship","Verstuur"
659
  "Ship To","Verzenden naar"
660
  "Ship to Name","Verzenden naar Naam"
 
661
  "Shipment","Verzending"
662
  "Shipment #","Zending #"
663
  "Shipment #%1$s | %3$s (%2$s)","Zending #%1$s | %3$s (%2$s)"
@@ -691,7 +700,10 @@
691
  "Signed Up From","Aangemeld vanaf"
692
  "Size","Grote"
693
  "Sku","Sku"
694
- "Some of the products below do not have all the required options. Please edit them and configure all the required options.","Sommige van onderstaande produkten hebben niet alle benodigde opties. Pas ze aan en configureer alle benodigde opties."
 
 
 
695
  "Sorry, no quotes are available for this order at this time.","Sorry, op dit moment zijn er geen offertes beschikbaar voor deze bestelling."
696
  "Source object is not specified.","Bron object is niet gespecificeerd"
697
  "Specified profile does not exist.","Opgegeven profiel bestaat niet."
@@ -757,7 +769,8 @@
757
  "The value that you entered is not valid.","De door u ingevoerde waarde is niet juist."
758
  "There are no billing agreements yet.","Er zijn nog geen facturatieovereenkomsten."
759
  "There are no printable documents related to selected orders.","Er zijn geen printbare documenten gerelateerd aan de geselecteerde bestellingen."
760
- "There are no shipping labels related to selected %s.","Er zijn geen verschepingslabels gerelateerd aan de geselecteerde %s."
 
761
  "There is no need to approve this payment.","Er is geen nood om deze betaling te accepteren."
762
  "There is no need to deny this payment.","Het is niet nodig om deze betaling te weigeren."
763
  "There is no update for the payment.","Er is geen update voor de betaling."
@@ -849,6 +862,7 @@
849
  "Wrong state: ""%s"".","Verkeerde status: ""%s""."
850
  "Yes","Ja"
851
  "You can leave a box blank if you don\'t wish to add a gift message for whole order","U kunt een doos leeg laten als u geen cadeauboodschap voor de hele bestelling wilt toevoegen"
 
852
  "You have placed no orders.","U heeft geen bestellingen geplaatst."
853
  "You will be redirected to the payment system website.","U zal worden omgeleid naar de website van het betalingssysteem."
854
  "Your credit card will be charged for","Uw creditcard zal in rekening gebracht worden voor"
10
  "%s order(s) were not released from holding status.","%s bestelling(en) zijn niet vrijgemaakt uit uitgestelde status"
11
  "* - Enter custom price excluding tax","* - Voer aangepaste prijs exclusief belasting in"
12
  "* - Enter custom price including tax","* - Voer aangepaste prijs inclusief belasting in"
13
+ "* Required Fields","* Vereiste velden"
14
  "-- Please Select --","-- Selecteer Alstublieft --"
15
  "-- Please Select Billing Agreement--","-- Selecteer a.u.b. rekeningovereenkomst --"
16
  "About This Order:","Over deze bestelling:"
168
  "Created billing agreement #%s.","Factuurovereenkomst #%s aangemaakt."
169
  "Created:","Gemaakt:"
170
  "Credit Memo","Credietmemo"
171
+ "Credit Memo #","Creditnota #"
172
+ "Credit Memo # ","Credit Memo # "
173
  "Credit Memo #%1$s | %3$s | %2$s (%4$s)","Credietmemo #%1$s | %3$s | %2$s (%4$s)"
174
  "Credit Memo Comment Email Sender","Credietmemo commentaar e-mail afzender"
175
  "Credit Memo Comment Email Template","Credietmemo commentaar e-mail template"
203
  "Date Shipped","Datum waarop Verstuurd"
204
  "Default Status","Standaard Status"
205
  "Default Template","Vaststaand Sjabloon"
206
+ "Default logo, will be used in PDF and HTML documents.<br />(jpeg, tiff, png) If you see image distortion in PDF, try to use larger image","Standaardlogo zal gebruikt worden in PDF en HTML documenten. <br />(jpg, tiff, png) Als afbeeldingen niet goed worden weergegeven in een PDF, probeer een grotere afbeelding te gebruiken."
207
  "Delete","Verwijderen"
208
  "Delete Package","Verwijder Pakket"
209
  "Denied the payment online.","De betaling is online geweigerd."
261
  "Gift Options","Cadeauopties"
262
  "Gift Wrapping for the Entire Order","Cadeauverpakking voor gehele bestelling"
263
  "Girth","Omtrek"
264
+ "Go to Home Page","Go to Home Page"
265
  "Grand Total","Groot Totaal"
266
  "Grand Total to be Charged","Totaalbedrag dat zal worden gefactureerd"
267
  "Guest","Gast"
270
  "Hold","In de wacht"
271
  "Hold action is not available.","Vasthoud-actie is niet beschikbaar"
272
  "Hold order","Houd bestelling vast"
273
+ "Home","Home"
274
  "ID","identiteit"
275
  "ID #","ID #"
276
+ "IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s"". Credit Memo has not been created. Please create offline Credit Memo.","IPN ""Refunded"". Terugbetaling uitgegeven door handelaar. Aangetekende kennisgeving over terugbetaalde bedrag van% s.Transactie ID: ""%s"". Creditnota is nog niet gemaakt. Maak offline creditnota."
277
  "If empty, the default description above will be used.","Indien leeg, zal de bovenstaande standaard omschrijving worden gebruikt."
278
  "If empty, the default error above will be used.","Als het leeg is zal de standaard fout hierboven gebruikt worden."
279
  "If the invoice was created offline, try creating an offline creditmemo.","Indien de factuur offline is aangemaakt, probeert u een offline credietmemo te maken."
293
  "Invalid qty to ship for item ""%s""","Ongeldige qty om artikel ""%s"" te verzenden"
294
  "Invalid renderer model","Onjuist verkrijgsmodel"
295
  "Invalid request for adding product to quote.","Ongeldig verzoek voor toevoegen van product aan quote."
296
+ "Invalid value(s) for Qty to Ship","Ongeldige waarde(n) voor Aantal om te Verzenden..."
297
  "Invoice","Factuur"
298
  "Invoice #","Factuur #"
299
+ "Invoice # ","Invoice # "
300
  "Invoice #%1$s | %2$s | %4$s (%3$s)","Factuur #%1$s | %2$s | %4$s (%3$s)"
301
  "Invoice #%s","Factuur #%s"
302
  "Invoice Comment Email Sender","Factuur commentaar e-mail afzender"
418
  "Online Refunded","Online Terugbetaalde"
419
  "Order","Bestelling"
420
  "Order #","Bestelling #"
421
+ "Order # ","Order # "
422
  "Order # %s","Bestelling # %s"
423
  "Order # %s %s | %s","Bestelling # %s %s | %s"
424
  "Order #%s","Bestelling #%s"
458
  "Order credit memo","Creditnota van bestelling"
459
  "Order does not allow to be canceled.","Niet mogelijk om bestelling the annuleren."
460
  "Order invoice","Factuur van de bestelling"
461
+ "Order is suspended as its authorizing amount %s is suspected to be fraudulent.","Bestelling wordt opgeschort omdat het machtigingen bedrag wordt vermoed frauduleus te zijn."
462
  "Order is suspended as its capture amount %s is suspected to be fraudulent.","Bestelling is opgeschort omdat er waarschijnlijk is gefraudeerd."
463
  "Order object is not specified.","Bestellings object wordt niet gespecificeerd."
464
  "Order saving error: %s","Fout bij het opslaan van bestelling: %s"
618
  "Revenue","Inkomsten"
619
  "Row Subtotal","rij van het subtotaal"
620
  "Row Total","Rij Totaal"
 
621
  "SKU","Sku"
 
622
  "Sales","Verkoop"
623
  "Sales Discount","Uitverkoop Korting"
624
  "Sales Emails","Verkoopemails"
640
  "Select","Selecteren"
641
  "Select All","Selecteer Alles"
642
  "Select from existing customer addresses:","Selecteer van bestaande klantadressen:"
643
+ "Selected option(s) or their combination is not currently available.","De geselecteerde optie(s) of de combinatie hiervan is/zijn op dit moment niet beschikbaar."
644
  "Send Credit Memo Comment Email Copy To","Stuur Creditnota Opmerking E-mail Kopie naar"
645
  "Send Credit Memo Comments Email Copy Method","Stuur Kredietnota Commentaar E-mail Kopieer Methode"
646
  "Send Credit Memo Email Copy Method","Stuur Kredietnota E-mail Kopieer Methode"
661
  "Send Shipment Email Copy Method","Verstuur verzending email kopie methode"
662
  "Send Shipment Email Copy To","Verstuur verzending email kopie naar"
663
  "Send Tracking Information","Stuur Volginformatie"
664
+ "Send shipment info","Stuur verzendgegevens"
665
  "Set order for existing transactions not allowed","Volgorde voor bestaande transactie niet toegestaan"
666
  "Ship","Verstuur"
667
  "Ship To","Verzenden naar"
668
  "Ship to Name","Verzenden naar Naam"
669
+ "Ship to:","Verstuur naar:"
670
  "Shipment","Verzending"
671
  "Shipment #","Zending #"
672
  "Shipment #%1$s | %3$s (%2$s)","Zending #%1$s | %3$s (%2$s)"
700
  "Signed Up From","Aangemeld vanaf"
701
  "Size","Grote"
702
  "Sku","Sku"
703
+ "Sold to:","Verkocht aan:"
704
+ "Some item options or their combination are not currently available.","Sommige artikel-opties of een combinatie hiervan zijn momenteel niet in uw land beschikbaar."
705
+ "Some of the products below do not have all the required options.","Sommige van de producten hieronder hebben niet alle gewenste opties."
706
+ "Some of the selected options are not currently available.","Sommige van de geselecteerde opties zijn in uw land niet beschikbaar."
707
  "Sorry, no quotes are available for this order at this time.","Sorry, op dit moment zijn er geen offertes beschikbaar voor deze bestelling."
708
  "Source object is not specified.","Bron object is niet gespecificeerd"
709
  "Specified profile does not exist.","Opgegeven profiel bestaat niet."
769
  "The value that you entered is not valid.","De door u ingevoerde waarde is niet juist."
770
  "There are no billing agreements yet.","Er zijn nog geen facturatieovereenkomsten."
771
  "There are no printable documents related to selected orders.","Er zijn geen printbare documenten gerelateerd aan de geselecteerde bestellingen."
772
+ "There are no shipping labels related to selected orders.","Er zijn geen verzendlabels gerelateerd aan de geselecteerde orders."
773
+ "There are no shipping labels related to selected shipments.","Er zijn geen verzendlabels gerelateerd aan geselecteerde zendingen."
774
  "There is no need to approve this payment.","Er is geen nood om deze betaling te accepteren."
775
  "There is no need to deny this payment.","Het is niet nodig om deze betaling te weigeren."
776
  "There is no update for the payment.","Er is geen update voor de betaling."
862
  "Wrong state: ""%s"".","Verkeerde status: ""%s""."
863
  "Yes","Ja"
864
  "You can leave a box blank if you don\'t wish to add a gift message for whole order","U kunt een doos leeg laten als u geen cadeauboodschap voor de hele bestelling wilt toevoegen"
865
+ "You don\'t have permissions to manage this order because of one or more products are not permitted for your website.","U heeft geen machtiging om deze bestelling te beheren omdat een of meer producten niet zijn toegestaan voor uw website"
866
  "You have placed no orders.","U heeft geen bestellingen geplaatst."
867
  "You will be redirected to the payment system website.","U zal worden omgeleid naar de website van het betalingssysteem."
868
  "Your credit card will be charged for","Uw creditcard zal in rekening gebracht worden voor"
app/locale/nl_NL/Mage_Tax.csv CHANGED
@@ -8,10 +8,8 @@
8
  "An error occurred while deleting this rate. Incorrect rate ID.","Er is een fout opgetreden tijdens het verwijderen van dit tarief. Incorrecte ID van tarief."
9
  "An error occurred while deleting this tax class.","Er is een fout opgetreden tijdens het verwijderen van deze BTW klasse."
10
  "An error occurred while deleting this tax rule.","Er is een fout opgetreden tijdens het verwijderen van dit BTW tarief."
11
- "An error occurred while saving this rate.","Er is een fout opgetreden tijdens het opslaan van dit tarief."
12
  "An error occurred while saving this tax class.","Er is een fout opgetreden tijdens het opslaan van deze BTW klasse."
13
  "An error occurred while saving this tax class. A class with the same name","Er heeft zich een fout voorgedaan bij het opslaan van deze belasting groep. A groep met dezelfde naam"
14
- "An error occurred while saving this tax rule.","Er is een fout opgetreden tijdens het opslaan van deze BTW regel."
15
  "Apply Customer Tax","Pas Klant BTW toe"
16
  "Apply Discount On Prices","Pas Korting toe Op Prijzen"
17
  "Apply Tax On","Pas BTW toe Op"
@@ -20,12 +18,13 @@
20
  "Back","Terug"
21
  "Before Discount","Voor Korting"
22
  "CSV","CSV"
 
23
  "Calculation Settings","Berekeningsinstellingen"
24
  "Catalog Prices","Catalogusprijzen"
25
  "Class Name","Naam Klasse"
 
26
  "Code","Code"
27
  "Country","Land"
28
- "County","Land"
29
  "Custom price if available","Aangepaste prijs indien beschikbaar"
30
  "Customer Tax Class","Klant BTW Klasse"
31
  "Customer Tax Class Information","Klant Belastingklasse Informatie"
@@ -48,6 +47,7 @@
48
  "Edit Class '%s'","Pas Klasse '%s' aan"
49
  "Edit Rule","Pas Regel aan"
50
  "Edit Tax Rate","Pas Belastingtarief aan"
 
51
  "Excel XML","Excel XML"
52
  "Excl. Tax","Excl. BTW"
53
  "Excl. Tax:","Excl. Belasting:"
@@ -59,6 +59,7 @@
59
  "Grand Total (Incl.Tax)","Algemeen Totaal (Incl. Belasting)"
60
  "Grand Total Excl. Tax","Algemeen Totaal Excl. Belasting"
61
  "Grand Total Incl. Tax","Algemeen Totaal Incl. Belasting"
 
62
  "Import / Export Tax Rates","Import / Export Belasting Tarieven"
63
  "Import Tax Rates","Import Belasting Tarieven"
64
  "Inc. Tax","Incl. Belasting"
@@ -74,6 +75,7 @@
74
  "Manage Tax Rates","Manage Belasting Tarieven"
75
  "Manage Tax Rules","Manage Belasting Regels"
76
  "Manage Tax Zones & Rates","Beheer Belasting Zones en Tarieven"
 
77
  "Name","Naam"
78
  "New Class","Nieuwe Klasse"
79
  "New Rule","Nieuwe Regel"
@@ -83,6 +85,8 @@
83
  "One of the country has invalid code.","Een van de landen heeft een ongeldige code."
84
  "Orders, Invoices, Credit Memos Display Settings","Bestellingen, Facturen, Kredietnota's Display Instellingen"
85
  "Original price only","Alleen de oorspronkelijke prijs"
 
 
86
  "Price Display Settings","Prijs Weergave Instellingen"
87
  "Priority","Prioriteit"
88
  "Product Tax Class","Product BTW Klasse"
@@ -90,8 +94,10 @@
90
  "Product Tax Classes","Product Belasting Klassen"
91
  "Range From","Vanaf"
92
  "Range To","Tot"
 
93
  "Rate","Tarief"
94
  "Rate Percent","Tarief Percentage"
 
95
  "Reset","Opnieuw"
96
  "Row Total","Rij Totaal"
97
  "Sales","Verkoop"
@@ -115,6 +121,7 @@
115
  "Subtotal (Excl.Tax)","Subtotaal (Excl.Belasting)"
116
  "Subtotal (Incl. Tax)","Subtotaal (inclusief belasting)"
117
  "Subtotal (Incl.Tax)","Subtotaal (Incl.Belasting)"
 
118
  "Tax","Belasting"
119
  "Tax Calculation Based On","Belasting Berekening Gebaseerd Op"
120
  "Tax Calculation Method Based On","Belasting Berekening Methode Gebaseerd Op"
@@ -135,17 +142,22 @@
135
  "The tax rate has been imported.","Het belastingniveau is geïmporteerd."
136
  "The tax rate has been saved.","Het belastingniveau is opgeslagen."
137
  "The tax rule has been deleted.","De belastingregel is verwijderd."
138
- "The tax rule has been saved.","De belastingregel is opgeslagen."
139
  "This class no longer exists","Deze klasse bestaat niet meer"
140
  "This rule no longer exists","Deze regel bestaat niet meer"
141
  "This rule no longer exists.","Deze regel bestaat niet meer"
142
  "Total","Totaal"
143
  "Unit Price","Eenheidsprijs"
 
 
 
 
144
  "Whether catalog prices entered by admin include tax.","Of catalogusprijzen opgeschreven door admin inclusief belasting."
145
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","Of bezorghoeveelheden zijn opgeschreven door admin of verkregen voor gateways inclusief belasting."
146
  "Yes","Ja"
147
  "You cannot delete this tax class as it is used for %d customer groups.","U kunt deze belasting niet verwijderen als het is gebruikt voor %d klantgroepen."
148
  "You cannot delete this tax class as it is used for %d products.","U kunt deze belastingklasse niet verwijderen als het is gebruikt voor %d producten."
149
  "You cannot delete this tax class as it is used in Tax Rules. You have to delete the rules it is used in first.","U kunt deze belastingklasse niet verwijderen als het is gebruikt in Belastingregels. U moet eerst de regels waarin het is gebruikt verwijderen."
 
150
  "Zip/Post Code","Postcode"
151
  "Zip/Post is Range","Post is Verscheiden"
 
8
  "An error occurred while deleting this rate. Incorrect rate ID.","Er is een fout opgetreden tijdens het verwijderen van dit tarief. Incorrecte ID van tarief."
9
  "An error occurred while deleting this tax class.","Er is een fout opgetreden tijdens het verwijderen van deze BTW klasse."
10
  "An error occurred while deleting this tax rule.","Er is een fout opgetreden tijdens het verwijderen van dit BTW tarief."
 
11
  "An error occurred while saving this tax class.","Er is een fout opgetreden tijdens het opslaan van deze BTW klasse."
12
  "An error occurred while saving this tax class. A class with the same name","Er heeft zich een fout voorgedaan bij het opslaan van deze belasting groep. A groep met dezelfde naam"
 
13
  "Apply Customer Tax","Pas Klant BTW toe"
14
  "Apply Discount On Prices","Pas Korting toe Op Prijzen"
15
  "Apply Tax On","Pas BTW toe Op"
18
  "Back","Terug"
19
  "Before Discount","Voor Korting"
20
  "CSV","CSV"
21
+ "Calculate off subtotal only","Bereken uitsluitend van het subtotaal"
22
  "Calculation Settings","Berekeningsinstellingen"
23
  "Catalog Prices","Catalogusprijzen"
24
  "Class Name","Naam Klasse"
25
+ "Click here to go to <a href=""%s"">Tax configuration</a> and change your settings.","Klik hier om naar <a href=""%s"">BTW configuratie</a> te gaan en uw instellingen te wijzigen."
26
  "Code","Code"
27
  "Country","Land"
 
28
  "Custom price if available","Aangepaste prijs indien beschikbaar"
29
  "Customer Tax Class","Klant BTW Klasse"
30
  "Customer Tax Class Information","Klant Belastingklasse Informatie"
47
  "Edit Class '%s'","Pas Klasse '%s' aan"
48
  "Edit Rule","Pas Regel aan"
49
  "Edit Tax Rate","Pas Belastingtarief aan"
50
+ "Enable Cross Border Trade","Grensoverschrijdende Handel Inschakelen"
51
  "Excel XML","Excel XML"
52
  "Excl. Tax","Excl. BTW"
53
  "Excl. Tax:","Excl. Belasting:"
59
  "Grand Total (Incl.Tax)","Algemeen Totaal (Incl. Belasting)"
60
  "Grand Total Excl. Tax","Algemeen Totaal Excl. Belasting"
61
  "Grand Total Incl. Tax","Algemeen Totaal Incl. Belasting"
62
+ "Ignore this notification","Negeer deze melding"
63
  "Import / Export Tax Rates","Import / Export Belasting Tarieven"
64
  "Import Tax Rates","Import Belasting Tarieven"
65
  "Inc. Tax","Incl. Belasting"
75
  "Manage Tax Rates","Manage Belasting Tarieven"
76
  "Manage Tax Rules","Manage Belasting Regels"
77
  "Manage Tax Zones & Rates","Beheer Belasting Zones en Tarieven"
78
+ "Maximum zip code length is 9.","Maximale postcode lengte is 9."
79
  "Name","Naam"
80
  "New Class","Nieuwe Klasse"
81
  "New Rule","Nieuwe Regel"
85
  "One of the country has invalid code.","Een van de landen heeft een ongeldige code."
86
  "Orders, Invoices, Credit Memos Display Settings","Bestellingen, Facturen, Kredietnota's Display Instellingen"
87
  "Original price only","Alleen de oorspronkelijke prijs"
88
+ "Please fill all required fields with valid information.","Vul alle verplichte velden met geldige informatie in."
89
+ "Please see <a href=""%s"">source</a> for more details.","Zie <a href=""%s"">bron</a> voor meer informatie."
90
  "Price Display Settings","Prijs Weergave Instellingen"
91
  "Priority","Prioriteit"
92
  "Product Tax Class","Product BTW Klasse"
94
  "Product Tax Classes","Product Belasting Klassen"
95
  "Range From","Vanaf"
96
  "Range To","Tot"
97
+ "Range To should be equal or greater than Range From.","Range Naar moet gelijk of groter zijn dan Range Van."
98
  "Rate","Tarief"
99
  "Rate Percent","Tarief Percentage"
100
+ "Rate Percent should be a positive number.","Tarief Procent moet een positief getal zijn."
101
  "Reset","Opnieuw"
102
  "Row Total","Rij Totaal"
103
  "Sales","Verkoop"
121
  "Subtotal (Excl.Tax)","Subtotaal (Excl.Belasting)"
122
  "Subtotal (Incl. Tax)","Subtotaal (inclusief belasting)"
123
  "Subtotal (Incl.Tax)","Subtotaal (Incl.Belasting)"
124
+ "Subtotal only","Alleen betaalbedrag"
125
  "Tax","Belasting"
126
  "Tax Calculation Based On","Belasting Berekening Gebaseerd Op"
127
  "Tax Calculation Method Based On","Belasting Berekening Methode Gebaseerd Op"
142
  "The tax rate has been imported.","Het belastingniveau is geïmporteerd."
143
  "The tax rate has been saved.","Het belastingniveau is opgeslagen."
144
  "The tax rule has been deleted.","De belastingregel is verwijderd."
 
145
  "This class no longer exists","Deze klasse bestaat niet meer"
146
  "This rule no longer exists","Deze regel bestaat niet meer"
147
  "This rule no longer exists.","Deze regel bestaat niet meer"
148
  "Total","Totaal"
149
  "Unit Price","Eenheidsprijs"
150
+ "Warning tax configuration can result in rounding errors","Waarschuwing fiscale configuratie kan leiden tot afrondingsverschillen"
151
+ "Warning tax configuration can result in unexpected FPT prices on applicable devices","Waarschuwing, belastingsconfiguratie kan leiden tot onverwachte FPT prijzen op toepasselijke apparaten"
152
+ "Warning tax discount configuration might result in different discounts than a customer might expect","Waarschuwing fiscale korting configuratie kan resulteren in andere kortingen dan een klant kan verwachten"
153
+ "When catalog price includes tax, enable this setting will fix the price no matter what the customer's tax rate is.","Indien de catalogus prijs inclusief BTW is schakelt u deze optie in om een prijs vast te zetten ongeacht het BTW tarief van de klant."
154
  "Whether catalog prices entered by admin include tax.","Of catalogusprijzen opgeschreven door admin inclusief belasting."
155
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","Of bezorghoeveelheden zijn opgeschreven door admin of verkregen voor gateways inclusief belasting."
156
  "Yes","Ja"
157
  "You cannot delete this tax class as it is used for %d customer groups.","U kunt deze belasting niet verwijderen als het is gebruikt voor %d klantgroepen."
158
  "You cannot delete this tax class as it is used for %d products.","U kunt deze belastingklasse niet verwijderen als het is gebruikt voor %d producten."
159
  "You cannot delete this tax class as it is used in Tax Rules. You have to delete the rules it is used in first.","U kunt deze belastingklasse niet verwijderen als het is gebruikt in Belastingregels. U moet eerst de regels waarin het is gebruikt verwijderen."
160
+ "Zip code should not contain characters other than digits.","Postcode mag geen andere tekens dan cijfers bevatten."
161
  "Zip/Post Code","Postcode"
162
  "Zip/Post is Range","Post is Verscheiden"
163
+ "for store(s)","voor winkel(s)"
app/locale/nl_NL/Mage_Usa.csv CHANGED
@@ -2,6 +2,7 @@
2
  """Per Order"" allows single handling fee for entire order. ""Per Package"" allows individual handling fee for each package.","Met ""Per bestelling"" hoeft er slechts eenmaal verzendkosten te worden betaald voor de complete bestelling. Met ""Per Pakket"" dient er voor ieder pakket verzendkosten te worden betaald."
3
  "1 Day Freight","1 Dag Vracht"
4
  "2 Day","2 Dagen"
 
5
  "2 Day Freight","2 Dagen Vracht"
6
  "2Day","Vandaag"
7
  "2nd Day Air","Arriveert 2 werkdagen na verzenddatum"
@@ -43,6 +44,7 @@
43
  "Customer services","Klantenservice"
44
  "DHL","DHL"
45
  "DHL (Deprecated)","DHL (Afgekeurd)"
 
46
  "Debug","Debug"
47
  "Default Package Height","Standaard pakkethoogte"
48
  "Default Package Length","Standaard pakketlengte"
@@ -95,6 +97,17 @@
95
  "FedEx Tube","FedEx Buis"
96
  "First Overnight","Levering eerstvolgende ochtend van een werkdag"
97
  "First-Class","Eerste Klas"
 
 
 
 
 
 
 
 
 
 
 
98
  "Flat","Plat"
99
  "Flat-Rate Box","Plat Tarief Box"
100
  "Flat-Rate Envelope","Plat Tarief Enveloppe"
@@ -106,6 +119,10 @@
106
  "Gateway XML URL","Gateway XML URL"
107
  "Gift","Geschenk"
108
  "Girth","Omtrek"
 
 
 
 
109
  "Globalmail business","Zakelijke Globalmail"
110
  "Ground","Grond"
111
  "Ground Commercial","Grond reclame"
@@ -115,6 +132,7 @@
115
  "Height","Hoogte"
116
  "Height, width and length should be equal or greater than %s","Hoogte, breedte en lengte moet gelijk of groter zijn dan% s"
117
  "Home Delivery","Thuisbezorging"
 
118
  "Inches","Inches (duimen)"
119
  "Indirect","Indirect"
120
  "International Economy","Internationaal economie"
@@ -134,6 +152,7 @@
134
  "Length","Lengte"
135
  "Letter","Letter"
136
  "Library","Bibliotheek"
 
137
  "Live","Live"
138
  "Machinable","Machinaal"
139
  "Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)","Maximum Pakket Gewicht (Neem alstublieft contact op met uw vervoerder voor het maximaal toegestane verstuur gewicht)"
@@ -162,6 +181,7 @@
162
  "None","Geen"
163
  "Not Required","Niet Benodigd"
164
  "Order","Bestelling"
 
165
  "Origin of the Shipment","Herkomst van de Verzending"
166
  "Origin serviceAreaCode is missing","Kengetal van de herkomstdienst ontbreekt"
167
  "Other","Andere"
@@ -169,6 +189,7 @@
169
  "PAK","PAK"
170
  "Package","Pakket"
171
  "Package Description","Pakketbeschrijving"
 
172
  "Packages Request Type","Pakket verzoektype"
173
  "Packaging","Verpakking"
174
  "Pallet","Pallet"
@@ -179,13 +200,72 @@
179
  "Piece Id barcode is missing","Stuk ID barcode ontbreekt"
180
  "Piece number information is missing","Stuk nummer informatie ontbreekt"
181
  "Please make sure to use only digits here. No dashes are allowed.","Gebruik alleen getallen hier. Streepjes zijn niet toegestaan."
 
182
  "Pounds","Ponden"
183
  "Priority Mail","Prioritaire Post"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  "Priority Overnight","Levering volgende werkdag"
185
  "Product content code is invalid","Inhoudscode van het product is ongeldig"
186
  "Product name is missing","Productnaam ontbreekt"
187
  "Receiver","Ontvanger"
188
  "Rectangular","Rechthoekig"
 
189
  "Regular","Gewoon"
190
  "Regular Pickup","Gewone ophaal"
191
  "Request Courier","Koerier aanvragen"
@@ -217,6 +297,8 @@
217
  "Shipment is not available.","Verzending niet beschikbaar"
218
  "Shipment picked up","Verzending opgehaald"
219
  "Shipper Number","Verzender Nummer"
 
 
220
  "Shipping Key","Verzending Sleutel"
221
  "Shipping Key (International)","Verzending Sleutel (Internationaal)"
222
  "Show Method if Not Applicable","Laat Methode Zien indien Niet Mogelijk"
@@ -228,9 +310,11 @@
228
  "Specific","specifiek"
229
  "Sprintline","Sprintline"
230
  "Standard Overnight","Standaard levering volgende werkdag"
 
231
  "Station","Station"
232
  "Subtotal","Subtotaal"
233
  "Subtotal With Discount","Subtotaal Met Korting"
 
234
  "The response is in wrong format.","Het antwoord is in een verkeerd formaat."
235
  "There is no available method for selected shipping address.","Er is geen beschikbare verzending methode voor het geselecteerde adres"
236
  "There is no items in this order","Er zijn geen artikelen in deze bestelling"
@@ -270,6 +354,7 @@
270
  "UPS Worldwide Express PlusSM","UPS Wereldwijd per Expresse PlusSM"
271
  "UPS Worldwide Saver","UPS Worldwide Saver"
272
  "USPS","USPS"
 
273
  "Unable to retrieve tracking","Kan de tracking niet terugvinden"
274
  "United Parcel Service","United Pakketdienst"
275
  "United Parcel Service XML","United Pakketdienst XML"
2
  """Per Order"" allows single handling fee for entire order. ""Per Package"" allows individual handling fee for each package.","Met ""Per bestelling"" hoeft er slechts eenmaal verzendkosten te worden betaald voor de complete bestelling. Met ""Per Pakket"" dient er voor ieder pakket verzendkosten te worden betaald."
3
  "1 Day Freight","1 Dag Vracht"
4
  "2 Day","2 Dagen"
5
+ "2 Day AM","2 Dagen voor 12:00 uur"
6
  "2 Day Freight","2 Dagen Vracht"
7
  "2Day","Vandaag"
8
  "2nd Day Air","Arriveert 2 werkdagen na verzenddatum"
44
  "Customer services","Klantenservice"
45
  "DHL","DHL"
46
  "DHL (Deprecated)","DHL (Afgekeurd)"
47
+ "DHL service is not available at %s date","DHL service is not available at %s date"
48
  "Debug","Debug"
49
  "Default Package Height","Standaard pakkethoogte"
50
  "Default Package Length","Standaard pakketlengte"
97
  "FedEx Tube","FedEx Buis"
98
  "First Overnight","Levering eerstvolgende ochtend van een werkdag"
99
  "First-Class","Eerste Klas"
100
+ "First-Class Mail International Large Envelope","First-Class Mail International Large Envelope"
101
+ "First-Class Mail International Letter","First-Class Mail International Letter"
102
+ "First-Class Mail International Postcard","First-Class Mail International Postcard"
103
+ "First-Class Mail Large Envelope","First-Class Mail Large Envelope"
104
+ "First-Class Mail Large Postcards","First-Class Mail Large Postcards"
105
+ "First-Class Mail Letter","First-Class Mail Letter"
106
+ "First-Class Mail Parcel","First-Class Mail Parcel"
107
+ "First-Class Mail Postcards","First-Class Mail Postcards"
108
+ "First-Class Package International Service","First-Class Package International Service"
109
+ "First-Class Package Service","First-Class Package Service"
110
+ "First-Class Package Service Hold For Pickup","First-Class Package Service Hold For Pickup"
111
  "Flat","Plat"
112
  "Flat-Rate Box","Plat Tarief Box"
113
  "Flat-Rate Envelope","Plat Tarief Enveloppe"
119
  "Gateway XML URL","Gateway XML URL"
120
  "Gift","Geschenk"
121
  "Girth","Omtrek"
122
+ "Global Express Guaranteed (GXG)","Global Express Guaranteed (GXG)"
123
+ "Global Express Guaranteed Document","Global Express Guaranteed Document"
124
+ "Global Express Guaranteed Non-Document Non-Rectangular","Global Express Guaranteed Non-Document Non-Rectangular"
125
+ "Global Express Guaranteed Non-Document Rectangular","Global Express Guaranteed Non-Document Rectangular"
126
  "Globalmail business","Zakelijke Globalmail"
127
  "Ground","Grond"
128
  "Ground Commercial","Grond reclame"
132
  "Height","Hoogte"
133
  "Height, width and length should be equal or greater than %s","Hoogte, breedte en lengte moet gelijk of groter zijn dan% s"
134
  "Home Delivery","Thuisbezorging"
135
+ "Hub ID","Hub ID"
136
  "Inches","Inches (duimen)"
137
  "Indirect","Indirect"
138
  "International Economy","Internationaal economie"
152
  "Length","Lengte"
153
  "Letter","Letter"
154
  "Library","Bibliotheek"
155
+ "Library Mail","Library Mail"
156
  "Live","Live"
157
  "Machinable","Machinaal"
158
  "Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)","Maximum Pakket Gewicht (Neem alstublieft contact op met uw vervoerder voor het maximaal toegestane verstuur gewicht)"
181
  "None","Geen"
182
  "Not Required","Niet Benodigd"
183
  "Order","Bestelling"
184
+ "Order #%s","Bestelling #%s"
185
  "Origin of the Shipment","Herkomst van de Verzending"
186
  "Origin serviceAreaCode is missing","Kengetal van de herkomstdienst ontbreekt"
187
  "Other","Andere"
189
  "PAK","PAK"
190
  "Package","Pakket"
191
  "Package Description","Pakketbeschrijving"
192
+ "Package content is missing","Inhoud van de verpakking ontbreekt"
193
  "Packages Request Type","Pakket verzoektype"
194
  "Packaging","Verpakking"
195
  "Pallet","Pallet"
200
  "Piece Id barcode is missing","Stuk ID barcode ontbreekt"
201
  "Piece number information is missing","Stuk nummer informatie ontbreekt"
202
  "Please make sure to use only digits here. No dashes are allowed.","Gebruik alleen getallen hier. Streepjes zijn niet toegestaan."
203
+ "Please, specify origin country","Geef land van herkomst op"
204
  "Pounds","Ponden"
205
  "Priority Mail","Prioritaire Post"
206
+ "Priority Mail Express","Priority Mail Express"
207
+ "Priority Mail Express Flat Rate Boxes","Priority Mail Express Flat Rate Boxes"
208
+ "Priority Mail Express Flat Rate Boxes Hold For Pickup","Priority Mail Express Flat Rate Boxes Hold For Pickup"
209
+ "Priority Mail Express Flat Rate Envelope","Priority Mail Express Flat Rate Envelope"
210
+ "Priority Mail Express Flat Rate Envelope Hold For Pickup","Priority Mail Express Flat Rate Envelope Hold For Pickup"
211
+ "Priority Mail Express Hold For Pickup","Priority Mail Express Hold For Pickup"
212
+ "Priority Mail Express International","Priority Mail Express International"
213
+ "Priority Mail Express International Flat Rate Boxes","Priority Mail Express International Flat Rate Boxes"
214
+ "Priority Mail Express International Flat Rate Envelope","Priority Mail Express International Flat Rate Envelope"
215
+ "Priority Mail Express International Legal Flat Rate Envelope","Priority Mail Express International Legal Flat Rate Envelope"
216
+ "Priority Mail Express International Padded Flat Rate Envelope","Priority Mail Express International Padded Flat Rate Envelope"
217
+ "Priority Mail Express Legal Flat Rate Envelope","Priority Mail Express Legal Flat Rate Envelope"
218
+ "Priority Mail Express Legal Flat Rate Envelope Hold For Pickup","Priority Mail Express Legal Flat Rate Envelope Hold For Pickup"
219
+ "Priority Mail Express Padded Flat Rate Envelope","Priority Mail Express Padded Flat Rate Envelope"
220
+ "Priority Mail Express Padded Flat Rate Envelope Hold For Pickup","Priority Mail Express Padded Flat Rate Envelope Hold For Pickup"
221
+ "Priority Mail Express Sunday/Holiday Delivery","Priority Mail Express Sunday/Holiday Delivery"
222
+ "Priority Mail Express Sunday/Holiday Delivery Flat Rate Boxes","Priority Mail Express Sunday/Holiday Delivery Flat Rate Boxes"
223
+ "Priority Mail Express Sunday/Holiday Delivery Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Flat Rate Envelope"
224
+ "Priority Mail Express Sunday/Holiday Delivery Legal Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Legal Flat Rate Envelope"
225
+ "Priority Mail Express Sunday/Holiday Delivery Padded Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Padded Flat Rate Envelope"
226
+ "Priority Mail Flat Rate Envelope","Priority Mail Flat Rate Envelope"
227
+ "Priority Mail Flat Rate Envelope Hold For Pickup","Priority Mail Flat Rate Envelope Hold For Pickup"
228
+ "Priority Mail Gift Card Flat Rate Envelope","Priority Mail Gift Card Flat Rate Envelope"
229
+ "Priority Mail Gift Card Flat Rate Envelope Hold For Pickup","Priority Mail Gift Card Flat Rate Envelope Hold For Pickup"
230
+ "Priority Mail Hold For Pickup","Priority Mail Hold For Pickup"
231
+ "Priority Mail International","Priority Mail International"
232
+ "Priority Mail International DVD Flat Rate priced box","Priority Mail International DVD Flat Rate priced box"
233
+ "Priority Mail International Flat Rate Envelope","Priority Mail International Flat Rate Envelope"
234
+ "Priority Mail International Gift Card Flat Rate Envelope","Priority Mail International Gift Card Flat Rate Envelope"
235
+ "Priority Mail International Large Flat Rate Box","Priority Mail International Large Flat Rate Box"
236
+ "Priority Mail International Large Video Flat Rate priced box","Priority Mail International Large Video Flat Rate priced box"
237
+ "Priority Mail International Legal Flat Rate Envelope","Priority Mail International Legal Flat Rate Envelope"
238
+ "Priority Mail International Medium Flat Rate Box","Priority Mail International Medium Flat Rate Box"
239
+ "Priority Mail International Padded Flat Rate Envelope","Priority Mail International Padded Flat Rate Envelope"
240
+ "Priority Mail International Small Flat Rate Box","Priority Mail International Small Flat Rate Box"
241
+ "Priority Mail International Small Flat Rate Envelope","Priority Mail International Small Flat Rate Envelope"
242
+ "Priority Mail International Window Flat Rate Envelope","Priority Mail International Window Flat Rate Envelope"
243
+ "Priority Mail Large Flat Rate Box","Priority Mail Large Flat Rate Box"
244
+ "Priority Mail Large Flat Rate Box Hold For Pickup","Priority Mail Large Flat Rate Box Hold For Pickup"
245
+ "Priority Mail Legal Flat Rate Envelope","Priority Mail Legal Flat Rate Envelope"
246
+ "Priority Mail Legal Flat Rate Envelope Hold For Pickup","Priority Mail Legal Flat Rate Envelope Hold For Pickup"
247
+ "Priority Mail Medium Flat Rate Box","Priority Mail Medium Flat Rate Box"
248
+ "Priority Mail Medium Flat Rate Box Hold For Pickup","Priority Mail Medium Flat Rate Box Hold For Pickup"
249
+ "Priority Mail Padded Flat Rate Envelope","Priority Mail Padded Flat Rate Envelope"
250
+ "Priority Mail Padded Flat Rate Envelope Hold For Pickup","Priority Mail Padded Flat Rate Envelope Hold For Pickup"
251
+ "Priority Mail Regional Rate Box A","Priority Mail Regional Rate Box A"
252
+ "Priority Mail Regional Rate Box A Hold For Pickup","Priority Mail Regional Rate Box A Hold For Pickup"
253
+ "Priority Mail Regional Rate Box B","Priority Mail Regional Rate Box B"
254
+ "Priority Mail Regional Rate Box B Hold For Pickup","Priority Mail Regional Rate Box B Hold For Pickup"
255
+ "Priority Mail Regional Rate Box C","Priority Mail Regional Rate Box C"
256
+ "Priority Mail Regional Rate Box C Hold For Pickup","Priority Mail Regional Rate Box C Hold For Pickup"
257
+ "Priority Mail Small Flat Rate Box","Priority Mail Small Flat Rate Box"
258
+ "Priority Mail Small Flat Rate Box Hold For Pickup","Priority Mail Small Flat Rate Box Hold For Pickup"
259
+ "Priority Mail Small Flat Rate Envelope","Priority Mail Small Flat Rate Envelope"
260
+ "Priority Mail Small Flat Rate Envelope Hold For Pickup","Priority Mail Small Flat Rate Envelope Hold For Pickup"
261
+ "Priority Mail Window Flat Rate Envelope","Priority Mail Window Flat Rate Envelope"
262
+ "Priority Mail Window Flat Rate Envelope Hold For Pickup","Priority Mail Window Flat Rate Envelope Hold For Pickup"
263
  "Priority Overnight","Levering volgende werkdag"
264
  "Product content code is invalid","Inhoudscode van het product is ongeldig"
265
  "Product name is missing","Productnaam ontbreekt"
266
  "Receiver","Ontvanger"
267
  "Rectangular","Rechthoekig"
268
+ "Reference code is missing","Referentie-code ontbreekt"
269
  "Regular","Gewoon"
270
  "Regular Pickup","Gewone ophaal"
271
  "Request Courier","Koerier aanvragen"
297
  "Shipment is not available.","Verzending niet beschikbaar"
298
  "Shipment picked up","Verzending opgehaald"
299
  "Shipper Number","Verzender Nummer"
300
+ "Shipping Accept XML URL","Accepteer Verzending XML URL"
301
+ "Shipping Confirm XML URL","Verzending Bevestigen XML URL"
302
  "Shipping Key","Verzending Sleutel"
303
  "Shipping Key (International)","Verzending Sleutel (Internationaal)"
304
  "Show Method if Not Applicable","Laat Methode Zien indien Niet Mogelijk"
310
  "Specific","specifiek"
311
  "Sprintline","Sprintline"
312
  "Standard Overnight","Standaard levering volgende werkdag"
313
+ "Standard Post","Standaard Verzending"
314
  "Station","Station"
315
  "Subtotal","Subtotaal"
316
  "Subtotal With Discount","Subtotaal Met Korting"
317
+ "The field is applicable if the Smart Post method is selected.","Dit veld is van toepassing wanneer de Slimme Post methode is geselecteerd."
318
  "The response is in wrong format.","Het antwoord is in een verkeerd formaat."
319
  "There is no available method for selected shipping address.","Er is geen beschikbare verzending methode voor het geselecteerde adres"
320
  "There is no items in this order","Er zijn geen artikelen in deze bestelling"
354
  "UPS Worldwide Express PlusSM","UPS Wereldwijd per Expresse PlusSM"
355
  "UPS Worldwide Saver","UPS Worldwide Saver"
356
  "USPS","USPS"
357
+ "USPS GXG Envelopes","USPS GXG Envelopes"
358
  "Unable to retrieve tracking","Kan de tracking niet terugvinden"
359
  "United Parcel Service","United Pakketdienst"
360
  "United Parcel Service XML","United Pakketdienst XML"
app/locale/nl_NL/Mage_Weee.csv CHANGED
@@ -8,12 +8,18 @@
8
  "Enable FPT","Activeer FPT"
9
  "Excluding FPT","Met uitzondering van FPT"
10
  "Excluding FPT, FPT description, final price","Met uitzondering van FPT, FPT omschrijving, definitieve prijs"
 
11
  "Fixed Product Tax","Vaste Product Belasting"
12
  "Fixed Product Taxes","Vaste Product Belastingen"
13
  "Include FPT In Subtotal","Neem FPT mee in Subtotaal"
14
  "Including FPT and FPT description","Inclusief FPT en FPT omschrijving"
15
  "Including FPT and FPT description [incl. FPT VAT]","Inclusief FPT en FPT omschrijving [incl. FPT BTW]"
16
  "Including FPT only","Inclusief alleen FPT"
 
 
 
17
  "Total","Totaal"
18
  "Total Incl. Tax","Totale Inclusieve Belasting"
 
19
  "Total incl. tax","Totaal incl. BTW"
 
8
  "Enable FPT","Activeer FPT"
9
  "Excluding FPT","Met uitzondering van FPT"
10
  "Excluding FPT, FPT description, final price","Met uitzondering van FPT, FPT omschrijving, definitieve prijs"
11
+ "FPT Tax Configuration","FPT Belastingsconfiguratie"
12
  "Fixed Product Tax","Vaste Product Belasting"
13
  "Fixed Product Taxes","Vaste Product Belastingen"
14
  "Include FPT In Subtotal","Neem FPT mee in Subtotaal"
15
  "Including FPT and FPT description","Inclusief FPT en FPT omschrijving"
16
  "Including FPT and FPT description [incl. FPT VAT]","Inclusief FPT en FPT omschrijving [incl. FPT BTW]"
17
  "Including FPT only","Inclusief alleen FPT"
18
+ "Loaded and Displayed with Tax","Geladen en weergegeven met Belasting"
19
+ "Not Taxed","Niet Belast"
20
+ "Taxed","Belast"
21
  "Total","Totaal"
22
  "Total Incl. Tax","Totale Inclusieve Belasting"
23
+ "Total excl. tax","Totaal exclusief belasting"
24
  "Total incl. tax","Totaal incl. BTW"
25
+ "Total:","Totaal:"
app/locale/nl_NL/Mage_Widget.csv CHANGED
@@ -6,6 +6,7 @@
6
  "All","Alles"
7
  "All Pages","Alle pagina's"
8
  "All Product Types","Alle Product Types"
 
9
  "Anchor Categories","Anker Categorieën"
10
  "Apply","Toepassen"
11
  "Assign to Store Views","Wijs toe aan Store Views"
@@ -54,7 +55,6 @@
54
  "Thumbnail","Miniatuur"
55
  "Total %d records found","In totaal %d verslagen gevonden."
56
  "Type","Type"
57
- "Undefined Design Package or Theme.","Ongedefinieerd Ontwerp Pakket of Thema."
58
  "Unselect All","Deselecteer Alles"
59
  "Unselect Visible","Deselecteer Zichtbaar"
60
  "View","Bekijk"
6
  "All","Alles"
7
  "All Pages","Alle pagina's"
8
  "All Product Types","Alle Product Types"
9
+ "An error occurred during saving a widget: %s","Er is een fout opgetreden tijdens het opslaan van een widget: %s"
10
  "Anchor Categories","Anker Categorieën"
11
  "Apply","Toepassen"
12
  "Assign to Store Views","Wijs toe aan Store Views"
55
  "Thumbnail","Miniatuur"
56
  "Total %d records found","In totaal %d verslagen gevonden."
57
  "Type","Type"
 
58
  "Unselect All","Deselecteer Alles"
59
  "Unselect Visible","Deselecteer Zichtbaar"
60
  "View","Bekijk"
app/locale/nl_NL/Mage_Wishlist.csv CHANGED
@@ -1,4 +1,3 @@
1
- "%1$s has been added to your wishlist. Click <a href=""%2$s"">here</a> to continue shopping.","%1$s is toegevoegd aan uw wensenlijst. Klik <a href=""%2$s"">hier</a> om verder te gaan met winkelen."
2
  "%1$s has been updated in your wishlist.","%1$s is geüpdatet in uw wensenlijst."
3
  "%d product(s) have been added to shopping cart: %s.","%d product(en) zijn toegevoegd aan het winkelwagentje: %s."
4
  "%s for ""%s"".","%s voor ""%s""."
@@ -67,10 +66,12 @@
67
  "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","Vul alstublieft geldige email adressen in, gescheiden door komma's. Bijvoorbeeld johndoe@domain.com, johnsmith@domain.com."
68
  "Please input a valid email address.","Voer alstublieft een geldig email adres in."
69
  "Please, enter your comments...","Alstublieft, vul uw commentaar in..."
 
70
  "Product","Product"
71
  "Product Details and Comment","Product Details en het Commentaar"
72
  "Product(s) %s have required options. Each of them can be added to cart separately only.","Product(en) %s hebben verplichte opties. Elk van deze producten kan alleen afzonderlijk aan het winkelwagentje toegevoegd worden."
73
  "Product(s) %s have required options. Each product can only be added individually.","Product(en) %s hebben vereiste opties. Elk product kan alleen afzonderlijk worden toegevoegd."
 
74
  "RSS Feed","RSS Feed"
75
  "RSS link to %s's wishlist","RSS link naar %s's verlanglijstje"
76
  "Remove Item","Artikel verwijderen"
@@ -82,10 +83,11 @@
82
  "Share Wishlist","Deel Verlanglijstje"
83
  "Share Your Wishlist","Deel Uw Verlanglijstje"
84
  "Sharing Information","Informatie over Delen"
 
85
  "This product(s) is currently out of stock","Dit product(en) is momenteel niet op voorraad"
86
  "Unable to add the following product(s) to shopping cart: %s.","Niet mogelijk om het volgende product(en) toe te voegen aan uw bestelling: %s."
87
  "Update Wishlist","Bijwerken Verlanglijst"
88
- "User description","Gebruikers beschrijving"
89
  "View Details","Details bekijken"
90
  "View Product","Product Bekijken"
91
  "What's this?","Wat is dit?"
 
1
  "%1$s has been updated in your wishlist.","%1$s is geüpdatet in uw wensenlijst."
2
  "%d product(s) have been added to shopping cart: %s.","%d product(en) zijn toegevoegd aan het winkelwagentje: %s."
3
  "%s for ""%s"".","%s voor ""%s""."
66
  "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","Vul alstublieft geldige email adressen in, gescheiden door komma's. Bijvoorbeeld johndoe@domain.com, johnsmith@domain.com."
67
  "Please input a valid email address.","Voer alstublieft een geldig email adres in."
68
  "Please, enter your comments...","Alstublieft, vul uw commentaar in..."
69
+ "Price","Prijs"
70
  "Product","Product"
71
  "Product Details and Comment","Product Details en het Commentaar"
72
  "Product(s) %s have required options. Each of them can be added to cart separately only.","Product(en) %s hebben verplichte opties. Elk van deze producten kan alleen afzonderlijk aan het winkelwagentje toegevoegd worden."
73
  "Product(s) %s have required options. Each product can only be added individually.","Product(en) %s hebben vereiste opties. Elk product kan alleen afzonderlijk worden toegevoegd."
74
+ "Quantity","Hoevelheid"
75
  "RSS Feed","RSS Feed"
76
  "RSS link to %s's wishlist","RSS link naar %s's verlanglijstje"
77
  "Remove Item","Artikel verwijderen"
83
  "Share Wishlist","Deel Verlanglijstje"
84
  "Share Your Wishlist","Deel Uw Verlanglijstje"
85
  "Sharing Information","Informatie over Delen"
86
+ "This Wishlist has no Items","Deze Verlanglijst bevat geen artikelen"
87
  "This product(s) is currently out of stock","Dit product(en) is momenteel niet op voorraad"
88
  "Unable to add the following product(s) to shopping cart: %s.","Niet mogelijk om het volgende product(en) toe te voegen aan uw bestelling: %s."
89
  "Update Wishlist","Bijwerken Verlanglijst"
90
+ "User Description","Gebruikers Beschrijving"
91
  "View Details","Details bekijken"
92
  "View Product","Product Bekijken"
93
  "What's this?","Wat is dit?"
app/locale/nl_NL/Mage_XmlConnect.csv CHANGED
@@ -1,4 +1,5 @@
1
  " But cart has some errors.","Maar de winkelwagen heeft wat fouten."
 
2
  """Description"" is more than %d characters long","""Description"" is langer dan %d tekens"
3
  """Title"" is more than %d characters long","""Title"" is langer dan %d tekens"
4
  """id"" attribute is required for a ""%s"" field.","""id"" attribuut is vereist voor een ""%s"" veld."
@@ -6,39 +7,74 @@
6
  """message"" attribute is required for ""%s"" validator rule.","""message"" attribuut is vereist voor ""%s"" validatieregel."
7
  "%1$s has been added to your wishlist.","%1$s is toegevoegd aan uw verlanglijst."
8
  "%1$s incl tax.","%1$s incl. BTW."
 
9
  "%s API Key required.","%s API Key vereist."
10
  "%s Application ID required.","%s Toepassing ID vereist."
11
  "%s Secret Key required.","%s Geheime Sleutel vereist."
12
  "%s attribute is required.","%s attribuut is vereist."
 
13
  "%s has been added to your cart.","%S is toegevoegd aan uw winkelwagen."
 
 
14
  "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(Bevat meer landen dan hieronder aangegeven. U bent als eigenaar van de applicatie verantwoordelijk zich te schikken naar land-specifieke wetten gerelateerd aan de distributie of verkoop van uw applicatie in dat land, inclusief uw thuisland.)"
 
15
  "*Subject to change","*Wijzigingen voorbehouden"
 
16
  "10:40 AM","10:40 uur"
 
 
 
17
  "80px x 80px","80 x 80 pixels"
18
  "80x80 px","80 x 80 pixels"
19
  "<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship.","<a href=""%s"" target=""_blank"">Login</a> op Urabn Airship."
 
20
  "A Catalog Only App will not support functions such as add to cart, add to wishlist, or login.","Een Catalog Only App ondersteund functies als voeg toe aan winkelwagen, voeg toe aan verlanglijst, of login niet."
21
  "A new password has been sent.","Een nieuw wachtwoord is verstuurd."
 
 
22
  "Account","Account"
 
 
23
  "Account confirmation is required. Please check your email for the confirmation link.","Account verificatie is vereist. Controleer uw e-mail voor de bevestigingslink."
24
  "Account information has been saved.","Account informatie is opgeslagen."
25
  "Action","Actie"
 
 
 
26
  "Activate","Activeer"
27
  "Activate PayPal Checkout","Activeer PayPal Uitchecken"
28
  "Activate PayPal MECL","Activeer PayPal MECL"
29
  "Activation Key","Activatie Sleutel"
 
 
 
30
  "Add App","App Toevoegen"
 
 
31
  "Add New Template","Nieuw Sjabloon Toevoegen"
32
  "Add Page","Pagina Toevoegen"
 
 
 
33
  "Add to Cart","Aan mandje toevoegen"
34
  "Add to Wishlist","Aan verlanglijst toevoegen"
 
 
35
  "Additional Address","Aanvullende adresgegevens."
 
36
  "Address","Adres"
37
  "Address 2","Adres 2"
 
 
 
 
38
  "Address data not specified.","Adres data niet ingevuld."
39
  "Address does not belong to this customer.","Adres behoort niet tot deze klant."
40
  "Address has been deleted.","Adres is verwijderd."
41
  "Address has been saved.","Adres is opgeslagen."
 
 
 
42
  "Administrative contact for this app and for app submission issues.","Administratief contact voor deze app en voor app indieningskwesties."
43
  "Advanced Settings","Geavanceerde instellingen"
44
  "After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret.","Nadat u de App hebt ingeleverd bij Magento, neemt u contact op met <a href=""mailto:%1$s"">%1$s</a> om de Application Key, Application Secret en Application Master Secret te krijgen."
@@ -48,12 +84,19 @@
48
  "AirMail message","AirMail Bericht"
49
  "AirMail templates","AirMail sjablonen"
50
  "All Allowed Countries","Alle Toegestane Landen"
 
51
  "All locations","Alle locaties"
 
 
 
52
  "An account with this email address already exists.","Een account met die e-mailadres bestaat al."
53
  "An error occurred while adding item to wishlist.","Er heeft een fout plaatsgevonden tijdens het toevoegen van dit voorwerp in uw wensenlijst."
54
  "An error occurred while deleting the address.","Een fout heeft plaats gevonden tijdens het verwijderen van het adres."
55
  "An error occurred while loading categories.","Er is een fout onstaan terwijl we de categorieën probeerden op te halen."
56
  "An error occurred while loading category filters.","Een fout heeft plaats gevonden tijdens het laden van de categoriefilters."
 
 
 
57
  "An error occurred while loading wishlist.","Er is een fout onstaan terwijl we de wensenlijst probeerden op te halen."
58
  "An error occurred while processing your order. Please contact us or try again later.","Er heeft een fout plaats gevonden tijdens de verwerking van uw opdracht. Gelieve contact met ons op te nemen of probeer het later nogmaals."
59
  "An error occurred while processing your request.","Er heeft een fout plaats gevonden tijdens het verwerken van uw verzoek."
@@ -63,7 +106,9 @@
63
  "Android","Android"
64
  "Android doesn\'t support AirMail message type.","Android ondersteunt niet AirMail berichten."
65
  "App Background","App Achtergrond"
 
66
  "App Background (landscape mode).","App Achtergrond (landschap mode)."
 
67
  "App Background (portrait mode).","App Achtergrond (portret mode)."
68
  "App Background <br />(landscape mode)","App Achtergrond <br />(landschap mode)"
69
  "App Background <br />(portrait mode)","App Achtergrond <br />(portret mode)"
@@ -74,6 +119,7 @@
74
  "App Stores","App Winkels"
75
  "App Submission History","App Indiening Geschiedenis"
76
  "App Title","App Titel"
 
77
  "App code required.","App code vereist."
78
  "App does not exist.","App bestaat niet."
79
  "App has been deleted.","App is verwijderd."
@@ -87,15 +133,35 @@
87
  "Application Master Secret","Toepassing meester geheim"
88
  "Application Name","Naam toepassing"
89
  "Application Secret","Geheim toepassing"
 
 
 
 
 
 
 
 
90
  "Are you sure you want to delete this theme? This change will affect all applications.","Bent u er zeker van dat u dit thema wilt verwijderen? Deze wijziging zal van invloed zijn op alle applicaties."
91
  "Are you sure you want to do this?","Weet je zeker dat je dit wilt doen?"
 
92
  "Are you sure you whant to cancel a message?","Weet u zeker dat u een boodschap wilt annuleren?"
93
  "Are you sure you whant to delete a message?","Weet u zeker dat u een boodschap wilt verwijderen?"
94
  "Are you sure you what to cancel selected records?","Weet u zeker dat u de geselecteerde dossiers wilt annuleren?"
95
  "Are you sure you what to delete selected records?","Weet u zeker dat u de geselecteerde dossiers wilt verwijderen?"
 
 
 
96
  "As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial.","Als een Magento klant, Urban Airship biedt u een oneindig aantal Push Notificaties en Uitgebreide Push Notificaties aan voor $100/jaar samen met een 60 dagen probeerperiode."
 
 
 
97
  "At last one application has to be created.","Tenminste één applicatie dient gemaakt te worden."
 
98
  "Authentication complete.","Authenticatie voltooid."
 
 
 
 
99
  "Back","Terug"
100
  "Back to App Edit","Terug naar bewerken toepassingen"
101
  "Background Color","Achtergrondkleur"
@@ -103,18 +169,28 @@
103
  "Balance Change","Balansverandering"
104
  "Balance History","Balansgeschiedenis"
105
  "Banner on Home Screen","Banner op thuispagina"
 
106
  "Banner on Home Screen (landscape mode) image missing.","Banner op beginscherm (horizontale modus) mist de afbeelding."
 
107
  "Banner on Home Screen (portrait mode) image missing.","Banner op beginscherm (verticale modus) mist de afbeelding."
108
  "Banner on Home Screen <br />(landscape mode)","Banner op beginscherm <br />(horizontale modus)"
109
  "Banner on Home Screen <br />(portrait mode)","Banner op Beginscherm <br />(verticale modus)"
110
  "Banner on Home Screen image missing.","Afbeelding banner op thuispagina ontbreekt."
 
 
 
111
  "Billing Address","Facturatieadres"
 
112
  "Billing address has been set.","Betalingadres is ingesteld."
 
113
  "Buy %1$s for %2$s","Koop %1$s voor %2$s"
114
  "Buy %1$s for %2$s (%3$s incl. tax) each","Koop %1$s voor %2$s (%3$s inclusief belasting) elk"
115
  "Buy %1$s for %2$s each","Koop %1$s voor %2$s elk"
116
  "Buy %1$s with %2$s discount each","Koop %1$s met %2$s korting elk"
 
117
  "Buyer country is not allowed by store.","Land koper is niet toegestaan door winkel."
 
 
118
  "Cache Lifetime (seconds)","Levensduur cache (seconden)"
119
  "Cache Management","Beheer cache"
120
  "Can\'t add item to shopping cart.","Kan geen artikelen aan winkelmandje toevoegen."
@@ -123,12 +199,14 @@
123
  "Can\'t create wishlist.","Kan verlanglijst niet aanmaken."
124
  "Can\'t delete ""%s"" theme.","Kan ""%s"" thema niet verwijderen."
125
  "Can\'t load XML.","Kan XML niet laden."
 
126
  "Can\'t load application with id ""%s""","Applicatie met id ""%s"" kan niet geladen worden."
127
  "Can\'t load cart info.","We kunnen niet de winkelwageninformatie laden."
128
  "Can\'t load cart.","We kunnen helaas niet de winkelwagen laden."
129
  "Can\'t load customer form.","Kan het klantformulier niet laden."
130
  "Can\'t load default themes.","Kan de standaard thema's niet laden."
131
  "Can\'t load selected theme. Please check your media folder permissions.","Kan het geselecteerde thema niet laden. Kijk alstublieft naar de toestemmingen in uw mediamap."
 
132
  "Can\'t open submission form.","Kan inzendingsformulier niet openen"
133
  "Can\'t read file ""%s"".","Kan bestand ""%s"" niet lezen."
134
  "Can\'t remove the item.","Kan artikel niet verwijderen."
@@ -143,41 +221,72 @@
143
  "Can\'t write to file ""%s"".","Kan niet naar bestand ""%s"" schrijven."
144
  "Cancel","Annuleren"
145
  "Canceled","Geannuleerd"
 
146
  "Cancelled","Geannuleerd"
147
  "Cannot apply gift card.","Kan de cadeaubon niet uitvoeren."
 
148
  "Cannot load theme ""%s"".","Kan thema ""%s"" niet laden."
149
  "Cannot redeem Gift Card.","Kan de cadeaubon niet innen."
150
  "Cannot remove gift card.","Kan de cadeaubon niet verwijderen."
151
  "Cannot save theme ""%s"". Incorrect data received","Kan thema ""%s"" niet opslaan. Onjuiste data ontvangen"
 
152
  "Card Verification Number","Kaartverificatienummer"
153
  "Card verification number is wrong","Verificatienummer kaart is fout"
154
  "Carrier","Provider"
155
  "Cart","Winkelwagen"
 
156
  "Cart has been updated.","Mandje is bijgewerkt."
157
  "Cart has some errors.","Mandje bevat enkele fouten."
158
  "Cart is empty.","Mandje is leeg."
159
  "Catalog Only App?","Alleen catalogus applicatie?"
 
160
  "Category Button Color","Kleur knop categorie"
161
  "Category Item Background Color","Categorie artikel achtergrondkleur"
 
162
  "Chairs","Zetels"
163
  "Change Orientation","Verander Oriëntatie"
164
  "Change Password","Verander wachtwoord"
165
  "Changes have been saved to theme.","Veranderingen zijn bij het thema opgeslagen"
 
 
 
 
 
 
 
 
166
  "Checkout has been initialized.","Afrekening is geïnitialiseerd."
 
 
 
 
 
167
  "City","Stad"
 
 
168
  "Color Themes","Kleurenthema's"
169
  "Colors","Kleuren"
 
170
  "Company","Bedrijf"
171
  "Completed","Voltooid"
 
 
172
  "Confirm New Password","Bevestig nieuw wachtwoord"
173
  "Confirm Password","Bevestig wachtwoord"
 
 
174
  "Contact Email","Contact email"
175
  "Contact Information","Contact Informatie"
 
176
  "Container is not defined.","Container is niet gedefinieerd."
177
  "Content","Inhoud"
 
178
  "Copyright","Auteursrecht"
179
  "Copyright Page Logo","Logo auteursrechtpagina"
 
180
  "Copyright Page Logo <br />(iPhone 4 retina)","Logo auteursrechtpagina < br />(iPhone 4 retina)"
 
 
181
  "Countries Payment Applicable From","Landen Waaruit Betaling van Toepassing"
182
  "Country","Land"
183
  "Country options don\'t recognized for ""%s"".","Landopties niet herkend voor ""%s""."
@@ -185,35 +294,47 @@
185
  "Coupon code %s was applied.","Vouchercode %s is toegepast."
186
  "Coupon code is empty.","Vouchercode is leeg."
187
  "Coupon code was canceled.","Vouchercode is geannuleerd."
 
 
188
  "Creating a Template is allowed only for applications which have device type iPhone.","Het aanmaken van een sjabloon is alleen toegestaan voor applicaties met apparaattype iPhone."
189
  "Credit Card","Creditcard"
190
  "Credit Card %s","Credit Card %s"
191
  "Credit Card Number","Nummer creditcard"
192
  "Credit Card Type","Type credit card"
193
  "Credit card number does not match credit card type.","Creditcard nummer komt niet overeen met creditcard type."
 
194
  "Current Balance: %s","Huidige balans: %s"
195
  "Current Password","Huidig wachtwoord"
196
  "Currently, PayPal MEP is not available for the Android application","Momenteel is PayPal MEP niet beschikbaar voor Android toepassingen"
 
197
  "Custom App Icon","Aangepast applicatie-icoon"
 
198
  "Custom App Icon <br />(iPhone 4 retina)","Aangepast applicatie-icoon < br />(iPhone 4 retina)"
199
  "Custom Colors","Gepersonaliseerde Kleuren"
 
 
 
200
  "Customer authentication problem.","Probleem met klantauthenticatie."
201
  "Customer balance available in enterprise version of Magento only.","Klantbalans is alleen beschikbaar in enterpriseversie van Magento."
202
  "Customer balance is disabled for current store","Klantbalans is uitgeschakeld voor de huidige winkel."
203
  "Customer email not specified.","Email klant niet gespecificeerd."
204
  "Customer logout problem.","Probleem bij uitloggen klant."
205
  "Customer not logged in.","Klant niet ingelogd."
 
206
  "DD","DD"
207
  "Date","Datum"
208
  "Date Created","Aangemaakt op datum"
209
  "Date Submitted","Ingezonden op datum"
210
  "Date Updated","Bijgewerkt op datum"
 
211
  "Day","Dag"
212
  "Deeper Messaging and Engagement with Rich Push.","Diepere berichten sturen en betrokken zijn met Rich Push."
213
  "Default Billing Address","Standaard betalingsadres"
214
  "Default Shipping Address","Standaard verzendingsadres"
215
  "Default Theme","Standaard thema"
 
216
  "Delete","Verwijderen"
 
217
  "Delete theme","Thema verwijderen"
218
  "Deleted","Verwijderd"
219
  "Description","Beschrijving"
@@ -224,18 +345,37 @@
224
  "Device","Apparaat"
225
  "Device Information","Apparaat Informatie"
226
  "Device Type","Apparaat Type"
 
227
  "Device doesn\'t recognized. Unable to load a template.","Apparaat niet herkend. Niet mogelijk sjabloon te laden."
228
  "Device doesn\'t recognized: ""%s"". Unable to load a helper.","Apparaat niet herkend: ""%s"". Niet mogelijk een helper te laden."
229
  "Device doesn\'t recognized: ""%s"". Unable to load preview model.","Apparaat niet herkend: ""%s"". Niet mogelijk preview model te laden."
 
 
 
 
 
 
 
230
  "Edit","Bewerken"
 
 
231
  "Edit AirMail Message","Pas AirMail Bericht aan"
232
  "Edit AirMail Message Queue #%s","Pas Airmail Bericht Rij #%s aan"
233
  "Edit App ""%s""","Pas App ""%s"" aan"
234
  "Edit Filter","Pas Filter aan"
 
 
235
  "Edit Template ""%s""","Pas Sjabloon ""%s"" aan"
 
 
 
236
  "Element with id %s already exists","Element met id %s bestaat al"
237
  "Email","Email"
238
  "Email Address","e-mailadres"
 
 
 
 
239
  "Enable AirMail Message Push notification","Sta AirMail Bericht Push notificatie toe"
240
  "Enable Facebook","Sta Facebook toe"
241
  "Enable Flurry Analytics","Sta Flurry Analytics toe"
@@ -243,30 +383,60 @@
243
  "Enable LinkedIn","Sta LinkedIn toe"
244
  "Enable Standard Checkout","Sta Standaard Betaling toe"
245
  "Enable Twitter","Sta Twitter toe"
 
 
 
 
 
 
 
 
 
 
 
246
  "Error while processing file ""%s"".","Er heeft zich een fout voorgedaan tijdens het processen van bestand ""%s""."
247
  "Error while reading data from Payment Bridge. Please, try again.","Er is een fout opgetreden tijdens het lezen van de data van de Payment Bridge. Gelieve het nogmaals te proberen."
 
248
  "Error while uploading file ""%s"".","Er is een fout opgetreden tijdens het uploaden van bestand ""%s""."
249
  "Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed.","Fout bij het uploaden van bestand ""%s"". Niet toegestaan bestand type. Alleen ""jpg"", ""jpeg"", ""gif"", ""png"" zijn toegestaan."
250
  "Error.","Fout."
 
251
  "Expiration Date - Month","Vervaldatum - Maand"
252
  "Expiration Date - Year","Vervaldatum - Jaar"
253
  "Expires: %s","Verloopt: %s"
254
  "Extend the life of your app with Urban Airship Push Notifications.","Maak uw app langer aantrekkelijk met Urban Airship Push Notificaties."
255
  "Extensions","Uitbreidingen"
256
  "FILTERS APPLIED","FILTERS TOEGEPAST"
 
257
  "Facebook API","Facebook API"
258
  "Facebook Application ID","Facebook Applicatie ID"
 
259
  "Fax","Fax"
260
  "File can\'t be uploaded.","Bestanden kunnen niet geüpload worden."
261
  "File doesn\'t exist ""%s"".","Bestand ""%s"" bestaat niet."
 
 
262
  "First Name","Voornaam"
 
263
  "Flurry API Code","Flurry API Code"
264
  "Flurry Analytics","Flurry Analytics"
265
  "Flurry Analytics Site","Flurry Analytics Website"
266
  "Fonts","Lettertypen"
 
 
 
 
267
  "Free","Gratis"
 
 
 
 
 
 
268
  "Funk Leaf","Funk Leaf"
 
269
  "General","Algemeen"
 
270
  "Get Content from CMS Page","Verkrijg Inhoud van CMS Pagina"
271
  "Gift Card ""%s"" was added.","Geschenkbon ""%s"" werd toegevoegd."
272
  "Gift Card ""%s"" was redeemed.","Geschenkbon ""%s"" werd ingelost."
@@ -276,6 +446,8 @@
276
  "Gift Card code is empty.","Couponcode is leeg."
277
  "Gift Card: %s","Cadeaubon: %s"
278
  "Gift card account available in enterprise version of Magento only.","Cadeaubon account is alleen beschikbaar in enterpriseversie van Magento."
 
 
279
  "Grand Total (Excl. Tax)","Totaal (Ex. Belasting)"
280
  "Grand Total (Incl. Tax)","Totaal (Incl. Belasting)"
281
  "Guest","Gast"
@@ -286,27 +458,47 @@
286
  "Hot Red","Heet Rood"
287
  "How do you rate this product?","Hoe heeft u dit product gewaardeerd?"
288
  "How to incorporate Urban Airship within your application:","Hoe kunt u Urban Airship invoegen in uw applicatie:"
 
 
289
  "ID","ID"
 
290
  "Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px.","Icoon dat verschijnt op het apparaat van de gebruiker nadat hij uw app heeft gedownload. Aanbevolen grootte: 48 x 48 pixels."
 
291
  "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px.","Icoon dat verschijnt op het apparaat van de gebruiker nadat hij uw app heeft gedownload. U hoeft geen gradient of soft edges toe te passen (Dit wordt automatisch door Apple gedaan). Aanbevolen grootte: 72 x 72 pixels."
 
 
292
  "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px.","Icoon dat verschijnt op de telefoon van de gebruiker nadat hij uw app heeft gedownload. U hoeft geen gradient of soft edges toe te passen (Dit wordt automatisch door Apple gedaan). Aanbevolen grootte: 114 x 114 pixels."
293
  "Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi.","Icoon dat verschijnt op de telefoon van de gebruiker nadat hij uw app heeft gedownload. U hoeft geen gradient of soft edges toe te passen (Dit wordt automatisch door Apple gedaan). Aanbevolen grootte: 57 x 57 pixels op 72 dpi."
294
  "Icons","Iconen"
295
  "If leave this field empty, the message will be sent immediately","Als u dit veld leeg laat, wordt het bericht automatisch verstuurd"
296
  "If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page.","Als u de cache aan de applicatiezijde onbruikbaar wilt maken, laat het veld leeg. Waarschuwing! Als u dit doet, kost het de applicatie tijd elke pagina te laden."
 
 
 
297
  "Image file was not found.","Afbeelding bestand niet gevonden."
 
 
 
 
298
  "Image that appears on first screen while your app is loading. Required size: 1024px x 768px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Aanbevolen grootte: 1024 x 1024 pixels."
299
  "Image that appears on first screen while your app is loading. Required size: 320px x 455px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Aanbevolen grootte: 320 x 455 pixels."
300
  "Image that appears on first screen while your app is loading. Required size: 320px x 460px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Benodigde grootte: 320 x 460 pixels."
301
  "Image that appears on first screen while your app is loading. Required size: 640px x 920px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Benodigde grootte: 640 x 920 pixels."
302
  "Image that appears on first screen while your app is loading. Required size: 768px x 1024px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Benodigde grootte: 768 x 1024 pixels."
 
 
303
  "Images","Afbeeldingen"
 
304
  "In Queue","In de wachtrij"
305
  "In Stock","In voorraad"
306
  "In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>.","Klik hier om de servicevoorwaarden van Urban Airship te zien: <a href=""%s"" target=""_blank"">klik hier</a>."
307
  "In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","Om uw app te herbevestigen, moet u eerst een <a href=""%s"" target=""_blank"">%s</a> bij MagentoCommerce aanschaffen"
308
  "In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","Om uw app te bevestigen, moet u eerst een <a href=""%s"" target=""_blank"">%s</a> bij MagentoCommerce aanschaffen"
309
  "Inactive Tabs","Inactieve Tabs"
 
 
 
 
310
  "Invalid XML.","Ongeldige XML."
311
  "Invalid current password.","Ongeldig huidig wachtwoord."
312
  "Invalid customer data.","Ongeldige klantendata."
@@ -317,26 +509,77 @@
317
  "Invalid shipping method.","Ongeldige verzendmethode."
318
  "Issue Number","Uitgave Nummer"
319
  "It\'s not allowed to delete submitted application.","Het is niet toegestaan een bevestigde applicatie te verwijderen."
 
 
320
  "Item has been added to cart.","Artikel is toegevoegd aan winkelwagentje."
321
  "Item has been deleted from cart.","Artikel is verwijderd uit winkelwagentje."
322
  "Item has been removed from wishlist.","Artikel is verwijderd van verlanglijst."
 
323
  "Items were updated. But can\'t update wishlist.","Artikelen geüpdatet. Maar kan verlanglijst niet updaten."
 
324
  "Key","Sleutel"
325
  "Keywords","Steekwoorden"
326
  "Label","Label"
 
 
327
  "Large iTunes Icon","Grote iTunes Icoon"
 
328
  "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px.","Groot icoon dat verschijnt in de iTunes App Store. U hoeft geen gradient of soft edges toe te passen (dit wordt automatisch door Apple gedaan). Gevraagde grootte: 512 x 512 pixels."
 
 
329
  "Last Name","Achternaam"
 
 
 
 
 
330
  "LinkedIn API","LinkedIn API"
331
  "LinkedIn API Key","LinkedIn API Key"
 
 
332
  "LinkedIn Secret Key","LinkedIn Secret Key"
 
 
 
333
  "Loader Splash Screen","Loader Splash Scherm"
 
 
 
334
  "Loader Splash Screen <br />(iPhone 4 retina)","Loader Splash Scherm <br />(iPhone 4 retina)"
335
  "Loader Splash Screen <br />(landscape mode)","Loader Splash Scherm <br />(landscape mode)"
336
  "Loader Splash Screen <br />(portrait mode)","Loader Splash Scherm <br />(portrait mode)"
 
 
 
 
 
 
 
 
 
 
 
337
  "Loading Preview...","Preview Laden..."
 
 
 
 
 
 
 
 
 
 
 
 
338
  "Locations","Locaties"
339
  "Log In","Inloggen"
 
 
 
 
 
 
340
  "Login and password are required.","Login en wachtwoord zijn noodzakelijk."
341
  "Logo in Header","Logo in Koptekst"
342
  "Logo in Header image missing.","Logo in Koptekst afbeelding mist"
@@ -352,7 +595,11 @@
352
  "Manage Mobile App","Beheer Mobiele App"
353
  "Maximum length is 140","Maximale lengte is 140"
354
  "Maximum length is 255","Maximale lengte is 255"
 
 
355
  "Merchant Label","Verkoop Label"
 
 
356
  "Message Queue","Berichtenrij"
357
  "Message Settings","Instellingen Berichten"
358
  "Message Templates","Sjablonen Berichten"
@@ -360,7 +607,13 @@
360
  "Message Type","Type Bericht"
361
  "Message can be edited when status of the message is ""In Queue"" only.","Bericht kan niet worden bewerkt, wanneer de status van het bericht ""In de wachtrij"" is."
362
  "Message content","Berichtinhoud"
 
363
  "Message title","Berichttitel"
 
 
 
 
 
364
  "Mobile","Mobiel"
365
  "Mobile Express Checkout has been canceled.","Mobile Express Checkout is geannuleerd geworden."
366
  "Mobile Express Checkout processed successfully.","Mobile Express Checkout is succesvol voldaan."
@@ -368,39 +621,82 @@
368
  "More","Meer"
369
  "More Info","Meer informatie"
370
  "More Tabs","Meer Tabs"
 
 
 
 
 
 
371
  "Name on Card","Naam Op Kaart"
372
  "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max.","De naam die onder uw app komt wanneer gebruikers het op hun toestel installeren. Wij raden u aan om een naam te kiezen tussen de 10-12 tekens die uw klanten herkennen. %s tekens maximaal."
373
  "New AirMail Message","Nieuw AirMail Bericht"
374
  "New AirMail Message Queue","Nieuw Airmail Berichten Wachrij"
375
  "New App","Nieuw App"
 
376
  "New Password","Nieuw Wachtwoord"
377
  "New Template","Nieuw Sjabloon"
 
378
  "Nickname","Bijnaam"
 
379
  "No Payment Information Required","Geen Betalingsinformatie Nodig"
 
 
380
  "No items were specifed to update.","Geen zaken waren geselecteerd om te updaten."
381
  "No items were updated.","Geen zaken waren geüpdatet."
382
  "No product selected.","Geen product geselecteerd."
 
383
  "No shipping method required.","Geen verzendmethode vereist."
384
  "No such file ""%s"".","Geen bestand ""%s""."
385
  "Not Submitted","Niet ingediend"
 
386
  "Notice","Bericht"
 
 
 
 
 
 
 
 
387
  "One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","Een of meer sleutelwoorden die uw app beschrijven. Sleutelwoorden worden gematched aan de zoekopdrachten via de App Store en helpen met het leveren van nauwkeurige zoekresultaten. Afzonderlijke sleutelwoorden met komma's. 100 tekens is het maximum."
388
  "Onepage checkout is disabled.","Onepage checkout is uitgeschakeld."
389
  "Only custom theme can be deleted","Alleen een zelf gemaakt thema kan worden verwijderd"
390
  "Only default theme can be reset","Alleen standaardthema's kunnen opnieuw worden ingesteld"
391
  "Only free apps are allowed in this version.","Alleen gratis apps zijn toegstaan in deze versie."
392
  "Only registered users can write reviews. Please, log in or register.","Alleen geregistreerde gebruikers kunnen beoordelingen schrijven. Gelieve in te loggen of te registreren."
 
 
393
  "Options menu items","Items in opties menu"
 
 
394
  "Order #%s - %s","Bestelling #%s - %s"
395
  "Order Date: %s","Datum bestelling: %s"
 
 
 
 
 
 
 
 
 
396
  "Order id is not specified.","Bestelling id is niet gegeven."
397
  "Order is not available.","Bestelling is niet beschikbaar."
398
  "Ordered","Besteld"
 
 
 
 
399
  "Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat().","Output-formaat is niet gespecificeerd. Gelieve een ""format""-toets in de constructor te specificeren, of stel deze in met gebruik van setFormat()."
 
400
  "POST data is not valid.","POST data is niet geldig."
401
  "Pages","Pagina's"
402
  "Password","Wachtwoord"
403
  "Password fields cannot be empty.","Wachtwoord velden mogen niet leeg zijn."
 
 
 
 
404
  "PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","PayPal MECL is de mobiele versie van PayPal\'s Express Checkout service. U kunt er voor kiezen om MECL te gebruiken naast het normale afrekenen, of als enige betaalmethode voor Magento Mobile."
405
  "PayPal MEP","Paypal MEP"
406
  "PayPal Mobile Embedded Payment (MEP)","PayPal Mobile Embedded Payment (MEP)"
@@ -410,11 +706,15 @@
410
  "Payer Email: %s","Betaler Email: %s"
411
  "Payment Applicable From","Betaling van Toepassing Van"
412
  "Payment Bridge module unavailable.","Betaling brugmodule niet beschikbaar."
 
413
  "Payment Method","Betaalmethode"
414
  "Payment Method has been set.","Betalingsmethode is ingesteld."
415
  "Payment Methods","Betalingsmethoden"
 
416
  "Payment method was successfully set.","Betalingsmethode is succesvol ingesteld."
417
  "Paypal MEP doesn\'t support checkout with any discount.","Paypal MEP ondersteunt niet afrekenen met een bepaalde korting."
 
 
418
  "Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials.","<a href=""%s"" target=""_blank"">Klik hier</a> om te zien hoe u de API gegevens dient in te stellen en te verkrijgen."
419
  "Please Select Application","Selecteer alstublieft applicatie"
420
  "Please Select Device Type","Selecteer alstublieft apparaattype"
@@ -424,6 +724,7 @@
424
  "Please enter a valid URL. Protocol is required (http://, https:// or ftp://)","Voer een geldige URL in. Protocol is vereist (http://, https:// of ftp://)"
425
  "Please enter a valid date.","Voer a.u.b. een geldige datum in."
426
  "Please enter a valid email address. For example johndoe@domain.com.","Voer a.u.b. een geldig e-mailadres in. Bijvoorbeeld johndoe@domain.com."
 
427
  "Please enter issue number or start date for switch/solo card type.","Voer uitgavenummer in of start datum voor switch/solo kaarttype."
428
  "Please enter the Activation Key.","Voer alstublieft de Activatiesleutel in."
429
  "Please enter the Copyright.","Voer alstublieft het Auteursrecht in."
@@ -432,8 +733,13 @@
432
  "Please enter the Resubmission Key.","Voer alstublieft de Herindieningssleutel in."
433
  "Please enter the Title.","Voer alstublieft de Titel in."
434
  "Please make sure your passwords match.","Let er alstublieft op dat de wachtwoorden overeenkomen."
 
435
  "Please select an option.","Selecteer alstublieft een optie."
436
  "Please select at least one country.","Selecteer alstublieft ten minste een land."
 
 
 
 
437
  "Please upload an image for ""App Background (landscape mode)"" field from Design Tab.","Upload alstublieft een afbeelding voor ""Applicatie achtergrond (landschap-modus)"" veld onder het Ontwerp tabblad."
438
  "Please upload an image for ""App Background (portrait mode)"" field from Design Tab.","Upload alstublieft een afbeelding voor ""Applicatie achtergrond (portret-modus"" veld onder het Ontwerp tabblad."
439
  "Please upload an image for ""App Background"" field from Design Tab.","Upload alstublieft een afbeelding voor het ""Applicatie achtergrond"" veld onder het Ontwerp tabblad."
@@ -444,32 +750,68 @@
444
  "Please use letters only (a-z or A-Z) in this field.","Gebruik a.u.b. alleen letters (a-z of A-Z) in dit veld."
445
  "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Gebruik alleen getallen in dit veld. Vermijd spaties of andere tekens zoals punten of komma's."
446
  "Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Gebruik alleen letters (a-z of A-Z) of nummers (0-9) in dit veld. Spaties en andere karakters zijn niet toegestaan."
 
 
 
 
 
 
 
 
447
  "Prefix","Prefixe"
448
  "Preset Theme","Vooraf ingesteld thema"
449
  "Preview","Preview"
450
  "Price","Prijs"
451
  "Price Font Color","Prijs Letter Kleur"
 
 
452
  "Primary Color","Eerste Kleur"
453
  "Primary Font Color","Eerste Letter Kleur"
454
  "Problem changing or sending password.","Problemen bij het veranderen of verzenden wachtwoord."
 
 
 
 
 
455
  "Product Name3 ","Productnaam3"
456
  "Product Name3 1","Productnaam3 1"
457
  "Product Name3 2","Productnaam3 2"
 
 
 
 
 
 
 
458
  "Product is unavailable.","Product is niet beschikbaar."
 
 
459
  "Product was not specified.","Product is niet bepaald."
460
  "Product(s) currently out of stock.","Product(en) niet meer op voorraad."
 
 
461
  "Purchase Order Number","Aankoopnummer"
462
  "Push Notification","Push Notificatie"
463
  "Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>","Met push notificaties kunt u meteen berichten verzenden naar de gebruikers die uw app hebben geïnstalleerd op hun apparaat. Verstuur berichten naar alle gebruikers, zelfs wanneer ze de app niet hebben geopend. Push notificaties behoren tot de beste middelen om uw app actief te houden, door uw klanten waardevolle content aan te bieden. Meer info over Push Notificaties - <a href=""%1$s"" target=""_blank"">%1$s</a>"
464
  "Push Title","Push Titel"
465
  "Push message","Push bericht"
466
  "Push title","Push titel"
 
 
 
 
467
  "Queue Date","Rij Datum"
468
  "Queue Message","Rij Bericht"
469
  "Queue does not exist.","Wachtrij bestaat niet."
470
  "Queue is allowed only for applications with enabled Push Notification.","Wachtrij is alleen toegestaan voor applicatie's die push notificaties ondersteunen."
471
  "Quote instance is required.","Prijsopgave voorbeeld is noodzakelijk."
 
 
 
 
 
472
  "Recipient Information","Informatie Ontvanger"
 
473
  "Recommended size 1024px x 344px. Note: Image size affects the performance of your app.","Aanbevolen resolutie is 1024px x 344px. Let op: Afbeeldingsgrootte is van invloed op de prestaties van uw applicatie."
474
  "Recommended size 1024px x 704px. Note: Image size affects the performance of your app.","Aanbevolen grootte 1024 x 704 pixels. Merk op: Grootte van de afbeelding beïnvloedt prestatie van uw app."
475
  "Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance.","Aanbevolen grootte 320 x 230 pixels. Merk op: Grootte van de afbeelding beïnvloedt prestatie van uw app. Houd de grootte van de afbeelding onder de 50 KB voor optimale prestaties."
@@ -478,47 +820,118 @@
478
  "Recommended size 35px x 35px.","Aanbevolen grootte 35 x 65 pixels."
479
  "Recommended size 768px x 294px. Note: Image size affects the performance of your app.","Aanbevolen grootte 768 x 294 pixels. Merk op: Grootte van de afbeelding beïnvloedt prestatie van uw app."
480
  "Recommended size 768px x 960px. Note: Image size affects the performance of your app.","Aanbevolen grootte 768 x 960 pixels. Merk op: Grootte van de afbeelding beïnvloedt prestatie van uw app."
 
 
 
 
 
481
  "Redemption functionality is disabled.","Terugkoopfunctionaliteit is uitgeschakeld."
482
  "Refunded","Terugbetaald"
 
 
 
 
 
483
  "Regular and confirmation passwords must be equal","Reguliere en bevestigingswachtwoorden dienen gelijk te zijn."
484
  "Related Product Background Color","Gerelateerde Product Achtergrond Kleur"
 
 
 
 
 
 
 
 
 
 
485
  "Request internal error.","Interne fout ontstaan."
 
 
486
  "Reset theme to default","Herstel het standaardthema"
487
  "Resubmission Key","Herbevestigingsknop"
488
  "Resubmit App","Herbesvestig App"
 
 
 
 
 
489
  "Review","recensie"
490
  "Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>","Met Uitgebreide Push notificaties kunt u aansprekende push notificaties creëren, door HTML of andere media componenten toe te voegen aan uw push notificaties. Dit gaat veel verder dan een simpele herinerring sturen aan uw gebruikers, Uitgebreide Push notificaties sturen de bezoekers naar de app, terwijl ze de content gepresenteerd zien in een speciale WebKit variant. Maak berichten die volledig voldoen aan uw huisstijl en die uw gebruikers aanspreken met nieuwe informatie, zonder dat u de app zelf hoeft bij te werken. Meer informatie over Uitgebreide Push notificaties - <a href=""%1$s"" target=""_blank"">%1$s</a>."
491
  "SORT BY:","SORTEREN OP:"
 
 
492
  "Save","Opslaan"
493
  "Save As","Opslaan Als"
494
  "Save Theme","Thema opslaan"
495
  "Save and Continue Edit","Opslaan en doorgaan met bewerken"
496
  "Save and Submit App","Bewaar en Bevestig App"
497
  "Save in address book","Sla op in adresboek"
 
 
 
 
 
498
  "Screens:","Schermen:"
499
  "Scroll Background Color","Scroll Achtergrond Kleur"
500
  "Search","Zoeken"
 
 
 
501
  "Secondary Color","Tweede Kleur"
502
  "Secondary Font Color","Tweede Letter Kleur"
 
 
503
  "Select All","Selecteer Alles"
 
 
 
 
 
 
 
 
 
 
504
  "Selected product is unavailable.","Het geselecteerde product is niet beschikbaar."
 
505
  "Sender Information","Informatie verzender"
 
 
506
  "Settings","Instellingen"
 
 
 
 
 
507
  "Shipped","Verzonden"
 
508
  "Shipping Address","Verzendingsadres"
509
  "Shipping Method","Verzendingsmethode"
 
510
  "Shipping address has been set.","Het verzendingsadres is ingesteld."
 
511
  "Shipping method has been set.","De verzendingsmethode is ingesteld."
512
  "Shipping method is required","Verzendmethode is benodigd."
513
  "Shipping method successfully updated","Verzendmethode is succesvol bijgewerkt"
514
  "Shipping to this address is not possible.","Verzenden naar dit adres is niet mogelijk."
515
  "Shop","Winkel"
 
 
 
516
  "Shopping cart is empty.","Het winkelmandje is leeg."
 
 
 
 
517
  "Sky Blue","Hemelblauw"
518
  "Social Networking","Sociale netwerken"
519
  "Some emails were not sent.","Sommige emails zijn niet verzonden."
520
  "Sorry, no payment options are available for this order at this time.","Sorry, geen betalingsopties zijn beschikbaar voor deze bestelling op dit moment."
521
  "Sorry, no quotes are available for this order at this time.","Sorry, geen prijsopgaven zijn beschikbaar voor deze bestelling op dit moment."
 
 
 
 
522
  "Specific Countries","Specifieke Landen"
523
  "Specified address does not exist.","Het opgegeven adres bestaat niet."
524
  "Specified invalid app code.","De opgegeven applicatiecode is ongeldig."
@@ -529,14 +942,25 @@
529
  "Start Date","Begindatum"
530
  "Start Date - Month","Startdatum - Maand"
531
  "Start Date - Year","Startdatum - Jaar"
 
 
 
 
 
532
  "State/Province","Staat/Provincie"
533
  "Status","Status"
 
 
534
  "Store Credit payment is not being used in your shopping cart.","Winkel Krediet betaling wordt niet gebruikt in uw winkelwagen."
535
  "Store View","Aanblik winkel"
 
 
536
  "Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px.","Winkellogo dat wordt weergegeven op de auteursrechtpagina van de toepassing. Voorkeursgrootte: 100 px x 100 px."
537
  "Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px.","Winkellogo dat wordt weergegeven op de auteursrechtpagina van de applicatie. Voorkeursgrootte: 200 px x 200 px."
 
538
  "Street Address","Adres straat"
539
  "Street Address 2","Adres straat 2"
 
540
  "Submission","Inzending"
541
  "Submission Fields","Inzendingsvelden"
542
  "Submission History","Inzendingsgeschiedenis"
@@ -544,11 +968,24 @@
544
  "Submit App ""%s""","Applicatie ""%s"" inzenden"
545
  "Submit App failure. %s","Applicatie inzenden mislukt. %s"
546
  "Submit App failure. Invalid activation key provided","Applicatie inzenden mislukt. Ongeldige activatiesleutel opgegeven."
 
547
  "Submitted","Ingezonden"
 
 
548
  "Subtotal (Excl. Tax)","Subtotaal (exclusief belasting)"
549
  "Subtotal (Incl. Tax)","Subtotaal (inclusief belasting)"
 
 
 
 
 
 
 
 
 
550
  "Suffix","Uitgang"
551
  "Summary of Your Review","Overzicht van uw recensie"
 
552
  "T-Shirts","T-shirts"
553
  "Tabs","Tabbladen"
554
  "Tax","Belasting"
@@ -562,30 +999,80 @@
562
  "Template does not exist.","Sjabloon bestaat niet."
563
  "Template for new AirMail Message does not exist.","Sjabloon voor nieuwe LuchtPost boodschap bestaat niet."
564
  "Template has been deleted.","Sjabloon is verwijderd."
 
565
  "Text length does not satisfy specified max text range.","Tekstlengte komt niet overeen met de gespecificeerde maximale tekstbereik."
566
  "Text length does not satisfy specified min text range.","Tekstlengte komt niet overeen met de gespecificeerde minimale tekstbereik."
567
  "Thank you for registering!","Dank u voor het registreren!"
568
  "Thank you for your purchase! ","Dank u voor uw aankoop!"
 
569
  "The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>","De Mailbox titel zal getoond worden in het Meer informatie tabblad. Om de titel beter te begrijpen, klik alstublieft <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">hier</a>"
 
 
 
 
 
 
 
570
  "The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB.","Het icoon dat getoond wordt in de Android Market. Aanbevolen grootte: 512 px x 512 px. Maximale grootte: 1024 KB."
 
 
 
 
 
 
571
  "The store credit payment has been removed from shopping cart.","De Winkel Krediet betaling is verwijderd uit uw winkelwagen."
 
 
 
572
  "Theme configurations are successfully reset.","Thema configuraties zijn hersteld."
573
  "Theme has been created.","Thema is gemaakt."
574
  "Theme has been delete.","Thema is verwijderd."
575
  "Theme label can\'t be empty","Themalabel kan niet leeg zijn"
576
  "Theme label:","Themalabel:"
577
  "Theme name is not set.","Themanaam is niet ingesteld."
 
 
 
 
 
 
 
578
  "There were some problems with the data.","Er waren een aantal problemen met de gegevens."
579
  "This email address was not found in our records.","Het emailadres is niet in onze gegevens gevonden."
 
580
  "This is a required field.","Dit is een verplicht veld."
 
581
  "Title","Titel"
582
  "Title bar","Titel balk"
 
 
 
583
  "To activate PayPal MEP payment method activate Express checkout first. ","Om de PayPal MEP betalingsmethode te activeren moet u eerst Expres afrekening activeren."
 
 
 
 
584
  "Token has not been set.","Sleutel is niet ingesteld."
 
 
 
 
585
  "Total incl. Tax: %1$s","Totaal inclusief belasting: %1$s"
 
 
 
 
 
 
586
  "Twitter API","Twitter API"
587
  "Twitter API Key","Twitter API sleutel"
 
 
588
  "Twitter Secret Key","Twitter geheime sleutel"
 
 
 
 
589
  "Unable to cancel Mobile Express Checkout.","Niet instaat om Mobile Express Checkout te annuleren."
590
  "Unable to cancel queue.","Kan rij niet annuleren"
591
  "Unable to collect cart totals.","Kan totalen van mandje niet verzamelen."
@@ -600,10 +1087,12 @@
600
  "Unable to initialize return action.","Niet instaat om de terugkeeractie uit te voeren."
601
  "Unable to load addresses.","Niet instaat om het adres te laden."
602
  "Unable to load application form.","Kan toepassingsformulier niet laden."
 
603
  "Unable to load billing address form.","Niet instaat om het formulier voor factuuradres te laden."
604
  "Unable to load billing address.","Niet instaat om het factuuradres te laden."
605
  "Unable to load categories.","Niet instaat om de categorieën te laden."
606
  "Unable to load checkout.","Niet instaat om het afrekenen te laden."
 
607
  "Unable to load order list.","We konden helaas niet de bestellijst laden."
608
  "Unable to load order review.","We konden helaas niet het besteloverzicht laden."
609
  "Unable to load product gallery.","Niet instaat om de productgallerij te laden."
@@ -619,6 +1108,7 @@
619
  "Unable to process preview.","Kan voorbeeld niet verwerken."
620
  "Unable to render a gift card account.","We konden helaas niet de cadeaubonaccount laden."
621
  "Unable to render an order.","Niet instaat om bestelling te geven."
 
622
  "Unable to render the store credits.","Niet instaat om winkelkrediet op te halen."
623
  "Unable to save app.","Kan applicatie niet opslaan."
624
  "Unable to save message.","Kan boodschap niet opslaan."
@@ -629,23 +1119,42 @@
629
  "Unable to start Mobile Express Checkout.","Niet instaat om Mobile Express Checkout op te starten."
630
  "Unable to update shipping method.","Niet in staat om de versturingsmethode de updaten."
631
  "Undefined","Ongedefinieerd"
 
 
632
  "Unknown Error","Onbekende fout"
633
  "Unknown Error.","Onbekende fout."
 
 
634
  "Unsupported character in path: ""%s""","Niet ondersteund karakter in path: ""%s"""
635
  "Unsupported value type received","Niet ondersteunde waardetype ontvangen"
 
636
  "Update Preview","Preview van update"
 
 
637
  "Upon receiving these credentials, please fill in the corresponding fields.","Bij het ontvangen van deze referenties, vragen wij u de volgende overeenkomende velden in te vullen."
638
  "Urban Airship Push Notification","Stedelijk Luchtschip Push Notificatie"
 
639
  "Use Store Credit (%s available)","Gebruik winkelkrediet (%s beschikbaar)"
640
  "Use as my default billing address","Gebruiken als mijn standaard factuuradres"
641
  "Use as my default shipping address","Gebruik als mijn standaard verzendadres"
 
 
 
 
 
642
  "View Details","Details bekijken"
643
  "View Gallery","Galerij bekijken"
 
644
  "Warning: All related AirMail messages will be deleted!","Waarschuwing: alle gerelateerde AirMail berichten zullen worden verwijderd!"
 
645
  "Website is offline.","Website is offline."
 
646
  "Wishlist has been cleared.","Verlanglijstje is geleegd."
647
  "Wishlist has been updated.","Verlanglijstje is bijgewerkt."
648
  "Wishlist has been updated. But there are accrued some errors while updating some items.","Verlanglijstje is bijgewerkt. Maar er hebben zich enkele fouten voorgedaan bij het bijwerken van sommige artikelen."
 
 
 
649
  "Wrong Ipad background image orientation has been specified: ""%s"".","Verkeerde oriëntatie iPad achtergrondafbeelding opgegeven: ""%s""."
650
  "Wrong PayPal Mobile Express Checkout Token specified.","Verkeerde PayPal Mobile Express Checkout Token gespecificeerd."
651
  "Wrong device type.","Verkeerd apparaattype."
@@ -654,21 +1163,38 @@
654
  "Wrong theme format.","Verkeerde format thema."
655
  "YYYY","YYYY"
656
  "Year","Jaar"
 
657
  "You are already logged in.","U bent reeds ingelogd."
 
658
  "You can watch statistics here.","U kunt hier de statistieken bekijken."
 
 
 
 
 
 
 
659
  "You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL.","U moet PayPal Express Checkout vanuit de betalingsconfiguratie eerst inschakelen, voordat u PayPal MECL inschakelt."
660
  "You will receive an order confirmation email with details of your order and a link to track its progress.","U ontvangt een bevestiging per email met uw bestelgegevens en een link om de voortgang te kunnen volgen."
661
  "Your current balance is:","Uw huidige balans is:"
662
  "Your order # is: %s. ","Uw bestelnummer is: %s."
 
 
663
  "Your review has been accepted for moderation.","Uw beoordeling is geaccepteerd voor evaluatie."
 
664
  "Zip/Postal Code","Zip/Postcode"
665
  "\'%s\' exceeds the allowed file size: %d (bytes)","\'%s\' overschrijdt de toegestane bestandsgrootte: %d (bytes)"
666
  "\'%s\' height exceeds allowed value of %d px","\'%s\' hoogte is meer dan de toegestane %d px"
667
  "\'%s\' is not a valid file extension. Allowed extensions: %s","\'%s\' is geen geldige bestandsextensie. Toegestane extensies: %s"
668
  "\'%s\' width exceeds allowed value of %d px","\'%s\' breedte overschrijdt de toegestane waarde van %d px"
669
  "and","en"
 
670
  "each","ieder"
 
671
  "iPad","iPad"
672
  "iPhone","iPhone"
 
 
 
673
  "save","bewaar"
674
  "ver. %s","ver. %s"
1
  " But cart has some errors.","Maar de winkelwagen heeft wat fouten."
2
+ " Note: Image size affects the performance of your app."," Note: Image size affects the performance of your app."
3
  """Description"" is more than %d characters long","""Description"" is langer dan %d tekens"
4
  """Title"" is more than %d characters long","""Title"" is langer dan %d tekens"
5
  """id"" attribute is required for a ""%s"" field.","""id"" attribuut is vereist voor een ""%s"" veld."
7
  """message"" attribute is required for ""%s"" validator rule.","""message"" attribuut is vereist voor ""%s"" validatieregel."
8
  "%1$s has been added to your wishlist.","%1$s is toegevoegd aan uw verlanglijst."
9
  "%1$s incl tax.","%1$s incl. BTW."
10
+ "%@ is not correct","%@ is not correct"
11
  "%s API Key required.","%s API Key vereist."
12
  "%s Application ID required.","%s Toepassing ID vereist."
13
  "%s Secret Key required.","%s Geheime Sleutel vereist."
14
  "%s attribute is required.","%s attribuut is vereist."
15
+ "%s fields is required","%s fields is required"
16
  "%s has been added to your cart.","%S is toegevoegd aan uw winkelwagen."
17
+ "%s id:","%s id:"
18
+ "%s was updated in your shopping cart.","%s was updated in your shopping cart."
19
  "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(Bevat meer landen dan hieronder aangegeven. U bent als eigenaar van de applicatie verantwoordelijk zich te schikken naar land-specifieke wetten gerelateerd aan de distributie of verkoop van uw applicatie in dat land, inclusief uw thuisland.)"
20
+ "* - field is required","* - field is required"
21
  "*Subject to change","*Wijzigingen voorbehouden"
22
+ "1. Please select type of the action:","1. Please select type of the action:"
23
  "10:40 AM","10:40 uur"
24
+ "2. Please select a page","2. Please select a page"
25
+ "2. Type Category Name","2. Type Category Name"
26
+ "2. Type Product Name","2. Type Product Name"
27
  "80px x 80px","80 x 80 pixels"
28
  "80x80 px","80 x 80 pixels"
29
  "<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship.","<a href=""%s"" target=""_blank"">Login</a> op Urabn Airship."
30
+ "<a href=""%s"" target=""_blank"">Login</a> to Urban Airship.","<a href=""%s"" target=""_blank"">Login</a> to Urban Airship."
31
  "A Catalog Only App will not support functions such as add to cart, add to wishlist, or login.","Een Catalog Only App ondersteund functies als voeg toe aan winkelwagen, voeg toe aan verlanglijst, of login niet."
32
  "A new password has been sent.","Een nieuw wachtwoord is verstuurd."
33
+ "About","About"
34
+ "Access forbidden","Access forbidden"
35
  "Account","Account"
36
+ "Account Information","Account Information"
37
+ "Account Settings","Account Settings"
38
  "Account confirmation is required. Please check your email for the confirmation link.","Account verificatie is vereist. Controleer uw e-mail voor de bevestigingslink."
39
  "Account information has been saved.","Account informatie is opgeslagen."
40
  "Action","Actie"
41
+ "Action type does\'t recognized","Action type does\'t recognized"
42
+ "Action type does\'t recognized.","Action type does\'t recognized."
43
+ "Action type doesn\'t recognized.","Action type doesn\'t recognized."
44
  "Activate","Activeer"
45
  "Activate PayPal Checkout","Activeer PayPal Uitchecken"
46
  "Activate PayPal MECL","Activeer PayPal MECL"
47
  "Activation Key","Activatie Sleutel"
48
+ "Add","Add"
49
+ "Add Action","Add Action"
50
+ "Add Address from Contacts","Add Address from Contacts"
51
  "Add App","App Toevoegen"
52
+ "Add Custom","Add Custom"
53
+ "Add New Address","Add New Address"
54
  "Add New Template","Nieuw Sjabloon Toevoegen"
55
  "Add Page","Pagina Toevoegen"
56
+ "Add To Wishlist","Add To Wishlist"
57
+ "Add a billing address","Add a billing address"
58
+ "Add a shipping address","Add a shipping address"
59
  "Add to Cart","Aan mandje toevoegen"
60
  "Add to Wishlist","Aan verlanglijst toevoegen"
61
+ "Adding Product to Cart...","Adding Product to Cart..."
62
+ "Adding Product to WishList...","Adding Product to WishList..."
63
  "Additional Address","Aanvullende adresgegevens."
64
+ "Additional Info","Additional Info"
65
  "Address","Adres"
66
  "Address 2","Adres 2"
67
+ "Address Book","Address Book"
68
+ "Address Book Updated","Address Book Updated"
69
+ "Address Info","Address Info"
70
+ "Address book is empty","Address book is empty"
71
  "Address data not specified.","Adres data niet ingevuld."
72
  "Address does not belong to this customer.","Adres behoort niet tot deze klant."
73
  "Address has been deleted.","Adres is verwijderd."
74
  "Address has been saved.","Adres is opgeslagen."
75
+ "Admin Application Settings","Admin Application Settings"
76
+ "Admin Mobile Application","Admin Mobile Application"
77
+ "Admin application has not been enabled","Admin application has not been enabled"
78
  "Administrative contact for this app and for app submission issues.","Administratief contact voor deze app en voor app indieningskwesties."
79
  "Advanced Settings","Geavanceerde instellingen"
80
  "After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret.","Nadat u de App hebt ingeleverd bij Magento, neemt u contact op met <a href=""mailto:%1$s"">%1$s</a> om de Application Key, Application Secret en Application Master Secret te krijgen."
84
  "AirMail message","AirMail Bericht"
85
  "AirMail templates","AirMail sjablonen"
86
  "All Allowed Countries","Alle Toegestane Landen"
87
+ "All Images","All Images"
88
  "All locations","Alle locaties"
89
+ "Amount","Amount"
90
+ "Amount in %@","Amount in %@"
91
+ "Amounts","Amounts"
92
  "An account with this email address already exists.","Een account met die e-mailadres bestaat al."
93
  "An error occurred while adding item to wishlist.","Er heeft een fout plaatsgevonden tijdens het toevoegen van dit voorwerp in uw wensenlijst."
94
  "An error occurred while deleting the address.","Een fout heeft plaats gevonden tijdens het verwijderen van het adres."
95
  "An error occurred while loading categories.","Er is een fout onstaan terwijl we de categorieën probeerden op te halen."
96
  "An error occurred while loading category filters.","Een fout heeft plaats gevonden tijdens het laden van de categoriefilters."
97
+ "An error occurred while loading configuration.","An error occurred while loading configuration."
98
+ "An error occurred while loading localization.","An error occurred while loading localization."
99
+ "An error occurred while loading login form.","An error occurred while loading login form."
100
  "An error occurred while loading wishlist.","Er is een fout onstaan terwijl we de wensenlijst probeerden op te halen."
101
  "An error occurred while processing your order. Please contact us or try again later.","Er heeft een fout plaats gevonden tijdens de verwerking van uw opdracht. Gelieve contact met ons op te nemen of probeer het later nogmaals."
102
  "An error occurred while processing your request.","Er heeft een fout plaats gevonden tijdens het verwerken van uw verzoek."
106
  "Android","Android"
107
  "Android doesn\'t support AirMail message type.","Android ondersteunt niet AirMail berichten."
108
  "App Background","App Achtergrond"
109
+ "App Background (landscape mode)","App Background (landscape mode)"
110
  "App Background (landscape mode).","App Achtergrond (landschap mode)."
111
+ "App Background (portrait mode)","App Background (portrait mode)"
112
  "App Background (portrait mode).","App Achtergrond (portret mode)."
113
  "App Background <br />(landscape mode)","App Achtergrond <br />(landschap mode)"
114
  "App Background <br />(portrait mode)","App Achtergrond <br />(portret mode)"
119
  "App Stores","App Winkels"
120
  "App Submission History","App Indiening Geschiedenis"
121
  "App Title","App Titel"
122
+ "App code","App code"
123
  "App code required.","App code vereist."
124
  "App does not exist.","App bestaat niet."
125
  "App has been deleted.","App is verwijderd."
133
  "Application Master Secret","Toepassing meester geheim"
134
  "Application Name","Naam toepassing"
135
  "Application Secret","Geheim toepassing"
136
+ "Application doesn\'t exist.","Application doesn\'t exist."
137
+ "Apply","Apply"
138
+ "Applying Coupon Code","Applying Coupon Code"
139
+ "Applying Gift Card %@","Applying Gift Card %@"
140
+ "Are you sure you want to cancel a message?","Are you sure you want to cancel a message?"
141
+ "Are you sure you want to cancel selected records?","Are you sure you want to cancel selected records?"
142
+ "Are you sure you want to delete a message?","Are you sure you want to delete a message?"
143
+ "Are you sure you want to delete selected records?","Are you sure you want to delete selected records?"
144
  "Are you sure you want to delete this theme? This change will affect all applications.","Bent u er zeker van dat u dit thema wilt verwijderen? Deze wijziging zal van invloed zijn op alle applicaties."
145
  "Are you sure you want to do this?","Weet je zeker dat je dit wilt doen?"
146
+ "Are you sure you want to remove this item?","Are you sure you want to remove this item?"
147
  "Are you sure you whant to cancel a message?","Weet u zeker dat u een boodschap wilt annuleren?"
148
  "Are you sure you whant to delete a message?","Weet u zeker dat u een boodschap wilt verwijderen?"
149
  "Are you sure you what to cancel selected records?","Weet u zeker dat u de geselecteerde dossiers wilt annuleren?"
150
  "Are you sure you what to delete selected records?","Weet u zeker dat u de geselecteerde dossiers wilt verwijderen?"
151
+ "As Low As","As Low As"
152
+ "As Low Excl. Tax","As Low Excl. Tax"
153
+ "As Low Incl. Tax","As Low Incl. Tax"
154
  "As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial.","Als een Magento klant, Urban Airship biedt u een oneindig aantal Push Notificaties en Uitgebreide Push Notificaties aan voor $100/jaar samen met een 60 dagen probeerperiode."
155
+ "As low as","As low as"
156
+ "As low as excl. tax","As low as excl. tax"
157
+ "As low as incl. tax","As low as incl. tax"
158
  "At last one application has to be created.","Tenminste één applicatie dient gemaakt te worden."
159
+ "At least one option should be selected","At least one option should be selected"
160
  "Authentication complete.","Authenticatie voltooid."
161
+ "Authentication to %@ did failed...","Authentication to %@ did failed..."
162
+ "Average Order Amount","Average Order Amount"
163
+ "Average Orders","Average Orders"
164
+ "Average Rating","Average Rating"
165
  "Back","Terug"
166
  "Back to App Edit","Terug naar bewerken toepassingen"
167
  "Background Color","Achtergrondkleur"
169
  "Balance Change","Balansverandering"
170
  "Balance History","Balansgeschiedenis"
171
  "Banner on Home Screen","Banner op thuispagina"
172
+ "Banner on Home Screen (landscape mode)","Banner on Home Screen (landscape mode)"
173
  "Banner on Home Screen (landscape mode) image missing.","Banner op beginscherm (horizontale modus) mist de afbeelding."
174
+ "Banner on Home Screen (portrait mode)","Banner on Home Screen (portrait mode)"
175
  "Banner on Home Screen (portrait mode) image missing.","Banner op beginscherm (verticale modus) mist de afbeelding."
176
  "Banner on Home Screen <br />(landscape mode)","Banner op beginscherm <br />(horizontale modus)"
177
  "Banner on Home Screen <br />(portrait mode)","Banner op Beginscherm <br />(verticale modus)"
178
  "Banner on Home Screen image missing.","Afbeelding banner op thuispagina ontbreekt."
179
+ "Banners on Home Screen","Banners on Home Screen"
180
+ "Best Sellers","Best Sellers"
181
+ "Billing","Billing"
182
  "Billing Address","Facturatieadres"
183
+ "Billing address","Billing address"
184
  "Billing address has been set.","Betalingadres is ingesteld."
185
+ "Bundle Products","Bundle Products"
186
  "Buy %1$s for %2$s","Koop %1$s voor %2$s"
187
  "Buy %1$s for %2$s (%3$s incl. tax) each","Koop %1$s voor %2$s (%3$s inclusief belasting) elk"
188
  "Buy %1$s for %2$s each","Koop %1$s voor %2$s elk"
189
  "Buy %1$s with %2$s discount each","Koop %1$s met %2$s korting elk"
190
+ "Buy More & Save","Buy More & Save"
191
  "Buyer country is not allowed by store.","Land koper is niet toegestaan door winkel."
192
+ "CMS Page","CMS Page"
193
+ "CMS Pages haven\'t been found.","CMS Pages haven\'t been found."
194
  "Cache Lifetime (seconds)","Levensduur cache (seconden)"
195
  "Cache Management","Beheer cache"
196
  "Can\'t add item to shopping cart.","Kan geen artikelen aan winkelmandje toevoegen."
199
  "Can\'t create wishlist.","Kan verlanglijst niet aanmaken."
200
  "Can\'t delete ""%s"" theme.","Kan ""%s"" thema niet verwijderen."
201
  "Can\'t load XML.","Kan XML niet laden."
202
+ "Can\'t load admin application settings.","Can\'t load admin application settings."
203
  "Can\'t load application with id ""%s""","Applicatie met id ""%s"" kan niet geladen worden."
204
  "Can\'t load cart info.","We kunnen niet de winkelwageninformatie laden."
205
  "Can\'t load cart.","We kunnen helaas niet de winkelwagen laden."
206
  "Can\'t load customer form.","Kan het klantformulier niet laden."
207
  "Can\'t load default themes.","Kan de standaard thema's niet laden."
208
  "Can\'t load selected theme. Please check your media folder permissions.","Kan het geselecteerde thema niet laden. Kijk alstublieft naar de toestemmingen in uw mediamap."
209
+ "Can\'t load template with id ""%s""","Can\'t load template with id ""%s"""
210
  "Can\'t open submission form.","Kan inzendingsformulier niet openen"
211
  "Can\'t read file ""%s"".","Kan bestand ""%s"" niet lezen."
212
  "Can\'t remove the item.","Kan artikel niet verwijderen."
221
  "Can\'t write to file ""%s"".","Kan niet naar bestand ""%s"" schrijven."
222
  "Cancel","Annuleren"
223
  "Canceled","Geannuleerd"
224
+ "Canceling PayPal ...","Canceling PayPal ..."
225
  "Cancelled","Geannuleerd"
226
  "Cannot apply gift card.","Kan de cadeaubon niet uitvoeren."
227
+ "Cannot configure product.","Cannot configure product."
228
  "Cannot load theme ""%s"".","Kan thema ""%s"" niet laden."
229
  "Cannot redeem Gift Card.","Kan de cadeaubon niet innen."
230
  "Cannot remove gift card.","Kan de cadeaubon niet verwijderen."
231
  "Cannot save theme ""%s"". Incorrect data received","Kan thema ""%s"" niet opslaan. Onjuiste data ontvangen"
232
+ "Cannot update the item.","Cannot update the item."
233
  "Card Verification Number","Kaartverificatienummer"
234
  "Card verification number is wrong","Verificatienummer kaart is fout"
235
  "Carrier","Provider"
236
  "Cart","Winkelwagen"
237
+ "Cart Updated","Cart Updated"
238
  "Cart has been updated.","Mandje is bijgewerkt."
239
  "Cart has some errors.","Mandje bevat enkele fouten."
240
  "Cart is empty.","Mandje is leeg."
241
  "Catalog Only App?","Alleen catalogus applicatie?"
242
+ "Category","Category"
243
  "Category Button Color","Kleur knop categorie"
244
  "Category Item Background Color","Categorie artikel achtergrondkleur"
245
+ "Cc:","Cc:"
246
  "Chairs","Zetels"
247
  "Change Orientation","Verander Oriëntatie"
248
  "Change Password","Verander wachtwoord"
249
  "Changes have been saved to theme.","Veranderingen zijn bij het thema opgeslagen"
250
+ "Check","Check"
251
+ "Check Gift Card","Check Gift Card"
252
+ "Check Gift Card Promo Redeemed","Check Gift Card Promo Redeemed"
253
+ "Checking Gift Card %@","Checking Gift Card %@"
254
+ "Checkout","Checkout"
255
+ "Checkout Page Registration","Checkout Page Registration"
256
+ "Checkout as Guest","Checkout as Guest"
257
+ "Checkout as Guest or Register","Checkout as Guest or Register"
258
  "Checkout has been initialized.","Afrekening is geïnitialiseerd."
259
+ "Checkout initialization...","Checkout initialization..."
260
+ "Checkout initialized!","Checkout initialized!"
261
+ "Choose Store View","Choose Store View"
262
+ "Choose amount","Choose amount"
263
+ "Choose file","Choose file"
264
  "City","Stad"
265
+ "Clear","Clear"
266
+ "Close","Close"
267
  "Color Themes","Kleurenthema's"
268
  "Colors","Kleuren"
269
+ "Commiting updates...","Commiting updates..."
270
  "Company","Bedrijf"
271
  "Completed","Voltooid"
272
+ "Configuration data have been saved","Configuration data have been saved"
273
+ "Configure Cart Item","Configure Cart Item"
274
  "Confirm New Password","Bevestig nieuw wachtwoord"
275
  "Confirm Password","Bevestig wachtwoord"
276
+ "Connecting","Connecting"
277
+ "Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate.","Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate."
278
  "Contact Email","Contact email"
279
  "Contact Information","Contact Informatie"
280
+ "ContactsAreEmpty","ContactsAreEmpty"
281
  "Container is not defined.","Container is niet gedefinieerd."
282
  "Content","Inhoud"
283
+ "Continue","Continue"
284
  "Copyright","Auteursrecht"
285
  "Copyright Page Logo","Logo auteursrechtpagina"
286
+ "Copyright Page Logo (iPhone 4 retina)","Copyright Page Logo (iPhone 4 retina)"
287
  "Copyright Page Logo <br />(iPhone 4 retina)","Logo auteursrechtpagina < br />(iPhone 4 retina)"
288
+ "Copyright: Magento (c) 2010","Copyright: Magento (c) 2010"
289
+ "Countries","Countries"
290
  "Countries Payment Applicable From","Landen Waaruit Betaling van Toepassing"
291
  "Country","Land"
292
  "Country options don\'t recognized for ""%s"".","Landopties niet herkend voor ""%s""."
294
  "Coupon code %s was applied.","Vouchercode %s is toegepast."
295
  "Coupon code is empty.","Vouchercode is leeg."
296
  "Coupon code was canceled.","Vouchercode is geannuleerd."
297
+ "Create Account","Create Account"
298
+ "Create an Account","Create an Account"
299
  "Creating a Template is allowed only for applications which have device type iPhone.","Het aanmaken van een sjabloon is alleen toegestaan voor applicaties met apparaattype iPhone."
300
  "Credit Card","Creditcard"
301
  "Credit Card %s","Credit Card %s"
302
  "Credit Card Number","Nummer creditcard"
303
  "Credit Card Type","Type credit card"
304
  "Credit card number does not match credit card type.","Creditcard nummer komt niet overeen met creditcard type."
305
+ "Cross Sells","Cross Sells"
306
  "Current Balance: %s","Huidige balans: %s"
307
  "Current Password","Huidig wachtwoord"
308
  "Currently, PayPal MEP is not available for the Android application","Momenteel is PayPal MEP niet beschikbaar voor Android toepassingen"
309
+ "Currently, the system does not support the viewing of the order detail.","Currently, the system does not support the viewing of the order detail."
310
  "Custom App Icon","Aangepast applicatie-icoon"
311
+ "Custom App Icon (iPhone 4 retina)","Custom App Icon (iPhone 4 retina)"
312
  "Custom App Icon <br />(iPhone 4 retina)","Aangepast applicatie-icoon < br />(iPhone 4 retina)"
313
  "Custom Colors","Gepersonaliseerde Kleuren"
314
+ "Custom amount","Custom amount"
315
+ "Customer","Customer"
316
+ "Customer Name","Customer Name"
317
  "Customer authentication problem.","Probleem met klantauthenticatie."
318
  "Customer balance available in enterprise version of Magento only.","Klantbalans is alleen beschikbaar in enterpriseversie van Magento."
319
  "Customer balance is disabled for current store","Klantbalans is uitgeschakeld voor de huidige winkel."
320
  "Customer email not specified.","Email klant niet gespecificeerd."
321
  "Customer logout problem.","Probleem bij uitloggen klant."
322
  "Customer not logged in.","Klant niet ingelogd."
323
+ "Customers","Customers"
324
  "DD","DD"
325
  "Date","Datum"
326
  "Date Created","Aangemaakt op datum"
327
  "Date Submitted","Ingezonden op datum"
328
  "Date Updated","Bijgewerkt op datum"
329
+ "Date:","Date:"
330
  "Day","Dag"
331
  "Deeper Messaging and Engagement with Rich Push.","Diepere berichten sturen en betrokken zijn met Rich Push."
332
  "Default Billing Address","Standaard betalingsadres"
333
  "Default Shipping Address","Standaard verzendingsadres"
334
  "Default Theme","Standaard thema"
335
+ "Default themes are missed.","Default themes are missed."
336
  "Delete","Verwijderen"
337
+ "Delete Action","Delete Action"
338
  "Delete theme","Thema verwijderen"
339
  "Deleted","Verwijderd"
340
  "Description","Beschrijving"
345
  "Device","Apparaat"
346
  "Device Information","Apparaat Informatie"
347
  "Device Type","Apparaat Type"
348
+ "Device doesn\'t recognized","Device doesn\'t recognized"
349
  "Device doesn\'t recognized. Unable to load a template.","Apparaat niet herkend. Niet mogelijk sjabloon te laden."
350
  "Device doesn\'t recognized: ""%s"". Unable to load a helper.","Apparaat niet herkend: ""%s"". Niet mogelijk een helper te laden."
351
  "Device doesn\'t recognized: ""%s"". Unable to load preview model.","Apparaat niet herkend: ""%s"". Niet mogelijk preview model te laden."
352
+ "Device type doesn\'t recognized.","Device type doesn\'t recognized."
353
+ "Discount code is empty","Discount code is empty"
354
+ "Discount:","Discount:"
355
+ "Done","Done"
356
+ "Downloadable Products Updated","Downloadable Products Updated"
357
+ "Downloads limit:","Downloads limit:"
358
+ "E-mail","E-mail"
359
  "Edit","Bewerken"
360
+ "Edit Action","Edit Action"
361
+ "Edit Address","Edit Address"
362
  "Edit AirMail Message","Pas AirMail Bericht aan"
363
  "Edit AirMail Message Queue #%s","Pas Airmail Bericht Rij #%s aan"
364
  "Edit App ""%s""","Pas App ""%s"" aan"
365
  "Edit Filter","Pas Filter aan"
366
+ "Edit Image","Edit Image"
367
+ "Edit Mail List","Edit Mail List"
368
  "Edit Template ""%s""","Pas Sjabloon ""%s"" aan"
369
+ "Edit filter","Edit filter"
370
+ "Edit note","Edit note"
371
+ "Either remote URL or application code was not set. Please make sure you filled all the values and try again.","Either remote URL or application code was not set. Please make sure you filled all the values and try again."
372
  "Element with id %s already exists","Element met id %s bestaat al"
373
  "Email","Email"
374
  "Email Address","e-mailadres"
375
+ "Email address you provided is not valid. Please provide a valid one.","Email address you provided is not valid. Please provide a valid one."
376
+ "Email is not correct","Email is not correct"
377
+ "Email is not specified","Email is not specified"
378
+ "Enable Admin Application","Enable Admin Application"
379
  "Enable AirMail Message Push notification","Sta AirMail Bericht Push notificatie toe"
380
  "Enable Facebook","Sta Facebook toe"
381
  "Enable Flurry Analytics","Sta Flurry Analytics toe"
383
  "Enable LinkedIn","Sta LinkedIn toe"
384
  "Enable Standard Checkout","Sta Standaard Betaling toe"
385
  "Enable Twitter","Sta Twitter toe"
386
+ "Enter Name","Enter Name"
387
+ "Enter discount code first.","Enter discount code first."
388
+ "Enter discount code if any","Enter discount code if any"
389
+ "Enter e-mail","Enter e-mail"
390
+ "Enter giftcard promo code here","Enter giftcard promo code here"
391
+ "Enter text","Enter text"
392
+ "Enter the gift card code","Enter the gift card code"
393
+ "Error","Error"
394
+ "Error Loading Configuration Format","Error Loading Configuration Format"
395
+ "Error during shortening url","Error during shortening url"
396
+ "Error message text is missed.","Error message text is missed."
397
  "Error while processing file ""%s"".","Er heeft zich een fout voorgedaan tijdens het processen van bestand ""%s""."
398
  "Error while reading data from Payment Bridge. Please, try again.","Er is een fout opgetreden tijdens het lezen van de data van de Payment Bridge. Gelieve het nogmaals te proberen."
399
+ "Error while reading remote data","Error while reading remote data"
400
  "Error while uploading file ""%s"".","Er is een fout opgetreden tijdens het uploaden van bestand ""%s""."
401
  "Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed.","Fout bij het uploaden van bestand ""%s"". Niet toegestaan bestand type. Alleen ""jpg"", ""jpeg"", ""gif"", ""png"" zijn toegestaan."
402
  "Error.","Fout."
403
+ "Excl. Tax","Excl. Tax"
404
  "Expiration Date - Month","Vervaldatum - Maand"
405
  "Expiration Date - Year","Vervaldatum - Jaar"
406
  "Expires: %s","Verloopt: %s"
407
  "Extend the life of your app with Urban Airship Push Notifications.","Maak uw app langer aantrekkelijk met Urban Airship Push Notificaties."
408
  "Extensions","Uitbreidingen"
409
  "FILTERS APPLIED","FILTERS TOEGEPAST"
410
+ "Facebook","Facebook"
411
  "Facebook API","Facebook API"
412
  "Facebook Application ID","Facebook Applicatie ID"
413
+ "Facebook post failed...","Facebook post failed..."
414
  "Fax","Fax"
415
  "File can\'t be uploaded.","Bestanden kunnen niet geüpload worden."
416
  "File doesn\'t exist ""%s"".","Bestand ""%s"" bestaat niet."
417
+ "Filter","Filter"
418
+ "Filters","Filters"
419
  "First Name","Voornaam"
420
+ "Fixed amounts","Fixed amounts"
421
  "Flurry API Code","Flurry API Code"
422
  "Flurry Analytics","Flurry Analytics"
423
  "Flurry Analytics Site","Flurry Analytics Website"
424
  "Fonts","Lettertypen"
425
+ "Forgot Password","Forgot Password"
426
+ "Forgot Password?","Forgot Password?"
427
+ "Forgot your password?","Forgot your password?"
428
+ "Form","Form"
429
  "Free","Gratis"
430
+ "From","From"
431
+ "From Excl. Tax","From Excl. Tax"
432
+ "From Incl. Tax","From Incl. Tax"
433
+ "From excl. tax","From excl. tax"
434
+ "From incl. tax","From incl. tax"
435
+ "Full Description","Full Description"
436
  "Funk Leaf","Funk Leaf"
437
+ "Gallery","Gallery"
438
  "General","Algemeen"
439
+ "Generate Offline Catalog","Generate Offline Catalog"
440
  "Get Content from CMS Page","Verkrijg Inhoud van CMS Pagina"
441
  "Gift Card ""%s"" was added.","Geschenkbon ""%s"" werd toegevoegd."
442
  "Gift Card ""%s"" was redeemed.","Geschenkbon ""%s"" werd ingelost."
446
  "Gift Card code is empty.","Couponcode is leeg."
447
  "Gift Card: %s","Cadeaubon: %s"
448
  "Gift card account available in enterprise version of Magento only.","Cadeaubon account is alleen beschikbaar in enterpriseversie van Magento."
449
+ "Giftcard promo code","Giftcard promo code"
450
+ "Grand Total","Grand Total"
451
  "Grand Total (Excl. Tax)","Totaal (Ex. Belasting)"
452
  "Grand Total (Incl. Tax)","Totaal (Incl. Belasting)"
453
  "Guest","Gast"
458
  "Hot Red","Heet Rood"
459
  "How do you rate this product?","Hoe heeft u dit product gewaardeerd?"
460
  "How to incorporate Urban Airship within your application:","Hoe kunt u Urban Airship invoegen in uw applicatie:"
461
+ "I Agree","I Agree"
462
+ "I agree to the Terms and Conditions","I agree to the Terms and Conditions"
463
  "ID","ID"
464
+ "Icon that will appear on the user\'s device after they download your app.","Icon that will appear on the user\'s device after they download your app."
465
  "Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px.","Icoon dat verschijnt op het apparaat van de gebruiker nadat hij uw app heeft gedownload. Aanbevolen grootte: 48 x 48 pixels."
466
+ "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
467
  "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px.","Icoon dat verschijnt op het apparaat van de gebruiker nadat hij uw app heeft gedownload. U hoeft geen gradient of soft edges toe te passen (Dit wordt automatisch door Apple gedaan). Aanbevolen grootte: 72 x 72 pixels."
468
+ "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
469
+ "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
470
  "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px.","Icoon dat verschijnt op de telefoon van de gebruiker nadat hij uw app heeft gedownload. U hoeft geen gradient of soft edges toe te passen (Dit wordt automatisch door Apple gedaan). Aanbevolen grootte: 114 x 114 pixels."
471
  "Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi.","Icoon dat verschijnt op de telefoon van de gebruiker nadat hij uw app heeft gedownload. U hoeft geen gradient of soft edges toe te passen (Dit wordt automatisch door Apple gedaan). Aanbevolen grootte: 57 x 57 pixels op 72 dpi."
472
  "Icons","Iconen"
473
  "If leave this field empty, the message will be sent immediately","Als u dit veld leeg laat, wordt het bericht automatisch verstuurd"
474
  "If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page.","Als u de cache aan de applicatiezijde onbruikbaar wilt maken, laat het veld leeg. Waarschuwing! Als u dit doet, kost het de applicatie tijd elke pagina te laden."
475
+ "Image %s is required.","Image %s is required."
476
+ "Image action has been saved.","Image action has been saved."
477
+ "Image does not exist. Please reload this page.","Image does not exist. Please reload this page."
478
  "Image file was not found.","Afbeelding bestand niet gevonden."
479
+ "Image has been deleted.","Image has been deleted."
480
+ "Image id is required.","Image id is required."
481
+ "Image limits don\'t recognized for ""%s"" image type","Image limits don\'t recognized for ""%s"" image type"
482
+ "Image that appears on first screen while your app is loading.","Image that appears on first screen while your app is loading."
483
  "Image that appears on first screen while your app is loading. Required size: 1024px x 768px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Aanbevolen grootte: 1024 x 1024 pixels."
484
  "Image that appears on first screen while your app is loading. Required size: 320px x 455px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Aanbevolen grootte: 320 x 455 pixels."
485
  "Image that appears on first screen while your app is loading. Required size: 320px x 460px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Benodigde grootte: 320 x 460 pixels."
486
  "Image that appears on first screen while your app is loading. Required size: 640px x 920px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Benodigde grootte: 640 x 920 pixels."
487
  "Image that appears on first screen while your app is loading. Required size: 768px x 1024px.","Afbeelding dat verschijnt op eerste scherm terwijl uw app laadt. Benodigde grootte: 768 x 1024 pixels."
488
+ "Image type doesn\'t recognized: ""%s"".","Image type doesn\'t recognized: ""%s""."
489
+ "Image type is required.","Image type is required."
490
  "Images","Afbeeldingen"
491
+ "Images order has been updated.","Images order has been updated."
492
  "In Queue","In de wachtrij"
493
  "In Stock","In voorraad"
494
  "In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>.","Klik hier om de servicevoorwaarden van Urban Airship te zien: <a href=""%s"" target=""_blank"">klik hier</a>."
495
  "In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","Om uw app te herbevestigen, moet u eerst een <a href=""%s"" target=""_blank"">%s</a> bij MagentoCommerce aanschaffen"
496
  "In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","Om uw app te bevestigen, moet u eerst een <a href=""%s"" target=""_blank"">%s</a> bij MagentoCommerce aanschaffen"
497
  "Inactive Tabs","Inactieve Tabs"
498
+ "Incl. Tax","Incl. Tax"
499
+ "Incl. tax","Incl. tax"
500
+ "Initialization PayPal ...","Initialization PayPal ..."
501
+ "Initialization of the PayPal checkout failed!","Initialization of the PayPal checkout failed!"
502
  "Invalid XML.","Ongeldige XML."
503
  "Invalid current password.","Ongeldig huidig wachtwoord."
504
  "Invalid customer data.","Ongeldige klantendata."
509
  "Invalid shipping method.","Ongeldige verzendmethode."
510
  "Issue Number","Uitgave Nummer"
511
  "It\'s not allowed to delete submitted application.","Het is niet toegestaan een bevestigde applicatie te verwijderen."
512
+ "Item","Item"
513
+ "Item Options","Item Options"
514
  "Item has been added to cart.","Artikel is toegevoegd aan winkelwagentje."
515
  "Item has been deleted from cart.","Artikel is verwijderd uit winkelwagentje."
516
  "Item has been removed from wishlist.","Artikel is verwijderd van verlanglijst."
517
+ "Items","Items"
518
  "Items were updated. But can\'t update wishlist.","Artikelen geüpdatet. Maar kan verlanglijst niet updaten."
519
+ "Keep your image size below %s KB for optimal performance.","Keep your image size below %s KB for optimal performance."
520
  "Key","Sleutel"
521
  "Keywords","Steekwoorden"
522
  "Label","Label"
523
+ "Landscape app Background","Landscape app Background"
524
+ "Landscape banners on Home Screen","Landscape banners on Home Screen"
525
  "Large iTunes Icon","Grote iTunes Icoon"
526
+ "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
527
  "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px.","Groot icoon dat verschijnt in de iTunes App Store. U hoeft geen gradient of soft edges toe te passen (dit wordt automatisch door Apple gedaan). Gevraagde grootte: 512 x 512 pixels."
528
+ "Last 5 Orders","Last 5 Orders"
529
+ "Last 5 Search Terms","Last 5 Search Terms"
530
  "Last Name","Achternaam"
531
+ "Last update: %@","Last update: %@"
532
+ "Lifetime Sales","Lifetime Sales"
533
+ "LindedIn","LindedIn"
534
+ "Link:","Link:"
535
+ "LinkedIn","LinkedIn"
536
  "LinkedIn API","LinkedIn API"
537
  "LinkedIn API Key","LinkedIn API Key"
538
+ "LinkedIn Authorization","LinkedIn Authorization"
539
+ "LinkedIn Autorization","LinkedIn Autorization"
540
  "LinkedIn Secret Key","LinkedIn Secret Key"
541
+ "Linkedin post failed...","Linkedin post failed..."
542
+ "List of downloadable products is empty","List of downloadable products is empty"
543
+ "Load more items","Load more items"
544
  "Loader Splash Screen","Loader Splash Scherm"
545
+ "Loader Splash Screen (iPhone 4 retina)","Loader Splash Screen (iPhone 4 retina)"
546
+ "Loader Splash Screen (landscape mode)","Loader Splash Screen (landscape mode)"
547
+ "Loader Splash Screen (portrait mode)","Loader Splash Screen (portrait mode)"
548
  "Loader Splash Screen <br />(iPhone 4 retina)","Loader Splash Scherm <br />(iPhone 4 retina)"
549
  "Loader Splash Screen <br />(landscape mode)","Loader Splash Scherm <br />(landscape mode)"
550
  "Loader Splash Screen <br />(portrait mode)","Loader Splash Scherm <br />(portrait mode)"
551
+ "Loading %@...","Loading %@..."
552
+ "Loading Account Form...","Loading Account Form..."
553
+ "Loading Address Book...","Loading Address Book..."
554
+ "Loading Address Form...","Loading Address Form..."
555
+ "Loading CMS page ...","Loading CMS page ..."
556
+ "Loading Cart...","Loading Cart..."
557
+ "Loading Gallery...","Loading Gallery..."
558
+ "Loading Login Form...","Loading Login Form..."
559
+ "Loading My Downloadable Products...","Loading My Downloadable Products..."
560
+ "Loading Order Details","Loading Order Details"
561
+ "Loading Orders List...","Loading Orders List..."
562
  "Loading Preview...","Preview Laden..."
563
+ "Loading Product Options...","Loading Product Options..."
564
+ "Loading Products...","Loading Products..."
565
+ "Loading Registration Form...","Loading Registration Form..."
566
+ "Loading Restore Password Form...","Loading Restore Password Form..."
567
+ "Loading Store Credit...","Loading Store Credit..."
568
+ "Loading WishList...","Loading WishList..."
569
+ "Loading Write Review Form...","Loading Write Review Form..."
570
+ "Loading category ...","Loading category ..."
571
+ "Loading more items...","Loading more items..."
572
+ "Loading product ...","Loading product ..."
573
+ "Loading shipping methods ...","Loading shipping methods ..."
574
+ "Loading...","Loading..."
575
  "Locations","Locaties"
576
  "Log In","Inloggen"
577
+ "Log Out","Log Out"
578
+ "Log in to Admin Panel","Log in to Admin Panel"
579
+ "Log into Account","Log into Account"
580
+ "Log into your account","Log into your account"
581
+ "Log out Account","Log out Account"
582
+ "LogInMessageTitle","LogInMessageTitle"
583
  "Login and password are required.","Login en wachtwoord zijn noodzakelijk."
584
  "Logo in Header","Logo in Koptekst"
585
  "Logo in Header image missing.","Logo in Koptekst afbeelding mist"
595
  "Manage Mobile App","Beheer Mobiele App"
596
  "Maximum length is 140","Maximale lengte is 140"
597
  "Maximum length is 255","Maximale lengte is 255"
598
+ "Maximum size: %s KB.","Maximum size: %s KB."
599
+ "Maximum: %.2f","Maximum: %.2f"
600
  "Merchant Label","Verkoop Label"
601
+ "Merge","Merge"
602
+ "Message","Message"
603
  "Message Queue","Berichtenrij"
604
  "Message Settings","Instellingen Berichten"
605
  "Message Templates","Sjablonen Berichten"
607
  "Message Type","Type Bericht"
608
  "Message can be edited when status of the message is ""In Queue"" only.","Bericht kan niet worden bewerkt, wanneer de status van het bericht ""In de wachtrij"" is."
609
  "Message content","Berichtinhoud"
610
+ "Message text is missed.","Message text is missed."
611
  "Message title","Berichttitel"
612
+ "Message too long, please use 140 symbols","Message too long, please use 140 symbols"
613
+ "Message type doesn\'t recognized","Message type doesn\'t recognized"
614
+ "Minimize","Minimize"
615
+ "Minimum %@, maximum %@","Minimum %@, maximum %@"
616
+ "Minimum: %.2f","Minimum: %.2f"
617
  "Mobile","Mobiel"
618
  "Mobile Express Checkout has been canceled.","Mobile Express Checkout is geannuleerd geworden."
619
  "Mobile Express Checkout processed successfully.","Mobile Express Checkout is succesvol voldaan."
621
  "More","Meer"
622
  "More Info","Meer informatie"
623
  "More Tabs","Meer Tabs"
624
+ "Most Viewed Products","Most Viewed Products"
625
+ "My Account","My Account"
626
+ "My Downloadable Products","My Downloadable Products"
627
+ "My Orders","My Orders"
628
+ "My Wishlist","My Wishlist"
629
+ "Name","Name"
630
  "Name on Card","Naam Op Kaart"
631
  "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max.","De naam die onder uw app komt wanneer gebruikers het op hun toestel installeren. Wij raden u aan om een naam te kiezen tussen de 10-12 tekens die uw klanten herkennen. %s tekens maximaal."
632
  "New AirMail Message","Nieuw AirMail Bericht"
633
  "New AirMail Message Queue","Nieuw Airmail Berichten Wachrij"
634
  "New App","Nieuw App"
635
+ "New Customers","New Customers"
636
  "New Password","Nieuw Wachtwoord"
637
  "New Template","Nieuw Sjabloon"
638
+ "New to Our Store?","New to Our Store?"
639
  "Nickname","Bijnaam"
640
+ "No","No"
641
  "No Payment Information Required","Geen Betalingsinformatie Nodig"
642
+ "No Ratings","No Ratings"
643
+ "No internet connection. Retry later ...","No internet connection. Retry later ..."
644
  "No items were specifed to update.","Geen zaken waren geselecteerd om te updaten."
645
  "No items were updated.","Geen zaken waren geüpdatet."
646
  "No product selected.","Geen product geselecteerd."
647
+ "No products found. Please retry with other term","No products found. Please retry with other term"
648
  "No shipping method required.","Geen verzendmethode vereist."
649
  "No such file ""%s"".","Geen bestand ""%s""."
650
  "Not Submitted","Niet ingediend"
651
+ "Note: Image size affects the performance of your app.","Note: Image size affects the performance of your app."
652
  "Notice","Bericht"
653
+ "Number of Orders","Number of Orders"
654
+ "Number of Uses","Number of Uses"
655
+ "OK","OK"
656
+ "OR, Pay with Standard Checkout","OR, Pay with Standard Checkout"
657
+ "Offline Catalog","Offline Catalog"
658
+ "Offline cart stored on server","Offline cart stored on server"
659
+ "Offline catalog export complete.","Offline catalog export complete."
660
+ "Offline catalog export failed.","Offline catalog export failed."
661
  "One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","Een of meer sleutelwoorden die uw app beschrijven. Sleutelwoorden worden gematched aan de zoekopdrachten via de App Store en helpen met het leveren van nauwkeurige zoekresultaten. Afzonderlijke sleutelwoorden met komma's. 100 tekens is het maximum."
662
  "Onepage checkout is disabled.","Onepage checkout is uitgeschakeld."
663
  "Only custom theme can be deleted","Alleen een zelf gemaakt thema kan worden verwijderd"
664
  "Only default theme can be reset","Alleen standaardthema's kunnen opnieuw worden ingesteld"
665
  "Only free apps are allowed in this version.","Alleen gratis apps zijn toegstaan in deze versie."
666
  "Only registered users can write reviews. Please, log in or register.","Alleen geregistreerde gebruikers kunnen beoordelingen schrijven. Gelieve in te loggen of te registreren."
667
+ "Open","Open"
668
+ "Options","Options"
669
  "Options menu items","Items in opties menu"
670
+ "Order","Order"
671
+ "Order #","Order #"
672
  "Order #%s - %s","Bestelling #%s - %s"
673
  "Order Date: %s","Datum bestelling: %s"
674
+ "Order Details Updated","Order Details Updated"
675
+ "Order ID","Order ID"
676
+ "Order ID:","Order ID:"
677
+ "Order Info","Order Info"
678
+ "Order List Updated","Order List Updated"
679
+ "Order Number","Order Number"
680
+ "Order Review","Order Review"
681
+ "Order canceled","Order canceled"
682
+ "Order failed","Order failed"
683
  "Order id is not specified.","Bestelling id is niet gegeven."
684
  "Order is not available.","Bestelling is niet beschikbaar."
685
  "Ordered","Besteld"
686
+ "Ordered Items","Ordered Items"
687
+ "Orders","Orders"
688
+ "Other amount","Other amount"
689
+ "Out of Stock","Out of Stock"
690
  "Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat().","Output-formaat is niet gespecificeerd. Gelieve een ""format""-toets in de constructor te specificeren, of stel deze in met gebruik van setFormat()."
691
+ "Overall Activity","Overall Activity"
692
  "POST data is not valid.","POST data is niet geldig."
693
  "Pages","Pagina's"
694
  "Password","Wachtwoord"
695
  "Password fields cannot be empty.","Wachtwoord velden mogen niet leeg zijn."
696
+ "Password is not specified","Password is not specified"
697
+ "Password:","Password:"
698
+ "PayPal","PayPal"
699
+ "PayPal Checkout","PayPal Checkout"
700
  "PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","PayPal MECL is de mobiele versie van PayPal\'s Express Checkout service. U kunt er voor kiezen om MECL te gebruiken naast het normale afrekenen, of als enige betaalmethode voor Magento Mobile."
701
  "PayPal MEP","Paypal MEP"
702
  "PayPal Mobile Embedded Payment (MEP)","PayPal Mobile Embedded Payment (MEP)"
706
  "Payer Email: %s","Betaler Email: %s"
707
  "Payment Applicable From","Betaling van Toepassing Van"
708
  "Payment Bridge module unavailable.","Betaling brugmodule niet beschikbaar."
709
+ "Payment Information","Payment Information"
710
  "Payment Method","Betaalmethode"
711
  "Payment Method has been set.","Betalingsmethode is ingesteld."
712
  "Payment Methods","Betalingsmethoden"
713
+ "Payment method","Payment method"
714
  "Payment method was successfully set.","Betalingsmethode is succesvol ingesteld."
715
  "Paypal MEP doesn\'t support checkout with any discount.","Paypal MEP ondersteunt niet afrekenen met een bepaalde korting."
716
+ "Place Order","Place Order"
717
+ "Placing order ...","Placing order ..."
718
  "Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials.","<a href=""%s"" target=""_blank"">Klik hier</a> om te zien hoe u de API gegevens dient in te stellen en te verkrijgen."
719
  "Please Select Application","Selecteer alstublieft applicatie"
720
  "Please Select Device Type","Selecteer alstublieft apparaattype"
724
  "Please enter a valid URL. Protocol is required (http://, https:// or ftp://)","Voer een geldige URL in. Protocol is vereist (http://, https:// of ftp://)"
725
  "Please enter a valid date.","Voer a.u.b. een geldige datum in."
726
  "Please enter a valid email address. For example johndoe@domain.com.","Voer a.u.b. een geldig e-mailadres in. Bijvoorbeeld johndoe@domain.com."
727
+ "Please enter at least one email recipient","Please enter at least one email recipient"
728
  "Please enter issue number or start date for switch/solo card type.","Voer uitgavenummer in of start datum voor switch/solo kaarttype."
729
  "Please enter the Activation Key.","Voer alstublieft de Activatiesleutel in."
730
  "Please enter the Copyright.","Voer alstublieft het Auteursrecht in."
733
  "Please enter the Resubmission Key.","Voer alstublieft de Herindieningssleutel in."
734
  "Please enter the Title.","Voer alstublieft de Titel in."
735
  "Please make sure your passwords match.","Let er alstublieft op dat de wachtwoorden overeenkomen."
736
+ "Please save application first.","Please save application first."
737
  "Please select an option.","Selecteer alstublieft een optie."
738
  "Please select at least one country.","Selecteer alstublieft ten minste een land."
739
+ "Please select payment method to cover a quote","Please select payment method to cover a quote"
740
+ "Please set email","Please set email"
741
+ "Please specify payment method","Please specify payment method"
742
+ "Please specify shipping method","Please specify shipping method"
743
  "Please upload an image for ""App Background (landscape mode)"" field from Design Tab.","Upload alstublieft een afbeelding voor ""Applicatie achtergrond (landschap-modus)"" veld onder het Ontwerp tabblad."
744
  "Please upload an image for ""App Background (portrait mode)"" field from Design Tab.","Upload alstublieft een afbeelding voor ""Applicatie achtergrond (portret-modus"" veld onder het Ontwerp tabblad."
745
  "Please upload an image for ""App Background"" field from Design Tab.","Upload alstublieft een afbeelding voor het ""Applicatie achtergrond"" veld onder het Ontwerp tabblad."
750
  "Please use letters only (a-z or A-Z) in this field.","Gebruik a.u.b. alleen letters (a-z of A-Z) in dit veld."
751
  "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Gebruik alleen getallen in dit veld. Vermijd spaties of andere tekens zoals punten of komma's."
752
  "Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Gebruik alleen letters (a-z of A-Z) of nummers (0-9) in dit veld. Spaties en andere karakters zijn niet toegestaan."
753
+ "Please wait...","Please wait..."
754
+ "Please, specify gift card amount!","Please, specify gift card amount!"
755
+ "Portrait app Background","Portrait app Background"
756
+ "Portrait banners on Home Screen","Portrait banners on Home Screen"
757
+ "Post data is empty.","Post data is empty."
758
+ "Post this product to your wall","Post this product to your wall"
759
+ "Posting to e-mails","Posting to e-mails"
760
+ "Preferred size: %spx x %spx.","Preferred size: %spx x %spx."
761
  "Prefix","Prefixe"
762
  "Preset Theme","Vooraf ingesteld thema"
763
  "Preview","Preview"
764
  "Price","Prijs"
765
  "Price Font Color","Prijs Letter Kleur"
766
+ "Price excluding tax","Price excluding tax"
767
+ "Price including tax","Price including tax"
768
  "Primary Color","Eerste Kleur"
769
  "Primary Font Color","Eerste Letter Kleur"
770
  "Problem changing or sending password.","Problemen bij het veranderen of verzenden wachtwoord."
771
+ "Proceed to Checkout","Proceed to Checkout"
772
+ "Product","Product"
773
+ "Product Added to Cart","Product Added to Cart"
774
+ "Product Added to Wishlist","Product Added to Wishlist"
775
+ "Product Gallery Updated","Product Gallery Updated"
776
  "Product Name3 ","Productnaam3"
777
  "Product Name3 1","Productnaam3 1"
778
  "Product Name3 2","Productnaam3 2"
779
+ "Product Options Updated","Product Options Updated"
780
+ "Product Removed From Wishlist","Product Removed From Wishlist"
781
+ "Product Reviews Updated","Product Reviews Updated"
782
+ "Product SKU","Product SKU"
783
+ "Product Updated","Product Updated"
784
+ "Product added","Product added"
785
+ "Product is out of stock","Product is out of stock"
786
  "Product is unavailable.","Product is niet beschikbaar."
787
+ "Product only available on the website.","Product only available on the website."
788
+ "Product succesfully added to cart","Product succesfully added to cart"
789
  "Product was not specified.","Product is niet bepaald."
790
  "Product(s) currently out of stock.","Product(en) niet meer op voorraad."
791
+ "Products","Products"
792
+ "Pull Down To Update..","Pull Down To Update.."
793
  "Purchase Order Number","Aankoopnummer"
794
  "Push Notification","Push Notificatie"
795
  "Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>","Met push notificaties kunt u meteen berichten verzenden naar de gebruikers die uw app hebben geïnstalleerd op hun apparaat. Verstuur berichten naar alle gebruikers, zelfs wanneer ze de app niet hebben geopend. Push notificaties behoren tot de beste middelen om uw app actief te houden, door uw klanten waardevolle content aan te bieden. Meer info over Push Notificaties - <a href=""%1$s"" target=""_blank"">%1$s</a>"
796
  "Push Title","Push Titel"
797
  "Push message","Push bericht"
798
  "Push title","Push titel"
799
+ "Qty","Qty"
800
+ "Qty:","Qty:"
801
+ "Quantity","Quantity"
802
+ "Quantity:","Quantity:"
803
  "Queue Date","Rij Datum"
804
  "Queue Message","Rij Bericht"
805
  "Queue does not exist.","Wachtrij bestaat niet."
806
  "Queue is allowed only for applications with enabled Push Notification.","Wachtrij is alleen toegestaan voor applicatie's die push notificaties ondersteunen."
807
  "Quote instance is required.","Prijsopgave voorbeeld is noodzakelijk."
808
+ "Quote item is not found.","Quote item is not found."
809
+ "Range param doesn\'t recognized","Range param doesn\'t recognized"
810
+ "Ratings and Reviews","Ratings and Reviews"
811
+ "Read the Terms and Conditions","Read the Terms and Conditions"
812
+ "Recent Activity","Recent Activity"
813
  "Recipient Information","Informatie Ontvanger"
814
+ "Recommended size %spx x %spx.","Recommended size %spx x %spx."
815
  "Recommended size 1024px x 344px. Note: Image size affects the performance of your app.","Aanbevolen resolutie is 1024px x 344px. Let op: Afbeeldingsgrootte is van invloed op de prestaties van uw applicatie."
816
  "Recommended size 1024px x 704px. Note: Image size affects the performance of your app.","Aanbevolen grootte 1024 x 704 pixels. Merk op: Grootte van de afbeelding beïnvloedt prestatie van uw app."
817
  "Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance.","Aanbevolen grootte 320 x 230 pixels. Merk op: Grootte van de afbeelding beïnvloedt prestatie van uw app. Houd de grootte van de afbeelding onder de 50 KB voor optimale prestaties."
820
  "Recommended size 35px x 35px.","Aanbevolen grootte 35 x 65 pixels."
821
  "Recommended size 768px x 294px. Note: Image size affects the performance of your app.","Aanbevolen grootte 768 x 294 pixels. Merk op: Grootte van de afbeelding beïnvloedt prestatie van uw app."
822
  "Recommended size 768px x 960px. Note: Image size affects the performance of your app.","Aanbevolen grootte 768 x 960 pixels. Merk op: Grootte van de afbeelding beïnvloedt prestatie van uw app."
823
+ "Recommended size: %spx x %spx at %s dpi.","Recommended size: %spx x %spx at %s dpi."
824
+ "Recommended size: %spx x %spx.","Recommended size: %spx x %spx."
825
+ "Recover","Recover"
826
+ "Redeem","Redeem"
827
+ "Redeeming Gift Card %@","Redeeming Gift Card %@"
828
  "Redemption functionality is disabled.","Terugkoopfunctionaliteit is uitgeschakeld."
829
  "Refunded","Terugbetaald"
830
+ "Regions","Regions"
831
+ "Register","Register"
832
+ "Registering cart ...","Registering cart ..."
833
+ "Registering user ...","Registering user ..."
834
+ "Regular","Regular"
835
  "Regular and confirmation passwords must be equal","Reguliere en bevestigingswachtwoorden dienen gelijk te zijn."
836
  "Related Product Background Color","Gerelateerde Product Achtergrond Kleur"
837
+ "Release To Update...","Release To Update..."
838
+ "Relevance","Relevance"
839
+ "Remaining downloads","Remaining downloads"
840
+ "Remove","Remove"
841
+ "Remove Address...","Remove Address..."
842
+ "Removing %@...","Removing %@..."
843
+ "Removing Coupon...","Removing Coupon..."
844
+ "Removing Gift Card...","Removing Gift Card..."
845
+ "Removing Product from WishList...","Removing Product from WishList..."
846
+ "Removing Store Credit...","Removing Store Credit..."
847
  "Request internal error.","Interne fout ontstaan."
848
+ "Request param %s is missed","Request param %s is missed"
849
+ "Required size: %spx x %spx.","Required size: %spx x %spx."
850
  "Reset theme to default","Herstel het standaardthema"
851
  "Resubmission Key","Herbevestigingsknop"
852
  "Resubmit App","Herbesvestig App"
853
+ "Resubmit App failure. %s","Resubmit App failure. %s"
854
+ "Results","Results"
855
+ "Revenue","Revenue"
856
+ "Revert","Revert"
857
+ "Revert Discount","Revert Discount"
858
  "Review","recensie"
859
  "Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>","Met Uitgebreide Push notificaties kunt u aansprekende push notificaties creëren, door HTML of andere media componenten toe te voegen aan uw push notificaties. Dit gaat veel verder dan een simpele herinerring sturen aan uw gebruikers, Uitgebreide Push notificaties sturen de bezoekers naar de app, terwijl ze de content gepresenteerd zien in een speciale WebKit variant. Maak berichten die volledig voldoen aan uw huisstijl en die uw gebruikers aanspreken met nieuwe informatie, zonder dat u de app zelf hoeft bij te werken. Meer informatie over Uitgebreide Push notificaties - <a href=""%1$s"" target=""_blank"">%1$s</a>."
860
  "SORT BY:","SORTEREN OP:"
861
+ "Sample","Sample"
862
+ "Samples","Samples"
863
  "Save","Opslaan"
864
  "Save As","Opslaan Als"
865
  "Save Theme","Thema opslaan"
866
  "Save and Continue Edit","Opslaan en doorgaan met bewerken"
867
  "Save and Submit App","Bewaar en Bevestig App"
868
  "Save in address book","Sla op in adresboek"
869
+ "Saving Address...","Saving Address..."
870
+ "Saving changes ...","Saving changes ..."
871
+ "Saving shipping address ...","Saving shipping address ..."
872
+ "Saving shipping methods ...","Saving shipping methods ..."
873
+ "Screen resolution is not supported","Screen resolution is not supported"
874
  "Screens:","Schermen:"
875
  "Scroll Background Color","Scroll Achtergrond Kleur"
876
  "Search","Zoeken"
877
+ "Search Term","Search Term"
878
+ "Search Updated","Search Updated"
879
+ "Searching for %@...","Searching for %@..."
880
  "Secondary Color","Tweede Kleur"
881
  "Secondary Font Color","Tweede Letter Kleur"
882
+ "See all","See all"
883
+ "Select %@","Select %@"
884
  "Select All","Selecteer Alles"
885
+ "Select Chart","Select Chart"
886
+ "Select Links","Select Links"
887
+ "Select Options","Select Options"
888
+ "Select Payment Method","Select Payment Method"
889
+ "Select Range","Select Range"
890
+ "Select a","Select a"
891
+ "Select a Billing Address","Select a Billing Address"
892
+ "Select a Shipping Address","Select a Shipping Address"
893
+ "Select from Address Book","Select from Address Book"
894
+ "Select shipping method","Select shipping method"
895
  "Selected product is unavailable.","Het geselecteerde product is niet beschikbaar."
896
+ "Send","Send"
897
  "Sender Information","Informatie verzender"
898
+ "Sending e-mail failed...","Sending e-mail failed..."
899
+ "Set","Set"
900
  "Settings","Instellingen"
901
+ "Shake device to reset the filter","Shake device to reset the filter"
902
+ "Share","Share"
903
+ "Share on LinkedIn","Share on LinkedIn"
904
+ "Share on Twitter","Share on Twitter"
905
+ "Ship method","Ship method"
906
  "Shipped","Verzonden"
907
+ "Shipping","Shipping"
908
  "Shipping Address","Verzendingsadres"
909
  "Shipping Method","Verzendingsmethode"
910
+ "Shipping address","Shipping address"
911
  "Shipping address has been set.","Het verzendingsadres is ingesteld."
912
+ "Shipping method","Shipping method"
913
  "Shipping method has been set.","De verzendingsmethode is ingesteld."
914
  "Shipping method is required","Verzendmethode is benodigd."
915
  "Shipping method successfully updated","Verzendmethode is succesvol bijgewerkt"
916
  "Shipping to this address is not possible.","Verzenden naar dit adres is niet mogelijk."
917
  "Shop","Winkel"
918
+ "Shop All","Shop All"
919
+ "Shop Updated","Shop Updated"
920
+ "Shopping Cart","Shopping Cart"
921
  "Shopping cart is empty.","Het winkelmandje is leeg."
922
+ "Show Password","Show Password"
923
+ "Sign In","Sign In"
924
+ "Signing In...","Signing In..."
925
+ "Signing Out ...","Signing Out ..."
926
  "Sky Blue","Hemelblauw"
927
  "Social Networking","Sociale netwerken"
928
  "Some emails were not sent.","Sommige emails zijn niet verzonden."
929
  "Sorry, no payment options are available for this order at this time.","Sorry, geen betalingsopties zijn beschikbaar voor deze bestelling op dit moment."
930
  "Sorry, no quotes are available for this order at this time.","Sorry, geen prijsopgaven zijn beschikbaar voor deze bestelling op dit moment."
931
+ "Sorry, there are no items in this category.","Sorry, there are no items in this category."
932
+ "Special","Special"
933
+ "Special Excl. Tax","Special Excl. Tax"
934
+ "Special Incl. Tax","Special Incl. Tax"
935
  "Specific Countries","Specifieke Landen"
936
  "Specified address does not exist.","Het opgegeven adres bestaat niet."
937
  "Specified invalid app code.","De opgegeven applicatiecode is ongeldig."
942
  "Start Date","Begindatum"
943
  "Start Date - Month","Startdatum - Maand"
944
  "Start Date - Year","Startdatum - Jaar"
945
+ "Starting At","Starting At"
946
+ "Starting At Excl. Tax","Starting At Excl. Tax"
947
+ "Starting At Incl. Tax","Starting At Incl. Tax"
948
+ "Starting at excl. tax","Starting at excl. tax"
949
+ "Starting at incl. tax","Starting at incl. tax"
950
  "State/Province","Staat/Provincie"
951
  "Status","Status"
952
+ "Storage of offline cart on server failed. Please retry later","Storage of offline cart on server failed. Please retry later"
953
+ "Store Credit Info Updated","Store Credit Info Updated"
954
  "Store Credit payment is not being used in your shopping cart.","Winkel Krediet betaling wordt niet gebruikt in uw winkelwagen."
955
  "Store View","Aanblik winkel"
956
+ "Store credit","Store credit"
957
+ "Store logo that is displayed on copyright page of app.","Store logo that is displayed on copyright page of app."
958
  "Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px.","Winkellogo dat wordt weergegeven op de auteursrechtpagina van de toepassing. Voorkeursgrootte: 100 px x 100 px."
959
  "Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px.","Winkellogo dat wordt weergegeven op de auteursrechtpagina van de applicatie. Voorkeursgrootte: 200 px x 200 px."
960
+ "Store switcher hasn\'t been defined","Store switcher hasn\'t been defined"
961
  "Street Address","Adres straat"
962
  "Street Address 2","Adres straat 2"
963
+ "Subject:","Subject:"
964
  "Submission","Inzending"
965
  "Submission Fields","Inzendingsvelden"
966
  "Submission History","Inzendingsgeschiedenis"
968
  "Submit App ""%s""","Applicatie ""%s"" inzenden"
969
  "Submit App failure. %s","Applicatie inzenden mislukt. %s"
970
  "Submit App failure. Invalid activation key provided","Applicatie inzenden mislukt. Ongeldige activatiesleutel opgegeven."
971
+ "Submit Review","Submit Review"
972
  "Submitted","Ingezonden"
973
+ "Submitting Review...","Submitting Review..."
974
+ "Subtotal","Subtotal"
975
  "Subtotal (Excl. Tax)","Subtotaal (exclusief belasting)"
976
  "Subtotal (Incl. Tax)","Subtotaal (inclusief belasting)"
977
+ "Subtotal Excl. Tax","Subtotal Excl. Tax"
978
+ "Subtotal Incl. Tax","Subtotal Incl. Tax"
979
+ "Subtotal excluding tax","Subtotal excluding tax"
980
+ "Subtotal incl. tax:","Subtotal incl. tax:"
981
+ "Subtotal including tax","Subtotal including tax"
982
+ "Subtotal:","Subtotal:"
983
+ "Success","Success"
984
+ "Successfully posted to Facebook","Successfully posted to Facebook"
985
+ "Successfully posted to Linkedin","Successfully posted to Linkedin"
986
  "Suffix","Uitgang"
987
  "Summary of Your Review","Overzicht van uw recensie"
988
+ "Swipe a product to reveal more options","Swipe a product to reveal more options"
989
  "T-Shirts","T-shirts"
990
  "Tabs","Tabbladen"
991
  "Tax","Belasting"
999
  "Template does not exist.","Sjabloon bestaat niet."
1000
  "Template for new AirMail Message does not exist.","Sjabloon voor nieuwe LuchtPost boodschap bestaat niet."
1001
  "Template has been deleted.","Sjabloon is verwijderd."
1002
+ "Terms And Conditions","Terms And Conditions"
1003
  "Text length does not satisfy specified max text range.","Tekstlengte komt niet overeen met de gespecificeerde maximale tekstbereik."
1004
  "Text length does not satisfy specified min text range.","Tekstlengte komt niet overeen met de gespecificeerde minimale tekstbereik."
1005
  "Thank you for registering!","Dank u voor het registreren!"
1006
  "Thank you for your purchase! ","Dank u voor uw aankoop!"
1007
+ "The %s field should be filled.","The %s field should be filled."
1008
  "The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>","De Mailbox titel zal getoond worden in het Meer informatie tabblad. Om de titel beter te begrijpen, klik alstublieft <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">hier</a>"
1009
+ "The application is currently inactive.\nPlease try again later.","The application is currently inactive.\nPlease try again later."
1010
+ "The cart is empty","The cart is empty"
1011
+ "The custom amount value should be higher than 0.","The custom amount value should be higher than 0."
1012
+ "The custom amount value should not be higher than %s.","The custom amount value should not be higher than %s."
1013
+ "The custom amount value should not be lower than %s.","The custom amount value should not be lower than %s."
1014
+ "The following email(s) are either mistyped or have incorrect format. Check them and try again:\n","The following email(s) are either mistyped or have incorrect format. Check them and try again:\n"
1015
+ "The icon that appears in the Android Market.","The icon that appears in the Android Market."
1016
  "The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB.","Het icoon dat getoond wordt in de Android Market. Aanbevolen grootte: 512 px x 512 px. Maximale grootte: 1024 KB."
1017
+ "The length of the text in the %s field is too big. Please shorten the text.","The length of the text in the %s field is too big. Please shorten the text."
1018
+ "The max length of the field ""%@"" is %d!","The max length of the field ""%@"" is %d!"
1019
+ "The minimum password length is 6","The minimum password length is 6"
1020
+ "The server responded with invalid data.","The server responded with invalid data."
1021
+ "The shortening service returned status code %d indicating a client side error.","The shortening service returned status code %d indicating a client side error."
1022
+ "The shortening service returned status code %d indicating a server side error.","The shortening service returned status code %d indicating a server side error."
1023
  "The store credit payment has been removed from shopping cart.","De Winkel Krediet betaling is verwijderd uit uw winkelwagen."
1024
+ "The value is too big!","The value is too big!"
1025
+ "The value should not be greater than %.2f!","The value should not be greater than %.2f!"
1026
+ "The value should not be less than %.2f!","The value should not be less than %.2f!"
1027
  "Theme configurations are successfully reset.","Thema configuraties zijn hersteld."
1028
  "Theme has been created.","Thema is gemaakt."
1029
  "Theme has been delete.","Thema is verwijderd."
1030
  "Theme label can\'t be empty","Themalabel kan niet leeg zijn"
1031
  "Theme label:","Themalabel:"
1032
  "Theme name is not set.","Themanaam is niet ingesteld."
1033
+ "There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?","There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?"
1034
+ "There are no items here","There are no items here"
1035
+ "There are no items in your cart","There are no items in your cart"
1036
+ "There is an error in loading an app\'s configuration","There is an error in loading an app\'s configuration"
1037
+ "There is an error in retrieving the data. Please try again later","There is an error in retrieving the data. Please try again later"
1038
+ "There is no addresses for this contact","There is no addresses for this contact"
1039
+ "There is no store credit history!","There is no store credit history!"
1040
  "There were some problems with the data.","Er waren een aantal problemen met de gegevens."
1041
  "This email address was not found in our records.","Het emailadres is niet in onze gegevens gevonden."
1042
+ "This functionality disabled in offline mode","This functionality disabled in offline mode"
1043
  "This is a required field.","Dit is een verplicht veld."
1044
+ "This product has no images.","This product has no images."
1045
  "Title","Titel"
1046
  "Title bar","Titel balk"
1047
+ "To","To"
1048
+ "To Excl. Tax","To Excl. Tax"
1049
+ "To Incl. Tax","To Incl. Tax"
1050
  "To activate PayPal MEP payment method activate Express checkout first. ","Om de PayPal MEP betalingsmethode te activeren moet u eerst Expres afrekening activeren."
1051
+ "To excl. tax","To excl. tax"
1052
+ "To incl. tax","To incl. tax"
1053
+ "To preview the newly uploaded images, please save your application first.","To preview the newly uploaded images, please save your application first."
1054
+ "To:","To:"
1055
  "Token has not been set.","Sleutel is niet ingesteld."
1056
+ "Too many recipients have been set. Max amount of recipients is:","Too many recipients have been set. Max amount of recipients is:"
1057
+ "Top Search Terms","Top Search Terms"
1058
+ "Total","Total"
1059
+ "Total Order Amount","Total Order Amount"
1060
  "Total incl. Tax: %1$s","Totaal inclusief belasting: %1$s"
1061
+ "Total incl. tax","Total incl. tax"
1062
+ "Totals","Totals"
1063
+ "Touch and hold a product to delete from shopping cart","Touch and hold a product to delete from shopping cart"
1064
+ "Touch and hold a product to reveal more options","Touch and hold a product to reveal more options"
1065
+ "Try Again","Try Again"
1066
+ "Twitter","Twitter"
1067
  "Twitter API","Twitter API"
1068
  "Twitter API Key","Twitter API sleutel"
1069
+ "Twitter Authorization","Twitter Authorization"
1070
+ "Twitter Autorization","Twitter Autorization"
1071
  "Twitter Secret Key","Twitter geheime sleutel"
1072
+ "Twitter post failed...","Twitter post failed..."
1073
+ "Type","Type"
1074
+ "Type and data is required","Type and data is required"
1075
+ "URL","URL"
1076
  "Unable to cancel Mobile Express Checkout.","Niet instaat om Mobile Express Checkout te annuleren."
1077
  "Unable to cancel queue.","Kan rij niet annuleren"
1078
  "Unable to collect cart totals.","Kan totalen van mandje niet verzamelen."
1087
  "Unable to initialize return action.","Niet instaat om de terugkeeractie uit te voeren."
1088
  "Unable to load addresses.","Niet instaat om het adres te laden."
1089
  "Unable to load application form.","Kan toepassingsformulier niet laden."
1090
+ "Unable to load banners.","Unable to load banners."
1091
  "Unable to load billing address form.","Niet instaat om het formulier voor factuuradres te laden."
1092
  "Unable to load billing address.","Niet instaat om het factuuradres te laden."
1093
  "Unable to load categories.","Niet instaat om de categorieën te laden."
1094
  "Unable to load checkout.","Niet instaat om het afrekenen te laden."
1095
+ "Unable to load localization.","Unable to load localization."
1096
  "Unable to load order list.","We konden helaas niet de bestellijst laden."
1097
  "Unable to load order review.","We konden helaas niet het besteloverzicht laden."
1098
  "Unable to load product gallery.","Niet instaat om de productgallerij te laden."
1108
  "Unable to process preview.","Kan voorbeeld niet verwerken."
1109
  "Unable to render a gift card account.","We konden helaas niet de cadeaubonaccount laden."
1110
  "Unable to render an order.","Niet instaat om bestelling te geven."
1111
+ "Unable to render downloadable products.","Unable to render downloadable products."
1112
  "Unable to render the store credits.","Niet instaat om winkelkrediet op te halen."
1113
  "Unable to save app.","Kan applicatie niet opslaan."
1114
  "Unable to save message.","Kan boodschap niet opslaan."
1119
  "Unable to start Mobile Express Checkout.","Niet instaat om Mobile Express Checkout op te starten."
1120
  "Unable to update shipping method.","Niet in staat om de versturingsmethode de updaten."
1121
  "Undefined","Ongedefinieerd"
1122
+ "Unit Price","Unit Price"
1123
+ "Unit Price:","Unit Price:"
1124
  "Unknown Error","Onbekende fout"
1125
  "Unknown Error.","Onbekende fout."
1126
+ "Unknown Payment Bridge Error","Unknown Payment Bridge Error"
1127
+ "Unknown error ocured. Please retry later","Unknown error ocured. Please retry later"
1128
  "Unsupported character in path: ""%s""","Niet ondersteund karakter in path: ""%s"""
1129
  "Unsupported value type received","Niet ondersteunde waardetype ontvangen"
1130
+ "Update Comment Error","Update Comment Error"
1131
  "Update Preview","Preview van update"
1132
+ "Updating ...","Updating ..."
1133
+ "Updating Cart...","Updating Cart..."
1134
  "Upon receiving these credentials, please fill in the corresponding fields.","Bij het ontvangen van deze referenties, vragen wij u de volgende overeenkomende velden in te vullen."
1135
  "Urban Airship Push Notification","Stedelijk Luchtschip Push Notificatie"
1136
+ "Use Billing Address","Use Billing Address"
1137
  "Use Store Credit (%s available)","Gebruik winkelkrediet (%s beschikbaar)"
1138
  "Use as my default billing address","Gebruiken als mijn standaard factuuradres"
1139
  "Use as my default shipping address","Gebruik als mijn standaard verzendadres"
1140
+ "Use billing address for shipping","Use billing address for shipping"
1141
+ "User Name:","User Name:"
1142
+ "User session is expired","User session is expired"
1143
+ "Version","Version"
1144
+ "View Cart","View Cart"
1145
  "View Details","Details bekijken"
1146
  "View Gallery","Galerij bekijken"
1147
+ "View Wishlist","View Wishlist"
1148
  "Warning: All related AirMail messages will be deleted!","Waarschuwing: alle gerelateerde AirMail berichten zullen worden verwijderd!"
1149
+ "Website is offline","Website is offline"
1150
  "Website is offline.","Website is offline."
1151
+ "WishList Updated","WishList Updated"
1152
  "Wishlist has been cleared.","Verlanglijstje is geleegd."
1153
  "Wishlist has been updated.","Verlanglijstje is bijgewerkt."
1154
  "Wishlist has been updated. But there are accrued some errors while updating some items.","Verlanglijstje is bijgewerkt. Maar er hebben zich enkele fouten voorgedaan bij het bijwerken van sommige artikelen."
1155
+ "Wishlist is empty.","Wishlist is empty."
1156
+ "Write a Review","Write a Review"
1157
+ "Write a review","Write a review"
1158
  "Wrong Ipad background image orientation has been specified: ""%s"".","Verkeerde oriëntatie iPad achtergrondafbeelding opgegeven: ""%s""."
1159
  "Wrong PayPal Mobile Express Checkout Token specified.","Verkeerde PayPal Mobile Express Checkout Token gespecificeerd."
1160
  "Wrong device type.","Verkeerd apparaattype."
1163
  "Wrong theme format.","Verkeerde format thema."
1164
  "YYYY","YYYY"
1165
  "Year","Jaar"
1166
+ "Yes","Yes"
1167
  "You are already logged in.","U bent reeds ingelogd."
1168
+ "You are not logged in","You are not logged in"
1169
  "You can watch statistics here.","U kunt hier de statistieken bekijken."
1170
+ "You canceled your order. Touch ""Pay with PayPal"" to try again.","You canceled your order. Touch ""Pay with PayPal"" to try again."
1171
+ "You have entered an incorrect decimal value in the custom amount field. Provide a valid value.","You have entered an incorrect decimal value in the custom amount field. Provide a valid value."
1172
+ "You have placed no orders.","You have placed no orders."
1173
+ "You have uncommitted actions. Commit?","You have uncommitted actions. Commit?"
1174
+ "You may also like","You may also like"
1175
+ "You must login first","You must login first"
1176
+ "You must read and agree to the Terms and Conditions before placing your order.","You must read and agree to the Terms and Conditions before placing your order."
1177
  "You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL.","U moet PayPal Express Checkout vanuit de betalingsconfiguratie eerst inschakelen, voordat u PayPal MECL inschakelt."
1178
  "You will receive an order confirmation email with details of your order and a link to track its progress.","U ontvangt een bevestiging per email met uw bestelgegevens en een link om de voortgang te kunnen volgen."
1179
  "Your current balance is:","Uw huidige balans is:"
1180
  "Your order # is: %s. ","Uw bestelnummer is: %s."
1181
+ "Your order cannot be completed at this time as there is no payment methods available for it.","Your order cannot be completed at this time as there is no payment methods available for it."
1182
+ "Your order failed. Touch ""Pay with PayPal"" to try again.","Your order failed. Touch ""Pay with PayPal"" to try again."
1183
  "Your review has been accepted for moderation.","Uw beoordeling is geaccepteerd voor evaluatie."
1184
+ "Your tweet has been sent. Thanks for sharing this product on Twitter","Your tweet has been sent. Thanks for sharing this product on Twitter"
1185
  "Zip/Postal Code","Zip/Postcode"
1186
  "\'%s\' exceeds the allowed file size: %d (bytes)","\'%s\' overschrijdt de toegestane bestandsgrootte: %d (bytes)"
1187
  "\'%s\' height exceeds allowed value of %d px","\'%s\' hoogte is meer dan de toegestane %d px"
1188
  "\'%s\' is not a valid file extension. Allowed extensions: %s","\'%s\' is geen geldige bestandsextensie. Toegestane extensies: %s"
1189
  "\'%s\' width exceeds allowed value of %d px","\'%s\' breedte overschrijdt de toegestane waarde van %d px"
1190
  "and","en"
1191
+ "as Guest","as Guest"
1192
  "each","ieder"
1193
+ "field is required","field is required"
1194
  "iPad","iPad"
1195
  "iPhone","iPhone"
1196
+ "image_id is required","image_id is required"
1197
+ "not set","not set"
1198
+ "required","required"
1199
  "save","bewaar"
1200
  "ver. %s","ver. %s"
app/locale/nl_NL/template/email/account_new.html ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{var customer.name}}! @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "htmlescape var=$customer.name":"Customer Name",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "var customer.email":"Customer Email",
8
+ "htmlescape var=$customer.password":"Customer Password"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
20
+ <!-- [ header starts here] -->
21
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
+ <tr>
23
+ <td valign="top">
24
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Beste {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Welkom bij {{var store.getFrontendName()}}. Om in te loggen op onze website, klikt u op <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Inloggen</a> of <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Mijn account</a> boven aan de pagina en voert u vervolgens uw e-mailadres en wachtwoord in.</p>
31
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#f9f9f9;">
32
+ Gebruik de volgende waarden om in te loggen:<br/>
33
+ <strong>E-mail</strong>: {{var customer.email}}<br/>
34
+ <strong>Wachtwoord</strong>: {{htmlescape var=$customer.password}}<p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Wanneer u inlogt op uw account, kunt u:</p>
36
+ <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
37
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; sneller betalen bij het plaatsen van een bestelling</li>
38
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; de status van uw bestellingen controleren</li>
39
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; eerdere bestellingen bekijken</li>
40
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; uw account-informatie wijzigen</li>
41
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; uw wachtwoord wijzigen</li>
42
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; meerdere adressen opslaan (voor verzendingen naar meerdere familieleden en vrienden!)</li>
43
+ </ul>
44
+ <p style="font-size:12px; line-height:16px; margin:0;">Als u vragen hebt over uw account of andere zaken, kunt u contact met ons opnemen at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op {{config path='general/store_information/phone'}}.</p>
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ </table>
54
+ </div>
55
+ </body>
app/locale/nl_NL/template/email/account_new_confirmation.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Account confirmation for {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "htmlescape var=$customer.name":"Customer Name",
8
+ "var customer.email":"Customer Email",
9
+ "store url=\"customer/account/confirm/\" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url":"Confirmation Url",
10
+ "htmlescape var=$customer.password":"Customer password"}
11
+ @-->
12
+
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top">
26
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
27
+ </td>
28
+ </tr>
29
+ <!-- [ middle starts here] -->
30
+ <tr>
31
+ <td valign="top">
32
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$customer.name}},</h1>
33
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Uw e-mail {{var customer.email}} moet bevestigd worden, voordat u deze kunt gebruiken om in te loggen bij onze winkel.</p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Gebruik <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}" style="color:#1E7EC8;">deze bevestigingslink</a>. om de e-mail te bevestigen en gelijk in te loggen. Deze link is maar één keer geldig.</p>
35
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0 0 16px 0; padding:13px 18px; background:#f9f9f9;">
36
+ Gebruik de volgende waarden om in te loggen:<br/>
37
+ <strong>E-mail:</strong> {{var customer.email}}<br/>
38
+ <strong>Wachtwoord:</strong> {{htmlescape var=$customer.password}}<p>
39
+ <p style="font-size:12px; line-height:16px; margin:0;">Als u vragen hebt over uw account of andere zaken, kunt u contact met ons opnemen at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op {{config path='general/store_information/phone'}}.</p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/nl_NL/template/email/account_new_confirmed.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{var customer.name}}! @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "store url=\"customer/account/\"":"Customer Account Url"}
8
+ @-->
9
+
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
19
+ <!-- [ header starts here] -->
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Beste {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Welkom bij Demo-winkel. Om in te loggen op onze website, klikt u op <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Inloggen</a> of <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Mijn account</a> boven aan de pagina en voert u vervolgens uw e-mailadres en wachtwoord in.</p>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Wanneer u inlogt op uw account, kunt u:</p>
32
+ <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
33
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; sneller betalen bij het plaatsen van een bestelling</li>
34
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; de status van uw bestellingen controleren</li>
35
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; eerdere bestellingen bekijken</li>
36
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; uw account-informatie wijzigen</li>
37
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; uw wachtwoord wijzigen</li>
38
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; meerdere adressen opslaan (voor verzendingen naar meerdere familieleden en vrienden!)</li>
39
+ </ul>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">Als u vragen hebt over uw account of andere zaken, kunt u contact met ons opnemen at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op {{config path='general/store_information/phone'}}.</p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
+ </tr>
46
+ </table>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </div>
51
+ </body>
app/locale/nl_NL/template/email/account_password_reset_confirmation.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Password Reset Confirmation for {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "store url=\"customer/account/resetpassword/\" _query_id=$customer.id _query_token=$customer.rp_token":"Reset Password URL"}
8
+ @-->
9
+
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
15
+ <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding: 20px 0 20px 0">
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <tr>
26
+ <td valign="top">
27
+ <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">Beste {{htmlescape var=$customer.name}},</h1>
28
+ <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">Er is een verzoek gemaakt tot het wijzigen van het wachtwoord voor uw account.</p>
29
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">Als u deze wijziging heeft aangevraagd, klik dan op de volgende link om uw wachtwoord opnieuw in te stellen: <a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}" style="color:#1E7EC8;">{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}</a></p>
30
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">Als klikken op deze link niet werkt, kopieer dan de URL en plak deze in de adresbalk van uw browser.</p>
31
+ <br />
32
+ <p style="font-size:12px; line-height:16px; margin:0;">Mocht u geen wijziging hebben aangevraagd, dan kunt u dit bericht als niet verzonden beschouwen en blijft uw wachtwoord onveranderd.</p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Dank u wel, <strong>{{var store.getFrontendName()}}</strong></p></td>
37
+ </tr>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
app/locale/nl_NL/template/email/admin_password_new.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject New password for {{var user.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$user.name":"Admin Name",
7
+ "htmlescape var=$password":"Admin Password",
8
+ "store url=\"adminhtml/system_account/\"":"Admin Account Url"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
20
+ <!-- [ header starts here] -->
21
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
+ <tr>
23
+ <td valign="top">
24
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
25
+ </td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Beste {{htmlescape var=$user.name}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>Uw nieuwe wachtwoord is:</strong> {{htmlescape var=$password}}</p>
32
+ <p style="font-size:12px; line-height:16px; margin:0;">U kunt uw wachtwoord wijzigen door in te loggen op <a href="{{store url="adminhtml/system_account/"}}" style="color:#1E7EC8;">uw account</a>.<p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
37
+ </tr>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
app/locale/nl_NL/template/email/admin_password_reset_confirmation.html ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Password Reset Confirmation for {{var user.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$user.name":"Admin Name",
7
+ "store url=\"adminhtml/index/resetpassword/\" _query_id=$user.id _query_token=$user.rp_token":"Reset Password URL",
8
+ "store url=\"adminhtml/system_account/\"":"Admin Account Url"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
+ <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding: 20px 0 20px 0">
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <tr>
27
+ <td valign="top">
28
+ <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">Geachte {{htmlescape var=$user.name}},</h1>
29
+ <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">Er is een verzoek gemaakt tot het wijzigen van het wachtwoord voor uw account.</p>
30
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">Als u deze wijziging heeft aangevraagd, klik dan op de volgende link om uw wachtwoord opnieuw in te stellen: <a href="{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}" style="color:#1E7EC8;">{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}</a></p>
31
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">Als klikken op deze link niet werkt, kopieer dan de URL en plak deze in de adresbalk van uw browser.</p>
32
+ <br />
33
+ <p style="font-size:12px; line-height:16px; margin:0;">Mocht u geen wijziging hebben aangevraagd, dan kunt u dit bericht als niet verzonden beschouwen en blijft uw wachtwoord onveranderd.</p>
34
+ </td>
35
+ </tr>
36
+ <tr>
37
+ <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Dank u wel, <strong>{{var store.getFrontendName()}}</strong></p></td>
38
+ </tr>
39
+ </table>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </div>
44
+ </body>
app/locale/nl_NL/template/email/amazonpayments_asp_notification_error.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Amazonpayments ASP notification error @-->
2
+ <!--@vars
3
+ {"var request":"Amazon ASP Request",
4
+ "var error":"Amazon ASP Error"}
5
+ @-->
6
+ <div>
7
+ <div><b>__('Amazon Simple Pay notification message')__</b></div>
8
+ <div>__('Request')__:</div>
9
+ <div style="border:1px solid #000;">{{var request}}</div>
10
+ <div>__('Error')__:</div>
11
+ <div style="border:1px solid #000;">{{var error}}</div>
12
+ </div>
app/locale/nl_NL/template/email/contact_form.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Contact Form@-->
2
+ <!--@vars
3
+ {"var data.name":"Sender Name",
4
+ "var data.email":"Sender Email",
5
+ "var data.telephone":"Sender Telephone",
6
+ "var data.comment":"Comment"}
7
+ @-->
8
+ Naam: {{var data.name}}
9
+ E-mail: {{var data.email}}
10
+ Telefoon: {{var data.telephone}}
11
+
12
+ Opmerking: {{var data.comment}}
app/locale/nl_NL/template/email/currency_update_warning.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Currency Update Warnings @-->
2
+ <!--@vars
3
+ {"var warnings":"Currency Update Warnings"}
4
+ @-->
5
+ Notificatie koerswijziging:
6
+
7
+
8
+ {{var warnings}}
app/locale/nl_NL/template/email/log_clean_warning.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Log Cleanup Warnings @-->
2
+ <!--@vars
3
+ {"var warnings":"Log Cleanup Warnings"}
4
+ @-->
5
+ Notificatie register opschonen:
6
+
7
+ {{var warnings}}
app/locale/nl_NL/template/email/moneybookers_activateemail.html ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <!--@subject {{var subject}} @-->
2
+ {{var store.getFrontendName()}}<br>
3
+ Het e-mailadres van Moneybooker : {{var email_addr}}<br>
4
+ Het klant ID van Moneybooker: {{var customer_id}}<br>
5
+ URL: {{var url}}<br>
6
+ Taal: {{var language}}<br>
app/locale/nl_NL/template/email/newsletter_subscr_confirm.html ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Newsletter subscription confirmation @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "var subscriber.getConfirmationLink()":"Subscriber Confirmation Url"}
8
+ @-->
9
+ <!--@styles
10
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
+ @-->
12
+
13
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
16
+ <tr>
17
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
18
+ <!-- [ header starts here] -->
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <!-- [ middle starts here] -->
26
+ <tr>
27
+ <td valign="top">
28
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Dank u wel voor het aanmelden bij onze nieuwsbrief.</h1>
29
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#F9F9F9;">Om de nieuwsbrief te ontvangen, moet u eerst uw aanmelding bevestigen door op de volgende link te klikken:<br />
30
+ <a href="{{var subscriber.getConfirmationLink()}}" style="color:#1E7EC8;">{{var subscriber.getConfirmationLink()}}</a><p>
31
+ </td>
32
+ </tr>
33
+ <tr>
34
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
35
+ </tr>
36
+ </table>
37
+ </td>
38
+ </tr>
39
+ </table>
40
+ </div>
41
+ </body>
app/locale/nl_NL/template/email/newsletter_subscr_success.html ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <!--@subject Newsletter subscription success @-->
2
+ Aanmelden bij nieuwsbrief geslaagd
app/locale/nl_NL/template/email/newsletter_unsub_success.html ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <!--@subject Newsletter unsubscription success @-->
2
+ Afmelden bij nieuwsbrief geslaagd
app/locale/nl_NL/template/email/password_new.html ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject New password for {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "htmlescape var=$customer.name":"Customer Name",
8
+ "htmlescape var=$customer.password":"Customer New Password"}
9
+ @-->
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
19
+ <!-- [ header starts here] -->
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>Uw nieuwe wachtwoord is:</strong> {{htmlescape var=$customer.password}}</p>
31
+ <p style="font-size:12px; line-height:16px; margin:0;">U kunt uw wachtwoord wijzigen door in te loggen op <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">uw account</a>.<p>
32
+ </td>
33
+ </tr>
34
+ <tr>
35
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
36
+ </tr>
37
+ </table>
38
+ </td>
39
+ </tr>
40
+ </table>
41
+ </div>
42
+ </body>
app/locale/nl_NL/template/email/payment_failed.html ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Payment Transaction Failed Reminder @-->
2
+ <!--@vars
3
+ {"var reason":"Transaction Failed Reason",
4
+ "var checkoutType":"Checkout Type",
5
+ "var customerEmail":"Customer Email",
6
+ "var customer":"Customer Name",
7
+ "var items":"Shopping Cart Items",
8
+ "var total":"Total",
9
+ "var billingAddress.format('html')":"Billing Address",
10
+ "var shippingAddress.format('html')":"Shipping Address",
11
+ "var shippingMethod":"Shipping Method",
12
+ "var paymentMethod":"Payment Method",
13
+ "var dateAndTime":"Date and Time of Transaction"}
14
+ @-->
15
+
16
+ <table>
17
+ <thead>
18
+ <tr>
19
+ <th>Betaling is mislukt.</th>
20
+ </tr>
21
+ </thead>
22
+ <tbody>
23
+ <tr>
24
+ <td>
25
+ <p>
26
+ <b>Reden</b><br />
27
+ {{var reason}}
28
+ </p>
29
+ <p>
30
+ <b>Type checkout</b><br />
31
+ {{var checkoutType}}
32
+ </p>
33
+ <p>
34
+ <b>Klant:</b><br />
35
+ <a href="mailto:{{var customerEmail}}">{{var customer}}</a> &lt;{{var customerEmail}}&gt;
36
+ </p>
37
+ <p>
38
+ <b>Artikelen</b><br />
39
+ {{var items}}
40
+ </p>
41
+ <p>
42
+ <b>Totaal:</b><br />
43
+ {{var total}}
44
+ </p>
45
+ <p>
46
+ <b>Betaaladres:</b><br />
47
+ {{var billingAddress.format('html')}}
48
+ </p>
49
+ <p>
50
+ <b>Verzendadres:</b><br />
51
+ {{var shippingAddress.format('html')}}
52
+ </p>
53
+ <p>
54
+ <b>Verzendmethode:</b><br />
55
+ {{var shippingMethod}}
56
+ </p>
57
+ <p>
58
+ <b>Betaalmethode:</b><br />
59
+ {{var paymentMethod}}
60
+ </p>
61
+ <p>
62
+ <b>Datum en tijd:</b><br />
63
+ {{var dateAndTime}}
64
+ </p>
65
+ </td>
66
+ </tr>
67
+ </tbody>
68
+ </table>
app/locale/nl_NL/template/email/product_alert_cron_error.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Product alerts Cron error @-->
2
+ <!--@vars
3
+ {"var warnings":"Warnings"}
4
+ @-->
5
+ Notificatie cron productsignaleringen:
6
+
7
+ {{var warnings}}
app/locale/nl_NL/template/email/product_price_alert.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Products price changed alert @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ Hallo {{var customerName}},
7
+
8
+ {{var alertGrid}}
app/locale/nl_NL/template/email/product_share.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{var name}} @-->
2
+ <!--@vars
3
+ {"htmlescape var=$name":"Recipient Name",
4
+ "var email":"Recipient Email address",
5
+ "var product_url":"Url for Product",
6
+ "var product_name":"Product Name",
7
+ "var product_image":"Url for product small image (75 px)",
8
+ "var sender_name":"Sender name",
9
+ "var sender_email":"Sender email",
10
+ "var message":"Sender Message"}
11
+ @-->
12
+
13
+ Welkom, {{htmlescape var=$name}}<br /><br />Kijk op <a href="{{var product_url}}">{{var product_name}}</a><br /><br />Hier is bericht: <br />{{var message}}<br /><br />
app/locale/nl_NL/template/email/product_stock_alert.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Products back in stock alert @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ Hallo {{var customerName}},
7
+
8
+ {{var alertGrid}}
app/locale/nl_NL/template/email/sales/creditmemo_new.html ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var creditmemo.increment_id":"Credit Memo Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout handle=\"sales_email_order_creditmemo_items\" creditmemo=$creditmemo order=$order":"Credit Memo Items Grid",
16
+ "var comment":"Credit Memo Comment"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hallo {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p>
37
+ Bedankt voor uw bestelling bij {{var store.getFrontendName()}}.
38
+ U kunt de status van uw bestelling volgen door <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">in te loggen op uw account</a>.
39
+ Als u vragen hebt over uw bestelling, kunt u contact met ons opnemen via <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op <span class="nobr">{{config path='general/store_information/phone'}}</span> maandag - vrijdag, van 08:00 - 17:00 uur (PST - Pacific Standard Time).
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Uw creditmemo #{{var creditmemo.increment_id}} voor bestelling #{{var order.increment_id}}</h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalinformatie:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalmethode:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.billing_address.format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendinformatie:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendmethode:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.shipping_address.format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.shipping_description}}
89
+ &nbsp;
90
+ </td>
91
+ </tr>
92
+ </tbody>
93
+ </table>
94
+ <br/>
95
+ {{/depend}}
96
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
97
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Dank u wel, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
+ </tr>
103
+ </table>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </div>
108
+ </body>
app/locale/nl_NL/template/email/sales/creditmemo_new_guest.html ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name (Billing)",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var creditmemo.increment_id":"Credit Memo Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_creditmemo_items\" creditmemo=$creditmemo order=$order":"Credit Memo Items Grid",
15
+ "var comment":"Credit Memo Comment"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hallo {{htmlescape var=$billing.getName()}}</h1>
35
+ <p>
36
+ Bedankt voor uw bestelling bij {{var store.getFrontendName()}}.
37
+ Als u vragen hebt over uw bestelling, kunt u contact met ons opnemen via <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op <span class="nobr">{{config path='general/store_information/phone'}}</span> maandag - vrijdag, van 08:00 - 17:00 uur (PST - Pacific Standard Time).
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ <tr>
42
+ <td>
43
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Uw creditmemo #{{var creditmemo.increment_id}} voor bestelling #{{var order.increment_id}}</h2>
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td>
48
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
49
+ <thead>
50
+ <tr>
51
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalinformatie:</th>
52
+ <th width="10"></th>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalmethode:</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <tr>
58
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
+ {{var order.billing_address.format('html')}}
60
+ </td>
61
+ <td>&nbsp;</td>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var payment_html}}
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
+ <br/>
69
+ {{depend order.getIsNotVirtual()}}
70
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
71
+ <thead>
72
+ <tr>
73
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendinformatie:</th>
74
+ <th width="10"></th>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendmethode:</th>
76
+ </tr>
77
+ </thead>
78
+ <tbody>
79
+ <tr>
80
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
+ {{var order.shipping_address.format('html')}}
82
+ &nbsp;
83
+ </td>
84
+ <td>&nbsp;</td>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_description}}
87
+ &nbsp;
88
+ </td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ <br/>
93
+ {{/depend}}
94
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
95
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Dank u wel, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
100
+ </tr>
101
+ </table>
102
+ </td>
103
+ </tr>
104
+ </table>
105
+ </div>
106
+ </body>
app/locale/nl_NL/template/email/sales/creditmemo_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Credit Memo Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Uw bestelling # {{var order.increment_id}} is <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">U kunt de status van uw bestelling volgen door <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">in te loggen op uw account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Als u vragen hebt, kunt u contact met ons opnemen via
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ of per telefoon op {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/nl_NL/template/email/sales/creditmemo_update_guest.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+
7
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
8
+ "var order.increment_id":"Order Id",
9
+ "var order.getStatusLabel()":"Order Status",
10
+ "var comment":"Credit Memo Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$billing.getName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Uw bestelling # {{var order.increment_id}} is <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Als u vragen hebt, kunt u contact met ons opnemen via
38
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
39
+ of per telefoon op {{config path='general/store_information/phone'}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
+ </tr>
46
+ </table>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </div>
51
+ </body>
app/locale/nl_NL/template/email/sales/invoice_new.html ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var invoice.increment_id":"Invoice Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout area=\"frontend\" handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
16
+ "var comment":"Invoice Comment"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hallo {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Bedankt voor uw bestelling bij {{var store.getFrontendName()}}.
38
+ U kunt de status van uw bestelling volgen door <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">in te loggen op uw account</a>.
39
+ Als u vragen hebt over uw bestelling, kunt u contact met ons opnemen via <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op <span class="nobr">{{config path='general/store_information/phone'}}</span> maandag - vrijdag, van 08:00 - 17:00 uur (PST - Pacific Standard Time).
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Uw factuur #{{var invoice.increment_id}} voor bestelling #{{var order.increment_id}}</h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalinformatie:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalmethode:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.billing_address.format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendinformatie:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendmethode:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.shipping_address.format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.shipping_description}}&nbsp;
89
+ </td>
90
+ </tr>
91
+ </tbody>
92
+ </table>
93
+ <br/>
94
+ {{/depend}}
95
+ {{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
96
+ <p style="font-size:12px; margin:0 10px 10px 0;">{{var comment}}</p>
97
+ </td>
98
+ </tr>
99
+ <tr>
100
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
101
+ </tr>
102
+ </table>
103
+ </td>
104
+ </tr>
105
+ </table>
106
+ </div>
107
+ </body>
app/locale/nl_NL/template/email/sales/invoice_new_guest.html ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var invoice.increment_id":"Invoice Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
15
+ "var comment":"Invoice Comment"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hallo {{htmlescape var=$billing.getName()}}</h1>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ Bedankt voor uw bestelling bij {{var store.getFrontendName()}}.
37
+ Als u vragen hebt over uw bestelling, kunt u contact met ons opnemen via <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op <span class="nobr">{{config path='general/store_information/phone'}}</span> maandag - vrijdag, van 08:00 - 17:00 uur (PST - Pacific Standard Time).
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ <tr>
42
+ <td>
43
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Uw factuur #{{var invoice.increment_id}} voor bestelling #{{var order.increment_id}}</h2>
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td>
48
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
49
+ <thead>
50
+ <tr>
51
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalinformatie:</th>
52
+ <th width="10"></th>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalmethode:</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <tr>
58
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
+ {{var order.billing_address.format('html')}}
60
+ </td>
61
+ <td>&nbsp;</td>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var payment_html}}
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
+ <br/>
69
+ {{depend order.getIsNotVirtual()}}
70
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
71
+ <thead>
72
+ <tr>
73
+ <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendinformatie:</th>
74
+ <th width="10"></th>
75
+ <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendmethode:</th>
76
+ </tr>
77
+ </thead>
78
+ <tbody>
79
+ <tr>
80
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
+ {{var order.shipping_address.format('html')}}
82
+ &nbsp;
83
+ </td>
84
+ <td>&nbsp;</td>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_description}}
87
+ &nbsp;
88
+ </td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ <br/>
93
+ {{/depend}}
94
+ {{layout handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
95
+ <p style="font-size:12px; margin:0 0 10px 0">{{var comment}}</p>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
100
+ </tr>
101
+ </table>
102
+ </td>
103
+ </tr>
104
+ </table>
105
+ </div>
106
+ </body>
app/locale/nl_NL/template/email/sales/invoice_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Invoice Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Uw bestelling # {{var order.increment_id}} is <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">U kunt de status van uw bestelling volgen door <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">in te loggen op uw account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Als u vragen hebt, kunt u contact met ons opnemen via
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ of per telefoon op {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/nl_NL/template/email/sales/invoice_update_guest.html ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Invoice Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ __('Your order # {{var order.increment_id}} has been')__ <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ Als u vragen hebt, kunt u contact met ons opnemen via
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ of per telefoon op {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
app/locale/nl_NL/template/email/sales/order_new.html ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: New Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
11
+ "var order.getBillingAddress().format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.getShippingAddress().format('html')":"Shipping Address",
14
+ "var order.getShippingDescription()":"Shipping Description",
15
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
16
+ "var order.getEmailCustomerNote()":"Email Order Note"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <!-- [ header starts here] -->
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hallo {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Bedankt voor uw bestelling bij {{var store.getFrontendName()}}.
38
+ Zodra uw pakket is verzonden, sturen we u een e-mail met een link waarmee u uw bestelling kunt volgen.
39
+ U kunt de status van uw bestelling volgen door <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">in te loggen op uw account</a>.
40
+ Als u vragen hebt over uw bestelling, kunt u contact met ons opnemen via <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op <span class="nobr">{{config path='general/store_information/phone'}}</span> maandag - vrijdag, van 08:00 - 17:00 uur (PST - Pacific Standard Time).
41
+ </p>
42
+ <p style="font-size:12px; line-height:16px; margin:0;">Zie hieronder voor uw bestelbevestiging. Nogmaals bedankt voor uw aankoop.</p>
43
+ </tr>
44
+ <tr>
45
+ <td>
46
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Uw bestelling #{{var order.increment_id}} <small>(geplaatst op {{var order.getCreatedAtFormated('long')}})</small></h2>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td>
51
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
52
+ <thead>
53
+ <tr>
54
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalinformatie:</th>
55
+ <th width="10"></th>
56
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalmethode:</th>
57
+ </tr>
58
+ </thead>
59
+ <tbody>
60
+ <tr>
61
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
62
+ {{var order.getBillingAddress().format('html')}}
63
+ </td>
64
+ <td>&nbsp;</td>
65
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
66
+ {{var payment_html}}
67
+ </td>
68
+ </tr>
69
+ </tbody>
70
+ </table>
71
+ <br/>
72
+ {{depend order.getIsNotVirtual()}}
73
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
74
+ <thead>
75
+ <tr>
76
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendinformatie:</th>
77
+ <th width="10"></th>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendmethode:</th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr>
83
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
+ {{var order.getShippingAddress().format('html')}}
85
+ &nbsp;
86
+ </td>
87
+ <td>&nbsp;</td>
88
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
+ {{var order.getShippingDescription()}}
90
+ &nbsp;
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <br/>
96
+ {{/depend}}
97
+ {{layout handle="sales_email_order_items" order=$order}}
98
+ <p style="font-size:12px; margin:0 0 10px 0">{{var order.getEmailCustomerNote()}}</p>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Dank u wel, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
+ </tr>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </table>
108
+ </div>
109
+ </body>
app/locale/nl_NL/template/email/sales/order_new_guest.html ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: New Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getBillingAddress().getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var order.increment_id":"Order Id",
9
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
10
+ "var order.getBillingAddress().format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.getShippingAddress().format('html')":"Shipping Address",
13
+ "var order.getShippingDescription()":"Shipping Description",
14
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
15
+ "var order.getEmailCustomerNote()":"Email Order Note"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Hallo {{htmlescape var=$order.getBillingAddress().getName()}}</h1>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
36
+ Bedankt voor uw bestelling bij {{var store.getFrontendName()}}.
37
+ Zodra uw pakket is verzonden, sturen we u een e-mail met een link waarmee u uw bestelling kunt volgen.
38
+ Als u vragen hebt over uw bestelling, kunt u contact met ons opnemen via <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op <span class="nobr">{{config path='general/store_information/phone'}}</span> maandag - vrijdag, van 08:00 - 17:00 uur (PST - Pacific Standard Time).
39
+ </p>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">Zie hieronder voor uw bestelbevestiging. Nogmaals bedankt voor uw aankoop.</p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Uw bestelling #{{var order.increment_id}} <small>(geplaatst op {{var order.getCreatedAtFormated('long')}})</small></h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalinformatie:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalmethode:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.getBillingAddress().format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendinformatie:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendmethode:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.getShippingAddress().format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.getShippingDescription()}}
89
+ &nbsp;
90
+ </td>
91
+ </tr>
92
+ </tbody>
93
+ </table>
94
+ <br/>
95
+ {{/depend}}
96
+ {{layout handle="sales_email_order_items" order=$order}}
97
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var order.getEmailCustomerNote()}}</p>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
+ </tr>
103
+ </table>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </div>
108
+ </body>
app/locale/nl_NL/template/email/sales/order_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Order # {{var order.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Order Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Uw bestelling # {{var order.increment_id}} is <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">U kunt de status van uw bestelling volgen door <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">in te loggen op uw account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Als u vragen hebt, kunt u contact met ons opnemen via
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ of per telefoon op {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/nl_NL/template/email/sales/order_update_guest.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Order # {{var order.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Order Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ Uw bestelling # {{var order.increment_id}} is <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ Als u vragen hebt, kunt u contact met ons opnemen via
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ of per telefoon op {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/nl_NL/template/email/sales/shipment_new.html ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var shipment.increment_id":"Shipment Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
16
+ "block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
17
+ "var comment":"Shipment Comment"}
18
+ @-->
19
+ <!--@styles
20
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
21
+ @-->
22
+
23
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
25
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
26
+ <tr>
27
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
28
+ <!-- [ header starts here] -->
29
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
30
+ <tr>
31
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
32
+ </tr>
33
+ <!-- [ middle starts here] -->
34
+ <tr>
35
+ <td valign="top">
36
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hallo {{htmlescape var=$order.getCustomerName()}}</h1>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Bedankt voor uw bestelling bij {{var store.getFrontendName()}}.
39
+ U kunt de status van uw bestelling volgen door <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">in te loggen op uw account</a>.
40
+ Als u vragen hebt over uw bestelling, kunt u contact met ons opnemen via <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op <span class="nobr">{{config path='general/store_information/phone'}}</span> maandag - vrijdag, van 08:00 - 17:00 uur (PST - Pacific Standard Time).
41
+ </p>
42
+ <p style="font-size:12px; line-height:16px; margin:0;">
43
+ Zie hieronder voor uw verzendbevestiging. Nogmaals bedankt voor uw aankoop.
44
+ </p>
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td>
49
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Uw verzending #{{var shipment.increment_id}} voor bestelling #{{var order.increment_id}}</h2>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td>
54
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
55
+ <thead>
56
+ <tr>
57
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalinformatie:</th>
58
+ <th width="10"></th>
59
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalmethode:</th>
60
+ </tr>
61
+ </thead>
62
+ <tbody>
63
+ <tr>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var order.billing_address.format('html')}}
66
+ </td>
67
+ <td>&nbsp;</td>
68
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
69
+ {{var payment_html}}
70
+ </td>
71
+ </tr>
72
+ </tbody>
73
+ </table>
74
+ <br/>
75
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
76
+ <thead>
77
+ <tr>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendinformatie:</th>
79
+ <th width="10"></th>
80
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendmethode:</th>
81
+ </tr>
82
+ </thead>
83
+ <tbody>
84
+ <tr>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_address.format('html')}}
87
+ &nbsp;
88
+ </td>
89
+ <td>&nbsp;</td>
90
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
91
+ {{var order.shipping_description}}
92
+ &nbsp;
93
+ </td>
94
+ </tr>
95
+ </tbody>
96
+ </table>
97
+ <br/>
98
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
99
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
100
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
101
+ </td>
102
+ </tr>
103
+ <tr>
104
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Dank u wel, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
105
+ </tr>
106
+ </table>
107
+ </td>
108
+ </tr>
109
+ </table>
110
+ </div>
111
+ </body>
app/locale/nl_NL/template/email/sales/shipment_new_guest.html ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var shipment.increment_id":"Shipment Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
15
+ "block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
16
+ "var comment":"Shipment Comment"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hallo {{htmlescape var=$billing.getName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Bedankt voor uw bestelling bij {{var store.getFrontendName()}}.
38
+ Als u vragen hebt over uw bestelling, kunt u contact met ons opnemen via <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> of per telefoon op <span class="nobr">{{config path='general/store_information/phone'}}</span> maandag - vrijdag, van 08:00 - 17:00 uur (PST - Pacific Standard Time).
39
+ </p>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">
41
+ Zie hieronder voor uw verzendbevestiging. Nogmaals bedankt voor uw aankoop.
42
+ </p>
43
+ </td>
44
+ </tr>
45
+ <tr>
46
+ <td>
47
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Uw verzending #{{var shipment.increment_id}} voor bestelling #{{var order.increment_id}}</h2>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <td>
52
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
53
+ <thead>
54
+ <tr>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalinformatie:</th>
56
+ <th width="10"></th>
57
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Betaalmethode:</th>
58
+ </tr>
59
+ </thead>
60
+ <tbody>
61
+ <tr>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var order.billing_address.format('html')}}
64
+ </td>
65
+ <td>&nbsp;</td>
66
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
67
+ {{var payment_html}}
68
+ </td>
69
+ </tr>
70
+ </tbody>
71
+ </table>
72
+ <br/>
73
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
74
+ <thead>
75
+ <tr>
76
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendinformatie:</th>
77
+ <th width="10"></th>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Verzendmethode:</th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr>
83
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
+ {{var order.shipping_address.format('html')}}
85
+ &nbsp;
86
+ </td>
87
+ <td>&nbsp;</td>
88
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
+ {{var order.shipping_description}}
90
+ &nbsp;
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <br/>
96
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
97
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
98
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Dank u wel, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
+ </tr>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </table>
108
+ </div>
109
+ </body>
app/locale/nl_NL/template/email/sales/shipment_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Order Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Uw bestelling # {{var order.increment_id}} is <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">U kunt de status van uw bestelling volgen door <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">in te loggen op uw account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Als u vragen hebt, kunt u contact met ons opnemen via
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ of per telefoon op {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/nl_NL/template/email/sales/shipment_update_guest.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Order Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Beste {{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ Uw bestelling # {{var order.increment_id}} is <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ Als u vragen hebt, kunt u contact met ons opnemen via
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ of per telefoon op {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Nogmaals bedankt, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/nl_NL/template/email/sitemap_generate_warning.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Sitemap generate Warnings @-->
2
+ <!--@vars
3
+ {"var warnings":"Sitemap Generate Warnings"}
4
+ @-->
5
+ Notificatie sitemap maken:
6
+
7
+
8
+ {{var warnings}}
app/locale/nl_NL/template/email/token.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{var name}} @-->
2
+ <!--@vars
3
+ {"htmlescape var=$userName":"User name",
4
+ "var $applicationName":"Application name",
5
+ "var $status":"Token new status"}
6
+ @-->
7
+
8
+ Hallo, {{htmlescape var=$userName}}<br /><br />
9
+ Uw toestemming voor <b>{{htmlescape var=$applicationName}}</b> is gewijzigd in <b>{{htmlescape var=$status}}</b> door het Admin team.<br /><br />
app/locale/nl_NL/template/email/wishlist_share.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Take a look at {{var customer.name}}'s wishlist @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "var message":"Wishlist Message",
7
+ "var items":"Wishlist Items"}
8
+ @-->
9
+ <!--@styles
10
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
+ @-->
12
+
13
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
16
+ <tr>
17
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
18
+ <!-- [ header starts here] -->
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <!-- [ middle starts here] -->
26
+ <tr>
27
+ <td valign="top">
28
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Hé,<br/>Neem een kijkje bij mijn verlanglijst voor Demo-winkel.</p>
29
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">{{var message}}</p>
30
+ {{var items}}
31
+ <br/>
32
+ {{depend salable}}<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong><a href="{{var addAllLink}}" style="color:#1E7EC8;">Voeg alle artikelen toe aan uw winkelwagen</a></strong> |{{/depend}} <strong><a href="{{var viewOnSiteLink}}" style="color:#1E7EC8;">Alle verlanglijstartikelen bekijken</a></strong></p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Dank u wel, <strong>{{htmlescape var=$customer.name}}</p></center></td>
37
+ </td>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Locale_nl_NL</name>
4
- <version>1.7.0.0</version>
5
  <stability>stable</stability>
6
- <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Magento Dutch Translation</summary>
10
- <description>Magento Dutch Translation</description>
11
- <notes>Magento Dutch Translation</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2012-04-26</date>
14
- <time>11:09:07</time>
15
- <contents><target name="magelocale"><dir name="nl_NL"><file name="Mage_AdminNotification.csv" hash="b35310bf086b19b54c02a01b2a316572"/><file name="Mage_Adminhtml.csv" hash="087056b43e5f8c4338713505249bb172"/><file name="Mage_Api.csv" hash="5207e2e0c1d238a9ffb71b0c8370d554"/><file name="Mage_Authorizenet.csv" hash="a1b6834b2334459f9341374cb9ee9038"/><file name="Mage_Backup.csv" hash="e068264dcd7fa34ed296477c7c29388b"/><file name="Mage_Bundle.csv" hash="6b7a7b0abc27ae257973862343fc0919"/><file name="Mage_Captcha.csv" hash="0994f6cffa765b6777a266de503f954e"/><file name="Mage_Catalog.csv" hash="24bc11a638ce41e8c6738e7c1f978ac1"/><file name="Mage_CatalogInventory.csv" hash="c5aae576cfd2c1c0047260749ce6b9bf"/><file name="Mage_CatalogRule.csv" hash="809405793e32c7f15afb9609087f9b8d"/><file name="Mage_CatalogSearch.csv" hash="ed714e083dcacbeb6fbab63b70d8d0f3"/><file name="Mage_Centinel.csv" hash="ac38016ae61352d500ed8529fd4a15c4"/><file name="Mage_Checkout.csv" hash="0bba5d26e06077b1417fe98234f67455"/><file name="Mage_Cms.csv" hash="fd97bf1b82333e4d7d4693f6c84ee03d"/><file name="Mage_Compiler.csv" hash="91a3db36c984f664960a7fb2d8f32af6"/><file name="Mage_Connect.csv" hash="1db4988e0e0c7e7c1fced22a9ad77f28"/><file name="Mage_Contacts.csv" hash="bcb171ad274b3f13edd3d53ca54e2b2b"/><file name="Mage_Core.csv" hash="4d1b2cff9f19012f09ff509634179405"/><file name="Mage_Cron.csv" hash="6278aea8ff2a804d913816fd98a79fa8"/><file name="Mage_CurrencySymbol.csv" hash="364bf0b03dacefa22b30057668ccc619"/><file name="Mage_Customer.csv" hash="e9a015501f0c8b8a378df427ad2a2023"/><file name="Mage_Dataflow.csv" hash="bcfb46b0c4bca9058ff186286c1f8af9"/><file name="Mage_Directory.csv" hash="773d5bb8d265c0636f0c1ea3ec2f4307"/><file name="Mage_Downloadable.csv" hash="da48f00c6225e45869d05592ef395dfa"/><file name="Mage_Eav.csv" hash="bf7b9ba2b0d7c11841e4413851c7cced"/><file name="Mage_GiftMessage.csv" hash="9aa54d3dad6a9425434e30f8f452f811"/><file name="Mage_GoogleAnalytics.csv" hash="3e0468668c215e2a0930f7004f600f12"/><file name="Mage_GoogleBase.csv" hash="d28f389f1b0adc8968723dfe74069b0e"/><file name="Mage_GoogleCheckout.csv" hash="bc50dc4c65042010768849ebf2d3d6e2"/><file name="Mage_ImportExport.csv" hash="5c7bc28d0ab447d70e82da00bd1d9a99"/><file name="Mage_Index.csv" hash="022e433686797c080d68c421c9556f9e"/><file name="Mage_Install.csv" hash="edac1f6647dfa3ec7ca1eb7812152164"/><file name="Mage_Log.csv" hash="44f28ed74febe91c1a1c5d0ad0d14c24"/><file name="Mage_Media.csv" hash="daf31c477dbf8cbe8552b1824b662ba6"/><file name="Mage_Newsletter.csv" hash="0ef6b1f29c17ce526229effe5542f1f3"/><file name="Mage_Oauth.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="Mage_Page.csv" hash="f7c9760ea49c2cf32b015dee61c3c3ba"/><file name="Mage_PageCache.csv" hash="d7144ba937e4a60baa34e5a1972fd474"/><file name="Mage_Paygate.csv" hash="7cf8ded567d6c2fb003c6b5ded916c56"/><file name="Mage_Payment.csv" hash="ce6949e66285ad9cdf1a7ad0878dcec1"/><file name="Mage_Paypal.csv" hash="fbd311963bca0a487bf1e9fa1a868bb9"/><file name="Mage_PaypalUk.csv" hash="c7eed0670bcbdfd0a870157a76f45994"/><file name="Mage_Persistent.csv" hash="3b48ce934e1dd7e174067b9e0f58c2fd"/><file name="Mage_Poll.csv" hash="e8a326e3749f7193be467e0388104c7e"/><file name="Mage_ProductAlert.csv" hash="5658dcfe1fc99203a4bfce78d54a8a90"/><file name="Mage_Rating.csv" hash="cbab56c70a4c42b263c8fd398822c1d1"/><file name="Mage_Reports.csv" hash="4211cc7b13fa14c142fda6168bc093f7"/><file name="Mage_Review.csv" hash="ad112aac5469cef059db5f1793d766f6"/><file name="Mage_Rss.csv" hash="a3057376f4fb7d498ea87719e2801d83"/><file name="Mage_Rule.csv" hash="78622fad5d098981363cf06cb7a3dead"/><file name="Mage_Sales.csv" hash="b7f1138515c706691f7325add0620e84"/><file name="Mage_SalesRule.csv" hash="743d188bfbf7a412445d78f044c205cc"/><file name="Mage_Sendfriend.csv" hash="fd36312307de7621248aaf4289f47cd8"/><file name="Mage_Shipping.csv" hash="d5a45dfc1cc2e5f0ad5f33ab14020f14"/><file name="Mage_Sitemap.csv" hash="d52fe88f32b80291da87743f14763cc3"/><file name="Mage_Tag.csv" hash="aa6c6b1c6e0f3196eebe5c476f38945a"/><file name="Mage_Tax.csv" hash="2efc89ab7704b7fce1d6ef7974283969"/><file name="Mage_Usa.csv" hash="71020473e5483c766e16b575b8337d52"/><file name="Mage_Weee.csv" hash="da00e832f6bdfb5ab82e65d3a9f0bec6"/><file name="Mage_Widget.csv" hash="a3f66e56b4bd0df6f28f736264de2c59"/><file name="Mage_Wishlist.csv" hash="a4548c92759337f3541c6ef7a7a450e8"/><file name="Mage_XmlConnect.csv" hash="1d23a35eca7cdd8f6b8f98caf14a6e66"/><file name="Phoenix_Moneybookers.csv" hash="63b1425eb58ff6bfb595b05f996755b5"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Locale_nl_NL</name>
4
+ <version>1.9.0.0</version>
5
  <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>nl_NL locale</summary>
10
+ <description>nl_NL locale</description>
11
+ <notes>1.9.0.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2014-05-07</date>
14
+ <time>14:07:32</time>
15
+ <contents><target name="magelocale"><dir name="nl_NL"><file name="Mage_AdminNotification.csv" hash="5a3dc38d130b7238d88dba5ca12de349"/><file name="Mage_Adminhtml.csv" hash="4b284c640d9258573ac1e137bde7e4d2"/><file name="Mage_AmazonPayments.csv" hash="d7a2b478952d3bda8cdbe5ba0b8d6252"/><file name="Mage_Api.csv" hash="890d73425fc924dcdf91e50e3bc2d111"/><file name="Mage_Api2.csv" hash="2d416a5ff7d3b15f0c2c1884e1e758d5"/><file name="Mage_Authorizenet.csv" hash="77bb0699a279a269893c17cab93a5dbf"/><file name="Mage_Backup.csv" hash="53ea1396115c0b5b6bc9ca4f5770e869"/><file name="Mage_Bundle.csv" hash="c3c09087f73df3a41a6f8524b349d798"/><file name="Mage_Captcha.csv" hash="0994f6cffa765b6777a266de503f954e"/><file name="Mage_Catalog.csv" hash="da851de6f73e0cd2e7668e88752a558c"/><file name="Mage_CatalogInventory.csv" hash="cd4ff66e9e9035fc35d07887c8687c1e"/><file name="Mage_CatalogRule.csv" hash="809405793e32c7f15afb9609087f9b8d"/><file name="Mage_CatalogSearch.csv" hash="4c0db41020e0a05353a08a0204de5650"/><file name="Mage_Centinel.csv" hash="ac38016ae61352d500ed8529fd4a15c4"/><file name="Mage_Checkout.csv" hash="560ca1b289cd86b19f9bd9a6afcd5747"/><file name="Mage_Cms.csv" hash="fd97bf1b82333e4d7d4693f6c84ee03d"/><file name="Mage_Compiler.csv" hash="91a3db36c984f664960a7fb2d8f32af6"/><file name="Mage_Connect.csv" hash="1db4988e0e0c7e7c1fced22a9ad77f28"/><file name="Mage_Contacts.csv" hash="bcb171ad274b3f13edd3d53ca54e2b2b"/><file name="Mage_Core.csv" hash="1ffb5ee77e889a75c887c104f88f978c"/><file name="Mage_Cron.csv" hash="cb00bd529624b5725e2fa3d61be73a32"/><file name="Mage_CurrencySymbol.csv" hash="df14558a65ee6585691bfd5f057518a5"/><file name="Mage_Customer.csv" hash="24c9f23caea3ffefd4fbd14a8f0d326c"/><file name="Mage_Dataflow.csv" hash="bcfb46b0c4bca9058ff186286c1f8af9"/><file name="Mage_Directory.csv" hash="b8eca82238e17111a1a01a2a2d4cd263"/><file name="Mage_Downloadable.csv" hash="45c6f9fd9620ab5b7f0670c998d2d5a6"/><file name="Mage_Eav.csv" hash="c5068139ca05e5e488f45513edf601d8"/><file name="Mage_GiftMessage.csv" hash="9aa54d3dad6a9425434e30f8f452f811"/><file name="Mage_GoogleAnalytics.csv" hash="aa8921a27d87a390e0cadcb860a24a73"/><file name="Mage_GoogleBase.csv" hash="d28f389f1b0adc8968723dfe74069b0e"/><file name="Mage_GoogleCheckout.csv" hash="ca5f81a6c159b1d4f651f2bbbc0e3031"/><file name="Mage_ImportExport.csv" hash="97f2f59abead879a1f98e59bb8aead4d"/><file name="Mage_Index.csv" hash="3d0224a8441f2c09ee1b68f5c35c71f1"/><file name="Mage_Install.csv" hash="edac1f6647dfa3ec7ca1eb7812152164"/><file name="Mage_Log.csv" hash="44f28ed74febe91c1a1c5d0ad0d14c24"/><file name="Mage_Media.csv" hash="daf31c477dbf8cbe8552b1824b662ba6"/><file name="Mage_Newsletter.csv" hash="c9fd36eb3a6116bed3811b0d40de8284"/><file name="Mage_Oauth.csv" hash="a45d74146547e253a786c60f8488285e"/><file name="Mage_Page.csv" hash="aec3033ec2540d46d96d33bab12d1abf"/><file name="Mage_PageCache.csv" hash="0800a3bb25a6e49213d7d7394590d090"/><file name="Mage_Paygate.csv" hash="f2b7b34add15d2e121ea2e1ed76605db"/><file name="Mage_Payment.csv" hash="098b98d03336d9e4610eb07f8fa43981"/><file name="Mage_Paypal.csv" hash="484dd37843bd73253f203f7485b2e0e3"/><file name="Mage_PaypalUk.csv" hash="c7eed0670bcbdfd0a870157a76f45994"/><file name="Mage_Persistent.csv" hash="b7a1ea9185e287a0747f8ef2572bfcf7"/><file name="Mage_Poll.csv" hash="e8a326e3749f7193be467e0388104c7e"/><file name="Mage_ProductAlert.csv" hash="5658dcfe1fc99203a4bfce78d54a8a90"/><file name="Mage_Rating.csv" hash="cbab56c70a4c42b263c8fd398822c1d1"/><file name="Mage_Reports.csv" hash="4211cc7b13fa14c142fda6168bc093f7"/><file name="Mage_Review.csv" hash="d465fb320defbe7ee75fed4b23871095"/><file name="Mage_Rss.csv" hash="a3057376f4fb7d498ea87719e2801d83"/><file name="Mage_Rule.csv" hash="022d421e131a95fe742243434b41aa3d"/><file name="Mage_Sales.csv" hash="24474fcc7b81069b3e96d2a3694e4e2c"/><file name="Mage_SalesRule.csv" hash="743d188bfbf7a412445d78f044c205cc"/><file name="Mage_Sendfriend.csv" hash="fd36312307de7621248aaf4289f47cd8"/><file name="Mage_Shipping.csv" hash="d5a45dfc1cc2e5f0ad5f33ab14020f14"/><file name="Mage_Sitemap.csv" hash="d52fe88f32b80291da87743f14763cc3"/><file name="Mage_Tag.csv" hash="aa6c6b1c6e0f3196eebe5c476f38945a"/><file name="Mage_Tax.csv" hash="ecc714d9b925ef899ba84e881f9db3b5"/><file name="Mage_Usa.csv" hash="3f53184fc1d0e3f37a367193ae26a46d"/><file name="Mage_Weee.csv" hash="33d32254dff023681d82200d397ace12"/><file name="Mage_Widget.csv" hash="99ab86f72ca1d6fb726d25998a64b90a"/><file name="Mage_Wishlist.csv" hash="340f61d7f024f90dbe7b3335e1ca6569"/><file name="Mage_XmlConnect.csv" hash="0ba05d572a6608cb6f42627d9b89f39f"/><file name="Phoenix_Moneybookers.csv" hash="63b1425eb58ff6bfb595b05f996755b5"/><dir name="template"><dir name="email"><file name="account_new.html" hash="668a60153004caaff44bcc11aade5fc1"/><file name="account_new_confirmation.html" hash="4767a7f158721ebc486d630f65108658"/><file name="account_new_confirmed.html" hash="f810a58e6339c6f9c5ad471d0bfe26f6"/><file name="account_password_reset_confirmation.html" hash="e22f4dbb63dd5ced8a022cd9c146d7b7"/><file name="admin_password_new.html" hash="dff0db3810b5460f2011704a4a08f3fe"/><file name="admin_password_reset_confirmation.html" hash="44cb9c5ee246a01742745e2d6cfe9efd"/><file name="amazonpayments_asp_notification_error.html" hash="87871178bfa6458a0694d90d2cd9ec3f"/><file name="contact_form.html" hash="60176acfc4e893cd1f44e89796042f36"/><file name="currency_update_warning.html" hash="0c487ab592f3a9c9808b4abfb975573c"/><file name="log_clean_warning.html" hash="ac68b58b2ffad50a39245d2c1b4e7424"/><file name="moneybookers_activateemail.html" hash="1d7965d9be138a4709f55a4c406a706e"/><file name="newsletter_subscr_confirm.html" hash="b5148f7e52255e6e585fe47cd7ded329"/><file name="newsletter_subscr_success.html" hash="c00ea5120472f35f610e3d6407e0a1fd"/><file name="newsletter_unsub_success.html" hash="91ff1dc2d445a7df0467768ffe3be86d"/><file name="password_new.html" hash="913810664ba1f1ade7034ceabcf1de14"/><file name="payment_failed.html" hash="3fcc7e4edd666544b679cb43577e7fee"/><file name="product_alert_cron_error.html" hash="afa0918475f481f68c617a777d73b1c2"/><file name="product_price_alert.html" hash="38aaed63053053512b96d9c6e8fee537"/><file name="product_share.html" hash="3cba3e8181cfdd65979da6b2ddefa512"/><file name="product_stock_alert.html" hash="08e55ca40ce70ed9d918affebb3aabcf"/><dir name="sales"><file name="creditmemo_new.html" hash="ba27010b2240aa063f5aed54008ab189"/><file name="creditmemo_new_guest.html" hash="67f1a502efc1624112842696bbc84da5"/><file name="creditmemo_update.html" hash="4bf6d1a4c1f3f8726eeda1a4307711c6"/><file name="creditmemo_update_guest.html" hash="a16efdf1beebc376260c477d0825470a"/><file name="invoice_new.html" hash="76171b7896f9e3f9619099f95da0fa9f"/><file name="invoice_new_guest.html" hash="51b9e1b8941c8e14dd0563601200d757"/><file name="invoice_update.html" hash="263daef96fb1ae87af42435104faf598"/><file name="invoice_update_guest.html" hash="77a972607a9299be0da5deecb1e56520"/><file name="order_new.html" hash="c4c93aa9f244a43d4c7e35af1250b4ce"/><file name="order_new_guest.html" hash="e1b81422923bee7bbcc8b36a23ed2e5d"/><file name="order_update.html" hash="4ade383df3529e994b526f18b3877253"/><file name="order_update_guest.html" hash="3b1bc413c737e65729cdd3d1a5ff56d8"/><file name="shipment_new.html" hash="b9722b09fdb8657b9bb9dff56ac7168b"/><file name="shipment_new_guest.html" hash="d0c4cff2c3ff9ba8066dae4ef4f84435"/><file name="shipment_update.html" hash="d8b84d6f60edfbcdf96160410ffd466a"/><file name="shipment_update_guest.html" hash="267b3217067203f734d556ad76cd3803"/></dir><file name="sitemap_generate_warning.html" hash="f030fc41501d7ca8eef8a8983feab863"/><file name="token.html" hash="05c301c9f09cdd8e4858ef8d39a77464"/><file name="wishlist_share.html" hash="77d1463b616c0e70689b305f1f9454f0"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>