1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

Fixed some language issues and link to copy upload to downloads

This commit is contained in:
bugrain 2009-12-03 00:22:25 +00:00
parent 5029fe527b
commit f48fe93ff7
2 changed files with 15 additions and 15 deletions

View File

@ -9,8 +9,8 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $
* $Revision: 1.26 $
* $Date: 2009-11-28 20:46:04 $
* $Revision: 1.27 $
* $Date: 2009-12-03 00:22:25 $
* $Author: bugrain $
*/
@ -1634,7 +1634,7 @@ class adminDownload extends download
{
$activeUploads = $sql -> db_getList();
$text .= DOWLAN_80." ".($active_uploads == 1 ? DOWLAN_81 : DOWLAN_82).$active_uploads." ".($active_uploads == 1 ? DOWLAN_83 : DOWLAN_84);
$text .= DOWLAN_80." ".($active_uploads == 1 ? DOWLAN_81 : DOWLAN_82)." ".$active_uploads." ".($active_uploads == 1 ? DOWLAN_83 : DOWLAN_84);
$text .= "</td></tr>";
foreach($activeUploads as $row)
@ -1655,9 +1655,9 @@ class adminDownload extends download
<td class='center'>
<form action='".e_SELF."?dis.{$upload_id}' id='uploadform_{$upload_id}' method='post'>
<div>
<a href='".e_SELF."?dlm.{$upload_id}'><img src='".e_IMAGE."admin_images/downloads_32.png' alt='".UPLAN_COPYTODLS."' title='".UPLAN_COPYTODLS."' style='border:0'/></a>
<a href='".e_ADMIN."newspost.php?create.upload.1.{$upload_id}'><img src='".e_IMAGE."admin_images/news_32.png' alt='".DOWLAN_16."' title='".DOWLAN_16."' style='border:0'/></a>
<input type='image' title='".LAN_DELETE."' name='updelete[upload_{$upload_id}]' src='".ADMIN_DELETE_ICON_PATH."' onclick=\"return jsconfirm('".$tp->toJS(DOWLAN_45." [ {$upload_name} ]")."') \"/>
<a href='".e_SELF."?dlm.".$row['upload_id']."'><img src='".e_IMAGE."admin_images/downloads_32.png' alt='".DOWLAN_91."' title='".DOWLAN_91."' style='border:0'/></a>
<a href='".e_ADMIN."newspost.php?create.upload.1.".$row['upload_id']."'><img src='".e_IMAGE."admin_images/news_32.png' alt='".DOWLAN_162."' title='".DOWLAN_162."' style='border:0'/></a>
<input type='image' title='".LAN_DELETE."' name='updelete[upload_".$row['upload_id']."]' src='".ADMIN_DELETE_ICON_PATH."' onclick=\"return jsconfirm('".$tp->toJS(" [ ".$row['upload_name']." ] ".DOWLAN_33)."') \"/>
</div>
</form>
</td>

View File

@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/languages/English/admin_download.php,v $
| $Revision: 1.8 $
| $Date: 2009-11-12 21:46:14 $
| $Revision: 1.9 $
| $Date: 2009-12-03 00:22:25 $
| $Author: bugrain $
+----------------------------------------------------------------------------+
*/
@ -105,12 +105,12 @@ define("DOWLAN_81", "is");
define("DOWLAN_82", "are");
define("DOWLAN_83", "unmoderated public download");
define("DOWLAN_84", "unmoderated public downloads");
define('DOWLAN_85', 'This page helps you create a file for managing file upload permissions. The file is saved as <strong>--SOURCE--</strong>, and must be copied to <strong>--DEST--</strong> before it takes effect.');
define('DOWLAN_86', 'Settings written to ');
define('DOWLAN_87', 'Now move this file to ');
define('DOWLAN_88', 'Error writing file: ');
define('DOWLAN_90', 'Add new entry');
define("DOWLAN_85", "This page helps you create a file for managing file upload permissions. The file is saved as <strong>--SOURCE--</strong>, and must be copied to <strong>--DEST--</strong> before it takes effect.");
define("DOWLAN_86", "Settings written to ");
define("DOWLAN_87", "Now move this file to ");
define("DOWLAN_88", "Error writing file: ");
define("DOWLAN_90", "Add new entry");
define("DOWLAN_91", "Copy to download manager");
define("DOWLAN_100", "Activate Download Agreement");
define("DOWLAN_101", "Agreement Text");
define("DOWLAN_102", "Allow Comments?");
@ -173,7 +173,7 @@ define("DOWLAN_158", "Show sub-sub-categories on main download page");
define("DOWLAN_159", "Include sub-sub-category counts in subcategory counts");
define("DOWLAN_160", "Mirror list order");
define("DOWLAN_161", "Random");
define("DOWLAN_162", "Copy to newspost");
define("DOWLAN_164", "Recent downloads age (in days)");
define("DOWLAN_165", "Download Maintenance");