mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-29 18:55:53 -04:00
- Remove unneeded language line from MailchimpPlugin - Update README.md - Normalized fields_required_message Signed-off-by: objec <objecttothis@gmail.com>
30 lines
1.6 KiB
PHP
30 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activity_click' => 'E-post klick',
|
|
'activity_last_open' => 'Senast öppnade e-post',
|
|
'activity_open' => 'E-post öppnad',
|
|
'activity_total' => 'E-post skickad',
|
|
'activity_unopen' => 'E-post oöppnad',
|
|
'api_key' => 'Mailchimp API-nyckel',
|
|
'api_key_required' => 'API-nyckel är inte konfigurerad',
|
|
'configuration' => 'Mailchimp Konfiguration',
|
|
'customer_status' => 'MailChimp status',
|
|
'description' => 'Integrera Mailchimp för att synkronisera kunder med mailinglistor när de skapas eller uppdateras.',
|
|
'email_client' => 'E-mailklient',
|
|
|
|
'info' => 'MailChimp',
|
|
'key_successfully' => 'API-nyckeln är giltig.',
|
|
'key_unsuccessfully' => 'API-nyckeln är ogiltig.',
|
|
'lists' => 'Mailchimp-lista(r)',
|
|
'mailchimp' => 'Mailchimp',
|
|
'member_rating' => 'Betyg',
|
|
'status' => 'Status',
|
|
'subscription_status_cleaned' => 'Rensad',
|
|
'subscription_status_pending' => 'Avvaktande',
|
|
'subscription_status_subscribed' => 'Prenumererar',
|
|
'subscription_status_unsubscribed' => 'Avprenumererad',
|
|
'tooltip' => 'Klicka på ikonen för API-nyckeln.',
|
|
'vip' => 'VIP',
|
|
];
|