[UseBB-Checkins] UseBB/languages lang_English.php,1.78,1.79
Light and Free PHP Forum Software
Brought to you by:
pc_freak
|
From: Dietrich M. <pc_...@us...> - 2005-06-18 12:23:04
|
Update of /cvsroot/usebb/UseBB/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24149/languages Modified Files: lang_English.php Log Message: better Index: lang_English.php =================================================================== RCS file: /cvsroot/usebb/UseBB/languages/lang_English.php,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** lang_English.php 18 Jun 2005 10:10:55 -0000 1.78 --- lang_English.php 18 Jun 2005 12:22:49 -0000 1.79 *************** *** 451,459 **** $lang['ACPItem-forums'] = 'Forums'; $lang['ACPIndexWelcome'] = 'Welcome to the Admin Control Panel of your UseBB forum.'; ! $lang['ACPIndexVersionCheck'] = 'This forum is powered by UseBB version %s. The latest version is %s.'; $lang['ACPIndexVersionCheckFailed'] = 'The forum could not determine the latest version. Please often check %s to make sure you have the latest one.'; $lang['ACPIndexLatestVersion'] = 'Your forum is safe.'; $lang['ACPIndexNeedUpdate'] = 'This forum needs to be updated to stay secure and bug free! Visit %s to download the latest version.'; ! $lang['ACPIndexBewareDevVersions'] = 'This forum is running a newer, probably development version of UseBB. Beware the problems that might exist with development versions.'; ?> --- 451,460 ---- $lang['ACPItem-forums'] = 'Forums'; $lang['ACPIndexWelcome'] = 'Welcome to the Admin Control Panel of your UseBB forum.'; ! $lang['ACPIndexVersionCheck'] = 'Version Check'; ! $lang['ACPIndexVersions'] = 'This forum is powered by UseBB %s, while the latest version is %s.'; $lang['ACPIndexVersionCheckFailed'] = 'The forum could not determine the latest version. Please often check %s to make sure you have the latest one.'; $lang['ACPIndexLatestVersion'] = 'Your forum is safe.'; $lang['ACPIndexNeedUpdate'] = 'This forum needs to be updated to stay secure and bug free! Visit %s to download the latest version.'; ! $lang['ACPIndexBewareDevVersions'] = 'Beware of the problems and uncompatibilities that might exist with development versions.'; ?> |