mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 02:21:58 +02:00
19 lines
665 B
PHP
19 lines
665 B
PHP
<?php
|
|
/*
|
|
+----------------------------------------------------------------------+
|
|
| e107 website content management system Hungarian Language File
|
|
| Released under the terms and conditions of the
|
|
| GNU General Public License (http://gnu.org).
|
|
| Last Modified: 2020/12/18 12:42:44
|
|
|
|
|
| $Author: Yesszus $
|
|
+----------------------------------------------------------------------+
|
|
*/
|
|
|
|
|
|
return [
|
|
'LAN_PLUGIN_HERO_NAME' => "Hero",
|
|
'LAN_PLUGIN_HERO_SUMMARY' => "Home page 'Hero' area management",
|
|
'LAN_PLUGIN_HERO_DESCRIPTION' => "An image and text slider with animated bullet points for the hero area of your home page.",
|
|
];
|