emailNotification/locales/fr/main.lang.php

28 lines
2.2 KiB
PHP

<?php
/**
* @package Dotclear
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
#
# DOT NOT MODIFY THIS FILE !
#
use Dotclear\Helper\L10n;
L10n::$locales['Never'] = 'Jamais';
L10n::$locales['My entries'] = 'Mes billets';
L10n::$locales['All entries'] = 'Tous les billets';
L10n::$locales['Email notification'] = 'Notification par e-mail';
L10n::$locales['Notify new comments by email:'] = 'Avertir des nouveaux commentaires par e-mail :';
L10n::$locales['"%s" - New comment'] = '"%s" - Nouveau commentaire';
L10n::$locales['Blog: %s'] = 'Blog : %s';
L10n::$locales['Entry: %s <%s>'] = 'Billet : %s <%s>';
L10n::$locales['Comment by: %s <%s>'] = 'Commentaire par : %s <%s>';
L10n::$locales['Website: %s'] = 'Site web : %s';
L10n::$locales['Comment status: %s'] = 'Statut du commentaire : %s';
L10n::$locales['Edit this comment: <%s>'] = 'Modifier ce commentaire : %s';
L10n::$locales['You must log in on the backend before clicking on this link to go directly to the comment.'] = 'Vous devez vous enregistrer sur l\'interface d\'administration avant de cliquer sur ce lien pour aller directement sur ce commentaire.';
L10n::$locales['You received a new comment on your blog:'] = 'Vous avez reçu un nouveau commentaire sur votre blog :';