Files
opensourcepos/app/Language/en/Plugins.php
objecttothis dabb433ede Plugins configuration
- Renamed view from integrations_config to plugins_config.php
- Added Plugin
- Added todo in the code for refactoring
- Refactored config.php strings
- Moved mailchimp strings to Plugins.php for en.  We will need to do this for all the languages perhaps to retain current translations.
- Refactored view to use plugins naming

Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-06-01 00:45:17 +04:00

12 lines
559 B
PHP

<?php
return [
// Mailchimp Plugin
"mailchimp" => "MailChimp",
"mailchimp_api_key" => "MailChimp API Key",
"mailchimp_configuration" => "MailChimp Configuration",
"mailchimp_key_successfully" => "API Key is valid.",
"mailchimp_key_unsuccessfully" => "API Key is invalid.",
"mailchimp_lists" => "MailChimp List(s)",
"mailchimp_tooltip" => "Click the icon for an API Key.",
];