Replace some french comments by english ones.
[euphorik.git] / js / conf.js
1 // coding: utf-8
2 // Copyright 2008 Grégory Burri
3 //
4 // This file is part of Euphorik.
5 //
6 // Euphorik is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
10 //
11 // Euphorik is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License
17 // along with Euphorik. If not, see <http://www.gnu.org/licenses/>.
18
19 /**
20 * La configuration.
21 */
22 euphorik.conf = {
23 versionProtocole : 3, // version du protcole
24 nbMessageAffiche : 40, // (par page)
25 defaultNick : "<nick>",
26 tooltipDisplayDefaultTime : 4000, // [ms]
27 tempsKick : 15, // en minute
28 tempsBan : 60 * 24 * 3, // en minutes (3 jours)
29 smiles : {
30 "smile" : [/:\)/g, /:-\)/g],
31 "bigsmile" : [/:D/g, /:-D/g],
32 "clin" : [/;\)/g, /;-\)/g],
33 "cool" : [/8\)/g, /8-\)/g],
34 "eheheh" : [/:P/g, /:-P/g],
35 "lol" : [/\[-lol\]/g],
36 "petrus" : [/:F/g],
37 "spliff" : [/\[-spliff\]/g],
38 "oh" : [/:o/g, /:O/g],
39 "heink" : [/\[-heink\]/g],
40 "hum" : [/\[-hum\]/g],
41 "boh" : [/\[-boh\]/g],
42 "sniff" : [/:\(/g, /:-\(/g],
43 "triste" : [/\[-triste\]/g],
44 "pascontent" : [/>\(/g, /&gt;\(/g],
45 "argn" : [/\[-argn\]/g],
46 "redface" : [/\[-redface\]/g],
47 "bunny" : [/\[-lapin\]/g],
48 "chat" : [/\[-chat\]/g],
49 "renne" : [/\[-renne\]/g],
50 "star" : [/\[-star\]/g],
51 "kirby" : [/\[-kirby\]/g],
52 "slurp" : [/\[-slurp\]/g],
53 "agreed" : [/\[-agreed\]/g],
54 "dodo" : [/\[-dodo\]/g],
55 "bn" : [/\[-bn\]/g]
56 }
57 };