[ Index ] |
|
Code source de Dotclear 2.0-beta6 |
1 <?php 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear. 4 # Copyright (c) 2005 Olivier Meunier. All rights 5 # reserved. 6 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 # 21 # ***** END LICENSE BLOCK *****# 22 # 23 # 24 # DOT NOT MODIFY THIS FILE ! 25 26 27 28 29 $GLOBALS['__l10n']['IP Blacklist / Whitelist Filter'] = 'Liste noire / Liste blanche IP'; 30 $GLOBALS['__l10n']['Filtered by %1$s with rule %2$s.'] = 'Filtré par %1$s avec la règle %2$s.'; 31 $GLOBALS['__l10n']['IP address has been successfully added.'] = 'L\'adresse IP a été ajoutée avec succès.'; 32 $GLOBALS['__l10n']['IP addresses have been successfully removed.'] = 'L\'adresse IP a été supprimée avec succès.'; 33 $GLOBALS['__l10n']['Blacklist'] = 'Liste noire'; 34 $GLOBALS['__l10n']['Whitelist'] = 'Liste blanche'; 35 $GLOBALS['__l10n']['Add an IP address'] = 'Ajouter une adresse IP'; 36 $GLOBALS['__l10n']['Global IP'] = 'IP globale'; 37 $GLOBALS['__l10n']['Add'] = 'Ajouter'; 38 $GLOBALS['__l10n']['No IP address in list.'] = 'Aucune adresse IP dans la liste.'; 39 $GLOBALS['__l10n']['IP list'] = 'Liste d\'IP'; 40 $GLOBALS['__l10n']['Checks sender IP address against DNSBL servers'] = 'Vérifie l\'adresse IP de l\'auteur sur des serveurs DNSBL'; 41 $GLOBALS['__l10n']['Filtered by %1$s with server %2$s.'] = 'Filtré par %1$s avec le serveur %2$s.'; 42 $GLOBALS['__l10n']['IP Lookup servers'] = 'Serveurs de résolution d\'IP'; 43 $GLOBALS['__l10n']['Add here a coma separated list of servers.'] = 'Ajoutez ici une liste de serveurs, séparés par des virgules.'; 44 $GLOBALS['__l10n']['Checks links in comments against surbl.org'] = 'Vérifie les liens dans les commentaires sur surbl.org'; 45 $GLOBALS['__l10n']['Words Blacklist'] = 'Liste de termes interdits'; 46 $GLOBALS['__l10n']['Filtered by %1$s with word %2$s.'] = 'Filtré par %1$s avec le terme %2$s.'; 47 $GLOBALS['__l10n']['Words have been successfully added.'] = 'Les mots ont été ajouté avec succès.'; 48 $GLOBALS['__l10n']['Word has been successfully added.'] = 'Le mot a été ajouté avec succès.'; 49 $GLOBALS['__l10n']['Words have been successfully removed.'] = 'Les mots ont été supprimés avec succès.'; 50 $GLOBALS['__l10n']['Add a word'] = 'Ajouter un mot'; 51 $GLOBALS['__l10n']['Global word'] = 'Mot global'; 52 $GLOBALS['__l10n']['No word in list.'] = 'Aucun mot dans la liste.'; 53 $GLOBALS['__l10n']['List'] = 'Liste'; 54 $GLOBALS['__l10n']['Delete selected words'] = 'Supprimer les mots sélectionnés'; 55 $GLOBALS['__l10n']['Create default wordlist'] = 'Créer une liste par défaut'; 56 $GLOBALS['__l10n']['This word exists'] = 'Ce mot existe'; 57 $GLOBALS['__l10n']['No description'] = 'Aucune description'; 58 $GLOBALS['__l10n']['Filtered by %1$s (%2$s)'] = 'Filtré par %1$s (%2$s)'; 59 $GLOBALS['__l10n']['Unknown filter.'] = 'Filtre inconnu'; 60 $GLOBALS['__l10n']['This comment is a spam:'] = 'Ce commentaire est un indésirable :'; 61 $GLOBALS['__l10n']['Spam moderation'] = 'Modération des indésirables'; 62 $GLOBALS['__l10n']['Spam'] = 'Spam'; 63 $GLOBALS['__l10n']['Ham'] = 'Non spam'; 64 $GLOBALS['__l10n']['Publish'] = 'Publier'; 65 $GLOBALS['__l10n']['Mark as junk'] = 'Marquer comme indésirable'; 66 $GLOBALS['__l10n']['Antispam'] = 'Antispam'; 67 $GLOBALS['__l10n']['Filter does not exists.'] = 'Le filtre n\'existe pas.'; 68 $GLOBALS['__l10n']['Filter has no user interface.'] = 'Le filtre n\'a pas d\'interface utilisateur.'; 69 $GLOBALS['__l10n']['Return to filters'] = 'Retour aux filtres'; 70 $GLOBALS['__l10n']['%s configuration'] = '%s configuration'; 71 $GLOBALS['__l10n']['Information'] = 'Informations'; 72 $GLOBALS['__l10n']['Spam comments have been successfully deleted.'] = 'Les commentaires indésirables ont été supprimés avec succès.'; 73 $GLOBALS['__l10n']['Junk comments:'] = 'Commentaires indésirables :'; 74 $GLOBALS['__l10n']['Published comments:'] = 'Commentaires publiés :'; 75 $GLOBALS['__l10n']['Delete all spams'] = 'Supprimer tous les indésirables'; 76 $GLOBALS['__l10n']['Available spam filters'] = 'Filtres disponibles :'; 77 $GLOBALS['__l10n']['Filters configuration has been successfully saved.'] = 'La configuration des filtres a été enregistrée avec succès.'; 78 $GLOBALS['__l10n']['Order'] = 'Ordre'; 79 $GLOBALS['__l10n']['Active'] = 'Actif'; 80 $GLOBALS['__l10n']['Filter name'] = 'Nom du filtre'; 81 $GLOBALS['__l10n']['Filter configuration'] = 'Configuration du filtre'; 82 $GLOBALS['__l10n']['Syndication'] = 'Syndication'; 83 $GLOBALS['__l10n']['Junk comments RSS feed'] = 'Fil RSS des commentaires indésirables'; 84 $GLOBALS['__l10n']['Published comments RSS feed'] = 'Fil RSS des commentaires publié'; 85 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Feb 23 22:16:06 2007 | par Balluche grâce ŕ PHPXref 0.7 |