diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index 0311cd50d..f962168c6 100644 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -58,7 +58,7 @@ if(e_AJAX_REQUEST && isset($_GET['action'])) // Ajax // Server flush useless. It's ajax ready state 4, we can't flush (sadly) before that (at least not for all browsers) - echo "
Connecting...\n"; flush(); // FIXME change the modal default label, default is Loading...
+		echo "
".EPL_ADLAN_94."\n"; flush(); // FIXME change the modal default label, default is Loading...
 		// download and flush
 	//	$mp->download($p['plugin_id'], $p['plugin_mode'], 'plugin');
 		
@@ -161,17 +161,17 @@ class pluginmanager_form extends e_form
 		if ($this->plug['plugin_version'] != $this->plug_vars['@attributes']['version'] && $this->plug['plugin_installflag'])
 		{
 		  //	$text .= "
plug['plugin_id']}'\" title='".EPL_UPGRADE." to v".$this->plug_vars['@attributes']['version']."' value='".EPL_UPGRADE."' />"; - $text .= "plug_vars['@attributes']['version']."\" >".ADMIN_UPGRADEPLUGIN_ICON.""; + $text .= "plug_vars['@attributes']['version']."\" >".ADMIN_UPGRADEPLUGIN_ICON.""; } if ($this->plug['plugin_installflag'] && e_DEBUG == true) { - $text .= " ".ADMIN_REPAIRPLUGIN_ICON.""; + $text .= " ".ADMIN_REPAIRPLUGIN_ICON.""; } if($this->plug['plugin_installflag'] && is_dir($_path.".git")) { - $text .= " ".ADMIN_GITSYNC_ICON.""; + $text .= " ".ADMIN_GITSYNC_ICON.""; } @@ -228,7 +228,7 @@ class pluginManager{ "plugin_icon" => array("title" => EPL_ADLAN_82, "type"=>"icon", "width" => "5%", "thclass" => "middle center",'class'=>'center', "url" => ""), "plugin_name" => array("title" => EPL_ADLAN_10, 'forced'=>true, "type"=>"text", "width" => "auto", 'class'=>'left', "thclass" => "middle", "url" => ""), "plugin_version" => array("title" => EPL_ADLAN_11, "type"=>"numeric", "width" => "5%", "thclass" => "middle", "url" => ""), - "plugin_date" => array("title" => "Released ", "type"=>"text", "width" => "8%", "thclass" => "middle"), + "plugin_date" => array("title" => LAN_RELEASED, "type"=>"text", "width" => "8%", "thclass" => "middle"), "plugin_folder" => array("title" => EPL_ADLAN_64, "type"=>"text", "width" => "10%", "thclass" => "middle"), "plugin_category" => array("title" => LAN_CATEGORY, "type"=>"text", "width" => "auto", "thclass" => "middle"), @@ -641,10 +641,10 @@ class pluginManager{ // $url = e_SELF.'?action=download&src='.base64_encode($d);//$url.'&action=download'; $id = 'plug_'.$data['plugin_id']; // - $modalCaption = (!empty($data['plugin_price'])) ? "Purchase ".$data['plugin_name']." ".$data['plugin_version'] : 'Downloading and Installing '.$data['plugin_name']." ".$data['plugin_version']; + $modalCaption = (!empty($data['plugin_price'])) ? EPL_ADLAN_92." ".$data['plugin_name']." ".$data['plugin_version'] : EPL_ADLAN_230." ".$data['plugin_name']." ".$data['plugin_version']; $url = e_SELF.'?mode=download&src='.base64_encode($d); - $dicon = ''.ADMIN_INSTALLPLUGIN_ICON.''; + $dicon = ''.ADMIN_INSTALLPLUGIN_ICON.''; // Temporary Pop-up version. @@ -1640,7 +1640,7 @@ class pluginManager{ } $opts['delete_ipool'] = array( - 'label' =>'Remove icons from Media-Manager', + 'label' => EPL_ADLAN_231, 'preview' => $iconText, 'helpText' => EPL_ADLAN_79, 'itemList' => array(1=>LAN_YES,0=>LAN_NO), @@ -2325,12 +2325,12 @@ class pluginBuilder ".EPL_ADLAN_107." -
".$frm->open('createPlugin','get',e_SELF."?mode=create").$frm->select("newplugin",$newDir).$frm->admin_button('step', 2,'other','Go')."
".$frm->checkbox('createFiles',1,1,'Create Files').$frm->close()." +
".$frm->open('createPlugin','get',e_SELF."?mode=create").$frm->select("newplugin",$newDir).$frm->admin_button('step', 2,'other',LAN_GO)."
".$frm->checkbox('createFiles',1,1,EPL_ADLAN_232).$frm->close()." ".EPL_ADLAN_108." -
".$frm->open('checkPluginLangs','get',e_SELF."?mode=lans").$frm->select("newplugin",$lanDir).$frm->admin_button('step', 2,'other','Go')."
".$frm->close()." +
".$frm->open('checkPluginLangs','get',e_SELF."?mode=lans").$frm->select("newplugin",$lanDir).$frm->admin_button('step', 2,'other',LAN_GO)."
".$frm->close()." "; @@ -2455,7 +2455,7 @@ class pluginBuilder $text .= "
  • ".LAN_PREFS."
  • "; - $text .= "
  • Addons
  • "; //TODO LAN + $text .= "
  • ".LAN_ADDONS."
  • "; //TODO LAN $text .= "";