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 klikk',
|
|
'activity_last_open' => 'Siste åpne e-post',
|
|
'activity_open' => 'E-post åpnet',
|
|
'activity_total' => 'E-post sendt',
|
|
'activity_unopen' => 'E-post ikke åpnet',
|
|
'api_key' => 'Mailchimp API-nøkkel',
|
|
'api_key_required' => 'API-nøkkel er ikke konfigurert',
|
|
'configuration' => 'Mailchimp Konfigurasjon',
|
|
'customer_status' => 'Mailchimp kundestatus',
|
|
'description' => 'Integrer med Mailchimp for å synkronisere kunder til mailinglister når de opprettes eller oppdateres.',
|
|
'email_client' => 'E-post-klient',
|
|
|
|
'info' => 'Mailchimp',
|
|
'key_successfully' => 'API-nøkkelen er gyldig.',
|
|
'key_unsuccessfully' => 'API-nøkkelen er ugyldig.',
|
|
'lists' => 'Mailchimp-liste(r)',
|
|
'mailchimp' => 'Mailchimp',
|
|
'member_rating' => 'Vurdering',
|
|
'status' => 'Status',
|
|
'subscription_status_cleaned' => 'Renset',
|
|
'subscription_status_pending' => 'Avventer',
|
|
'subscription_status_subscribed' => 'Abonnert',
|
|
'subscription_status_unsubscribed' => 'Avmeldt',
|
|
'tooltip' => 'Klikk på ikonet for API-nøkkel.',
|
|
'vip' => 'VIP',
|
|
];
|