Minor formatting change to the appointments receipts.

Monotone-Parent: af4386c37794ac7fd1abd4c4138b2d3e7d458161
Monotone-Revision: 1f0e6aa5d222f124f1b91efcb5a68009fa584386

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-03-31T13:44:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-03-31 13:44:33 +00:00
parent b1e314115a
commit 81049065b9
4 changed files with 12 additions and 12 deletions
@@ -8,9 +8,9 @@ vtodo_class1 = "(Tâche privée)";
vtodo_class2 = "(Tâche confidentielle)";
/* Receipts */
"Title:" = "Title:";
"Start:" = "Start:";
"End:" = "End:";
"Title:" = "Titre :";
"Start:" = "Début :";
"End:" = "Fin :";
"Receipt: users invited to a meeting" = "Acc. de réception : vous avez ajouté des participants à une réunion";
"You have invited the following attendees(s):" = "Vous avez invité les personnes suivantes :";
@@ -20,11 +20,11 @@
/></var:foreach>
<var:string label:value="... from the following event:" const:escapeHTML="NO"/>
<var:string label:value="Title:" const:escapeHTML="NO"/><var:string
<var:string label:value="Title:" const:escapeHTML="NO"/> <var:string
value="apt.summary" const:escapeHTML="NO"/>
<var:string label:value="Start:" const:escapeHTML="NO"/><var:string
<var:string label:value="Start:" const:escapeHTML="NO"/> <var:string
value="aptStartDate" const:escapeHTML="NO"/>
<var:string label:value="End:" const:escapeHTML="NO"/><var:string
<var:string label:value="End:" const:escapeHTML="NO"/> <var:string
value="aptEndDate" const:escapeHTML="NO"/>
</var:if>
</container>
@@ -21,11 +21,11 @@
<var:string label:value="... to attend the following event:"
const:escapeHTML="NO"/>
<var:string label:value="Title:"/><var:string value="apt.summary"
<var:string label:value="Title:"/> <var:string value="apt.summary"
const:escapeHTML="NO"/>
<var:string label:value="Start:"/><var:string value="aptStartDate"
<var:string label:value="Start:"/> <var:string value="aptStartDate"
const:escapeHTML="NO"/>
<var:string label:value="End:"/><var:string value="aptEndDate"
<var:string label:value="End:"/> <var:string value="aptEndDate"
const:escapeHTML="NO"/>
</var:if>
</container>
@@ -18,10 +18,10 @@
<var:string label:value="... have been notified of the changes to the following event:" const:escapeHTML="NO"/>
<var:string label:value="Title:" const:escapeHTML="NO"
/><var:string value="apt.summary" const:escapeHTML="NO"/>
/> <var:string value="apt.summary" const:escapeHTML="NO"/>
<var:string label:value="Start:" const:escapeHTML="NO"
/><var:string value="aptStartDate" const:escapeHTML="NO"/>
/> <var:string value="aptStartDate" const:escapeHTML="NO"/>
<var:string label:value="End:" const:escapeHTML="NO"
/><var:string value="aptEndDate" const:escapeHTML="NO"/>
/> <var:string value="aptEndDate" const:escapeHTML="NO"/>
</var:if>
</container>