Update of /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13144/language/lang_english
Modified Files:
lang_admin.php lang_main.php
Log Message:
2.0.21.5 (yeah, I skipped 2.0.20.5. Shoot me.)
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english/lang_main.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** lang_main.php 31 Dec 2005 01:35:25 -0000 1.4
--- lang_main.php 8 Jun 2006 19:24:57 -0000 1.5
***************
*** 781,784 ****
--- 781,786 ----
$lang['All_available'] = 'All available';
$lang['No_searchable_forums'] = 'You do not have permissions to search any forum on this site.';
+ $lang['Search_Flood_Error'] = 'You cannot make another search so soon after your last; please try again in a short while.';
+
$lang['No_search_match'] = 'No topics or posts met your search criteria';
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english/lang_admin.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** lang_admin.php 31 Dec 2005 01:35:25 -0000 1.5
--- lang_admin.php 8 Jun 2006 19:24:57 -0000 1.6
***************
*** 342,345 ****
--- 342,349 ----
$lang['Autologin_time_explain'] = 'How long a autologin key is valid for in days if the user does not visit the board. Set to zero to disable expiry.';
+ // Search Flood Control - added 2.0.20
+ $lang['Search_Flood_Interval'] = 'Search Flood Interval';
+ $lang['Search_Flood_Interval_explain'] = 'Number of seconds a user must wait between search requests';
+
//
***************
*** 426,429 ****
--- 430,434 ----
$lang['smiley_del_success'] = 'The Smiley was successfully removed';
$lang['Click_return_smileadmin'] = 'Click %sHere%s to return to Smiley Administration';
+ $lang['Confirm_delete_smiley'] = 'Are you sure you want to delete this Smiley?';
***************
*** 517,520 ****
--- 522,526 ----
$lang['Word_added'] = 'The word censor has been successfully added';
$lang['Word_removed'] = 'The selected word censor has been successfully removed';
+ $lang['Confirm_delete_word'] = 'Are you sure you want to delete this word censor?';
$lang['Click_return_wordadmin'] = 'Click %sHere%s to return to Word Censor Administration';
***************
*** 558,561 ****
--- 564,568 ----
$lang['Click_return_rankadmin'] = 'Click %sHere%s to return to Rank Administration';
+ $lang['Confirm_delete_rank'] = 'Are you sure you want to delete this rank?';
|