Skip to content

Commit

Permalink
Added french translation
Browse files Browse the repository at this point in the history
  • Loading branch information
romain committed Dec 29, 2011
1 parent b535829 commit 3e06697
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lang/fr/lang.php
@@ -0,0 +1,19 @@
<?php

$lang['btn_vote'] = 'Vote';
$lang['btn_change'] = 'Changer de vote';
$lang['count'] = 'Total&nbsp;:';
$lang['final_result'] = 'R&eacute;sultat final&nbsp;:';
$lang['edit'] = '&Eacute;diter&nbsp;';

// error messages
$lang['dont_have_name'] = 'Vous avez oubli&eacute; de mettre votre nom !';
$lang['must_be_logged_in'] = 'Vous devez &ecirc;tre connect&eacute; pour voter !';
$lang['ip_has_already_voted'] = 'L\'IP (<code>%s</code>) a d&eacute;j&agrave; vot&eacute; !';
$lang['you_voted_already'] = 'Vous avez d&eacute;j&agrave; vot&eacute; !';
$lang['not_allowed_to_change'] = 'Vous n\'&ecirc;tes pas autoris&eacute; &agrave; changer ce vote !';
$lang['vote_saved'] = 'Votre vote a &eacute;t&eacute; sauvegard&eacute;.';
$lang['vote_deleted'] = 'Votre vote a &eacute;t&eacute; supprim&eacute;.';


?>

0 comments on commit 3e06697

Please sign in to comment.