﻿<?xml version="1.0" encoding="utf-8"?>
<!-- _lcid="1036" _version="14.0.4762" _dal="1" -->
<!-- _LocalBinding -->
<WorkflowInfo Language="fr-fr">
   <Conditions And="et" Or="ou" Not="non" When="Si" Else="Sinon si">
	<Default
		ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="%1 %2 %3">
		<FieldBind Id="1" Field="left" Text="valeur" DesignerType="TextBox" />
		<FieldBind Id="2" Field="operator" DesignerType="Operator" OperatorTypeFrom="left" Text="cette condition">
		  <Option Name="est égal à" Value="Equal"/>
		  <Option Name="est différent de" Value="NotEqual"/>
		  <Option Name="est supérieur à" Value="GreaterThan"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est supérieur ou égal à" Value="GreaterThanOrEqual"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est inférieur à" Value="LessThan"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est inférieur ou égal à" Value="LessThanOrEqual"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est vide" Value="IsEmpty"
				  TypeFilter="System.String" UnaryHides="right"/>
		  <Option Name="n'est pas vide" Value="NotIsEmpty"
				  TypeFilter="System.String" UnaryHides="right"/>
		  <Option Name="commence par" Value="StartsWith"
				  TypeFilter="System.String"/>
		  <Option Name="ne commence pas par" Value="NotStartsWith"
				  TypeFilter="System.String"/>
		  <Option Name="se termine par" Value="EndsWith"
				  TypeFilter="System.String"/>
		  <Option Name="ne se termine pas par" Value="NotEndsWith"
				   TypeFilter="System.String"/>
		  <Option Name="contient" Value="Contains"
				  TypeFilter="System.String"/>
		  <Option Name="ne contient pas" Value="NotContains"
				  TypeFilter="System.String"/>
		  <Option Name="correspond à une expression littérale" Value="Matches"
				  TypeFilter="System.String"/>
		  <Option Name="est égale à (ignorer la casse)" Value="EqualNoCase"
				  TypeFilter="System.String"/>
		  <Option Name="contient (ignorer la casse)" Value="ContainsNoCase"
				  TypeFilter="System.String"/>
		  <Option Name="est égale à (ignorer l'heure)" Value="EqualNoTime"
				  TypeFilter="System.DateTime"/>
		</FieldBind>
		<FieldBind Id="3" Field="right" Text="valeur" TypeFrom="left" DesignerType="TextBox"/>
	  </RuleDesigner>
	</Default>
	<Condition Name="Si le champ de l’élément actif est égal à la valeur"
			   AppliesTo="list"
			   UsesCurrentItem="true"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="%1 %2 %3">
		<FieldBind Id="1" Field="left" DesignerType="FieldNames" Text="champ"/>
		<FieldBind Id="2" Field="operator" DesignerType="Operator" OperatorTypeFrom="left" Text="this test">
		  <Option Name="est égale à" Value="Equal"/>
		  <Option Name="est différent de" Value="NotEqual"/>
		  <Option Name="est supérieur à" Value="GreaterThan"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est supérieur ou égal à" Value="GreaterThanOrEqual"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est inférieur à" Value="LessThan"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est inférieur ou égal à" Value="LessThanOrEqual"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est vide" Value="IsEmpty"
				  TypeFilter="System.String" UnaryHides="right"/>
		  <Option Name="n'est pas vide" Value="NotIsEmpty"
				  TypeFilter="System.String" UnaryHides="right"/>
		  <Option Name="commence par" Value="StartsWith"
				  TypeFilter="System.String"/>
		  <Option Name="ne commence pas par" Value="NotStartsWith"
				  TypeFilter="System.String"/>
		  <Option Name="se termine par" Value="EndsWith"
				  TypeFilter="System.String"/>
		  <Option Name="ne se termine pas par" Value="NotEndsWith"
				   TypeFilter="System.String"/>
		  <Option Name="contient" Value="Contains"
				  TypeFilter="System.String"/>
		  <Option Name="ne contient pas" Value="NotContains"
				  TypeFilter="System.String"/>
		  <Option Name="correspond à une expression littérale" Value="Matches"
				  TypeFilter="System.String"/>
		  <Option Name="est égale à (ignorer la casse)" Value="EqualNoCase"
				  TypeFilter="System.String"/>
		  <Option Name="contient (ignorer la casse)" Value="ContainsNoCase"
				  TypeFilter="System.String"/>
		  <Option Name="est égale à (ignorer l'heure)" Value="EqualNoTime"
				  TypeFilter="System.DateTime"/>
		</FieldBind>
		<FieldBind Id="3" Field="right" Text="valeur" TypeFrom="left" DesignerType="Dependent" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="operator" Type="System.String, mscorlib" Direction="In" InitialValue="Equal" DesignerType="Dropdown" DisplayName="Operator"
			Description="Opérateur à utiliser dans la comparaison." />
		<Parameter Name="left" Type="System.Object, mscorlib" Direction="In" DesignerType="FieldNames" DisplayName="LeftOperand"
			Description="Opérande gauche à utiliser dans la comparaison." />
		<Parameter Name="right" Type="System.Object, mscorlib" Direction="In" DesignerType="Dependent" DisplayName="RightOperand"
			Description="Opérande droit à utiliser dans la comparaison." />
	  </Parameters>
	</Condition>
	<Condition Name="Si une valeur est égale à la valeur"
			   Type="Advanced"
			   AppliesTo="all"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="%1 %2 %3">
		<FieldBind Id="1" Field="left" Text="valeur" DesignerType="TextBox"/>
		<FieldBind Id="2" Field="operator" DesignerType="Operator" OperatorTypeFrom="left" Text="cette condition">
		  <Option Name="est égale à" Value="Equal"/>
		  <Option Name="est différent de" Value="NotEqual"/>
		  <Option Name="est supérieur à" Value="GreaterThan"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est supérieur ou égal à" Value="GreaterThanOrEqual"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est inférieur à" Value="LessThan"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est inférieure ou égale à" Value="LessThanOrEqual"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="est vide" Value="IsEmpty"
				  TypeFilter="System.String" UnaryHides="right"/>
		  <Option Name="n'est pas vide" Value="NotIsEmpty"
				  TypeFilter="System.String" UnaryHides="right"/>
		  <Option Name="commence par" Value="StartsWith"
				  TypeFilter="System.String"/>
		  <Option Name="ne commence pas par" Value="NotStartsWith"
				  TypeFilter="System.String"/>
		  <Option Name="se termine par" Value="EndsWith"
				  TypeFilter="System.String"/>
		  <Option Name="ne se termine pas par" Value="NotEndsWith"
				   TypeFilter="System.String"/>
		  <Option Name="contient" Value="Contains"
				  TypeFilter="System.String"/>
		  <Option Name="ne contient pas" Value="NotContains"
				  TypeFilter="System.String"/>
		  <Option Name="correspond à une expression littérale" Value="Matches"
				  TypeFilter="System.String"/>
		  <Option Name="est égale à (ignorer la casse)" Value="EqualNoCase"
				  TypeFilter="System.String"/>
		  <Option Name="contient (ignorer la casse)" Value="ContainsNoCase"
				  TypeFilter="System.String"/>
		  <Option Name="est égale à (ignorer l'heure)" Value="EqualNoTime"
				  TypeFilter="System.DateTime"/>
		</FieldBind>
		<FieldBind Id="3" Field="right" Text="valeur" TypeFrom="left" DesignerType="Dependent" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="operator" Type="System.String, mscorlib" Direction="In" InitialValue="Equal" DesignerType="Dropdown" DisplayName="Operator"
			Description="Opérateur à utiliser dans la comparaison." />
		<Parameter Name="left" Type="System.Object, mscorlib" Direction="In" DesignerType="Dependent" DisplayName="LeftOperand"
			Description="Opérande gauche à utiliser dans la comparaison." />
		<Parameter Name="right" Type="System.Object, mscorlib" Direction="In" DesignerType="Dependent" DisplayName="RightOperand"
			Description="Opérande droit à utiliser dans la comparaison." />
	  </Parameters>
	</Condition>
	<Condition Name="Le champ de titre contient des mots clés"
			   FunctionName="WordsInTitle"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   AppliesTo="list"
			   UsesCurrentItem="true"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="champ de titre contient %1">
		<FieldBind Id="1" Field="_1_" Text="mots clés" DesignerType="TextBox"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.String, mscorlib" Direction="In" DisplayName="Keywords" DesignerType="TextBox"
			Description="Mot clé à rechercher dans le champ de titre." />
	  </Parameters>
	</Condition>
	<Condition Name="Modification dans une plage de dates spécifique"
			   FunctionName="ModifiedInRange"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   AppliesTo="list"
			   UsesCurrentItem="true"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="modification entre %1 et %2">
		<FieldBind Id="1" Field="_1_" Text="date" DesignerType="Date"/>
		<FieldBind Id="2" Field="_2_" Text="date" DesignerType="Date"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.DateTime, mscorlib" Direction="In" DisplayName="MinDate"
			Description="Limite inférieure de la plage de dates à utiliser dans la comparaison." />
		<Parameter Name="_2_" Type="System.DateTime, mscorlib" Direction="In" DisplayName="MaxDate"
			Description="Limite supérieure de la plage de dates à utiliser dans la comparaison." />
	  </Parameters>
	</Condition>
	<Condition Name="Modification par une personne spécifique"
			   FunctionName="ModifiedBy"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   AppliesTo="list"
			   UsesCurrentItem="true"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="modification par %1">
		<FieldBind Id="1" Field="_1_" DesignerType="Person" Text="personne spécifique"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.String, mscorlib" Direction="In" DesignerType="Person" DisplayName="ModifiedBy"
			Description="Dernière personne à avoir modifié cet élément." />
	  </Parameters>
	</Condition>
	<Condition Name="Personne est un utilisateur SharePoint valide"
			   FunctionName="IsValidUser"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   AppliesTo="all"
			   UsesCurrentItem="false"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="%1 est un utilisateur SharePoint valide">
		<FieldBind Id="1" Field="_1_" DesignerType="Person" Text="personne"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.String, mscorlib" Direction="In" DesignerType="Person" DisplayName="Person"
			Description="Nom d’utilisateur dont la validité doit être vérifiée sur ce site SharePoint." />
	  </Parameters>
	</Condition>
	<Condition Name="Création dans une plage de dates spécifique"
			   FunctionName="CreatedInRange"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   AppliesTo="list"
			   UsesCurrentItem="true"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="création entre %1 et %2">
		<FieldBind Id="1" Field="_1_" Text="date" DesignerType="Date"/>
		<FieldBind Id="2" Field="_2_" Text="date" DesignerType="Date"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.DateTime, mscorlib" Direction="In" DisplayName="MinDate"
			Description="Limite inférieure de la plage de dates à utiliser dans la comparaison." />
		<Parameter Name="_2_" Type="System.DateTime, mscorlib" Direction="In" DisplayName="MaxDate"
			Description="Limite supérieure de la plage de dates à utiliser dans la comparaison." />
	  </Parameters>
	</Condition>
	<Condition Name="Création par une personne spécifique"
			   FunctionName="CreatedBy"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   AppliesTo="list"
			   UsesCurrentItem="true"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="création par %1">
		<FieldBind Id="1" Field="_1_" DesignerType="Person" Text="personne spécifique"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.String, mscorlib" Direction="In" DesignerType="Person" DisplayName="CreatedBy"
			Description="Personne ayant créé cet élément." />
	  </Parameters>
	</Condition>
	<Condition Name="Le type de fichier est un type spécifique"
			   FunctionName="FileTypeIs"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   AppliesTo="doclib"
			   UsesCurrentItem="true"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="le type de fichier est %1">
		<FieldBind Id="1" Field="_1_" Text="type spécifique" DesignerType="TextBox"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.String, mscorlib" Direction="In" DisplayName="FileType"
			Description="Type de fichier à utiliser dans la comparaison." />
	  </Parameters>
	</Condition>
	<Condition Name="La taille de fichier se trouve dans une plage de kilo-octets spécifique"
			   FunctionName="FileSizeIs"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   AppliesTo="doclib"
			   UsesCurrentItem="true"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="la taille de fichier est comprise entre %1 et %2 kilo-octets">
		<FieldBind Id="1" Field="_1_" Text="taille" DesignerType="Integer"/>
		<FieldBind Id="2" Field="_2_" Text="taille" DesignerType="Integer"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.Double, mscorlib" Direction="In" DisplayName="MinSize"
			Description="Limite inférieure de la taille de fichier à utiliser dans la comparaison." />
		<Parameter Name="_2_" Type="System.Double, mscorlib" Direction="In" DisplayName="MaxSize"
			Description="Limite supérieure de la taille de fichier à utiliser dans la comparaison." />
	  </Parameters>
	</Condition>
	<Condition Name="Vérifier les autorisations associées aux éléments de liste"
			   FunctionName="CheckPermission"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   RequiredInvocationTags="ImpersonationSequence"
			   AppliesTo="all"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="les autorisations pour %1 sont au moins %2 sur l’élément dans %3">
		<FieldBind Id="1" Field="_1_" DesignerType="Person" Text="ces utilisateurs"/>
		<FieldBind Id="2" Field="_2_" DesignerType="CheckPermission"  Text="ces autorisations"/>
		<FieldBind Id="3" Field="_3_,_4_" DesignerType="ChooseListItem" Text="cette liste"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Person" DisplayName="Users"
			Description="Utilisateurs pour lesquels vérifier les autorisations." />
		<Parameter Name="_2_" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="_3_" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="_4_" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem" DisplayName="ListItem"
			Description="ID de l’élément de liste utilisé par cette action." />
	  </Parameters>
	</Condition>
	<Condition Name="Vérifier les niveaux d’autorisation associés aux éléments de la liste"
			   FunctionName="CheckPermissionExact"
			   ClassName="Microsoft.SharePoint.WorkflowActions.Helper"
			   Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
			   AppliesTo="all"
			   RequiredInvocationTags="ImpersonationSequence"
			   ItemKeyType="Microsoft.SharePoint.Workflow.SPItemKey">
	  <RuleDesigner Sentence="les niveaux d’autorisation pour %1 sont au moins %2 sur l’élément dans %3">
		<FieldBind Id="1" Field="_1_" DesignerType="Person" Text="ces utilisateurs"/>
		<FieldBind Id="2" Field="_2_" DesignerType="CheckPermission"  Text="ces niveaux d’autorisation"/>
		<FieldBind Id="3" Field="_3_,_4_" DesignerType="ChooseListItem" Text="cette liste"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="_1_" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Person" DisplayName="Users"
			Description="Utilisateurs pour lesquels vérifier les autorisations." />
		<Parameter Name="_2_" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="_3_" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="_4_" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem" DisplayName="ListItem"
			Description="ID de l’élément de liste utilisé par cette action." />
	  </Parameters>
	</Condition>
  </Conditions>
  <Actions Sequential="puis" Parallel="et">
	<Default>
	  <RuleDesigner Sentence="Exécuter l'action %1">
		<FieldBind Id="1" Function="true" DesignerType="TextBox"/>
	  </RuleDesigner>
	</Default>
	<Action Name="Envoyer un courrier électronique"
	  ClassName="Microsoft.SharePoint.WorkflowActions.EmailActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  Category="Actions principales"
	  AppliesTo="all">
	  <RuleDesigner Sentence="Courrier électronique %1">
		<FieldBind Field="To,CC,Subject,Body" Text="ces utilisateurs" DesignerType="Email" Id="1"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="Body" Type="System.String, mscorlib" Direction="Optional" DesignerType="StringBuilder"
			Description="Corps du texte du courrier électronique." />
		<Parameter Name="To" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Person"
			Description="Destinataires du courrier électronique." />
		<Parameter Name="CC" Type="System.Collections.ArrayList, mscorlib" Direction="Optional" DesignerType="Person"
			Description="Destinataires en copie carbone du courrier électronique." />
		<Parameter Name="Subject" Type="System.String, mscorlib" Direction="In" DesignerType="StringBuilder"
			Description="Ligne Objet du courrier électronique." />
		<Parameter Name="BCC" Type="System.Collections.ArrayList, mscorlib" Direction="Optional" DesignerType="Person"
			Description="Destinataires en copie carbone invisible du courrier électronique." />
	  </Parameters>
	</Action>
	<Action Name="Collecter les données d'un utilisateur"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  CreatesTask="true"
	  CreatedTaskFormType="DataCollectTask"
	  Category="Actions de tâche">
	  <RuleDesigner Sentence="Collecter %1 de %2 (résultats dans %3)">
		<FieldBind Field="Title,ContentTypeId" DesignerType="Survey" Text="données" Id="1"/>
		<FieldBind Field="AssignedTo" DesignerType="SinglePerson" Text="cet utilisateur" Id="2"/>
		<FieldBind Field="TaskId" DesignerType="ParameterNames" Text="collecter" Id="3"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="ContentTypeId" Type="System.String, mscorlib" Direction="In" DesignerType="ContentType" DisplayName="ContentType"
			Description="Type de contenu utilisé pour cette tâche." />
		<Parameter Name="AssignedTo" Type="System.String, mscorlib" Direction="In" DesignerType="SinglePerson"
			Description="Personne ou groupe à partir duquel collecter les données." />
		<Parameter Name="Title" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="TaskId" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="Out" DesignerType="ParameterNames"
			Description="ID de la tâche créée par cette action." />
	  </Parameters>
	 </Action>
	<Action Name="Assigner quelque chose à faire"
	  ClassName="Microsoft.SharePoint.WorkflowActions.TodoItemTask"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  CreatesTask="true"
	  CreatedTaskFormType="TodoItemTask"
	  Category="Actions de tâche">
	  <RuleDesigner Sentence="Assigner %1 à %2">
		<FieldBind Field="Title,ContentTypeId" DesignerType="Survey" Text="quelque chose à faire" Id="1"/>
		<FieldBind Field="AssignedTo" DesignerType="Person" Text="ces utilisateurs" Id="2"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="ContentTypeId" Type="System.String, mscorlib" Direction="In" DesignerType="ContentType" DisplayName="ContentType"
			Description="Type de contenu utilisé pour cette tâche." />
		<Parameter Name="AssignedTo" Type="System.Collections.ArrayList, mscorlib" Direction="In"
			DesignerType="Person" Description="Personne ou groupe auquel affecter la tâche." />
		<Parameter Name="Title" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
	  </Parameters>
	 </Action>
	<Action Name="Assigner un formulaire à un groupe"
	  ClassName="Microsoft.SharePoint.WorkflowActions.GroupAssignedTask"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  CreatesTask="true"
	  CreatedTaskFormType="GroupAssignedTask"
	  Category="Actions de tâche">
	  <RuleDesigner Sentence="Assigner %1 à %2">
		<FieldBind Field="Title,ContentTypeId" DesignerType="Survey" Text="un formulaire personnalisé" Id="1"/>
		<FieldBind Field="AssignedTo" DesignerType="Person" Text="ces utilisateurs" Id="2"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="ContentTypeId" Type="System.String, mscorlib" Direction="In" DesignerType="ContentType" DisplayName="ContentType"
			Description="Type de contenu utilisé pour cette tâche." />
		<Parameter Name="AssignedTo" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Person"
			Description="Personne ou groupe auquel affecter la tâche." />
		<Parameter Name="Title" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
	  </Parameters>
	 </Action>
	<Action Name="Définir le champ dans l'élément actif"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="list"
	  UsesCurrentItem="true"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Définir %1 à la valeur %2">
		<FieldBind Field="FieldName" Text="champ" Id="1" DesignerType="WritableFieldNames" />
		<FieldBind Field="Value" Text="valeur" Id="2" TypeFrom="FieldName" DesignerType="Dependent" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="FieldName"  Type="System.String, mscorlib" Direction="In" DesignerType="WritableFieldNames"
			Description="Champ dont la valeur doit être définie." />
		<Parameter Name="Value" Type="System.Object, mscorlib" Direction="In" DesignerType="Dependent"
			Description="Valeur à définir pour le champ." />
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="__ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="__ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="Hide" />
	  </Parameters>
	</Action>
	<Action Name="Mettre à jour l'élément de la liste"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Mettre à jour l'élément dans %1">
		<FieldBind Field="ListId,ListItem,ItemProperties" Text="cette liste" Id="1" DesignerType="UpdateListItem" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem"
			Description="ID de l’élément de liste utilisé par cette action." />
		<Parameter Name="ItemProperties" Type="System.Collections.Hashtable, mscorlib" Direction="In" DesignerType="ItemProperties"
			Description="Collection de valeurs utilisée pour mettre à jour l’élément de liste." />
	  </Parameters>
	</Action>
	<Action Name="Créer un élément dans la liste"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  CreatesInList="ListId"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Créer un élément dans %1 (résultats dans %2)">
		<FieldBind Field="ListId,ItemProperties,Overwrite" Text="cette liste" Id="1" DesignerType="CreateListItem" />
		<FieldBind Field="NewItemId" DesignerType="ParameterNames" Text="créer" Id="2"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="ListNames"
			Description="Forme canonique du GUID de liste utilisé par cette action." />
		<Parameter Name="ItemProperties" Type="System.Collections.Hashtable, mscorlib" DesignerType="ItemProperties"
			Direction="In" Description="Collection de valeurs utilisée pour mettre à jour l’élément de liste." />
		<Parameter Name="Overwrite" Type="System.Boolean, mscorlib" Direction="In" InitialValue="false"
			Description="Remplacer tout élément de liste par cet ID s’il existe." />
		<Parameter Name="NewItemId" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="Out" DesignerType="ParameterNames"
			Description="ID de l’élément de liste créé par cette action." />
	  </Parameters>
	</Action>
	<Action Name="Copier un élément de la liste"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  CreatesInList="ToListId"
	  AppliesTo="all"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Copier l'élément dans %1 vers %2">
		<FieldBind Field="ListId,ListItem" Text="cette liste" Id="1" DesignerType="ChooseListItem" />
		<FieldBind Field="ToListId" Text="cette liste" Id="2" DesignerType="ListNames" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem"
			Description="ID de l’élément de liste créé par cette action." />
		<Parameter Name="ToListId" Type="System.String, mscorlib" Direction="In" DesignerType="ListNames"
			Description="Forme canonique du GUID de liste utilisé pour copier l’élément de liste." />
		<Parameter Name="Overwrite" Type="System.Boolean, mscorlib" Direction="In" InitialValue="false"
			Description="Remplacer tout élément de liste par cet ID s’il existe." />
	  </Parameters>
	</Action>
	<Action Name="Extraire l'élément"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Extraire l'élément dans %1">
		<FieldBind Field="ListId,ListItem" Text="cette liste" Id="1" DesignerType="ChooseDoclibItem" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem"
			Description="ID de l’élément de liste utilisé par cette action." />
	  </Parameters>
	</Action>
	<Action Name="Archiver l'élément"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Archiver l'élément dans %1 avec le commentaire : %2">
		<FieldBind Field="ListId,ListItem" Text="cette liste" Id="1" DesignerType="ChooseDoclibItem" />
		<FieldBind Field="Comment" Text="commentaire" Id="2" DesignerType="TextArea"></FieldBind>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem"
			Description="ID de l’élément de liste utilisé par cette action." />
		<Parameter Name="Comment" Type="System.String, mscorlib" Direction="In"
			Description="Commentaire accompagnant l’archivage de fichiers." />
	  </Parameters>
	</Action>
	<Action Name="Annuler l'extraction de l'élément"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Annuler l'extraction de l'élément dans %1">
		<FieldBind Field="ListId,ListItem" Text="cette liste" Id="1" DesignerType="ChooseDoclibItem" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem"
			Description="ID de l’élément de liste utilisé par cette action." />
	  </Parameters>
	</Action>
	<Action Name="Supprimer l'élément"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Supprimer l'élément dans %1">
		<FieldBind Field="ListId,ListItem" Text="cette liste" Id="1" DesignerType="ChooseListItem" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem"
			Description="ID de l’élément de liste utilisé par cette action." />
	  </Parameters>
	</Action>
	<Action Name="Attendre la modification du champ dans l’élément actif"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="list"
	  UsesCurrentItem="true"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Attendre que %1 %2 %3">
		<FieldBind Field="FieldName" Text="champ" Id="1" DesignerType="FieldNames" />
		<FieldBind Id="2" Field="Operator" DesignerType="Operator" OperatorTypeFrom="FieldName" Text="cette condition">
		  <Option Name="soit égale à" Value="Equal"/>
		  <Option Name="soit différente de" Value="NotEqual"/>
		  <Option Name="soit supérieure à" Value="GreaterThan"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="soit supérieure ou égale à" Value="GreaterThanOrEqual"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="soit inférieure à" Value="LessThan"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="soit inférieure ou égale à" Value="LessThanOrEqual"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.DateTime"/>
		  <Option Name="soit vide" Value="IsEmpty"
				  TypeFilter="System.String" UnaryHides="Value"/>
		  <Option Name="ne soit pas vide" Value="NotIsEmpty"
				  TypeFilter="System.String" UnaryHides="Value"/>
		  <Option Name="commence par" Value="StartsWith"
				  TypeFilter="System.String"/>
		  <Option Name="ne commence pas par" Value="NotStartsWith"
				  TypeFilter="System.String"/>
		  <Option Name="se termine par" Value="EndsWith"
				  TypeFilter="System.String"/>
		  <Option Name="ne se termine pas par" Value="NotEndsWith"
				   TypeFilter="System.String"/>
		  <Option Name="contienne" Value="Contains"
				  TypeFilter="System.String"/>
		  <Option Name="ne contienne pas" Value="NotContains"
				  TypeFilter="System.String"/>
		  <Option Name="corresponde à l'expression littérale" Value="Matches"
				  TypeFilter="System.String"/>
		  <Option Name="soit égale à (ignorer la casse)" Value="EqualNoCase"
				  TypeFilter="System.String"/>
		  <Option Name="contienne (ignorer la casse)" Value="ContainsNoCase"
				  TypeFilter="System.String"/>
		  <Option Name="soit égale à (ignorer l'heure)" Value="EqualNoTime"
				  TypeFilter="System.DateTime"/>
		</FieldBind>
		<FieldBind Field="Value" Text="valeur" Id="3" TypeFrom="FieldName" DesignerType="Dependent" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="FieldName"  Type="System.String, mscorlib" Direction="In" DesignerType="FieldNames"
			Description="Champ à utiliser dans la comparaison." />
		<Parameter Name="Operator" Type="System.String, mscorlib" Direction="In" InitialValue="Equal" DesignerType="Dropdown"
			Description="Opérateur à utiliser dans la comparaison." />
		<Parameter Name="Value" Type="System.Object, mscorlib" Direction="In" DesignerType="Dependent"
			Description="Valeur à utiliser dans la comparaison." />
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="__ListId" Type="System.String, mscorlib, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="__ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="Hide" />
	  </Parameters>
	</Action>
	<Action Name="En attente de la modification de l’état d’extraction du document"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.WaitForDocumentStatusActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="doclib"
	  Category="Actions de liste"
	  UsesCurrentItem="true">
	  <RuleDesigner Sentence="En attente de la transformation du document en %1">
		<FieldBind Field="DocumentStatus" DesignerType="Dropdown" Id="1" Text="cet état d’extraction">
		   <Option Name="Extrait" Value="checkout"/>
		   <Option Name="Archivé" Value="checkin"/>
		   <Option Name="Déverrouillé par l’éditeur de documents" Value="unlock"/>
		   <Option Name="Ignoré" Value="discard"/>
		</FieldBind>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="DocumentStatus"  Type="System.String, mscorlib" Direction="In" DesignerType="Dropdown"
			Description="Choix d’état de document." />
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="__ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="__ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="Hide" />
	  </Parameters>
	</Action>
	<Action Name="Définir la variable de flux de travail"
	  ClassName="Microsoft.SharePoint.WorkflowActions.SetVariableActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions principales">
	   <RuleDesigner Sentence="Définir %1 à la valeur %2">
		<FieldBind Field="Variable,ValueType" Text="variable de flux de travail" Id="1" DesignerType="ParameterNames" />
		<FieldBind Field="Value" Text="valeur" Id="2" TypeFrom="Variable" DesignerType="Dependent" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="Variable"  Type="System.Object, mscorlib" Direction="Out" DesignerType="ParameterNames"
			Description="Variable de workflow produite par cette action." />
		<Parameter Name="Value" Type="System.Object, mscorlib" Direction="In" DesignerType="Dependent"
			Description="Valeur utilisée pour définir la variable de workflow." />
		<Parameter Name="ValueType" Type="System.String, mscorlib" Direction="In"  DesignerType="Hide" />
	  </Parameters>
	</Action>
	<Action Name="Construire une chaîne dynamique"
	  ClassName="Microsoft.SharePoint.WorkflowActions.BuildStringActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="displayonly"
	  Category="Actions principales">
	   <RuleDesigner Sentence="Stocker %1 dans %2">
		<FieldBind Field="StringValue" Text="chaîne dynamique" Id="1" DesignerType="StringBuilder" />
		<FieldBind Field="Variable" Text="variable" Id="2" DesignerType="ParameterNames"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="Variable"  Type="System.String, mscorlib" Direction="Out" DesignerType="ParameterNames"
			Description="Variable de workflow produite par cette action." />
		<Parameter Name="StringValue" Type="System.String, mscorlib" Direction="In" DesignerType="StringBuilder"
			Description="Chaîne dynamique utilisée pour définir la variable de workflow." />
	  </Parameters>
	</Action>
	<Action Name="Effectuer un calcul"
	  ClassName="Microsoft.SharePoint.WorkflowActions.MathActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions principales">
	  <RuleDesigner Sentence="Calculer %1 %2 %3 (résultats dans %4)">
		<FieldBind Field="Operand1" Text="valeur" Id="1" TypeFrom="*ValueType" DesignerType="TextBox" />
		<FieldBind Id="2" Field="Operator" DesignerType="Operator" OperatorTypeFrom="Variable" Text="cette opération">
		  <Option Name="plus" Value="add"
				  TypeFilter="System.Double;System.Int32;System.Uint32;System.String"/>
		  <Option Name="moins" Value="sub"
				  TypeFilter="System.Double;System.Int32;System.Uint32"/>
		  <Option Name="multiplié par" Value="times"
				  TypeFilter="System.Double;System.Int32;System.Uint32"/>
		  <Option Name="divisé par" Value="divide"
				  TypeFilter="System.Double;System.Int32;System.Uint32"/>
		  <Option Name="mod" Value="mod"
				  TypeFilter="System.Double;System.Int32;System.Uint32"/>
		</FieldBind>
		<FieldBind Field="Operand2" Text="valeur" Id="3" TypeFrom="*ValueType" DesignerType="TextBox" />
		<FieldBind Field="Variable,ValueType" Text="calcul" Id="4" DesignerType="ParameterNames" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="Variable"  Type="System.Object, mscorlib" Direction="Out" DesignerType="ParameterNames"
			Description="Variable de workflow produite par cette action." />
		<Parameter Name="Operand1" Type="System.Object, mscorlib" Direction="In" DesignerType="TextBox" DisplayName="LeftOperand"
			Description="Opérande gauche à utiliser dans le calcul." />
		<Parameter Name="Operand2" Type="System.Object, mscorlib" Direction="In" DesignerType="TextBox" DisplayName="RightOperand"
			Description="Opérande droit à utiliser dans le calcul." />
		<Parameter Name="ValueType" Type="System.String, mscorlib" Direction="In" InitialValue="System.Double, mscorlib" DesignerType="Hide" />
		<Parameter Name="Operator" Type="System.String, mscorlib" Direction="In"  InitialValue="add" DesignerType="Dropdown"
			Description="Opérateur à utiliser dans le calcul." />
	  </Parameters>
	</Action>
	<Action Name="Pause pour une certaine durée"
	  ClassName="Microsoft.SharePoint.WorkflowActions.DelayForActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions principales">
	  <RuleDesigner Sentence="Pause pour %1 jours, %2 heures, %3 minutes">
		<FieldBind Field="Days" Text="nombre" Id="1" DesignerType="Integer"/>
		<FieldBind Field="Hours" Text="nombre" Id="2"  DesignerType="Integer"/>
		<FieldBind Field="Minutes" Text="nombre" Id="3"  DesignerType="Integer"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="Days" Type="System.Double, mscorlib" Direction="Optional" DesignerType="Integer"
			Description="Valeur de jours utilisée par cette action." />
		<Parameter Name="Hours" Type="System.Double, mscorlib" Direction="Optional" DesignerType="Integer"
			Description="Valeur d’heures utilisée par cette action." />
		<Parameter Name="Minutes" Type="System.Double, mscorlib" Direction="Optional" InitialValue="5" DesignerType="Integer"
			Description="Valeur de minutes utilisée par cette action." />
	  </Parameters>
	</Action>
   <Action Name="Pause jusqu’à une date donnée"
	  ClassName="Microsoft.SharePoint.WorkflowActions.DelayUntilActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions principales">
	  <RuleDesigner Sentence="Pause jusqu'à %1">
		<FieldBind Field="Until" Text="cette date" Id="1" DesignerType="Date"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="Until" Type="System.DateTime, mscorlib" Direction="Optional"
			Description="Date de fin de la pause." />
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
	  </Parameters>
	</Action>
   <Action Name="Arrêter le flux de travail"
	  ClassName="System.Workflow.ComponentModel.TerminateActivity"
	  Assembly="System.Workflow.ComponentModel"
	  AppliesTo="all"
	  Category="Actions principales">
	  <RuleDesigner Sentence="Arrêter le flux de travail et consigner %1">
		<FieldBind Field="Error" Text="ce message" Id="1" DesignerType="TextBox"/>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="Error" Type="System.String, mscorlib" Direction="In"
			Description="Message d’erreur à journaliser à la fin du workflow." />
	  </Parameters>
	</Action>
	<Action Name="Consigner dans l'historique"
		  ClassName="Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions principales">
	  <RuleDesigner Sentence="Consigner %1 dans l'historique du flux de travail">
		<FieldBind Field="HistoryDescription,EventId" Text="ce message" Id="1" DesignerType="TextArea" >
		   <!-- keep in sync with sts/stsom/workflow/spWorkflow.cs -->
		   <Option Name="Aucun" Value="None"/>
		   <Option Name="Flux de travail initié" Value="WorkflowStarted"/>
		   <Option Name="Flux de travail achevé" Value="WorkflowCompleted"/>
		   <Option Name="Flux de travail annulé" Value="WorkflowCancelled"/>
		   <Option Name="Flux de travail supprimé" Value="WorkflowDeleted"/>
		   <Option Name="Tâche créée" Value="TaskCreated"/>
		   <Option Name="Tâche terminée" Value="TaskCompleted"/>
		   <Option Name="Tâche modifiée" Value="TaskModified"/>
		   <Option Name="Tâche annulée" Value="TaskRolledBack"/>
		   <Option Name="Tâche supprimée" Value="TaskDeleted"/>
		   <Option Name="Erreur de flux de travail" Value="WorkflowError"/>
		   <Option Name="Commentaire sur le flux de travail" Value="WorkflowComment"/>
		</FieldBind>
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="HistoryDescription" Type="System.String, mscorlib" Direction="In"
			Description="Message de l’historique journalisé par cette action." />
		<Parameter Name="EventId" Type="Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType, Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" InitialValue="WorkflowComment" Direction="Optional"
			Description="ID d’événement consigné par cette action." DesignerType="Dropdown" />
		<Parameter Name="HistoryOutcome" Type="System.String, mscorlib" Direction="Optional"
			Description="Résultats de l’historique consignés par cette action." />
		<Parameter Name="UserId" Type="System.Int32, mscorlib" Direction="Optional" InitialValue="-1" DesignerType="Integer"
			Description="ID d’utilisateur enregistré par cette action." />
	  </Parameters>
	</Action>
	<Action Name="Définir le statut d'approbation du contenu"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="list"
	  Category="Actions de liste"
	  UsesCurrentItem="true">
	  <RuleDesigner Sentence="Définir le statut d'approbation du contenu à %1 avec %2">
		<FieldBind Field="ModerationStatus" DesignerType="Dropdown" Id="1" Text="ce statut">
		   <Option Name="Approuvé" Value="Approved"/>
		   <Option Name="Rejeté" Value="Denied"/>
		   <Option Name="En attente" Value="Pending"/>
		</FieldBind>
		<FieldBind Field="Comments" Text="commentaires" Id="2" DesignerType="Dependent" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="ModerationStatus"  Type="System.String, mscorlib" Direction="In" DesignerType="Dropdown"
			Description="Choix du statut d’approbation du contenu." />
		<Parameter Name="Comments" Type="System.String, mscorlib" Direction="Optional" DesignerType="TextArea"
			Description="Commentaires accompagnant une modification du statut d’approbation." />
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="__ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="__ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="Hide" />
	  </Parameters>
	</Action>
	<Action Name="Envoyer le document vers le référentiel"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="doclib"
	  Category="Actions principales"
	  UsesCurrentItem="true">
	  <RuleDesigner Sentence="Envoyer le fichier au moyen de %1 vers %2 avec %3 (résultats dans %4)">
		<FieldBind Field="Action" DesignerType="Dropdown" Id="1" Text="cette action">
		   <Option Name="Copier" Value="Copy"/>
		   <Option Name="Déplacer" Value="Move"/>
		   <Option Name="Déplacer et laisser un lien" Value="Link"/>
		</FieldBind>
		<FieldBind Field="Destination" Text="ce routeur de destination" Id="2" DesignerType="TextArea" />
		<FieldBind Field="Explanation" Text="cette explication" Id="3" DesignerType="TextArea" />
		<FieldBind Field="ReturnResult" Text="envoyer le résultat du fichier" Id="4" DesignerType="ParameterNames" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="Action"  Type="System.String, mscorlib" Direction="In" Description="Opération (copier, déplacer ou déplacer et conserver un lien) que doit effectuer l’action de flux de travail."/>
		<Parameter Name="Destination" Type="System.String, mscorlib" Direction="In" Description="Site de routage auquel le document sera envoyé"/>
		<Parameter Name="Explanation" Type="System.String, mscorlib" Direction="Optional" Description="Motif de l’envoi du document."/>
		<Parameter Name="ReturnResult" Type="System.String, mscorlib" Direction="Out" Description="Résultat (réussite ou échec) de l’action d’envoi." DesignerType="ParameterNames"/>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide"/>
		<Parameter Name="__ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide"/>
		<Parameter Name="__ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="Hide"/>
	  </Parameters>
	</Action>
	<Action Name="Ajouter l'heure à la date"
	  ClassName="Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions principales"
	  >
	  <RuleDesigner Sentence="Ajouter %1 %2 à %3 (résultats dans %4)">
		<FieldBind Field="AddValue" DesignerType="Integer" Id="1" Text="nombre"/>
		<FieldBind Field="Units" Text="units" Id="2" DesignerType="Operator" OperatorTypeFrom="DropDownMenu" >
		  <Option Name="minutes" Value="minutes"/>
		  <Option Name="heures" Value="hours"/>
		  <Option Name="jours" Value="days"/>
		  <Option Name="mois" Value="months"/>
		  <Option Name="années" Value="years"/>
		</FieldBind>
		<FieldBind Field="DateValue" Text="date" Id="3" DesignerType="Date" />
		<FieldBind Field="DateVariable" Text="date" Id="4" DesignerType="ParameterNames" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="AddValue" Type="System.Double, mscorlib" Direction="In"
			Description="Valeur à ajouter à la date." />
		<Parameter Name="Units" Type="System.String, mscorlib" Direction="In" InitialValue="minutes" DesignerType="Dropdown"
			Description="Unités de valeur à ajouter à la date." />
		<Parameter Name="DateValue" Type="System.DateTime, mscorlib" Direction="In" InitialValue=""
			Description="Valeur de la date utilisée par cette action." />
		<Parameter Name="DateVariable"  Type="System.DateTime, mscorlib" Direction="Out" DesignerType="ParameterNames"
			Description="Variable de workflow produite par cette action." />
	  </Parameters>
	</Action>
	<Action Name="Définir la partie heure du champ Date/Heure"
	  ClassName="Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions principales"
	  >
	  <RuleDesigner Sentence="Définir l'heure sous la forme %1:%2 pour %3 (Sortie vers %4)">
		 <FieldBind Field="Hours" Text="heures" Id="1" DesignerType="Operator" OperatorTypeFrom="DropDownMenu" >
		   <Option Name="00" Value="00"/>
		   <Option Name="01" Value="01"/>
		   <Option Name="02" Value="02"/>
		   <Option Name="03" Value="03"/>
		   <Option Name="04" Value="04"/>
		   <Option Name="05" Value="05"/>
		   <Option Name="06" Value="06"/>
		   <Option Name="07" Value="07"/>
		   <Option Name="08" Value="08"/>
		   <Option Name="09" Value="09"/>
		   <Option Name="10" Value="10"/>
		   <Option Name="11" Value="11"/>
		   <Option Name="12" Value="12"/>
		   <Option Name="13" Value="13"/>
		   <Option Name="14" Value="14"/>
		   <Option Name="15" Value="15"/>
		   <Option Name="16" Value="16"/>
		   <Option Name="17" Value="17"/>
		   <Option Name="18" Value="18"/>
		   <Option Name="19" Value="19"/>
		   <Option Name="20" Value="20"/>
		   <Option Name="21" Value="21"/>
		   <Option Name="22" Value="22"/>
		   <Option Name="23" Value="23"/>
		 </FieldBind>
		 <FieldBind Field="Minutes" Text="minutes" Id="2" DesignerType="Operator" OperatorTypeFrom="DropDownMenu" >
		   <Option Name="00" Value="00"/>
		   <Option Name="05" Value="05"/>
		   <Option Name="10" Value="10"/>
		   <Option Name="15" Value="15"/>
		   <Option Name="20" Value="20"/>
		   <Option Name="25" Value="25"/>
		   <Option Name="30" Value="30"/>
		   <Option Name="35" Value="35"/>
		   <Option Name="40" Value="40"/>
		   <Option Name="45" Value="45"/>
		   <Option Name="50" Value="50"/>
		   <Option Name="55" Value="55"/>
		 </FieldBind>
		 <FieldBind Field="DateValue" Text="date" Id="3" DesignerType="Date" Value=""/>
		 <FieldBind Field="DateVariable" Text="date" Id="4" DesignerType="ParameterNames"/>
	  </RuleDesigner>
	  <Parameters>
		 <Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		 <Parameter Name="Hours" Type="System.String, mscorlib" Direction="In" InitialValue="00" DesignerType="Dropdown"
			Description="Valeur d’heures utilisée par cette action." />
		 <Parameter Name="Minutes" Type="System.String, mscorlib" Direction="In" InitialValue="00" DesignerType="Dropdown"
			Description="Valeur de minutes utilisée par cette action." />
		 <Parameter Name="DateValue" Type="System.DateTime, mscorlib" Direction="In" InitialValue=""
			Description="Valeur de la date utilisée par cette action." />
		 <Parameter Name="DateVariable"  Type="System.DateTime, mscorlib" Direction="Out" DesignerType="ParameterNames"
			Description="Variable de workflow produite par cette action." />
	  </Parameters>
	</Action>
	<Action Name="Ajouter des autorisations associées aux éléments de liste"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  RequiredInvocationTags="ImpersonationSequence"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Ajouter %1 à l’élément dans %2">
		<FieldBind Field="Roles,Users" Text="ces autorisations" Id="1" DesignerType="AddPermission" />
		<FieldBind Field="ListId,ListItem" Text="cette liste" Id="2" DesignerType="ChooseListItem" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem" Description="ID de l’élément de liste utilisé par cette action." />
		<Parameter Name="Users" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="Roles" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Hide" />
	  </Parameters>
	</Action>
	<Action Name="Supprimer les autorisations associées aux éléments de liste"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  RequiredInvocationTags="ImpersonationSequence"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Supprimer %1 de l’élément dans %2">
		<FieldBind Field="Roles,Users" Text="ces autorisations" Id="1" DesignerType="RemovePermission" />
		<FieldBind Field="ListId,ListItem" Text="cette liste" Id="2" DesignerType="ChooseListItem" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem" Description="ID de l’élément de liste utilisé par cette action." />
		<Parameter Name="Users" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="Roles" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Hide" />
	  </Parameters>
	</Action>
	<Action Name="Remplacer les autorisations associées aux éléments de liste"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  RequiredInvocationTags="ImpersonationSequence"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Remplacer %1 de l’élément dans %2">
		<FieldBind Field="Roles,Users" Text="ces autorisations" Id="1" DesignerType="ReplacePermission" />
		<FieldBind Field="ListId,ListItem" Text="cette liste" Id="2" DesignerType="ChooseListItem" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide"/>
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem" Description="ID de l’élément de liste utilisé par cette action." />
		<Parameter Name="Users" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="Roles" Type="System.Collections.ArrayList, mscorlib" Direction="In" DesignerType="Hide" />
	  </Parameters>
	</Action>
	<Action Name="Hériter des autorisations parentes des éléments de liste"
	  ClassName="Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  RequiredInvocationTags="ImpersonationSequence"
	  Category="Actions de liste">
	  <RuleDesigner Sentence="Hériter des autorisations parentes de l’élément dans %1">
		<FieldBind Field="ListId,ListItem" Text="cette liste" Id="1" DesignerType="ChooseListItem" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListId" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
		<Parameter Name="ListItem" Type="Microsoft.SharePoint.Workflow.SPItemKey, Microsoft.SharePoint" Direction="In" DesignerType="ListItem" Description="ID de l’élément de liste utilisé par cette action." />
	  </Parameters>
	</Action>
	<Action Name="Rechercher l’intervalle entre les dates"
	  ClassName="Microsoft.SharePoint.WorkflowActions.DateIntervalActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions utilitaires">
	  <RuleDesigner Sentence="Rechercher %1 entre %2 et %3 (résultats dans %4)">
		<FieldBind Field="Units" Text="unités" Id="1" DesignerType="Operator" OperatorTypeFrom="DropDownMenu" >
		  <Option Name="minutes" Value="minutes"/>
		  <Option Name="heures" Value="hours"/>
		  <Option Name="jours" Value="days"/>
		</FieldBind>
		<FieldBind Field="Date1Value" Text="date" Id="2" DesignerType="Date" />
		<FieldBind Field="Date2Value" Text="date" Id="3" DesignerType="Date" />
		<FieldBind Field="TimeVariable" Text="heure" Id="4" DesignerType="ParameterNames" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="Units" Type="System.String, mscorlib" Direction="In" InitialValue="minutes" DesignerType="Dropdown" Description="Unités de temps à utiliser dans la variable de workflow produite par cette action."/>
		<Parameter Name="Date1Value" Type="System.DateTime, mscorlib" Direction="In" InitialValue="" DesignerType="Date" Description="Opérande gauche à utiliser dans le calcul." />
		<Parameter Name="Date2Value" Type="System.DateTime, mscorlib" Direction="In" InitialValue="" DesignerType="Date" Description="Opérande droit à utiliser dans le calcul." />
		<Parameter Name="TimeVariable"  Type="System.Double, mscorlib" Direction="Out" DesignerType="ParameterNames" Description="Variable de workflow produite par cette action."/>
	  </Parameters>
	</Action>
	<Action Name="Extraire la sous-chaîne de la fin de la chaîne"
	  ClassName="Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions utilitaires">
	  <RuleDesigner Sentence="Copier %2 caractères depuis la fin de %1 (résultats dans %3)">
		<FieldBind Field="Length" Text="longueur" Id="1" DesignerType="Integer" />
		<FieldBind Field="StringVal" Text="chaîne" Id="2" DesignerType="TextArea" />
		<FieldBind Field="SubstringVariable" Text="sous-chaîne" Id="3" DesignerType="ParameterNames" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide"/>
		<Parameter Name="Length" Type="System.Double, mscorlib" Direction="In" DesignerType="Integer" Description="Nombre de caractères à copier dans la sous-chaîne." />
		<Parameter Name="StringVal" Type="System.String, mscorlib" Direction="In" DesignerType="TextArea" Description="Extraire la sous-chaîne de cette chaîne source." />
		<Parameter Name="SubstringVariable"  Type="System.String, mscorlib" Direction="Out" DesignerType="ParameterNames" Description="Variable de workflow produite par cette action." />
	  </Parameters>
	</Action>
	<Action Name="Extraire la sous-chaîne depuis le début de la chaîne"
	  ClassName="Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions utilitaires">
	  <RuleDesigner Sentence="Copier %1 caractères depuis le début de %2 (résultats dans %3)">
		<FieldBind Field="Length" Text="longueur" Id="1" DesignerType="Integer" />
		<FieldBind Field="StringVal" Text="chaîne" Id="2" DesignerType="TextArea" />
		<FieldBind Field="SubstringVariable" Text="sous-chaîne" Id="3" DesignerType="ParameterNames" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide"/>
		<Parameter Name="Length" Type="System.Double, mscorlib" Direction="In" DesignerType="Integer" Description="Nombre de caractères à copier dans la sous-chaîne." />
		<Parameter Name="StringVal" Type="System.String, mscorlib" Direction="In" DesignerType="TextArea" Description="Extraire la sous-chaîne de cette chaîne source." />
		<Parameter Name="SubstringVariable"  Type="System.String, mscorlib" Direction="Out" DesignerType="ParameterNames" Description="Variable de workflow produite par cette action."/>
	  </Parameters>
	</Action>
	<Action Name="Extraire la sous-chaîne de l’index de chaîne"
	  ClassName="Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions utilitaires">
	  <RuleDesigner Sentence="Copier depuis %1, en commençant à %2 (résultats dans %3)">
		<FieldBind Field="StringVal" Text="chaîne" Id="1" DesignerType="TextArea" />
		<FieldBind Field="Index" Text="index" Id="2" DesignerType="Integer" />
		<FieldBind Field="SubstringVariable" Text="sous-chaîne" Id="3" DesignerType="ParameterNames" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide"/>
		<Parameter Name="StringVal" Type="System.String, mscorlib" Direction="In" DesignerType="TextArea" Description="Extraire la sous-chaîne de cette chaîne source."/>
		<Parameter Name="Index" Type="System.Double, mscorlib" Direction="In" DesignerType="Integer" Description="Commencer la sous-chaîne à cet index de caractère dans la source."/>
		<Parameter Name="SubstringVariable"  Type="System.String, mscorlib" Direction="Out" DesignerType="ParameterNames" Description="Variable de workflow produite par cette action."/>
	  </Parameters>
	</Action>
	<Action Name="Extraire la sous-chaîne de la chaîne depuis l’index avec la longueur"
	  ClassName="Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions utilitaires">
	  <RuleDesigner Sentence="Copier depuis %1, en commençant à %2 pour %3 caractères (résultats dans %4)">
		<FieldBind Field="StringVal" Text="chaîne" Id="1" DesignerType="TextArea" />
		<FieldBind Field="Index" Text="index" Id="2" DesignerType="Integer" />
		<FieldBind Field="Length" Text="nombre de" Id="3" DesignerType="Integer" />
		<FieldBind Field="SubstringVariable" Text="sous-chaîne" Id="4" DesignerType="ParameterNames" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="__Context" Type="Microsoft.SharePoint.WorkflowActions.WorkflowContext, Microsoft.SharePoint.WorkflowActions" Direction="In" DesignerType="Hide" />
		<Parameter Name="StringVal" Type="System.String, mscorlib" Direction="In" DesignerType="TextArea" Description="Extraire la sous-chaîne de cette chaîne source."/>
		<Parameter Name="Index" Type="System.Double, mscorlib" Direction="In" DesignerType="Integer" Description="Commencer la sous-chaîne à cet index de caractère dans la source." />
		<Parameter Name="Length" Type="System.Double, mscorlib" Direction="In" DesignerType="Integer" Description="Nombre de caractères à copier dans la sous-chaîne." />
		<Parameter Name="SubstringVariable"  Type="System.String, mscorlib" Direction="Out" DesignerType="ParameterNames" Description="Variable de workflow produite par cette action."/>
	  </Parameters>
	</Action>
	<Action Name="Ajouter un commentaire"
	  ClassName="Microsoft.SharePoint.WorkflowActions.CommentActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  Category="Actions principales"
	  AppliesTo="all">
	  <RuleDesigner Sentence="Commentaire : %1">
		<FieldBind Field="CommentText" Text="texte de commentaire" Id="1" DesignerType="TextArea" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="CommentText" Type="System.String, mscorlib" Direction="In" DesignerType="TextArea" Description="Texte de commentaire."/>
	  </Parameters>
	</Action>
	<Action Name="Message d’erreur"
	  ClassName="Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  Category="Actions principales"
	  AppliesTo="displayonly"
	  IsError="true">
	  <RuleDesigner Sentence="Message d’erreur : %1">
		<FieldBind Field="ErrorMessage" Text="message d’erreur" Id="1" DesignerType="TextArea" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="ErrorMessage" Type="System.String, mscorlib" Direction="In" DesignerType="Hide" />
	  </Parameters>
	</Action>
	<Action Name="Persister lors de l’activité de fermeture"
	  ClassName="Microsoft.SharePoint.WorkflowActions.PersistOnCloseActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="displayonly"
	  RequiredInvocationTags="ImpersonationSequence"
	  Category="Actions utilitaires">
	  <RuleDesigner Sentence="Persister lors de la fermeture"/>
	  <Parameters/>
	</Action>
	<Action Name="Définir l’état du workflow"
	  ClassName="Microsoft.SharePoint.WorkflowActions.SetCustomWorkflowStatus"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  Category="Actions principales">
	  <RuleDesigner Sentence="Affecter la valeur %1 au statut du workflow">
		<FieldBind Field="WorkflowStatus" DesignerType="StatusDropdown" Id="1" Text="ce statut" />
	  </RuleDesigner>
	  <Parameters>
		<Parameter Name="WorkflowStatus" Type="System.Int32, mscorlib" Direction="In" DesignerType="StatusDropdown"
			Description="Affecter cette valeur au statut du workflow" />
	  </Parameters>
	</Action>
  </Actions>
  <CompositeSteps>
	<CompositeStep Name="Séquence de l’emprunt d’identité"
	  ClassName="Microsoft.SharePoint.WorkflowActions.ImpersonationSequenceActivity"
	  Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
	  AppliesTo="all"
	  InvocationTags="ImpersonationSequence"
	  ProhibitedInvocationTags="ImpersonationSequence"/>
  </CompositeSteps>
  <VariableTypes>
	<VariableType Type="System.Boolean" DisplayName="Booléen"
	  CoercionActivity="Microsoft.SharePoint.WorkflowActions.CoerceBooleanActivity" />
	<VariableType Type="System.DateTime" DisplayName="Date/Heure"
	  CoercionActivity="Microsoft.SharePoint.WorkflowActions.CoerceDateTimeActivity" />
	<VariableType Type="System.Double" DisplayName="Nombre"
	  CoercionActivity="Microsoft.SharePoint.WorkflowActions.CoerceDoubleActivity"/>
	<VariableType Type="System.Int32" DisplayName="Entier"
	  CoercionActivity="Microsoft.SharePoint.WorkflowActions.CoerceIntActivity"/>
	<VariableType Type="System.String" Default="true" DisplayName="Chaîne"
	  CoercionActivity="Microsoft.SharePoint.WorkflowActions.CoerceStringActivity"/>
	<VariableType Type="Microsoft.SharePoint.Workflow.SPItemKey" DisplayName="ID d’élément de liste"
				  Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
								  CoercionActivity="Microsoft.SharePoint.WorkflowActions.CoerceSPItemKeyActivity"
				  ItemIdType="true" />
  </VariableTypes>
  <AssemblyRedirects>
	<AssemblyRedirect From="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" To="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
	<AssemblyRedirect From="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null" To="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
	<AssemblyRedirect From="Microsoft.SharePoint.WorkflowActions, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" To="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
	<AssemblyRedirect From="Microsoft.SharePoint.WorkflowActions, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null" To="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
  </AssemblyRedirects>
  <Coercions>
	<!-- lookup related -->
	<Coercion Name="LookupColumnDataOnlyAsDateTime"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Valeur de recherche (comme date/heure)"
		CatchAll="false"
		RankDefault="51"
		SourceType="System.String"
		SourceFieldType="Lookup"
		DestinationType="System.DateTime"
		/>
	<Coercion Name="LookupColumnDataOnlyAsDouble"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Valeur de recherche (comme nombre)"
		CatchAll="false"
		RankDefault="52"
		SourceType="System.String"
		SourceFieldType="Lookup"
		DestinationType="System.Double"
		/>
	<Coercion Name="LookupColumnDataOnlyAsString"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Valeur de recherche (comme texte)"
		CatchAll="false"
		RankDefault="53"
		SourceType="System.String"
		SourceFieldType="Lookup"
		DestinationType="System.String"
		/>
	<Coercion Name="LookupColumnDataOnlyAsId"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Valeur de recherche (comme ID d’élément de liste)"
		CatchAll="false"
		RankDefault="54"
		SourceType="System.String"
		SourceFieldType="Lookup"
		DestinationType="Microsoft.SharePoint.Workflow.SPItemKey"
		/>
	<Coercion Name="LookupColumnDataOnlyAsInteger"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Valeur de recherche (comme entier)"
		CatchAll="false"
		RankDefault="55"
		SourceType="System.String"
		SourceFieldType="Lookup"
		DestinationType="System.Int32"
		/>
	<Coercion Name="LookupIdOnly"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="ID de recherche (comme ID d’élément de liste)"
		CatchAll="false"
		RankDefault="56"
		SourceType="System.String"
		SourceFieldType="Lookup"
		DestinationType="Microsoft.SharePoint.Workflow.SPItemKey"
		/>
	<Coercion Name="LookupIdOnlyAsInteger"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="ID de recherche (comme entier)"
		CatchAll="false"
		RankDefault="57"
		SourceType="System.String"
		SourceFieldType="Lookup"
		DestinationType="System.Int32"
		/>
	<!-- multi-lookup related -->
	<Coercion Name="MultiLookupColumnDataOnly"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Valeurs de recherche, séparées par des virgules"
		CatchAll="false"
		RankDefault="58"
		SourceType="System.String"
		SourceFieldType="LookupMulti"
		DestinationType="System.String"
		/>
	<Coercion Name="MultiLookupIdOnly"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="ID de recherche, séparés par des virgules"
		CatchAll="false"
		RankDefault="59"
		SourceType="System.String"
		SourceFieldType="LookupMulti"
		DestinationType="System.String"
		/>
	<!-- multi-choice related -->
	<Coercion Name="MultiChoiceCommaSeperated"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Choix, séparés par des virgules"
		CatchAll="false"
		RankDefault="60"
		SourceType="System.String"
		SourceFieldType="MultiChoice"
		DestinationType="System.String"
		/>
	<!-- note related -->
	<Coercion Name="NoteAsPlainText"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Texte brut"
		CatchAll="false"
		RankDefault="13"
		SourceType="System.String"
		SourceFieldType="Note"
		DestinationType="System.String"
		DestinationFieldType="Text"
		/>
	<!-- Hyperlink or picture-related -->
	<Coercion Name="URLAsDescriptionText"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Texte de description"
		CatchAll="false"
		RankDefault="12"
		SourceType="System.String"
		SourceFieldType="URL"
		DestinationType="System.String"
		DestinationFieldType="Text"
		/>
	<Coercion Name="URLAsURLText"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="URL"
		CatchAll="false"
		RankDefault="11"
		SourceType="System.String"
		SourceFieldType="URL"
		DestinationType="System.String"
		DestinationFieldType="Text"
		/>
	<!-- User-related fetches (Most new ones should have multiuser equivalents, in the next section) -->
	<Coercion Name="UserIDAsNumber"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="ID d’utilisateur (comme nombre)"
		CatchAll="false"
		RankDefault="37"
		SourceType="System.String"
		SourceFieldType="User"
		DestinationType="System.Double"
		DestinationFieldType="Number"
		/>
	<Coercion Name="UserIDAsInteger"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="ID d’utilisateur (comme entier)"
		CatchAll="false"
		RankDefault="36"
		SourceType="System.String"
		SourceFieldType="User"
		DestinationType="System.Int32"
		/>
	<Coercion Name="UserIDAsText"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Numéro d’identification utilisateur"
		CatchAll="false"
		RankDefault="33"
		SourceType="System.String"
		SourceFieldType="User"
		DestinationType="System.String"
		/>
	<Coercion Name="DisplayNameAsText"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Nom complet"
		CatchAll="false"
		RankDefault="31"
		SourceType="System.String"
		SourceFieldType="User"
		DestinationType="System.String"
		/>
	<Coercion Name="LoginNameAsText"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Nom de connexion"
		CatchAll="false"
		RankDefault="30"
		SourceType="System.String"
		SourceFieldType="User"
		DestinationType="System.String"
		/>
	<Coercion Name="EmailAddressAsText"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Adresse de messagerie"
		CatchAll="false"
		RankDefault="32"
		SourceType="System.String"
		SourceFieldType="User"
		DestinationType="System.String"
		/>
	<!-- Multi-user-related fetches -->
	<Coercion Name="MultiUserIDSemicolon"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="ID d’utilisateur, séparés par des points-virgules"
		CatchAll="false"
		RankDefault="38"
		SourceType="System.String"
		SourceFieldType="UserMulti"
		DestinationType="System.String"
		/>
	<Coercion Name="MultiDisplayNameSemicolon"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Noms complets, séparés par des points-virgules"
		CatchAll="false"
		RankDefault="39"
		SourceType="System.String"
		SourceFieldType="UserMulti"
		DestinationType="System.String"
		/>
	<Coercion Name="MultiLoginNameSemicolon"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Noms de connexion, séparés par des points-virgules"
		CatchAll="false"
		RankDefault="40"
		SourceType="System.String"
		SourceFieldType="UserMulti"
		DestinationType="System.String"
		/>
	<Coercion Name="MultiEmailAddressSemicolon"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Adresses de messagerie, séparées par des points-virgules"
		CatchAll="false"
		RankDefault="41"
		SourceType="System.String"
		SourceFieldType="UserMulti"
		DestinationType="System.String"
		/>
	<!-- Date Related -->
	<Coercion Name="DateTimeToStringShortDate"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Date courte"
		CatchAll="false"
		RankDefault="60"
		SourceType="System.DateTime"
		DestinationType="System.String"
		/>
	<Coercion Name="DateTimeToStringLongDate"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Date longue"
		CatchAll="false"
		RankDefault="61"
		SourceType="System.DateTime"
		DestinationType="System.String"
		/>
	<Coercion Name="DateTimeToStringShortTime"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Heure courte"
		CatchAll="false"
		RankDefault="62"
		SourceType="System.DateTime"
		DestinationType="System.String"
		/>
	<Coercion Name="DateTimeToStringLongTime"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Heure longue"
		CatchAll="false"
		RankDefault="63"
		SourceType="System.DateTime"
		DestinationType="System.String"
		/>
	<Coercion Name="DateTimeToStringISO"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Au format ISO"
		CatchAll="false"
		RankDefault="64"
		SourceType="System.DateTime"
		DestinationType="System.String"
		/>
	<!-- Number formatting -->
	<Coercion Name="FormattedCurrency"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Au format de devise"
		CatchAll="false"
		RankDefault="70"
		SourceType="System.Double"
		DestinationType="System.String"
		/>
	<!-- As seconds to DateTime, (.NET-typed) -->
	<Coercion Name="SecondsDoubleToDateTime"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Nombre de secondes depuis 00:00:00 le 1/1/1900"
		CatchAll="false"
		RankDefault="40"
		SourceType="System.Double"
		DestinationType="System.DateTime"
		/>
	<Coercion Name="SecondsInt64ToDateTime"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Nombre de secondes depuis 00:00:00 le 1/1/1900"
		CatchAll="false"
		RankDefault="44"
		SourceType="System.Int64"
		DestinationType="System.DateTime"
		/>
	<!-- As seconds from DateTime, (.NET-typed) -->
	<Coercion Name="DateTimeToSecondsDouble"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Nombre de secondes depuis 00:00:00 le 1/1/1900"
		CatchAll="false"
		RankDefault="42"
		SourceType="System.DateTime"
		DestinationType="System.Double"
		/>
	<!-- ItemKey -->
	<Coercion Name="UseItemId"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="ID d’élément"
		CatchAll="false"
		RankDefault="20"
		SourceType="Microsoft.SharePoint.Workflow.SPItemKey"
		DestinationType="System.Int32"
		/>
	<Coercion Name="UseItemKey"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Clé d’élément"
		CatchAll="false"
		RankDefault="20"
		SourceType="Microsoft.SharePoint.Workflow.SPItemKey"
		DestinationType="System.String"
		/>
	<!-- .NET type catch-alls -->
	<Coercion Name="AsDNBoolean"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Comme valeur booléenne (Oui/Non)"
		CatchAll="true"
		RankDefault="6"
		DestinationType="System.Boolean"
		/>
	<Coercion Name="AsDNDateTime"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Comme date/heure"
		CatchAll="true"
		RankDefault="5"
		DestinationType="System.DateTime"
		/>
	<Coercion Name="AsDNDouble"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Comme double"
		CatchAll="true"
		RankDefault="4"
		DestinationType="System.Double"
		/>
	<Coercion Name="AsDNInt32"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Comme entier"
		CatchAll="true"
		RankDefault="3"
		DestinationType="System.Int32"
		/>
	<Coercion Name="AsDNSPItemKey"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Comme ID d’élément de liste"
		CatchAll="true"
		RankDefault="2"
		DestinationType="Microsoft.SharePoint.Workflow.SPItemKey"
		/>
	<Coercion Name="AsDNString"
		Assembly="Microsoft.SharePoint.WorkflowActions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
		DisplayName="Comme chaîne"
		CatchAll="true"
		RankDefault="1"
		DestinationType="System.String"
		/>
  </Coercions>
</WorkflowInfo>
