diff --git a/e107_admin/notify.php b/e107_admin/notify.php
index e02eb1d62..2cfc8c5a8 100644
--- a/e107_admin/notify.php
+++ b/e107_admin/notify.php
@@ -192,7 +192,7 @@ class notify_config
}
$text .= "";
- $caption = str_replace("_menu","",ucfirst($k))." Events"; //TODO LAN
+ $caption = str_replace("_menu","",ucfirst($k))." ".LAN_NOTIFY_01;
$tab[] = array('caption'=>$caption, 'text' => $text);
}
diff --git a/e107_admin/prefs.php b/e107_admin/prefs.php
index 94e91fa0d..db4f4cee2 100644
--- a/e107_admin/prefs.php
+++ b/e107_admin/prefs.php
@@ -374,27 +374,27 @@ $text .= "
".$tp->parseTemplate("{IMAGESELECTOR={$parms
$sLogo = siteinfo_shortcodes::sc_logo();
*/
-$text .= $frm->imagepicker('sitebutton',$pref['sitebutton'],'','help=Used by Facebook and others. Should be a square image of at least 144px in width and height.');
+$text .= $frm->imagepicker('sitebutton',$pref['sitebutton'],'','help='.PRFLAN_225);
$text .= "
".PRFLAN_214."
- ".$frm->imagepicker('sitelogo',$pref['sitelogo'],'','help=Used by some themes as the header image on some pages.')."
+ ".$frm->imagepicker('sitelogo',$pref['sitelogo'],'','help='.PRFLAN_226)."
".PRFLAN_5."
".$frm->textarea('sitetag', $tp->toForm($pref['sitetag']), 3, 59)."
- Used by some themes. Place 'SITETAG' in your theme to use this value.
+ ".PRFLAN_227."
".PRFLAN_6."
".$frm->textarea('sitedescription', $tp->toForm($pref['sitedescription']), 3, 80)."
- Used by some themes. Place 'SITEDESCRIPTION' in your theme to use this value.
+ ".PRFLAN_228."
@@ -402,7 +402,7 @@ $text .= "
".PRFLAN_9."
".$frm->textarea('sitedisclaimer',$tp->toForm( $pref['sitedisclaimer']), 3, 80)."
- Used by some themes. Place 'SITEDISCLAIMER' in your theme to use this value.
+ ".PRFLAN_229."
@@ -803,11 +803,10 @@ $text .= "
-
- // TODO LAN
+
$text .= "
- Date/Time Input-Field format
+ ".PRFLAN_230."
".$frm->select('inputdate',$inputdate, e107::getPref('inputdate'));
@@ -1527,7 +1526,6 @@ $text .= "
// Key registration
-// TODO LAN
@@ -1547,13 +1545,13 @@ $text .= "
$signup_option_names = array(
// "signup_option_loginname" => "Login Name",
- "signup_option_email_confirm" => "Email Confirmation",
+ "signup_option_email_confirm" => CUSTSIG_21,
"signup_option_realname" => CUSTSIG_2,
"signup_option_signature" => CUSTSIG_6,
"signup_option_image" => CUSTSIG_7,
"signup_option_class" => CUSTSIG_17,
'signup_option_customtitle' => CUSTSIG_20,
- 'signup_option_hideemail' => 'Option to hide email'
+ 'signup_option_hideemail' => CUSTSIG_22
);
foreach($signup_option_names as $value => $key)
@@ -2006,10 +2004,10 @@ $text .= "
- Maximum failed logins before ban:
+ ".PRFLAN_231."
".$frm->number('failed_login_limit', varset($pref['failed_login_limit'],10), 3, array('max'=>10, 'min'=>0))."
- Failed logins from the same IP will be banned after this many attempts.
+ ".PRFLAN_232."
@@ -2074,22 +2072,22 @@ $text .= "
- Moderate Comments made by:
+ ".PRFLAN_233."
".
$frm->uc_select('comments_moderate', $pref['comments_moderate'],"nobody,guest,new,bots,public,admin,main,classes").
"
- Comments will require manual approval by an admin prior to being visible to other users
+ ".PRFLAN_234."
- Comment Sorting:
+ ".PRFLAN_235."
";
$comment_sort = array(
- "desc" => "Most recent comments first", //default //TODO LAN
- 'asc' => "Most recent comments last"
+ "desc" => PRFLAN_236, //default
+ 'asc' => PRFLAN_237
);
$text .= $frm->select('comments_sort',$comment_sort, $pref['comments_moderate'])."
@@ -2132,7 +2130,7 @@ $text .= "
$text .= "
- File Uploading ";
+ ".PRFLAN_238." ";
$upload_max_filesize = ini_get('upload_max_filesize');
@@ -2143,7 +2141,7 @@ $text .= "
if($maxINI < $pref['upload_maxfilesize'])
{
$text .= "";
- $text .= "The maximum upload size imposed by your php.ini settings is: ".$maxINI."
";
+ $text .= PRFLAN_239." ".$maxINI."";
$pref['upload_maxfilesize'] = $maxINI;
}
@@ -2183,7 +2181,7 @@ $text .= "
".UPLLAN_38."
-
Filetype upload limits
+ ".PRFLAN_240."
@@ -2207,7 +2205,7 @@ $text .= "
$text .= "
- ** For security reasons these values may only be changed manually in the following file: ".str_replace("../",'',e_SYSTEM).e_READ_FILETYPES."
+ ".PRFLAN_241." ".str_replace("../",'',e_SYSTEM).e_READ_FILETYPES."
@@ -2225,10 +2223,9 @@ $text .= "
// Javascript Control
-//TODO LANS
$text .= "
- Javascript Frameworks (for testing purposes only)
+ ".PRFLAN_242."