diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index 0753695b9..247ad9080 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -29,11 +29,11 @@ class admin_shortcodes if($parm=='alert') - { - $text = 'A new update is ready to install! Click to unzip and install v'.$cacheData.'. - Install'; + { //TODO LANVARS + $text = ADLAN_122.' v'.$cacheData.'. + '.ADLAN_121.''; //Install - $mes->addInfo($text); + $mes->addInfo($text); return; // $mes->render(); } @@ -41,17 +41,17 @@ class admin_shortcodes { return ' - '; + + + '; } @@ -1162,7 +1162,7 @@ class admin_shortcodes if($emls = $sql->count('mail_recipients', '(*)', "WHERE mail_status = 13")) { //$text .= "\n\t\t\t\t\t
".E_16_FAILEDLOGIN." ".ADLAN_146.": $flo
"; - $oldconfigs['e-mailout'][0] = array('icon'=>E_16_MAIL, 'title'=>"Pending Mailshots", 'url'=>e_ADMIN_ABS."mailout.php?mode=pending&action=list", 'total'=>$emls); + $oldconfigs['e-mailout'][0] = array('icon'=>E_16_MAIL, 'title'=>ADLAN_167, 'url'=>e_ADMIN_ABS."mailout.php?mode=pending&action=list", 'total'=>$emls); } diff --git a/e107_languages/English/admin/lan_admin.php b/e107_languages/English/admin/lan_admin.php index e243300fd..de1553d77 100644 --- a/e107_languages/English/admin/lan_admin.php +++ b/e107_languages/English/admin/lan_admin.php @@ -125,7 +125,7 @@ define("ADLAN_119", "Unchecked submitted links"); define("ADLAN_120", "There is a database update available, please click button to install ..."); define("ADLAN_121", "Install"); - +define("ADLAN_122", "A new update is ready to install! Click to unzip and install v [x]"; //define("ADLAN_123", "Unchecked submitted articles"); //define("ADLAN_124", "Unchecked submitted reviews"); @@ -185,6 +185,7 @@ define("ADLAN_163", "A newer version of an installed plugin is available:"); define("ADLAN_164", "Successfully logged in as [x]."); define("ADLAN_165", "Powered by e107"); define("ADLAN_166", "Return to Website"); +define("ADLAN_167", "Pending Mailshots"; // define("ADLAN_CL_1", "Settings"); define("ADLAN_CL_2", "Users"); @@ -226,6 +227,7 @@ Below is the list of files that could potentially be malicious:"); define("LAN_CREATE","Create"); define("LAN_MANAGE","Manage"); define("LAN_UPDATE","Update"); +define("LAN_UPDATE_AVAILABLE","Update Available"; define("LAN_ADD", "Add"); define("LAN_SAVE","Save"); define("LAN_SAVED","Saved"); @@ -233,6 +235,7 @@ define("LAN_SETSAVED","Your settings have been saved"); define("LAN_NOCHANGE_NOTSAVED", "Nothing changed - not saved"); define("LAN_CONFIRMDEL","Please confirm you wish to delete"); define("LAN_ERRORS", "Errors"); +define("LAN_MESSAGES", "Messages"); define("LAN_OPTIONS","Options"); define("LAN_PREFS","Preferences");