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 1/3] 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 +?> From 1c335198c2041a875188b63e9a15db8446f68272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Thu, 29 Sep 2016 10:42:19 +0200 Subject: [PATCH 2/3] Some corrections define ('TPVLAN_81', "Downloading..."); define ('TPVLAN_82', "Download Complete!"); Compatible with e107_handlers/e_marketplace.php --- e107_languages/English/admin/lan_plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_languages/English/admin/lan_plugin.php b/e107_languages/English/admin/lan_plugin.php index 69f632e26..2df10b28c 100644 --- a/e107_languages/English/admin/lan_plugin.php +++ b/e107_languages/English/admin/lan_plugin.php @@ -271,8 +271,8 @@ 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 ('TPVLAN_81', "Downloading..."); +define ('TPVLAN_82', "Download Complete!"); define ('EPL_ADLAN_235', "Automated download not possible."); define ('EPL_ADLAN_236', "Please Download Manually"); define ('EPL_ADLAN_237', "Download"); From 58b747f17ea8336ede9d9ce34056f5f79adb4f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Sat, 15 Oct 2016 20:17:02 +0200 Subject: [PATCH 3/3] Update lan_plugin.php --- e107_languages/English/admin/lan_plugin.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/e107_languages/English/admin/lan_plugin.php b/e107_languages/English/admin/lan_plugin.php index 2df10b28c..e17e26e1b 100644 --- a/e107_languages/English/admin/lan_plugin.php +++ b/e107_languages/English/admin/lan_plugin.php @@ -276,6 +276,13 @@ define ('TPVLAN_82', "Download Complete!"); define ('EPL_ADLAN_235', "Automated download not possible."); define ('EPL_ADLAN_236', "Please Download Manually"); define ('EPL_ADLAN_237', "Download"); +define ('EPL_ADLAN_238',"Installation Complete!"); +define ('EPL_ADLAN_239',"Adding Table:"); +define ('EPL_ADLAN_240',"Removing Table:"); +define ('EPL_ADLAN_241',"Adding Pref:"); +define ('EPL_ADLAN_242',"Removing Pref:"); +define ('EPL_ADLAN_243',"Updating Pref:"); +define ('EPL_ADLAN_244',"Only 3 Media Categories are permitted during install. One for images and one for files."); define ('LAN_RELEASED', "Released"); define ('LAN_REPAIR_PLUGIN_SETTINGS', "Repair plugin settings");