34 lines
2.5 KiB
PHP
34 lines
2.5 KiB
PHP
<?php
|
|
/**
|
|
* @package Dotclear
|
|
*
|
|
* @copyright Olivier Meunier & Association Dotclear
|
|
* @copyright GPL-2.0-only
|
|
*/
|
|
#
|
|
# DOT NOT MODIFY THIS FILE !
|
|
#
|
|
|
|
l10n::$locales['Post widget text'] = 'Widget texte de billet';
|
|
l10n::$locales['Add a widget with a text related to an entry'] = 'Ajouter un widget avec du texte relatif à un billet';
|
|
l10n::$locales['More about this entry'] = 'En savoir plus sur ce billet';
|
|
l10n::$locales['Use excerpt if no content'] = 'Utiliser le résumé si le widget n\'a pas de contenu';
|
|
l10n::$locales['Show widget even if empty'] = 'Afficher le widget même si il est vide';
|
|
l10n::$locales['You are not allowed to create an entry text widget'] = 'Vous n\'êtes pas autorisé à créer un widget texte sur ce billet';
|
|
l10n::$locales['You are not allowed to update entries text widget'] = 'Vous n\'êtes pas autorisé à modifier les widgets texte des billets';
|
|
l10n::$locales['You are not allowed to delete this entry text widget'] = 'Vous n\'êtes pas autorisé à effacer le widget texte de ce billet';
|
|
l10n::$locales['You are not allowed to delete entries text widget'] = 'Vous n\'êtes pas autorisé à effacer les widgets texte des billets';
|
|
l10n::$locales['Post title'] = 'Titre du billet';
|
|
l10n::$locales['Post date'] = 'Date du billet';
|
|
l10n::$locales['Widget title'] = 'Titre du widget';
|
|
l10n::$locales['Widget date'] = 'Date du widget';
|
|
l10n::$locales['Enable post widget text on this blog'] = 'Activer les widgets texte de billet sur ce blog';
|
|
l10n::$locales['Enable import/export behaviors'] = 'Activer les fonctions d\'import/export';
|
|
l10n::$locales['Additional widget'] = 'Widget additionnel';
|
|
l10n::$locales['Widget title:'] = 'Titre du widget :';
|
|
l10n::$locales['Wigdet text:'] = 'Texte du widget :';
|
|
l10n::$locales['No widget'] = 'Pas de widget';
|
|
l10n::$locales['Posts widgets successfully delete.'] = 'Widgets de billets effacés.';
|
|
l10n::$locales['Posts widgets'] = 'Widgets de billets';
|
|
l10n::$locales['Delete selected widgets'] = 'Effacer les widgets texte selectionnés';
|