diff --git a/dictionaries/dictionary.itop.core.php b/dictionaries/dictionary.itop.core.php index bf506b526b..2af632e407 100644 --- a/dictionaries/dictionary.itop.core.php +++ b/dictionaries/dictionary.itop.core.php @@ -104,7 +104,18 @@ If the time is omitted, it defaults to 00:00:00 'Core:AttributeDate' => 'Date', 'Core:AttributeDate+' => 'Date (year-month-day)', - 'Core:AttributeDate?SmartSearch' => '', + 'Core:AttributeDate?SmartSearch' => ' +

+ Date format:
+ yyyy-mm-dd
+ Example: 2011-07-19 +

+

+Operators:
+ >date
+ <date
+ [date,date] +

', 'Core:AttributeDeadline' => 'Deadline', 'Core:AttributeDeadline+' => 'Date, displayed relatively to the current time', diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index 179fe8da0b..77bd4377af 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -48,11 +48,11 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Class:ActionEmail/Attribute:importance/Value:low+' => '', 'Class:ActionEmail/Attribute:importance/Value:normal' => 'Normale', 'Class:ActionEmail/Attribute:importance/Value:normal+' => '', - 'Class:TriggerOnPortalUdpate' => 'Déclencheur sur mise à jour depuis le portail', - 'Class:TriggerOnPortalUdpate+' => '', + 'Class:TriggerOnPortalUpdate' => 'Déclencheur sur mise à jour depuis le portail', + 'Class:TriggerOnPortalUpdate+' => '', 'Class:TriggerOnStateEnter' => 'Déclencheur sur un objet entrant dans un état', 'Class:TriggerOnStateEnter+' => '', - 'Class:TriggerOnStateLeave' => 'Déclencheur sur un objet quitant un état', + 'Class:TriggerOnStateLeave' => 'Déclencheur sur un objet quittant un état', 'Class:TriggerOnStateLeave+' => '', 'Class:TriggerOnObjectCreate' => 'Déclencheur sur la création d\'un objet', 'Class:TriggerOnObjectCreate+' => '', @@ -455,7 +455,18 @@ Si l\'heure n\'est pas spécifiée, cela revient à 00:00:00 (minuit)

', 'Core:AttributeDate' => 'Date', 'Core:AttributeDate+' => 'Date (année-mois-jour)', - 'Core:AttributeDate?SmartSearch' => '', + 'Core:AttributeDate?SmartSearch' => ' +

+ Format de date :
+ aaaa-mm-jj
+ Exemple : 2011-07-19 +

+

+Opérateurs :
+ >date
+ <date
+ [date,date] +

', 'Core:AttributeDeadline' => 'Délai', 'Core:AttributeDeadline+' => 'Date/heure exprimée relativement à l\'heure courante', 'Core:AttributeExternalKey' => 'Clé externe', @@ -501,7 +512,7 @@ Si l\'heure n\'est pas spécifiée, cela revient à 00:00:00 (minuit) 'Class:Action/Attribute:finalclass+' => '', 'Class:ActionNotification' => 'notification', 'Class:ActionNotification+' => '', - 'Class:Trigger' => 'trigger', + 'Class:Trigger' => 'Déclencheur', 'Class:Trigger+' => '', 'Class:Trigger/Attribute:description' => 'Description', 'Class:Trigger/Attribute:description+' => '',