Link to GH page in the footer

master
Daniel Berteaud 10 years ago
parent 2c2200559b
commit 4259c7c617
  1. 2
      lib/Vroom/I18N/en.pm
  2. 2
      lib/Vroom/I18N/fr.pm
  3. 2
      templates/default/footer.html.ep

@ -5,7 +5,7 @@ our %Lexicon = (
_AUTO => 1,
"WELCOME" => "Welcome on VROOM !!",
"VROOM_DESC" => "VROOM is a simple video conferencing solution",
"VROOM_IS_FREE_SOFTWARE" => "VROOM is a free software",
"VROOM_IS_FREE_SOFTWARE" => "<a href='https://github.com/dani/vroom' target='_blank'>VROOM</a> is a free software",
"POWERED_BY" => "Powered by",
"ERROR_NAME_INVALID" => "This name is not valid",
"ERROR_ROOM_NAME_MISSING" => "Vous devez fournir un nom de salon",

@ -7,7 +7,7 @@ our %Lexicon = (
_AUTO => 1,
"WELCOME" => "Bienvenue sur VROOM !!",
"VROOM_DESC" => "VROOM est une solution simple de vidéo conférence",
"VROOM_IS_FREE_SOFTWARE" => "VROOM est un logiciel libre",
"VROOM_IS_FREE_SOFTWARE" => "<a href='https://github.com/dani/vroom' target='_blank'>VROOM</a> est un logiciel libre",
"POWERED_BY" => "Propulsé par",
"ERROR_NAME_INVALID" => "Ce nom n'est pas valide",
"ERROR_ROOM_NAME_MISSING" => "Vous devez fournir un nom de salon",

@ -2,7 +2,7 @@
<div id="footerContainer">
<div class="container-fluid footer">
<div class="col-xs-6">
<p class="text-muted pull-left"><%=l 'VROOM_IS_FREE_SOFTWARE' %></p>
<p class="text-muted pull-left"><%==l 'VROOM_IS_FREE_SOFTWARE' %></p>
</div>
<div class="col-xs-6">
<p class="text-muted pull-right brand"><%=l 'POWERED_BY' %> <%== $config->{'interface.powered_by'} %></p>

Loading…
Cancel
Save