Skip to content
Open
Prev Previous commit
Next Next commit
add some traduction
  • Loading branch information
jcliment27 committed Aug 19, 2016
commit 8e2be0c9415bfec618c6d8e155916b7dae24d7eb
4 changes: 3 additions & 1 deletion lang/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@

$lang['More information on the']="Plus d'information sur le";
$lang["project page"]="site du projet";

$lang["Note: This is a test service:"]="Note: Il s'agit d'un service de test :";
$lang["Data may be deleted anytime. Kittens will die if you abuse this service."]="Les données peuvent être supprimées à tout moment. Des chatons mourront si vous abusez de ce service";
$lang["Because ignorance is bliss"]="Parce que l'ignorance est une bénédiction";
$lang["Javascript is required for ZeroBin to work.<br>Sorry for the inconvenience."]="Javascript est requis pour le fonctionnement de ZeroBin.<br> Excusez nous pour la gêne occassionée";
4 changes: 2 additions & 2 deletions tpl/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
{"Data may be deleted anytime. Kittens will die if you abuse this service."|translate}
</div>
<h1 title="ZeroBin" onclick="window.location.href=scriptLocation();return false;">ZeroBin</h1><br>
<h2>Because ignorance is bliss</h2><br>
<h2>{"Because ignorance is bliss"|translate}</h2><br>
<h3>{$VERSION}</h3>
<noscript><div class="nonworking">Javascript is required for ZeroBin to work.<br>Sorry for the inconvenience.</div></noscript>
<noscript><div class="nonworking">{"Javascript is required for ZeroBin to work.<br>Sorry for the inconvenience."|translate}</div></noscript>
<div id="oldienotice" class="nonworking">ZeroBin requires a modern browser to work.</div>
<div id="ienotice">Still using Internet Explorer ? &nbsp;Do yourself a favor, switch to a modern browser:
<a href="http://www.mozilla.org/firefox/">Firefox</a>,
Expand Down