mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-06 22:55:56 -04:00
- Remove the `mailchimp_` prefix from strings as it is redundant. - Replace `"` with `'` to avoid calling the PHP string parser when not needed. - Correct the French translation of a phrase for the tooltip. - Resort strings alphabetically. - Add strings representing subscription statuses. Signed-off-by: objec <objecttothis@gmail.com>
25 lines
1.3 KiB
PHP
25 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'mailchimp' => 'Mailchimp',
|
|
'description' => 'Integrer Mailchimp for at synkronisere kunder med mailinglister, når de oprettes eller opdateres.',
|
|
'api_key' => 'Mailchimp API-nøgle',
|
|
'api_key_required' => 'API-nøgle er ikke konfigureret',
|
|
'configuration' => 'Mailchimp Konfiguration',
|
|
'customer_status' => 'Mailchimp-kundestatus',
|
|
'key_successfully' => 'API-nøglen er gyldig.',
|
|
'key_unsuccessfully' => 'API-nøglen er ugyldig.',
|
|
'lists' => 'Mailchimp-liste(r)',
|
|
'tooltip' => 'Klik på ikonet for API-nøglen.',
|
|
'activity_click' => 'E-mail klik',
|
|
'activity_lastopen' => 'Sidste åbnede e-mail',
|
|
'activity_open' => 'E-mail åbnet',
|
|
'activity_total' => 'E-mail sendt',
|
|
'activity_unopen' => 'E-mail ikke åbnet',
|
|
'email_client' => 'E-mail-klient',
|
|
'info' => 'Mailchimp',
|
|
'member_rating' => 'Bedømmelse',
|
|
'status' => 'Status',
|
|
'vip' => 'VIP',
|
|
];
|