Update of /cvsroot/easymod/easymod2/mods/easymod/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27619/mods/easymod/includes
Modified Files:
admin_easymod.php.txt mod_install.tpl
Log Message:
Fixed all known language issues (-=ET=-).
Index: mod_install.tpl
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/mod_install.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mod_install.tpl 31 Oct 2005 17:57:15 -0000 1.2
--- mod_install.tpl 6 Nov 2005 13:30:52 -0000 1.3
***************
*** 6,10 ****
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
! <th width="20%" class="thCornerL" height="25">MOD</th>
<th width="10%" class="thTop" height="25">{L_AUTHOR}</th>
<th width="35%" class="thTop" height="25">{L_DESCRIPTION}</th>
--- 6,10 ----
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
! <th width="20%" class="thCornerL" height="25">{L_MOD}</th>
<th width="10%" class="thTop" height="25">{L_AUTHOR}</th>
<th width="35%" class="thTop" height="25">{L_DESCRIPTION}</th>
Index: admin_easymod.php.txt
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** admin_easymod.php.txt 6 Nov 2005 11:20:10 -0000 1.40
--- admin_easymod.php.txt 6 Nov 2005 13:30:52 -0000 1.41
***************
*** 75,79 ****
if (!file_exists($phpbb_root_path . 'admin/em_includes/em_functions.' . $phpEx))
{
! $message = 'CRITICAL ERROR: could not find [' . $phpbb_root_path . 'admin/em_includes/em_functions.' . $phpEx . ']. Aborting.';
if( !defined('IN_ADMIN') )
{
--- 75,79 ----
if (!file_exists($phpbb_root_path . 'admin/em_includes/em_functions.' . $phpEx))
{
! $message = sprintf($lang['EM_err_no_file'], $phpbb_root_path . 'admin/em_includes/em_functions.' . $phpEx);
if( !defined('IN_ADMIN') )
{
***************
*** 129,133 ****
$template->assign_block_vars('processed', array(
'ROW_CLASS' => $theme['td_class2'],
! 'LINE' => '<b>' . htmlspecialchars($command['command']) . '</b> line #' . $command['line'] . "\n")
);
--- 129,133 ----
$template->assign_block_vars('processed', array(
'ROW_CLASS' => $theme['td_class2'],
! 'LINE' => '<b>' . htmlspecialchars($command['command']) . '</b> ' . $lang['EM_line'] . ' #' . $command['line'] . "\n")
);
***************
*** 160,164 ****
$template->assign_block_vars('unprocessed', array(
'ROW_CLASS' => $theme['td_class2'],
! 'LINE' => '<b>' . htmlspecialchars($command['command']) . '</b> line #' . $command['line'] . "\n")
);
--- 160,164 ----
$template->assign_block_vars('unprocessed', array(
'ROW_CLASS' => $theme['td_class2'],
! 'LINE' => '<b>' . htmlspecialchars($command['command']) . '</b> ' . $lang['EM_line'] . ' #' . $command['line'] . "\n")
);
***************
*** 3148,3152 ****
'L_STEP' => $lang['EM_sql_step2'],
- 'L_SQL_ALPHA2' => $lang['EM_SQL_Alpha2'],
'L_SQL_INTRO' => $lang['EM_sql_intro_explain'],
'L_ALTERATIONS' => $lang['EM_Alterations'],
--- 3148,3151 ----
***************
*** 3282,3286 ****
'L_STEP' => $lang['EM_sql_step2'],
- 'L_SQL_ALPHA2' => $lang['EM_SQL_Alpha2'],
'L_SQL_INTRO' => $sql_intro,
'L_ALTERATIONS' => $lang['EM_processing_results'],
--- 3281,3284 ----
|