mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-28 23:57:04 -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' => 'Integrišite Mailchimp kako biste sinhronizovali kupce sa listama za raspoređivanje kada se oni kreiraju ili ažuriraju.',
|
|
'api_key' => 'Mailchimp API ključ',
|
|
'api_key_required' => 'API ključ nije konfigurisan',
|
|
'configuration' => 'Konfiguracija Mailchimp-a',
|
|
'customer_status' => 'Status MailChimp-a',
|
|
'key_successfully' => 'API ključ je validan.',
|
|
'key_unsuccessfully' => 'API ključ nije validan.',
|
|
'lists' => 'Mailchimp lista(e)',
|
|
'tooltip' => 'Kliknite na ikonu za API ključ.',
|
|
'activity_click' => 'Klik na e-mail',
|
|
'activity_lastopen' => 'Zadnji otvoreni e-mail',
|
|
'activity_open' => 'E-mail otvoren',
|
|
'activity_total' => 'E-mail poslat',
|
|
'activity_unopen' => 'E-mail nije otvoren',
|
|
'email_client' => 'E-mail klijenta',
|
|
'info' => 'MeilChimp',
|
|
'member_rating' => 'Ocjena',
|
|
'status' => 'Status',
|
|
'vip' => 'VIP',
|
|
];
|