MOD french -> english (5)
[euphorik.git] / js / chat / conversation.js
index aa7b3ca..b3fb191 100644 (file)
@@ -56,7 +56,7 @@ euphorik.Conversation = function(conversations, num) {
          '<div class="titre">' +\r
             (reverse ? messageRacineXHTML : "") +\r
             '<div class="nav">' +\r
-               (this.num === 0 ? '' : '<div class="fermer"></div><div class="creerLien"></div>') + //</div><div class="reduire">\r
+               (this.num === 0 ? '' : '<div class="close"></div><div class="creerLien"></div>') + //</div><div class="reduire">\r
                '<span class="next">&lt;</span><span class="numPage">1</span><span class="prev">&gt;</span>' +\r
             '</div>' +\r
             (reverse ? "" : messageRacineXHTML) +\r
@@ -71,7 +71,7 @@ euphorik.Conversation = function(conversations, num) {
    this.util.infoBulle("Aller à la première page", $("#" + this.getId() + " .titre .numPage"), euphorik.Util.positionBulleType.haut);\r
    if (this.num !== 0) {\r
       this.util.infoBulle("Créer un lien vers la conversation", $("#" + this.getId() + " .titre .creerLien"));\r
-      this.util.infoBulle("Fermer la conversation", $("#" + this.getId() + " .titre .fermer"));\r
+      this.util.infoBulle("Close the conversation", $("#" + this.getId() + " .titre .close"));\r
    }\r
    \r
     // les différents événements liés à la conversation\r
@@ -82,7 +82,7 @@ euphorik.Conversation = function(conversations, num) {
            "{" + thisConversation.client.conversations[thisConversation.num - 1].root.toString(36) + "}"\r
         );\r
    });   \r
-   $("#" + this.getId() + " .titre .fermer").click(function() {\r
+   $("#" + this.getId() + " .titre .close").click(function() {\r
       thisConversation.conversations.supprimerConversation(thisConversation.num);\r
    });\r
    /*\r
@@ -96,7 +96,7 @@ euphorik.Conversation = function(conversations, num) {
 euphorik.Conversation.prototype.getMessageReduit = function() {\r
    return '' +\r
       '<svg:svg version="1.1" baseProfile="full" width="100px" height="200px">' +\r
-         '<svg:image x="10" y="10" height="10" width="10" class="fermer" />' +\r
+         '<svg:image x="10" y="10" height="10" width="10" class="close" />' +\r
          '<svg:text transform="rotate(-90)" y="15" x="-200" >' +\r
             'Blabla blablablabla bla blabla ..' +\r
          '</svg:text>' +\r