diff -r fad33e1360e8 -r faaec96c4dc8 web/client.php
--- a/web/client.php Thu Apr 19 15:09:52 2012 +0200
+++ b/web/client.php Fri Apr 20 09:32:11 2012 +0200
@@ -86,11 +86,51 @@
?>
+ l10n = { "rechercher" : "_('Rechercher'); ?>" }
+ var annotations = {
+ "default" : {
+ "colors" : {
+ "h" : 0,
+ "s" : 0
+ }
+ },
+ "positive" : {
+ "display_name" : "++ | _('Agree'); ?>",
+ "keywords" : [ /\+\+/ ],
+ "colors" : {
+ "h" : .3,
+ "s" : .65
+ }
+ },
+ "negative" : {
+ "display_name" : "-- | _('Disagree'); ?>",
+ "keywords" : [ /\-\-/ ],
+ "colors" : {
+ "h" : 0,
+ "s" : .8
+ }
+ },
+ "reference" : {
+ "display_name" : "== | _('Reference'); ?>",
+ "keywords" : [ /\=\=/ ],
+ "colors" : {
+ "h" : .16,
+ "s" : .8
+ }
+ },
+ "question" : {
+ "display_name" : "?? | _('Question'); ?>",
+ "keywords" : [ /\?\?/ ],
+ "colors" : {
+ "h" : .6,
+ "s" : .8
+ }
+ }
+ }