1
0

upport spamblock lang changes

This commit is contained in:
Ian
2014-02-08 17:37:17 +01:00
parent e64abba601
commit b3eb11b9f0
34 changed files with 1521 additions and 1485 deletions

@ -1,17 +1,11 @@
<?php # $Id$
<?php #
##########################################################################
# serendipity - another blogger... #
##########################################################################
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# Sebastian Mordziol <argh@php-tools.net> #
# http://sebastian.mordziol.de #
# #
##########################################################################
/**
* @version
* @file
* @author Sebastian Mordziol <argh@php-tools.net> http://sebastian.mordziol.de
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_SPAMBLOCK_TITLE', 'Protection contre le Spam');
@define('PLUGIN_EVENT_SPAMBLOCK_DESC', 'Offre une multitude de possibilit<69>s pour prot<6F>ger votre blog contre le Spam dans les commentaires.');
@ -97,5 +91,3 @@
@define('PLUGIN_EVENT_SPAMBLOCK_TRACKBACKURL_DESC', 'N\'autoriser les r<>troliens que si l\'adresse contient un lien vers votre blog');
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_TRACKBACKURL', 'Adresse de r<>trolien invalide.');
/* vim: set sts=4 ts=4 expandtab : */
?>