dolibarr.idsconnect/langs/en_US/idsconnect.lang
data d91f9dbc9a IDS Connect v2.1 - WKE + WKS mit Sonepar live getestet
- WKE-Flow (Warenkorb empfangen): Sonepar-Integration komplett funktionsfähig
  inkl. PriceBasis-Handling, Namespace-Stripping, OCI-Unterstützung
- WKS-Flow (Warenkorb senden): Lieferantenbestellung → Shop mit vorausgefüllten
  Artikeln, IDS Connect 2.0 XML-Format
- Callback v2.0: NOLOGIN-Seite statt Redirect, 7 Datenquellen, Debug-Daten
- URL-Handling: user_base_url-Tracking für Cross-Domain-Szenarien
- Sicherheit: CSRF, HMAC-SHA256 Tokens, XXE-Schutz, PIN für WKS
- Mock-Server für lokale Tests
- Dokumentation mit Roadmap (fehlende Features, Möglichkeiten)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 06:37:15 +01:00

156 lines
6.3 KiB
Text
Executable file

# IDS Connect - English language file
#
# Module
#
ModuleIdsconnectName = IDS Connect
ModuleIdsconnectDesc = IDS Connect interface to electrical wholesale
IdsconnectDescription = IDS Connect interface to electrical wholesale (Kluxen, Sonepar etc.)
IdsconnectDescriptionLong = Connects Dolibarr with electrical wholesale online shops via the IDS Connect interface. Enables sending and receiving shopping carts, article deep-links and price queries.
#
# Admin / Setup
#
IdsconnectSetup = IDS Connect Configuration
IdsconnectSetupPage = General settings for the IDS Connect interface
IdsconnectGeneralSettings = General Settings
IdsconnectPublicUrl = Public URL (for Callback)
IdsconnectPublicUrlHelp = Publicly reachable Dolibarr URL for the callback from the wholesaler (e.g. https://your-domain.com). If empty, dolibarr_main_url_root is used.
IdsconnectPublicUrlMissing = Public URL not configured!
IdsconnectTestMode = Test Mode
IdsconnectTestModeHelp = In test mode all requests are sent to the local mock server, not to the real wholesale shop
IdsconnectLogEnabled = Transaction Logging
IdsconnectCallbackUrl = Callback URL (HOOKURL)
IdsconnectCallbackUrlHelp = This URL receives shopping carts from the wholesale shop (automatically sent as HOOKURL)
IdsconnectMockServerUrl = Mock Server URL
IdsconnectMockServerHelp = Local test shop for development (only accessible in test mode)
IdsconnectWksSecuritySettings = WKS Security (Send Cart)
IdsconnectSecurityInfo = Security Notes
IdsconnectSecurityInfoText = Passwords are stored encrypted in the database. Test mode is active by default - only deactivate it after all tests were successful. All transactions are logged.
#
# Menu and Navigation
#
IdsconnectArea = IDS Connect
IdsconnectOverview = Overview
IdsconnectSuppliers = Wholesalers
IdsconnectNewSupplier = New Wholesaler
IdsconnectLog = Transaction Log
IdsConnectTab = IDS Connect
#
# Suppliers
#
IdsconnectSupplierCard = Wholesaler Configuration
IdsconnectSupplierList = Wholesaler Overview
IdsconnectSupplierNew = Create New Wholesaler
IdsconnectSupplierRef = Reference/Code
IdsconnectSupplierLabel = Name
IdsconnectSupplierSoc = Dolibarr Supplier
IdsconnectSupplierUrl = Shop URL (IDS Endpoint)
IdsconnectSupplierVersion = IDS Version
IdsconnectSupplierCustomerNo = Customer Number at Wholesaler
IdsconnectSupplierUsername = Username
IdsconnectSupplierPassword = Password
IdsconnectSupplierTestmode = Test Mode for this Wholesaler
IdsconnectSupplierActive = Active
IdsconnectSupplierCreated = Wholesaler created successfully
IdsconnectSupplierUpdated = Wholesaler updated successfully
IdsconnectSupplierDeleted = Wholesaler deleted
IdsconnectSupplierNotFound = Wholesaler not found
IdsconnectSupplierInactive = Wholesaler is deactivated
IdsconnectSupplierConfirmDelete = Do you really want to delete this wholesaler and all associated logs?
IdsconnectNoSuppliers = No wholesalers configured. Please create a wholesaler first.
#
# Actions
#
IdsconnectActionWKE = Receive Cart
IdsconnectActionWKS = Send Cart
IdsconnectActionADL = Article Deep-Link
IdsconnectActionLI = Login Info
IdsconnectActionSV = Interface Version
IdsconnectOpenShop = Open Shop
IdsconnectSendCart = Send Cart
IdsconnectReceiveCart = Receive Cart
IdsconnectDeepLink = Show Article in Shop
#
# Launcher / Confirmation
#
IdsconnectLaunchConfirm = IDS Connect - Confirmation
IdsconnectLaunchConfirmTitle = Confirm connection to wholesaler
IdsconnectLaunchConfirmWarning = WARNING: You are NOT in test mode!
IdsconnectLaunchConfirmText = Do you really want to connect to %s (Action: %s)?
IdsconnectMissingParams = Missing parameters for IDS Connect
#
# WKS Confirmation
#
IdsconnectWksConfirmTitle = Send Cart to Wholesaler - Review
IdsconnectWksConfirmInfo = The following articles will be sent to %s. Please check quantities and values carefully!
IdsconnectWksConfirmSend = Send cart now
IdsconnectWksWarningTitle = WARNING - Plausibility check:
IdsconnectWksWarnQtyLine = Article %s has an unusually high quantity: %s (threshold: %s)
IdsconnectWksWarnValue = Total value %s exceeds the warning threshold of %s
IdsconnectWksWarnQty = Quantity warning threshold per line
IdsconnectWksWarnQtyHelp = Warning when a line has more than this quantity (0 = disabled)
IdsconnectWksWarnValueLabel = Value warning threshold for total order
IdsconnectWksWarnValueHelp = Warning when total value exceeds this amount (0 = disabled)
IdsconnectWksPin = Security PIN
IdsconnectWksPinLabel = WKS Security PIN
IdsconnectWksPinHelp = Stored as hash. Must be entered before every cart submission.
IdsconnectWksPinInfo = Please enter PIN to confirm submission
IdsconnectWksPinPlaceholder = Leave empty = unchanged
IdsconnectWksPinWrong = Wrong PIN! Cart was NOT sent.
IdsconnectWksPinSet = PIN set
IdsconnectWksPinNotSet = No PIN
#
# Cart
#
IdsconnectCartReview = Cart Review
IdsconnectCartReviewTitle = Review Received Articles
IdsconnectCartReviewInfo = The following articles were received from the wholesale shop. Review the data and create a supplier order if needed.
IdsconnectCartEmpty = No cart available
IdsconnectCartArticleNr = Article Number
IdsconnectCartDescription = Description
IdsconnectCartQty = Quantity
IdsconnectCartUnit = Unit
IdsconnectCartUnitPrice = Unit Price
IdsconnectCartTotalPrice = Total Price
IdsconnectCartManufacturer = Manufacturer
IdsconnectCartCreateOrder = Create Supplier Order
IdsconnectCartImported = Cart successfully imported into supplier order
#
# Log
#
IdsconnectLogList = Transaction Log
IdsconnectLogDate = Date
IdsconnectLogSupplier = Wholesaler
IdsconnectLogUser = User
IdsconnectLogAction = Action
IdsconnectLogDirection = Direction
IdsconnectLogStatus = Status
IdsconnectLogStatusPending = Pending
IdsconnectLogStatusSuccess = Success
IdsconnectLogStatusError = Error
IdsconnectLogStatusCancelled = Cancelled
IdsconnectLogNoEntries = No log entries
IdsconnectLogDetail = Log Details
#
# Test mode
#
IdsconnectTestModeActive = TEST MODE ACTIVE
IdsconnectTestModeInfo = All connections go to the local mock server. No real orders possible.
IdsconnectLiveModeWarning = LIVE MODE - Connections go to the real wholesale shop!
#
# Permissions
#
Permission50002401 = View IDS Connect module and read logs
Permission50002402 = Use IDS Connect interface (carts, deep-links)
Permission50002403 = Manage IDS Connect wholesalers and credentials
Permission50002404 = Delete IDS Connect data