N°4454 - Measuring the use of the queryphrase book

This commit is contained in:
Benjamin Dalsass
2022-10-25 10:37:43 +02:00
parent f0bce86e28
commit e90335e943
2 changed files with 52 additions and 44 deletions

View File

@@ -76,9 +76,13 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Query/Attribute:is_template/Value:yes' => 'Yes', 'Class:Query/Attribute:is_template/Value:yes' => 'Yes',
'Class:Query/Attribute:is_template/Value:no' => 'No', 'Class:Query/Attribute:is_template/Value:no' => 'No',
'Class:Query/Attribute:export_count' => 'Export counter', 'Class:Query/Attribute:export_count' => 'Export counter',
'Class:Query/Attribute:export_count+' => 'Counter reflecting the number of time this query has been executed',
'Class:Query/Attribute:export_last_date' => 'Last export', 'Class:Query/Attribute:export_last_date' => 'Last export',
'Class:Query/Attribute:export_last_date+' => 'Date and time of the last export execution',
'Class:Query/Attribute:export_last_user_id' => 'User', 'Class:Query/Attribute:export_last_user_id' => 'User',
'Class:Query/Attribute:export_last_user_id+' => 'The user who executed the last export',
'Class:Query/Attribute:export_last_user_contact' => 'Contact', 'Class:Query/Attribute:export_last_user_contact' => 'Contact',
'Class:Query/Attribute:export_last_user_contact+' => 'The contact who executed the last export',
'Query:baseinfo' => 'General information', 'Query:baseinfo' => 'General information',
'Query:exportInfo' => 'Export information', 'Query:exportInfo' => 'Export information',
'Class:QueryOQL/Attribute:fields' => 'Fields', 'Class:QueryOQL/Attribute:fields' => 'Fields',

View File

@@ -60,9 +60,13 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Query/Attribute:is_template/Value:yes' => 'Oui', 'Class:Query/Attribute:is_template/Value:yes' => 'Oui',
'Class:Query/Attribute:is_template/Value:no' => 'Non', 'Class:Query/Attribute:is_template/Value:no' => 'Non',
'Class:Query/Attribute:export_count' => 'Nombre d\'exports', 'Class:Query/Attribute:export_count' => 'Nombre d\'exports',
'Class:Query/Attribute:export_count+' => 'Compteur reflétant le nombre d\'éxécutions de cette requête',
'Class:Query/Attribute:export_last_date' => 'Dernier export', 'Class:Query/Attribute:export_last_date' => 'Dernier export',
'Class:Query/Attribute:export_last_date+' => 'Date et heure de la dernière éxécution',
'Class:Query/Attribute:export_last_user_id' => 'Utilisateur', 'Class:Query/Attribute:export_last_user_id' => 'Utilisateur',
'Class:Query/Attribute:export_last_user_id+' => 'Dernier utilisateur ayant exécuté cette requête',
'Class:Query/Attribute:export_last_user_contact' => 'Contact', 'Class:Query/Attribute:export_last_user_contact' => 'Contact',
'Class:Query/Attribute:export_last_user_contact+' => 'Dernier contact ayant exécuté cette requête',
'Query:baseinfo' => 'Informations générales', 'Query:baseinfo' => 'Informations générales',
'Query:exportInfo' => 'Informations sur les exports', 'Query:exportInfo' => 'Informations sur les exports',
'Class:QueryOQL/Attribute:fields' => 'Champs', 'Class:QueryOQL/Attribute:fields' => 'Champs',