postInfoWidget/locales/fr/main.lang.php

58 lines
6.3 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['PostInfoWidget: entry information list'] = 'PostInfoWidget : liste d\'information du billet';
L10n::$locales['Show Entry informations on a widget'] = 'Afficher les informations d\'un billet dans un widget';
L10n::$locales['About this entry'] = 'Á propos de ce billet';
L10n::$locales['Publish date text:'] = 'Texte pour la date de publication :';
L10n::$locales['Publish on %Y-%m-%d %H:%M'] = 'Publié le %d/%m/%Y à %H:%M';
L10n::$locales['Create date text:'] = 'Texte pour la date de création :';
L10n::$locales['Create on %Y-%m-%d %H:%M'] = 'Créé le %d/%m/%Y à %H:%M';
L10n::$locales['Update date text:'] = 'Texte pour la date de dernière mise à jour :';
L10n::$locales['Update on %Y-%m-%d %H:%M'] = 'Mis à jour le %d/%m/%Y à %H:%M';
L10n::$locales['Language (%T = name, %C = code, %F = flag):'] = 'Texte pour la langue (%T = nom, %C = code, %F = drapeau) :';
L10n::$locales['Language: %T %F'] = 'Langue : %T %F';
L10n::$locales['Author text (%T = author):'] = 'Texte pour l\'auteur (%T = auteur) :';
L10n::$locales['Author: %T'] = 'Auteur : %T';
L10n::$locales['Category text (%T = category):'] = 'Texte pour la catégorie (%T = catégorie) :';
L10n::$locales['Category: %T'] = 'Catégorie : %T';
L10n::$locales['Tags text (%T = tags list):'] = 'Texte pour les mots-clés (%T = liste des mots-clés) :';
L10n::$locales['Tags: %T'] = 'Mots-clés : %T';
L10n::$locales['Attachments text (%T = text, %D = numeric):'] = 'Texte pour le nombre d\'annexes (%T = texte, %D = nombre) :';
L10n::$locales['Attachments: %T'] = 'Annexes : %T';
L10n::$locales['Comments text (%T = text, %D = numeric):'] = 'Texte pour le nombre de commentaires (%T = texte, %D = nombre) :';
L10n::$locales['Comments: %T'] = 'Commentaires : %T';
L10n::$locales['Trackbacks text (%T = text, %D = numeric):'] = 'Texte pour le nombre de rétroliens (%T = texte, %D = nombre) :';
L10n::$locales['Trackbacks: %T'] = 'Rétroliens : %T';
L10n::$locales['Permalink text (%T = text link, %F = full link):'] = 'Texte pour le lien pemanent (%T = texte, %F = complet) :';
L10n::$locales['%T'] = '%T';
L10n::$locales['Show comment feed url'] = 'Afficher l\'URL du flux des commentaires';
L10n::$locales['Link to previous entry (%T = navigation text, %F = entry title):'] = 'Lien vers le billet précédent (%T = texte de navigation, %F = titre du billet) :';
L10n::$locales['Link to next entry (%T = navigation text, %F = entry title):'] = 'Lien vers le billet suivant (%T = texte de navigation, %F = titre du billet) :';
L10n::$locales['Link to previous entry of this category (%T = navigation text, %F = entry title):'] = 'Lien vers le billet précédent de la catégorie (%T = texte de navigation, %F = titre du billet) :';
L10n::$locales['Link to next entry of this category (%T = navigation text, %F = entry title):'] = 'Lien vers le billet suivant de la catégorie (%T = texte de navigation, %F = titre du billet) :';
L10n::$locales['No style'] = 'sans style';
L10n::$locales['Small icon'] = 'petite icône';
L10n::$locales['Normal icon'] = 'icône normale';
L10n::$locales['Try to remove entry information'] = 'Essayer de cacher les informations du billet';
L10n::$locales['Try to remove entry tags'] = 'Essayer de cacher la liste des mots-clés du billet';
L10n::$locales['Try to remove entry navigation'] = 'Essayer de cacher les liens de navigation';
L10n::$locales['no attachment'] = 'aucune annexe';
L10n::$locales['no comment'] = 'aucun commentaire';
L10n::$locales['no trackback'] = 'aucun rétrolien';
L10n::$locales['Previous entry'] = 'Billet précédent';
L10n::$locales['Next entry'] = 'Billet suivant';
L10n::$locales['Previous entry of this category'] = 'Billet précédent de cette catégorie';
L10n::$locales['Next entry of this category'] = 'Billet suivant de cette catégorie';
L10n::$locales['Try to adapt style:'] = 'Essayer d\'adapter le style :';