1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00
Files
php-e107/e107_plugins/hero/languages/English/English_admin.php
2025-04-11 07:23:57 -07:00

31 lines
1.1 KiB
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_HERO_ADMIN_001' => "Default slides imported.",
'LAN_HERO_ADMIN_002' => "Failed to import default slides.",
'LAN_HERO_ADMIN_003' => "Background",
'LAN_HERO_ADMIN_004' => "Image/Video",
'LAN_HERO_ADMIN_005' => "Media",
'LAN_HERO_ADMIN_006' => "Label",
'LAN_HERO_ADMIN_007' => "Be sure to enable the hero menu on your home page using the [Menu Manager].",
'LAN_HERO_ADMIN_009' => "Icon pack",
'LAN_HERO_ADMIN_010' => "Icon-style",
'LAN_HERO_ADMIN_011' => "Automated slide interval",
'LAN_HERO_ADMIN_012' => "Text",
'LAN_HERO_ADMIN_013' => "Animation",
'LAN_HERO_ADMIN_014' => "Delay (sec)",
'LAN_HERO_ADMIN_015' => "Button",
'LAN_HERO_ADMIN_016' => "[x] second(s)",
];