26 lines
2.1 KiB
PHP
26 lines
2.1 KiB
PHP
<?php
|
|
/**
|
|
* @package Dotclear
|
|
*
|
|
* @copyright Olivier Meunier & Association Dotclear
|
|
* @copyright GPL-2.0-only
|
|
*/
|
|
#
|
|
# DOT NOT MODIFY THIS FILE !
|
|
#
|
|
|
|
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 :';
|