mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -05:00
- 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>
12 lines
559 B
PHP
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.",
|
|
];
|