mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-07 15:14:25 -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' => 'Integra Mailchimp per sincronizzare i clienti con le mailing list quando vengono creati o aggiornati.',
|
|
'api_key' => 'Chiave API Mailchimp',
|
|
'api_key_required' => 'Chiave API non configurata',
|
|
'configuration' => 'Configurazione Mailchimp',
|
|
'customer_status' => 'Stato Mailchimp',
|
|
'key_successfully' => 'La chiave API è valida.',
|
|
'key_unsuccessfully' => 'La chiave API non è valida.',
|
|
'lists' => 'Lista(e) Mailchimp',
|
|
'tooltip' => 'Clicca l\'icona per la chiave API.',
|
|
'activity_click' => 'Email click',
|
|
'activity_lastopen' => 'Ultima mail aperta',
|
|
'activity_open' => 'Email aperta',
|
|
'activity_total' => 'Email inviata',
|
|
'activity_unopen' => 'Email non aperta',
|
|
'email_client' => 'Client email',
|
|
'info' => 'Mailchimp',
|
|
'member_rating' => 'Valutazione',
|
|
'status' => 'Stato',
|
|
'vip' => 'VIP',
|
|
];
|