From aa69d2ecf6e1c1b2e2654a6a7ab369717dcb3da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Thu, 29 Sep 2016 08:14:27 +0200 Subject: [PATCH] Update e107_languages/English/admin/ Add new pharses. --- e107_languages/English/admin/lan_plugin.php | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/e107_languages/English/admin/lan_plugin.php b/e107_languages/English/admin/lan_plugin.php index 5f19768b7..69f632e26 100644 --- a/e107_languages/English/admin/lan_plugin.php +++ b/e107_languages/English/admin/lan_plugin.php @@ -68,7 +68,7 @@ define("EPL_WEBSITE", "Website"); define("EPL_NOINSTALL", "No install required, just activate from your menus screen. To uninstall, delete the "); define("EPL_DIRECTORY", "directory."); define("EPL_NOINSTALL_1", "No install required, to remove delete the "); -define("EPL_UPGRADE", "Upgrade"); +define("EPL_UPGRADE", "Upgrade to:"); define("EPL_ADLAN_50", "Comments successfully deleted"); @@ -268,6 +268,19 @@ define ('EPL_ADLAN_226',"Plugin Language-File Check"); define ('EPL_ADLAN_227',"Scan for Changes"); define ('EPL_ADLAN_228',"Plugin folders are scanned every [x] minutes for changes. Click the button below to scan now."); define ('EPL_ADLAN_229',"Refresh"); +define ('EPL_ADLAN_230', "Downloading and Installing: "); +define ('EPL_ADLAN_231', "Remove icons from Media-Manager"); +define ('EPL_ADLAN_232', "Create Files"); +define ('EPL_ADLAN_233', "Downloading..."); +define ('EPL_ADLAN_234', "Download Complete!"); +define ('EPL_ADLAN_235', "Automated download not possible."); +define ('EPL_ADLAN_236', "Please Download Manually"); +define ('EPL_ADLAN_237', "Download"); + +define ('LAN_RELEASED', "Released"); +define ('LAN_REPAIR_PLUGIN_SETTINGS', "Repair plugin settings"); +define ('LAN_SYNC_WITH_GIT_REPO', "Sync with Git Repo"); +define ('LAN_ADDONS', "Addons"); define('LAN_UPGRADE_SUCCESSFUL', "Upgrade successful"); define('LAN_INSTALL_SUCCESSFUL', "Installation successful"); @@ -275,4 +288,4 @@ define('LAN_INSTALL_FAIL', "Installation failed!"); define('LAN_UNINSTALL_FAIL', "Unable to uninstall!"); define('LAN_PLUGIN_IS_USED', "[x] plugin is used by:"); -?> \ No newline at end of file +?>