1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-01 05:01:41 +02:00

Add a description meta

This commit is contained in:
Daniel Berteaud 2014-06-27 17:19:44 +02:00
parent 21a5640065
commit 9176b37350
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use base 'Vroom::I18N';
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, released under the MIT licence",
"POWERED_BY" => "Proudly powered by",
"ERROR_NAME_INVALID" => "This name is not valid",

View File

@ -6,6 +6,7 @@ use utf8;
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 diffusé sous licence MIT",
"POWERED_BY" => "Fièrement propulsé par",
"ERROR_NAME_INVALID" => "Ce nom n'est pas valide",

View File

@ -3,6 +3,7 @@
<head>
<title><%= $title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content=" <%=l 'VROOM_DESC' %>" />
<%
foreach my $css (qw(bootstrap.min.css vroom.css)){
%>