Skip to content
Snippets Groups Projects
Commit dcfa5800 authored by kevin.dezaphi's avatar kevin.dezaphi
Browse files

remove s at groups for fr and en

parent 7e458538
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ if ($_SESSION['is_multi_contact'] == 'OK') { ...@@ -221,7 +221,7 @@ if ($_SESSION['is_multi_contact'] == 'OK') {
} }
$containResult = true; $containResult = true;
$contactIcon = "<i class='fa fa-users fa-1x' style='padding:5px;display:table-cell;vertical-align:middle;' title='" . _VIEW_CONTACTS_GROUPS . "'></i>"; $contactIcon = "<i class='fa fa-users fa-1x' style='padding:5px;display:table-cell;vertical-align:middle;' title='" . _CONTACTS_GROUP . "'></i>";
//Highlight //Highlight
foreach ($keyList as $keyVal) { foreach ($keyList as $keyVal) {
......
...@@ -2564,6 +2564,10 @@ if (!defined('_VIEW_CONTACTS_GROUPS')) { ...@@ -2564,6 +2564,10 @@ if (!defined('_VIEW_CONTACTS_GROUPS')) {
define('_VIEW_CONTACTS_GROUPS', 'Contacts groups'); define('_VIEW_CONTACTS_GROUPS', 'Contacts groups');
} }
if (!defined('_CONTACTS_GROUP')) {
define('_CONTACTS_GROUP', 'Contacts group');
}
if (!defined('_ADDRESSES_LIST')) { if (!defined('_ADDRESSES_LIST')) {
define('_ADDRESSES_LIST', 'Addresses list'); define('_ADDRESSES_LIST', 'Addresses list');
} }
......
...@@ -2595,6 +2595,10 @@ if (!defined('_VIEW_CONTACTS_GROUPS')) { ...@@ -2595,6 +2595,10 @@ if (!defined('_VIEW_CONTACTS_GROUPS')) {
define('_VIEW_CONTACTS_GROUPS', 'Groupements de contacts'); define('_VIEW_CONTACTS_GROUPS', 'Groupements de contacts');
} }
if (!defined('_CONTACTS_GROUP')) {
define('_CONTACTS_GROUP', 'Groupement de contacts');
}
if (!defined('_ADDRESSES_LIST')) { if (!defined('_ADDRESSES_LIST')) {
define('_ADDRESSES_LIST', 'Liste des adresses'); define('_ADDRESSES_LIST', 'Liste des adresses');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment