remove lang.php file
parent
5763b4b9a5
commit
655ea0a760
|
@ -1,79 +0,0 @@
|
|||
<?php
|
||||
// Language: Français
|
||||
// Module: postWidgetText - 2013.11.20
|
||||
// Date: 2013-11-21 07:46:39
|
||||
// Translated with dcTranslater - 2013.05.11
|
||||
|
||||
#_admin.php:23
|
||||
#_admin.php:111
|
||||
#_widgets.php:1
|
||||
#index.php:96
|
||||
$GLOBALS['__l10n']['Post widget text'] = 'Widget texte de billet';
|
||||
|
||||
#_config.php:51
|
||||
$GLOBALS['__l10n']['Enable plugin'] = 'Activer l\'extension';
|
||||
|
||||
#_config.php:55
|
||||
$GLOBALS['__l10n']['Enable import/export behaviors'] = 'Activer les fonctions d\'import/export';
|
||||
|
||||
#_widgets.php:1
|
||||
$GLOBALS['__l10n']['Add a widget with a text related to an entry'] = 'Ajouter un widget avec un texte relatif au billet';
|
||||
|
||||
#_widgets.php:1
|
||||
$GLOBALS['__l10n']['More about this entry'] = 'En savoir plus sur ce billet';
|
||||
|
||||
#_widgets.php:1
|
||||
$GLOBALS['__l10n']['Use excerpt if no content'] = 'Utiliser le résumé si le widget n\'a pas de contenu';
|
||||
|
||||
#_widgets.php:1
|
||||
$GLOBALS['__l10n']['Show widget even if empty'] = 'Afficher le widget même si il est vide';
|
||||
|
||||
#inc/class.postwidgettext.php:1
|
||||
$GLOBALS['__l10n']['You are not allowed to create an entry text widget'] = 'Vous n\'êtes pas autorisé à créer un widget texte sur ce billet';
|
||||
|
||||
#inc/class.postwidgettext.php:1
|
||||
$GLOBALS['__l10n']['You are not allowed to update entries text widget'] = 'Vous n\'êtes pas autorisé à modifier les widgets texte des billets';
|
||||
|
||||
#inc/class.postwidgettext.php:1
|
||||
#inc/class.postwidgettext.php:1
|
||||
$GLOBALS['__l10n']['You are not allowed to delete this entry text widget'] = 'Vous n\'êtes pas autorisé à effacer le widget texte de ce billet';
|
||||
|
||||
#inc/class.postwidgettext.php:1
|
||||
$GLOBALS['__l10n']['You are not allowed to delete entries text widget'] = 'Vous n\'êtes pas autorisé à effacer les widgets texte des billets';
|
||||
|
||||
#inc/lib.pwt.admin.php:40
|
||||
$GLOBALS['__l10n']['Additional widget'] = 'Widget additionnel';
|
||||
|
||||
#inc/lib.pwt.admin.php:42
|
||||
$GLOBALS['__l10n']['Widget title:'] = 'Titre du widget :';
|
||||
|
||||
#inc/lib.pwt.admin.php:46
|
||||
$GLOBALS['__l10n']['Wigdet text:'] = 'Texte du widget :';
|
||||
|
||||
#inc/lib.pwt.list.php:18
|
||||
$GLOBALS['__l10n']['No widget'] = 'Pas de widget';
|
||||
|
||||
#inc/lib.pwt.list.php:31
|
||||
#index.php:44
|
||||
$GLOBALS['__l10n']['Post title'] = 'Titre du billet';
|
||||
|
||||
#inc/lib.pwt.list.php:32
|
||||
#index.php:45
|
||||
$GLOBALS['__l10n']['Post date'] = 'Date du billet';
|
||||
|
||||
#inc/lib.pwt.list.php:33
|
||||
#index.php:46
|
||||
$GLOBALS['__l10n']['Widget title'] = 'Titre du widget';
|
||||
|
||||
#inc/lib.pwt.list.php:34
|
||||
#index.php:47
|
||||
$GLOBALS['__l10n']['Widget date'] = 'Date du widget';
|
||||
|
||||
#index.php:31
|
||||
$GLOBALS['__l10n']['Posts widgets successfully delete.'] = 'Widgets de billets effacés.';
|
||||
|
||||
#index.php:122
|
||||
$GLOBALS['__l10n']['Posts widgets'] = 'Widgets de billets';
|
||||
|
||||
#index.php:157
|
||||
$GLOBALS['__l10n']['Delete selected widgets'] = 'Effacer les widgets texte selectionnés';
|
Loading…
Reference in New Issue