1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 21:02:09 +02:00
Files
php-e107/e107_plugins/poll/languages/English_global.php
2025-04-11 07:23:57 -07:00

16 lines
386 B
PHP

<?php
/*
* e107 website system
*
* Copyright (C) 2008-2017 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*/
return [
'LAN_PLUGIN_POLL_NAME' => "Poll",
'LAN_PLUGIN_POLL_DESCRIPTION' => "The poll plugin allows you to define polls in either a menu or forum post.",
];