From a89bb66895a0b47569c4d6a5e5294d9ad700f4a1 Mon Sep 17 00:00:00 2001 From: Andy Pieters Date: Mon, 25 Jun 2018 17:28:54 +0200 Subject: [PATCH] Added a comment to the config fields: - apitoken - tokencode - serviceId --- etc/adminhtml/system.xml | 9 ++++++--- i18n/nl_NL.csv | 3 +++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index c82907da..dd2327c6 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -16,17 +16,20 @@ Magento\Config\Model\Config\Source\Yesno - + here]]> - + here]]> - + here]]> diff --git a/i18n/nl_NL.csv b/i18n/nl_NL.csv index f33e1faf..4fcb86e6 100644 --- a/i18n/nl_NL.csv +++ b/i18n/nl_NL.csv @@ -55,3 +55,6 @@ "Set this to yes if you always want to process payments in the base currency of this store. Magento acts strange when trying to register a payment in another currency than the base currency. The base currency MUST be EUR","Zet dit op ja om alle transacties altijd in de standaardvaluta te verwerken. Magento doet soms raar als je transacties verwerkt in een andere valuta. De standaardvaluta moet EUR zijn" "Skip fraud detection","Fraudedetectie overslaan" "Sometimes magento incorrectly marks an order as fraudulent. this happens more often when using different currencies. Set this to yes to skip fraud detection.","Soms markeert magento transacties onterecht als frauduleus. Dit gebeurd vaak wanneer je verschillende valuta’s gebruikt. Zet deze instelling op Ja om magento’s fraudetedetcie over te slaan" +"The AT-code of your token, you can find your tokens here", "De AT-code die bij het token hoort, je kunt je tokens hier vinden" +"Your API-token, you can find your tokens here", "Jouw API-token, je kunt je tokens hier vinden" +"The SL-code of your service, you can find your services here", "De SL-code die bij je dienst hoort, je kunt je diensten hier vinden" \ No newline at end of file