1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Create English_admin.php

This commit is contained in:
Gábor 2021-01-30 13:10:39 +01:00 committed by GitHub
parent 3415558e63
commit 277f2a915e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,29 @@
<?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 $
+----------------------------------------------------------------------+
*/
define("LAN_HERO_SUCC", "Default slides imported.");
define("LAN_HERO_ERR", "Failed to import default slides.");
define("LAN_HERO_BACKGROUND", "Background");
define("LAN_HERO_IMAGE_VIDEO", "Image/Video");
define("LAN_HERO_MEDIA", "Media");
define("LAN_HERO_LABEL", "Label");
define("LAN_HERO_HELP", "Be sure to enable the hero menu on your home page using the Menu Manager.");
define("LAN_HERO_BULLETS", "Bullets");
define("LAN_HERO_ICON_PACK", "Icon pack");
define("LAN_HERO_ICON_STYLE", "Icon-style");
define("LAN_HERO_SLIDE_INTERVAL", "Slide interval");
define("LAN_HERO_TEXT", "Text");
define("LAN_HERO_ANIMATION", "Animation");
define("LAN_HERO_DELAY", "Delay (sec)");
define("LAN_HERO_ALERT_DANGER", "Hero only runs on the frontpage of your site.");
define("LAN_HERO_BUTTON", "Button");
define("LAN_HERO_SEC", "second(s)");