# HG changeset patch # User Raphael Velt # Date 1334907131 -7200 # Node ID faaec96c4dc89d9ed3e51c68d3ee151a9d0dce3f # Parent fad33e1360e8e5eae2ee0f10e775e28157ca860f Changed language bug 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 + } + } + }