1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

more work on charset and badchars

This commit is contained in:
marj
2009-11-17 10:46:35 +00:00
parent 1ce125b5db
commit 363aa0ea4d
32 changed files with 419 additions and 494 deletions

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/poll/languages/English.php,v $
| $Revision: 1.4 $
| $Date: 2009-09-22 18:28:47 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/poll/languages/English.php,v $
* $Revision: 1.5 $
* $Date: 2009-11-17 10:46:35 $
* $Author: marj_nl_fr $
*/
//define("POLL_ADLAN01", "Poll");
//define("POLL_ADLAN02", "The poll plugin allows you to define polls in either a menu or forum post.");
@@ -75,4 +72,3 @@ define("POLLAN_44", "Delete this poll?");
define("POLLAN_45", "Poll successfully updated");
//define("POLLAN_46", "Field(s) left blank");
?>

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/poll/languages/English_admin_poll.php,v $
| $Revision: 1.2 $
| $Date: 2009-09-22 18:28:48 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/poll/languages/English_admin_poll.php,v $
* $Revision: 1.3 $
* $Date: 2009-11-17 10:46:35 $
* $Author: marj_nl_fr $
*/
define("POLL_ADLAN01", "Poll");
define("POLL_ADLAN02", "The poll plugin allows you to define polls in either a menu or forum post.");
@@ -85,4 +82,3 @@ define('LAN_AL_POLL_03','Poll added');
define('LAN_AL_POLL_04','');
define('LAN_AL_POLL_05','');
?>