1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-14 01:22:13 +02:00

Issue #6 Replace LAN_nnn with LAN_SHOW

Issue #6 Replace LAN_nnn with LAN_SHOW
This commit is contained in:
MikeyGMT 2016-02-24 15:46:23 +00:00
parent e1465c8c68
commit 7fba9bd190
6 changed files with 9 additions and 9 deletions

View File

@ -202,7 +202,7 @@ class file_inspector {
$text .= "<tr>
<td style='width: 35%'>
".FC_LAN_3." ".FC_LAN_5.":
".LAN_SHOW." ".FC_LAN_5.":
</td>
<td colspan='2' style='width: 65%'>".$frm->select('core',$coreOpts,$_POST['core'])." </td>
</tr>";
@ -221,7 +221,7 @@ class file_inspector {
$text .= "<tr>
<td style='width: 35%'>
".FC_LAN_3." ".FC_LAN_13.":
".LAN_SHOW." ".FC_LAN_13.":
</td>
<td colspan='2' style='width: 65%'>
<input type='radio' name='missing' value='1'".(($_POST['missing'] == '1' || !isset($_POST['missing'])) ? " checked='checked'" : "")." /> ".FC_LAN_9."&nbsp;&nbsp;
@ -231,7 +231,7 @@ class file_inspector {
$text .= "<tr>
<td style='width: 35%'>
".FC_LAN_3." ".FC_LAN_7.":
".LAN_SHOW." ".FC_LAN_7.":
</td>
<td colspan='2' style='width: 65%'>
<input type='radio' name='noncore' value='1'".(($_POST['noncore'] == '1' || !isset($_POST['noncore'])) ? " checked='checked'" : "")." /> ".FC_LAN_9."&nbsp;&nbsp;
@ -243,7 +243,7 @@ class file_inspector {
$text .= "<tr>
<td style='width: 35%'>
".FC_LAN_3." ".FC_LAN_21.":
".LAN_SHOW." ".FC_LAN_21.":
</td>
<td colspan='2' style='width: 65%'>
<input type='radio' name='oldcore' value='1'".(($_POST['oldcore'] == '1' || !isset($_POST['oldcore'])) ? " checked='checked'" : "")." /> ".FC_LAN_9."&nbsp;&nbsp;

View File

@ -47,7 +47,7 @@ $USER_SHORT_TEMPLATE_START = "
<br />
{USER_FORM_START}
<div class='form-inline'>
".LAN_USER_70.": {USER_FORM_RECORDS} ".LAN_USER_57." {USER_FORM_ORDER}
".LAN_SHOW.": {USER_FORM_RECORDS} ".LAN_USER_57." {USER_FORM_ORDER}
{USER_FORM_SUBMIT}
</div>
{USER_FORM_END}

View File

@ -8,7 +8,7 @@
define("FC_LAN_1", "File Inspector");
define("FC_LAN_2", "Scan Options");
define("FC_LAN_3", "Show");
//define("FC_LAN_3", "Show");
define("FC_LAN_4", "All");
define("FC_LAN_5", "Core Files");
define("FC_LAN_6", "Integrity Fail Only");

View File

@ -60,7 +60,7 @@ define("LAN_SIGNUP_23", "to login.");
define("LAN_SIGNUP_24", "Thank you for registering at");
define("LAN_SIGNUP_25", "Upload your avatar");
define("LAN_SIGNUP_26", "Upload your photograph");
define("LAN_SIGNUP_27", "Show");
//define("LAN_SIGNUP_27", "Show"); //not found in signup.php
//define("LAN_SIGNUP_28", "choice of Content/Mail-lists"); Now LAN_USER_73
//define("LAN_SIGNUP_29", "A verification email will be sent to the email address you enter here so it must be valid.");
define("LAN_SIGNUP_30", "If you do not wish to display your email address on this site, please select 'Yes' for the 'Hide email address?' option.");

View File

@ -97,7 +97,7 @@ define("LAN_USER_66", "Visits to site since registration"); // LAN_146
define("LAN_USER_67", "Chatbox posts"); // LAN_147
define("LAN_USER_68", "Comments posted"); // LAN_148
define("LAN_USER_69", "Forum posts"); // LAN_149
define("LAN_USER_70", "Show"); // LAN_419
//define("LAN_USER_70", "Show"); // LAN_419
define("LAN_USER_71", "Signature: "); // LAN_120
define("LAN_USER_72", "Avatar: "); // LAN_121
define("LAN_USER_73", "choice of Content/Mail-lists");

View File

@ -35,7 +35,7 @@ $bcList = array(
"LAN_308" => "LAN_USER_63", // Real Name
"LAN_403" => "LAN_USER_64", // Site Stats
"LAN_404" => "LAN_USER_65", // Last visit
"LAN_419" => "LAN_USER_70", // Show
"LAN_419" => "LAN_SHOW", // Show
"LAN_425" => "LAN_USER_62" // Send Private Message
);